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:
Diffstat (limited to 'app/src/main/res/values-tr/strings.xml')
-rw-r--r--app/src/main/res/values-tr/strings.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml
index 8a5bbcc4..c074c486 100644
--- a/app/src/main/res/values-tr/strings.xml
+++ b/app/src/main/res/values-tr/strings.xml
@@ -191,6 +191,19 @@
<item quantity="one">%d seçilmiş</item>
<item quantity="other">%d seçilmiş</item>
</plurals>
+ <plurals name="bulk_notes_deleted">
+ <item quantity="one">Bir not silindi</item>
+ <item quantity="other">%1$d not silindi</item>
+ </plurals>
+ <plurals name="bulk_notes_restored">
+ <item quantity="one">Bir not geri yüklendi</item>
+ <item quantity="other">%1$dnot geri yüklendi</item>
+ </plurals>
+ <plurals name="share_multiple">
+ <item quantity="one">%1$d notun içeriğini paylaş</item>
+ <item quantity="other">%1$d notun içeriğini paylaş</item>
+ </plurals>
+
<string name="formatting_help_divider" translateable="false">---</string>
<string name="formatting_help_codefence_inline" translateable="false">`%1$s`</string>
<string name="formatting_help_codefence_inline_escaped" translateable="false">\\`%1$s\\`</string>