Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Robert Maerkisch
kaidan
Commits
df1f5d52
Commit
df1f5d52
authored
Feb 25, 2017
by
Linus Jahn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Translate 'Logout' in drawer
parent
ae5510f6
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
23 additions
and
1 deletion
+23
-1
i18n/de.ts
i18n/de.ts
+4
-0
i18n/fr.ts
i18n/fr.ts
+7
-0
i18n/ja.ts
i18n/ja.ts
+7
-0
i18n/ru.ts
i18n/ru.ts
+4
-0
src/qml/main.qml
src/qml/main.qml
+1
-1
No files found.
i18n/de.ts
View file @
df1f5d52
...
...
@@ -56,5 +56,9 @@
<
source
>
Successfully
parsed
command
line
input
.
<
/source
>
<
translation
type
=
"
vanished
"
>
Kommandozeileneingaben
erfolgreich
geparst
.
<
/translation
>
<
/message
>
<
message
>
<
source
>
Logout
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
/context
>
<
/TS
>
i18n/fr.ts
View file @
df1f5d52
...
...
@@ -50,4 +50,11 @@
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
main
<
/name
>
<
message
>
<
source
>
Logout
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
/context
>
<
/TS
>
i18n/ja.ts
View file @
df1f5d52
...
...
@@ -50,4 +50,11 @@
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
main
<
/name
>
<
message
>
<
source
>
Logout
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
/context
>
<
/TS
>
i18n/ru.ts
View file @
df1f5d52
...
...
@@ -56,5 +56,9 @@
<
source
>
Successfully
parsed
command
line
input
.
<
/source
>
<
translation
type
=
"
vanished
"
>
Ввод
из
командной
строки
успешно
распознан
.
<
/translation
>
<
/message
>
<
message
>
<
source
>
Logout
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
/context
>
<
/TS
>
src/qml/main.qml
View file @
df1f5d52
...
...
@@ -38,7 +38,7 @@ Kirigami.ApplicationWindow {
actions
:
[
Kirigami.Action
{
text
:
"
Logout
"
text
:
qsTr
(
"
Logout
"
)
iconName
:
"
system-shutdown
"
onTriggered
:
{
kaidan
.
mainDisconnect
();
...
...
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