diff options
-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 |