summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorOwen Lin <owenlin@google.com>2011-09-01 21:00:30 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-09-01 21:00:30 -0700
commit3b8147e5c566fde6bc145865013bb7f0141d4591 (patch)
tree3843df85e1596529dc0a6974a03ef89b63e73128 /res/values/strings.xml
parenta610ef4c0c46e6737384c6c7cdcc307c3b0b813f (diff)
parent3c2289811e5e5a3ac46a78b57eab92b2b1ca5eae (diff)
downloadandroid_packages_apps_Snap-3b8147e5c566fde6bc145865013bb7f0141d4591.tar.gz
android_packages_apps_Snap-3b8147e5c566fde6bc145865013bb7f0141d4591.tar.bz2
android_packages_apps_Snap-3b8147e5c566fde6bc145865013bb7f0141d4591.zip
Merge "Remove resources for Settings."
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml54
1 files changed, 0 insertions, 54 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 0e0db1242..3c0588ad7 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -406,58 +406,4 @@
<!-- Group by menu item. [CHAR LIMIT=20] -->
<string name="group_by">Group by</string>
-
- <!-- The strings used in Gallery Settings -->
-
- <!-- The title of the menu item which enable the settings [CHAR LIMIT=20] -->
- <string name="settings">Settings</string>
-
- <!-- The header of the preference group about account [CHAR LIMIT=40] -->
- <string name="prefs_accounts">Account settings</string>
-
- <!-- The header of the preference group about data usage [CHAR LIMIT=40] -->
- <string name="prefs_data_usage">Data usage settings</string>
-
- <!-- The header of the preference group about Auto-upload [CHAR LIMIT=40] -->
- <string name="prefs_auto_upload">Auto-upload</string>
-
- <!-- The header of the preference group about other settings [CHAR LIMIT=40] -->
- <string name="prefs_other_settings">Other settings</string>
-
- <!-- The title of the preference item which shows details info about the
- gallery [CHAR LIMIT=40] -->
- <string name="about_gallery">About Gallery</string>
-
- <!-- The title of the preference item which controls whether we do sync
- only on wifi network [CHAR LIMIT=40] -->
- <string name="sync_on_wifi_only">Sync on WiFi only</string>
-
- <!-- The help document about auto upload [CHAR LIMIT=120] -->
- <string name="helptext_auto_upload">Automatically upload all the photos and videos you take to a private picasa web album</string>
-
- <!-- The title of the preference item which sets whether auto-upload is
- enabled [CHAR LIMIT=40] -->
- <string name="enable_auto_upload">Enable Auto-upload</string>
-
- <!-- The title which indicates the picasa sync for the account is on [CHAR LIMIT=30] -->
- <string name="photo_sync_is_on">Google photos sync is ON</string>
-
- <!-- The title which indicates the picasa sync for the account is off [CHAR LIMIT=30] -->
- <string name="photo_sync_is_off">Google photos sync is OFF</string>
-
- <!-- The help document which explains user can change system sync settings
- by this preference item [CHAR LIMIT=40] -->
- <string name="helptext_photo_sync">Change sync preferences or remove this account</string>
-
- <!-- The title of the preference item which sets whether the photos of
- the account are visible in Gallery [CHAR LIMIT=60] -->
- <string name="view_photo_for_account">View photos and videos from this account in the Gallery</string>
-
- <!-- The title of menu item where user can add a new account -->
- <string name="add_account">Add account</string>
-
- <!-- The title of the dialog for the user to choose the account for auto
- uploading [CHAR LIMIT=30] -->
- <string name="auto_upload_chooser_title">Choose Auto-upload account</string>
-
</resources>