diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2009-03-03 18:28:51 -0800 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-03 18:28:51 -0800 |
commit | 31896793701b36714f040d4fe1b32426c68d5427 (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /res/values-it/strings.xml | |
parent | 38a75b2d89230a9c5b985bf2d5a142ad7ee910e7 (diff) | |
download | packages_apps_trebuchet-31896793701b36714f040d4fe1b32426c68d5427.zip packages_apps_trebuchet-31896793701b36714f040d4fe1b32426c68d5427.tar.gz packages_apps_trebuchet-31896793701b36714f040d4fe1b32426c68d5427.tar.bz2 |
auto import from //depot/cupcake/@135843
Diffstat (limited to 'res/values-it/strings.xml')
-rw-r--r-- | res/values-it/strings.xml | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/res/values-it/strings.xml b/res/values-it/strings.xml deleted file mode 100644 index a6895f9..0000000 --- a/res/values-it/strings.xml +++ /dev/null @@ -1,59 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- Copyright (C) 2009 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:android="http://schemas.android.com/apk/res/android" - xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="application_name">"Home"</string> - <string name="folder_name">"Cartella"</string> - <string name="chooser_wallpaper">"Seleziona sfondo da"</string> - <string name="wallpaper_instructions">"Imposta sfondo"</string> - <string name="pick_wallpaper">"Galleria sfondi"</string> - <string name="activity_not_found">"Applicazione non installata sul telefono."</string> - <string name="rename_folder_label">"Nome cartella"</string> - <string name="rename_folder_title">"Rinomina cartella"</string> - <string name="rename_action">"OK"</string> - <string name="cancel_action">"Annulla"</string> - <string name="menu_item_add_item">"Aggiungi a schermata Home"</string> - <string name="group_applications">"Applicazione"</string> - <string name="group_shortcuts">"Collegamento"</string> - <string name="group_search">"Cerca"</string> - <string name="group_folder">"Cartella"</string> - <string name="group_live_folders">"Cartella dinamica"</string> - <string name="group_widgets">"Widget"</string> - <string name="group_gadgets">"Gadget"</string> - <string name="group_wallpapers">"Sfondo"</string> - <string name="add_folder">"Cartella"</string> - <string name="add_clock">"Orologio"</string> - <string name="add_photo_frame">"Cornice immagini"</string> - <string name="add_search">"Ricerca"</string> - <string name="out_of_space">"Spazio nella schermata Home esaurito."</string> - <string name="title_select_shortcut">"Seleziona collegamento"</string> - <string name="title_select_live_folder">"Seleziona cartella dinamica"</string> - <string name="menu_add">"Aggiungi"</string> - <string name="menu_wallpaper">"Sfondo"</string> - <string name="menu_search">"Cerca"</string> - <string name="menu_notifications">"Notifiche"</string> - <string name="menu_settings">"Impostazioni"</string> - <string name="permlab_install_shortcut">"aggiungere collegamenti"</string> - <string name="permdesc_install_shortcut">"Consente a un\'applicazione di aggiungere collegamenti automaticamente."</string> - <string name="permlab_uninstall_shortcut">"eliminare collegamenti"</string> - <string name="permdesc_uninstall_shortcut">"Consente a un\'applicazione di rimuovere collegamenti automaticamente."</string> - <string name="permlab_read_settings">"leggere impostazioni e collegamenti in Home"</string> - <string name="permdesc_read_settings">"Consente a un\'applicazione di leggere le impostazioni e i collegamenti in Home."</string> - <string name="permlab_write_settings">"creare impostazioni e collegamenti in Home"</string> - <string name="permdesc_write_settings">"Consente a un\'applicazione di modificare le impostazioni e i collegamenti in Home."</string> - <string name="search_hint">"Ricerca Google"</string> - <string name="gadget_error_text">"Errore durante caricamento del gadget"</string> -</resources> |