diff options
Diffstat (limited to 'apps/theming/l10n/pt_BR.js')
-rw-r--r-- | apps/theming/l10n/pt_BR.js | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/apps/theming/l10n/pt_BR.js b/apps/theming/l10n/pt_BR.js new file mode 100644 index 00000000000..35bafd769a3 --- /dev/null +++ b/apps/theming/l10n/pt_BR.js @@ -0,0 +1,27 @@ +OC.L10N.register( + "theming", + { + "Admin" : "Admin", + "a safe home for all your data" : "um lugar seguro para todos os seus dados", + "The given name is too long" : "O nome é demasiado longo", + "The given web address is too long" : "O endereço da Web fornecido é muito longo", + "The given slogan is too long" : "O slogan dado é muito longo", + "The given color is invalid" : "A cor dada é inválida", + "Saved" : "Salva", + "No file uploaded" : "Nenhum arquivo enviado", + "Unsupported image type" : "Tipo de imagem não suportado", + "You are already using a custom theme" : "Você já está usando um tema personalizado", + "Theming" : "Dando formato", + "Name" : "Nome", + "reset to default" : "restaurar ao padrão", + "Web address" : "Endereço da Web", + "Web address https://…" : "Endereço da Web https://...", + "Slogan" : "Slogan", + "Color" : "Cor", + "Logo" : "Logo", + "Upload new logo" : "Enviar novo logotipo", + "Login image" : "Imagem de login", + "Upload new login background" : "Enviar novo login em background", + "Log in image" : "Log em imagem" +}, +"nplurals=2; plural=(n > 1);"); |