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

it.php « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 86c139be28206a4e9c903eec617ef92e0125f4b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
$TRANSLATIONS = array(
"Welcome to %s" => "Benvenuto in %s",
"Your personal web services. All your files, contacts, calendar and more, in one place." => "I tuoi servizi web personali. Tutti i tuoi file, contatti, calendari e altro, in un posto solo.",
"Get the apps to sync your files" => "Scarica le applicazioni per sincronizzare i tuoi file",
"Desktop client" => "Client desktop",
"Android app" => "Applicazione Android",
"iOS app" => "Applicazione iOS",
"Connect your desktop apps to %s" => "Connetti le tue applicazioni desktop a %s",
"Connect your Calendar" => "Connetti il tuo calendario",
"Connect your Contacts" => "Connetti i tuoi contatti",
"Documentation" => "Documentazione",
"Access files via WebDAV" => "Accedi ai file tramite WebDAV",
"There’s more information in the <a target=\"_blank\" href=\"%s\">documentation</a> and on our <a target=\"_blank\" href=\"http://owncloud.org\">website</a>." => "Ulteriori informazioni sono disponibili nella <a target=\"_blank\" href=\"%s\">documentazione</a>  e sul nostro <a target=\"_blank\" href=\"http://owncloud.org\">sito web</a>.",
"If you like ownCloud,\n\t<a href=\"mailto:?subject=ownCloud\n\t\t&body=ownCloud is a great open software to sync and share your files. \n\t\tYou can freely get it from http://owncloud.org\">\n\t\trecommend it to your friends</a>\n\tand <a href=\"http://owncloud.org/promote\"\n\t\ttarget=\"_blank\">spread the word</a>!" => "Se ti piace ownCloud,\n\t<a href=\"mailto:?subject=ownCloud\n\t\t&body=ownCloud è un incredibile strumento aperto per sincronizzare e condividere i tuoi file. \n\t\tPuoi scaricarlo liberamente da  http://owncloud.org\">\n\t\tconsiglialo ai tuoi amici</a>\n\te <a href=\"http://owncloud.org/promote\"\n\t\ttarget=\"_blank\">diffondi il verbo</a>!"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";