adding an italian app translation

This commit is contained in:
tibbi 2021-01-07 12:06:33 +01:00
parent 7cb605ce58
commit 80517444a4
1 changed files with 79 additions and 0 deletions

View File

@ -0,0 +1,79 @@
<resources>
<string name="app_name">Paprastas SMS Siuntiklis</string>
<string name="app_launcher_name">SMS Siuntiklis</string>
<string name="type_a_message">Componi messaggio</string>
<string name="message_not_sent_short">Messaggio non inviato</string>
<string name="message_not_sent_touch_retry">Non inviato. Tocca per riprovare</string>
<string name="message_sending_error">Il tuo messaggio a \'%s\' non è stato inviato</string>
<string name="add_person">Aggiungi persona</string>
<string name="attachment">Allegato</string>
<string name="no_conversations_found">Nessuna conversazione trovata</string>
<string name="start_conversation">Inizia conversazione</string>
<string name="reply">Rispondi</string>
<string name="show_character_counter">Mostra contatore caratteri</string>
<string name="loading_messages">Caricamento messaggi…</string>
<string name="no_reply_support">Il mittente non accetta risposte</string>
<string name="draft">Bozza</string>
<string name="sending">Invio…</string>
<!-- New conversation -->
<string name="New_conversation">Nuova conversazione</string>
<string name="add_contact_or_number">Aggiungi contatto o numero…</string>
<string name="suggestions">Suggerimenti</string>
<!-- Notifications -->
<string name="channel_received_sms">SMS ricevuto</string>
<string name="new_message">Nuovo messaggio</string>
<string name="mark_as_read">Letto</string>
<string name="mark_as_unread">Non letto</string>
<!-- Confirmation dialog -->
<string name="delete_whole_conversation_confirmation">Vuoi cancellare l\'intera conversazione?</string>
<!-- Are you sure you want to delete 5 conversations? -->
<plurals name="delete_conversations">
<item quantity="one">%d pokalbis</item>
<item quantity="other">%d pokalbiai</item>
</plurals>
<!-- Are you sure you want to delete 5 messages? -->
<plurals name="delete_messages">
<item quantity="one">%d žinutė</item>
<item quantity="other">%d žinutės</item>
</plurals>
<!-- FAQ -->
<string name="faq_1_title">Perché l\'applicazione richiede l\'accesso ad internet?</string>
<string name="faq_1_text">Purteoppo è necessario per poter inviare gli allegati degli MMS. Non essere in grado di inviare gli MMS sarebbe un grosso svantaggio in confronto ad altre applicazioni, quindi abbiamo deciso di intraprendere questa strada.
Ad ogni modo, come sempre, non ci sono pubblicità o tracciamenti, internet è utilizzato soltanto per l\'invio degli MMS.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">Simple SMS Messenger - Manage messages easily</string>
<!-- Short description has to have max 80 characters -->
<string name="app_short_description">An easy and quick way of managing SMS and MMS messages without ads.</string>
<string name="app_long_description">
A great way to stay in touch with your relatives, by sending both SMS and MMS messages. The app properly handles group messaging too, just like blocking numbers from Android 7+.
It offers many date formats to choose from, to make you feel comfortable at using it. You can toggle between 12 and 24 hours time format too.
It has a really tiny app size compared to the competition, making it really fast to download.
It comes with material design and dark theme by default, provides great user experience for easy usage. The lack of internet access gives you more privacy, security and stability than other apps.
Neturi reklamų ar nereikalingų leidimų. Programėlė visiškai atviro kodo, yra galimybė keisti spalvas.
<b>Check out the full suite of Simple Tools here:</b>
https://www.simplemobiletools.com
<b>Facebook:</b>
https://www.facebook.com/simplemobiletools
<b>Reddit:</b>
https://www.reddit.com/r/SimpleMobileTools
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>