commit
b54369ad23
|
@ -0,0 +1,54 @@
|
|||
<resources>
|
||||
<string name="app_name">Simple File Manager</string>
|
||||
<string name="no_permissions">Serve l'autorizzazione per accedere all'archiviazione</string>
|
||||
<string name="no_app_found">Nessuna app disponibile per aprire questo tipo di file</string>
|
||||
<string name="create_new">Crea nuovo elemento</string>
|
||||
<string name="rename_directory">Rinomina cartella</string>
|
||||
<string name="rename_file">Rinomina file</string>
|
||||
<string name="directory">Cartella</string>
|
||||
<string name="file">File</string>
|
||||
<string name="name_taken">Esiste già un file o una cartella con quel nome</string>
|
||||
<string name="invalid_name">Il nome contiene caratteri non validi</string>
|
||||
<string name="error_occurred">Riscontrato un errore sconosciuto</string>
|
||||
<string name="delete">Elimina</string>
|
||||
<string name="undo">Annulla</string>
|
||||
<string name="rename">Rinomina</string>
|
||||
<string name="copy">Copia</string>
|
||||
<string name="copy_item">Copia elemento</string>
|
||||
<string name="copy_items">Copia elementi</string>
|
||||
<string name="move">Sposta</string>
|
||||
<string name="source">Fonte</string>
|
||||
<string name="destination">Destinazione</string>
|
||||
<string name="select_destination">Seleziona destinazione</string>
|
||||
|
||||
<plurals name="items_deleted">
|
||||
<item quantity="one">1 elemento eliminato</item>
|
||||
<item quantity="other">%1$d elementi eliminati</item>
|
||||
</plurals>
|
||||
|
||||
<plurals name="items">
|
||||
<item quantity="one">1 elemento</item>
|
||||
<item quantity="other">%1$d elementi</item>
|
||||
</plurals>
|
||||
|
||||
<!-- 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>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="settings">Impostazioni</string>
|
||||
<string name="show_hidden">Mostra file e cartelle nascosti</string>
|
||||
</resources>
|
Loading…
Reference in New Issue