Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
kaidan
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linus Jahn
kaidan
Commits
40be5898
Commit
40be5898
authored
Jan 08, 2017
by
Linus Jahn
Committed by
GitHub
Jan 08, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LoginPage: Only translate "Connecting...", without <i></i> (#52)
parent
8be9ee19
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
i18n/de_DE.ts
i18n/de_DE.ts
+4
-4
src/qml/LoginPage.qml
src/qml/LoginPage.qml
+1
-1
No files found.
i18n/de_DE.ts
View file @
40be5898
...
...
@@ -34,14 +34,14 @@
<
source
>
Connect
<
/source
>
<
translation
>
Verbinden
<
/translation
>
<
/message
>
<
message
>
<
source
>&
lt
;
i
&
gt
;
Connecting
...
&
lt
;
/i></
source
>
<
translation
>&
lt
;
i
&
gt
;
Verbinden
...
&
lt
;
/i></
translation
>
<
/message
>
<
message
>
<
source
>
Retry
<
/source
>
<
translation
>
Erneut
Versuchen
<
/translation
>
<
/message
>
<
message
>
<
source
>
Connecting
...
<
/source
>
<
translation
>
Verbinden
...
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
RosterPage
<
/name
>
...
...
src/qml/LoginPage.qml
View file @
40be5898
...
...
@@ -63,7 +63,7 @@ Kirigami.ScrollablePage {
// disable the button
connectButton
.
enabled
=
false
;
// connect to given account data
connectButton
.
text
=
qsTr
(
"
<i>Connecting...</i>
"
)
connectButton
.
text
=
"
<i>
"
+
qsTr
(
"
Connecting...
"
)
+
"
</i>
"
kaidan
.
mainConnect
(
jidField
.
text
,
passField
.
text
);
}
...
...
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