diff options
author | Eric Fischer <enf@google.com> | 2012-05-07 13:14:09 -0700 |
---|---|---|
committer | Eric Fischer <enf@google.com> | 2012-05-07 13:14:09 -0700 |
commit | f5b82b79f7652e214cdb5591451e4474cad6d417 (patch) | |
tree | d9046910edbdac0e36d6398bc37cc3647c9b7986 /res/values-en-rGB | |
parent | 0699648325904b8dacd61c365bb80f3c0fcf0ab9 (diff) | |
download | packages_apps_packageinstaller-f5b82b79f7652e214cdb5591451e4474cad6d417.zip packages_apps_packageinstaller-f5b82b79f7652e214cdb5591451e4474cad6d417.tar.gz packages_apps_packageinstaller-f5b82b79f7652e214cdb5591451e4474cad6d417.tar.bz2 |
Import translations. DO NOT MERGE
Change-Id: Ibf03fec68b74fd49b386b72d72affdbfd664f6b9
Diffstat (limited to 'res/values-en-rGB')
-rw-r--r-- | res/values-en-rGB/strings.xml | 24 |
1 files changed, 8 insertions, 16 deletions
diff --git a/res/values-en-rGB/strings.xml b/res/values-en-rGB/strings.xml index 5c0c048..d77b5bd 100644 --- a/res/values-en-rGB/strings.xml +++ b/res/values-en-rGB/strings.xml @@ -24,14 +24,10 @@ <string name="unknown" msgid="4742479012767208045">"Unknown"</string> <string name="installing" msgid="8613631001631998372">"Installing…"</string> <string name="install_done" msgid="3682715442154357097">"App installed."</string> - <!-- no translation found for install_confirm_question (7295206719219043890) --> - <skip /> - <!-- no translation found for install_confirm_question_no_perms (5918305641302873520) --> - <skip /> - <!-- no translation found for install_confirm_question_update (4624159567361487964) --> - <skip /> - <!-- no translation found for install_confirm_question_update_system (1302330093676416336) --> - <skip /> + <string name="install_confirm_question" msgid="7295206719219043890">"Do you want to install this application? It will get access to:"</string> + <string name="install_confirm_question_no_perms" msgid="5918305641302873520">"Do you want to install this application? It does not require any special access."</string> + <string name="install_confirm_question_update" msgid="4624159567361487964">"Do you want to install an update to this existing application? Your existing data will not be lost. The updated application will get access to:"</string> + <string name="install_confirm_question_update_system" msgid="1302330093676416336">"Do you want to install an update to this built-in application? Your existing data will not be lost. The updated application will get access to:"</string> <string name="install_failed" msgid="6579998651498970899">"App not installed."</string> <string name="install_failed_invalid_apk" msgid="1287935707565682604">"The package appears to be corrupt."</string> <string name="install_failed_inconsistent_certificates" msgid="1517751954440692054">"An existing package by the same name with a conflicting signature is already installed."</string> @@ -73,12 +69,8 @@ <string name="uninstall_failed_msg" msgid="8969754702803951175">"<xliff:g id="APP_NAME">%1$s</xliff:g> couldn\'t be uninstalled."</string> <string name="Parse_error_dlg_title" msgid="6079580916889596257">"Parse error"</string> <string name="Parse_error_dlg_text" msgid="7623286983621067011">"There was a problem while parsing the package."</string> - <!-- no translation found for newPerms (6039428254474104210) --> - <skip /> - <!-- no translation found for privacyPerms (1850527049572617) --> - <skip /> - <!-- no translation found for devicePerms (6733560207731294504) --> - <skip /> - <!-- no translation found for no_new_perms (6657813692169565975) --> - <skip /> + <string name="newPerms" msgid="6039428254474104210">"New"</string> + <string name="privacyPerms" msgid="1850527049572617">"Privacy"</string> + <string name="devicePerms" msgid="6733560207731294504">"Device Access"</string> + <string name="no_new_perms" msgid="6657813692169565975">"This update requires no new permissions."</string> </resources> |