aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-it/plurals.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values-it/plurals.xml')
-rw-r--r--res/values-it/plurals.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values-it/plurals.xml b/res/values-it/plurals.xml
index b8e92517..7f1de7fd 100644
--- a/res/values-it/plurals.xml
+++ b/res/values-it/plurals.xml
@@ -24,10 +24,12 @@
<item quantity="one"><xliff:g id="files">%1$d</xliff:g> file</item>
<item quantity="other"><xliff:g id="files">%1$d</xliff:g> file</item>
</plurals>
+ <!-- Search - Found items -->
<plurals name="search_found_items">
<item quantity="one"><xliff:g id="count">%1$d</xliff:g> elemento trovato</item>
<item quantity="other">1 elemento trovato</item>
</plurals>
+ <!-- Statusbar text if there are selected files or folders -->
<plurals name="selection_folders">
<item quantity="one"><xliff:g id="folders">%1$d</xliff:g> cartella selezionata.</item>
<item quantity="other"><xliff:g id="folders">%1$d</xliff:g> cartelle selezionate.</item>
@@ -36,6 +38,7 @@
<item quantity="one"><xliff:g id="files">%1$d</xliff:g> file selezionato.</item>
<item quantity="other"><xliff:g id="files">%1$d</xliff:g> file selezionati.</item>
</plurals>
+ <!-- Actions - Confirm the number of items that are going to be deleted -->
<plurals name="deleting_n_items">
<item quantity="one"><xliff:g id="count">%1$d</xliff:g> elemento sta per essere eliminato.</item>
<item quantity="other"><xliff:g id="count">%1$d</xliff:g> elementi stanno per essere eliminati.</item>