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
7a5dc36a
Commit
7a5dc36a
authored
Oct 20, 2018
by
shubhsherl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change logout message and title
parent
7cf12e8d
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
11 additions
and
10 deletions
+11
-10
MainPresenter.kt
...va/chat/rocket/android/main/presentation/MainPresenter.kt
+1
-0
strings.xml
app/src/main/res/values-de/strings.xml
+1
-1
strings.xml
app/src/main/res/values-es/strings.xml
+1
-1
strings.xml
app/src/main/res/values-fr/strings.xml
+1
-1
strings.xml
app/src/main/res/values-hi-rIN/strings.xml
+1
-1
strings.xml
app/src/main/res/values-ja/strings.xml
+1
-1
strings.xml
app/src/main/res/values-pt-rBR/strings.xml
+1
-1
strings.xml
app/src/main/res/values-ru-rRU/strings.xml
+1
-1
strings.xml
app/src/main/res/values-tr/strings.xml
+1
-1
strings.xml
app/src/main/res/values-uk/strings.xml
+1
-1
strings.xml
app/src/main/res/values/strings.xml
+1
-1
No files found.
app/src/main/java/chat/rocket/android/main/presentation/MainPresenter.kt
View file @
7a5dc36a
...
...
@@ -166,6 +166,7 @@ class MainPresenter @Inject constructor(
fun
showLogoutDialog
(
context
:
Context
)
{
val
builder
=
AlertDialog
.
Builder
(
context
)
builder
.
setTitle
(
R
.
string
.
action_logout
)
builder
.
setMessage
(
R
.
string
.
title_confirmation
)
builder
.
setPositiveButton
(
R
.
string
.
action_logout
)
{
_
,
_
->
logout
()}
.
setNegativeButton
(
R
.
string
.
action_stay
)
{
dialog
,
_
->
dialog
.
cancel
()
}
...
...
app/src/main/res/values-de/strings.xml
View file @
7a5dc36a
...
...
@@ -20,7 +20,7 @@
<string
name=
"title_update_profile"
>
Update Profil
</string>
<string
name=
"title_about"
>
Über
</string>
<string
name=
"title_create_channel"
>
Erstelle Raum
</string>
<string
name=
"title_confirmation"
>
Are You Sure?
</string>
<!-- TODO Add translation -->
<string
name=
"title_confirmation"
>
Are You Sure
you want to logout
?
</string>
<!-- TODO Add translation -->
<!-- Actions -->
<string
name=
"action_connect"
>
Verbinde
</string>
...
...
app/src/main/res/values-es/strings.xml
View file @
7a5dc36a
...
...
@@ -19,7 +19,7 @@
<string
name=
"title_update_profile"
>
Actualización del perfil
</string>
<string
name=
"title_about"
>
Acerca de
</string>
<string
name=
"title_create_channel"
>
Crear canal
</string>
<string
name=
"title_confirmation"
>
Are You Sure?
</string>
<!-- TODO Add translation -->
<string
name=
"title_confirmation"
>
Are You Sure
you want to logout
?
</string>
<!-- TODO Add translation -->
<!-- Actions -->
<string
name=
"action_connect"
>
Conectar
</string>
<string
name=
"action_use_this_username"
>
Usa este nombre de usuario
</string>
...
...
app/src/main/res/values-fr/strings.xml
View file @
7a5dc36a
...
...
@@ -20,7 +20,7 @@
<string
name=
"title_update_profile"
>
Mettre à jour le profil
</string>
<string
name=
"title_about"
>
À propos
</string>
<string
name=
"title_create_channel"
>
Créer salon
</string>
<string
name=
"title_confirmation"
>
Are You Sure?
</string>
<!-- TODO Add translation -->
<string
name=
"title_confirmation"
>
Are You Sure
you want to logout
?
</string>
<!-- TODO Add translation -->
...
...
app/src/main/res/values-hi-rIN/strings.xml
View file @
7a5dc36a
...
...
@@ -20,7 +20,7 @@
<string
name=
"title_update_profile"
>
प्रोफ़ाइल अपडेट करें
</string>
<string
name=
"title_about"
>
परिचय
</string>
<string
name=
"title_create_channel"
>
चैनल बनाएं
</string>
<string
name=
"title_confirmation"
>
Are You Sure?
</string>
<!-- TODO Add translation -->
<string
name=
"title_confirmation"
>
Are You Sure
you want to logout
?
</string>
<!-- TODO Add translation -->
<!-- Actions -->
...
...
app/src/main/res/values-ja/strings.xml
View file @
7a5dc36a
...
...
@@ -22,7 +22,7 @@
<string
name=
"title_update_profile"
>
プロフィールの更新
</string>
<string
name=
"title_about"
>
About
</string>
<string
name=
"title_create_channel"
>
新しいチャネルを作成します
</string>
<string
name=
"title_confirmation"
>
Are You Sure?
</string>
<!-- TODO Add translation -->
<string
name=
"title_confirmation"
>
Are You Sure
you want to logout
?
</string>
<!-- TODO Add translation -->
<!-- Actions -->
...
...
app/src/main/res/values-pt-rBR/strings.xml
View file @
7a5dc36a
...
...
@@ -20,7 +20,7 @@
<string
name=
"title_update_profile"
>
Editar perfil
</string>
<string
name=
"title_about"
>
Sobre
</string>
<string
name=
"title_create_channel"
>
Criar chat
</string>
<string
name=
"title_confirmation"
>
Are You Sure?
</string>
<!-- TODO Add translation -->
<string
name=
"title_confirmation"
>
Are You Sure
you want to logout
?
</string>
<!-- TODO Add translation -->
<!-- Actions -->
...
...
app/src/main/res/values-ru-rRU/strings.xml
View file @
7a5dc36a
...
...
@@ -20,7 +20,7 @@
<string
name=
"title_update_profile"
>
Обновить профиль
</string>
<string
name=
"title_about"
>
О программе
</string>
<string
name=
"title_create_channel"
>
Создать новый канал
</string>
<string
name=
"title_confirmation"
>
Are You Sure?
</string>
<!-- TODO Add translation -->
<string
name=
"title_confirmation"
>
Are You Sure
you want to logout
?
</string>
<!-- TODO Add translation -->
<!-- Actions -->
...
...
app/src/main/res/values-tr/strings.xml
View file @
7a5dc36a
...
...
@@ -20,7 +20,7 @@
<string
name=
"title_update_profile"
>
Profilinizi Düzenleyin
</string>
<string
name=
"title_about"
>
Hakkında
</string>
<string
name=
"title_create_channel"
>
Yeni Kanal Oluştur
</string>
<string
name=
"title_confirmation"
>
Are You Sure?
</string>
<!-- TODO Add translation -->
<string
name=
"title_confirmation"
>
Are You Sure
you want to logout
?
</string>
<!-- TODO Add translation -->
<!-- Actions -->
...
...
app/src/main/res/values-uk/strings.xml
View file @
7a5dc36a
...
...
@@ -20,7 +20,7 @@
<string
name=
"title_update_profile"
>
Оновити профіль
</string>
<string
name=
"title_about"
>
"Про програму"
</string>
<string
name=
"title_create_channel"
>
Створити новий канал
</string>
<string
name=
"title_confirmation"
>
Are You Sure?
</string>
<!-- TODO Add translation -->
<string
name=
"title_confirmation"
>
Are You Sure
you want to logout
?
</string>
<!-- TODO Add translation -->
<!-- Actions -->
...
...
app/src/main/res/values/strings.xml
View file @
7a5dc36a
...
...
@@ -32,7 +32,7 @@ https://github.com/RocketChat/java-code-styles/blob/master/CODING_STYLE.md#strin
<string
name=
"title_update_profile"
>
Update profile
</string>
<string
name=
"title_about"
>
About
</string>
<string
name=
"title_create_channel"
>
Create Channel
</string>
<string
name=
"title_confirmation"
>
Are You Sure?
</string>
<string
name=
"title_confirmation"
>
Are You Sure
you want to logout
?
</string>
<!-- Actions -->
<string
name=
"action_connect"
>
Connect
</string>
...
...
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