Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f92e77c3 authored by rheeze's avatar rheeze
Browse files

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
parent cb79ef15
Loading
Loading
Loading
Loading
+36 −0
Original line number Diff line number Diff line
<?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>
+1 −15
Original line number Diff line number Diff line
@@ -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>