Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Side by Side Diff: ui/base/strings/app_strings.grd

Issue 7189076: Localize strings, speeds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: copyright dates Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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> B
386 </message>
387 <message name="IDS_APP_KIBIBYTES" desc="Units tag indicating a quantity of kilobytes">
388 <ph name="QUANTITY">$1<ex>42.0</ex></ph> kB
389 </message>
390 <message name="IDS_APP_MEBIBYTES" 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_GIBIBYTES" 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_TEBIBYTES" 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_PEBIBYTES" 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> B/s
404 </message>
405 <message name="IDS_APP_KIBIBYTES_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_MEBIBYTES_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_GIBIBYTES_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_TEBIBYTES_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_PEBIBYTES_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>
OLDNEW
« base/string_util.h ('K') | « net/base/net_util.cc ('k') | ui/base/text/bytes_formatting.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698