Credits for French translation (+minor fixes)
This commit is contained in:
parent
b2a2dd5a9d
commit
ad787d09b1
6 changed files with 30 additions and 8 deletions
|
@ -52,7 +52,8 @@ CONFIG += sailfishapp_i18n
|
|||
# following TRANSLATIONS line. And also do not forget to
|
||||
# modify the localized app name in the the .desktop file.
|
||||
TRANSLATIONS += translations/harbour-seaprint-de.ts \
|
||||
translations/harbour-seaprint-zh_CN.ts
|
||||
translations/harbour-seaprint-zh_CN.ts \
|
||||
translations/harbour-seaprint-fr.ts
|
||||
|
||||
HEADERS += \
|
||||
src/ippdiscovery.h \
|
||||
|
|
|
@ -87,6 +87,11 @@ Page {
|
|||
font.pixelSize: Theme.fontSizeSmall
|
||||
text: qsTr("Chinese")+" - dashinfantry"
|
||||
}
|
||||
AboutLabel {
|
||||
font.pixelSize: Theme.fontSizeSmall
|
||||
text: qsTr("French")+" - ensag-dev"
|
||||
}
|
||||
|
||||
|
||||
SectionHeader { text: qsTr("Licensing") }
|
||||
|
||||
|
|
|
@ -55,6 +55,10 @@
|
|||
<source>SeaPrint licencing is still TBD, but will be some flavor of open.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>French</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AddPrinterDialog</name>
|
||||
|
|
|
@ -55,7 +55,11 @@
|
|||
<source>SeaPrint licencing is still TBD, but will be some flavor of open.</source>
|
||||
<translation>La licence de SeaPrint est encore à déterminer, mais sera quelque peu ouverte.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<message>
|
||||
<source>French</source>
|
||||
<translation>Française</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AddPrinterDialog</name>
|
||||
<message>
|
||||
|
@ -161,7 +165,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<source>Remove printer</source>
|
||||
<translation>Supprimer l'imprimante</translation>
|
||||
<translation>Supprimer l'imprimante</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Unknown</source>
|
||||
|
@ -169,12 +173,12 @@
|
|||
</message>
|
||||
<message>
|
||||
<source>Removing printer</source>
|
||||
<translation>Suppression de l'imprimante</translation>
|
||||
<translation>Suppression de l'imprimante</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>About SeaPrint</source>
|
||||
<translation>À propos de SeaPrint</translation>
|
||||
</message>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>JobsPage</name>
|
||||
|
@ -231,7 +235,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<source>Unknown</source>
|
||||
<translation">Inconnu</translation>
|
||||
<translation>Inconnu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Print success: </source>
|
||||
|
@ -239,7 +243,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<source>Print failed: </source>
|
||||
<translation>Échec de l'impression :</translation>
|
||||
</message>
|
||||
<translation>Échec de l'impression :</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
|
|
@ -55,6 +55,10 @@
|
|||
<source>SeaPrint licencing is still TBD, but will be some flavor of open.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>French</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AddPrinterDialog</name>
|
||||
|
|
|
@ -55,6 +55,10 @@
|
|||
<source>SeaPrint licencing is still TBD, but will be some flavor of open.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>French</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AddPrinterDialog</name>
|
||||
|
|
Loading…
Reference in a new issue