diff options
author | thomascube <thomas@roundcube.net> | 2012-01-08 16:20:12 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-01-08 16:20:12 +0000 |
commit | b115ba77d1f0d460596809a484961f41cf98d45c (patch) | |
tree | 4262f4de223ec39479ea5512d7e15dceaca015d0 /plugins/newmail_notifier/localization/pt_BR.inc | |
parent | 0d114efc9316420bf6563d460726a4bf37ab5958 (diff) |
Backported translation updates
Diffstat (limited to 'plugins/newmail_notifier/localization/pt_BR.inc')
-rw-r--r-- | plugins/newmail_notifier/localization/pt_BR.inc | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/plugins/newmail_notifier/localization/pt_BR.inc b/plugins/newmail_notifier/localization/pt_BR.inc index 66f8e936e..600a3ff1a 100644 --- a/plugins/newmail_notifier/localization/pt_BR.inc +++ b/plugins/newmail_notifier/localization/pt_BR.inc @@ -1,5 +1,20 @@ <?php +/* + +-----------------------------------------------------------------------+ + | localization/pt_BR/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Thomas <Unknown> | + +-----------------------------------------------------------------------+ + @version $Id$ +*/ + +$labels = array(); $labels['basic'] = 'Exibir notificação quando uma nova mensagem chegar'; $labels['desktop'] = 'Exibir notificação no desktop quando uma nova mensagem chegar'; $labels['sound'] = 'Alerta sonoro quando uma nova mensagem chegar'; @@ -10,4 +25,3 @@ $labels['testbody'] = 'Essa é uma notificação de teste.'; $labels['desktopdisabled'] = 'As notificações no desktop estão desabilitadas no seu navegador.'; $labels['desktopunsupported'] = 'Seu navegador não suporta notificações no desktop'; -?> |