Blame view
sources/apps/firstrunwizard/l10n/it.php
1.01 KB
|
6d9380f96
|
1 2 3 4 |
<?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.", |
|
d1bafeea1
|
5 |
"Get the apps to sync your files" => "Scarica le applicazioni per sincronizzare i tuoi file", |
|
6d9380f96
|
6 |
"Connect your desktop apps to %s" => "Connetti le tue applicazioni desktop a %s", |
|
d1bafeea1
|
7 8 9 |
"Connect your Calendar" => "Connetti il tuo calendario", "Connect your Contacts" => "Connetti i tuoi contatti", "Access files via WebDAV" => "Accedi ai file tramite WebDAV", |
|
6d9380f96
|
10 11 |
"Documentation" => "Documentazione", "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>." |
|
d1bafeea1
|
12 |
); |
|
6d9380f96
|
13 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |