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

Commit

Permalink
auth.ftp: Search/replace occurences of connexion
Browse files Browse the repository at this point in the history
  • Loading branch information
matsimon committed Jul 20, 2014
1 parent 02be5ab commit 01fec47
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions core/src/plugins/auth.ftp/i18n/conf/en.php
Expand Up @@ -27,6 +27,6 @@
"Id of the repository to use for testing connexion" => "Id of the workspace to use for testing connexion",
"Admin user" => "Admin user",
"The ID of an existing admin for Pydio (using conf.serial)" => "The ID of an existing admin for Pydio (using conf.serial)",
"Test Connexion" => "Test Connexion",
"Test connexion to the FTP server" => "Test connexion to the FTP server",
"Test connection" => "Test connection",
"Test connection to the FTP server" => "Test connection to the FTP server",
);
4 changes: 2 additions & 2 deletions core/src/plugins/auth.ftp/i18n/conf/fr.php
Expand Up @@ -27,6 +27,6 @@
"Id of the repository to use for testing connexion" => "Id du dépot à utiliser pour récupérer les informations de connexion FTP.",
"Admin user" => "Utilisateur admin",
"The ID of an existing admin for Pydio (using conf.serial)" => "ID d'un utilisateur admin récupéré dans conf.serial.",
"Test Connexion" => "Test Connexion",
"Test connexion to the FTP server" => "Test connexion to the FTP server",
"Test connection" => "Tester la connexon",
"Test connection to the FTP server" => "Tester la connexion vers le serveur FTP",
);
4 changes: 2 additions & 2 deletions core/src/plugins/auth.ftp/i18n/conf/pt.php
Expand Up @@ -27,6 +27,6 @@
"Id of the repository to use for testing connexion" => "ID da Área de Trabalho a ser usada para testar a ligação",
"Admin user" => "Administrador",
"The ID of an existing admin for Pydio (using conf.serial)" => "Introduzir o ID de um administrador existente do Pydio (utilizando conf.serial)",
"Test Connexion" => "Test Connexion",
"Test connexion to the FTP server" => "Test connexion to the FTP server",
"Test connection" => "Testar a conexão",
"Test connection to the FTP server" => "Teste a conexão com o servidor FTP",
);
2 changes: 1 addition & 1 deletion core/src/plugins/auth.ftp/manifest.xml
Expand Up @@ -6,7 +6,7 @@
</resources>
</client_settings>
<server_settings>
<param name="TEST_CONNEXION" type="button" choices="run_plugin_action:auth.ftp:testParameters" default="auth.ftp" label="CONF_MESSAGE[Test Connexion]" description="CONF_MESSAGE[Test connexion to the FTP server]" mandatory="false"/>
<param name="TEST_CONNEXION" type="button" choices="run_plugin_action:auth.ftp:testParameters" default="auth.ftp" label="CONF_MESSAGE[Test connection]" description="CONF_MESSAGE[Test connection to the FTP server]" mandatory="false"/>
<param name="FTP_LOGIN_SCREEN" type="boolean" label="CONF_MESSAGE[FTP Login Screen]" description="CONF_MESSAGE[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.]" mandatory="true" default="false"/>
<param name="REPOSITORY_ID" type="select" choices="json_list:list_all_repositories_json" label="CONF_MESSAGE[Repository]" description="CONF_MESSAGE[Id of the repository to use for testing connexion]" mandatory="true"/>
</server_settings>
Expand Down

0 comments on commit 01fec47

Please sign in to comment.