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

Commit e1fae0f

Browse files
committed
Italian translation for plugin 'meta.mount'
1 parent 865f6bc commit e1fae0f

File tree

1 file changed

+34
-0
lines changed
  • core/src/plugins/meta.mount/i18n/conf

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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+
"FS Mount" => "Monta FS",
23+
"Mount a remote location on the file system before accessing the repository" => "Monta una posizione remota sul filesystem prima di accedere al workspace",
24+
"FS Type" => "Tipo FS",
25+
"Filesystem Type, will be used for the -t option of the mount command" => "Tipo filesystem. Verrà usato per l'opzione '-t' del comando 'mount'",
26+
"Sudo" => "Sudo",
27+
"Call the mount/umount commands through sudo, must be configured on the server" => "Esegui il comando 'mount/umount' attraverso 'sudo'. Deve essere configurato sul server.",
28+
"Remote Path" => "Percorso Remoto",
29+
"Path to the remote share to mount, use //123.456.789.654/path you can use AJXP_USER" => "Percorso alla condivisione remota da montare, come '//123.456.789.654/percorso'. Puoi usare AJXP_USER",
30+
"Mount Point" => "Punto di Mount",
31+
"Mount Path, use AJXP_USER" => "Percorso per il mount. Usa AJXP_USER",
32+
"Mount Options" => "Opzioni Mount",
33+
"Used with the -o command option, use AJXP_USER, AJXP_PASS, AJXP_SERVER_UID, AJXP_SERVER_GID" => "Utilizzate per l'opzione '-o'. Usa AJXP_USER, AJXP_PASS, AJXP_SERVER_UID, AJXP_SERVER_GID",
34+
);

0 commit comments

Comments
 (0)