Skip to content

Commit

Permalink
Added italian support (wymsee#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
L043N70 authored Feb 29, 2020
1 parent 94f0aac commit c73394e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
<resource-file src="src/android/Library/res/values-es/multiimagechooser_strings_es.xml" target="res/values-es/multiimagechooser_strings_es.xml"/>
<resource-file src="src/android/Library/res/values-fr/multiimagechooser_strings_fr.xml" target="res/values-fr/multiimagechooser_strings_fr.xml"/>
<resource-file src="src/android/Library/res/values-hu/multiimagechooser_strings_hu.xml" target="res/values-hu/multiimagechooser_strings_hu.xml"/>
<resource-file src="src/android/Library/res/values-it/multiimagechooser_strings_it.xml" target="res/values-it/multiimagechooser_strings_it.xml"/>
<resource-file src="src/android/Library/res/values-ja/multiimagechooser_strings_ja.xml" target="res/values-ja/multiimagechooser_strings_ja.xml"/>
<resource-file src="src/android/Library/res/values-ko/multiimagechooser_strings_ko.xml" target="res/values-ko/multiimagechooser_strings_ko.xml"/>
<resource-file src="src/android/Library/res/values-pt/multiimagechooser_strings_pt.xml" target="res/values-pt/multiimagechooser_strings_pt.xml"/>
Expand Down
11 changes: 11 additions & 0 deletions src/android/Library/res/values-it/multiimagechooser_strings_it.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="multi_app_name">MultiImageChooser</string>
<string name="free_version_label">Versione gratuita - Immagini rimaste: %d</string>
<string name="error_database">Si è verificato un errore durante l'apertura del database delle immagini. Si prega di segnalare il problema.</string>
<string name="requesting_thumbnails">Richiesta miniature. Attendere...</string>
<string name="multi_image_picker_processing_images_title">Elaborazione immagini</string>
<string name="multi_image_picker_processing_images_message">Potrebbe volerci un po' di tempo.</string>
<string name="discard" translatable="false">Annulla</string>
<string name="done" translatable="false">Fatto</string>
</resources>

0 comments on commit c73394e

Please sign in to comment.