Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
AloqaIM-Android
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
AloqaIM-Android
Commits
673d180b
Commit
673d180b
authored
Aug 05, 2018
by
divyanshu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sign up string translation
parent
128b94da
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
1 deletion
+8
-1
fragment_authentication_sign_up.xml
app/src/main/res/layout/fragment_authentication_sign_up.xml
+1
-1
strings.xml
app/src/main/res/values-de/strings.xml
+1
-0
strings.xml
app/src/main/res/values-es/strings.xml
+1
-0
strings.xml
app/src/main/res/values-fr/strings.xml
+1
-0
strings.xml
app/src/main/res/values-hi-rIN/strings.xml
+1
-0
strings.xml
app/src/main/res/values-pt-rBR/strings.xml
+1
-0
strings.xml
app/src/main/res/values-ru/strings.xml
+1
-0
strings.xml
app/src/main/res/values/strings.xml
+1
-0
No files found.
app/src/main/res/layout/fragment_authentication_sign_up.xml
View file @
673d180b
...
@@ -72,7 +72,7 @@
...
@@ -72,7 +72,7 @@
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@id/text_email"
app:layout_constraintTop_toBottomOf=
"@id/text_email"
android:layout_marginTop=
"20dp"
android:layout_marginTop=
"20dp"
android:text=
"
R
egister"
/>
android:text=
"
@string/action_r
egister"
/>
<TextView
<TextView
android:id=
"@+id/text_new_user_agreement"
android:id=
"@+id/text_new_user_agreement"
...
...
app/src/main/res/values-de/strings.xml
View file @
673d180b
...
@@ -42,6 +42,7 @@
...
@@ -42,6 +42,7 @@
<string
name=
"action_connect_server"
>
Verbinde dich mit einem Server
</string>
<string
name=
"action_connect_server"
>
Verbinde dich mit einem Server
</string>
<string
name=
"action_join_community"
>
Trete der Community bei
</string>
<string
name=
"action_join_community"
>
Trete der Community bei
</string>
<string
name=
"action_create_server"
>
Erstelle einen neuen Server
</string>
<string
name=
"action_create_server"
>
Erstelle einen neuen Server
</string>
<string
name=
"action_register"
>
Registrieren
</string>
<!-- Settings List -->
<!-- Settings List -->
<string-array
name=
"settings_actions"
>
<string-array
name=
"settings_actions"
>
...
...
app/src/main/res/values-es/strings.xml
View file @
673d180b
...
@@ -42,6 +42,7 @@
...
@@ -42,6 +42,7 @@
<string
name=
"action_connect_server"
>
Conéctate con un servidor
</string>
<string
name=
"action_connect_server"
>
Conéctate con un servidor
</string>
<string
name=
"action_join_community"
>
Únete a la comunidad
</string>
<string
name=
"action_join_community"
>
Únete a la comunidad
</string>
<string
name=
"action_create_server"
>
Crea un nuevo servidor
</string>
<string
name=
"action_create_server"
>
Crea un nuevo servidor
</string>
<string
name=
"action_register"
>
Registro
</string>
<!-- Settings List -->
<!-- Settings List -->
<string-array
name=
"settings_actions"
>
<string-array
name=
"settings_actions"
>
...
...
app/src/main/res/values-fr/strings.xml
View file @
673d180b
...
@@ -46,6 +46,7 @@
...
@@ -46,6 +46,7 @@
<string
name=
"action_connect_server"
>
Se connecter avec un serveur
</string>
<string
name=
"action_connect_server"
>
Se connecter avec un serveur
</string>
<string
name=
"action_join_community"
>
Rejoindre la communauté
</string>
<string
name=
"action_join_community"
>
Rejoindre la communauté
</string>
<string
name=
"action_create_server"
>
Créer un nouveau serveur
</string>
<string
name=
"action_create_server"
>
Créer un nouveau serveur
</string>
<string
name=
"action_register"
>
registre
</string>
<!-- Settings List -->
<!-- Settings List -->
<string-array
name=
"settings_actions"
>
<string-array
name=
"settings_actions"
>
...
...
app/src/main/res/values-hi-rIN/strings.xml
View file @
673d180b
...
@@ -43,6 +43,7 @@
...
@@ -43,6 +43,7 @@
<string
name=
"action_connect_server"
>
सर्वर से कनेक्ट करें
</string>
<string
name=
"action_connect_server"
>
सर्वर से कनेक्ट करें
</string>
<string
name=
"action_join_community"
>
समुदाय में शामिल हों
</string>
<string
name=
"action_join_community"
>
समुदाय में शामिल हों
</string>
<string
name=
"action_create_server"
>
नया सर्वर बनाएं
</string>
<string
name=
"action_create_server"
>
नया सर्वर बनाएं
</string>
<string
name=
"action_register"
>
रजिस्टर
</string>
<!-- Settings List -->
<!-- Settings List -->
<string-array
name=
"settings_actions"
>
<string-array
name=
"settings_actions"
>
...
...
app/src/main/res/values-pt-rBR/strings.xml
View file @
673d180b
...
@@ -43,6 +43,7 @@
...
@@ -43,6 +43,7 @@
<string
name=
"action_connect_server"
>
Conecte-se com um servidor
</string>
<string
name=
"action_connect_server"
>
Conecte-se com um servidor
</string>
<string
name=
"action_join_community"
>
Junte-se à comunidade
</string>
<string
name=
"action_join_community"
>
Junte-se à comunidade
</string>
<string
name=
"action_create_server"
>
Crie um novo servidor
</string>
<string
name=
"action_create_server"
>
Crie um novo servidor
</string>
<string
name=
"action_register"
>
registo
</string>
<!-- Settings List -->
<!-- Settings List -->
<string-array
name=
"settings_actions"
>
<string-array
name=
"settings_actions"
>
...
...
app/src/main/res/values-ru/strings.xml
View file @
673d180b
...
@@ -43,6 +43,7 @@
...
@@ -43,6 +43,7 @@
<string
name=
"action_connect_server"
>
Подключение к серверу
</string>
<string
name=
"action_connect_server"
>
Подключение к серверу
</string>
<string
name=
"action_join_community"
>
Присоединиться к сообществу
</string>
<string
name=
"action_join_community"
>
Присоединиться к сообществу
</string>
<string
name=
"action_create_server"
>
Создать новый сервер
</string>
<string
name=
"action_create_server"
>
Создать новый сервер
</string>
<string
name=
"action_register"
>
регистр
</string>
<!-- Settings List -->
<!-- Settings List -->
<string-array
name=
"settings_actions"
>
<string-array
name=
"settings_actions"
>
...
...
app/src/main/res/values/strings.xml
View file @
673d180b
...
@@ -43,6 +43,7 @@
...
@@ -43,6 +43,7 @@
<string
name=
"action_connect_server"
>
Connect with a server
</string>
<string
name=
"action_connect_server"
>
Connect with a server
</string>
<string
name=
"action_join_community"
>
Join in the community
</string>
<string
name=
"action_join_community"
>
Join in the community
</string>
<string
name=
"action_create_server"
>
Create a new server
</string>
<string
name=
"action_create_server"
>
Create a new server
</string>
<string
name=
"action_register"
>
Register
</string>
<!-- Settings List -->
<!-- Settings List -->
<string-array
name=
"settings_actions"
>
<string-array
name=
"settings_actions"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment