diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-06-08 00:08:37 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-06-08 00:08:37 +0000 |
commit | d00c5886aafe17e6db82c35d29e15b54f7be0e7d (patch) | |
tree | 50b2d97df98db334fe90e3efd545e1aae658a494 /lib/l10n | |
parent | e7b5ba8cef2248764d09747b8dc10983bb8be4fe (diff) | |
download | nextcloud-server-d00c5886aafe17e6db82c35d29e15b54f7be0e7d.tar.gz nextcloud-server-d00c5886aafe17e6db82c35d29e15b54f7be0e7d.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", |