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 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
422 </message> | 422 </message> |
423 <message name="IDS_APP_GIBIBYTES_PER_SECOND" desc="Units tag indicating a
speed of gigabytes/second"> | 423 <message name="IDS_APP_GIBIBYTES_PER_SECOND" desc="Units tag indicating a
speed of gigabytes/second"> |
424 <ph name="QUANTITY">$1<ex>42.0</ex></ph> GB/s | 424 <ph name="QUANTITY">$1<ex>42.0</ex></ph> GB/s |
425 </message> | 425 </message> |
426 <message name="IDS_APP_TEBIBYTES_PER_SECOND" desc="Units tag indicating a
speed of terabytes/second"> | 426 <message name="IDS_APP_TEBIBYTES_PER_SECOND" desc="Units tag indicating a
speed of terabytes/second"> |
427 <ph name="QUANTITY">$1<ex>42.0</ex></ph> TB/s | 427 <ph name="QUANTITY">$1<ex>42.0</ex></ph> TB/s |
428 </message> | 428 </message> |
429 <message name="IDS_APP_PEBIBYTES_PER_SECOND" desc="Units tag indicating a
speed of petabytes/second"> | 429 <message name="IDS_APP_PEBIBYTES_PER_SECOND" desc="Units tag indicating a
speed of petabytes/second"> |
430 <ph name="QUANTITY">$1<ex>42.0</ex></ph> PB/s | 430 <ph name="QUANTITY">$1<ex>42.0</ex></ph> PB/s |
431 </message> | 431 </message> |
| 432 |
| 433 <!-- Message center --> |
| 434 <message name="IDS_MESSAGE_CENTER_EXTENSIONS_DISABLE" desc="The menu entry
for disabling extensions from a notification."> |
| 435 Disable extension |
| 436 </message> |
| 437 <message name="IDS_MESSAGE_CENTER_SITE_DISABLE" desc="The menu entry for d
isabling notification from a site."> |
| 438 Disable notifications from <ph name="site">$1<ex>mail.google.com</ex></p
h> |
| 439 </message> |
| 440 <message name="IDS_MESSAGE_CENTER_SETTINGS" desc="The menu entry or button
for visiting the appropriate settings page."> |
| 441 Settings... |
| 442 </message> |
| 443 <message name="IDS_MESSAGE_CENTER_CLEAR_ALL" desc="The button for clearing
all notifications."> |
| 444 Clear All |
| 445 </message> |
| 446 <message name="IDS_MESSAGE_CENTER_NO_MESSAGES" desc="The message displayed
in the message center when there are no notifications."> |
| 447 You have no notifications. Relax! |
| 448 </message> |
| 449 |
432 </messages> | 450 </messages> |
433 </release> | 451 </release> |
434 </grit> | 452 </grit> |
OLD | NEW |