add OI File Manager and AndroidSupportV2 used by it
[android_pandora.git] / apps / oi-filemanager / FileManager / res / values-it / strings.xml
diff --git a/apps/oi-filemanager/FileManager/res/values-it/strings.xml b/apps/oi-filemanager/FileManager/res/values-it/strings.xml
new file mode 100644 (file)
index 0000000..826f8f3
--- /dev/null
@@ -0,0 +1,197 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- 
+ * Copyright (C) 2007-2008 OpenIntents.org
+ *
+ * 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>
+       <!-- ***************************
+            About information
+            *************************** -->
+       
+       <!-- Automatically filled in by Launchpad: -->
+       <string name="about_translators">Launchpad Contributions:
+  Edoardo Maria Elidoro https://launchpad.net/~edoardoelidoro
+  Martino Barbon https://launchpad.net/~martins999
+  OpenIntents devs https://launchpad.net/~openintents-devs
+  Peli https://launchpad.net/~peli0101
+  simone.sandri https://launchpad.net/~lexluxsox</string>
+       
+    <!-- Short explanation of the application (max. 80 characters) -->
+    <string name="about_comments">Gestisci i file sulla scheda SD con il gestore di file OI</string>  
+       
+       <!-- ***************************
+            Applicatio-specific strings
+            *************************** -->
+       <!-- Name of application. Can be localized. OI = OpenIntents should stay unmodified. -->
+    <string name="app_name">OI Gestore File</string>
+    
+    <string name="menu_new_folder">Nuova cartella</string>
+    
+    <!-- Multi select option menu -->
+    <string name="menu_multi_select">Selezione Multipla</string>
+
+    <string name="menu_delete">Elimina</string>
+    <string name="menu_rename">Rinomina</string>
+    <string name="menu_send">Invia</string>
+    <string name="menu_open">Apri</string>
+    <string name="menu_move">Sposta</string>
+    <string name="menu_copy">Copia</string>
+    <string name="menu_details">Dettagli</string>
+    <string name="menu_more">Altro</string>
+    <string name="menu_compress">Comprimi (ZIP)</string>
+    <string name="menu_extract">Estrai (ZIP)</string>
+    <string name="menu_filter">Filter</string>
+    <string name="menu_include_in_media_scan">Includi nella scansione dei media</string>
+    <string name="menu_exclude_from_media_scan">Escludi dalla scansione dei media.</string>
+    <string name="menu_bookmark">Aggiungi ai preferiti</string>
+    <string name="menu_refresh">Refresh</string>
+    
+    <string name="create_new_folder">Crea nuova cartella</string>
+    <string name="folder_name">Nome cartella</string>
+    <string name="file_name">Nome cartella</string>
+    <string name="extension">Extension (with \'.\')</string>
+    <string name="this_folder_is_empty">Questa cartella è vuota.</string>
+    <string name="really_delete">Sei sicuro di eliminare %s?</string>
+    <string name="file_deleted">Il file è stato eliminato.</string>
+    <string name="folder_deleted">La cartella è stata eliminata.</string>
+    <string name="file_renamed">Il file è stato rinominato.</string>
+    <string name="folder_renamed">La cartella è stata rinominata.</string>
+    <string name="file_moved">Il file è stato spostato.</string>
+    <string name="folder_moved">La cartella è stata spostata.</string>
+    <string name="file_copied">Il file è stato copiato.</string>
+    <string name="move_title">Seleziona la cartella dove spostare</string>
+    <string name="move_button">Sposta qui</string>
+    <string name="copy_title">Seleziona la cartella dove copiare</string>
+    <string name="copy_button">Copia qui</string>
+       <string name="deleting_files">Eliminazione dei file in corso...</string>
+    <string name="title_warning_some_may_not_work">Attenzione</string>
+    <string name="warning_some_may_not_work">Alcune tra le seguenti opzioni potrebbero non funzionare.</string>
+    <string name="show_warning_again">Show warning again</string>
+    
+    <!-- Strings for a multi select feature -->
+       <string name="really_delete_multiselect">Vuoi veramente eliminare %d documenti?</string>
+    <string name="move_button_multiselect">Sposta</string>
+    <string name="copy_button_multiselect">Copia</string>
+    <string name="delete_button_multiselect">Elimina</string>
+    <string name="compress_zip_button_multiselect">ZIP</string>
+    <string name="multiselect_title">Selezione file multipli</string>
+    <string name="error_selection">Seleziona uno o più file</string>
+    
+    <!-- Strings for details table -->
+    <string name="details_type">Type</string>
+    <string name="details_type_folder">Folder</string>
+    <string name="details_type_file">File</string>
+    <string name="details_type_other">Other</string>
+    <string name="details_size">Size</string>
+    <string name="details_permissions">Permissions</string>
+    <string name="details_hidden">Hidden</string>
+    <string name="details_lastmodified">Last Modified</string>
+    <string name="details_yes">Yes</string>
+    <string name="details_no">No</string>
+    
+    <!-- Construct a unique file name of a file called %s. -->
+    <string name="copied_file_name">Copia di %s</string>
+    
+    <!-- Construct a unique file name with number %1$d of a file called %2$s. -->
+    <string name="copied_file_name_2">Copia %1$d di %2$s</string>
+    
+    <string name="media_scan_included">Questa cartella verrà inclusa nella prossima scansione del supporto.</string>
+    <string name="media_scan_excluded">Questa cartella verrà esclusa nella prossima scansione del supporto.</string>
+    
+    <string name="error_creating_new_folder">Impossibile creare una nuova cartella.</string>
+    <string name="error_deleting_file">Impossibile eliminare il file.</string>
+    <string name="error_deleting_folder">Impossibile eliminare la cartella \'%s\'.</string>
+    <string name="error_renaming_file">Impossibile rinominare il file.</string>
+    <string name="error_renaming_folder">Impossibile rinominare la cartella.</string>
+    <string name="error_moving_file">Impossibile spostare il file.</string>
+    <string name="error_moving_folder">Impossibile spostare la cartella.</string>
+    <string name="error_copying_file">Impossibile copiare il file.</string>
+    <string name="error_file_does_not_exists">Il file non esiste.</string>
+    <string name="error_deleting_child_file">Impossibile eliminare il sotto file \'%s\'.</string>
+    <string name="error_generic">Si è verificato un errore:</string>
+    <string name="error_media_scan">Impossibile modificare le impostazioni della scansione.</string>
+    
+    <string name="send_not_available">Nessuna applicazione disponibile per l\'invio</string>
+    
+    <string name="application_not_available">Applicazione non disponibile</string>
+    
+       <!-- ***************************
+            Preferences
+            *************************** -->
+    <!-- Menu item for Settings -->
+       <string name="settings">Impostazioni</string>
+       
+    <!-- Category for preferences. -->
+    <string name="preference_advanced_features">Opzioni avanzate</string>
+       <string name="preference_mediascan_title">Escludi dalla scansione dei media.</string>
+    <string name="preference_mediascan_summary_on">Show menu item to exclude folders from media scan.</string>
+    <string name="preference_mediascan_summary_off">Hide menu item to exclude folders from media scan.</string>
+    
+    <string name="preference_showallwarning_title">Show all warnings</string>
+    <string name="preference_showallwarning_summary_on">Show all warning messages</string>
+    <string name="preference_showallwarning_summary_off">Suppress warning messages</string>
+       
+    <string name="preference_displayhiddenfiles_title">Display hidden files</string>
+    <string name="preference_displayhiddenfiles_summary_on">Display hidden files</string>
+    <string name="preference_displayhiddenfiles_summary_off">Hide hidden files</string>
+    
+    <string name="preference_sort_settings">Sort settings</string>
+    <string name="preference_sortby">Sort by</string>
+    <string name="preference_sortby_ascending">In ascending order</string>
+    <string name="preference_sortby_ascending_summary_on">Sort in ascending order</string>
+    <string name="preference_sortby_ascending_summary_off">Sort in descending order</string>
+    <string-array name="preference_sortby_names">
+        <item>Name</item>
+        <item>Size</item>
+        <item>Last modified</item>
+    </string-array>
+
+        
+    <!-- ***************************
+                Strings for the \'Save as\' feature
+        *************************** -->
+    <string name="saveas_no_file_picked">You haven\'t picked any file.</string>
+    <string name="saveas_error">An error occured.</string>
+    <string name="saveas_file_saved">File successfully saved!</string>
+    
+        
+   
+    <string name="bookmarks">Bookmarks</string>
+    <string name="bookmarks_cancel">Cancel</string>
+    <string name="bookmarks_delete">Elimina</string>
+    <string name="bookmarks_select_to_delete">Select bookmarks to delete</string>
+    <string name="bookmarks_manage">Manage bookmarks</string>
+    <string name="bookmark_added">Bookmark added</string>
+    <string name="bookmark_not_found">Bookmarked destination not found.</string>
+    <string name="bookmarks_deleted">Selected bookmarks deleted</string>
+    <string name="bookmark_already_exists">This file is already bookmarked</string>
+
+
+    <!-- ***************************
+             Strings for the \'Compressing\' and \'Extracting\' feature
+          *************************** -->
+    <string name="compressing_success">Item compressed successfully</string>
+    <string name="compressing_error">Could not compress the item</string>
+    <string name="compress_into_archive">Compress into archive:</string>
+    <string name="extracting_success">Item extracted successfully</string>
+    <string name="extracting_error">Could not extract the item</string>
+    <string name="extract_into_folder">Extract into folder:</string>
+    <string name="extract_title">Select folder to extract into</string>
+    <string name="extract_button">Extract here</string>
+    <string name="extracting">Extracting...</string>
+    <string name="compressing">Compressing...</string>
+    <string name="warning_overwrite">File %s exists. Do you want to overwrite it?</string>
+
+    <string name="change_file_extension">Do you want to change the file extension?</string>
+</resources>