Fix Dutch translation
This commit is contained in:
parent
0e9e6cc8bb
commit
9acc87a5e9
2 changed files with 27 additions and 18 deletions
|
@ -12,6 +12,19 @@
|
|||
# The name of your application
|
||||
TARGET = harbour-seaprint
|
||||
|
||||
i18n.path = /usr/share/harbour-seaprint/translations
|
||||
i18n.files = translations/harbour-seaprint-de.qm \
|
||||
translations/harbour-seaprint-zh_CN.qm \
|
||||
translations/harbour-seaprint-fr.qm \
|
||||
translations/harbour-seaprint-es.qm \
|
||||
translations/harbour-seaprint-nl.qm \
|
||||
translations/harbour-seaprint-pl.qm
|
||||
|
||||
INSTALLS += i18n
|
||||
|
||||
# automatic generation of the translation .qm files from .ts files
|
||||
system(lrelease $$PWD/translations/*.ts)
|
||||
|
||||
CONFIG += sailfishapp
|
||||
|
||||
# Write version file
|
||||
|
|
|
@ -73,11 +73,11 @@
|
|||
</message>
|
||||
<message>
|
||||
<source>Installed</source>
|
||||
<translation>Geïnstalleerd</translation>
|
||||
<translation>Geïnstalleerd</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Not installed</source>
|
||||
<translation>Niet geïnstalleerd</translation>
|
||||
<translation>Niet geïnstalleerd</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Testing and Design Suggestions - piggz</source>
|
||||
|
@ -91,6 +91,10 @@
|
|||
<source>German</source>
|
||||
<translation>Duits</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Dutch</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AddPrinterDialog</name>
|
||||
|
@ -98,10 +102,6 @@
|
|||
<source>Add printer</source>
|
||||
<translation>Voeg printer toe</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>On WiFI:</source>
|
||||
<translation>Op WiFi:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Found:</source>
|
||||
<translation>Gevonden:</translation>
|
||||
|
@ -114,6 +114,10 @@
|
|||
<source>Unknown</source>
|
||||
<translation>Onbekend</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>On WiFi:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BusyPage</name>
|
||||
|
@ -314,7 +318,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<source>Optional dependencies are not installed!</source>
|
||||
<translation>Optionele afhankelijkheden zijn niet geïnstalleerd!</translation>
|
||||
<translation>Optionele afhankelijkheden zijn niet geïnstalleerd!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Become root:</source>
|
||||
|
@ -345,7 +349,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<source>Copies</source>
|
||||
<translation>Kopieën</translation>
|
||||
<translation>Kopieren</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Color mode</source>
|
||||
|
@ -409,17 +413,9 @@
|
|||
<source>Force conversion to PWG/URF raster format. This is mainly intended for testing.</source>
|
||||
<translation>Omzetting naar PWG/URF-rasterformaat forceren. Dit is voornamelijk bedoeld om te testen.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Remove redundant attributes</source>
|
||||
<translation>Overtollige attributen verwijderen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Remove redundant IPP attributes, if they are also conveyed in the transfer format. Some printers reject the job even if the settings are consistent.</source>
|
||||
<translation>Overtollige IPP-attributen verwijderen, ook als ze in het overdrachtsformaat worden overgebracht. Sommige printers weigeren de taak, zelfs als de instellingen consistent zijn.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Display the warning page about optional dependencies not being installed, if they are not installed.</source>
|
||||
<translation>Waarschuwingspagina weergeven over optionele afhankelijkheden die niet worden geïnstalleerd, als ze niet zijn geïnstalleerd.</translation>
|
||||
<translation>Waarschuwingspagina weergeven over optionele afhankelijkheden die niet worden geïnstalleerd, als ze niet zijn geïnstalleerd.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Always use media-col</source>
|
||||
|
@ -558,7 +554,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<source>center</source>
|
||||
<translation>middenin></translation>
|
||||
<translation>middenin></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>main</source>
|
||||
|
|
Loading…
Reference in a new issue