aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-fm/i18n/lumina-fm_da.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src-qt5/desktop-utils/lumina-fm/i18n/lumina-fm_da.ts')
-rw-r--r--src-qt5/desktop-utils/lumina-fm/i18n/lumina-fm_da.ts45
1 files changed, 30 insertions, 15 deletions
diff --git a/src-qt5/desktop-utils/lumina-fm/i18n/lumina-fm_da.ts b/src-qt5/desktop-utils/lumina-fm/i18n/lumina-fm_da.ts
index ad42c512..57665f08 100644
--- a/src-qt5/desktop-utils/lumina-fm/i18n/lumina-fm_da.ts
+++ b/src-qt5/desktop-utils/lumina-fm/i18n/lumina-fm_da.ts
@@ -346,8 +346,8 @@
</message>
<message>
<location filename="../widgets/DirWidget2.cpp" line="516"/>
- <source>The "lumina-fileinfo" utility could not be found on the system. Please install it first.</source>
- <translation>Kunne ikke finde "lumina-fileinfo"-redskabet på systemet. Installér det venligst først.</translation>
+ <source>The &quot;lumina-fileinfo&quot; utility could not be found on the system. Please install it first.</source>
+ <translation>Kunne ikke finde &quot;lumina-fileinfo&quot;-redskabet på systemet. Installér det venligst først.</translation>
</message>
<message>
<location filename="../widgets/DirWidget2.cpp" line="542"/>
@@ -418,47 +418,62 @@
<translation>Bemærk: Det vel ellers blot tilføje et tal til filnavnet.</translation>
</message>
<message>
- <location filename="../FODialog.cpp" line="148"/>
+ <location filename="../FODialog.cpp" line="133"/>
+ <source>YesToAll</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../FODialog.cpp" line="134"/>
+ <source>NoToAll</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../FODialog.cpp" line="135"/>
+ <source>Cancel</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../FODialog.cpp" line="154"/>
<source>Removing: %1</source>
<translation>Fjerner: %1</translation>
</message>
<message>
- <location filename="../FODialog.cpp" line="149"/>
+ <location filename="../FODialog.cpp" line="155"/>
<source>Copying: %1 to %2</source>
<translation>Kopierer: %1 til %2</translation>
</message>
<message>
- <location filename="../FODialog.cpp" line="150"/>
+ <location filename="../FODialog.cpp" line="156"/>
<source>Restoring: %1 as %2</source>
<translation>Gendanner: %1 som %2</translation>
</message>
<message>
- <location filename="../FODialog.cpp" line="151"/>
+ <location filename="../FODialog.cpp" line="157"/>
<source>Moving: %1 to %2</source>
<translation>Flytter: %1 til %2</translation>
</message>
<message>
- <location filename="../FODialog.cpp" line="164"/>
+ <location filename="../FODialog.cpp" line="170"/>
<source>Could not remove these files:</source>
<translation>Kunne ikke fjerne disse filer:</translation>
</message>
<message>
- <location filename="../FODialog.cpp" line="165"/>
+ <location filename="../FODialog.cpp" line="171"/>
<source>Could not copy these files:</source>
<translation>Kunne ikke kopiere disse filer:</translation>
</message>
<message>
- <location filename="../FODialog.cpp" line="166"/>
+ <location filename="../FODialog.cpp" line="172"/>
<source>Could not restore these files:</source>
<translation>Kunne ikke genskabe disse filer:</translation>
</message>
<message>
- <location filename="../FODialog.cpp" line="167"/>
+ <location filename="../FODialog.cpp" line="173"/>
<source>Could not move these files:</source>
<translation>Kunne ikke flytte disse filer:</translation>
</message>
<message>
- <location filename="../FODialog.cpp" line="169"/>
+ <location filename="../FODialog.cpp" line="175"/>
<source>File Errors</source>
<translation>Filfejl</translation>
</message>
@@ -466,12 +481,12 @@
<context>
<name>FOWorker</name>
<message>
- <location filename="../FODialog.cpp" line="320"/>
+ <location filename="../FODialog.cpp" line="326"/>
<source>Invalid Move</source>
<translation>Ugyldig flytning</translation>
</message>
<message>
- <location filename="../FODialog.cpp" line="320"/>
+ <location filename="../FODialog.cpp" line="326"/>
<source>It is not possible to move a directory into itself. Please make a copy of the directory instead.
Old Location: %1
@@ -576,8 +591,8 @@ Ny placering: %2</translation>
</message>
<message>
<location filename="../gitWizard.ui" line="232"/>
- <source>Click "Next" to start downloading the repository</source>
- <translation>Klik på "Næste" for at starte download af arkivet</translation>
+ <source>Click &quot;Next&quot; to start downloading the repository</source>
+ <translation>Klik på &quot;Næste&quot; for at starte download af arkivet</translation>
</message>
<message>
<location filename="../gitWizard.h" line="58"/>
bgstack15