~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Wine Cross Reference
wine/programs/winhlp32/Ro.rc

Version: ~ [ wine-1.1.40 ] ~ [ wine-1.1.39 ] ~ [ wine-1.1.38 ] ~ [ wine-1.1.37 ] ~ [ wine-1.1.36 ] ~ [ wine-1.1.35 ] ~ [ wine-1.1.34 ] ~ [ wine-1.1.33 ] ~ [ wine-1.1.32 ] ~ [ wine-1.1.31 ] ~ [ wine-1.1.30 ] ~ [ wine-1.1.29 ] ~ [ wine-1.1.28 ] ~ [ wine-1.1.27 ] ~ [ wine-1.1.26 ] ~ [ wine-1.1.25 ] ~ [ wine-1.1.24 ] ~ [ wine-1.1.23 ] ~ [ wine-1.1.22 ] ~ [ wine-1.1.21 ] ~ [ wine-1.1.20 ] ~ [ wine-1.1.19 ] ~ [ wine-1.1.18 ] ~ [ wine-1.1.17 ] ~ [ wine-1.1.16 ] ~ [ wine-1.1.15 ] ~ [ wine-1.1.14 ] ~ [ wine-1.1.13 ] ~ [ wine-1.1.12 ] ~ [ wine-1.1.11 ] ~ [ wine-1.1.10 ] ~ [ wine-1.1.9 ] ~ [ wine-1.1.8 ] ~ [ wine-1.1.7 ] ~ [ wine-1.0.1 ] ~ [ wine-1.1.6 ] ~ [ wine-1.1.5 ] ~ [ wine-1.1.4 ] ~ [ wine-1.1.3 ] ~ [ wine-1.1.2 ] ~ [ wine-1.1.1 ] ~ [ wine-1.1.0 ] ~ [ wine-1.0 ] ~

  1 /*
  2  * Help Viewer
  3  *
  4  * Copyright 1996 Ulrich Schmid
  5  * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
  6  * Copyright 2009 Michael Stefaniuc
  7  *
  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.
 12  *
 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.
 17  *
 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
 21  */
 22 
 23 #include "winhelp_res.h"
 24 
 25 LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
 26 
 27 #pragma code_page(65001)
 28 
 29 /* Menu */
 30 
 31 MAIN_MENU MENU
 32 {
 33  POPUP "&Fișier" {
 34   MENUITEM "&Deschide",                      MNID_FILE_OPEN
 35   MENUITEM SEPARATOR
 36   MENUITEM "&Tipărește",                     MNID_FILE_PRINT
 37   MENUITEM "&Setare imprimantă",             MNID_FILE_SETUP
 38   MENUITEM SEPARATOR
 39   MENUITEM "&Ieșire",                        MNID_FILE_EXIT
 40  }
 41  POPUP "&Editare" {
 42    MENUITEM "&Copiază...",                   MNID_EDIT_COPYDLG
 43    MENUITEM SEPARATOR
 44    MENUITEM "&Adnotează...",                 MNID_EDIT_ANNOTATE
 45  }
 46  POPUP "&Se&mn de carte" {
 47    MENUITEM "&Definește...",                 MNID_BKMK_DEFINE
 48  }
 49  POPUP "&Opțiuni" {
 50    POPUP "&Ajutor întotdeauna vizibil"
 51    BEGIN
 52      MENUITEM "Implicit",                    MNID_OPTS_HELP_DEFAULT
 53      MENUITEM "Vizibil",                     MNID_OPTS_HELP_VISIBLE
 54      MENUITEM "Invizibil",                   MNID_OPTS_HELP_NONVISIBLE
 55   END
 56   MENUITEM "Istorie",                        MNID_OPTS_HISTORY
 57   POPUP    "&Font"
 58   BEGIN
 59     MENUITEM "Mic",                          MNID_OPTS_FONTS_SMALL
 60     MENUITEM "Normal",                       MNID_OPTS_FONTS_NORMAL
 61     MENUITEM "Mare",                         MNID_OPTS_FONTS_LARGE
 62   END
 63   MENUITEM "Utilizează culorile sistemului", MNID_OPTS_SYSTEM_COLORS
 64  }
 65  POPUP "&Ajutor" {
 66    MENUITEM "Ajut&or despre ajutor",         MNID_HELP_HELPON
 67    MENUITEM "În&totdeauna deasupra",         MNID_HELP_HELPTOP
 68    MENUITEM SEPARATOR
 69    MENUITEM "&Informații...",                MNID_HELP_ABOUT
 70 #ifdef WINELIB
 71    MENUITEM "&Despre Wine",                  MNID_HELP_WINE
 72 #endif
 73  }
 74 }
 75 
 76 IDD_INDEX DIALOG DISCARDABLE 0, 0, 200, 190
 77 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
 78 FONT 8, "MS Shell Dlg"
 79 CAPTION "Index"
 80 {
 81     LISTBOX IDC_INDEXLIST, 10, 10, 180, 150, LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_BORDER
 82 }
 83 
 84 IDD_SEARCH DIALOG DISCARDABLE 0, 0, 200, 190
 85 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
 86 FONT 8, "MS Shell Dlg"
 87 CAPTION "Căutare"
 88 {
 89     LTEXT  "Încă neimplementată", -1, 10, 10, 180, 150
 90 }
 91 
 92 /* Strings */
 93 STRINGTABLE DISCARDABLE
 94 {
 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”"
101 STID_INDEX,             "&Index"
102 STID_CONTENTS,          "Rezumat"
103 STID_BACK,              "În&apoi"
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:"
109 }
110 
111 CONTEXT_MENU MENU
112 BEGIN
113   POPUP ""
114   BEGIN
115     MENUITEM "Adnotare...",                    MNID_CTXT_ANNOTATE
116     MENUITEM "Copiază",                        MNID_CTXT_COPY
117     MENUITEM "Tipărește...",                   MNID_CTXT_PRINT
118     POPUP "Fonturi"
119     BEGIN
120       MENUITEM "Mic",                          MNID_CTXT_FONTS_SMALL
121       MENUITEM "Normal",                       MNID_CTXT_FONTS_NORMAL
122       MENUITEM "Mare",                         MNID_CTXT_FONTS_LARGE
123     END
124     POPUP "Ajutorul întotdeauna vizibil"
125     BEGIN
126       MENUITEM "Implicit",                     MNID_CTXT_HELP_DEFAULT
127       MENUITEM "Vizibil",                      MNID_CTXT_HELP_VISIBLE
128       MENUITEM "Invizibil",                    MNID_CTXT_HELP_NONVISIBLE
129     END
130     MENUITEM "Utilizează culorile sistemului", MNID_CTXT_SYSTEM_COLORS
131   END
132 END

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.