diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2021-04-09 17:04:15 +0200 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2021-04-12 07:21:48 +0200 |
commit | bcf0ed2f672646107b42cbe67e5c3c9d170bb33a (patch) | |
tree | 6249ba7d796eeeb3ea0c41644d7420aa86b364e9 /android | |
parent | c0c43f4742e9a78addafd9522779f7f55243a522 (diff) |
android: Drop some unused Turkish translations
Those are leftovers; they're unused since
commit a23bd42e9b2f6401c710ac95afcc3aa8f360d65c
Date: Tue Apr 6 14:26:06 2021 +0200
android: Drop custom file abstraction + UI
Change-Id: I898391cfccd465e4d18d51ee07ee847978872ef1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113885
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'android')
-rw-r--r-- | android/source/res/values-tr/strings.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/android/source/res/values-tr/strings.xml b/android/source/res/values-tr/strings.xml index fe2ee5958dcc..72d15c210933 100644 --- a/android/source/res/values-tr/strings.xml +++ b/android/source/res/values-tr/strings.xml @@ -58,15 +58,6 @@ <string name="action_undo">Geri Al</string> <string name="action_redo">Yinele</string> - <!-- Directory browser strings --> - <string name="up_description">Üst dizin</string> - <string name="confirm_label">Onayla</string> - <string name="cancel_label">İptal</string> - <string name="search_label">Git</string> - <string name="directory_browser_label">Dizin Seç</string> - <string name="bad_directory">Geçersiz dizin</string> - <string name="current_dir">Şuan ki dizin: %1$s</string> - <!-- Save Alert dialog strings --> <string name="save_alert_dialog_title">Değişiklikleri kaydetmek istiyor musunuz?</string> <string name="save_document">Kaydet</string> |