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

Commit

Permalink
auth.ftp: Allign english with french translation
Browse files Browse the repository at this point in the history
Looking at the french translation and the user interface reveals
that this doesn't eventually have anything to do with testing the
connection but actually being the workspace used to validate credentials.

Since the translation in english was misleading I tried an automatic
translation of the Portoguese string as well, but is is far from
optimal.
  • Loading branch information
matsimon committed Jul 20, 2014
1 parent 19c443c commit eb9ef65
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 @@ -24,7 +24,7 @@
"FTP Login Screen" => "FTP Login Screen",
"Replace the default connection screen (username and passwrd) by a screen allowing users to enter their own FTP connection data (server, port, etc.)" => "Whether to display a generic 'FTP connection' dialog at startup (allowing users to enter their own host/port data) or the standard login dialog.",
"Workspace" => "Workspace",
"ID of the workspace to use for testing the connection" => "ID of the workspace to use for testing the connection",
"ID of the workspace used to validate credentials" => "ID of the workspace used to validate credentials",
"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 connection" => "Test connection",
Expand Down
2 changes: 1 addition & 1 deletion core/src/plugins/auth.ftp/i18n/conf/fr.php
Expand Up @@ -24,7 +24,7 @@
"FTP Login Screen" => "Ecran de login FTP",
"Replace the default connection screen (username and passwrd) by a screen allowing users to enter their own FTP connection data (server, port, etc.)" => "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) lui-même.",
"Workspace" => "Dépôt",
"ID of the repository to use for testing the connexion" => "ID du dépot à utiliser pour récupérer les informations de la connexion FTP.",
"ID of the workspace used to validate credentials" => "ID du dépot à utiliser pour récupérer les informations de la 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 connection" => "Tester la connexon",
Expand Down
2 changes: 1 addition & 1 deletion core/src/plugins/auth.ftp/i18n/conf/pt.php
Expand Up @@ -24,7 +24,7 @@
"FTP Login Screen" => "Ecrã de Sessão FTP",
"Replace the default connection screen (username and passwrd) by a screen allowing users to enter their own FTP connection data (server, port, etc.)" => "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.",
"Workspace" => "Repositório",
"ID of the repository to use for testing the connection" => "ID da Área de Trabalho a ser usada para testar a ligação",
"ID of the workspace used to validate credentials" => "ID do workspace utilizado para validar as credenciais",
"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 connection" => "Testar a conexão",
Expand Down
2 changes: 1 addition & 1 deletion core/src/plugins/auth.ftp/manifest.xml
Expand Up @@ -8,7 +8,7 @@
<server_settings>
<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[Replace the default connection screen (username and passwrd) by a screen allowing users to enter their own FTP connection data (server, port, etc.)]" mandatory="true" default="false"/>
<param name="REPOSITORY_ID" type="select" choices="json_list:list_all_repositories_json" label="CONF_MESSAGE[Workspace]" description="CONF_MESSAGE[ID of the repository to use for testing the connection]" mandatory="true"/>
<param name="REPOSITORY_ID" type="select" choices="json_list:list_all_repositories_json" label="CONF_MESSAGE[Workspace]" description="CONF_MESSAGE[ID of the workspace used to validate credentials]" mandatory="true"/>
</server_settings>
<class_definition filename="plugins/auth.ftp/class.ftpAuthDriver.php" classname="ftpAuthDriver"/>
<registry_contributions>
Expand Down

0 comments on commit eb9ef65

Please sign in to comment.