diff options
Diffstat (limited to 'apps/files/l10n/pt_BR.js')
-rw-r--r-- | apps/files/l10n/pt_BR.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js index 401f94c2397..e48ead284b8 100644 --- a/apps/files/l10n/pt_BR.js +++ b/apps/files/l10n/pt_BR.js @@ -323,7 +323,6 @@ OC.L10N.register( "PDFs" : "PDFs", "Folders" : "Pastas", "Audio" : "Áudio", - "Pictures and images" : "Fotos e imagens", "Videos" : "Vídeos", "New folder creation cancelled" : "Criação de nova pasta cancelada", "Created new folder \"{name}\"" : "Nova pasta criada \"{name}\"", @@ -391,6 +390,7 @@ OC.L10N.register( "You might not have have permissions to view it, ask the sender to share it" : "You might not have have permissions to view it, ask the sender to share it", "The files is locked" : "Os arquivos estão bloqueados", "Create new templates folder" : "Criar nova pasta de modelos", - "Toggle %1$s sublist" : "Alternar a sublista %1$s" + "Toggle %1$s sublist" : "Alternar a sublista %1$s", + "Pictures and images" : "Fotos e imagens" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |