diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-09-29 00:12:16 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-09-29 00:12:16 +0000 |
commit | 73aabbd3c01601a81cedff36d181c4a674d68d8a (patch) | |
tree | acd270cd4ba4771574579c07a334981dcc516319 /apps/files_trashbin/l10n/pt_PT.js | |
parent | b7bd6bd68250612d975b63fcfbb0865224c93d7c (diff) | |
download | nextcloud-server-73aabbd3c01601a81cedff36d181c4a674d68d8a.tar.gz nextcloud-server-73aabbd3c01601a81cedff36d181c4a674d68d8a.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin/l10n/pt_PT.js')
-rw-r--r-- | apps/files_trashbin/l10n/pt_PT.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files_trashbin/l10n/pt_PT.js b/apps/files_trashbin/l10n/pt_PT.js index 2cacf2fbe68..ad01e20a635 100644 --- a/apps/files_trashbin/l10n/pt_PT.js +++ b/apps/files_trashbin/l10n/pt_PT.js @@ -1,13 +1,10 @@ OC.L10N.register( "files_trashbin", { - "Couldn't delete %s permanently" : "Não foi possível eliminar %s de forma permanente", - "Couldn't restore %s" : "Não foi possível restaurar %s", "Deleted files" : "Ficheiros eliminados", "Restore" : "Restaurar", "Delete" : "Eliminar", "Delete permanently" : "Eliminar permanentemente", - "Error" : "Erro", "This operation is forbidden" : "Esta operação é proibida", "This directory is unavailable, please check the logs or contact the administrator" : "Esta pasta não está disponível, por favor, verifique os registos ou contacte o administrador", "restored" : "Restaurado", @@ -16,6 +13,9 @@ OC.L10N.register( "No entries found in this folder" : "Não foram encontradas entradas nesta pasta", "Select all" : "Selecionar tudo", "Name" : "Nome", - "Deleted" : "Eliminado" + "Deleted" : "Eliminado", + "Couldn't delete %s permanently" : "Não foi possível eliminar %s de forma permanente", + "Couldn't restore %s" : "Não foi possível restaurar %s", + "Error" : "Erro" }, "nplurals=2; plural=(n != 1);"); |