[LIB-13] Locale resource settings
[chesshog-scanner.git] / src / main / resources / org / hedgecode / chess / scanner / LocalStrings.properties
1 # Copyright (c) 2019-2020. 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 scanner.incorrect.url=Incorrect URL: %s
19 scanner.incorrect.pgn.url=Incorrect PGN for requesting URL: %s
20 scanner.host.unknown=Host %s is not among the known for the scanner
21 scanner.request.error=Error occurred for requesting URL: %s
22 scanner.failed.settings=Failed to get settings from resource file: %s
23 scanner.failed.request.game=Failed to get PGN for requesting game ID: %s
24 scanner.failed.request.url=Failed to get PGN for requesting URL: %s
25 scanner.failed.source.data=Failed to get source data for requesting URL: %s
26 scanner.failed.decode.url=Failed to decode source data for requesting URL: %s
27 scanner.portal.under.development=The scanner functional of portal %s is under development
28 scanner.portal.search.unavailable.tournament.id=%s does not support searching for a tournament by ID
29 scanner.portal.search.unavailable.tournament.name=%s does not support searching for a tournament by name
30 scanner.portal.search.without.tournament.name=%s does not support searching game without a tournament name