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

Commit 65319a2

Browse files
committed
Italian translation for plugin 'meta.user' and FIX English one
1 parent c3ca105 commit 65319a2

File tree

3 files changed

+78
-2
lines changed

3 files changed

+78
-2
lines changed

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+
);

0 commit comments

Comments
 (0)