]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/Scheduler/English.lproj/default.strings
"private appointment" prefix for private appointments
[scalable-opengroupware.org] / SOGo / UI / Scheduler / English.lproj / default.strings
1 /* this file is in ISO-8859-1 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
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
88
89 /* Appointments */
90
91 "Appointment viewer"    = "Appointment Viewer";
92 "Appointment editor"    = "Appointment Editor";
93 "Appointment proposal"  = "Appointment Proposal";
94 "Appointment on"        = "Appointment on";
95 "Start time"            = "Start time";
96 "End time"              = "End time";
97 "Start date"            = "Start date";
98 "End date"              = "End date";
99 "Earliest start time"   = "Earliest start time";
100 "Latest end time"       = "Latest end time";
101 "browse start date"     = "browse start date";
102 "browse end date"       = "browse end date";
103 "Title"                 = "Title";
104 "Name"                  = "Name";
105 "Email"                 = "Email";
106 "Location"              = "Location";
107 "Priority"              = "Priority";
108 "Categories"            = "Categories";
109 "Classification"        = "Classification";
110 "Duration"              = "Duration";
111 "Participants"          = "Participants";
112 "Resources"             = "Resources";
113 "Organizer"             = "Organizer";
114 "Comment"               = "Comment";
115
116 "attributes"            = "Attributes";
117 "participants"          = "Participants";
118 /* checkbox title */
119 "is private"            = "is private";
120 /* classification */
121 "Public"                = "Public";
122 "Private"               = "Private";
123 /* text used in overviews and tooltips */
124 "private appointment"   = "Private appointment";
125
126
127 /* Searching */
128
129 "Search"                = "Search";
130 "Search participants"   = "Search participants";
131 "Search resources"      = "Search resources";
132 "Search appointments"   = "Search appointments";
133 "Search in Anais"       = "Search in Anaïs";
134
135
136 /* calendar modes */
137
138 "Overview"              = "Overview";
139 "Chart"                 = "Chart";
140 "List"                  = "List";
141 "Columns"               = "Columns";
142
143
144 /* Priorities */
145
146 "prio_0"                = "Undefined";
147 "prio_1"                = "High";
148 "prio_2"                = "High";
149 "prio_3"                = "High";
150 "prio_4"                = "High";
151 "prio_5"                = "Normal";
152 "prio_6"                = "Low";
153 "prio_7"                = "Low";
154 "prio_8"                = "Low";
155 "prio_9"                = "Low";
156
157
158 /* Appointment categories */
159
160 "APPOINTMENT"           = "Appointment";
161 "NOT IN OFFICE"         = "Outside";
162 "MEETING"               = "Meeting";
163 "HOLIDAY"               = "Holiday";
164 "PHONE CALL"            = "Phone";