OLD | NEW |
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 |
3 <!-- This file contains definitions of resources that will be translated for | 3 <!-- This file contains definitions of resources that will be translated for |
4 each locale. Specifically, these are UI strings that are used by app/ that | 4 each locale. Specifically, these are UI strings that are used by app/ that |
5 need to be translated for each locale.--> | 5 need to be translated for each locale.--> |
6 | 6 |
7 <grit base_dir="." latest_public_release="0" current_release="1" | 7 <grit base_dir="." latest_public_release="0" current_release="1" |
8 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> | 8 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> |
9 <outputs> | 9 <outputs> |
10 <!-- TODO add each of your output files. Modify the three below, and add | 10 <!-- TODO add each of your output files. Modify the three below, and add |
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
200 desc="[ICU Syntax]"> | 200 desc="[ICU Syntax]"> |
201 {DAYS, plural, =1 {1 day} other {# days}} | 201 {DAYS, plural, =1 {1 day} other {# days}} |
202 </message> | 202 </message> |
203 | 203 |
204 | 204 |
205 <message name="IDS_TIME_DAYS_1ST" | 205 <message name="IDS_TIME_DAYS_1ST" |
206 desc="First part of 'xx days and yy hours' time format (including
'and' and the space between first and second part, if the language requires a c
onnecting word like 'and' and a space there). [ICU Syntax]"> | 206 desc="First part of 'xx days and yy hours' time format (including
'and' and the space between first and second part, if the language requires a c
onnecting word like 'and' and a space there). [ICU Syntax]"> |
207 {DAYS, plural, =1 {1 day and } other {# days and }} | 207 {DAYS, plural, =1 {1 day and } other {# days and }} |
208 </message> | 208 </message> |
209 | 209 |
| 210 <message name="IDS_TIME_MONTHS" |
| 211 desc="[ICU Syntax]"> |
| 212 {MONTHS, plural, =1 {1 month} other {# months}} |
| 213 </message> |
| 214 |
| 215 <message name="IDS_TIME_YEARS" |
| 216 desc="[ICU Syntax]"> |
| 217 {YEARS, plural, =1 {1 year} other {# years}} |
| 218 </message> |
| 219 |
210 <message name="IDS_TIME_REMAINING_SECS" | 220 <message name="IDS_TIME_REMAINING_SECS" |
211 desc="Seconds remaining for a job completion. Use an abbreviated
word for second(s). [ICU Syntax]"> | 221 desc="Seconds remaining for a job completion. Use an abbreviated
word for second(s). [ICU Syntax]"> |
212 {SECONDS, plural, =1 {1 sec left} other {# secs left}} | 222 {SECONDS, plural, =1 {1 sec left} other {# secs left}} |
213 </message> | 223 </message> |
214 | 224 |
215 <message name="IDS_TIME_REMAINING_LONG_SECS" | 225 <message name="IDS_TIME_REMAINING_LONG_SECS" |
216 desc="Seconds remaining for a job completion. [ICU Syntax]"> | 226 desc="Seconds remaining for a job completion. [ICU Syntax]"> |
217 {SECONDS, plural, =1 {1 second left} other {# seconds left}} | 227 {SECONDS, plural, =1 {1 second left} other {# seconds left}} |
218 </message> | 228 </message> |
219 | 229 |
(...skipping 10 matching lines...) Expand all Loading... |
230 <message name="IDS_TIME_REMAINING_HOURS" | 240 <message name="IDS_TIME_REMAINING_HOURS" |
231 desc="Hours remaining for a job completition. [ICU Syntax]"> | 241 desc="Hours remaining for a job completition. [ICU Syntax]"> |
232 {HOURS, plural, =1 {1 hour left} other {# hours left}} | 242 {HOURS, plural, =1 {1 hour left} other {# hours left}} |
233 </message> | 243 </message> |
234 | 244 |
235 <message name="IDS_TIME_REMAINING_DAYS" | 245 <message name="IDS_TIME_REMAINING_DAYS" |
236 desc="Days remaining for a job completion. [ICU Syntax]"> | 246 desc="Days remaining for a job completion. [ICU Syntax]"> |
237 {DAYS, plural, =1 {1 day left} other {# days left}} | 247 {DAYS, plural, =1 {1 day left} other {# days left}} |
238 </message> | 248 </message> |
239 | 249 |
| 250 <message name="IDS_TIME_REMAINING_MONTHS" |
| 251 desc="Months remaining for a job completion. [ICU Syntax]"> |
| 252 {MONTHS, plural, =1 {1 month left} other {# months left}} |
| 253 </message> |
| 254 |
| 255 <message name="IDS_TIME_REMAINING_YEARS" |
| 256 desc="Years remaining for a job completion. [ICU Syntax]"> |
| 257 {YEARS, plural, =1 {1 year left} other {# years left}} |
| 258 </message> |
| 259 |
240 <message name="IDS_TIME_ELAPSED_SECS" | 260 <message name="IDS_TIME_ELAPSED_SECS" |
241 desc="Relative time in browsing history or file list. Use an abbr
eviated word for second(s). [ICU Syntax]"> | 261 desc="Relative time in browsing history or file list. Use an abbr
eviated word for second(s). [ICU Syntax]"> |
242 {SECONDS, plural, =1 {1 sec ago} other {# secs ago}} | 262 {SECONDS, plural, =1 {1 sec ago} other {# secs ago}} |
243 </message> | 263 </message> |
244 | 264 |
245 <message name="IDS_TIME_ELAPSED_LONG_SECS" | 265 <message name="IDS_TIME_ELAPSED_LONG_SECS" |
246 desc="Relative time in browsing history or file list. [ICU Syntax
]"> | 266 desc="Relative time in browsing history or file list. [ICU Syntax
]"> |
247 {SECONDS, plural, =1 {1 second ago} other {# seconds ago}} | 267 {SECONDS, plural, =1 {1 second ago} other {# seconds ago}} |
248 </message> | 268 </message> |
249 | 269 |
(...skipping 10 matching lines...) Expand all Loading... |
260 <message name="IDS_TIME_ELAPSED_HOURS" | 280 <message name="IDS_TIME_ELAPSED_HOURS" |
261 desc="Relative time in browsing history or file list. [ICU Syntax
]"> | 281 desc="Relative time in browsing history or file list. [ICU Syntax
]"> |
262 {HOURS, plural, =1 {1 hour ago} other {# hours ago}} | 282 {HOURS, plural, =1 {1 hour ago} other {# hours ago}} |
263 </message> | 283 </message> |
264 | 284 |
265 <message name="IDS_TIME_ELAPSED_DAYS" | 285 <message name="IDS_TIME_ELAPSED_DAYS" |
266 desc="Relative time in browsing history or file list. [ICU Syntax
]"> | 286 desc="Relative time in browsing history or file list. [ICU Syntax
]"> |
267 {DAYS, plural, =1 {1 day ago} other {# days ago}} | 287 {DAYS, plural, =1 {1 day ago} other {# days ago}} |
268 </message> | 288 </message> |
269 | 289 |
| 290 <message name="IDS_TIME_ELAPSED_MONTHS" |
| 291 desc="Relative time in browsing history or file list. [ICU Syntax
]"> |
| 292 {MONTHS, plural, =1 {1 month ago} other {# months ago}} |
| 293 </message> |
| 294 |
| 295 <message name="IDS_TIME_ELAPSED_YEARS" |
| 296 desc="Relative time in browsing history or file list. [ICU Syntax
]"> |
| 297 {YEARS, plural, =1 {1 year ago} other {# years ago}} |
| 298 </message> |
| 299 |
270 <message name="IDS_PAST_TIME_TODAY" desc="Relative day today"> | 300 <message name="IDS_PAST_TIME_TODAY" desc="Relative day today"> |
271 Today | 301 Today |
272 </message> | 302 </message> |
273 <message name="IDS_PAST_TIME_YESTERDAY" desc="Relative day yesterday"> | 303 <message name="IDS_PAST_TIME_YESTERDAY" desc="Relative day yesterday"> |
274 Yesterday | 304 Yesterday |
275 </message> | 305 </message> |
276 | 306 |
277 <!-- Menus --> | 307 <!-- Menus --> |
278 <message name="IDS_APP_MENU_EMPTY_SUBMENU" desc="Used when a submenu has n
o entries"> | 308 <message name="IDS_APP_MENU_EMPTY_SUBMENU" desc="Used when a submenu has n
o entries"> |
279 (empty) | 309 (empty) |
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
687 <!-- Display names --> | 717 <!-- Display names --> |
688 <message name="IDS_DISPLAY_NAME_UNKNOWN" desc="The name used for a display
whose name is unknown, which is shown in the display settings and ash tray."> | 718 <message name="IDS_DISPLAY_NAME_UNKNOWN" desc="The name used for a display
whose name is unknown, which is shown in the display settings and ash tray."> |
689 Unknown Display | 719 Unknown Display |
690 </message> | 720 </message> |
691 <message name="IDS_DISPLAY_NAME_INTERNAL" desc="The name used for internal
displays, which is shown in the display settings."> | 721 <message name="IDS_DISPLAY_NAME_INTERNAL" desc="The name used for internal
displays, which is shown in the display settings."> |
692 Internal Display | 722 Internal Display |
693 </message> | 723 </message> |
694 </messages> | 724 </messages> |
695 </release> | 725 </release> |
696 </grit> | 726 </grit> |
OLD | NEW |