blob: be3f5eac29b6cd920a3604deeaad5b416bcf6c35 (
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
|
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# LOCALIZATION NOTE :
# do not localize "\n". use "\n" to make the text fit nicely in the dialog.
#
# Download Messages Prompt
#
downloadMessagesWindowTitle=Kapcsolat nélküli munka
# LOCALIZATION NOTE :
# do not localize "\n". use "\n" to make the text fit nicely in the dialog.
downloadMessagesLabel=Szeretné letölteni az üzeneteket,\nmielőtt a kapcsolat nélküli üzemmódra vált?\n\n
downloadMessagesCheckboxLabel=Kérdés a kapcsolat megszakítása előtt minden alkalommal
downloadMessagesDownloadButtonLabel=Letöltés
downloadMessagesNoDownloadButtonLabel=Letöltés nélkül
downloadMessagesCancelButtonLabel=Mégse
#
# Send Messages Prompt
#
sendMessagesWindowTitle=Online munka
sendMessagesLabel2=Would you like to send your unsent messages now?
sendMessagesCheckboxLabel=Kérdés a csatlakozás előtt minden alkalommal
sendMessagesSendButtonLabel=Küldés
sendMessagesNoSendButtonLabel=Nincs küldés
sendMessagesCancelButtonLabel=Mégse
#
# GetMessages Offline Prompt
#
getMessagesOfflineWindowTitle=Üzenetek letöltése
# LOCALIZATION NOTE :
# do not localize "\n". use "\n" to make the text fit nicely in the dialog.
getMessagesOfflineLabel=Jelenleg kapcsolat nélküli módban van. Szeretne kapcsolódni a hálózathoz, \nés letölteni az új üzeneteket?\n\n
getMessagesOfflineGoButtonLabel=Csatlakozás a hálózathoz
#
# Send Messages Offline Prompt
#
sendMessagesOfflineWindowTitle=Üzenetek küldése
# LOCALIZATION NOTE :
# do not localize "\n". use "\n" to make the text fit nicely in the dialog.
sendMessagesOfflineLabel=Jelenleg kapcsolat nélküli módban van. Szeretne kapcsolódni a hálózathoz,\nés elküldeni a postázandó üzeneteket?\n\n
sendMessagesOfflineGoButtonLabel=Csatlakozás a hálózathoz
|