aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-textedit/i18n/l-te_da.ts
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-03-27 11:37:57 -0400
committerKen Moore <ken@ixsystems.com>2017-03-27 11:37:57 -0400
commitff66259076cec594b83f758e1e7899257cd93fb0 (patch)
treed54db18fb57491a04252589c8f4e93b02f6c4d8a /src-qt5/desktop-utils/lumina-textedit/i18n/l-te_da.ts
parentFix a possible issue where the panel number would be negative - causing a cra... (diff)
parentTranslated using Weblate (lumina_CONFIG@de (generated)) (diff)
downloadlumina-ff66259076cec594b83f758e1e7899257cd93fb0.tar.gz
lumina-ff66259076cec594b83f758e1e7899257cd93fb0.tar.bz2
lumina-ff66259076cec594b83f758e1e7899257cd93fb0.zip
Merge branch 'master' of github.com:trueos/lumina
Diffstat (limited to 'src-qt5/desktop-utils/lumina-textedit/i18n/l-te_da.ts')
-rw-r--r--src-qt5/desktop-utils/lumina-textedit/i18n/l-te_da.ts16
1 files changed, 8 insertions, 8 deletions
diff --git a/src-qt5/desktop-utils/lumina-textedit/i18n/l-te_da.ts b/src-qt5/desktop-utils/lumina-textedit/i18n/l-te_da.ts
index 08437a3a..23174c4e 100644
--- a/src-qt5/desktop-utils/lumina-textedit/i18n/l-te_da.ts
+++ b/src-qt5/desktop-utils/lumina-textedit/i18n/l-te_da.ts
@@ -11,7 +11,7 @@
<message>
<location filename="../ColorDialog.ui" line="24"/>
<source>Item Type</source>
- <translation>Posttype</translation>
+ <translation>Elementtype</translation>
</message>
<message>
<location filename="../ColorDialog.ui" line="29"/>
@@ -99,7 +99,7 @@
<message>
<location filename="../MainUI.ui" line="173"/>
<source>Hide the find/replace options</source>
- <translation>Skjul valgmulighederne find/erstat</translation>
+ <translation>Skjul valgmulighederne for find/erstat</translation>
</message>
<message>
<location filename="../MainUI.ui" line="214"/>
@@ -231,7 +231,7 @@
<location filename="../MainUI.ui" line="403"/>
<location filename="../MainUI.ui" line="406"/>
<source>Show warnings about unsaved changes</source>
- <translation>Vis advarsler om ugemte ændringer</translation>
+ <translation>Vis advarsler om ændringer som ikke er gemt</translation>
</message>
<message>
<location filename="../MainUI.cpp" line="40"/>
@@ -252,7 +252,7 @@
<location filename="../MainUI.cpp" line="296"/>
<location filename="../MainUI.cpp" line="394"/>
<source>Lose Unsaved Changes?</source>
- <translation>Mist ugemte ændringer?</translation>
+ <translation>Mist ændringer som ikke er gemt?</translation>
</message>
<message>
<location filename="../MainUI.cpp" line="296"/>
@@ -260,7 +260,7 @@
Do you want to close it anyway?
%1</source>
- <translation>Denne fil har ugemte ændringer.
+ <translation>Denne fil har ændringer som ikke er gemt.
Vil du lukke den alligevel?
%1</translation>
@@ -271,7 +271,7 @@ Vil du lukke den alligevel?
Do you want to close the editor anyway?
%1</source>
- <translation>Der er ugemte ændringer.
+ <translation>Der er ændringer som ikke er gemt.
Vil du lukke redigeringsprogrammet alligevel?
%1</translation>
@@ -297,12 +297,12 @@ Vil du lukke redigeringsprogrammet alligevel?
<message>
<location filename="../PlainTextEditor.cpp" line="298"/>
<source>The following file has been changed by some other utility. Do you want to re-load it?</source>
- <translation>Den følgende fil er blevet ændret af et andet redskab. Vil du genindlæse den?</translation>
+ <translation>Den følgende fil er blevet ændret af et andet program. Vil du genindlæse den?</translation>
</message>
<message>
<location filename="../PlainTextEditor.cpp" line="300"/>
<source>(Note: You will lose all currently-unsaved changes)</source>
- <translation>(Bemærk: Du vil miste alle nuværende ugemte ændringer)</translation>
+ <translation>(Bemærk: Du vil miste alle nuværende ændringer som ikke er gemt)</translation>
</message>
<message>
<location filename="../PlainTextEditor.cpp" line="304"/>
bgstack15