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 source_lang_id="en" enc_check="möl"> | 8 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 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
372 <!-- Shortcut Modifiers --> | 372 <!-- Shortcut Modifiers --> |
373 <message name="IDS_APP_CONTROL_MODIFIER" desc="Control key shortcut modifi er"> | 373 <message name="IDS_APP_CONTROL_MODIFIER" desc="Control key shortcut modifi er"> |
374 Ctrl+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> | 374 Ctrl+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> |
375 </message> | 375 </message> |
376 <message name="IDS_APP_ALT_MODIFIER" desc="Alt key shortcut modifier"> | 376 <message name="IDS_APP_ALT_MODIFIER" desc="Alt key shortcut modifier"> |
377 Alt+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> | 377 Alt+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> |
378 </message> | 378 </message> |
379 <message name="IDS_APP_SHIFT_MODIFIER" desc="Shift key shortcut modifier"> | 379 <message name="IDS_APP_SHIFT_MODIFIER" desc="Shift key shortcut modifier"> |
380 Shift+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> | 380 Shift+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> |
381 </message> | 381 </message> |
382 | |
383 <!-- Byte size units --> | |
384 <message name="IDS_APP_BYTES" desc="Units tag indicating a quantity of byt es"> | |
385 <ph name="QUANTITY">$1<ex>42</ex></ph> bytes | |
386 </message> | |
387 <message name="IDS_APP_KILOBYTES" desc="Units tag indicating a quantity of kilobytes"> | |
388 <ph name="QUANTITY">$1<ex>42.0</ex></ph> kB | |
Evan Stade
2011/06/21 03:18:41
does this really vary by locale?
Avi (use Gerrit)
2011/06/21 14:30:19
:( Did you just propose that surely everyone in th
Evan Stade
2011/06/21 22:10:57
This wasn't a helpful answer to my question, so I
Avi (use Gerrit)
2011/06/21 22:20:07
Some omit the space between the number and the lab
Evan Stade
2011/06/21 22:26:18
it seems subtle that the space is important, so it
| |
389 </message> | |
390 <message name="IDS_APP_MEGABYTES" desc="Units tag indicating a quantity of megabytes"> | |
391 <ph name="QUANTITY">$1<ex>42.0</ex></ph> MB | |
392 </message> | |
393 <message name="IDS_APP_GIGABYTES" desc="Units tag indicating a quantity of gigabytes"> | |
394 <ph name="QUANTITY">$1<ex>42.0</ex></ph> GB | |
395 </message> | |
396 <message name="IDS_APP_TERABYTES" desc="Units tag indicating a quantity of terabytes"> | |
397 <ph name="QUANTITY">$1<ex>42.0</ex></ph> TB | |
398 </message> | |
399 <message name="IDS_APP_PETABYTES" desc="Units tag indicating a quantity of petabytes"> | |
400 <ph name="QUANTITY">$1<ex>42.0</ex></ph> PB | |
401 </message> | |
402 <message name="IDS_APP_BYTES_PER_SECOND" desc="Units tag indicating a spee d of bytes/second"> | |
403 <ph name="QUANTITY">$1<ex>42</ex></ph> bytes/s | |
404 </message> | |
405 <message name="IDS_APP_KILOBYTES_PER_SECOND" desc="Units tag indicating a speed of kilobytes/second"> | |
406 <ph name="QUANTITY">$1<ex>42.0</ex></ph> kB/s | |
407 </message> | |
408 <message name="IDS_APP_MEGABYTES_PER_SECOND" desc="Units tag indicating a speed of megabytes/second"> | |
409 <ph name="QUANTITY">$1<ex>42.0</ex></ph> MB/s | |
410 </message> | |
411 <message name="IDS_APP_GIGABYTES_PER_SECOND" desc="Units tag indicating a speed of gigabytes/second"> | |
412 <ph name="QUANTITY">$1<ex>42.0</ex></ph> GB/s | |
413 </message> | |
414 <message name="IDS_APP_TERABYTES_PER_SECOND" desc="Units tag indicating a speed of terabytes/second"> | |
415 <ph name="QUANTITY">$1<ex>42.0</ex></ph> TB/s | |
416 </message> | |
417 <message name="IDS_APP_PETABYTES_PER_SECOND" desc="Units tag indicating a speed of petabytes/second"> | |
418 <ph name="QUANTITY">$1<ex>42.0</ex></ph> PB/s | |
419 </message> | |
382 </messages> | 420 </messages> |
383 </release> | 421 </release> |
384 </grit> | 422 </grit> |
OLD | NEW |