blob: fe5c58d6e54a35ba2b76b544e2521078b45ece18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
# Converted from Roundcube PHP localization files
# Copyright (C) 2011 The Roundcube Dev Team
# This file is distributed under the same license as the Roundcube package.
#
#: plugins/newmail_notifier/localization/pt_BR.inc
msgid ""
msgstr ""
"Project-Id-Version: roundcube-plugin-newmail_notifier\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2011-12-09T09:43:23+01:00\n"
"Last-Translator: \n"
"Language-Team: Translations <hello@roundcube.net>\n"
"Language: pt_BR\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: plugins/newmail_notifier/localization/pt_BR.inc:basic
msgid "Display browser notifications on new message"
msgstr "Exibir notificação quando uma nova mensagem chegar"
#: plugins/newmail_notifier/localization/pt_BR.inc:desktop
msgid "Display desktop notifications on new message"
msgstr "Exibir notificação no desktop quando uma nova mensagem chegar"
#: plugins/newmail_notifier/localization/pt_BR.inc:sound
msgid "Play the sound on new message"
msgstr "Alerta sonoro quando uma nova mensagem chegar"
#: plugins/newmail_notifier/localization/pt_BR.inc:test
msgid "Test"
msgstr "Testar"
#: plugins/newmail_notifier/localization/pt_BR.inc:title
msgid "New Email!"
msgstr "Novo Email!"
#: plugins/newmail_notifier/localization/pt_BR.inc:body
msgid "You've received a new message."
msgstr "Você recebeu uma nova mensagem."
#: plugins/newmail_notifier/localization/pt_BR.inc:testbody
msgid "This is a test notification."
msgstr "Essa é uma notificação de teste."
#: plugins/newmail_notifier/localization/pt_BR.inc:desktopdisabled
msgid "Desktop notifications are disabled in your browser."
msgstr "As notificações no desktop estão desabilitadas no seu navegador."
#: plugins/newmail_notifier/localization/pt_BR.inc:desktopunsupported
msgid "Your browser does not support desktop notifications."
msgstr "Seu navegador não suporta notificações no desktop"
|