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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: ui/base/strings/app_strings.grd
diff --git a/ui/base/strings/app_strings.grd b/ui/base/strings/app_strings.grd
index 0f8d1282f3603462d8bf95a217d490b1309970c8..6ca00e265fb281630f8708a3cab2503d8d356ba8 100644
--- a/ui/base/strings/app_strings.grd
+++ b/ui/base/strings/app_strings.grd
@@ -379,6 +379,44 @@ need to be translated for each locale.-->
<message name="IDS_APP_SHIFT_MODIFIER" desc="Shift key shortcut modifier">
Shift+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph>
</message>
+
+ <!-- Byte size units -->
+ <message name="IDS_APP_BYTES" desc="Units tag indicating a quantity of bytes">
+ <ph name="QUANTITY">$1<ex>42</ex></ph> B
+ </message>
+ <message name="IDS_APP_KIBIBYTES" desc="Units tag indicating a quantity of kilobytes">
+ <ph name="QUANTITY">$1<ex>42.0</ex></ph> kB
+ </message>
+ <message name="IDS_APP_MEBIBYTES" desc="Units tag indicating a quantity of megabytes">
+ <ph name="QUANTITY">$1<ex>42.0</ex></ph> MB
+ </message>
+ <message name="IDS_APP_GIBIBYTES" desc="Units tag indicating a quantity of gigabytes">
+ <ph name="QUANTITY">$1<ex>42.0</ex></ph> GB
+ </message>
+ <message name="IDS_APP_TEBIBYTES" desc="Units tag indicating a quantity of terabytes">
+ <ph name="QUANTITY">$1<ex>42.0</ex></ph> TB
+ </message>
+ <message name="IDS_APP_PEBIBYTES" desc="Units tag indicating a quantity of petabytes">
+ <ph name="QUANTITY">$1<ex>42.0</ex></ph> PB
+ </message>
+ <message name="IDS_APP_BYTES_PER_SECOND" desc="Units tag indicating a speed of bytes/second">
+ <ph name="QUANTITY">$1<ex>42</ex></ph> B/s
+ </message>
+ <message name="IDS_APP_KIBIBYTES_PER_SECOND" desc="Units tag indicating a speed of kilobytes/second">
+ <ph name="QUANTITY">$1<ex>42.0</ex></ph> kB/s
+ </message>
+ <message name="IDS_APP_MEBIBYTES_PER_SECOND" desc="Units tag indicating a speed of megabytes/second">
+ <ph name="QUANTITY">$1<ex>42.0</ex></ph> MB/s
+ </message>
+ <message name="IDS_APP_GIBIBYTES_PER_SECOND" desc="Units tag indicating a speed of gigabytes/second">
+ <ph name="QUANTITY">$1<ex>42.0</ex></ph> GB/s
+ </message>
+ <message name="IDS_APP_TEBIBYTES_PER_SECOND" desc="Units tag indicating a speed of terabytes/second">
+ <ph name="QUANTITY">$1<ex>42.0</ex></ph> TB/s
+ </message>
+ <message name="IDS_APP_PEBIBYTES_PER_SECOND" desc="Units tag indicating a speed of petabytes/second">
+ <ph name="QUANTITY">$1<ex>42.0</ex></ph> PB/s
+ </message>
</messages>
</release>
</grit>
« 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