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

Commit 2c50c06

Browse files
committed
Merge pull request #904 from DepaMarco/develop
Added some Italian translations and fixed some English ones
2 parents 9257240 + d65c1b4 commit 2c50c06

File tree

6 files changed

+138
-2
lines changed

6 files changed

+138
-2
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-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+
"Syncable Workspace" => "Workspace Sincronizzabile",
23+
"Track changes on this workspace to enable the synchronization with an external client" => "Traccia le modifiche in questo workspace per consentire la sincronizzazione con un client esterno.",
24+
"SQL Tables" => "Tabelle SQL",
25+
"Install SQL Tables" => "Installa Tabelle SQL",
26+
"Syncable Workspace" => "Workspace Sincronizzabile",
27+
"Workspace is syncable" => "Il Workspace è sincronizzabile",
28+
);

core/src/plugins/meta.user/i18n/conf/en.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"Meta File" => "Meta File", // This is not used (code is commented out in manifest.xml)
2525
"Hidden file used inside folders to save meta data" => "Hidden file used inside folders to save meta data", // This is not used (code is commented out in manifest.xml)
2626
"Field ID" => "Field ID",
27-
"Id of fiels, use standard characters here." => "Id of fiels, use standard characters here.",
27+
"Id of fiels, use standard characters here." => "Id of fields, use standard characters here.",
2828
"Label" => "Label",
2929
"Label of the field, human friendly" => "Label of the field, human friendly",
3030
"Field Type" => "Field Type",
@@ -42,4 +42,4 @@
4242
"Set default visibility." => "Set default visibility.",
4343
"Additional info" => "Additional info",
4444
"Depending on the field type. Currently used for selection only" => "Depending on the field type. Currently used for selection only",
45-
);
45+
);
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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+
"Text Metadata" => "Testo Metadata",
23+
"Simple metadata implementation stored in a hidden file." => "Semplice implementazione di metadata salvata in un file nascosto.",
24+
"Meta File" => "File Meta", // This is not used (code is commented out in manifest.xml)
25+
"Hidden file used inside folders to save meta data" => "File nascosto usato nella cartella per salvare dati meta", // This is not used (code is commented out in manifest.xml)
26+
"Field ID" => "Campo ID",
27+
"Id of fiels, use standard characters here." => "ID del campo. Utilizzare caratteri standard.",
28+
"Label" => "Etichetta",
29+
"Label of the field, human friendly" => "Etichetta del campo, human-friendly",
30+
"Field Type" => "Tipo Campo",
31+
"Type of field" => "Tipo del campo",
32+
"Short text" => "Testo Breve",
33+
"Long text" => "Testo Lungo",
34+
"Created by..." => "Creato da...",
35+
"Last updated by..." => "Ultima modifica di...",
36+
"Stars Rating" => "Votazione Stelle",
37+
"Color labels" => "Colore etichette",
38+
"Selection (set choices in Additional Info)" => "Selezione (imposta le voci in 'Info Addizionali')",
39+
"Column visibility" => "Visibilità Colonna",
40+
"Visible" => "Visibile",
41+
"Hidden" => "Nascosto",
42+
"Set default visibility." => "Imposta visibilità principale.",
43+
"Additional info" => "Info Addizionali",
44+
"Depending on the field type. Currently used for selection only" => "In base al tipo di campo. Attualmente utilizzato solo per la selezione.",
45+
);
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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" => "Meta Data",
23+
"2" => "Nessuna Etichetta",
24+
"3" => "Rimuovi Votazione",
25+
"4" => "Basso",
26+
"5" => "Da fare",
27+
"6" => "Personale",
28+
"7" => "Lavoro",
29+
"8" => "Importante",
30+
"9" => "Nessun valore",
31+
);
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?php
2+
$mess = array(
3+
"Watch Metadata" => "Metadati Osservazione",
4+
"Register watched on files or folders" => "Memorizza osservazioni su file e cartelle",
5+
);
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?php
2+
/**
3+
* Created by JetBrains PhpStorm.
4+
* User: admin
5+
* Date: 04/10/12
6+
* Time: 17:16
7+
* To change this template use File | Settings | File Templates.
8+
*/
9+
$mess = array(
10+
"1" => "Osserva per...",
11+
"2" => "Avvisami quando questa cartella viene acceduta",
12+
"3" => "Ferma Osservazione",
13+
"4" => "Interrompi l'osservazione degli accessi di questa cartella",
14+
"5" => "Osserva per...",
15+
"6" => "Osserva cambiamenti di questo file", // This string seems to be unused
16+
"7" => "Ferma Osservazione",
17+
"8" => "Interrompi l'osservazione sui cambiamenti di questo file",
18+
"9" => "Consultazione",
19+
"10"=> "Chiunque apra il file",
20+
"10b"=> "Chiunque navighi nella cartella",
21+
"11"=> "Modifica",
22+
"12"=> "Chiunque modifichi il file",
23+
"12b"=> "Chiunque modifichi un file nella cartella",
24+
"13"=> "Entrambe",
25+
"14"=> "Chiunque apra o scriva il file",
26+
"14b"=> "Chiunque navighi o modifichi il contenuto della cartella",
27+
);

0 commit comments

Comments
 (0)