The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- Copyright (C) 2009 The Android Open Source Project |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
| 16 | <resources xmlns:android="http://schemas.android.com/apk/res/android" |
| 17 | xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
| 18 | <string name="application_name">"Home"</string> |
Eric Fischer | f881f08 | 2009-07-13 15:48:21 -0700 | [diff] [blame] | 19 | <string name="uid_name">"Android Core Apps"</string> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 20 | <string name="folder_name">"Cartella"</string> |
| 21 | <string name="chooser_wallpaper">"Seleziona sfondo da"</string> |
| 22 | <string name="wallpaper_instructions">"Imposta sfondo"</string> |
| 23 | <string name="pick_wallpaper">"Galleria sfondi"</string> |
| 24 | <string name="activity_not_found">"Applicazione non installata sul telefono."</string> |
| 25 | <string name="rename_folder_label">"Nome cartella"</string> |
| 26 | <string name="rename_folder_title">"Rinomina cartella"</string> |
| 27 | <string name="rename_action">"OK"</string> |
| 28 | <string name="cancel_action">"Annulla"</string> |
| 29 | <string name="menu_item_add_item">"Aggiungi a schermata Home"</string> |
Eric Fischer | d51678a | 2009-04-07 13:55:06 -0700 | [diff] [blame] | 30 | <string name="group_applications">"Applicazioni"</string> |
| 31 | <string name="group_shortcuts">"Collegamenti"</string> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 32 | <string name="group_search">"Ricerca"</string> |
Eric Fischer | d51678a | 2009-04-07 13:55:06 -0700 | [diff] [blame] | 33 | <string name="group_folder">"Nuova cartella"</string> |
| 34 | <string name="group_live_folders">"Cartelle"</string> |
| 35 | <string name="group_widgets">"Widget"</string> |
| 36 | <string name="group_wallpapers">"Sfondi"</string> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 37 | <string name="add_folder">"Cartella"</string> |
| 38 | <string name="add_clock">"Orologio"</string> |
| 39 | <string name="add_photo_frame">"Cornice immagini"</string> |
| 40 | <string name="add_search">"Ricerca"</string> |
| 41 | <string name="out_of_space">"Spazio nella schermata Home esaurito."</string> |
Eric Fischer | f881f08 | 2009-07-13 15:48:21 -0700 | [diff] [blame] | 42 | <string name="shortcut_installed">"La scorciatoia \"%s\" è installata."</string> |
| 43 | <string name="shortcut_uninstalled">"La scorciatoia \"%s\" è stata rimossa."</string> |
| 44 | <string name="shortcut_duplicate">"Scorciatoia \"%s\" già presente."</string> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 45 | <string name="title_select_shortcut">"Seleziona collegamento"</string> |
Eric Fischer | d51678a | 2009-04-07 13:55:06 -0700 | [diff] [blame] | 46 | <string name="title_select_live_folder">"Seleziona cartella"</string> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 47 | <string name="menu_add">"Aggiungi"</string> |
| 48 | <string name="menu_wallpaper">"Sfondo"</string> |
| 49 | <string name="menu_search">"Cerca"</string> |
| 50 | <string name="menu_notifications">"Notifiche"</string> |
Eric Fischer | f881f08 | 2009-07-13 15:48:21 -0700 | [diff] [blame] | 51 | <string name="menu_gestures">"Gesti"</string> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 52 | <string name="menu_settings">"Impostazioni"</string> |
| 53 | <string name="permlab_install_shortcut">"aggiungere scorciatorie"</string> |
| 54 | <string name="permdesc_install_shortcut">"Consente a un\'applicazione di aggiungere scorciatoie automaticamente."</string> |
| 55 | <string name="permlab_uninstall_shortcut">"eliminare scorciatoie"</string> |
| 56 | <string name="permdesc_uninstall_shortcut">"Consente a un\'applicazione di rimuovere scorciatoie automaticamente."</string> |
| 57 | <string name="permlab_read_settings">"leggere impostazioni e scorciatoie in Home"</string> |
| 58 | <string name="permdesc_read_settings">"Consente a un\'applicazione di leggere le impostazioni e le scorciatoie in Home."</string> |
| 59 | <string name="permlab_write_settings">"creare impostazioni e scorciatoie in Home"</string> |
| 60 | <string name="permdesc_write_settings">"Consente a un\'applicazione di modificare le impostazioni e le scorciatoie in Home."</string> |
| 61 | <string name="search_hint">"Ricerca Google"</string> |
Eric Fischer | f14a666 | 2009-03-24 21:02:50 -0700 | [diff] [blame] | 62 | <string name="gadget_error_text">"Errore durante il caricamento del widget"</string> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 63 | </resources> |