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

Commit 45add44

Browse files
committed
Adding Italian translation for plugin 'auth.custom_db'
1 parent 86b3f4d commit 45add44

File tree

1 file changed

+36
-0
lines changed
  • core/src/plugins/auth.custom_db/i18n/conf

1 file changed

+36
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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+
"Custom DB Auth Backend" => "Backend Autenticazione DB Personalizzato",
23+
"Authenticate users agains your custom DB and table definition." => "Autentica gli utenti attraverso una definizione personalizzata di DB e tabelle.",
24+
"Custom Table Name" => "Nome Tabella Personalizzata",
25+
"Name of the custom SQL table" => "Nome della tabella SQL personalizzata",
26+
"Table User Field" => "Campo Utente",
27+
"Name of the field to be used as users identifier" => "Nome del campo della tabella utilizzato come identificativo per gli utenti",
28+
"Table Password Field" => "Campo Password",
29+
"Name of the field containing the password" => "Nome del campo della tabella utilizzato per la password",
30+
"Table Password Hashing" => "Hashing Password",
31+
"How the password is minimaly hashed in the table" => "Come la password è cifrata in tabella",
32+
"Test User" => "Utente Prova",
33+
"Use an existing user ID and click on Test Connexion to verify it is correctly found" => "Usa un utente esistente e clicca 'Test Connessione' per verificare che sia correttamente autenticato.",
34+
"Test Connexion" => "Test Connessione",
35+
"Test the SQL connexion" => "Prova la connessione SQL",
36+
);

0 commit comments

Comments
 (0)