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

Commit f064749

Browse files
committed
Italian translation for plugin 'meta.exif'
1 parent 01affa3 commit f064749

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-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+
$mess=array(
22+
"Exif Metadata" => "Metadati Exif",
23+
"Extracts the EXIF metadata of a JPG image. Used in conjunction with editor.exif" => "Estrae i metadati EXIF di un'immagine JPG. Usato insieme a 'editor.exif'",
24+
"Info Panel Fields" => "Campi Info Pannello",
25+
"Comma separated list of fields, use syntax 'EXIF_SECTION.ExifName'." => "Lista di campi, separati da virgola. Usare la sintassi 'EXIF_SECTION.ExifName'.",
26+
"Info Panel Labels" => "Etichette Info Panello",
27+
"Associated list of labels, be sure to define as many as fields!" => "Lista delle etichette associate. Assicurati di definirne tante quanti sono i campi.",
28+
);
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
3+
$mess = array(
4+
"1" => "Geolocalizzazione",
5+
"2" => "Località",
6+
);

0 commit comments

Comments
 (0)