diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-02-20 01:55:01 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-02-20 01:55:01 -0500 |
commit | 79ef5eda9688c998a51bfbb3f24f5274cc83bcc2 (patch) | |
tree | 7c6cbc7f75b73fdbbb3c3e0fd8fe5261febecb33 /apps/files/l10n/pt_PT.js | |
parent | 602e563d99f3e82562862503d8bd82ae3252b2f3 (diff) | |
download | nextcloud-server-79ef5eda9688c998a51bfbb3f24f5274cc83bcc2.tar.gz nextcloud-server-79ef5eda9688c998a51bfbb3f24f5274cc83bcc2.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/pt_PT.js')
-rw-r--r-- | apps/files/l10n/pt_PT.js | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/files/l10n/pt_PT.js b/apps/files/l10n/pt_PT.js index 08126e0d97f..944bfd9ec02 100644 --- a/apps/files/l10n/pt_PT.js +++ b/apps/files/l10n/pt_PT.js @@ -80,6 +80,19 @@ OC.L10N.register( "Favorited" : "Assinalado como Favorito", "Favorite" : "Favorito", "An error occurred while trying to update the tags" : "Ocorreu um erro ao tentar atualizar as tags", + "A new file or folder has been <strong>created</strong>" : "Foi <strong>criado</strong> um novo ficheiro ou pasta", + "A file or folder has been <strong>changed</strong>" : "Foi <strong>alterado</strong> um ficheiro ou pasta", + "A file or folder has been <strong>deleted</strong>" : "Foi <strong>apagado</strong> um ficheiro ou pasta", + "A file or folder has been <strong>restored</strong>" : "Foi <strong>restaurado(a)</strong> um ficheiro ou pasta", + "You created %1$s" : "Criou %1$s", + "%2$s created %1$s" : "%2$s criou %1$s", + "%1$s was created in a public folder" : "%1$s foi criado numa pasta pública", + "You changed %1$s" : "Alterou %1$s", + "%2$s changed %1$s" : "%2$s alterou %1$s", + "You deleted %1$s" : "Apagou %1$s", + "%2$s deleted %1$s" : "%2$s apagou %1$s", + "You restored %1$s" : "Restaurou %1$s", + "%2$s restored %1$s" : "%2$s restaurou %1$s", "%s could not be renamed as it has been deleted" : "Não foi possível renomear %s devido a ter sido eliminado", "%s could not be renamed" : "%s não pode ser renomeada", "Upload (max. %s)" : "Enviar (max. %s)", |