annotate pidgin/win32/nsis/translations/hungarian.nsh @ 29491:78b17bb6da24

Remove win9x related stuff from the win32 installer
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 26 Aug 2009 03:20:05 +0000
parents bfd44bbb5909
children 3f33a8fbf871
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
16243
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
1 ;;
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
2 ;; hungarian.nsh
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
3 ;;
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
4 ;; Default language strings for the Windows Pidgin NSIS installer.
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
5 ;; Windows Code page: 1250
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
6 ;;
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
7 ;; Authors: Sutto Zoltan <suttozoltan@chello.hu>, 2003
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
8 ;; Gabor Kelemen <kelemeng@gnome.hu>, 2005
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
9 ;;
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
10
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
11 ; Startup Checks
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
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."
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
13 !define INSTALLER_IS_RUNNING "A telepítő már fut."
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
14 !define PIDGIN_IS_RUNNING "Jelenleg fut a Pidgin egy példánya. Lépjen ki a Pidginból és azután próbálja újra."
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
15
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
16 ; License Page
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
17 !define PIDGIN_LICENSE_BUTTON "Tovább >"
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
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"
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
19
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
20 ; Components Page
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
21 !define PIDGIN_SECTION_TITLE "Pidgin azonnali üzenő kliens (szükséges)"
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
22 !define GTK_SECTION_TITLE "GTK+ futtató környezet (szükséges)"
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
23 !define PIDGIN_SHORTCUTS_SECTION_TITLE "Parancsikonok"
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
24 !define PIDGIN_DESKTOP_SHORTCUT_SECTION_TITLE "Asztal"
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
25 !define PIDGIN_STARTMENU_SHORTCUT_SECTION_TITLE "Start Menü"
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
26 !define PIDGIN_SECTION_DESCRIPTION "Pidgin fájlok és dll-ek"
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
27 !define GTK_SECTION_DESCRIPTION "A Pidgin által használt többplatformos grafikus eszközkészlet"
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
28
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
29 !define PIDGIN_SHORTCUTS_SECTION_DESCRIPTION "Parancsikonok a Pidgin indításához"
17234
12d0ad970a15 * Hungarian translation updated (Gabor Kelemen)
Kelemen Gábor <kelemeng@gnome.hu>
parents: 16542
diff changeset
30 !define PIDGIN_DESKTOP_SHORTCUT_DESC "Parancsikon létrehozása a Pidginhez az asztalon"
12d0ad970a15 * Hungarian translation updated (Gabor Kelemen)
Kelemen Gábor <kelemeng@gnome.hu>
parents: 16542
diff changeset
31 !define PIDGIN_STARTMENU_SHORTCUT_DESC "Start Menü bejegyzés létrehozása a Pidginhez"
16243
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
32
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
33 ; GTK+ Directory Page
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
34 !define GTK_UPGRADE_PROMPT "Egy régi verziójú GTK+ futtatókörnyezet van telepítve. Kívánja frissíteni?$\rMegjegyzés: a Pidgin nem fog működni, ha nem frissíti."
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
35
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
36 ; Installer Finish Page
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
37 !define PIDGIN_FINISH_VISIT_WEB_SITE "A Windows Pidgin weboldalának felkeresése"
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
38
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
39 ; Pidgin Section Prompts and Texts
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
40 !define PIDGIN_PROMPT_CONTINUE_WITHOUT_UNINSTALL "A Pidgin jelenleg telepített változata nem távolítható el. Az új verzió a jelenleg telepített verzió eltávolítása nélkül kerül telepítésre. "
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
41
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
42
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
43 ; GTK+ Section Prompts
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
44 !define GTK_INSTALL_ERROR "Hiba a GTK+ futtatókörnyezet telepítése közben."
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
45 !define GTK_BAD_INSTALL_PATH "A megadott elérési út nem érhető el, vagy nem hozható létre."
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
46
17234
12d0ad970a15 * Hungarian translation updated (Gabor Kelemen)
Kelemen Gábor <kelemeng@gnome.hu>
parents: 16542
diff changeset
47 !define URI_HANDLERS_SECTION_TITLE "URI kezelők"
12d0ad970a15 * Hungarian translation updated (Gabor Kelemen)
Kelemen Gábor <kelemeng@gnome.hu>
parents: 16542
diff changeset
48
16243
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
49 ; Uninstall Section Prompts
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
50 !define un.PIDGIN_UNINSTALL_ERROR_1 "Az eltávolító nem találta a Pidgin registry bejegyzéseket.$\rValószínüleg egy másik felhasználó telepítette az alkalmazást."
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
51 !define un.PIDGIN_UNINSTALL_ERROR_2 "Nincs jogosultsága az alkalmazás eltávolításához."
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
52
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
53 ; Spellcheck Section Prompts
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
54 !define PIDGIN_SPELLCHECK_SECTION_TITLE "Helyesírás-ellenőrzés támogatása"
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
55 !define PIDGIN_SPELLCHECK_ERROR "Hiba a helyesírás-ellenőrzés telepítése közben"
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
56 !define PIDGIN_SPELLCHECK_DICT_ERROR "Hiba a helyesírás-ellenőrzési szótár telepítése közben"
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
57 !define PIDGIN_SPELLCHECK_SECTION_DESCRIPTION "Helyesírás-ellenőrzés támogatása. (Internetkapcsolat szükséges a telepítéshez)"
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
58 !define ASPELL_INSTALL_FAILED "A telepítés sikertelen"
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
59 !define PIDGIN_SPELLCHECK_BRETON "Breton"
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
60 !define PIDGIN_SPELLCHECK_CATALAN "Katalán"
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
61 !define PIDGIN_SPELLCHECK_CZECH "Cseh"
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
62 !define PIDGIN_SPELLCHECK_WELSH "Walesi"
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
63 !define PIDGIN_SPELLCHECK_DANISH "Dán"
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
64 !define PIDGIN_SPELLCHECK_GERMAN "Német"
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
65 !define PIDGIN_SPELLCHECK_GREEK "Görög"
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
66 !define PIDGIN_SPELLCHECK_ENGLISH "Angol"
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
67 !define PIDGIN_SPELLCHECK_ESPERANTO "Eszperantó"
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
68 !define PIDGIN_SPELLCHECK_SPANISH "Spanyol"
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
69 !define PIDGIN_SPELLCHECK_FAROESE "Faröai"
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
70 !define PIDGIN_SPELLCHECK_FRENCH "Francia"
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
71 !define PIDGIN_SPELLCHECK_ITALIAN "Olasz"
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
72 !define PIDGIN_SPELLCHECK_DUTCH "Holland"
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
73 !define PIDGIN_SPELLCHECK_NORWEGIAN "Norvég"
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
74 !define PIDGIN_SPELLCHECK_POLISH "Lengyel"
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
75 !define PIDGIN_SPELLCHECK_PORTUGUESE "Portugál"
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
76 !define PIDGIN_SPELLCHECK_ROMANIAN "Román"
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
77 !define PIDGIN_SPELLCHECK_RUSSIAN "Orosz"
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
78 !define PIDGIN_SPELLCHECK_SLOVAK "Szlovák"
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
79 !define PIDGIN_SPELLCHECK_SWEDISH "Svéd"
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
80 !define PIDGIN_SPELLCHECK_UKRAINIAN "Ukrán"
502b69976fe1 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15832
diff changeset
81