[LIB-9] Add ability to archive qrcode content
[chesshog.git] / chesshog-qrcode / src / main / resources / org / hedgecode / chess / qrcode / LocalStrings.properties
1 # Copyright (c) 2018-2019. Developed by Hedgecode.
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #   http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14
15 # Default localized string information
16 # Localized for Locale en_US
17
18 parse.unknown.position.format=Unknown chess position format for parsing
19 read.input.qrcode.file=Failed to read QR Code from file
20 read.input.qrcode.stream=Failed to read QR Code from input stream
21 read.input.qrcode.url=Failed to read QR Code from URL
22 read.unknown.chess.mode=Unknown chess mode in the QR Code
23 read.zxing.qrcode.error=Error decoding of QR code
24 write.output.qrcode.file=Failed to write QR Code to file
25 write.output.qrcode.stream=Failed to write QR Code to output stream
26 write.qrcode.mode.null=Input chess mode not specified
27 write.qrcode.contents.empty=Input data is empty
28 write.qrcode.size.incorrect=Incorrect QR Code size specified
29 write.qrcode.chess.incorrect=Specified size is not suitable for chess QR Code
30 write.zxing.qrcode.error=Error encoding of QR code
31 zip.max.length.error=Content length exceeds maximum size
32 zip.deflate.write.error=Error deflating of content
33 zip.inflate.read.error=Error inflating of content