summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorOwen Lin <owenlin@google.com>2011-08-23 16:45:30 +0800
committerOwen Lin <owenlin@google.com>2011-09-01 17:58:41 +0800
commit3c2289811e5e5a3ac46a78b57eab92b2b1ca5eae (patch)
tree4bb8701edd525eda60f072923cbf03988f5ba705 /res/values
parent1ec4765cf78452cb8c1fe2aa11210f340ed47a70 (diff)
downloadandroid_packages_apps_Snap-3c2289811e5e5a3ac46a78b57eab92b2b1ca5eae.tar.gz
android_packages_apps_Snap-3c2289811e5e5a3ac46a78b57eab92b2b1ca5eae.tar.bz2
android_packages_apps_Snap-3c2289811e5e5a3ac46a78b57eab92b2b1ca5eae.zip
Remove resources for Settings.
Change-Id: I59a95966cbe9c90553716111ecddb84623002610
Diffstat (limited to 'res/values')
-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>