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-cs-rCZ
parentf4ca77f4c10d4764927267a1f287a8336172997d (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'app/src/main/res/values-cs-rCZ')
-rw-r--r--app/src/main/res/values-cs-rCZ/strings.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/app/src/main/res/values-cs-rCZ/strings.xml b/app/src/main/res/values-cs-rCZ/strings.xml
index 85bfb7f6..099a8a74 100644
--- a/app/src/main/res/values-cs-rCZ/strings.xml
+++ b/app/src/main/res/values-cs-rCZ/strings.xml
@@ -119,7 +119,6 @@
<string name="simple_more">Další</string>
<string name="simple_move">Přesunout</string>
<string name="checkbox_could_not_be_toggled">Stav zaškrtávací kolonky se nepodařilo přepnout.</string>
- <string name="bulk_notes_deleted">Smazáno %1$d poznámek</string>
<string name="bulk_notes_restored">Obnoveno %1$d poznámek</string>
<string name="category_readonly">Pouze pro čtení</string>
<string name="no_category">Žádná kategorie</string>
@@ -196,6 +195,12 @@
<item quantity="many">vybráno %d</item>
<item quantity="other">vybrány %d</item>
</plurals>
+ <plurals name="bulk_notes_deleted">
+ <item quantity="one">Smazána %1$d poznámka</item>
+ <item quantity="few">Smazány %1$d poznámky</item>
+ <item quantity="many">Smazáno %1$d poznámek</item>
+ <item quantity="other">Smazány %1$d poznámky</item>
+ </plurals>
<string name="formatting_help_divider" translateable="false">---</string>
<string name="formatting_help_codefence_inline" translateable="false">`%1$s`</string>