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: 71706d0bf1bcb363a7f41ae3a98f4cc4bb6c1500 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
$TRANSLATIONS = array(
"Access & share your files, calendars, contacts, mail & more from any device, on your terms" => "Accedi e condividi i tuoi file, i calendari, i contatti, la posta elettronica e altro da qualsiasi dispositivo, alle tue condizioni",
"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=\"%s\">website</a>." => "Ulteriori informazioni sono disponibili nella <a target=\"_blank\" href=\"%s\">documentazione</a> e sul nostro <a target=\"_blank\" href=\"%s\">sito web</a>.",
"If you like Nextcloud,\n\t<a href=\"mailto:?subject=Nextcloud\n\t\t&body=Nextcloud is a great open software to sync and share your files.\n\t\tYou can freely get it from https://nextcloud.com\">\n\t\trecommend it to your friends</a>\n\tand <a href=\"https://nextcloud.com/contribute/\"\n\t\ttarget=\"_blank\">contribute back</a>!" => "Se ti piace Nextcloud,\n\t<a href=\"mailto:?subject=Nextcloud\n\t\t&body=Nextcloud è un ottimo software libero per sincronizzare e condividere i tuoi file.\n\t\tPuoi ottenerlo gratuitamente da https://nextcloud.com\">\n\t\tconsiglialo ai tuoi amici</a>\n\te <a href=\"https://nextcloud.com/contribute/\"\n\t\ttarget=\"_blank\">dai il tuo contributo</a>!"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";