Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2020-08-14 06:50:54 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2020-08-14 10:17:05 +0300
commit323e8446cf3d89244309dbb7d2dcd17228b20dac (patch)
tree6bc2354b32acf33b7a11335e815ac3b48e1e5194 /app/src/main/res/values-it/strings.xml
parentf4ca77f4c10d4764927267a1f287a8336172997d (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'app/src/main/res/values-it/strings.xml')
-rw-r--r--app/src/main/res/values-it/strings.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml
index fd3bf80b..275694d9 100644
--- a/app/src/main/res/values-it/strings.xml
+++ b/app/src/main/res/values-it/strings.xml
@@ -119,7 +119,6 @@
<string name="simple_more">Altro</string>
<string name="simple_move">Sposta</string>
<string name="checkbox_could_not_be_toggled">La casella di selezione non può essere commutata.</string>
- <string name="bulk_notes_deleted">Eliminate %1$d note</string>
<string name="bulk_notes_restored">Ripristinate %1$d note</string>
<string name="category_readonly">Sola lettura</string>
<string name="no_category">Nessuna categoria</string>
@@ -194,6 +193,10 @@
<item quantity="one">%d selezionato</item>
<item quantity="other">%d selezionati</item>
</plurals>
+ <plurals name="bulk_notes_deleted">
+ <item quantity="one">Eliminata %1$d nota</item>
+ <item quantity="other">Eliminate %1$d note</item>
+ </plurals>
<string name="formatting_help_divider" translateable="false">---</string>
<string name="formatting_help_codefence_inline" translateable="false">`%1$s`</string>