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:
authorMario Danic <mario@lovelyhq.com>2018-04-11 18:27:41 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2018-04-11 19:26:31 +0300
commit79cb33b07ea976e93735fa0b877268cc6532f77b (patch)
tree3e8c3b213fc752f18fe52acaa0495b900a286210 /app/src/main/res/values-tr
parente664bc3c1751d93e119afa24483ca6f1f89a7c9c (diff)
Few fixes to strings
Signed-off-by: Mario Danic <mario@lovelyhq.com>
Diffstat (limited to 'app/src/main/res/values-tr')
-rw-r--r--app/src/main/res/values-tr/strings.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml
index b8b22868..1f1c1cf3 100644
--- a/app/src/main/res/values-tr/strings.xml
+++ b/app/src/main/res/values-tr/strings.xml
@@ -9,13 +9,13 @@
<string name="action_settings">Ayarlar</string>
<string name="action_search">Arama</string>
<string name="action_create_save">Kaydet</string>
- <string name="action_create_cancel">İptal</string>
- <string name="action_edit_editing">Düzenle</string>
+ <string name="simple_cancel">İptal</string>
+ <string name="simple_edit">Düzenle</string>
<string name="action_edit_save">Kaydet</string>
<string name="action_edit_saving">Kaydediliyor &#8230;</string>
<string name="action_edit_saved">Kaydedildi</string>
<string name="action_edit_cancel">İptal</string>
- <string name="action_about">Hakkında</string>
+ <string name="simple_about">Hakkında</string>
<string name="action_select_note">Not seçin</string>
<string name="action_note_deleted">Not silindi</string>
<string name="action_note_restored">Not geri yüklendi</string>