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

github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2016-08-03 03:46:27 +0300
committerNextcloud bot <bot@nextcloud.com>2016-08-03 03:46:27 +0300
commiteb12a88073be9dc9e0dc920640516ed6b2093b52 (patch)
treeceb0158b25cbf1f456538f000fba56073f638c5e /l10n
parent8e2ff657aeb670514cff65cfc64ea95094ccbe1c (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/it.js4
-rw-r--r--l10n/it.json4
-rw-r--r--l10n/it.php4
3 files changed, 9 insertions, 3 deletions
diff --git a/l10n/it.js b/l10n/it.js
index e6362ce1..fee83b9e 100644
--- a/l10n/it.js
+++ b/l10n/it.js
@@ -10,6 +10,8 @@ OC.L10N.register(
"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"
+ "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>!"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/it.json b/l10n/it.json
index cdd95543..0b5b691b 100644
--- a/l10n/it.json
+++ b/l10n/it.json
@@ -8,6 +8,8 @@
"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"
+ "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>!"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/it.php b/l10n/it.php
index 2efa0ccd..71706d0b 100644
--- a/l10n/it.php
+++ b/l10n/it.php
@@ -9,6 +9,8 @@ $TRANSLATIONS = array(
"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"
+"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);";