diff options
Diffstat (limited to 'apps/files_external/l10n/pt_PT.php')
-rw-r--r-- | apps/files_external/l10n/pt_PT.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/files_external/l10n/pt_PT.php b/apps/files_external/l10n/pt_PT.php index af4f50d0243..244fc0464b4 100644 --- a/apps/files_external/l10n/pt_PT.php +++ b/apps/files_external/l10n/pt_PT.php @@ -8,9 +8,11 @@ $TRANSLATIONS = array( "Secret" => "Secreto", "Access Key" => "Chave de acesso", "Secret Key" => "Chave Secreta", +"Hostname (optional)" => "Nome do Hospedeiro (opcional)", "Port (optional)" => "Porta (opcional)", "Region (optional)" => "Região (opcional)", "Enable SSL" => "Activar SSL", +"Enable Path Style" => "Ativar Estilo do Caminho", "App key" => "Chave da aplicação", "App secret" => "Chave secreta da aplicação", "Host" => "Endereço", @@ -21,7 +23,11 @@ $TRANSLATIONS = array( "Client ID" => "ID Cliente", "Client secret" => "Segredo do cliente", "Username (required)" => "Utilizador (requerido)", +"Region (optional for OpenStack Object Storage)" => "Região (opcional para OpenStack Object Storage)", +"Password (required for OpenStack Object Storage)" => "Senha (necessária para OpenStack Object Storage)", +"Service Name (required for OpenStack Object Storage)" => "Nome do Serviço (necessário para OpenStack Object Storage)", "Share" => "Partilhar", +"SMB / CIFS using OC login" => "SMB / CIFS utilizando o início de sessão OC", "Username as share" => "Utilizar nome de utilizador como partilha", "URL" => "URL", "Secure https://" => "https:// Seguro", @@ -32,13 +38,16 @@ $TRANSLATIONS = array( "Please provide a valid Dropbox app key and secret." => "Por favor forneça uma \"app key\" e \"secret\" do Dropbox válidas.", "Error configuring Google Drive storage" => "Erro ao configurar o armazenamento do Google Drive", "Personal" => "Pessoal", +"System" => "Sistema", "Saved" => "Guardado", "<b>Note:</b> " => "<b>Aviso:</b> ", " and " => "e", "<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Aviso:</b> O suporte cURL no PHP não está activo ou instalado. Não é possível montar %s. Peça ao seu administrador para instalar.", "<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Aviso:</b> O suporte FTP no PHP não está activo ou instalado. Não é possível montar %s. Peça ao seu administrador para instalar.", "<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Aviso:</b> O cliente\"%s\" não está instalado. Não é possível montar \"%s\" . Peça ao seu administrador para instalar.", +"You don't have any external storages" => "Não possui quaisquer armazenamentos externos", "Name" => "Nome", +"Storage type" => "Tipo de Armazenamento", "External Storage" => "Armazenamento Externo", "Folder name" => "Nome da pasta", "Configuration" => "Configuração", |