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)
|
||||
{
|
||||
supported.push(qsTr("No relevant formats supported"))
|
||||
supported.push(qsTr("No compatible formats supported"))
|
||||
}
|
||||
|
||||
return supported.join(" ");
|
||||
|
|
|
@ -282,7 +282,7 @@
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>No relevant formats supported</source>
|
||||
<source>No compatible formats supported</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
|
|
|
@ -282,8 +282,8 @@
|
|||
<translation>ppp</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>No relevant formats supported</source>
|
||||
<translation>No hay formatos relevantes compatibles</translation>
|
||||
<source>No compatible formats supported</source>
|
||||
<translation type="unfinished">No hay formatos compatibles</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
|
|
@ -282,8 +282,8 @@
|
|||
<translation>pts/cm</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>No relevant formats supported</source>
|
||||
<translation>Aucun format approprié n'est pris en charge</translation>
|
||||
<source>No compatible formats supported</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
|
|
@ -282,8 +282,8 @@
|
|||
<translation>点/厘米</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>No relevant formats supported</source>
|
||||
<translation>不支持相关格式</translation>
|
||||
<source>No compatible formats supported</source>
|
||||
<translation type="unfinished">不支持相关格式</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
|
|
@ -282,7 +282,7 @@
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>No relevant formats supported</source>
|
||||
<source>No compatible formats supported</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
|
|
Loading…
Reference in a new issue