aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrheeze <mauro.bazzano@gmail.com>2013-07-15 11:16:56 +0200
committerrheeze <mauro.bazzano@gmail.com>2013-07-25 23:33:47 +0200
commitf92e77c3f96cb8ca07c2ff115f580f60c9a7f991 (patch)
tree60b406a58bd59d5a6bb1466bc5407f580a780a50
parentcb79ef1516e4dee74c5eaa60b94d838c1720b8ba (diff)
downloadandroid_packages_apps_CMFileManager-f92e77c3f96cb8ca07c2ff115f580f60c9a7f991.tar.gz
android_packages_apps_CMFileManager-f92e77c3f96cb8ca07c2ff115f580f60c9a7f991.tar.bz2
android_packages_apps_CMFileManager-f92e77c3f96cb8ca07c2ff115f580f60c9a7f991.zip
CM File Manager: Update italian translation
PS2: Rebase PS3: Moved plurals in plurals.xml PS4: Remove unwanted space PS5: Remove unnecessary strings Change-Id: I86a77af3e090d357ca571f409881056cdfd9ae07
-rw-r--r--res/values-it/plurals.xml36
-rw-r--r--res/values-it/strings.xml16
2 files changed, 37 insertions, 15 deletions
diff --git a/res/values-it/plurals.xml b/res/values-it/plurals.xml
new file mode 100644
index 00000000..d1c64385
--- /dev/null
+++ b/res/values-it/plurals.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2012 The CyanogenMod 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">
+ <plurals name="n_folders">
+ <item quantity="zero">0 cartelle</item>
+ <item quantity="one">1 cartella</item>
+ <item quantity="other"><xliff:g id="folders">%1$d</xliff:g> cartelle</item>
+ </plurals>
+ <plurals name="n_files">
+ <item quantity="zero">0 file</item>
+ <item quantity="one">1 file</item>
+ <item quantity="other"><xliff:g id="files">%1$d</xliff:g> file</item>
+ </plurals>
+ <plurals name="search_found_items">
+ <item quantity="zero">Nessun risultato</item>
+ <item quantity="one">1 elemento trovato</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> elementi trovati</item>
+ </plurals>
+ <plurals name="selection_folders_or_files">
+ <item quantity="other"><xliff:g id="items">%1$s</xliff:g> selezionati.</item>
+ </plurals>
+</resources>
diff --git a/res/values-it/strings.xml b/res/values-it/strings.xml
index 72d485de..5fd6c435 100644
--- a/res/values-it/strings.xml
+++ b/res/values-it/strings.xml
@@ -128,16 +128,6 @@
<string name="fso_properties_dialog_owner">Proprietario:</string>
<string name="fso_properties_dialog_group">Gruppo:</string>
<string name="fso_properties_dialog_others">Altri:</string>
- <plurals name="n_folders">
- <item quantity="zero">0 cartelle</item>
- <item quantity="one">1 cartella</item>
- <item quantity="other"><xliff:g id="folders">%1$d</xliff:g> cartelle</item>
- </plurals>
- <plurals name="n_files">
- <item quantity="zero">0 file</item>
- <item quantity="one">1 file</item>
- <item quantity="other"><xliff:g id="files">%1$d</xliff:g> file</item>
- </plurals>
<string name="fso_properties_dialog_include_in_media_scan">Salta scansione media:</string>
<string name="fso_failed_to_allow_media_scan">Impossibile consentire la scansione</string>
<string name="fso_failed_to_prevent_media_scan">Impossibile impedire la scansione</string>
@@ -153,11 +143,6 @@
<string name="search_voice_hint">Pronuncia i criteri di ricerca</string>
<string name="search_error_msg">Errore nella ricerca. Nessun risultato.</string>
<string name="search_no_results_msg">Nessun risultato.</string>
- <plurals name="search_found_items">
- <item quantity="zero">Nessun risultato</item>
- <item quantity="one">1 elemento trovato</item>
- <item quantity="other"><xliff:g id="count">%d</xliff:g> elementi trovati</item>
- </plurals>
<string name="search_found_items_in_directory"><xliff:g id="items">%1$s</xliff:g> in
<xliff:g id="path">%2$s</xliff:g></string>
<string name="search_terms"><![CDATA[<b>Parole:</b>]]> <xliff:g id="terms">%1$s</xliff:g></string>
@@ -281,6 +266,7 @@
<string name="mime_unknown">Sconosciuto</string>
<string name="filetime_format_mode_system">Definito da sistema</string>
<string name="filetime_format_mode_locale">Definito da localizzazione</string>
+ <string name="selection_folders_and_files"><xliff:g id="folders">%1$s</xliff:g> e <xliff:g id="files">%2$s</xliff:g> selezionati.</string>
<string name="category_system">SISTEMA</string>
<string name="category_app">APP</string>
<string name="category_binary">BINARIO</string>