Welcome to mirror list, hosted at ThFree Co, Russian Federation.

it.js « l10n - github.com/nextcloud/ocsms.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6000f15956278f4e50b224cb796ddb639225d047 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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",
    "No contact found." : "Nessun contatto trovato.",
    "Settings" : "Impostazioni",
    "Invalid message limit" : "Limite di messaggi non valido",
    "Default country code" : "Codice paese 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 message(s) shown of %s message(s) 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=2; plural=(n != 1);");