diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-09-10 10:42:16 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-09-10 10:42:16 -0400 |
commit | 72689f643b631061777149d96f6f170f7722e894 (patch) | |
tree | f62ee0fb54a17618c8f87cba7a647ff18f98ce90 /lib/l10n/pt_BR.php | |
parent | 03ab26df75f703c14e0cc41d1245e51d670d977b (diff) | |
download | nextcloud-server-72689f643b631061777149d96f6f170f7722e894.tar.gz nextcloud-server-72689f643b631061777149d96f6f170f7722e894.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/pt_BR.php')
-rw-r--r-- | lib/l10n/pt_BR.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/l10n/pt_BR.php b/lib/l10n/pt_BR.php index a2379ca4883..72bc1f36a1e 100644 --- a/lib/l10n/pt_BR.php +++ b/lib/l10n/pt_BR.php @@ -54,13 +54,13 @@ $TRANSLATIONS = array( "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Seu servidor web não está configurado corretamente para permitir sincronização de arquivos porque a interface WebDAV parece estar quebrada.", "Please double check the <a href='%s'>installation guides</a>." => "Por favor, confira os <a href='%s'>guias de instalação</a>.", "seconds ago" => "segundos atrás", -"_%n minute ago_::_%n minutes ago_" => array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), +"_%n minute ago_::_%n minutes ago_" => array("","ha %n minutos"), +"_%n hour ago_::_%n hours ago_" => array("","ha %n horas"), "today" => "hoje", "yesterday" => "ontem", -"_%n day go_::_%n days ago_" => array("",""), +"_%n day go_::_%n days ago_" => array("","ha %n dias"), "last month" => "último mês", -"_%n month ago_::_%n months ago_" => array("",""), +"_%n month ago_::_%n months ago_" => array("","ha %n meses"), "last year" => "último ano", "years ago" => "anos atrás", "Caused by:" => "Causados por:", |