Skip to content

Commit

Permalink
Merge pull request #12 from Reco1I/rremove-strings
Browse files Browse the repository at this point in the history
Remove unused strings
  • Loading branch information
Acivev authored Nov 2, 2024
2 parents aa53a7b + d35277e commit 4405f9e
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 140 deletions.
10 changes: 0 additions & 10 deletions language-pack/src/main/res/values-de/general.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,6 @@

<!-- Crash -->
<string name="crash">Sorry, the game encountered an unexpected error and needs to close.</string>
<string name="app_run_code_error">Fatal error encountered</string>

<!-- Errors -->
<string name="network_not_connected">Network connection failed, please check network settings</string>
<string name="xml_parser_failed">Data parsing failed</string>
<string name="io_exception_error">File Stream Exception</string>
<string name="http_status_code_error">Network exception, error code: %d</string>
<string name="http_exception_error">Network exception, request timeout</string>
<string name="socket_exception_error">Network exception, read data timeout</string>


<!-- Accessibility -->
<string name="accessibility_detector_title">Disable Accessibility Services</string>
Expand Down
10 changes: 0 additions & 10 deletions language-pack/src/main/res/values-es/general.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,6 @@

<!-- Crash -->
<string name="crash">Sorry, the game encountered an unexpected error and needs to close.</string>
<string name="app_run_code_error">Fatal error encountered</string>

<!-- Errors -->
<string name="network_not_connected">Network connection failed, please check network settings</string>
<string name="xml_parser_failed">Data parsing failed</string>
<string name="io_exception_error">File Stream Exception</string>
<string name="http_status_code_error">Network exception, error code: %d</string>
<string name="http_exception_error">Network exception, request timeout</string>
<string name="socket_exception_error">Network exception, read data timeout</string>


<!-- Accessibility -->
<string name="accessibility_detector_title">Disable Accessibility Services</string>
Expand Down
10 changes: 0 additions & 10 deletions language-pack/src/main/res/values-fr/general.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,6 @@

<!-- Crash -->
<string name="crash">Sorry, the game encountered an unexpected error and needs to close.</string>
<string name="app_run_code_error">Fatal error encountered</string>

<!-- Errors -->
<string name="network_not_connected">Network connection failed, please check network settings</string>
<string name="xml_parser_failed">Data parsing failed</string>
<string name="io_exception_error">File Stream Exception</string>
<string name="http_status_code_error">Network exception, error code: %d</string>
<string name="http_exception_error">Network exception, request timeout</string>
<string name="socket_exception_error">Network exception, read data timeout</string>


<!-- Accessibility -->
<string name="accessibility_detector_title">Disable Accessibility Services</string>
Expand Down
10 changes: 0 additions & 10 deletions language-pack/src/main/res/values-id/general.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,6 @@

<!-- Crash -->
<string name="crash">Sorry, the game encountered an unexpected error and needs to close.</string>
<string name="app_run_code_error">Fatal error encountered</string>

<!-- Errors -->
<string name="network_not_connected">Network connection failed, please check network settings</string>
<string name="xml_parser_failed">Data parsing failed</string>
<string name="io_exception_error">File Stream Exception</string>
<string name="http_status_code_error">Network exception, error code: %d</string>
<string name="http_exception_error">Network exception, request timeout</string>
<string name="socket_exception_error">Network exception, read data timeout</string>


<!-- Accessibility -->
<string name="accessibility_detector_title">Disable Accessibility Services</string>
Expand Down
10 changes: 0 additions & 10 deletions language-pack/src/main/res/values-it/general.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,6 @@

<!-- Crash -->
<string name="crash">Sorry, the game encountered an unexpected error and needs to close.</string>
<string name="app_run_code_error">Fatal error encountered</string>

