diff options
author | Allan Wang <me@allanwang.ca> | 2019-05-01 16:05:19 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-05-01 16:05:19 -0700 |
commit | 58f4f9298b09081b3c937227828824849057a835 (patch) | |
tree | 18d2bf44637b52c9f68817253fc37d4ca699daef /app/src/main/res/values-tr-rTR/strings.xml | |
parent | 576cc1a451a16f2d82ee1e41e83c420a85ded47e (diff) | |
parent | da93672c2ed6b54e0e7119a6b55715185112df3e (diff) | |
download | frost-58f4f9298b09081b3c937227828824849057a835.tar.gz frost-58f4f9298b09081b3c937227828824849057a835.tar.bz2 frost-58f4f9298b09081b3c937227828824849057a835.zip |
Merge dev
Diffstat (limited to 'app/src/main/res/values-tr-rTR/strings.xml')
-rw-r--r-- | app/src/main/res/values-tr-rTR/strings.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/src/main/res/values-tr-rTR/strings.xml b/app/src/main/res/values-tr-rTR/strings.xml index 828a2abb..f2dc54b2 100644 --- a/app/src/main/res/values-tr-rTR/strings.xml +++ b/app/src/main/res/values-tr-rTR/strings.xml @@ -17,6 +17,7 @@ <string name="birthdays">Doğum Günleri</string> <string name="chat">Sohbet</string> <string name="photos">Fotoğraflar</string> + <string name="marketplace">Pazar yeri</string> <string name="notes">Notlar</string> <string name="on_this_day">Bu günde</string> <string name="loading_account">Her şey hazır alınıyor…</string> @@ -45,4 +46,14 @@ <string name="options">Seçenekler</string> <string name="tab_customizer_instructions">Üstteki simgeleri yeniden düzenlemek için uzun basın ve sonra sürükleyin.</string> <string name="no_new_notifications">Yeni bildirim bulunmadı</string> + <string name="today">Bugün</string> + <string name="yesterday">Dün</string> + <!-- + Template used to display human readable string; + For instance: + Today at 1:23 PM + Mar 13 at 9:00 AM + + The first element is the day, and the second element is the time + --> </resources> |