Try to clarify format incompatibility
This commit is contained in:
parent
901944ecd8
commit
7b52a0ab57
6 changed files with 9 additions and 9 deletions
|
@ -13,7 +13,7 @@ function supported_formats(printer)
|
||||||
|
|
||||||
if(supported.length == 0)
|
if(supported.length == 0)
|
||||||
{
|
{
|
||||||
supported.push(qsTr("No relevant formats supported"))
|
supported.push(qsTr("No compatible formats supported"))
|
||||||
}
|
}
|
||||||
|
|
||||||
return supported.join(" ");
|
return supported.join(" ");
|
||||||
|
|
|
@ -282,7 +282,7 @@
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>No relevant formats supported</source>
|
<source>No compatible formats supported</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
|
|
@ -282,8 +282,8 @@
|
||||||
<translation>ppp</translation>
|
<translation>ppp</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>No relevant formats supported</source>
|
<source>No compatible formats supported</source>
|
||||||
<translation>No hay formatos relevantes compatibles</translation>
|
<translation type="unfinished">No hay formatos compatibles</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
</TS>
|
</TS>
|
||||||
|
|
|
@ -282,8 +282,8 @@
|
||||||
<translation>pts/cm</translation>
|
<translation>pts/cm</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>No relevant formats supported</source>
|
<source>No compatible formats supported</source>
|
||||||
<translation>Aucun format approprié n'est pris en charge</translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
</TS>
|
</TS>
|
||||||
|
|
|
@ -282,8 +282,8 @@
|
||||||
<translation>点/厘米</translation>
|
<translation>点/厘米</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>No relevant formats supported</source>
|
<source>No compatible formats supported</source>
|
||||||
<translation>不支持相关格式</translation>
|
<translation type="unfinished">不支持相关格式</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
</TS>
|
</TS>
|
||||||
|
|
|
@ -282,7 +282,7 @@
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>No relevant formats supported</source>
|
<source>No compatible formats supported</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
|
Loading…
Reference in a new issue