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

Commit 6be2d95

Browse files
committed
Italian translation for plugin 'uploader.http'
1 parent 835dfc0 commit 6be2d95

File tree

2 files changed

+49
-0
lines changed
  • core/src/plugins/uploader.http/resources/i18n

2 files changed

+49
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+
"Remote Download" => "Server Remoto",
23+
"Async downloader to load a file from another source" => "Downloader asincrono per caricare un file da un'altra sorgente",
24+
);
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?php
2+
$mess = array(
3+
"1" => "DL Remoto",
4+
"2" => "Download file da un server remoto",
5+
"3" => "m",
6+
"4" => "Inserisci almeno un URL che punti al file che desideri scaricare direttamente da un server HTTP esterno alla cartella corrente. Questa operazione verrà eseguita in background così da poter continuare ad usare APPLICATION_TITLE durante lo scaricamento.",
7+
"5" => "URL",
8+
"6" => "Scaricamento",
9+
"7" => "al server",
10+
"8" => "File scaricato, ricarica la pagina!",
11+
"9" => "Genera Segnalibro",
12+
"10"=> "Scaricamento su APPLICATION_TITLE",
13+
"10a"=> "Scaricamento su %s",
14+
"10b"=> "DL su %s",
15+
"10c"=> "DL su %s",
16+
"10d"=> "AjXp Download (%s)",
17+
"11"=> "Trascina uno dei seguenti link sulla tua barra dei segnalibri: ",
18+
"12"=> "Attivare il download di file remoti",
19+
"13"=> "Dal computer",
20+
"14"=> "Dal server remoto",
21+
"15"=> "Oppure crea un segnalibro manualmente e usa il codice sottostante come link: ",
22+
"16"=> "Trascinami sulla tua barra segnalibri!",
23+
"17"=> "Scarica file",
24+
"18"=> "File parziale",
25+
);

0 commit comments

Comments
 (0)