Create strings.xml
This commit is contained in:
parent
2a7e507490
commit
111479bb0e
|
@ -0,0 +1,41 @@
|
|||
<resources>
|
||||
<string name="app_name">Simple 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="video_directory">Simple Video</string>
|
||||
<string name="photo_directory">Simple Foto</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="settings">Impostazioni</string>
|
||||
<string name="long_tap_capture">Tocco prolungato per la cattura</string>
|
||||
<string name="focus_before_capture">Messa a fuoco prima della cattura</string>
|
||||
<string name="force_ratio">Forza proporzione 16:9</string>
|
||||
<string name="max_size">Limite risoluzione foto</string>
|
||||
<string name="no_limit">nessuno</string>
|
||||
<string name="shutter_sound">Suono otturatore</string>
|
||||
|
||||
<!-- About -->
|
||||
<string name="about">Informazioni</string>
|
||||
<string name="website">Altre semplici app e codici sorgenti in:\nhttp://simplemobiletools.com</string>
|
||||
<string name="email_label">Invia la tua opinione o i tuoi suggerimenti a:</string>
|
||||
<string name="email">hello@simplemobiletools.com</string>
|
||||
<string name="third_party_licences_underlined"><u>Licenze di terze parti</u></string>
|
||||
<string name="rate_us_underlined"><u>Dacci un voto sul Play Store</u></string>
|
||||
<string name="follow_us">Seguici:</string>
|
||||
<string name="copyright">v %1$s\nCopyright © Simple Mobile Tools %2$d</string>
|
||||
|
||||
<!--License-->
|
||||
<string name="notice">Questa app usa le seguenti librerie di terze parti per semplificarmi la vita. Grazie.</string>
|
||||
<string name="third_party_licences">Licenze di terze parti</string>
|
||||
<string name="butterknife_title"><u>Butter Knife (view injector)</u></string>
|
||||
<string name="butterknife_text">Copyright 2013 Jake Wharton\n\nLicensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.You may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions and limitations under the License.</string>
|
||||
<string name="butterknife_url">https://github.com/JakeWharton/butterknife</string>
|
||||
</resources>
|
Loading…
Reference in New Issue