1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-06 15:36:12 +00:00
ocsms/l10n/it.js
Nextcloud bot 0cffae3677
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-24 03:20:06 +00:00

26 lines
1.3 KiB
JavaScript

OC.L10N.register(
"ocsms",
{
"Phone Sync" : "Sincronizzazione telefono",
"An app to sync SMS with your cloud" : "Un'applicazione per sincronizzare SMS con il tuo cloud",
"Cancel" : "Annulla",
"Confirm" : "Conferma",
"No contact found." : "Nessun contatto trovato.",
"Settings" : "Impostazioni",
"Max messages to load per conversation" : "Numero massimo di messaggi da caricare per conversazione",
"Invalid message limit" : "Limite di messaggi non valido",
"Default country code" : "Codice nazionale predefinito",
"Contact ordering" : "Ordinamento dei contatti",
"Last message" : "Ultimo messaggio",
"Label" : "Etichetta",
"Reverse ?" : "Inverso ?",
"Notification settings" : "Impostazioni di notifica",
"Enable" : "Abilita",
"Disable" : "Disabilita",
"Are you sure you want to wipe all your messages ?" : "Se sicuro di voler cancellare tutti i tuoi messaggi?",
"Reset all messages" : "Ripristina tutti i messaggi",
"%s messages shown of %s messages stored in database." : "%s messaggi mostrati di %s messaggi archiviati nel database.",
"Please select a conversation from the list to load it." : "Seleziona una conversazione dall'elenco per caricarla."
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");