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 <message name="IDS_CHROMEBOOK" desc="The localized name for Chromebook."> | 7 <message name="IDS_CHROMEBOOK" desc="The localized name for Chromebook."> |
8 Chromebook | 8 Chromebook |
9 </message> | 9 </message> |
10 <message name="IDS_CHROMEBOX" desc="The localized name for Chromebox"> | 10 <message name="IDS_CHROMEBOX" desc="The localized name for Chromebox"> |
(...skipping 3216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3227 Configure... | 3227 Configure... |
3228 </message> | 3228 </message> |
3229 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_INPUT_METHOD" | 3229 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_INPUT_METHOD" |
3230 desc="The label for the section header for input methods"> | 3230 desc="The label for the section header for input methods"> |
3231 Input Method | 3231 Input Method |
3232 </message> | 3232 </message> |
3233 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_NO_INPUT_METHODS" | 3233 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_NO_INPUT_METHODS" |
3234 desc="The label for languages with no Input Methods"> | 3234 desc="The label for languages with no Input Methods"> |
3235 This language doesn't have any input methods | 3235 This language doesn't have any input methods |
3236 </message> | 3236 </message> |
3237 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_THIRD_PARTY_WARNING_CONFIRM_BUTT ON"> | |
3238 OK | |
3239 </message> | |
3240 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_THIRD_PARTY_WARNING_CANCEL_BUTTO N"> | |
3241 Cancel | |
3242 </message> | |
Dan Beam
2014/06/10 18:08:17
^ I would just use the standard messages for this
kevers
2014/06/10 23:02:35
Done.
| |
3243 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_THIRD_PARTY_WARNING_TITLE" | |
3244 desc="The title showing in the warning dialog when enabling a 3rd par ty Input Method"> | |
3245 Third party input method | |
3246 </message> | |
3247 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_THIRD_PARTY_WARNING_MESSAGE" | |
3248 desc="The description showing in the warning dialog when enabling a 3 rd party Input Method"> | |
3249 This input method may be able to collect all the text you type, including pe rsonal data like passwords and credit card numbers. It comes from the extension "<ph name="EXTENSION_NAME">$1<ex>Google Input Tools extension</ex></ph>". Use th is input method? | |
Dan Beam
2014/06/10 18:08:17
some of these " probably need to be "
kevers
2014/06/10 23:02:35
Either appears to work, but switched to "
| |
3250 </message> | |
3237 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_SIGN_OUT_BUTTON" | 3251 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_SIGN_OUT_BUTTON" |
3238 desc="The label for the sign out button for changing UI language"> | 3252 desc="The label for the sign out button for changing UI language"> |
3239 Sign out | 3253 Sign out |
3240 </message> | 3254 </message> |
3241 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PLEASE_ADD_ANOTHER_INPUT_METHOD" | 3255 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PLEASE_ADD_ANOTHER_INPUT_METHOD" |
3242 desc="Warning invoked when the user tries to remove the last input me thod"> | 3256 desc="Warning invoked when the user tries to remove the last input me thod"> |
3243 Please add another input method before removing this one. | 3257 Please add another input method before removing this one. |
3244 </message> | 3258 </message> |
3245 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_INPUT_METHOD_INSTRUCTIONS" | 3259 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_INPUT_METHOD_INSTRUCTIONS" |
3246 desc="Explanatory message about how to select input methods"> | 3260 desc="Explanatory message about how to select input methods"> |
(...skipping 2207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
5454 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window."> | 5468 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window."> |
5455 Done | 5469 Done |
5456 </message> | 5470 </message> |
5457 <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element ."> | 5471 <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element ."> |
5458 System date | 5472 System date |
5459 </message> | 5473 </message> |
5460 <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element ."> | 5474 <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element ."> |
5461 System time | 5475 System time |
5462 </message> | 5476 </message> |
5463 </grit-part> | 5477 </grit-part> |
OLD | NEW |