forked from wymsee/cordova-imagePicker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
src/android/Library/res/values-it/multiimagechooser_strings_it.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |