4 * Copyright 1996 Ulrich Schmid
5 * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
6 * Copyright 2009 Michael Stefaniuc
8 * This library is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU Lesser General Public
10 * License as published by the Free Software Foundation; either
11 * version 2.1 of the License, or (at your option) any later version.
13 * This library is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * Lesser General Public License for more details.
18 * You should have received a copy of the GNU Lesser General Public
19 * License along with this library; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
23 #include "winhelp_res.h"
25 LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
27 #pragma code_page(65001)
34 MENUITEM "&Deschide", MNID_FILE_OPEN
36 MENUITEM "&Tipărește", MNID_FILE_PRINT
37 MENUITEM "&Setare imprimantă", MNID_FILE_SETUP
39 MENUITEM "&Ieșire", MNID_FILE_EXIT
42 MENUITEM "&Copiază...", MNID_EDIT_COPYDLG
44 MENUITEM "&Adnotează...", MNID_EDIT_ANNOTATE
46 POPUP "&Se&mn de carte" {
47 MENUITEM "&Definește...", MNID_BKMK_DEFINE
50 POPUP "&Ajutor întotdeauna vizibil"
52 MENUITEM "Implicit", MNID_OPTS_HELP_DEFAULT
53 MENUITEM "Vizibil", MNID_OPTS_HELP_VISIBLE
54 MENUITEM "Invizibil", MNID_OPTS_HELP_NONVISIBLE
56 MENUITEM "Istorie", MNID_OPTS_HISTORY
59 MENUITEM "Mic", MNID_OPTS_FONTS_SMALL
60 MENUITEM "Normal", MNID_OPTS_FONTS_NORMAL
61 MENUITEM "Mare", MNID_OPTS_FONTS_LARGE
63 MENUITEM "Utilizează culorile sistemului", MNID_OPTS_SYSTEM_COLORS
66 MENUITEM "Ajut&or despre ajutor", MNID_HELP_HELPON
67 MENUITEM "În&totdeauna deasupra", MNID_HELP_HELPTOP
69 MENUITEM "&Informații...", MNID_HELP_ABOUT
71 MENUITEM "&Despre Wine", MNID_HELP_WINE
76 IDD_INDEX DIALOG DISCARDABLE 0, 0, 200, 190
77 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
78 FONT 8, "MS Shell Dlg"
81 LISTBOX IDC_INDEXLIST, 10, 10, 180, 150, LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_BORDER
84 IDD_SEARCH DIALOG DISCARDABLE 0, 0, 200, 190
85 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
86 FONT 8, "MS Shell Dlg"
89 LTEXT "Încă neimplementată", -1, 10, 10, 180, 150
93 STRINGTABLE DISCARDABLE
95 STID_WINE_HELP, "Ajutor Wine"
96 STID_WHERROR, "EROARE"
97 STID_WARNING, "AVERTISMENT"
98 STID_INFO, "Informație"
99 STID_NOT_IMPLEMENTED, "Neimplementat"
100 STID_HLPFILE_ERROR_s, "Eroare la citirea fișierului de ajutor „%s”"
102 STID_CONTENTS, "Rezumat"
104 STID_ALL_FILES, "Toate fișierele (*.*)"
105 STID_HELP_FILES_HLP, "Fișierele de ajutor (*.hlp)"
106 STID_FILE_NOT_FOUND_s "Fișierul „%s” nu poate fi găsit. Vreți să-l cautați?"
107 STID_NO_RICHEDIT "Nu am găsit o implementare pentru richedit... Abandonez"
108 STID_PSH_INDEX, "Subiecte de ajutor:"
115 MENUITEM "Adnotare...", MNID_CTXT_ANNOTATE
116 MENUITEM "Copiază", MNID_CTXT_COPY
117 MENUITEM "Tipărește...", MNID_CTXT_PRINT
120 MENUITEM "Mic", MNID_CTXT_FONTS_SMALL
121 MENUITEM "Normal", MNID_CTXT_FONTS_NORMAL
122 MENUITEM "Mare", MNID_CTXT_FONTS_LARGE
124 POPUP "Ajutorul întotdeauna vizibil"
126 MENUITEM "Implicit", MNID_CTXT_HELP_DEFAULT
127 MENUITEM "Vizibil", MNID_CTXT_HELP_VISIBLE
128 MENUITEM "Invizibil", MNID_CTXT_HELP_NONVISIBLE
130 MENUITEM "Utilizează culorile sistemului", MNID_CTXT_SYSTEM_COLORS