diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-06-08 00:08:26 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-06-08 00:08:26 +0000 |
commit | a74901fce17da6d88dbb82373fff523b834d692d (patch) | |
tree | 338103f597eddf8212ae413cba1c7c701d20d922 /lib/l10n | |
parent | a753fbe8184132495030a7f2ada03c1ec3ceef60 (diff) | |
download | nextcloud-server-a74901fce17da6d88dbb82373fff523b834d692d.tar.gz nextcloud-server-a74901fce17da6d88dbb82373fff523b834d692d.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/nb.js | 2 | ||||
-rw-r--r-- | lib/l10n/nb.json | 2 | ||||
-rw-r--r-- | lib/l10n/pt_BR.js | 4 | ||||
-rw-r--r-- | lib/l10n/pt_BR.json | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/lib/l10n/nb.js b/lib/l10n/nb.js index 8aa1f3b3e82..f4d974fc50c 100644 --- a/lib/l10n/nb.js +++ b/lib/l10n/nb.js @@ -56,7 +56,7 @@ OC.L10N.register( "Admin" : "Admin", "APCu" : "APCu", "Redis" : "Redis", - "Basic settings" : "Basisinnstillinger", + "Basic settings" : "Grunninnstillinger", "Sharing" : "Deling", "Security" : "Sikkerhet", "Encryption" : "Kryptering", diff --git a/lib/l10n/nb.json b/lib/l10n/nb.json index ceccfaaa717..110b8c03500 100644 --- a/lib/l10n/nb.json +++ b/lib/l10n/nb.json @@ -54,7 +54,7 @@ "Admin" : "Admin", "APCu" : "APCu", "Redis" : "Redis", - "Basic settings" : "Basisinnstillinger", + "Basic settings" : "Grunninnstillinger", "Sharing" : "Deling", "Security" : "Sikkerhet", "Encryption" : "Kryptering", diff --git a/lib/l10n/pt_BR.js b/lib/l10n/pt_BR.js index 2994ee7dbf5..cd68e730a83 100644 --- a/lib/l10n/pt_BR.js +++ b/lib/l10n/pt_BR.js @@ -1,7 +1,7 @@ OC.L10N.register( "lib", { - "Cannot write into \"config\" directory!" : "Não foi possível gravar no diretório \"config\"!", + "Cannot write into \"config\" directory!" : "Não é possível gravar no diretório \"config\"!", "This can usually be fixed by giving the webserver write access to the config directory" : "Isso geralmente pode ser corrigido dando o acesso de gravação ao webserver para o diretório de configuração", "See %s" : "Ver %s", "This can usually be fixed by giving the webserver write access to the config directory. See %s" : "Normalmente isso pode ser resolvido dando ao webserver permissão de escrita no diretório config. Veja %s", @@ -187,7 +187,7 @@ OC.L10N.register( "Permissions can usually be fixed by giving the webserver write access to the root directory. See %s." : "As permissões normalmente podem ser corrigidas dando permissão de escrita do diretório raiz para o servidor web. Veja %s.", "Setting locale to %s failed" : "Falha ao configurar localização para %s", "Please install one of these locales on your system and restart your webserver." : "Por favor, defina uma dessas localizações em seu sistema e reinicie o seu servidor web.", - "Please ask your server administrator to install the module." : "Por favor, peça ao administrador do servidor para instalar o módulo.", + "Please ask your server administrator to install the module." : "Por favor, peça ao seu administrador do servidor para instalar o módulo.", "PHP module %s not installed." : "Módulo PHP %s não instalado.", "PHP setting \"%s\" is not set to \"%s\"." : "Configuração PHP \"%s\" não está configurado para \"%s\".", "Adjusting this setting in php.ini will make Nextcloud run again" : "Ajustar a configuração no php.ini fará com que o Nextcloud execute novamente", diff --git a/lib/l10n/pt_BR.json b/lib/l10n/pt_BR.json index b0a141072c3..0bdec84af70 100644 --- a/lib/l10n/pt_BR.json +++ b/lib/l10n/pt_BR.json @@ -1,5 +1,5 @@ { "translations": { - "Cannot write into \"config\" directory!" : "Não foi possível gravar no diretório \"config\"!", + "Cannot write into \"config\" directory!" : "Não é possível gravar no diretório \"config\"!", "This can usually be fixed by giving the webserver write access to the config directory" : "Isso geralmente pode ser corrigido dando o acesso de gravação ao webserver para o diretório de configuração", "See %s" : "Ver %s", "This can usually be fixed by giving the webserver write access to the config directory. See %s" : "Normalmente isso pode ser resolvido dando ao webserver permissão de escrita no diretório config. Veja %s", @@ -185,7 +185,7 @@ "Permissions can usually be fixed by giving the webserver write access to the root directory. See %s." : "As permissões normalmente podem ser corrigidas dando permissão de escrita do diretório raiz para o servidor web. Veja %s.", "Setting locale to %s failed" : "Falha ao configurar localização para %s", "Please install one of these locales on your system and restart your webserver." : "Por favor, defina uma dessas localizações em seu sistema e reinicie o seu servidor web.", - "Please ask your server administrator to install the module." : "Por favor, peça ao administrador do servidor para instalar o módulo.", + "Please ask your server administrator to install the module." : "Por favor, peça ao seu administrador do servidor para instalar o módulo.", "PHP module %s not installed." : "Módulo PHP %s não instalado.", "PHP setting \"%s\" is not set to \"%s\"." : "Configuração PHP \"%s\" não está configurado para \"%s\".", "Adjusting this setting in php.ini will make Nextcloud run again" : "Ajustar a configuração no php.ini fará com que o Nextcloud execute novamente", |