summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml82
1 files changed, 82 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
new file mode 100644
index 000000000..d2a997a1e
--- /dev/null
+++ b/res/values/strings.xml
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+* Copyright (C) 2008 The Android Open Source Project
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+-->
+
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- General -->
+ <!-- Application name -->
+ <string name="application_name">Home</string>
+ <!-- Default folder name -->
+ <string name="folder_name">Folder</string>
+ <!-- Unused string -->
+ <string name="all_apps_folder_name">Applications</string>
+ <!-- Unused string -->
+ <string name="delete_name">Delete</string>
+ <!-- Title of dialog that appears after user selects Wallpaper from menu -->
+ <string name="chooser_wallpaper">Select wallpaper from</string>
+ <!-- Button label on Wallpaper Gallery screen; user selects this button to set a specific wallpaper -->
+ <string name="wallpaper_instructions">Set wallpaper</string>
+ <!-- Option in "Select wallpaper from" dialog box -->
+ <string name="pick_wallpaper">Wallpaper gallery</string>
+ <!--Displayed when user selects a shortcut for an app that was uninstalled -->
+ <string name="activity_not_found">Application is not installed on your phone.</string>
+
+ <!-- Folders -->
+ <!-- Label of Folder name field in Rename folder dialog box -->
+ <string name="rename_folder_label">Folder name:</string>
+ <!-- Title of dialog box -->
+ <string name="rename_folder_title">Rename folder</string>
+ <!-- Buttons in Rename folder dialog box: -->
+ <string name="rename_action">OK</string>
+ <string name="cancel_action">Cancel</string>
+
+ <!-- Shortcuts -->
+ <!-- Title of dialog box -->
+ <string name="menu_item_add_item">Add to Home</string>
+ <!-- Options in "Add to Home" dialog box: -->
+ <string name="group_applications">Application</string>
+ <string name="group_shortcuts">Shortcut</string>
+ <string name="group_widgets">Widget</string>
+ <string name="group_wallpapers">Wallpaper</string>
+ <string name="add_folder">Folder</string>
+ <string name="add_clock">Clock</string>
+ <string name="add_photo_frame">Picture frame</string>
+ <string name="add_search">Search</string>
+ <!-- Error message when user has filled a home screen, possibly not used -->
+ <string name="out_of_space">No more room on this Home screen.</string>
+
+ <!-- Menus items: -->
+ <string name="menu_add">Add</string>
+ <string name="menu_wallpaper">Wallpaper</string>
+ <string name="menu_search">Search</string>
+ <string name="menu_notifications">Notifications</string>
+ <string name="menu_settings">Settings</string>
+
+ <!-- Permissions: -->
+ <string name="permlab_install_shortcut">install shortcuts</string>
+ <string name="permdesc_install_shortcut">Allows an application to add
+ shortcuts without user intervention.</string>
+ <string name="permlab_uninstall_shortcut">uninstall shortcuts</string>
+ <string name="permdesc_uninstall_shortcut">Allows an application to remove
+ shortcuts without user intervention.</string>
+
+ <!-- Widgets: -->
+ <string name="go">Search</string>
+ <string name="search_hint">Google Search</string>
+
+</resources>