<!-- Errors -->
<string name="network_not_connected">Network connection failed, please check network settings</string>
<string name="xml_parser_failed">Data parsing failed</string>
<string name="io_exception_error">File Stream Exception</string>
<string name="http_status_code_error">Network exception, error code: %d</string>
<string name="http_exception_error">Network exception, request timeout</string>
<string name="socket_exception_error">Network exception, read data timeout</string>


<!-- Accessibility -->
<string name="accessibility_detector_title">Disable Accessibility Services</string>
Expand Down
10 changes: 0 additions & 10 deletions language-pack/src/main/res/values-ja/general.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,6 @@

<!-- Crash -->
<string name="crash">予期しないエラーが発生しました。ゲームが終了します。</string>
<string name="app_run_code_error">深刻なエラーが発生しました。</string>

<!-- Errors -->
<string name="network_not_connected">ネットワークとの接続に失敗しました。 ネットワーク設定を確認してください。</string>
<string name="xml_parser_failed">Data Parsing エラー</string>
<string name="io_exception_error">File Stream エラー</string>
<string name="http_status_code_error">ネットワークエラー: %d</string>
<string name="http_exception_error">ネットワークエラー: request timeout</string>
<string name="socket_exception_error">ネットワークエラー: read data timeout</string>


<!-- Accessibility -->
<string name="accessibility_detector_title">補助サービスをオフにしてください。</string>
Expand Down
10 changes: 0 additions & 10 deletions language-pack/src/main/res/values-ko/general.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,6 @@

<!-- Crash -->
<string name="crash">죄송합니다, 게임에서 예상치 못한 오류가 발생하여 게임을 종료합니다.</string>
<string name="app_run_code_error">치명적인 오류가 발생했습니다.</string>

<!-- Errors -->
<string name="network_not_connected">네트워크 연결에 실패했습니다. 네트워크 설정을 확인하세요.</string>
<string name="xml_parser_failed">데이터 분석에 실패했습니다.</string>
<string name="io_exception_error">파일 스트림 예외</string>
<string name="http_status_code_error">네트워크 이상, 오류 코드:%d</string>
<string name="http_exception_error">네트워크 이상, 요청 시간 초과</string>
<string name="socket_exception_error">네트워크 이상, 데이터 읽기 시간 초과</string>


<!-- Accessibility -->
<string name="accessibility_detector_title">접근성 서비스 비활성화</string>
Expand Down
10 changes: 0 additions & 10 deletions language-pack/src/main/res/values-nl/general.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,6 @@

<!-- Crash -->
<string name="crash">Sorry, the game encountered an unexpected error and needs to close.</string>
<string name="app_run_code_error">Fatal error encountered</string>

<!-- Errors -->
<string name="network_not_connected">Network connection failed, please check network settings</string>
<string name="xml_parser_failed">Data parsing failed</string>
<string name="io_exception_error">File Stream Exception</string>
<string name="http_status_code_error">Network exception, error code: %d</string>
<string name="http_exception_error">Network exception, request timeout</string>
<string name="socket_exception_error">Network exception, read data timeout</string>


<!-- Accessibility -->
<string name="accessibility_detector_title">Disable Accessibility Services</string>
Expand Down
10 changes: 0 additions & 10 deletions language-pack/src/main/res/values-pt-rBR/general.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,6 @@

<!-- Crash -->
<string name="crash">Sorry, the game encountered an unexpected error and needs to close.</string>
<string name="app_run_code_error">Fatal error encountered</string>

<!-- Errors -->
<string name="network_not_connected">Network connection failed, please check network settings</string>
<string name="xml_parser_failed">Data parsing failed</string>
<string name="io_exception_error">File Stream Exception</string>
<string name="http_status_code_error">Network exception, error code: %d</string>
<string name="http_exception_error">Network exception, request timeout</string>
<string name="socket_exception_error">Network exception, read data timeout</string>


<!-- Accessibility -->
<string name="accessibility_detector_title">Disable Accessibility Services</string>
Expand Down
10 changes: 0 additions & 10 deletions language-pack/src/main/res/values-ru/general.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,6 @@

