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

Commit 4af84dc

Browse files
committed
Italian translation for plugin 'metastore.s3' and fixed English one
1 parent c0a3e0b commit 4af84dc

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

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

0 commit comments

Comments
 (0)