diff options
author | Alp <berna.alp@digitalekho.com> | 2022-02-21 11:04:54 +0000 |
---|---|---|
committer | Weblate <weblate@taler.net> | 2022-02-21 13:59:09 +0100 |
commit | 01f678fae964126ad65525bd572994a21f8e8d79 (patch) | |
tree | c4a767d97800f324b4a5c7e5d3a6900c66f6fe06 | |
parent | e32b495ece85c75da387592be4591497c5019e81 (diff) | |
download | taler-android-01f678fae964126ad65525bd572994a21f8e8d79.tar.gz taler-android-01f678fae964126ad65525bd572994a21f8e8d79.tar.bz2 taler-android-01f678fae964126ad65525bd572994a21f8e8d79.zip |
Translated using Weblate (Turkish)
Currently translated at 4.6% (3 of 64 strings)
Translation: GNU Taler/Point-of-Sale Android
Translate-URL: http://weblate.taler.net/projects/gnu-taler/pos-android/tr/
-rw-r--r-- | merchant-terminal/src/main/res/values-tr/strings.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/merchant-terminal/src/main/res/values-tr/strings.xml b/merchant-terminal/src/main/res/values-tr/strings.xml index a6b3dae..2981124 100644 --- a/merchant-terminal/src/main/res/values-tr/strings.xml +++ b/merchant-terminal/src/main/res/values-tr/strings.xml @@ -1,2 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<resources></resources>
\ No newline at end of file +<resources> + <string name="config_username">Kullanıcı adı</string> + <string name="config_password">Şifre</string> +</resources>
\ No newline at end of file |