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-10-18 06:42:25 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2020-10-18 09:40:26 +0300
commit93004a7ffd181e7d6ec5febf7ba39e983db991fb (patch)
tree1d8bd8ae17cffd182d11811a5f90bea881eedab3 /app/src/main/res/values-tr
parenta9a810a73cf79938caa0930024ab2f9184630418 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'app/src/main/res/values-tr')
-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>