1! ------------------------------------------------------------------------------
2!  hu.rc
3!  This file is part of Unifix BWidget Toolkit
4!  Definition of english resources
5! ------------------------------------------------------------------------------
6
7
8! --- symbolic names of buttons ------------------------------------------------
9
10*abortName:   &Megszakítás
11*retryName:   Új&ra
12*ignoreName:  &Kihagyás
13*okName:      &OK
14*cancelName:  Még&sem
15*yesName:     &Igen
16*noName:      &Nem
17
18
19! --- symbolic names of label of SelectFont dialog ----------------------------
20
21*boldName:       Félkövér
22*italicName:     Dőlt
23*underlineName:  Aláhúzott
24*overstrikeName: Felülírás
25*fontName:       &Betűtípus
26*sizeName:       &Méret
27*styleName:      S&tílus
28*colorPickerName:   &Szín...
29
30
31! --- symbolic names of label of PasswdDlg dialog -----------------------------
32
33*loginName:    &Felhasználónév
34*passwordName: &Jelszó
35
36
37! --- resource for SelectFont dialog ------------------------------------------
38
39*SelectFont.title:	    Betűtípus kiválasztása
40*SelectFont.sampletext:	    Példaszöveg
41
42
43! --- resource for MessageDlg dialog ------------------------------------------
44
45*MessageDlg.noneTitle:      Üzenet
46*MessageDlg.infoTitle:      Információ
47*MessageDlg.questionTitle:  Kérdés
48*MessageDlg.warningTitle:   Figyelmeztetés
49*MessageDlg.errorTitle:     Hiba
50
51! --- resource for PasswdDlg dialog -------------------------------------------
52
53*PasswdDlg.title:  Add meg a felhasználónevet és a jelszót
54
55! --- symbolic names of label of SelectColor dialog ----------------------------
56
57*baseColorsName: Alapszínek
58*userColorsName: Felhasználói színek
59
60*yourSelectionName: Your Selection
61*colorSelectorsName: Color Selectors
62
63! --- dynamic help text for SelectColor dialog.  Lines 75 chars max, split by '\n'.
64
65*mouseHelpTextName: Click or drag the mouse in the Color Selectors to choose a color.\nIf the selected color remains black, regardless of what you\ndo in the left-hand Color Selector (for hue and saturation), check\nthe position of the pointer in the right-hand Color Selector\n(for brightness).\n\nClick one of the "Base colors" to read a value from this palette.\n\nClick one of the "User colors" to read a value from this palette,\nor to write to the palette if the color is blank.  If you then\nuse the Color Selectors to change the color, your choice will be\nwritten to this (User) palette color until you select another\n(Base or User) palette color.
66
67*keyboardHelpTextName: Click in the text entry window in the left of the "Your\nSelection" area.\n\nType the color that you want in hexadecimal RGB format.\nWhenever the number of hexadecimal digits is a multiple\nof 3, the color value is valid and will be copied to the\nother parts of the Color Selector.\n\nLeave the text entry window by clicking anywhere else,\nor by pressing the "Escape" or "Return" key.  The text\nentry window will then display the color in 24-bit RGB\nformat, although internally the Color Selector uses\n48-bit colors.\n\nWhen the text entry widget does not have keyboard focus\n(i.e. does not show a cursor), the "Return" and "Escape"\nkeys do the same as the "OK" and "Cancel" buttons,\nrespectively.
68