diff --git a/src/frontends/android/app/src/main/res/layout/login_dialog.xml b/src/frontends/android/app/src/main/res/layout/login_dialog.xml index adfaac5e2..32892da16 100644 --- a/src/frontends/android/app/src/main/res/layout/login_dialog.xml +++ b/src/frontends/android/app/src/main/res/layout/login_dialog.xml @@ -32,7 +32,7 @@ android:layout_height="wrap_content" android:enabled="false" android:inputType="none" - android:hint="@string/profile_username_label" /> + android:hint="@string/login_username" /> @@ -48,7 +48,7 @@ android:layout_height="wrap_content" android:singleLine="true" android:inputType="textPassword|textNoSuggestions" - android:hint="@string/profile_password_label" /> + android:hint="@string/login_password" /> diff --git a/src/frontends/android/app/src/main/res/values-de/strings.xml b/src/frontends/android/app/src/main/res/values-de/strings.xml index 15ccf24fd..857a18aaa 100644 --- a/src/frontends/android/app/src/main/res/values-de/strings.xml +++ b/src/frontends/android/app/src/main/res/values-de/strings.xml @@ -124,6 +124,8 @@ Passwort eingeben um zu verbinden + Benutzername + Passwort Verbinden Fehler beim Aufsetzen des VPN: Server-Adresse konnte nicht aufgelöst werden. diff --git a/src/frontends/android/app/src/main/res/values-pl/strings.xml b/src/frontends/android/app/src/main/res/values-pl/strings.xml index c7aadb994..df4412210 100644 --- a/src/frontends/android/app/src/main/res/values-pl/strings.xml +++ b/src/frontends/android/app/src/main/res/values-pl/strings.xml @@ -124,6 +124,8 @@ Wprowadż hasło + Użytkownik + Hasło Połącz Nie udało się utworzyć tunelu VPN: Nie znaleziono adresu serwer diff --git a/src/frontends/android/app/src/main/res/values-ru/strings.xml b/src/frontends/android/app/src/main/res/values-ru/strings.xml index c0a6484f8..933b2fb2d 100644 --- a/src/frontends/android/app/src/main/res/values-ru/strings.xml +++ b/src/frontends/android/app/src/main/res/values-ru/strings.xml @@ -121,6 +121,8 @@ Введите пароль для соединения + Логин + Пароль Соединить Ошибка подключения к VPN: Не найден адрес сервер. diff --git a/src/frontends/android/app/src/main/res/values-ua/strings.xml b/src/frontends/android/app/src/main/res/values-ua/strings.xml index a852dfdba..e48a9215e 100644 --- a/src/frontends/android/app/src/main/res/values-ua/strings.xml +++ b/src/frontends/android/app/src/main/res/values-ua/strings.xml @@ -122,6 +122,8 @@ Введіть пароль для з\'єднання + Логін + Пароль Підключити Помилка підлючення VPN: Помилка пошуку адреси сервер. diff --git a/src/frontends/android/app/src/main/res/values/strings.xml b/src/frontends/android/app/src/main/res/values/strings.xml index d70712181..0ceace143 100644 --- a/src/frontends/android/app/src/main/res/values/strings.xml +++ b/src/frontends/android/app/src/main/res/values/strings.xml @@ -124,6 +124,8 @@ Enter password to connect + Username + Password Connect Failed to establish VPN: Server address lookup failed.