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

Commit 865f6bc

Browse files
committed
Italian translation for plugin 'meta.git'
1 parent d46835f commit 865f6bc

File tree

2 files changed

+71
-0
lines changed

2 files changed

+71
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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+
22+
defined('AJXP_EXEC') or die('Accesso non consentito');
23+
24+
$mess = array(
25+
"Git-based Versioning" => "Versionamento Git-based",
26+
"Keep tracks of all files modifications using a local Git workspace" => "Tieni traccia di tutte le modifiche ai file, utilizzando un workspace GIT locale",
27+
"Keep tracks of all files modifications using a local Git repository" => "Tieni traccia di tutte le modifiche ai file, utilizzando un repository GIT locale",
28+
);

core/src/plugins/meta.git/i18n/it.php

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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+
22+
defined('AJXP_EXEC') or die('Accesso non consentito');
23+
24+
$mess = array(
25+
"1" => "Versioni",
26+
"2" => "Documento versioni precedenti",
27+
"3" => "Download",
28+
"4" => "Download delle versioni selezionate",
29+
"5" => "Anteprima (browser)",
30+
"6" => "Apre le versioni selezionate in una finestra del browser",
31+
"7" => "Riporta a...",
32+
"8" => "Riporta il file alla revisione selezionata sul server",
33+
"9" => "#",
34+
"10" => "Data",
35+
"11" => "Autore",
36+
"12" => "Modifica",
37+
"13" => "Sicuro di voler procedere? Ripristinare ad una vecchia versione creerà una nuova versione di questo documento con la revisione selezionata.",
38+
"RENAME" => "File rinominato",
39+
"MOVE" => "File spostato",
40+
"MODIFICATION" => "Contenuto modificato",
41+
"DELETION" => "File cancellato",
42+
"CREATION" => "File creato",
43+
);

0 commit comments

Comments
 (0)