Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 504468a

Browse files
committed
Merge pull request #927 from DepaMarco/develop
Adding some Italian translations and updating existing ones
2 parents c534660 + 7b82690 commit 504468a

File tree

3 files changed

+62
-12
lines changed
  • core/src/plugins
    • core.ajaxplorer/i18n
    • uploader.jumploader/i18n/conf
    • uploader.plupload/i18n/conf

3 files changed

+62
-12
lines changed

core/src/plugins/core.ajaxplorer/i18n/it.php

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
* The latest code can be found at <http://pyd.io/>.
2020
*/
2121
//
22-
// Updated for Pydio 4.0.2
23-
// Italian transalation version: 4.0.2-001
24-
//
25-
// Maintained by Michele Beltrame
26-
// http://www.cattlegrid.info/
27-
// mb [AT] italpro [DOT] net
22+
// Maintained by DepaMarco
23+
// http://github.com/DepaMarco
2824
//
2925
// Previous maintainers:
3026
//
27+
// Michele Beltrame
28+
// http://www.cattlegrid.info/
29+
// mb [AT] italpro [DOT] net
30+
3131
// Updates for Pydio 2.5.5 by
3232
// Davide Cavalca <davide at cavalca dot name>
3333
//
@@ -646,11 +646,11 @@
646646
"plugtype.desc.mailer" => "Strumenti per consentire all'applicazione di inviare email",
647647
"plugtype.title.mq" => "Messaggistica Istantanea",
648648
"plugtype.desc.mq" => "Implementazione di un semplice server PUB/SUB",
649-
"537" => "File is too large! Maximum authorized size is %i",
650-
"538" => "Upload error: no file found on server!",
651-
"539" => "Upload error: file is partial",
652-
"540" => "Upload error: cannot find the temporary directory",
653-
"541" => "Upload error: cannot write into the temporary directory",
654-
"542" => "Upload error: a PHP extension stopped the upload process."
649+
"537" => "Il file è troppo grande! La dimensione massima autorizzata è %i",
650+
"538" => "Errore caricamento: nessun file trovato sul server!",
651+
"539" => "Errore caricamento: il file è parziale",
652+
"540" => "Errore caricamento: impossibile trovare la cartella temporanea",
653+
"541" => "Errore caricamento: non è possibile scrivere nella cartella temporanea",
654+
"542" => "Errore caricamento: un'estensione PHP ha bloccato il processo di caricamento"
655655
/* END SENTENCE */
656656
);
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?php
2+
/*
3+
* Copyright 2007-2013 Charles du Jeu - Abstrium SAS <team (at) pyd.io>
4+
* This file is part of Pydio.
5+
*
6+
* Pydio is free software: you can redistribute it and/or modify
7+
* it under the terms of the GNU Affero General Public License as published by
8+
* the Free Software Foundation, either version 3 of the License, or
9+
* (at your option) any later version.
10+
*
11+
* Pydio is distributed in the hope that it will be useful,
12+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
* GNU Affero General Public License for more details.
15+
*
16+
* You should have received a copy of the GNU Affero General Public License
17+
* along with Pydio. If not, see <http://www.gnu.org/licenses/>.
18+
*
19+
* The latest code can be found at <http://pyd.io/>.
20+
*/
21+
$mess=array(
22+
"Jumploader" => "Java (file grandi)",
23+
"Third-party JumpLoader JAVA applet allowing to upload folders, chunk big files, etc." => "Applet JAVA di terze parti (JumpLoader); consente di caricare cartelle, spezzare file di grandi dimensioni ecc.",
24+
"Install Applet" => "Installa Applet",
25+
);
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?php
2+
/*
3+
* Copyright 2007-2014 Charles du Jeu - Abstrium SAS <team (at) pyd.io>
4+
* This file is part of Pydio.
5+
*
6+
* Pydio is free software: you can redistribute it and/or modify
7+
* it under the terms of the GNU Affero General Public License as published by
8+
* the Free Software Foundation, either version 3 of the License, or
9+
* (at your option) any later version.
10+
*
11+
* Pydio is distributed in the hope that it will be useful,
12+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
* GNU Affero General Public License for more details.
15+
*
16+
* You should have received a copy of the GNU Affero General Public License
17+
* along with Pydio. If not, see <http://www.gnu.org/licenses/>.
18+
*
19+
* The latest code can be found at <http://pyd.io/>.
20+
*/
21+
$mess=array(
22+
"PLUploader" => "PLUploader",
23+
"PlUpload uploader support. Requires downloading and installing the PLupload sources." => "Supporto per PlUpload. Richiede lo scaricamento e l'installazione dei sorgenti di PLupload.",
24+
);
25+

0 commit comments

Comments
 (0)