diff options
author | Javier Sepulveda <javier.sepulveda@uv.es> | 2020-11-16 18:03:49 +0000 |
---|---|---|
committer | Weblate <weblate@taler.net> | 2021-01-04 14:46:28 +0100 |
commit | 02cc4046b2bf48da6d086418cfe37c1bf3e61dd3 (patch) | |
tree | 7290b24d535e901d2c9fa01665fcfcb519eaa03d /cashier | |
parent | e0df5a58f6cb2317419ea650db2fdaffb3aa472a (diff) | |
download | taler-android-02cc4046b2bf48da6d086418cfe37c1bf3e61dd3.tar.gz taler-android-02cc4046b2bf48da6d086418cfe37c1bf3e61dd3.tar.bz2 taler-android-02cc4046b2bf48da6d086418cfe37c1bf3e61dd3.zip |
Translated using Weblate (Spanish)
Currently translated at 16.2% (7 of 43 strings)
Translation: GNU Taler/Cashier Android
Translate-URL: http://weblate.taler.net/projects/gnu-taler/cashier-android/es/
Diffstat (limited to 'cashier')
-rw-r--r-- | cashier/src/main/res/values-es/strings.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/cashier/src/main/res/values-es/strings.xml b/cashier/src/main/res/values-es/strings.xml index a6b3dae..0ca3a22 100644 --- a/cashier/src/main/res/values-es/strings.xml +++ b/cashier/src/main/res/values-es/strings.xml @@ -1,2 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> -<resources></resources>
\ No newline at end of file +<resources> + <string name="config_username">Nombre de usuario</string> + <string name="config_password">ContraseƱa</string> + <string name="app_name">Cajero Taler</string> +</resources>
\ No newline at end of file |