Skip to content

Commit

Permalink
Update some non-translatable strings
Browse files Browse the repository at this point in the history
  • Loading branch information
udenr committed Sep 13, 2023
1 parent fe64596 commit 515dd5f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
4 changes: 3 additions & 1 deletion app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,9 @@
<string name="error_correction_level">Fehlerkorrektur-Level</string>
<string name="barcode_format">Format</string>
<string name="code_generation_error">Es konnte kein Code generiert werden.</string>
<string name="something_went_wrong">Etwas ist schief gelaufen</string>
<string name="something_went_wrong">Etwas ist schief gelaufen.</string>
<string name="save_to_history">In der Historie speichern</string>
<string name="github"><a href="https://github.com/SecUSo/privacy-friendly-qr-scanner">Github-Repo</a></string>
<string name="url_secuso"><a href="https://www.secuso.org/pfa">SECUSO-Website</a></string>

</resources>
2 changes: 2 additions & 0 deletions app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,8 @@
<string name="pref_search_engine_title">Moteur de recherche par défaut</string>
<string name="pref_enable_beep_on_scan_title">Bip sur scan</string>
<string name="pref_enable_beep_on_scan_summary">Joue une tonalité de confirmation lors de la numérisation</string>
<string name="github"><a href="https://github.com/SecUSo/privacy-friendly-qr-scanner">Github-Repo</a></string>
<string name="url_secuso"><a href="https://www.secuso.org/pfa">SECUSO-Website</a></string>
<string name="activity_history_list_item_qr_image_descriptor">Code QR</string>
<string name="delete">supprimer</string>
<string name="dialog_history_delete_message">Voulez-vous vraiment supprimer cette entrée ? </string>
Expand Down
4 changes: 3 additions & 1 deletion app/src/main/res/values-it/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,10 @@
<string name="error_correction_level">Livello di correzione degli errori</string>
<string name="barcode_format">Formato</string>
<string name="code_generation_error">Non è stato possibile generare alcun codice.</string>
<string name="something_went_wrong">Qualcosa è andato storto</string>
<string name="something_went_wrong">Qualcosa è andato storto.</string>
<string name="save_to_history">Salva nella cronologia</string>
<string name="github"><a href="https://github.com/SecUSo/privacy-friendly-qr-scanner">Github-Repo</a></string>
<string name="url_secuso"><a href="https://www.secuso.org/pfa">SECUSO-Website</a></string>


</resources>
Expand Down
4 changes: 3 additions & 1 deletion app/src/main/res/values-nl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,9 @@
<string name="error_correction_level">Foutcorrectieniveau</string>
<string name="barcode_format">Formaat</string>
<string name="code_generation_error">Er kon geen code worden gegenereerd.</string>
<string name="something_went_wrong">Er ging iets mis</string>
<string name="something_went_wrong">Er ging iets mis.</string>
<string name="save_to_history">Opslaan in geschiedenis</string>
<string name="github"><a href="https://github.com/SecUSo/privacy-friendly-qr-scanner">Github-Repo</a></string>
<string name="url_secuso"><a href="https://www.secuso.org/pfa">SECUSO-Website</a></string>

</resources>
6 changes: 3 additions & 3 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
<string name="about_affiliation">In affiliation with</string>
<string name="privacy_friendly">This application belongs to the group of Privacy Friendly Apps developed by SECUSO. Sourcecode licensed under GPLv3. Images copyright Karlsruhe Institute of Technology and Google Inc.</string>
<string name="more_info">More information can be found on:</string>
<string name="github" translatable="false"><a href="https://github.com/SecUSo/privacy-friendly-qr-scanner">Github-Repo</a></string>
<string name="url_secuso" translatable="false"><a href="https://www.secuso.org/pfa">SECUSO-Website</a></string>
<string name="github"><a href="https://github.com/SecUSo/privacy-friendly-qr-scanner">Github-Repo</a></string>
<string name="url_secuso"><a href="https://www.secuso.org/pfa">SECUSO-Website</a></string>
<string name="about_libraries">Used libraries:</string>
<string name="lib_url" translatable="false"><a href="https://github.com/zxing">ZXing</a></string>
<string name="app_name_long">Privacy Friendly QR Scanner</string>
Expand Down Expand Up @@ -180,7 +180,7 @@
<item>Vehicle Identification Number (VIN)</item>
</string-array>

<string name="something_went_wrong">Something went wrong</string>
<string name="something_went_wrong">Something went wrong.</string>
<string name="copied_to_clipboard">Copied to clipboard.</string>
<string name="noname">No name specified</string>

Expand Down

0 comments on commit 515dd5f

Please sign in to comment.