Files
Camera/app/src/main/res/values-it/strings.xml

44 lines
2.8 KiB
XML

<resources>
<string name="app_name">Simple Camera</string>
<string name="app_launcher_name">Camera</string>
<string name="camera_unavailable">Fotocamera non disponibile</string>
<string name="camera_open_error">Errore nell\'accesso alla fotocamera</string>
<string name="video_creating_error">Errore nella creazione del file video</string>
<string name="video_saving_error">Errore nel salvataggio del file video</string>
<string name="video_setup_error">Errore nella preparazione del registratore video</string>
<string name="video_mode_error">Passaggio alla modalità video fallita</string>
<string name="save_error_internal_storage">An error occurred, save folder changed to internal storage</string>
<string name="camera_switch_error">Cambio fotocamera fallito</string>
<string name="no_permissions">Non c\'è molto da fare senza l\'accesso alla fotocamera e all\'archiviazione</string>
<string name="no_audio_permissions">È necessario l\'accesso al microfono per registrare i video</string>
<string name="no_gallery_app_available">Nessuna app galleria disponibile</string>
<!-- Settings -->
<string name="save_photos">Save photos and videos to</string>
<string name="show_preview">Show a photo preview after capturing</string>
<string name="shutter_sound">Suono otturatore</string>
<string name="back_camera_photo_resolution">Back camera photo resolution</string>
<string name="front_camera_photo_resolution">Front camera photo resolution</string>
<string name="back_camera_video_resolution">Back camera video resolution</string>
<string name="front_camera_video_resolution">Front camera video resolution</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">A camera with flash, zoom and no ads.</string>
<string name="app_long_description">
The camera is usable for both photo taking and video recording. You can switch between front and rear camera, modify the save path, limit the resolution. The flash can be turned on and off, used as a flashlight. You can pinch to zoom in.
If you want to launch this app at pressing the hardware camera button, you might have to disable the built in Camera app in Settings -> Apps -> Camera -> Disable.
Contains no ads or unnecessary permissions. It is fully opensource, provides a Dark theme too.
This app is just one piece of a bigger series of apps. You can find the rest of them at http://www.simplemobiletools.com
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/library/src/main/res
-->
</resources>