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

Commit

Permalink
auth.ftp: Authentification -> authentication
Browse files Browse the repository at this point in the history
Fixes english translation, yet impacts others.
  • Loading branch information
matsimon committed Jul 20, 2014
1 parent 6231c5c commit 02be5ab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/src/plugins/auth.ftp/i18n/conf/en.php
Expand Up @@ -19,7 +19,7 @@
* The latest code can be found at <http://pyd.io/>.
*/
$mess=array(
"FTP Authentification" => "FTP Authentification",
"FTP authentication" => "FTP authentication",
"Authenticate user directly to an FTP server, and connect him to this server." => "Authenticate user directly to an FTP server, and connect him to this server.",
"FTP Login Screen" => "FTP Login Screen",
"Whether to display a generic 'FTP connexion' dialog at startup (allowing the user to enter his own host/port data) or the standard login dialog." => "Whether to display a generic 'FTP connexion' dialog at startup (allowing the user to enter his own host/port data) or the standard login dialog.",
Expand Down
2 changes: 1 addition & 1 deletion core/src/plugins/auth.ftp/i18n/conf/fr.php
Expand Up @@ -19,7 +19,7 @@
* The latest code can be found at <http://pyd.io/>.
*/
$mess=array(
"FTP Authentification" => "Authentification FTP",
"FTP authentication" => "Authentification FTP",
"Authenticate user directly to an FTP server, and connect him to this server." => "Interrogation d'un serveur FTP pour valider une identification",
"FTP Login Screen" => "Ecran de login FTP",
"Whether to display a generic 'FTP connexion' dialog at startup (allowing the user to enter his own host/port data) or the standard login dialog." => "Remplace l'écran de connexion standard (login/mot de passe) et permet à l'utilisateur d'entrer les informations de connexions au serveur FTP (serveur, port, etc).",
Expand Down
2 changes: 1 addition & 1 deletion core/src/plugins/auth.ftp/i18n/conf/pt.php
Expand Up @@ -19,7 +19,7 @@
* The latest code can be found at <http://pyd.io/>.
*/
$mess=array(
"FTP Authentification" => "Autenticação FTP",
"FTP authentication" => "Autenticação FTP",
"Authenticate user directly to an FTP server, and connect him to this server." => "Autenticar um utilizador directamente a um servidor FTP e liga-lo a este servidor.",
"FTP Login Screen" => "Ecrã de Sessão FTP",
"Whether to display a generic 'FTP connexion' dialog at startup (allowing the user to enter his own host/port data) or the standard login dialog." => "Mostrar um diálogo genérico de 'Ligação FTP' no ecrã de arranque (permitindo ao utilizador introduzir o seu próprio servidor/porta) ou o diálogo genérico pré definido.",
Expand Down
2 changes: 1 addition & 1 deletion core/src/plugins/auth.ftp/manifest.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<authdriver name="ftp" label="CONF_MESSAGE[FTP Authentification]" description="CONF_MESSAGE[Authenticate user directly to an FTP server, and connect him to this server.]" mixins="authdriver_commons" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
<authdriver name="ftp" label="CONF_MESSAGE[FTP authentication]" description="CONF_MESSAGE[Authenticate user directly to an FTP server, and connect him to this server.]" mixins="authdriver_commons" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
<client_settings>
<resources>
<i18n namespace="ftp_auth" path="plugins/auth.ftp/i18n"/>
Expand Down

0 comments on commit 02be5ab

Please sign in to comment.