]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/Scheduler/English.lproj/Localizable.strings
implemented start < end validation (#1478)
[scalable-opengroupware.org] / SOGo / UI / Scheduler / English.lproj / Localizable.strings
1 /* this file is in UTF-8 format! */
2
3 /* Day */
4
5 "Sunday"                = "Sunday";
6 "Monday"                = "Monday";
7 "Tuesday"               = "Tuesday";
8 "Wednesday"             = "Wednesday";
9 "Thursday"              = "Thursday";
10 "Friday"                = "Friday";
11 "Saturday"              = "Saturday";
12
13 "a2_Sunday"             = "Su";
14 "a2_Monday"             = "Mo";
15 "a2_Tuesday"            = "Tu";
16 "a2_Wednesday"          = "We";
17 "a2_Thursday"           = "Th";
18 "a2_Friday"             = "Fr";
19 "a2_Saturday"           = "Sa";
20
21 "dayLabelFormat"        = "%Y-%m-%d";
22 "today"                 = "today";
23
24
25 /* Week */
26
27 "Week"                  = "Week";
28 "this week"             = "this week";
29
30
31 /* Month */
32
33 "this month"            = "this month";
34
35 "January"               = "January";
36 "February"              = "February";
37 "March"                 = "March";
38 "April"                 = "April";
39 "May"                   = "May";
40 "June"                  = "June";
41 "July"                  = "July";
42 "August"                = "August";
43 "September"             = "September";
44 "October"               = "October";
45 "November"              = "November";
46 "December"              = "December";
47
48 "a3_January"            = "Jan";
49 "a3_February"           = "Feb";
50 "a3_March"              = "Mar";
51 "a3_April"              = "Apr";
52 "a3_May"                = "May";
53 "a3_June"               = "Jun";
54 "a3_July"               = "Jul";
55 "a3_August"             = "Aug";
56 "a3_September"          = "Sep";
57 "a3_October"            = "Oct";
58 "a3_November"           = "Nov";
59 "a3_December"           = "Dec";
60
61
62 /* Year */
63
64 "this year"             = "this year";
65
66
67 /* Menu */
68
69 "Calendar"              = "Calendar";
70 "Contacts"              = "Contacts";
71
72
73 /* Misc */
74
75 "OpenGroupware.org"     = "OpenGroupware.org";
76 "Forbidden"             = "Forbidden";
77
78 /* Button titles */
79
80 "new"                   = "new";
81 "printview"             = "printview";
82 "edit"                  = "edit";
83 "delete"                = "delete";
84 "proposal"              = "proposal";
85 "Save"                  = "Save";
86 "Cancel"                = "Cancel";
87 "show_rejected_apts"    = "Show rejected appointments";
88 "hide_rejected_apts"    = "Hide rejected appointments";
89
90 /* Schedule */
91
92 "Schedule"              = "Appointment propositions";
93 "No appointments found" = "You don't have any appointments in the near future.";
94 "Meetings proposed by you" = "Meetings proposed by you";
95 "Meetings proposed to you" = "Meetings proposed to you";
96 "sched_startDateFormat" = "%d.%m. %H:%M";
97 "action"                = "Action";
98 "accept"                = "Accept";
99 "decline"               = "Decline";
100 "more participants"     = "more participants";
101 "Hide already accepted and rejected appointments" = "Hide already accepted and rejected appointments";
102 "Show already accepted and rejected appointments" = "Show already accepted and rejected appointments";
103
104
105 /* Appointments */
106
107 "Appointment viewer"    = "Appointment Viewer";
108 "Appointment editor"    = "Appointment Editor";
109 "Appointment proposal"  = "Appointment Proposal";
110 "Appointment on"        = "Appointment on";
111 "Start time"            = "Start time";
112 "End time"              = "End time";
113 "Start date"            = "Start date";
114 "End date"              = "End date";
115 "Earliest start time"   = "Earliest start time";
116 "Latest end time"       = "Latest end time";
117 "browse start date"     = "browse start date";
118 "browse end date"       = "browse end date";
119 "Title"                 = "Title";
120 "Name"                  = "Name";
121 "Email"                 = "Email";
122 "Status"                = "Status";
123 "Location"              = "Location";
124 "Priority"              = "Priority";
125 "Cycle"                 = "Cycle";
126 "Cycle End"             = "End";
127 "Categories"            = "Categories";
128 "Classification"        = "Classification";
129 "Duration"              = "Duration";
130 "Participants"          = "Participants";
131 "Resources"             = "Resources";
132 "Organizer"             = "Organizer";
133 "Comment"               = "Comment";
134
135 "attributes"            = "Attributes";
136 "participants"          = "Participants";
137 /* checkbox title */
138 "is private"            = "is private";
139 /* classification */
140 "Public"                = "Public";
141 "Private"               = "Private";
142 /* text used in overviews and tooltips */
143 "empty title"           = "Empty title";
144 "private appointment"   = "Private appointment";
145
146 /* Appointments (participation state) */
147
148 "partStat_NEEDS-ACTION" = "Not decided, yet";
149 "partStat_ACCEPTED"     = "Accepted";
150 "partStat_DECLINED"     = "Declined";
151 "partStat_TENTATIVE"    = "Tentative";
152 "partStat_DELEGATED"    = "Delegated";
153 "partStat_OTHER"        = "???";
154
155 /* Appointments (error messages) */
156
157 "Conflicts found!"              = "One or more conflicts were found.";
158 "Invalid iCal data!"            = "Invalid iCalendar data ...";
159 "Could not create iCal data!"   = "Could not create iCalendar data ...";
160
161
162 /* Searching */
163
164 "Search"                = "Search";
165 "Search participants"   = "Search participants";
166 "Search resources"      = "Search resources";
167 "Search appointments"   = "Search appointments";
168 "Search in Anais"       = "Search in Anaïs";
169
170
171 /* calendar modes */
172
173 "Overview"              = "Overview";
174 "Chart"                 = "Chart";
175 "List"                  = "List";
176 "Columns"               = "Columns";
177
178
179 /* Priorities */
180
181 "prio_0"                = "Undefined";
182 "prio_1"                = "High";
183 "prio_2"                = "High";
184 "prio_3"                = "High";
185 "prio_4"                = "High";
186 "prio_5"                = "Normal";
187 "prio_6"                = "Low";
188 "prio_7"                = "Low";
189 "prio_8"                = "Low";
190 "prio_9"                = "Low";
191
192 /* Cycles */
193
194 "cycle_once"            = "once";
195 "cycle_daily"           = "daily";
196 "cycle_weekly"          = "weekly";
197 "cycle_2weeks"          = "all 2 weeks";
198 "cycle_4weeks"          = "all 4 weeks";
199 "cycle_monthly"         = "monthly";
200 "cycle_weekday"         = "weekday";
201 "cycle_yearly"          = "yearly";
202
203 "cycle_end_never"       = "never";
204 "cycle_end_until"       = "on date";
205
206 /* Appointment categories */
207
208 "APPOINTMENT"           = "Appointment";
209 "NOT IN OFFICE"         = "Outside";
210 "MEETING"               = "Meeting";
211 "HOLIDAY"               = "Holiday";
212 "PHONE CALL"            = "Phone";
213
214 /* validation errors */
215
216 validate_notitle           = "No title is set, continue?";
217 validate_invalid_startdate = "Incorrect startdate field!";
218 validate_invalid_enddate   = "Incorrect enddate field!";
219 validate_endbeforestart    = "Enddate is before startdate!";
220