Commit 7410cf8f authored by divyanshu's avatar divyanshu

login option string translation

parent 633bafed
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
android:drawableStart="@drawable/ic_facebook_24dp" android:drawableStart="@drawable/ic_facebook_24dp"
android:paddingStart="16dp" android:paddingStart="16dp"
android:paddingEnd="16dp" android:paddingEnd="16dp"
android:text="Continue with Facebook" android:text="@string/msg_continue_with_facebook"
android:textColor="#2f343d" android:textColor="#2f343d"
android:textSize="16sp" android:textSize="16sp"
android:textAllCaps="false" android:textAllCaps="false"
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
android:drawableStart="@drawable/ic_github_24dp" android:drawableStart="@drawable/ic_github_24dp"
android:paddingStart="16dp" android:paddingStart="16dp"
android:paddingEnd="16dp" android:paddingEnd="16dp"
android:text="Continue with Github" android:text="@string/msg_continue_with_github"
android:textColor="#2f343d" android:textColor="#2f343d"
android:textSize="16sp" android:textSize="16sp"
android:textAllCaps="false" android:textAllCaps="false"
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
android:drawableStart="@drawable/ic_google_24dp" android:drawableStart="@drawable/ic_google_24dp"
android:paddingStart="16dp" android:paddingStart="16dp"
android:paddingEnd="16dp" android:paddingEnd="16dp"
android:text="Continue with Google" android:text="@string/msg_continue_with_google"
android:textColor="#2f343d" android:textColor="#2f343d"
android:textSize="16sp" android:textSize="16sp"
android:textAllCaps="false" android:textAllCaps="false"
...@@ -80,12 +80,13 @@ ...@@ -80,12 +80,13 @@
android:drawableStart="@drawable/ic_linkedin_24dp" android:drawableStart="@drawable/ic_linkedin_24dp"
android:paddingStart="16dp" android:paddingStart="16dp"
android:paddingEnd="16dp" android:paddingEnd="16dp"
android:text="Continue with Linkedin" android:text="@string/msg_continue_with_linkedin"
android:textColor="#2f343d" android:textColor="#2f343d"
android:textSize="16sp" android:textSize="16sp"
android:textAllCaps="false" android:textAllCaps="false"
style="?borderlessButtonStyle" style="?borderlessButtonStyle"
android:visibility="gone"/> android:visibility="gone"
tools:visibility="visible" />
<Button <Button
android:id="@+id/button_gitlab" android:id="@+id/button_gitlab"
...@@ -101,12 +102,13 @@ ...@@ -101,12 +102,13 @@
android:drawableStart="@drawable/ic_gitlab_24dp" android:drawableStart="@drawable/ic_gitlab_24dp"
android:paddingStart="16dp" android:paddingStart="16dp"
android:paddingEnd="16dp" android:paddingEnd="16dp"
android:text="Continue with GitLab" android:text="@string/msg_continue_with_gitlab"
android:textColor="#2f343d" android:textColor="#2f343d"
android:textSize="16sp" android:textSize="16sp"
android:textAllCaps="false" android:textAllCaps="false"
style="?borderlessButtonStyle" style="?borderlessButtonStyle"
android:visibility="gone" /> android:visibility="gone"
tools:visibility="visible" />
<ImageView <ImageView
android:id="@+id/image_more_login_option" android:id="@+id/image_more_login_option"
...@@ -149,7 +151,7 @@ ...@@ -149,7 +151,7 @@
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toBottomOf="@id/image_more_login_option" app:layout_constraintTop_toBottomOf="@id/image_more_login_option"
android:layout_marginTop="32dp" android:layout_marginTop="32dp"
android:text="Login with e-mail" /> android:text="@string/msg_login_with_email" />
<Button <Button
android:id="@+id/button_create_account" android:id="@+id/button_create_account"
...@@ -160,7 +162,7 @@ ...@@ -160,7 +162,7 @@
app:layout_constraintTop_toBottomOf="@id/button_login" app:layout_constraintTop_toBottomOf="@id/button_login"
style="?borderlessButtonStyle" style="?borderlessButtonStyle"
android:layout_marginTop="10dp" android:layout_marginTop="10dp"
android:text="Create an account" android:text="@string/msg_create_account"
android:textSize="18sp" android:textSize="18sp"
android:textStyle="bold" android:textStyle="bold"
android:textColor="@color/colorAccent" android:textColor="@color/colorAccent"
......
...@@ -131,6 +131,13 @@ ...@@ -131,6 +131,13 @@
// TODO: Verify translations // TODO: Verify translations
<string name="msg_welcome_to_rocket_chat">Willkommen bei Rocket.Chat</string> <string name="msg_welcome_to_rocket_chat">Willkommen bei Rocket.Chat</string>
<string name="msg_open_source_communication">Open Source Kommunikation</string> <string name="msg_open_source_communication">Open Source Kommunikation</string>
<string name="msg_login_with_email">Einloggen mit E-Mail</string>
<string name="msg_create_account">Ein Konto erstellen</string>
<string name="msg_continue_with_facebook">Weiter mit Facebook</string>
<string name="msg_continue_with_github">Weiter mit Github</string>
<string name="msg_continue_with_google">Weiter mit Google</string>
<string name="msg_continue_with_linkedin">Weiter mit Linkedin</string>
<string name="msg_continue_with_gitlab">Weiter mit GitLab</string>
<!-- Create channel messages --> <!-- Create channel messages -->
<string name="msg_private_channel">Privat</string> <string name="msg_private_channel">Privat</string>
......
...@@ -129,6 +129,13 @@ ...@@ -129,6 +129,13 @@
// TODO: Verify translations // TODO: Verify translations
<string name="msg_welcome_to_rocket_chat">Bienvenido a Rocket.Chat</string> <string name="msg_welcome_to_rocket_chat">Bienvenido a Rocket.Chat</string>
<string name="msg_open_source_communication">Comunicación de código abierto</string> <string name="msg_open_source_communication">Comunicación de código abierto</string>
<string name="msg_login_with_email">Iniciar sesión con correo electrónico</string>
<string name="msg_create_account">Crea una cuenta</string>
<string name="msg_continue_with_facebook">Continuar con Facebook</string>
<string name="msg_continue_with_github">Continuar con Github</string>
<string name="msg_continue_with_google">Continuar con Google</string>
<string name="msg_continue_with_linkedin">Continuar con Linkedin</string>
<string name="msg_continue_with_gitlab">Continuar con GitLab</string>
<!-- Create channel messages --> <!-- Create channel messages -->
<string name="msg_private_channel">Privado</string> <string name="msg_private_channel">Privado</string>
......
...@@ -148,6 +148,13 @@ ...@@ -148,6 +148,13 @@
// TODO: Verify translations // TODO: Verify translations
<string name="msg_welcome_to_rocket_chat">Bienvenue sur Rocket.Chat</string> <string name="msg_welcome_to_rocket_chat">Bienvenue sur Rocket.Chat</string>
<string name="msg_open_source_communication">Communication Open Source</string> <string name="msg_open_source_communication">Communication Open Source</string>
<string name="msg_login_with_email">Connexion avec e-mail</string>
<string name="msg_create_account">Créer un compte</string>
<string name="msg_continue_with_facebook">Continuer avec Facebook</string>
<string name="msg_continue_with_github">Continuer avec Github</string>
<string name="msg_continue_with_google">Continuer avec Google</string>
<string name="msg_continue_with_linkedin">Continuer avec Linkedin</string>
<string name="msg_continue_with_gitlab">Continuer avec GitLab</string>
<!-- Create channel messages --> <!-- Create channel messages -->
// TODO: Add proper translation. // TODO: Add proper translation.
......
...@@ -134,6 +134,13 @@ ...@@ -134,6 +134,13 @@
<string name="msg_delete_description">क्या आप निश्चित रूप से यह संदेश हटाना चाहते हैं</string> <string name="msg_delete_description">क्या आप निश्चित रूप से यह संदेश हटाना चाहते हैं</string>
<string name="msg_welcome_to_rocket_chat">Rocket.chat में आपका स्वागत है</string> <string name="msg_welcome_to_rocket_chat">Rocket.chat में आपका स्वागत है</string>
<string name="msg_open_source_communication">ओपन सोर्स कम्युनिकेशन</string> <string name="msg_open_source_communication">ओपन सोर्स कम्युनिकेशन</string>
<string name="msg_login_with_email">ई-मेल के साथ लॉगिन करें</string>
<string name="msg_create_account">खाता बनाएं</string>
<string name="msg_continue_with_facebook">Facebook के साथ जारी रखें</string>
<string name="msg_continue_with_github">Github के साथ जारी रखें</string>
<string name="msg_continue_with_google">Google के साथ जारी रखें</string>
<string name="msg_continue_with_linkedin">Linkedin के साथ जारी रखें</string>
<string name="msg_continue_with_gitlab">GitLab के साथ जारी रखें</string>
<!-- Create channel messages --> <!-- Create channel messages -->
<string name="msg_private_channel">प्राइवेट</string> <string name="msg_private_channel">प्राइवेट</string>
......
...@@ -135,6 +135,13 @@ ...@@ -135,6 +135,13 @@
// TODO: Verify translations // TODO: Verify translations
<string name="msg_welcome_to_rocket_chat">Bem-vindo ao Rocket.Chat</string> <string name="msg_welcome_to_rocket_chat">Bem-vindo ao Rocket.Chat</string>
<string name="msg_open_source_communication">Comunicação Open Source</string> <string name="msg_open_source_communication">Comunicação Open Source</string>
<string name="msg_login_with_email">Login com e-mail</string>
<string name="msg_create_account">Crie a sua conta aqui</string>
<string name="msg_continue_with_facebook">Continue com o Facebook</string>
<string name="msg_continue_with_github">Continue com o Github</string>
<string name="msg_continue_with_google">Continue com o Google</string>
<string name="msg_continue_with_linkedin">Continue com o Linkedin</string>
<string name="msg_continue_with_gitlab">Continue com o GitLab</string>
<!-- Create channel messages --> <!-- Create channel messages -->
<string name="msg_private_channel">Privado</string> <string name="msg_private_channel">Privado</string>
......
...@@ -134,6 +134,13 @@ ...@@ -134,6 +134,13 @@
// TODO: Verify translations // TODO: Verify translations
<string name="msg_welcome_to_rocket_chat">Добро пожаловать в Rocket.Chat</string> <string name="msg_welcome_to_rocket_chat">Добро пожаловать в Rocket.Chat</string>
<string name="msg_open_source_communication">Связь с открытым исходным кодом</string> <string name="msg_open_source_communication">Связь с открытым исходным кодом</string>
<string name="msg_login_with_email">Войти через E-mail</string>
<string name="msg_create_account">Завести аккаунт</string>
<string name="msg_continue_with_facebook">Продолжить работу с Facebook</string>
<string name="msg_continue_with_github">Продолжить работу с Github</string>
<string name="msg_continue_with_google">Продолжить работу с Google</string>
<string name="msg_continue_with_linkedin">Продолжить работу с Linkedin</string>
<string name="msg_continue_with_gitlab">Продолжить работу с GitLab</string>
<!-- Create channel messages --> <!-- Create channel messages -->
<string name="msg_private_channel">Приватный</string> <string name="msg_private_channel">Приватный</string>
......
...@@ -132,6 +132,13 @@ ...@@ -132,6 +132,13 @@
<string name="msg_sent_attachment">Sent an attachment</string> <string name="msg_sent_attachment">Sent an attachment</string>
<string name="msg_welcome_to_rocket_chat">Welcome to Rocket.Chat</string> <string name="msg_welcome_to_rocket_chat">Welcome to Rocket.Chat</string>
<string name="msg_open_source_communication">Open Source Communication</string> <string name="msg_open_source_communication">Open Source Communication</string>
<string name="msg_login_with_email">Login with e-mail</string>
<string name="msg_create_account">Create an account</string>
<string name="msg_continue_with_facebook">Continue with Facebook</string>
<string name="msg_continue_with_github">Continue with Github</string>
<string name="msg_continue_with_google">Continue with Google</string>
<string name="msg_continue_with_linkedin">Continue with Linkedin</string>
<string name="msg_continue_with_gitlab">Continue with GitLab</string>
<!-- Create channel messages --> <!-- Create channel messages -->
<string name="msg_private_channel">Private</string> <string name="msg_private_channel">Private</string>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment