HEADdev-browser-capabilitiespdo
|
Last change
on this file since 3983f50 was
3983f50,
checked in by Thomas Bruederli <thomas@…>, 13 months ago
|
|
New plugin translations from launchpad
|
-
Property mode set to
100644
|
|
File size:
1.4 KB
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | |
|---|
| 3 | /* |
|---|
| 4 | +-----------------------------------------------------------------------+ |
|---|
| 5 | | localization/pt_PT/labels.inc | |
|---|
| 6 | | | |
|---|
| 7 | | Language file of the Roundcube Webmail client | |
|---|
| 8 | | Copyright (C) 2012, The Roundcube Dev Team | |
|---|
| 9 | | Licensed under the GNU General Public License | |
|---|
| 10 | | | |
|---|
| 11 | +-----------------------------------------------------------------------+ |
|---|
| 12 | | Author: David <Unknown> | |
|---|
| 13 | +-----------------------------------------------------------------------+ |
|---|
| 14 | @version $Id$ |
|---|
| 15 | */ |
|---|
| 16 | |
|---|
| 17 | $labels = array(); |
|---|
| 18 | $labels['basic'] = 'Mostrar notificação quando uma nova mensagem chegar'; |
|---|
| 19 | $labels['desktop'] = 'Mostrar alerta no ambiente de trabalho de nova mensagem'; |
|---|
| 20 | $labels['sound'] = 'Alerta sonoro para nova mensagem'; |
|---|
| 21 | $labels['test'] = 'Testar'; |
|---|
| 22 | $labels['title'] = 'Novo Email!'; |
|---|
| 23 | $labels['body'] = 'Você recebeu uma nova mensagem.'; |
|---|
| 24 | $labels['testbody'] = 'Isto é uma notificação de teste.'; |
|---|
| 25 | $labels['desktopdisabled'] = 'As notificações no ambiente de trabalho estão desactivadas no seu navegador.'; |
|---|
| 26 | $labels['desktopunsupported'] = 'O seu navegador não suporta notificações no ambiente de trabalho'; |
|---|
| 27 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.