Blame view

sources/apps/files_external/l10n/pt_BR.php 2.19 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
03e52840d   Kload   Init
3
4
5
6
7
8
9
  "Access granted" => "Acesso concedido",
  "Error configuring Dropbox storage" => "Erro ao configurar armazenamento do Dropbox",
  "Grant access" => "Permitir acesso",
  "Please provide a valid Dropbox app key and secret." => "Por favor forneça um app key e secret válido do Dropbox",
  "Error configuring Google Drive storage" => "Erro ao configurar armazenamento do Google Drive",
  "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares is not possible. Please ask your system administrator to install it." => "<b>Aviso:</b> \"smbclient\" não está instalado. Impossível montar compartilhamentos de CIFS/SMB. Por favor, peça ao seu administrador do sistema para instalá-lo.",
  "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting of FTP shares is not possible. Please ask your system administrator to install it." => "<b>Aviso:</b> O suporte para FTP do PHP não está ativado ou instalado. Impossível montar compartilhamentos FTP. Por favor, peça ao seu administrador do sistema para instalá-lo.",
31b7f2792   Kload   Upgrade to ownclo...
10
  "<b>Warning:</b> The Curl support in PHP is not enabled or installed. Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask your system administrator to install it." => "<b> Aviso: </b> O suport a Curl em PHP não está habilitado ou instalado. A montagem do ownCloud / WebDAV ou GoogleDrive não é possível. Por favor, solicite ao seu administrador do sistema instalá-lo.",
03e52840d   Kload   Init
11
12
13
14
15
16
17
18
19
20
21
  "External Storage" => "Armazenamento Externo",
  "Folder name" => "Nome da pasta",
  "External storage" => "Armazenamento Externo",
  "Configuration" => "Configuração",
  "Options" => "Opções",
  "Applicable" => "Aplicável",
  "Add storage" => "Adicionar Armazenamento",
  "None set" => "Nenhum definido",
  "All Users" => "Todos os Usuários",
  "Groups" => "Grupos",
  "Users" => "Usuários",
31b7f2792   Kload   Upgrade to ownclo...
22
  "Delete" => "Excluir",
03e52840d   Kload   Init
23
24
25
26
27
  "Enable User External Storage" => "Habilitar Armazenamento Externo do Usuário",
  "Allow users to mount their own external storage" => "Permitir usuários a montar seus próprios armazenamentos externos",
  "SSL root certificates" => "Certificados SSL raíz",
  "Import Root Certificate" => "Importar Certificado Raíz"
  );
31b7f2792   Kload   Upgrade to ownclo...
28
  $PLURAL_FORMS = "nplurals=2; plural=(n > 1);";