pidgin/win32/nsis/translations/hungarian.nsh

Wed, 28 Feb 2007 17:27:30 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Wed, 28 Feb 2007 17:27:30 +0000
changeset 15805
a80eb333bae9
parent 15435
4b933b06d75e
child 15816
6fb46b27dedc
permissions
-rw-r--r--

Updates to the win32 installer. It isn't complete yet, but this a good saving point.

6298
55e0477a9b3f [gaim-migrate @ 6797]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
1 ;;
55e0477a9b3f [gaim-migrate @ 6797]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
2 ;; hungarian.nsh
55e0477a9b3f [gaim-migrate @ 6797]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
3 ;;
55e0477a9b3f [gaim-migrate @ 6797]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
4 ;; Default language strings for the Windows Gaim NSIS installer.
55e0477a9b3f [gaim-migrate @ 6797]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
5 ;; Windows Code page: 1250
55e0477a9b3f [gaim-migrate @ 6797]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
6 ;;
11578
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 10814
diff changeset
7 ;; Authors: Sutto Zoltan <suttozoltan@chello.hu>, 2003
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 10814
diff changeset
8 ;; Gabor Kelemen <kelemeng@gnome.hu>, 2005
6298
55e0477a9b3f [gaim-migrate @ 6797]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
9 ;;
55e0477a9b3f [gaim-migrate @ 6797]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
10
11578
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 10814
diff changeset
11 ; Startup Checks
14929
a71c59193f9d [gaim-migrate @ 17636]
Daniel Atallah <datallah@pidgin.im>
parents: 14438
diff changeset
12 !define GTK_INSTALLER_NEEDED "A GTK+ futtató környezet hiányzik vagy frissítése szükséges.$\rKérem telepítse a v${GTK_MIN_VERSION} vagy magasabb verziójú GTK+ futtató környezetet."
11578
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 10814
diff changeset
13 !define INSTALLER_IS_RUNNING "A telepíto már fut."
15805
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
14 !define PIDGIN_IS_RUNNING "Jelenleg fut a Gaim egy példánya. Lépjen ki a Gaimból és azután próbálja újra."
11578
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 10814
diff changeset
15
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 10814
diff changeset
16 ; License Page
15805
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
17 !define PIDGIN_LICENSE_BUTTON "Tovább >"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
18 !define PIDGIN_LICENSE_BOTTOM_TEXT "A $(^Name) a GNU General Public License (GPL) alatt kerül terjesztésre. Az itt olvasható licenc csak tájékoztatási célt szolgál. $_CLICK"
6298
55e0477a9b3f [gaim-migrate @ 6797]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
19
55e0477a9b3f [gaim-migrate @ 6797]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
20 ; Components Page
15805
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
21 !define PIDGIN_SECTION_TITLE "Gaim azonnali üzeno kliens (szükséges)"
7572
976d5883ef99 [gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents: 6298
diff changeset
22 !define GTK_SECTION_TITLE "GTK+ futtató környezet (szükséges)"
976d5883ef99 [gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents: 6298
diff changeset
23 !define GTK_THEMES_SECTION_TITLE "GTK+ témák"
976d5883ef99 [gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents: 6298
diff changeset
24 !define GTK_NOTHEME_SECTION_TITLE "Nincs téma"
11578
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 10814
diff changeset
25 !define GTK_WIMP_SECTION_TITLE "Wimp téma"
7572
976d5883ef99 [gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents: 6298
diff changeset
26 !define GTK_BLUECURVE_SECTION_TITLE "Bluecurve téma"
976d5883ef99 [gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents: 6298
diff changeset
27 !define GTK_LIGHTHOUSEBLUE_SECTION_TITLE "Light House Blue téma"
15805
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
28 !define PIDGIN_SHORTCUTS_SECTION_TITLE "Parancsikonok"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
29 !define PIDGIN_DESKTOP_SHORTCUT_SECTION_TITLE "Asztal"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
30 !define PIDGIN_STARTMENU_SHORTCUT_SECTION_TITLE "Start Menü"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
31 !define PIDGIN_SECTION_DESCRIPTION "Gaim fájlok és dll-ek"
11578
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 10814
diff changeset
32 !define GTK_SECTION_DESCRIPTION "A Gaim által használt többplatformos grafikus környezet"
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 10814
diff changeset
33 !define GTK_THEMES_SECTION_DESCRIPTION "A GTK+ témák megváltoztatják a GTK+ alkalmazások kinézetét."
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 10814
diff changeset
34 !define GTK_NO_THEME_DESC "Ne telepítse a GTK+ témákat"
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 10814
diff changeset
35 !define GTK_WIMP_THEME_DESC "GTK-Wimp (Windows utánzat) egy Windows környezettel harmonizáló GTK téma."
7572
976d5883ef99 [gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents: 6298
diff changeset
36 !define GTK_BLUECURVE_THEME_DESC "A Bluecurve téma."
11578
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 10814
diff changeset
37 !define GTK_LIGHTHOUSEBLUE_THEME_DESC "A Lighthouseblue téma."
15805
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
38 !define PIDGIN_SHORTCUTS_SECTION_DESCRIPTION "Parancsikonok a Gaim indításához"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
39 !define PIDGIN_DESKTOP_SHORTCUT_DESC "Parancsikon létrehozása a Gaimhoz az asztalon"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
40 !define PIDGIN_STARTMENU_SHORTCUT_DESC "Start Menü bejegyzés létrehozása a Gaimhoz"
6298
55e0477a9b3f [gaim-migrate @ 6797]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
41
7572
976d5883ef99 [gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents: 6298
diff changeset
42 ; GTK+ Directory Page
11578
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 10814
diff changeset
43 !define GTK_UPGRADE_PROMPT "Egy régi verziójú GTK+ futtatókörnyezet van telepítve. Kívánja frissíteni?$\rMegjegyzés: a Gaim nem fog muködni, ha nem frissíti."
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 10814
diff changeset
44
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 10814
diff changeset
45 ; Installer Finish Page
15805
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
46 !define PIDGIN_FINISH_VISIT_WEB_SITE "A Windows Gaim weboldalának felkeresése"
6298
55e0477a9b3f [gaim-migrate @ 6797]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
47
55e0477a9b3f [gaim-migrate @ 6797]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
48 ; Gaim Section Prompts and Texts
15805
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
49 !define PIDGIN_UNINSTALL_DESC "Gaim (csak eltávolítás)"
6298
55e0477a9b3f [gaim-migrate @ 6797]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
50
55e0477a9b3f [gaim-migrate @ 6797]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
51 ; GTK+ Section Prompts
11578
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 10814
diff changeset
52 !define GTK_INSTALL_ERROR "Hiba a GTK+ futtatókörnyezet telepítése közben."
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 10814
diff changeset
53 !define GTK_BAD_INSTALL_PATH "A megadott elérési út nem érheto el, vagy nem hozható létre."
6298
55e0477a9b3f [gaim-migrate @ 6797]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
54
55e0477a9b3f [gaim-migrate @ 6797]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
55 ; GTK+ Themes section
7572
976d5883ef99 [gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents: 6298
diff changeset
56 !define GTK_NO_THEME_INSTALL_RIGHTS "Nincs jogosultsága a GTK+ témák telepítéséhez."
6298
55e0477a9b3f [gaim-migrate @ 6797]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
57
55e0477a9b3f [gaim-migrate @ 6797]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
58 ; Uninstall Section Prompts
15805
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
59 !define un.PIDGIN_UNINSTALL_ERROR_1 "Az eltávolító nem találta a Gaim registry bejegyzéseket.$\rValószínüleg egy másik felhasználó telepítette az alkalmazást."
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
60 !define un.PIDGIN_UNINSTALL_ERROR_2 "Nincs jogosultsága az alkalmazás eltávolításához."
11578
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 10814
diff changeset
61
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 10814
diff changeset
62 ; Spellcheck Section Prompts
15805
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
63 !define PIDGIN_SPELLCHECK_SECTION_TITLE "Helyesírásellenorzés támogatása"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
64 !define PIDGIN_SPELLCHECK_ERROR "Hiba a helyesírásellenorzés telepítése közben"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
65 !define PIDGIN_SPELLCHECK_DICT_ERROR "Hiba a helyesírásellenorzési szótár telepítése közben"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
66 !define PIDGIN_SPELLCHECK_SECTION_DESCRIPTION "Helyesírásellenorzés támogatása. (Internetkapcsolat szükséges a telepítéshez)"
11578
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 10814
diff changeset
67 !define ASPELL_INSTALL_FAILED "A telepítés sikertelen"
15805
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
68 !define PIDGIN_SPELLCHECK_BRETON "Breton"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
69 !define PIDGIN_SPELLCHECK_CATALAN "Katalán"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
70 !define PIDGIN_SPELLCHECK_CZECH "Cseh"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
71 !define PIDGIN_SPELLCHECK_WELSH "Walesi"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
72 !define PIDGIN_SPELLCHECK_DANISH "Dán"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
73 !define PIDGIN_SPELLCHECK_GERMAN "Német"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
74 !define PIDGIN_SPELLCHECK_GREEK "Görög"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
75 !define PIDGIN_SPELLCHECK_ENGLISH "Angol"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
76 !define PIDGIN_SPELLCHECK_ESPERANTO "Eszperantó"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
77 !define PIDGIN_SPELLCHECK_SPANISH "Spanyol"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
78 !define PIDGIN_SPELLCHECK_FAROESE "Faröai"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
79 !define PIDGIN_SPELLCHECK_FRENCH "Francia"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
80 !define PIDGIN_SPELLCHECK_ITALIAN "Olasz"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
81 !define PIDGIN_SPELLCHECK_DUTCH "Holland"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
82 !define PIDGIN_SPELLCHECK_NORWEGIAN "Norvég"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
83 !define PIDGIN_SPELLCHECK_POLISH "Lengyel"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
84 !define PIDGIN_SPELLCHECK_PORTUGUESE "Portugál"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
85 !define PIDGIN_SPELLCHECK_ROMANIAN "Román"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
86 !define PIDGIN_SPELLCHECK_RUSSIAN "Orosz"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
87 !define PIDGIN_SPELLCHECK_SLOVAK "Szlovák"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
88 !define PIDGIN_SPELLCHECK_SWEDISH "Svéd"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
89 !define PIDGIN_SPELLCHECK_UKRAINIAN "Ukrán"
11578
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 10814
diff changeset
90

mercurial