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

Commit 2e32ea8

Browse files
committed
Italian translation for plugin 'meta.svn'
1 parent 3399121 commit 2e32ea8

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-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+
"Subversion Repository" => "Repository Subversion",
23+
"Extract SVN informations (revision, change log, etc) if the repository is a Working-Copy, and SVN is available as a commandline." => "Estrae informazioni SVN (revisione, log cambiamenti, ecc) se il workspace è una Copia-Lavoro (Working-Copy) e se SVN è disponibile come linea di comando.",
24+
);

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?php
2+
$mess = array(
3+
"1" => "Cartella Revisioni",
4+
"11" => "LOG SVN della cartella locale",
5+
"2" => "Versioni",
6+
"21" => "Versioni precedenti dell'elemento corrente",
7+
"3" => "Scambia con revisione",
8+
"31" => "Compara",
9+
"32" => "Ripristina",
10+
"33" => "Questo creerà una nuova versione del file con il contenuto della precedente versione. Sicuro di procedere?",
11+
"4" => "Versionamento",
12+
"41" => "Ultima Revisione",
13+
"42" => "Data Revisione",
14+
"43" => "Autore Revisione",
15+
"5" => "File/cartelle copiati/spostati correttamente (da SVN)",
16+
"51" => "File/cartelle selezionati/e sono stati/e rimossi/e correttamente (da SVN)",
17+
"61" => "Azioni",
18+
);

0 commit comments

Comments
 (0)