OLD | NEW |
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <!-- ChromeOS-specific strings (included from generated_resources.grd). | 2 <!-- ChromeOS-specific strings (included from generated_resources.grd). |
3 Everything in this file is wrapped in <if expr="chromeos">. --> | 3 Everything in this file is wrapped in <if expr="chromeos">. --> |
4 <grit-part> | 4 <grit-part> |
5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g
eneric. No translation required."> | 5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g
eneric. No translation required."> |
6 </message> | 6 </message> |
7 <!-- Idle logout dialog for retail mode --> | 7 <!-- Idle logout dialog for retail mode --> |
8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d
ialog. Used in retail mode only."> | 8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d
ialog. Used in retail mode only."> |
9 Are you still there? | 9 Are you still there? |
10 </message> | 10 </message> |
(...skipping 6512 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6523 Close | 6523 Close |
6524 </message> | 6524 </message> |
6525 <message name="IDS_FLAGS_ARC_BOOT_COMPLETED" desc="Name of the flag for blocki
ng the ACTION_BOOT_COMPLETED broadcast for third-party apps on ARC."> | 6525 <message name="IDS_FLAGS_ARC_BOOT_COMPLETED" desc="Name of the flag for blocki
ng the ACTION_BOOT_COMPLETED broadcast for third-party apps on ARC."> |
6526 Load Android apps automatically | 6526 Load Android apps automatically |
6527 </message> | 6527 </message> |
6528 <message name="IDS_FLAGS_ARC_BOOT_COMPLETED_DESCRIPTION" desc="Description for
the flag for blocking ACTION_BOOT_COMPLETED broadcast for third-party apps."> | 6528 <message name="IDS_FLAGS_ARC_BOOT_COMPLETED_DESCRIPTION" desc="Description for
the flag for blocking ACTION_BOOT_COMPLETED broadcast for third-party apps."> |
6529 Allow Android apps to start automatically after signing in. | 6529 Allow Android apps to start automatically after signing in. |
6530 </message> | 6530 </message> |
6531 <message name="IDS_FLAGS_ENABLE_IME_MENU_NAME" desc="Name of the about: flag f
or enabling opt-in IME menu."> | 6531 <message name="IDS_FLAGS_ENABLE_IME_MENU_NAME" desc="Name of the about: flag f
or enabling opt-in IME menu."> |
6532 Enable opt-in IME menu | 6532 Enable opt-in IME menu |
6533 </message> | 6533 </message> |
6534 <message name="IDS_FLAGS_ENABLE_IME_MENU_DESCRIPTION" desc="Description of the
about: flag for enabling opt-in IME menu."> | 6534 <message name="IDS_FLAGS_ENABLE_IME_MENU_DESCRIPTION" desc="Description of the
about: flag for enabling opt-in IME menu."> |
6535 Enable access to the new IME menu in the Language Settings page. | 6535 Enable access to the new IME menu in the Language Settings page. |
6536 </message> | 6536 </message> |
6537 <message name="IDS_LOW_DISK_NOTIFICATION_TITLE" desc="Title of the notificatio
n warning users that they are low on disk space."> | 6537 <message name="IDS_LOW_DISK_NOTIFICATION_TITLE" desc="Title of the notificatio
n warning users that they are low on disk space."> |
6538 Device is low on disk space | 6538 Device is low on disk space |
6539 </message> | 6539 </message> |
6540 <message name="IDS_LOW_DISK_NOTIFICATION_MESSAGE" desc="Notification text warn
ing users that they are low on disk space."> | 6540 <message name="IDS_LOW_DISK_NOTIFICATION_MESSAGE" desc="Notification text warn
ing users that they are low on disk space."> |
6541 Free up disk space or select data may be automatically deleted | 6541 Free up disk space or select data may be automatically deleted |
6542 </message> | 6542 </message> |
6543 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_TITLE" desc="Title of the
notification warning users that they are critically low on disk space."> | 6543 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_TITLE" desc="Title of the
notification warning users that they are critically low on disk space."> |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6577 </message> | 6577 </message> |
6578 <message name="IDS_PRINT_JOB_NOTIFICATION_PAUSE_BUTTON" desc="Text on the butt
on for the user to pause the current print job."> | 6578 <message name="IDS_PRINT_JOB_NOTIFICATION_PAUSE_BUTTON" desc="Text on the butt
on for the user to pause the current print job."> |
6579 Pause printing | 6579 Pause printing |
6580 </message> | 6580 </message> |
6581 <message name="IDS_PRINT_JOB_NOTIFICATION_RESUME_BUTTON" desc="Text on the but
ton for the user to resume the current print job."> | 6581 <message name="IDS_PRINT_JOB_NOTIFICATION_RESUME_BUTTON" desc="Text on the but
ton for the user to resume the current print job."> |
6582 Resume printing | 6582 Resume printing |
6583 </message> | 6583 </message> |
6584 <message name="IDS_PRINT_JOB_NOTIFICATION_GET_HELP_BUTTON" desc="Text on the b
utton for the user to get help about the current print job."> | 6584 <message name="IDS_PRINT_JOB_NOTIFICATION_GET_HELP_BUTTON" desc="Text on the b
utton for the user to get help about the current print job."> |
6585 Get help | 6585 Get help |
6586 </message> | 6586 </message> |
| 6587 |
| 6588 <!-- RequestPin dialog messages --> |
| 6589 <message name="IDS_REQUEST_PIN_DIALOG_HEADER" desc="The text displayed in the
certificate provider PIN request dialog."> |
| 6590 "<ph name="EXTENSION_NAME">$1<ex>My Extension</ex></ph>" is requesting your
<ph name="CODE_TYPE">$2<ex>PIN</ex></ph> |
| 6591 </message> |
| 6592 <message name="IDS_REQUEST_PIN_DIALOG_PROCESSING" desc="The text displayed whi
le the certificate provider API is waiting for response from extension."> |
| 6593 Processing request... |
| 6594 </message> |
| 6595 <message name="IDS_REQUEST_PIN_DIALOG_INVALID_PIN_ERROR" desc="The error messa
ge displayed in the certificate provider PIN request dialog when an invalid PIN
was entered."> |
| 6596 Invalid PIN. |
| 6597 </message> |
| 6598 <message name="IDS_REQUEST_PIN_DIALOG_INVALID_PUK_ERROR" desc="The error messa
ge displayed in the certificate provider PIN request dialog when an invalid PUK
was entered."> |
| 6599 Invalid PUK. |
| 6600 </message> |
| 6601 <message name="IDS_REQUEST_PIN_DIALOG_MAX_ATTEMPTS_EXCEEDED_ERROR" desc="The e
rror message displayed in the certificate provider PIN request dialog when maxim
um allowed attempts exceeded."> |
| 6602 Maximum allowed attempts exceeded. |
| 6603 </message> |
| 6604 <message name="IDS_REQUEST_PIN_DIALOG_UNKNOWN_ERROR" desc="The error message d
isplayed in the certificate provider PIN request dialog when unknown error occur
red in extension code."> |
| 6605 Unknown error. |
| 6606 </message> |
| 6607 <message name="IDS_REQUEST_PIN_DIALOG_ATTEMPTS_LEFT" desc="The text displayed
in the certificate provider PIN request dialog about the number of attempts left
"> |
| 6608 Attempts left: $1 |
| 6609 </message> |
| 6610 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N
umber abbreviation"> |
| 6611 PIN |
| 6612 </message> |
| 6613 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a
s used in mobile phones) abbreviation"> |
| 6614 PUK |
| 6615 </message> |
| 6616 |
6587 </grit-part> | 6617 </grit-part> |
OLD | NEW |