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)
|
||||
{
|
||||
supported.push("No relevant formats supported")
|
||||
supported.push(qsTr("No relevant formats supported"))
|
||||
}
|
||||
|
||||
return supported.join(" ");
|
||||
|
|
|
@ -281,5 +281,9 @@
|
|||
<source>dots/cm</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>No relevant formats supported</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
|
|
@ -281,5 +281,9 @@
|
|||
<source>dots/cm</source>
|
||||
<translation>ppp</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>No relevant formats supported</source>
|
||||
<translation>No hay formatos relevantes compatibles</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
|
|
@ -281,5 +281,9 @@
|
|||
<source>dots/cm</source>
|
||||
<translation type="unfinished">pts/cm</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>No relevant formats supported</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
|
|
@ -281,5 +281,9 @@
|
|||
<source>dots/cm</source>
|
||||
<translation type="unfinished">点/厘米</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>No relevant formats supported</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
|
|
@ -281,5 +281,9 @@
|
|||
<source>dots/cm</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>No relevant formats supported</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
|
Loading…
Reference in a new issue