|
|
@ -248,7 +248,10 @@ |
|
|
|
"sqlOutput": "SQL izhod", |
|
|
|
"sqlOutput": "SQL izhod", |
|
|
|
"addOption": "Dodaj možnost", |
|
|
|
"addOption": "Dodaj možnost", |
|
|
|
"qrCodeValueColumn": "Column with QR code value", |
|
|
|
"qrCodeValueColumn": "Column with QR code value", |
|
|
|
|
|
|
|
"barcodeValueColumn": "Column with Barcode value", |
|
|
|
|
|
|
|
"barcodeFormat": "Barcode format", |
|
|
|
"qrCodeValueTooLong": "Too many characters for a QR code", |
|
|
|
"qrCodeValueTooLong": "Too many characters for a QR code", |
|
|
|
|
|
|
|
"barcodeValueTooLong": "Too many characters for a barcode", |
|
|
|
"aggregateFunction": "Agregatna funkcija", |
|
|
|
"aggregateFunction": "Agregatna funkcija", |
|
|
|
"dbCreateIfNotExists": "Baza podatkov: Ustvari, če ne obstaja", |
|
|
|
"dbCreateIfNotExists": "Baza podatkov: Ustvari, če ne obstaja", |
|
|
|
"clientKey": "Odjemalski ključ", |
|
|
|
"clientKey": "Odjemalski ključ", |
|
|
@ -496,6 +499,9 @@ |
|
|
|
}, |
|
|
|
}, |
|
|
|
"msg": { |
|
|
|
"msg": { |
|
|
|
"warning": { |
|
|
|
"warning": { |
|
|
|
|
|
|
|
"barcode": { |
|
|
|
|
|
|
|
"renderError": "Barcode error - please check compatibility between input and barcode type" |
|
|
|
|
|
|
|
}, |
|
|
|
"nonEditableFields": { |
|
|
|
"nonEditableFields": { |
|
|
|
"computedFieldUnableToClear": "Warning: Computed field - unable to clear text", |
|
|
|
"computedFieldUnableToClear": "Warning: Computed field - unable to clear text", |
|
|
|
"qrFieldsCannotBeDirectlyChanged": "Warning: QR fields cannot be directly changed." |
|
|
|
"qrFieldsCannotBeDirectlyChanged": "Warning: QR fields cannot be directly changed." |
|
|
|