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

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

Version: ~ [ 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 /* Hey, Emacs, open this file with -*- coding: cp1250 -*-
  2  *
  3  * Help Viewer Czech resources
  4  *
  5  * Copyright 1996 Ulrich Schmid
  6  * Copyright 2002 Sylvain Petreolle
  7  * Copyright 2004 David Kredba
  8  *
  9  * This library is free software; you can redistribute it and/or
 10  * modify it under the terms of the GNU Lesser General Public
 11  * License as published by the Free Software Foundation; either
 12  * version 2.1 of the License, or (at your option) any later version.
 13  *
 14  * This library is distributed in the hope that it will be useful,
 15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
 16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 17  * Lesser General Public License for more details.
 18  *
 19  * You should have received a copy of the GNU Lesser General Public
 20  * License along with this library; if not, write to the Free Software
 21  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
 22  */
 23 
 24 #include "winhelp_res.h"
 25 
 26 /* Czech strings in CP1250 */
 27 
 28 /* Menu */
 29 
 30 MAIN_MENU MENU LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
 31 {
 32  POPUP "&Soubor" {
 33   MENUITEM "&Otevřít", MNID_FILE_OPEN
 34   MENUITEM SEPARATOR
 35   MENUITEM "&Tisk", MNID_FILE_PRINT
 36   MENUITEM "Na&stavení tisku...", MNID_FILE_SETUP
 37    MENUITEM SEPARATOR
 38   MENUITEM "&Konec", MNID_FILE_EXIT
 39  }
 40  POPUP "Úprav&y" {
 41    MENUITEM "&Kopírovat...", MNID_EDIT_COPYDLG
 42    MENUITEM SEPARATOR
 43    MENUITEM "P&oznamenat si...", MNID_EDIT_ANNOTATE
 44  }
 45  POPUP "&Záložka" {
 46    MENUITEM "Při&dat...", MNID_BKMK_DEFINE
 47  }
 48  POPUP "&Options" {
 49    POPUP        "Help always visible"
 50    BEGIN
 51      MENUITEM "Default",        MNID_OPTS_HELP_DEFAULT
 52      MENUITEM "Visible",        MNID_OPTS_HELP_VISIBLE
 53      MENUITEM "Non visible",    MNID_OPTS_HELP_NONVISIBLE
 54   END
 55   MENUITEM "History",           MNID_OPTS_HISTORY
 56   POPUP    "Fonts"
 57   BEGIN
 58     MENUITEM "Small",           MNID_OPTS_FONTS_SMALL
 59     MENUITEM "Normal",          MNID_OPTS_FONTS_NORMAL
 60     MENUITEM "Large",           MNID_OPTS_FONTS_LARGE
 61   END
 62   MENUITEM "Use system colors", MNID_OPTS_SYSTEM_COLORS
 63  }
 64  POPUP "&Nápověda" {
 65    MENUITEM "Náp&ověda k nápovědě", MNID_HELP_HELPON
 66    MENUITEM "Vždy na &vrchu", MNID_HELP_HELPTOP
 67    MENUITEM SEPARATOR
 68    MENUITEM "&Informace...", MNID_HELP_ABOUT
 69 #ifdef WINELIB
 70    MENUITEM "O &WINE", MNID_HELP_WINE
 71 #endif
 72  }
 73 }
 74 
 75 /* Strings */
 76 STRINGTABLE DISCARDABLE LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
 77 {
 78 STID_WINE_HELP,         "Nápověda WINE"
 79 STID_WHERROR,           "CHYBA"
 80 STID_WARNING,           "VAROVÁNÍ"
 81 STID_INFO,              "Informace"
 82 STID_NOT_IMPLEMENTED,   "Není implementováno"
 83 STID_HLPFILE_ERROR_s,   "Nelze přečíst soubor nápovědy `%s'"
 84 STID_INDEX,             "&Obsah"
 85 STID_CONTENTS,          "Summary"
 86 STID_BACK,              "&Zpět"
 87 STID_ALL_FILES,         "Všechny soubory (*.*)"
 88 STID_HELP_FILES_HLP,    "Soubory nápovědy (*.hlp)"
 89 STID_FILE_NOT_FOUND_s   "Cannot find '%s'. Do you want to find this file yourself?"
 90 STID_NO_RICHEDIT        "Cannot find a richedit implementation... Aborting"
 91 STID_PSH_INDEX,         "Help topics: "
 92 }

~ [ 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.