mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +00:00
168 lines
9.1 KiB
XML
168 lines
9.1 KiB
XML
<?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 -->
|
|
<skip />
|
|
<!-- Application name -->
|
|
<string name="application_name">Home</string>
|
|
<!-- Default folder name -->
|
|
<string name="folder_name">Folder</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 -->
|
|
<skip />
|
|
<!-- 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>
|
|
<!-- Buttons in Rename folder dialog box -->
|
|
<string name="cancel_action">Cancel</string>
|
|
|
|
<!-- Shortcuts -->
|
|
<skip />
|
|
<!-- Title of dialog box -->
|
|
<string name="menu_item_add_item">Add to Home screen</string>
|
|
<!-- Options in "Add to Home" dialog box; Title of the group containing the list of all apps -->
|
|
<string name="group_applications">Applications</string>
|
|
<!-- Options in "Add to Home" dialog box; Title of the group containing the list of all shortcuts -->
|
|
<string name="group_shortcuts">Shortcuts</string>
|
|
<!-- Options in "Add to Home" dialog box; Title of the search gadget -->
|
|
<string name="group_search">Search</string>
|
|
<!-- Options in "Add to Home" dialog box; Title of the folder gadget -->
|
|
<string name="group_folder">New folder</string>
|
|
<!-- Options in "Add to Home" dialog box; Title of the group containing the list of all live folders -->
|
|
<string name="group_live_folders">Folders</string>
|
|
<!-- Options in "Add to Home" dialog box; Title of the group containing the list of all widgets/gadgets -->
|
|
<string name="group_widgets">Widgets</string>
|
|
<!-- Options in "Add to Home" dialog box; Title of the group containing the list of apps that can set the wallpaper-->
|
|
<string name="group_wallpapers">Wallpapers</string>
|
|
<!-- Options in "Add to Home" dialog box; Name of the Folder widget-->
|
|
<string name="add_folder">Folder</string>
|
|
<!-- Options in "Add to Home" dialog box; Name of the Clock widget-->
|
|
<string name="add_clock">Clock</string>
|
|
<!-- Options in "Add to Home" dialog box; Name of the Picture frame widget-->
|
|
<string name="add_photo_frame">Picture frame</string>
|
|
<!-- Options in "Add to Home" dialog box; Name of the global search widget-->
|
|
<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>
|
|
<!-- Message displayed when a shortcut is created by an external application -->
|
|
<string name="shortcut_installed">Shortcut \"%s\" is installed.</string>
|
|
<!-- Message displayed when a shortcut is uninstalled by an external application -->
|
|
<string name="shortcut_uninstalled">Shortcut \"%s\" was removed.</string>
|
|
<!-- Message displayed when an external application attemps to create a shortcut that already exists -->
|
|
<string name="shortcut_duplicate">Shortcut \"%s\" already exists.</string>
|
|
|
|
<!-- Title of dialog when user is selecting shortcut to add to homescreen -->
|
|
<string name="title_select_shortcut">Select shortcut</string>
|
|
<!-- Title of dialog when user is selecting live folder to add to homescreen -->
|
|
<string name="title_select_live_folder">Select folder</string>
|
|
|
|
<!-- Menus items: -->
|
|
<skip />
|
|
<!-- Verb, menu item used to add an item on the desktop -->
|
|
<string name="menu_add">Add</string>
|
|
<!-- Noun, menu item used to set the desktop's wallpaper -->
|
|
<string name="menu_wallpaper">Wallpaper</string>
|
|
<!-- Verb, menu item used to initiate global search -->
|
|
<string name="menu_search">Search</string>
|
|
<!-- Noun, menu item used to bring down the notifications shade -->
|
|
<string name="menu_notifications">Notifications</string>
|
|
<!-- Noun, menu item used to show the gestures settings -->
|
|
<string name="menu_gestures">Gestures</string>
|
|
<!-- Noun, menu item used to show the system settings -->
|
|
<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>
|
|
<string name="permlab_read_settings">read Home settings and shortcuts</string>
|
|
<string name="permdesc_read_settings">Allows an application to read the settings and
|
|
shortcuts in Home.</string>
|
|
<string name="permlab_write_settings">write Home settings and shortcuts</string>
|
|
<string name="permdesc_write_settings">Allows an application to change the settings and
|
|
shortcuts in Home.</string>
|
|
|
|
<!-- Widgets: -->
|
|
<skip />
|
|
|
|
<!-- TODO: Determine if this can be removed.
|
|
This is the hint text shown in the search widget, before text is entered.
|
|
This translation SHOULD MATCH the string "search_hint" which is found in
|
|
GoogleSearch/res/values/strings.xml -->
|
|
<string name="search_hint">Google Search</string>
|
|
|
|
<!-- Text to show user in place of a gadget when we can't display it properly -->
|
|
<string name="gadget_error_text">Problem loading widget</string>
|
|
|
|
<!-- Gestures: -->
|
|
<skip />
|
|
|
|
<!-- Message displayed when the user enters gestures mode and is asked to draw a gesture -->
|
|
<string name="gestures_instructions">Draw a gesture</string>
|
|
<!-- Label of the button that the user clicks to create a new gesture-based shortcut -->
|
|
<string name="gestures_add">Add shortcut</string>
|
|
<!-- Label of the button that the user clicks to see the list of gesture-based shortcuts -->
|
|
<string name="gestures_add">Show shortcut</string>
|
|
<!-- Message displayed when the gesture entered by the user cannot be recognized -->
|
|
<string name="gestures_unknown">Unrecognized</string>
|
|
<!-- Message displayed when the user has successfully created a new gesture -->
|
|
<string name="gestures_created">Added gesture "%s"</string>
|
|
<!-- Message displayed when the user could not create a new gesture -->
|
|
<string name="gestures_failed">Gesture could not be created</string>
|
|
<!-- Message displayed when the user opens the gestures settings screen -->
|
|
<string name="gestures_loading">Loading gestures...</string>
|
|
<!-- Message displayed when the user has no gestures -->
|
|
<string name="gestures_empty">No gestures</string>
|
|
<!-- Title of the screen used to view/manage gestures -->
|
|
<string name="gestures_activity">Gestures</string>
|
|
<!-- Noun, menu item used to rename a gesture -->
|
|
<string name="gestures_rename">Rename</string>
|
|
<!-- Noun, menu item used to remove a gesture -->
|
|
<string name="gestures_delete">Delete</string>
|
|
<!-- Message displayed when a gesture is successfully deleted -->
|
|
<string name="gestures_delete_success">Gesture deleted</string>
|
|
<!-- Title of dialog box -->
|
|
<string name="gestures_rename_title">Rename gesture</string>
|
|
<!-- Label of gesture name field in Rename gesture dialog box -->
|
|
<string name="gestures_rename_label">Gesture name</string>
|
|
<!-- Title of the preferences group showing the user's gestures -->
|
|
<string name="gestures_group_gestures">Gestures</string>
|
|
<!-- Title of the preferences group showing the gestures settings -->
|
|
<string name="gestures_group_settings">Settings</string>
|
|
<!-- Label of the setting used to enable/disable the home key to draw gestures -->
|
|
<string name="gestures_preference_hotkey_title">Use home to launch</string>
|
|
<!-- Summary of the setting used to enable/disable the home key to draw gestures -->
|
|
<string name="gestures_preference_hotkey_summary">Press home key to draw gestures</string>
|
|
</resources>
|