diff options
Diffstat (limited to 'apps/oauth2')
-rw-r--r-- | apps/oauth2/l10n/pt_BR.js | 1 | ||||
-rw-r--r-- | apps/oauth2/l10n/pt_BR.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/pt_BR.js b/apps/oauth2/l10n/pt_BR.js index d5187a52a6d..a4182414018 100644 --- a/apps/oauth2/l10n/pt_BR.js +++ b/apps/oauth2/l10n/pt_BR.js @@ -17,6 +17,7 @@ OC.L10N.register( "Add" : "Adicionar", "Delete" : "Excluir", "Show client secret" : "Mostra senha do cliente", + "Hide client secret" : "Ocultar segredo do cliente", "Secret" : "Secreto" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/oauth2/l10n/pt_BR.json b/apps/oauth2/l10n/pt_BR.json index ed79bb1bde8..f0c9ebcf514 100644 --- a/apps/oauth2/l10n/pt_BR.json +++ b/apps/oauth2/l10n/pt_BR.json @@ -15,6 +15,7 @@ "Add" : "Adicionar", "Delete" : "Excluir", "Show client secret" : "Mostra senha do cliente", + "Hide client secret" : "Ocultar segredo do cliente", "Secret" : "Secreto" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file |