<!-- Crash -->
<string name="crash">Sorry, the game encountered an unexpected error and needs to close.</string>
<string name="app_run_code_error">Fatal error encountered</string>

<!-- Errors -->
<string name="network_not_connected">Network connection failed, please check network settings</string>
<string name="xml_parser_failed">Data parsing failed</string>
<string name="io_exception_error">File Stream Exception</string>
<string name="http_status_code_error">Network exception, error code: %d</string>
<string name="http_exception_error">Network exception, request timeout</string>
<string name="socket_exception_error">Network exception, read data timeout</string>


<!-- Accessibility -->
<string name="accessibility_detector_title">Disable Accessibility Services</string>
Expand Down
10 changes: 0 additions & 10 deletions language-pack/src/main/res/values-th/general.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,6 @@

<!-- Crash -->
<string name="crash">Sorry, the game encountered an unexpected error and needs to close.</string>
<string name="app_run_code_error">Fatal error encountered</string>

<!-- Errors -->
<string name="network_not_connected">Network connection failed, please check network settings</string>
<string name="xml_parser_failed">Data parsing failed</string>
<string name="io_exception_error">File Stream Exception</string>
<string name="http_status_code_error">Network exception, error code: %d</string>
<string name="http_exception_error">Network exception, request timeout</string>
<string name="socket_exception_error">Network exception, read data timeout</string>


<!-- Accessibility -->
<string name="accessibility_detector_title">Disable Accessibility Services</string>
Expand Down
10 changes: 0 additions & 10 deletions language-pack/src/main/res/values-vi/general.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,6 @@

<!-- Crash -->
<string name="crash">Sorry, the game encountered an unexpected error and needs to close.</string>
<string name="app_run_code_error">Fatal error encountered</string>

<!-- Errors -->
<string name="network_not_connected">Network connection failed, please check network settings</string>
<string name="xml_parser_failed">Data parsing failed</string>
<string name="io_exception_error">File Stream Exception</string>
<string name="http_status_code_error">Network exception, error code: %d</string>
<string name="http_exception_error">Network exception, request timeout</string>
<string name="socket_exception_error">Network exception, read data timeout</string>


<!-- Accessibility -->
<string name="accessibility_detector_title">Disable Accessibility Services</string>
Expand Down
10 changes: 0 additions & 10 deletions language-pack/src/main/res/values-zh/general.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,6 @@

<!-- Crash -->
<string name="crash">Sorry, the game encountered an unexpected error and needs to close.</string>
<string name="app_run_code_error">Fatal error encountered</string>

<!-- Errors -->
<string name="network_not_connected">Network connection failed, please check network settings</string>
<string name="xml_parser_failed">Data parsing failed</string>
<string name="io_exception_error">File Stream Exception</string>
<string name="http_status_code_error">Network exception, error code: %d</string>
<string name="http_exception_error">Network exception, request timeout</string>
<string name="socket_exception_error">Network exception, read data timeout</string>


<!-- Accessibility -->
<string name="accessibility_detector_title">Disable Accessibility Services</string>
Expand Down
10 changes: 0 additions & 10 deletions language-pack/src/main/res/values/general.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,6 @@

<!-- Crash -->
<string name="crash">Sorry, the game encountered an unexpected error and needs to close.</string>
<string name="app_run_code_error">Fatal error encountered</string>

<!-- Errors -->
<string name="network_not_connected">Network connection failed, please check network settings</string>
<string name="xml_parser_failed">Data parsing failed</string>
<string name="io_exception_error">File Stream Exception</string>
<string name="http_status_code_error">Network exception, error code: %d</string>
<string name="http_exception_error">Network exception, request timeout</string>
<string name="socket_exception_error">Network exception, read data timeout</string>


<!-- Accessibility -->
<string name="accessibility_detector_title">Disable Accessibility Services</string>
Expand Down

0 comments on commit 4405f9e

Please sign in to comment.