diff options
author | Eric Fischer <enf@google.com> | 2012-05-16 13:54:48 -0700 |
---|---|---|
committer | Eric Fischer <enf@google.com> | 2012-05-16 13:54:48 -0700 |
commit | bc51de6b1d5a35d7406380d9467db100bb0207a2 (patch) | |
tree | f38b17173f01eb1dc0b291bdeb46373ba41a63fb /res/values-en-rGB | |
parent | 1263651577e2e1989f336ef0f86fac57a73b6df3 (diff) | |
download | packages_apps_settings-bc51de6b1d5a35d7406380d9467db100bb0207a2.zip packages_apps_settings-bc51de6b1d5a35d7406380d9467db100bb0207a2.tar.gz packages_apps_settings-bc51de6b1d5a35d7406380d9467db100bb0207a2.tar.bz2 |
Import translations. DO NOT MERGE
Change-Id: I2c4ef83b53ab1c9cbe4027bb3646045b234afcbe
Diffstat (limited to 'res/values-en-rGB')
-rw-r--r-- | res/values-en-rGB/strings.xml | 27 |
1 files changed, 10 insertions, 17 deletions
diff --git a/res/values-en-rGB/strings.xml b/res/values-en-rGB/strings.xml index b4a67c6..a7f478f 100644 --- a/res/values-en-rGB/strings.xml +++ b/res/values-en-rGB/strings.xml @@ -651,7 +651,8 @@ <string name="search_settings" msgid="1910951467596035063">"Search"</string> <string name="search_settings_summary" msgid="9205656546570654169">"Manage search settings and history"</string> <string name="display_settings" msgid="7965901687241669598">"Display"</string> - <string name="accelerometer_title" msgid="7854608399547349157">"Auto-rotate screen"</string> + <!-- no translation found for accelerometer_title (4930458565568936210) --> + <skip /> <string name="accelerometer_summary_on" product="tablet" msgid="429982132339828942">"Switch orientation automatically when rotating tablet"</string> <string name="accelerometer_summary_on" product="default" msgid="1133737282813048021">"Switch orientation automatically when rotating phone"</string> <string name="accelerometer_summary_off" product="tablet" msgid="4781734213242521682">"Switch orientation automatically when rotating tablet"</string> @@ -1179,22 +1180,14 @@ <string name="adb_warning_message" msgid="7316799925425402244">"USB debugging is intended for development purposes only. Use it to copy data between your computer and your device, install apps on your device without notification and read log data."</string> <string name="dev_settings_warning_title" msgid="7244607768088540165">"Allow development settings?"</string> <string name="dev_settings_warning_message" msgid="2298337781139097964">"These settings are intended for development use only. They can cause your device and the applications on it to break or misbehave."</string> - <!-- no translation found for enforce_read_external_title (7733257271454664956) --> - <skip /> - <!-- no translation found for enforce_read_external_summary (1798088409346660567) --> - <skip /> - <!-- no translation found for enforce_read_external_confirm_title (2112813067171502209) --> - <skip /> - <!-- no translation found for enforce_read_external_confirm_message (605444326545922054) --> - <skip /> - <!-- no translation found for enforce_read_external_title (2226662853797940829) --> - <skip /> - <!-- no translation found for enforce_read_external_summary (2750027486786530064) --> - <skip /> - <!-- no translation found for enforce_read_external_confirm_title (273220585729800783) --> - <skip /> - <!-- no translation found for enforce_read_external_confirm_message (3858482712337574407) --> - <skip /> + <string name="enforce_read_external_title" product="nosdcard" msgid="7733257271454664956">"Protect USB storage"</string> + <string name="enforce_read_external_summary" product="nosdcard" msgid="1798088409346660567">"Apps must request permission to read USB storage"</string> + <string name="enforce_read_external_confirm_title" product="nosdcard" msgid="2112813067171502209">"Protect USB storage?"</string> + <string name="enforce_read_external_confirm_message" product="nosdcard" msgid="605444326545922054">"When USB storage is protected, apps must request permission to read data from external storage."\n\n"Some apps may not work until updated by their developers."</string> + <string name="enforce_read_external_title" product="default" msgid="2226662853797940829">"Protect SD card"</string> + <string name="enforce_read_external_summary" product="default" msgid="2750027486786530064">"Apps must request permission to read SD card"</string> + <string name="enforce_read_external_confirm_title" product="default" msgid="273220585729800783">"Protect SD card?"</string> + <string name="enforce_read_external_confirm_message" product="default" msgid="3858482712337574407">"When SD card is protected, apps must request permission to read data from external storage."\n\n"Some apps may not work until updated by their developers."</string> <string name="gadget_picker_title" msgid="98374951396755811">"Choose gadget"</string> <string name="widget_picker_title" msgid="9130684134213467557">"Choose widget"</string> <string name="allow_bind_app_widget_activity_allow_bind_title" msgid="2538303018392590627">"Create widget and allow access?"</string> |