Added new string to translate
This commit is contained in:
parent
00192e487a
commit
7808437dfd
6 changed files with 21 additions and 1 deletions
|
@ -13,7 +13,7 @@ function supported_formats(printer)
|
||||||
|
|
||||||
if(supported.length == 0)
|
if(supported.length == 0)
|
||||||
{
|
{
|
||||||
supported.push("No relevant formats supported")
|
supported.push(qsTr("No relevant formats supported"))
|
||||||
}
|
}
|
||||||
|
|
||||||
return supported.join(" ");
|
return supported.join(" ");
|
||||||
|
|
|
@ -281,5 +281,9 @@
|
||||||
<source>dots/cm</source>
|
<source>dots/cm</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>No relevant formats supported</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
</TS>
|
</TS>
|
||||||
|
|
|
@ -281,5 +281,9 @@
|
||||||
<source>dots/cm</source>
|
<source>dots/cm</source>
|
||||||
<translation>ppp</translation>
|
<translation>ppp</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>No relevant formats supported</source>
|
||||||
|
<translation>No hay formatos relevantes compatibles</translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
</TS>
|
</TS>
|
||||||
|
|
|
@ -281,5 +281,9 @@
|
||||||
<source>dots/cm</source>
|
<source>dots/cm</source>
|
||||||
<translation type="unfinished">pts/cm</translation>
|
<translation type="unfinished">pts/cm</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>No relevant formats supported</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
</TS>
|
</TS>
|
||||||
|
|
|
@ -281,5 +281,9 @@
|
||||||
<source>dots/cm</source>
|
<source>dots/cm</source>
|
||||||
<translation type="unfinished">点/厘米</translation>
|
<translation type="unfinished">点/厘米</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>No relevant formats supported</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
</TS>
|
</TS>
|
||||||
|
|
|
@ -281,5 +281,9 @@
|
||||||
<source>dots/cm</source>
|
<source>dots/cm</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>No relevant formats supported</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
</TS>
|
</TS>
|
||||||
|
|
Loading…
Reference in a new issue