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

Commit b97e198

Browse files
committed
Merge branch 'develop' of https://github.com/pydio/pydio-core into develop
2 parents b27137d + af386df commit b97e198

File tree

8 files changed

+171
-8
lines changed

8 files changed

+171
-8
lines changed

core/src/plugins/access.ajxp_conf/i18n/it.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,10 @@
147147
"113" => "Status del ruolo correttamente aggiornato",
148148
"114" => "Applicato a",
149149
"115" => "Schema",
150-
"127" => "Warning, please do not use special characters, user would be created with login id '%s'",
151-
"128" => "Successfully deleted group",
152-
"129" => "Refresh plugins cache",
153-
"130" => "Clear plugins cache, can be necessary to see new plugins appear in the list.",
154-
"131" => "Plugins cache files were deleted succesfully!",
155-
"132" => "Cache cleared, but you are currently running in SKIP_CACHE mode (see bootstrap_context.php).",
150+
"127" => "ATTENZIONE: non utilizzare caratteri speciali. L'utente verrebbe creato con la login '%s'",
151+
"128" => "Gruppo cancellato correttamenteSuccessfully deleted group",
152+
"129" => "Aggiorna cache plugin",
153+
"130" => "Elimina la cache dei plugin. Può essere necessario per vedere apparire nella lista nuovi plugin.",
154+
"131" => "I file cache dei plugin sono stati cancellati con successo!",
155+
"132" => "Cache pulita, ma sei in modalità SKIP_CACHE (si veda 'bootstrap_context.php').",
156156
);

core/src/plugins/editor.etherpad/i18n/it.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
"6" => "File",
3030
"7" => "Entra",
3131
"8" => "Nome Sessione",
32-
"9" => "You can also create <a>new discussion board</a>",
33-
"10" => "Export"
32+
"9" => "Puoi anche creare una <a>nuova area collaborativa</a>",
33+
"10" => "Esporta"
3434
);
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+
);
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+
"File Hasher" => "Hasher File",
23+
"Compute on-demand a hash of the file content and stores it in the metadata if a metastore is provided" => "Calcola al momento l'hash del contenuto di un file e lo memorizza in un metadata, se il metastore è specificato",
24+
);
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+
22+
defined('AJXP_EXEC') or die('Accesso non consentito');
23+
24+
$mess = array(
25+
"Git-based Versioning" => "Versionamento Git-based",
26+
"Keep tracks of all files modifications using a local Git workspace" => "Tieni traccia di tutte le modifiche ai file, utilizzando un workspace GIT locale",
27+
"Keep tracks of all files modifications using a local Git repository" => "Tieni traccia di tutte le modifiche ai file, utilizzando un repository GIT locale",
28+
);

core/src/plugins/meta.git/i18n/it.php

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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+
22+
defined('AJXP_EXEC') or die('Accesso non consentito');
23+
24+
$mess = array(
25+
"1" => "Versioni",
26+
"2" => "Documento versioni precedenti",
27+
"3" => "Download",
28+
"4" => "Download delle versioni selezionate",
29+
"5" => "Anteprima (browser)",
30+
"6" => "Apre le versioni selezionate in una finestra del browser",
31+
"7" => "Riporta a...",
32+
"8" => "Riporta il file alla revisione selezionata sul server",
33+
"9" => "#",
34+
"10" => "Data",
35+
"11" => "Autore",
36+
"12" => "Modifica",
37+
"13" => "Sicuro di voler procedere? Ripristinare ad una vecchia versione creerà una nuova versione di questo documento con la revisione selezionata.",
38+
"RENAME" => "File rinominato",
39+
"MOVE" => "File spostato",
40+
"MODIFICATION" => "Contenuto modificato",
41+
"DELETION" => "File cancellato",
42+
"CREATION" => "File creato",
43+
);
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)