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

Commit 4f3e2a5

Browse files
committed
Merge pull request #894 from DepaMarco/develop
Added some Italian translations and fixed an English one
2 parents c54aa0d + 2e32ea8 commit 4f3e2a5

File tree

10 files changed

+199
-1
lines changed

10 files changed

+199
-1
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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+
"FS Mount" => "Monta FS",
23+
"Mount a remote location on the file system before accessing the repository" => "Monta un percorso remoto nel filesystem prima di accedere al workspace",
24+
"User quota" => "Quota utilizzo",
25+
"Maintain the size of a given directory for each user" => "Mantieni la dimensione di una cartella selezionata per ciascun utente",
26+
"Usage scope" => "Ambito utilizzo",
27+
"Define if usage must be computed for this repository only, or cumulated on all the repositories of the user" => "Definisce se l'utilizzo deve essere calcolato solo per questa cartella o sommato a tutti i repository dell'utente.",
28+
"Repository" => "Repository",
29+
"Cumulate repositories" => "Somma repositorie",
30+
"User Quota" => "Quota Utente",
31+
"Authorized quota. Use php.ini like values (20M, 2G), etc." => "Quota autorizzata. Utilizza valori conformi al 'php.ini', come (20M, 2G), etc.",
32+
"Cache value" => "Valore cache",
33+
"Store computed quota value in the user preferences, to avoid triggering computation each time it is requested. This may introduce some lag if the repository is shared by many users." => "Salva il valore calcolato nelle preferenze dell'utente, per prevenire il ricalcolo ogni volta che viene richiesto. Questo può introdurre qualche ritardo se il repository è condiviso tra più utenti.",
34+
"Soft Limit (%)" => "Limite leggero (%)",
35+
"Custom Field (Deprecated)" => "Campo Personalizzato (Deprecato)",
36+
"If you want to define quotas for each user, define a custom field in the CUSTOM_DATA parameter of the conf plugin, and declare this field name here." => "Se si vuole definire una quota per ciascun utente, si definisca un campo personalizzato nel parametro CUSTOM_DATA del plugin 'conf' e se ne dichiari il nome quì.",
37+
);
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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+
"1" => "Utilizzo (caricamento...)",
23+
"2" => "Clicca per ricaricare la quota di utilizzo",
24+
"3" => "Hai oltrepassato la quota di utilizzo stabilita",
25+
"4" => "Quota di utilizzo",
26+
);
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?php
2+
$mess = array(
3+
"Simple Lock" => "Lock Semplice",
4+
"Manual Locking mechanism to avoid concurrent edition" => "Meccanismo di blocco manuale per prevenire modifiche concorrenziali",
5+
);
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
$mess = array(
3+
"1" => "Blocca",
4+
"2" => "Blocca l'elemento selezionato",
5+
"3" => "Sblocca",
6+
"4" => "Rimuovi il blocco",
7+
"5" => "Il file è bloccato da un altro utente. Probabilmente lo sta editando perciò non sei autorizzato a modificarlo.",
8+
);
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+
);

core/src/plugins/metastore.s3/i18n/conf/en.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
*/
2121
$mess=array(
2222
"S3 MetaStore" => "MetaStore S3",
23-
"Stores metadata s3 metadata" => "Stockage des métadonnées dans les objets S3.",
23+
"Stores metadata s3 metadata" => "Store metadata inside S3 object.",
2424
);
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+
"S3 MetaStore" => "MetaStore S3",
23+
"Stores metadata s3 metadata" => "Memorizza i metadati nell'oggetto S3.",
24+
);
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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+
"Files MetaStore" => "File MetaStore",
23+
"Stores metadata inside local hidden files." => "Salva i metadata in file locali nascosti.",
24+
"File location" => "Percorso file",
25+
"Where to store the metadata file : LOCAL means a hidden file will be created in each folder, GLOBAL means that one file will be created in AJXP_DATA_PATH/plugins/action.share folder." => "Dove salvare il file metadati: con 'LOCAL' viene creato un file nascosto in ciascuna cartella; con 'GLOBAL' il file viene in creato in 'AJXP_DATA_PATH/plugins/action.share'.",
26+
"Application Data Folder" => "Cartella Dati Applicazioni",
27+
"In Local Folders" => "In Cartella Locale",
28+
"Meta File" => "File Meta",
29+
"Hidden file used inside folders to save meta data" => "File nascosto usato nelle cartelle per salvare metadati.",
30+
);
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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+
"Extended Attributes" => "Attributi Estesi",
23+
"Stores metadata inside filesystem Extended Attributes." => "Salva i metadati negli Attributi Estesi del filesystem.",
24+
"Size limit" => "Limite Dimensione",
25+
"Some filesystem have size limitations" => "Alcuni filesystem hanno limiti di dimensione",
26+
);

0 commit comments

Comments
 (0)