diff options
author | 2013-03-01 13:26:25 +0000 | |
---|---|---|
committer | 2013-03-01 13:26:26 +0000 | |
commit | 5c681c17cec355d2cf839e0dfcc38c9bf37f5f0a (patch) | |
tree | e3cb6f3c4f851d8b27ebee36ac2fc784e5a02540 /java | |
parent | f06ab499999ead130660e5bc17324225503994ad (diff) | |
parent | 419e3e5261effb71989126c2a4040c6fe8186923 (diff) | |
download | latinime-5c681c17cec355d2cf839e0dfcc38c9bf37f5f0a.tar.gz latinime-5c681c17cec355d2cf839e0dfcc38c9bf37f5f0a.tar.xz latinime-5c681c17cec355d2cf839e0dfcc38c9bf37f5f0a.zip |
Merge "Add translatable="false" to setup wizard's string resources" into jb-mr2-dev
Diffstat (limited to 'java')
-rw-r--r-- | java/res/values/strings.xml | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml index f7d34c8e3..2a47d7afa 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -409,26 +409,27 @@ <!-- Title of the button to revert to the default value of the device in the settings dialog [CHAR LIMIT=15] --> <string name="button_default">Default</string> + <!-- TODO: Remove translatable="false" once wordings are finalized. --> <!-- Title of the setup wizard. [CHAR LIMT=40] --> - <string name="setup_title">"Installing <xliff:g id="application_name">%s</xliff:g>"</string> + <string name="setup_title" translatable="false">"Installing <xliff:g id="application_name">%s</xliff:g>"</string> <!-- Ordinal number of the 1st step in the setup wizard. [CHAR LIMIT=5] --> - <string name="setup_step1_bullet">1</string> + <string name="setup_step1_bullet" translatable="false">1</string> <!-- Title of the 1st step in the setup wizard. [CHAR LIMIT=64] --> - <string name="setup_step1_title">"Enable <xliff:g id="application_name">%s</xliff:g> in settings."</string> + <string name="setup_step1_title" translatable="false">"Enable <xliff:g id="application_name">%s</xliff:g> in settings."</string> <!-- Detailed instruction of the 1st step in the setup wizard. [CHAR LIMIT=80] --> - <string name="setup_step1_instruction">"For security, please check \"<xliff:g id="application_name">%s</xliff:g>\""</string> + <string name="setup_step1_instruction" translatable="false">"For security, please check \"<xliff:g id="application_name">%s</xliff:g>\""</string> <!-- Ordinal number of the 2nd step in the setup wizard. [CHAR LIMIT=5] --> - <string name="setup_step2_bullet">2</string> + <string name="setup_step2_bullet" translatable="false">2</string> <!-- Title of the 2nd step in the setup wizard. [CHAR LIMIT=64] --> - <string name="setup_step2_title">"Switch to <xliff:g id="application_name">%s</xliff:g>."</string> + <string name="setup_step2_title" translatable="false">"Switch to <xliff:g id="application_name">%s</xliff:g>."</string> <!-- Detailed instruction of the 2nd step in the setup wizard. [CHAR LIMIT=80] --> - <string name="setup_step2_instruction">"Now that you've enabled <xliff:g id="application_name">%s</xliff:g>, you can switch to it."</string> + <string name="setup_step2_instruction" translatable="false">"Now that you've enabled <xliff:g id="application_name">%s</xliff:g>, you can switch to it."</string> <!-- Ordinal number of the 3rd step in the setup wizard. [CHAR LIMIT=5] --> - <string name="setup_step3_bullet">3</string> + <string name="setup_step3_bullet" translatable="false">3</string> <!-- Title of the 3rd step in the setup wizard. [CHAR LIMIT=64] --> - <string name="setup_step3_title">"Congratulations, you're all set!"</string> + <string name="setup_step3_title" translatable="false">"Congratulations, you're all set!"</string> <!-- Detailed instruction of the 3rd step in the setup wizard. [CHAR LIMIT=80] --> - <string name="setup_step3_instruction">Configure additional languages</string> + <string name="setup_step3_instruction" translatable="false">Configure additional languages</string> <!-- Title of the Language & input settings. This should be aligned with msgid="5292716747264442359" --> <string name="language_settings">Language & input</string> <!-- Title of the Input method picker. This should be aligned with msgid="4653387336791222978" --> |