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

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

Issue 9490008: Change kB to KB for consistency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 9 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
« no previous file with comments | « no previous file | ui/base/text/bytes_formatting_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 </message> 336 </message>
337 <message name="IDS_APP_SHIFT_MODIFIER" desc="Shift key shortcut modifier"> 337 <message name="IDS_APP_SHIFT_MODIFIER" desc="Shift key shortcut modifier">
338 Shift+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> 338 Shift+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph>
339 </message> 339 </message>
340 340
341 <!-- Byte size units --> 341 <!-- Byte size units -->
342 <message name="IDS_APP_BYTES" desc="Units tag indicating a quantity of byt es"> 342 <message name="IDS_APP_BYTES" desc="Units tag indicating a quantity of byt es">
343 <ph name="QUANTITY">$1<ex>42</ex></ph> B 343 <ph name="QUANTITY">$1<ex>42</ex></ph> B
344 </message> 344 </message>
345 <message name="IDS_APP_KIBIBYTES" desc="Units tag indicating a quantity of kilobytes"> 345 <message name="IDS_APP_KIBIBYTES" desc="Units tag indicating a quantity of kilobytes">
346 <ph name="QUANTITY">$1<ex>42.0</ex></ph> kB 346 <ph name="QUANTITY">$1<ex>42.0</ex></ph> KB
347 </message> 347 </message>
348 <message name="IDS_APP_MEBIBYTES" desc="Units tag indicating a quantity of megabytes"> 348 <message name="IDS_APP_MEBIBYTES" desc="Units tag indicating a quantity of megabytes">
349 <ph name="QUANTITY">$1<ex>42.0</ex></ph> MB 349 <ph name="QUANTITY">$1<ex>42.0</ex></ph> MB
350 </message> 350 </message>
351 <message name="IDS_APP_GIBIBYTES" desc="Units tag indicating a quantity of gigabytes"> 351 <message name="IDS_APP_GIBIBYTES" desc="Units tag indicating a quantity of gigabytes">
352 <ph name="QUANTITY">$1<ex>42.0</ex></ph> GB 352 <ph name="QUANTITY">$1<ex>42.0</ex></ph> GB
353 </message> 353 </message>
354 <message name="IDS_APP_TEBIBYTES" desc="Units tag indicating a quantity of terabytes"> 354 <message name="IDS_APP_TEBIBYTES" desc="Units tag indicating a quantity of terabytes">
355 <ph name="QUANTITY">$1<ex>42.0</ex></ph> TB 355 <ph name="QUANTITY">$1<ex>42.0</ex></ph> TB
356 </message> 356 </message>
357 <message name="IDS_APP_PEBIBYTES" desc="Units tag indicating a quantity of petabytes"> 357 <message name="IDS_APP_PEBIBYTES" desc="Units tag indicating a quantity of petabytes">
358 <ph name="QUANTITY">$1<ex>42.0</ex></ph> PB 358 <ph name="QUANTITY">$1<ex>42.0</ex></ph> PB
359 </message> 359 </message>
360 <message name="IDS_APP_BYTES_PER_SECOND" desc="Units tag indicating a spee d of bytes/second"> 360 <message name="IDS_APP_BYTES_PER_SECOND" desc="Units tag indicating a spee d of bytes/second">
361 <ph name="QUANTITY">$1<ex>42</ex></ph> B/s 361 <ph name="QUANTITY">$1<ex>42</ex></ph> B/s
362 </message> 362 </message>
363 <message name="IDS_APP_KIBIBYTES_PER_SECOND" desc="Units tag indicating a speed of kilobytes/second"> 363 <message name="IDS_APP_KIBIBYTES_PER_SECOND" desc="Units tag indicating a speed of kilobytes/second">
364 <ph name="QUANTITY">$1<ex>42.0</ex></ph> kB/s 364 <ph name="QUANTITY">$1<ex>42.0</ex></ph> KB/s
365 </message> 365 </message>
366 <message name="IDS_APP_MEBIBYTES_PER_SECOND" desc="Units tag indicating a speed of megabytes/second"> 366 <message name="IDS_APP_MEBIBYTES_PER_SECOND" desc="Units tag indicating a speed of megabytes/second">
367 <ph name="QUANTITY">$1<ex>42.0</ex></ph> MB/s 367 <ph name="QUANTITY">$1<ex>42.0</ex></ph> MB/s
368 </message> 368 </message>
369 <message name="IDS_APP_GIBIBYTES_PER_SECOND" desc="Units tag indicating a speed of gigabytes/second"> 369 <message name="IDS_APP_GIBIBYTES_PER_SECOND" desc="Units tag indicating a speed of gigabytes/second">
370 <ph name="QUANTITY">$1<ex>42.0</ex></ph> GB/s 370 <ph name="QUANTITY">$1<ex>42.0</ex></ph> GB/s
371 </message> 371 </message>
372 <message name="IDS_APP_TEBIBYTES_PER_SECOND" desc="Units tag indicating a speed of terabytes/second"> 372 <message name="IDS_APP_TEBIBYTES_PER_SECOND" desc="Units tag indicating a speed of terabytes/second">
373 <ph name="QUANTITY">$1<ex>42.0</ex></ph> TB/s 373 <ph name="QUANTITY">$1<ex>42.0</ex></ph> TB/s
374 </message> 374 </message>
375 <message name="IDS_APP_PEBIBYTES_PER_SECOND" desc="Units tag indicating a speed of petabytes/second"> 375 <message name="IDS_APP_PEBIBYTES_PER_SECOND" desc="Units tag indicating a speed of petabytes/second">
376 <ph name="QUANTITY">$1<ex>42.0</ex></ph> PB/s 376 <ph name="QUANTITY">$1<ex>42.0</ex></ph> PB/s
377 </message> 377 </message>
378 </messages> 378 </messages>
379 </release> 379 </release>
380 </grit> 380 </grit>
OLDNEW
« no previous file with comments | « no previous file | ui/base/text/bytes_formatting_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698