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

Commit 038f6b0

Browse files
committed
Italian translation for plugin 'uploader.flex'
1 parent e7ef8df commit 038f6b0

File tree

1 file changed

+27
-0
lines changed
  • core/src/plugins/uploader.flex/i18n/conf

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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+
"Flash uploader" => "Flash",
23+
"Legacy flash uploader, used when the browser does not support HTML5. If you want to force the usage of this uploader, deactivate the uploader.html, and remove the activeCondition tag from the uploader.flex manifest file." => "Vecchio uploader in Flash, usato quando i browser non supportavano l'HTML5. Se si vuole forzare l'uso di questo uploader, deattivare l'uploader.html e rimuovere il tag 'activeCondition' dal file 'uploader.flex'.",
24+
"Miscalleneous" => "Altro",
25+
"HTTPS Policy" => "Politica HTTPS",
26+
"An Https Policy file maybe used to solve Flash upload problems when in Https. Use path relative to the web root." => "Un file di politica HTTPS potrebbe essere usato per risolvere i problemi di caricamento in HTTPS con Flash. Utilizzare un percorso relativo dalle root del sito.",
27+
);

0 commit comments

Comments
 (0)