xref: /aosp_15_r20/external/zxing/zxingorg/src/main/resources/Strings.properties (revision 513427e33d61bc67fc40bc261642ac0b2a686b45)
1response.error.badimage.title=Bad Image
2response.error.badimage.text=The image you uploaded could not be decoded, or was too large. \
3  Go "Back" in your browser and try another image.
4response.error.badurl.title=Bad URL
5response.error.badurl.text=You didn't specify a URL, or the URL was not valid, or did not return \
6  an image. Go "Back" in your browser and try again.
7response.error.format.title=Barcode Format Problem
8response.error.format.text=A barcode was possibly found in this image, but a problem occurred \
9  while decoding it. The data did not conform to the barcode format. This could be due to a \
10  misdetection of the barcode, or could indicate a problem  with the barcode contents. \
11  Go "Back" in your browser and try another image.
12response.error.notfound.title=No Barcode Found
13response.error.notfound.text=No barcode was found in this image. Either it did not contain a \
14  barcode, or did not contain one in a supported format, or the software was simply unable to \
15  find it. Go "Back" in your browser and try another image.