Petr Tesarik | 89a8032 | 2006-02-13 13:27:29 +0100 | [diff] [blame] | 1 | /* Hey, Emacs, open this file with -*- coding: cp1250 -*- |
| 2 | * |
David Kredba | 9709875 | 2005-11-02 11:01:07 +0000 | [diff] [blame] | 3 | * HTML Help resources |
| 4 | * Czech Language Support |
| 5 | * |
| 6 | * Copyright 2005 James Hawkins |
| 7 | * Copyright 2005 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 22 | */ |
| 23 | |
| 24 | LANGUAGE LANG_CZECH, SUBLANG_DEFAULT |
| 25 | |
Petr Tesarik | 89a8032 | 2006-02-13 13:27:29 +0100 | [diff] [blame] | 26 | /* Czech strings in CP1250 */ |
| 27 | |
David Kredba | 9709875 | 2005-11-02 11:01:07 +0000 | [diff] [blame] | 28 | STRINGTABLE |
| 29 | BEGIN |
| 30 | IDS_CONTENTS "&Obsah" |
| 31 | IDS_INDEX "I&ndex" |
| 32 | IDS_SEARCH "&Hledat" |
| 33 | IDS_FAVORITES "Oblí&bené" |
| 34 | END |
| 35 | |
| 36 | STRINGTABLE |
| 37 | BEGIN |
| 38 | IDTB_EXPAND "Rozbalit" |
| 39 | IDTB_CONTRACT "Skrýt" |
| 40 | IDTB_STOP "Zastavit" |
| 41 | IDTB_REFRESH "Obnovit" |
| 42 | IDTB_BACK "Zpìt" |
| 43 | IDTB_HOME "Domù" |
| 44 | IDTB_SYNC "Synchronizovat" |
| 45 | IDTB_PRINT "Tisk" |
| 46 | IDTB_OPTIONS "Volby" |
| 47 | IDTB_FORWARD "Vpøed" |
| 48 | IDTB_NOTES "IDTB_NOTES" |
| 49 | IDTB_BROWSE_FWD "IDTB_BROWSE_FWD" |
| 50 | IDTB_BROWSE_BACK "IDT_BROWSE_BACK" |
| 51 | IDTB_CONTENTS "IDTB_CONTENTS" |
| 52 | IDTB_INDEX "IDTB_INDEX" |
| 53 | IDTB_SEARCH "IDTB_SEARCH" |
| 54 | IDTB_HISTORY "IDTB_HISTORY" |
| 55 | IDTB_FAVORITES "IDTB_FAVORITES" |
| 56 | IDTB_JUMP1 "Skok1" |
| 57 | IDTB_JUMP2 "Skok2" |
| 58 | IDTB_CUSTOMIZE "Pøizpùsobit" |
| 59 | IDTB_ZOOM "Lupa" |
| 60 | IDTB_TOC_NEXT "IDTB_TOC_NEXT" |
| 61 | IDTB_TOC_PREV "IDTB_TOC_PREV" |
| 62 | END |