From d1427779b29f4693264304468cc852361865e41b Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 23 Jul 2012 11:16:13 +0000 Subject: [PATCH] 2012-07-23 13:14 UTC+0200 Viktor Szakats (harbour syenar.net) - src/lang/msgbe866.c - src/lang/msgbewin.c - src/lang/msgbg866.c - src/lang/msgbgiso.c - src/lang/msgbgmik.c - src/lang/msgbgwin.c - src/lang/msgca.c - src/lang/msgcs852.c - src/lang/msgcsiso.c - src/lang/msgcskam.c - src/lang/msgcswin.c - src/lang/msgde.c - src/lang/msgdewin.c - src/lang/msgel.c - src/lang/msgelwin.c - src/lang/msgeo.c - src/lang/msges.c - src/lang/msgeswin.c - src/lang/msgeu.c - src/lang/msgfr.c - src/lang/msggl.c - src/lang/msghr646.c - src/lang/msghr852.c - src/lang/msghriso.c - src/lang/msghrwin.c - src/lang/msghu852.c - src/lang/msghuiso.c - src/lang/msghuwin.c - src/lang/msgid.c - src/lang/msgis850.c - src/lang/msgit.c - src/lang/msgltwin.c - src/lang/msgnl.c - src/lang/msgpl852.c - src/lang/msgpliso.c - src/lang/msgplmaz.c - src/lang/msgplwin.c - src/lang/msgpt.c - src/lang/msgptiso.c - src/lang/msgro.c - src/lang/msgru866.c - src/lang/msgrukoi.c - src/lang/msgruwin.c - src/lang/msgsk852.c - src/lang/msgskiso.c - src/lang/msgskkam.c - src/lang/msgskwin.c - src/lang/msgsl646.c - src/lang/msgsl852.c - src/lang/msgsliso.c - src/lang/msgslwin.c - src/lang/msgsrwin.c - src/lang/msgsv.c - src/lang/msgsvwin.c - src/lang/msgtr857.c - src/lang/msgtrwin.c - src/lang/msgua866.c - src/lang/msguakoi.c - src/lang/msguawin.c * src/lang/Makefile * src/rtl/langcomp.prg * include/hblang.hbx - deletes legacy codepages now implemented in HB_LANGSELECT() compatibility layer dynamically + readded support for UEKOI8 and RUKOI8 CPs. Now this can be done cheaply ; Legacy languages left because of missing CPs: HE862, HEWIN, HUCWI, KO, SR852, SRISO, UADOS, ZHB5, ZHGB * include/harbour.hbx + added __HB_LANGSELECT() internal function (do not use it) * src/lang/msg_tpl.c + updated to UTF-8 --- harbour/ChangeLog | 77 ++++++++++++- harbour/include/harbour.hbx | 1 + harbour/include/hblang.hbx | 60 ---------- harbour/src/lang/Makefile | 59 ---------- harbour/src/lang/msg_tpl.c | 4 +- harbour/src/lang/msgbe866.c | 204 --------------------------------- harbour/src/lang/msgbewin.c | 204 --------------------------------- harbour/src/lang/msgbg866.c | 204 --------------------------------- harbour/src/lang/msgbgiso.c | 204 --------------------------------- harbour/src/lang/msgbgmik.c | 204 --------------------------------- harbour/src/lang/msgbgwin.c | 204 --------------------------------- harbour/src/lang/msgca.c | 204 --------------------------------- harbour/src/lang/msgcs852.c | 204 --------------------------------- harbour/src/lang/msgcsiso.c | 204 --------------------------------- harbour/src/lang/msgcskam.c | 204 --------------------------------- harbour/src/lang/msgcswin.c | 205 --------------------------------- harbour/src/lang/msgde.c | 204 --------------------------------- harbour/src/lang/msgdewin.c | 205 --------------------------------- harbour/src/lang/msgel.c | 204 --------------------------------- harbour/src/lang/msgelwin.c | 204 --------------------------------- harbour/src/lang/msgeo.c | 204 --------------------------------- harbour/src/lang/msges.c | 205 --------------------------------- harbour/src/lang/msgeswin.c | 205 --------------------------------- harbour/src/lang/msgeu.c | 204 --------------------------------- harbour/src/lang/msgfr.c | 204 --------------------------------- harbour/src/lang/msggl.c | 204 --------------------------------- harbour/src/lang/msghr646.c | 204 --------------------------------- harbour/src/lang/msghr852.c | 205 --------------------------------- harbour/src/lang/msghriso.c | 205 --------------------------------- harbour/src/lang/msghrwin.c | 206 --------------------------------- harbour/src/lang/msghu852.c | 204 --------------------------------- harbour/src/lang/msghuiso.c | 204 --------------------------------- harbour/src/lang/msghuwin.c | 204 --------------------------------- harbour/src/lang/msgid.c | 204 --------------------------------- harbour/src/lang/msgis850.c | 205 --------------------------------- harbour/src/lang/msgit.c | 204 --------------------------------- harbour/src/lang/msgltwin.c | 204 --------------------------------- harbour/src/lang/msgnl.c | 204 --------------------------------- harbour/src/lang/msgpl852.c | 204 --------------------------------- harbour/src/lang/msgpliso.c | 204 --------------------------------- harbour/src/lang/msgplmaz.c | 204 --------------------------------- harbour/src/lang/msgplwin.c | 204 --------------------------------- harbour/src/lang/msgpt.c | 216 ----------------------------------- harbour/src/lang/msgptiso.c | 216 ----------------------------------- harbour/src/lang/msgro.c | 204 --------------------------------- harbour/src/lang/msgru866.c | 205 --------------------------------- harbour/src/lang/msgrukoi.c | 204 --------------------------------- harbour/src/lang/msgruwin.c | 205 --------------------------------- harbour/src/lang/msgsk852.c | 204 --------------------------------- harbour/src/lang/msgskiso.c | 204 --------------------------------- harbour/src/lang/msgskkam.c | 204 --------------------------------- harbour/src/lang/msgskwin.c | 204 --------------------------------- harbour/src/lang/msgsl646.c | 205 --------------------------------- harbour/src/lang/msgsl852.c | 204 --------------------------------- harbour/src/lang/msgsliso.c | 204 --------------------------------- harbour/src/lang/msgslwin.c | 204 --------------------------------- harbour/src/lang/msgsrwin.c | 204 --------------------------------- harbour/src/lang/msgsv.c | 204 --------------------------------- harbour/src/lang/msgsvwin.c | 204 --------------------------------- harbour/src/lang/msgtr857.c | 204 --------------------------------- harbour/src/lang/msgtrwin.c | 204 --------------------------------- harbour/src/lang/msgua866.c | 204 --------------------------------- harbour/src/lang/msguakoi.c | 204 --------------------------------- harbour/src/lang/msguawin.c | 204 --------------------------------- harbour/src/rtl/langcomp.prg | 138 +++++++++++----------- 65 files changed, 149 insertions(+), 12262 deletions(-) delete mode 100644 harbour/src/lang/msgbe866.c delete mode 100644 harbour/src/lang/msgbewin.c delete mode 100644 harbour/src/lang/msgbg866.c delete mode 100644 harbour/src/lang/msgbgiso.c delete mode 100644 harbour/src/lang/msgbgmik.c delete mode 100644 harbour/src/lang/msgbgwin.c delete mode 100644 harbour/src/lang/msgca.c delete mode 100644 harbour/src/lang/msgcs852.c delete mode 100644 harbour/src/lang/msgcsiso.c delete mode 100644 harbour/src/lang/msgcskam.c delete mode 100644 harbour/src/lang/msgcswin.c delete mode 100644 harbour/src/lang/msgde.c delete mode 100644 harbour/src/lang/msgdewin.c delete mode 100644 harbour/src/lang/msgel.c delete mode 100644 harbour/src/lang/msgelwin.c delete mode 100644 harbour/src/lang/msgeo.c delete mode 100644 harbour/src/lang/msges.c delete mode 100644 harbour/src/lang/msgeswin.c delete mode 100644 harbour/src/lang/msgeu.c delete mode 100644 harbour/src/lang/msgfr.c delete mode 100644 harbour/src/lang/msggl.c delete mode 100644 harbour/src/lang/msghr646.c delete mode 100644 harbour/src/lang/msghr852.c delete mode 100644 harbour/src/lang/msghriso.c delete mode 100644 harbour/src/lang/msghrwin.c delete mode 100644 harbour/src/lang/msghu852.c delete mode 100644 harbour/src/lang/msghuiso.c delete mode 100644 harbour/src/lang/msghuwin.c delete mode 100644 harbour/src/lang/msgid.c delete mode 100644 harbour/src/lang/msgis850.c delete mode 100644 harbour/src/lang/msgit.c delete mode 100644 harbour/src/lang/msgltwin.c delete mode 100644 harbour/src/lang/msgnl.c delete mode 100644 harbour/src/lang/msgpl852.c delete mode 100644 harbour/src/lang/msgpliso.c delete mode 100644 harbour/src/lang/msgplmaz.c delete mode 100644 harbour/src/lang/msgplwin.c delete mode 100644 harbour/src/lang/msgpt.c delete mode 100644 harbour/src/lang/msgptiso.c delete mode 100644 harbour/src/lang/msgro.c delete mode 100644 harbour/src/lang/msgru866.c delete mode 100644 harbour/src/lang/msgrukoi.c delete mode 100644 harbour/src/lang/msgruwin.c delete mode 100644 harbour/src/lang/msgsk852.c delete mode 100644 harbour/src/lang/msgskiso.c delete mode 100644 harbour/src/lang/msgskkam.c delete mode 100644 harbour/src/lang/msgskwin.c delete mode 100644 harbour/src/lang/msgsl646.c delete mode 100644 harbour/src/lang/msgsl852.c delete mode 100644 harbour/src/lang/msgsliso.c delete mode 100644 harbour/src/lang/msgslwin.c delete mode 100644 harbour/src/lang/msgsrwin.c delete mode 100644 harbour/src/lang/msgsv.c delete mode 100644 harbour/src/lang/msgsvwin.c delete mode 100644 harbour/src/lang/msgtr857.c delete mode 100644 harbour/src/lang/msgtrwin.c delete mode 100644 harbour/src/lang/msgua866.c delete mode 100644 harbour/src/lang/msguakoi.c delete mode 100644 harbour/src/lang/msguawin.c diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 36c8a91655..14464a224a 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,82 @@ The license applies to all entries newer than 2009-04-28. */ +2012-07-23 13:14 UTC+0200 Viktor Szakats (harbour syenar.net) + - src/lang/msgbe866.c + - src/lang/msgbewin.c + - src/lang/msgbg866.c + - src/lang/msgbgiso.c + - src/lang/msgbgmik.c + - src/lang/msgbgwin.c + - src/lang/msgca.c + - src/lang/msgcs852.c + - src/lang/msgcsiso.c + - src/lang/msgcskam.c + - src/lang/msgcswin.c + - src/lang/msgde.c + - src/lang/msgdewin.c + - src/lang/msgel.c + - src/lang/msgelwin.c + - src/lang/msgeo.c + - src/lang/msges.c + - src/lang/msgeswin.c + - src/lang/msgeu.c + - src/lang/msgfr.c + - src/lang/msggl.c + - src/lang/msghr646.c + - src/lang/msghr852.c + - src/lang/msghriso.c + - src/lang/msghrwin.c + - src/lang/msghu852.c + - src/lang/msghuiso.c + - src/lang/msghuwin.c + - src/lang/msgid.c + - src/lang/msgis850.c + - src/lang/msgit.c + - src/lang/msgltwin.c + - src/lang/msgnl.c + - src/lang/msgpl852.c + - src/lang/msgpliso.c + - src/lang/msgplmaz.c + - src/lang/msgplwin.c + - src/lang/msgpt.c + - src/lang/msgptiso.c + - src/lang/msgro.c + - src/lang/msgru866.c + - src/lang/msgrukoi.c + - src/lang/msgruwin.c + - src/lang/msgsk852.c + - src/lang/msgskiso.c + - src/lang/msgskkam.c + - src/lang/msgskwin.c + - src/lang/msgsl646.c + - src/lang/msgsl852.c + - src/lang/msgsliso.c + - src/lang/msgslwin.c + - src/lang/msgsrwin.c + - src/lang/msgsv.c + - src/lang/msgsvwin.c + - src/lang/msgtr857.c + - src/lang/msgtrwin.c + - src/lang/msgua866.c + - src/lang/msguakoi.c + - src/lang/msguawin.c + * src/lang/Makefile + * src/rtl/langcomp.prg + * include/hblang.hbx + - deletes legacy codepages now implemented in HB_LANGSELECT() + compatibility layer dynamically + + readded support for UEKOI8 and RUKOI8 CPs. Now this can + be done cheaply + ; Legacy languages left because of missing CPs: + HE862, HEWIN, HUCWI, KO, SR852, SRISO, UADOS, ZHB5, ZHGB + + * include/harbour.hbx + + added __HB_LANGSELECT() internal function (do not use it) + + * src/lang/msg_tpl.c + + updated to UTF-8 + 2012-07-23 13:00 UTC+0200 Viktor Szakats (harbour syenar.net) + src/rtl/langcomp.prg * src/rtl/langapi.c @@ -83,7 +159,6 @@ * src/lang/msgrukoi.c * src/lang/msguakoi.c ! fixed wrong module IDs. RUKOI8 -> RUKOI, UAKOI8 -> UAKOI - INCOMPATIBLE 2012-07-23 01:50 UTC+0200 Viktor Szakats (vszakats syenar.net) * src/lang/msgrukoi.c diff --git a/harbour/include/harbour.hbx b/harbour/include/harbour.hbx index a503713a62..857bbf71b7 100644 --- a/harbour/include/harbour.hbx +++ b/harbour/include/harbour.hbx @@ -1389,6 +1389,7 @@ DYNAMIC __HBPointer DYNAMIC __HBSymbol DYNAMIC __HBTimestamp DYNAMIC __HBVMInit +DYNAMIC __hb_langSelect DYNAMIC __i18n_hashJoin DYNAMIC __i18n_hashTable DYNAMIC __i18n_potArrayJoin diff --git a/harbour/include/hblang.hbx b/harbour/include/hblang.hbx index 7f4f3d2d41..360619e2c7 100644 --- a/harbour/include/hblang.hbx +++ b/harbour/include/hblang.hbx @@ -60,73 +60,13 @@ DYNAMIC HB_LANG_TRUTF DYNAMIC HB_LANG_UAUTF DYNAMIC HB_LANG_ZHUTF -DYNAMIC HB_LANG_BE866 -DYNAMIC HB_LANG_BEWIN -DYNAMIC HB_LANG_BG866 -DYNAMIC HB_LANG_BGISO -DYNAMIC HB_LANG_BGMIK -DYNAMIC HB_LANG_BGWIN -DYNAMIC HB_LANG_CA -DYNAMIC HB_LANG_CS852 -DYNAMIC HB_LANG_CSISO -DYNAMIC HB_LANG_CSKAM -DYNAMIC HB_LANG_CSWIN -DYNAMIC HB_LANG_DE -DYNAMIC HB_LANG_DEWIN -DYNAMIC HB_LANG_EL -DYNAMIC HB_LANG_ELWIN -DYNAMIC HB_LANG_EN -DYNAMIC HB_LANG_EO -DYNAMIC HB_LANG_ES -DYNAMIC HB_LANG_ESWIN -DYNAMIC HB_LANG_EU -DYNAMIC HB_LANG_FR -DYNAMIC HB_LANG_GL DYNAMIC HB_LANG_HE862 DYNAMIC HB_LANG_HEWIN -DYNAMIC HB_LANG_HR646 -DYNAMIC HB_LANG_HR852 -DYNAMIC HB_LANG_HRISO -DYNAMIC HB_LANG_HRWIN -DYNAMIC HB_LANG_HU852 DYNAMIC HB_LANG_HUCWI -DYNAMIC HB_LANG_HUISO -DYNAMIC HB_LANG_HUWIN -DYNAMIC HB_LANG_ID -DYNAMIC HB_LANG_IS850 -DYNAMIC HB_LANG_IT DYNAMIC HB_LANG_KO -DYNAMIC HB_LANG_LTWIN -DYNAMIC HB_LANG_NL -DYNAMIC HB_LANG_PL852 -DYNAMIC HB_LANG_PLISO -DYNAMIC HB_LANG_PLMAZ -DYNAMIC HB_LANG_PLWIN -DYNAMIC HB_LANG_PT -DYNAMIC HB_LANG_PTISO -DYNAMIC HB_LANG_RO -DYNAMIC HB_LANG_RU866 -DYNAMIC HB_LANG_RUKOI -DYNAMIC HB_LANG_RUWIN -DYNAMIC HB_LANG_SK852 -DYNAMIC HB_LANG_SKISO -DYNAMIC HB_LANG_SKKAM -DYNAMIC HB_LANG_SKWIN -DYNAMIC HB_LANG_SL646 -DYNAMIC HB_LANG_SL852 -DYNAMIC HB_LANG_SLISO -DYNAMIC HB_LANG_SLWIN DYNAMIC HB_LANG_SR852 DYNAMIC HB_LANG_SRISO -DYNAMIC HB_LANG_SRWIN -DYNAMIC HB_LANG_SV -DYNAMIC HB_LANG_SVWIN -DYNAMIC HB_LANG_TR857 -DYNAMIC HB_LANG_TRWIN -DYNAMIC HB_LANG_UA866 DYNAMIC HB_LANG_UADOS -DYNAMIC HB_LANG_UAKOI -DYNAMIC HB_LANG_UAWIN DYNAMIC HB_LANG_ZHB5 DYNAMIC HB_LANG_ZHGB diff --git a/harbour/src/lang/Makefile b/harbour/src/lang/Makefile index a8c0dabf62..3686d01565 100644 --- a/harbour/src/lang/Makefile +++ b/harbour/src/lang/Makefile @@ -38,72 +38,13 @@ C_SOURCES := \ msgzhutf.c \ C_SOURCES += \ - msgbe866.c \ - msgbewin.c \ - msgbg866.c \ - msgbgiso.c \ - msgbgmik.c \ - msgbgwin.c \ - msgca.c \ - msgcs852.c \ - msgcsiso.c \ - msgcskam.c \ - msgcswin.c \ - msgde.c \ - msgdewin.c \ - msgel.c \ - msgelwin.c \ - msgeo.c \ - msges.c \ - msgeswin.c \ - msgeu.c \ - msgfr.c \ - msggl.c \ msghe862.c \ msghewin.c \ - msghr646.c \ - msghr852.c \ - msghriso.c \ - msghrwin.c \ - msghu852.c \ msghucwi.c \ - msghuiso.c \ - msghuwin.c \ - msgid.c \ - msgis850.c \ - msgit.c \ msgko.c \ - msgltwin.c \ - msgnl.c \ - msgpl852.c \ - msgpliso.c \ - msgplmaz.c \ - msgplwin.c \ - msgpt.c \ - msgptiso.c \ - msgro.c \ - msgru866.c \ - msgrukoi.c \ - msgruwin.c \ - msgskiso.c \ - msgskwin.c \ - msgskkam.c \ - msgsk852.c \ - msgsl646.c \ - msgsl852.c \ - msgsliso.c \ - msgslwin.c \ msgsr852.c \ msgsriso.c \ - msgtr857.c \ - msgtrwin.c \ - msgsrwin.c \ - msgsv.c \ - msgsvwin.c \ - msgua866.c \ msguados.c \ - msguakoi.c \ - msguawin.c \ msgzhb5.c \ msgzhgb.c \ diff --git a/harbour/src/lang/msg_tpl.c b/harbour/src/lang/msg_tpl.c index f54fdeec93..4a2ef9e52a 100644 --- a/harbour/src/lang/msg_tpl.c +++ b/harbour/src/lang/msg_tpl.c @@ -52,7 +52,7 @@ /* Language name: */ /* ISO language code (2 chars): (please look it up in /doc/lang_id.txt) */ -/* Codepage: */ +/* Codepage: UTF-8 */ #include "hbapilng.h" @@ -65,7 +65,7 @@ static HB_LANG s_lang = "English", /* Name (in English) */ "English", /* Name (in native language) */ "EN", /* RFC ID */ - "CP-437", /* Codepage */ + "UTF-8", /* Codepage */ "", /* Version */ /* Month names */ diff --git a/harbour/src/lang/msgbe866.c b/harbour/src/lang/msgbe866.c deleted file mode 100644 index 6375750891..0000000000 --- a/harbour/src/lang/msgbe866.c +++ /dev/null @@ -1,204 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (BE866) - * - * Copyright 2004 Pavel Tsarenko - * www - http://www.xharbour.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Belorussian */ -/* ISO language code (2 chars): BE */ -/* Codepage: CP-866 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "BE866", /* ID */ - "Belorussian", /* Name (in English) */ - "᪠ ", /* Name (in native language) */ - "BY", /* RFC ID */ - "CP-866", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "㤧", - "", - "i", - "ᠢi", - "", - "ࢥ", - "i", - "i", - "ᥭ", - "i", - "i⠯", - "", - - /* Day names */ - - "蠟", - "蠟", - "ࠪ", - "ࠤ", - "梥", - "i", - "㡮", - - /* CA-Cl*pper compatible natmsg items */ - - " # i . ", - " 몫 ?", - ".N", - "** Subtotal **", - "* Subsubtotal *", - "*** Total ***", - "Ins", - " ", - "ࠢi쭠 ", - "ﯠ: ", - " - ", - "/", - "I ", - - /* Error description names */ - - "冷 뫪", - "ࠢi 㬥", - "࠯ i", - "࠯ ࠤ", - "࠯ i", - "﫥 ", - "쪠᭠ 뫪", - "i⠪i筠 뫪", - " ᪫ ", - "", - "", - "ࠪ i", - "冷 㭪", - "⠤ ᯠ⠢", - "ࠬ i", - "i i", - "ࠬ ᯠࠢ", - "묠 i ii i", - "i 㦮 몠", - "", - "뫪 ⢮࠭", - "뫪 ", - "뫪 뭥", - "뫪 ⠭", - "뫪 i", - "뫪 㪠", - "", - "", - "", - "", - " 묫i", - "裂 ࠢ蠭", - " 誮", - "뫪 ", - "뫪 ", - " ", - " iiࠢ", - "ࠡ ᪫i ", - "ࠡ ", - "i ", - " i ", - " 묠", - "", - "", - "", - "", - "ࠢi쭠 쪠 㬥", - " i", - " i", - " i", - "", - - /* Internal error names */ - - " 뫪 %d: ", - "뫪 i", - " 맭砭 ERRORBLOCK() 뫪i", - "ࠢ蠭 裂 i 몫i 몠 뫠", - " 묮 i RDD", - "ࠢi ⠤ %s", - "hb_xgrab ࠧઠ ", - "hb_xrealloc 몫i NULL i", - "hb_xrealloc 몫i ࠢi i", - "hb_xrealloc ࠧઠ ", - "hb_xfree 몫i ࠢi i", - "hb_xfree 몫i NULL i", - " ⠢ : \'%s\'", - "i砥 ⠢ ", - "VM: 冷 ", - "%s: 砪 i", - "%s: ࠢi i self", - "%s: 砪 ", - "%s: ࠢi i ", - " ", - "%s: ஡ iࠢ ", - "%s: ࠢi쭠 i ࠬ", - "࠯ i", - "hb_xgrab requested to allocate zero bytes", - "hb_xrealloc requested to resize to zero bytes", - "hb_xalloc requested to allocate zero bytes", - - /* Texts */ - - "DD/MM/YYYY", - "", - "" - } -}; - -#define HB_LANG_ID BE866 -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msgbewin.c b/harbour/src/lang/msgbewin.c deleted file mode 100644 index f76e0e51df..0000000000 --- a/harbour/src/lang/msgbewin.c +++ /dev/null @@ -1,204 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (BEWIN) - * - * Copyright 2004 Pavel Tsarenko - * www - http://www.xharbour.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Belorussian */ -/* ISO language code (2 chars): BE */ -/* Codepage: Windows-1251 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "BEWIN", /* ID */ - "Belorussian", /* Name (in English) */ - " ", /* Name (in native language) */ - "BY", /* RFC ID */ - "Windows-1251", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "", - "", - "", - "", - "", - "", - "˳", - "", - "", - "", - "˳", - "", - - /* Day names */ - - "", - "", - "", - "", - "", - "", - "", - - /* CA-Cl*pper compatible natmsg items */ - - " # . ", - " ?", - ".N", - "** Subtotal **", - "* Subsubtotal *", - "*** Total ***", - "Ins", - " ", - " ", - ": ", - " - ", - "/", - "² ", - - /* Error description names */ - - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "ѳ ", - " ", - "", - "", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " 糢 ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - " ", - " ", - " ", - " ", - "", - - /* Internal error names */ - - " %d: ", - " ", - " ERRORBLOCK() ", - " ", - " RDD", - " %s", - "hb_xgrab ", - "hb_xrealloc NULL ", - "hb_xrealloc ", - "hb_xrealloc ", - "hb_xfree ", - "hb_xfree NULL ", - " : \'%s\'", - " ", - "VM: ", - "%s: ", - "%s: self", - "%s: ", - "%s: ", - " ", - "%s: ", - "%s: ", - " ", - "hb_xgrab requested to allocate zero bytes", - "hb_xrealloc requested to resize to zero bytes", - "hb_xalloc requested to allocate zero bytes", - - /* Texts */ - - "DD/MM/YYYY", - "", - "" - } -}; - -#define HB_LANG_ID BEWIN -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msgbg866.c b/harbour/src/lang/msgbg866.c deleted file mode 100644 index 05302bb8e1..0000000000 --- a/harbour/src/lang/msgbg866.c +++ /dev/null @@ -1,204 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (BG866) - * - * Copyright 1999-2005 Viktor Szakats (harbour syenar.net) - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Bulgarian */ -/* ISO language code (2 chars): (please look it up in /doc/lang_id.txt) */ -/* Codepage: CP-866 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "BG866", /* ID */ - "Bulgarian", /* Name (in English) */ - "ꫣ᪨", /* Name (in native language) */ - "BG", /* RFC ID */ - "CP-866", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "", - "", - "", - "ਫ", - "", - "", - "", - "", - "⥬", - "⮬", - "", - "", - - /* Day names */ - - "", - "", - "୨", - "鸞", - "", - "", - "ꡮ", - - /* CA-Cl*pper compatible natmsg items */ - - " # ᫥  ", - "᪠ ਬ?", - ". No.", - "** . 㬠 **", - "* . 㬠 *", - "*** ***", - "Ins", - " ", - "४⭠ ", - ": ", - " - ", - "Y/N", - " ", - - /* Error description names */ - - " 誠", - "誠 ࠬ", - "誠 ࠭筨 ⮩", - "९ꫢ ਭ", - "᫮ ९ꫢ", - " 㫠", - "᫮ 誠", - "⠪筠 誠", - " ᫮ ", - "", - "", - "⨣ ", - "䨭࠭ 㭪", - "ﬠ ᯮ࠭ ⮤", - "஬ 㢠", - "ᥢ 㢠", - "ﬠ ᯮ࠭ ஬", - " ᨬ ᥢ", - "ᥢ ", - "", - "誠 ꧤ", - "誠 ⢠ﭥ", - "誠 ⢠ﭥ", - "誠 ⥭", - "誠 ", - "誠 ", - "", - "", - "", - "", - " ঠ", - "૥ ࠭祭", - " ।", - "誠 ⨯ ", - "誠 ࠧ ", - "⭠ 㯮ॡ", - "⭠ ࠭", - "᪢ Exclusive", - "᪢ 碠", - " ", - "Append lock ஢", - "ᯥ譮 碠", - "", - "", - "", - "", - " ᨢ", - "᢮ ᨢ", - "ࠧ୮ ᨢ", - " ᨢ", - "᫮", - - /* Internal error names */ - - "ࠢ 誠 %d: ", - "ᯥ譮 ࠢﭥ 誠", - "ﬠ ERRORBLOCK() 誠", - "४ ४ᨢ 墠 誨", - "RDD ᯥ譮 ०", - " ⨯ ⮤ %s", - "hb_xgrab ", - "hb_xrealloc NULL 㪠⥫", - "hb_xrealloc 㪠⥫", - "hb_xrealloc ", - "hb_xfree 㪠⥫", - "hb_xfree NULL 㪠⥫", - " । 砫 楤: \'%s\'", - "ﬠ 砫 楤", - "ঠ VM opcode", - " ⨪ 砪 %s", - " ᨬ ⨯ self %s", - "Codeblock 砪 %s", - "४⥭ ⨯ ⥪ 砭 %s", - "ࠧ ⥪", - " ࠭ ᥡ %s", - " ᨬ ⥭ memvar %s", - "९ꫢ ", - "hb_xgrab  㫠 ", - "hb_xrealloc  ஬ 㫠 ", - "hb_xalloc  㫠 ", - - /* Texts */ - - "DD.MM.YYYY", - "Y", - "N" - } -}; - -#define HB_LANG_ID BG866 -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msgbgiso.c b/harbour/src/lang/msgbgiso.c deleted file mode 100644 index 5dcbe634bc..0000000000 --- a/harbour/src/lang/msgbgiso.c +++ /dev/null @@ -1,204 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (BGISO) - * - * Copyright 1999-2005 Viktor Szakats (harbour syenar.net) - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Bulgarian */ -/* ISO language code (2 chars): BG */ -/* Codepage: ISO-8859-5 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "BGISO", /* ID */ - "Bulgarian", /* Name (in English) */ - "", /* Name (in native language) */ - "BG", /* RFC ID */ - "ISO-8859-5", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - - /* Day names */ - - "", - "", - "", - "", - "", - "", - "", - - /* CA-Cl*pper compatible natmsg items */ - - " # ", - " ?", - ". No.", - "** . **", - "* . *", - "*** ***", - "Ins", - " ", - " ", - ": ", - " - ", - "Y/N", - "µ ", - - /* Error description names */ - - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " Exclusive", - " ", - " ", - "Append lock ", - " ", - "", - "", - "", - "", - " ", - " ", - " ", - " ", - "", - - /* Internal error names */ - - " %d: ", - " ", - " ERRORBLOCK() ", - " ", - "RDD ", - " %s", - "hb_xgrab ", - "hb_xrealloc NULL ", - "hb_xrealloc ", - "hb_xrealloc ", - "hb_xfree ", - "hb_xfree NULL ", - " : \'%s\'", - " ", - " VM opcode", - " %s", - " self %s", - "Codeblock %s", - " %s", - " ", - " %s", - " memvar %s", - " ", - "hb_xgrab ", - "hb_xrealloc ", - "hb_xalloc ", - - /* Texts */ - - "DD.MM.YYYY", - "Y", - "N" - } -}; - -#define HB_LANG_ID BGISO -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msgbgmik.c b/harbour/src/lang/msgbgmik.c deleted file mode 100644 index 9636735873..0000000000 --- a/harbour/src/lang/msgbgmik.c +++ /dev/null @@ -1,204 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (BGMIK) - * - * Copyright 2005 Rosen Vladimirov - * www - http://www.xharbour.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Bulgarian */ -/* ISO language code (2 chars): BG */ -/* Codepage: MIK */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "BGMIK", /* ID */ - "Bulgarian", /* Name (in English) */ - "", /* Name (in native language) */ - "BG", /* RFC ID */ - "MIK", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - - /* Day names */ - - "", - "", - "", - "", - "", - "", - "", - - /* CA-Cl*pper compatible natmsg items */ - - " # . ", - "Do you want more samples?", - ". N.", - "** **", - "* *", - "*** ***", - "Ins", - " ", - " ", - "Range: ", - " - ", - "/", - "INVALID EXPRESSION", - - /* Error description names */ - - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - " ", - " ", - " ", - " ", - "", - - /* Internal error names */ - - " %d: ", - " ", - " ERRORBLOCK() ", - " ", - " RDD ", - " %s", - "hb_xgrab ", - "hb_xrealloc NULL", - "hb_xrealloc ", - "hb_xrealloc ", - "hb_xfree ", - "hb_xfree NULL", - " : \'%s\'", - " ", - " VM ", - " %s", - " self %s", - " %s", - " %s ", - " ", - " %s ", - " %s ", - " ", - "hb_xgrab 0 ", - "hb_xrealloc 0 ", - "hb_xalloc 0 ", - - /* Texts */ - - "DD.MM.YYYY", - "", - "" - } -}; - -#define HB_LANG_ID BGMIK -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msgbgwin.c b/harbour/src/lang/msgbgwin.c deleted file mode 100644 index a22f3c40c1..0000000000 --- a/harbour/src/lang/msgbgwin.c +++ /dev/null @@ -1,204 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (BGWIN) - * - * Copyright 1999-2005 Viktor Szakats (harbour syenar.net) - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Bulgarian */ -/* ISO language code (2 chars): BG */ -/* Codepage: Windows-1251 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "BGWIN", /* ID */ - "Bulgarian", /* Name (in English) */ - "", /* Name (in native language) */ - "BG", /* RFC ID */ - "Windows-1251", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - - /* Day names */ - - "", - "", - "", - "", - "", - "", - "", - - /* CA-Cl*pper compatible natmsg items */ - - " # ", - " ?", - ". No.", - "** . **", - "* . *", - "*** ***", - "Ins", - " ", - " ", - ": ", - " - ", - "Y/N", - " ", - - /* Error description names */ - - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " Exclusive", - " ", - " ", - "Append lock ", - " ", - "", - "", - "", - "", - " ", - " ", - " ", - " ", - "", - - /* Internal error names */ - - " %d: ", - " ", - " ERRORBLOCK() ", - " ", - "RDD ", - " %s", - "hb_xgrab ", - "hb_xrealloc NULL ", - "hb_xrealloc ", - "hb_xrealloc ", - "hb_xfree ", - "hb_xfree NULL ", - " : \'%s\'", - " ", - " VM opcode", - " %s", - " self %s", - "Codeblock %s", - " %s", - " ", - " %s", - " memvar %s", - " ", - "hb_xgrab ", - "hb_xrealloc ", - "hb_xalloc ", - - /* Texts */ - - "DD.MM.YYYY", - "Y", - "N" - } -}; - -#define HB_LANG_ID BGWIN -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msgca.c b/harbour/src/lang/msgca.c deleted file mode 100644 index cee4d18e18..0000000000 --- a/harbour/src/lang/msgca.c +++ /dev/null @@ -1,204 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (CA) - * - * Copyright 2000 Jose Lalin - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Catalan */ -/* ISO language code (2 chars): CA */ -/* Codepage: CP-850 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "CA", /* ID */ - "Catalan", /* Name (in English) */ - "Cataln", /* Name (in native language) */ - "CA", /* RFC ID */ - "CP-850", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "Gener", - "Febrer", - "Mar", - "Abril", - "Maig", - "Juny", - "Juliol", - "Agost", - "Setembre", - "Octubre", - "Novembre", - "Decembre", - - /* Day names */ - - "Diumenge", - "Dilluns", - "Dimarts", - "Dimecres", - "Dijous", - "Divendres", - "Dissabte", - - /* CA-Cl*pper compatible natmsg items */ - - "Database Files # Records Last Update Size", - "Do you want more samples?", - "Page No.", - "** Subtotal **", - "* Subsubtotal *", - "*** Total ***", - "Ins", - " ", - "Invalid date", - "Range: ", - " - ", - "Y/N", - "INVALID EXPRESSION", - - /* Error description names */ - - "error desconegut", - "error en argument", - "Bound error", - "String overflow", - "Numeric overflow", - "Zero divisor", - "Numeric error", - "Syntax error", - "Operation too complex", - "", - "", - "Memoria baixa", - "funci no definida", - "method no exportat", - "Variable no existeix", - "Alias no existeix", - "Variable no exportada", - "Caracters ilegals en alias", - "Alias ja en us", - "", - "Create error", - "Open error", - "Close error", - "Read error", - "Write error", - "Print error", - "", - "", - "", - "", - "Operaci no suportada", - "Limit excedit", - "Corrupcio detectada", - "Error tipus de dades", - "Error ample de dades", - "Workarea not in use", - "Workarea not indexed", - "Exclusive required", - "Lock required", - "Write not allowed", - "Append lock failed", - "Lock Failure", - "", - "", - "", - "", - "array access", - "array assign", - "array dimension", - "not an array", - "conditional", - - /* Internal error names */ - - "Unrecoverable error %d: ", - "Error recovery failure", - "No ERRORBLOCK() for error", - "Too many recursive error handler calls", - "RDD invalid or failed to load", - "Invalid method type from %s", - "hb_xgrab can't allocate memory", - "hb_xrealloc called with a NULL pointer", - "hb_xrealloc called with an invalid pointer", - "hb_xrealloc can't reallocate memory", - "hb_xfree called with an invalid pointer", - "hb_xfree called with a NULL pointer", - "Can\'t locate the starting procedure: \'%s\'", - "No starting procedure", - "Unsupported VM opcode", - "Symbol item expected from %s", - "Invalid symbol type for self from %s", - "Codeblock expected from %s", - "Incorrect item type on the stack trying to pop from %s", - "Stack underflow", - "An item was going to be copied to itself from %s", - "Invalid symbol item passed as memvar %s", - "Memory buffer overflow", - "hb_xgrab requested to allocate zero bytes", - "hb_xrealloc requested to resize to zero bytes", - "hb_xalloc requested to allocate zero bytes", - - /* Texts */ - - "DD/MM/YYYY", - "S", - "N" - } -}; - -#define HB_LANG_ID CA -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msgcs852.c b/harbour/src/lang/msgcs852.c deleted file mode 100644 index 922c8a6588..0000000000 --- a/harbour/src/lang/msgcs852.c +++ /dev/null @@ -1,204 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (CS852) - * - * Copyright 2000 Viktor Szakats (harbour syenar.net) (English, from msg_tpl.c) - * Copyright 2000 Davor Siklic - * Copyright 2006 Vojtech Obrdlik - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Czech */ -/* ISO language code (2 chars): CS */ -/* Codepage: CP-852 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "CS852", /* ID */ - "Czech", /* Name (in English) */ - "esky", /* Name (in native language) */ - "CS", /* RFC ID */ - "CP-852", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "leden", - "nor", - "bezen", - "duben", - "kvten", - "erven", - "ervenec", - "srpen", - "z", - "jen", - "listopad", - "prosinec", - - /* Day names */ - - "nedle", - "pondl", - "ter", - "steda", - "tvrtek", - "ptek", - "sobota", - - /* CA-Cl*pper compatible natmsg items */ - - "Databze # Zznam Aktualizace Velikost", - "Chcete vce pklad?", - "Strana", - "** Subtotal **", - "* Subsubtotal *", - "*** Total ***", - "Ins", - " ", - "Chybn datum", - "Rozsah: ", - " - ", - "A/N", - "CHYBN VRAZ", - - /* Error description names */ - - "Neznm chyba", - "Chyba argumentu", - "Chyba mez", - "Peteen etzce", - "Peteen sla", - "Dlen nulou", - "Numerick chyba", - "Chyba syntaxe", - "Operace pli komplexn", - "", - "", - "Nedostatek pamti", - "Nedefinovan funkce", - "Neznm metoda", - "Promnn neexistuje", - "Alias neexistuje", - "Neznm promnn", - "Nepovolen znaky v aliasu", - "Alias ji pouit", - "", - "Chyba vytvoen", - "Chyba oteven", - "Chyba zaven", - "Chyba ten", - "Chyba zpisu", - "Chyba tisku", - "", - "", - "", - "", - "Operace nen podporovna", - "Pekroen limit", - "Index pokozen", - "Typ dat se neshoduje", - "Chyba ky dat", - "Pracovn oblast nen pouita", - "Nen oteven index", - "Poadovno uzamknut", - "Zmek pi pidn zznamu selhal", - "Zmek selhal", - "", - "", - "", - "", - "pstup k poli", - "piazen pole", - "zmna dimenze pole", - "nen pole", - "podmnka", - - /* Internal error names */ - - "Unrecoverable error %d: ", - "Error recovery failure", - "No ERRORBLOCK() for error", - "Too many recursive error handler calls", - "RDD invalid or failed to load", - "Invalid method type from %s", - "hb_xgrab can't allocate memory", - "hb_xrealloc called with a NULL pointer", - "hb_xrealloc called with an invalid pointer", - "hb_xrealloc can't reallocate memory", - "hb_xfree called with an invalid pointer", - "hb_xfree called with a NULL pointer", - "Can\'t locate the starting procedure: \'%s\'", - "No starting procedure", - "Unsupported VM opcode", - "Symbol item expected from %s", - "Invalid symbol type for self from %s", - "Codeblock expected from %s", - "Incorrect item type on the stack trying to pop from %s", - "Stack underflow", - "An item was going to be copied to itself from %s", - "Invalid symbol item passed as memvar %s", - "Memory buffer overflow", - "hb_xgrab requested to allocate zero bytes", - "hb_xrealloc requested to resize to zero bytes", - "hb_xalloc requested to allocate zero bytes", - - /* Texts */ - - "DD.MM.YYYY", - "A", - "N" - } -}; - -#define HB_LANG_ID CS852 -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msgcsiso.c b/harbour/src/lang/msgcsiso.c deleted file mode 100644 index e418d65b0e..0000000000 --- a/harbour/src/lang/msgcsiso.c +++ /dev/null @@ -1,204 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (CSISO) - * - * Copyright 2000 Viktor Szakats (harbour syenar.net) (English, from msg_tpl.c) - * Copyright 2000 Davor Siklic - * Copyright 2006 Vojtech Obrdlik - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Czech */ -/* ISO language code (2 chars): CS */ -/* Codepage: ISO-8859-2 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "CSISO", /* ID */ - "Czech", /* Name (in English) */ - "esky", /* Name (in native language) */ - "CS", /* RFC ID */ - "ISO-8859-2", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "leden", - "nor", - "bezen", - "duben", - "kvten", - "erven", - "ervenec", - "srpen", - "z", - "jen", - "listopad", - "prosinec", - - /* Day names */ - - "nedle", - "pondl", - "ter", - "steda", - "tvrtek", - "ptek", - "sobota", - - /* CA-Cl*pper compatible natmsg items */ - - "Databze # Zznam Aktualizace Velikost", - "Chcete vce pklad?", - "Strana", - "** Subtotal **", - "* Subsubtotal *", - "*** Total ***", - "Ins", - " ", - "Chybn datum", - "Rozsah: ", - " - ", - "A/N", - "CHYBN VRAZ", - - /* Error description names */ - - "Neznm chyba", - "Chyba argumentu", - "Chyba mez", - "Peteen etzce", - "Peteen sla", - "Dlen nulou", - "Numerick chyba", - "Chyba syntaxe", - "Operace pli komplexn", - "", - "", - "Nedostatek pamti", - "Nedefinovan funkce", - "Neznm metoda", - "Promnn neexistuje", - "Alias neexistuje", - "Neznm promnn", - "Nepovolen znaky v aliasu", - "Alias ji pouit", - "", - "Chyba vytvoen", - "Chyba oteven", - "Chyba zaven", - "Chyba ten", - "Chyba zpisu", - "Chyba tisku", - "", - "", - "", - "", - "Operace nen podporovna", - "Pekroen limit", - "Index pokozen", - "Typ dat se neshoduje", - "Chyba ky dat", - "Pracovn oblast nen pouita", - "Nen oteven index", - "Poadovno uzamknut", - "Zmek pi pidn zznamu selhal", - "Zmek selhal", - "", - "", - "", - "", - "pstup k poli", - "piazen pole", - "zmna dimenze pole", - "nen pole", - "podmnka", - - /* Internal error names */ - - "Unrecoverable error %d: ", - "Error recovery failure", - "No ERRORBLOCK() for error", - "Too many recursive error handler calls", - "RDD invalid or failed to load", - "Invalid method type from %s", - "hb_xgrab can't allocate memory", - "hb_xrealloc called with a NULL pointer", - "hb_xrealloc called with an invalid pointer", - "hb_xrealloc can't reallocate memory", - "hb_xfree called with an invalid pointer", - "hb_xfree called with a NULL pointer", - "Can\'t locate the starting procedure: \'%s\'", - "No starting procedure", - "Unsupported VM opcode", - "Symbol item expected from %s", - "Invalid symbol type for self from %s", - "Codeblock expected from %s", - "Incorrect item type on the stack trying to pop from %s", - "Stack underflow", - "An item was going to be copied to itself from %s", - "Invalid symbol item passed as memvar %s", - "Memory buffer overflow", - "hb_xgrab requested to allocate zero bytes", - "hb_xrealloc requested to resize to zero bytes", - "hb_xalloc requested to allocate zero bytes", - - /* Texts */ - - "DD.MM.YYYY", - "A", - "N" - } -}; - -#define HB_LANG_ID CSISO -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msgcskam.c b/harbour/src/lang/msgcskam.c deleted file mode 100644 index 57e03beaa0..0000000000 --- a/harbour/src/lang/msgcskam.c +++ /dev/null @@ -1,204 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (CSKAM) - * - * Copyright 2000 Viktor Szakats (harbour syenar.net) (English, from msg_tpl.c) - * Copyright 2000 Davor Siklic - * Copyright 2006 Vojtech Obrdlik - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Czech */ -/* ISO language code (2 chars): CS */ -/* Codepage: Kamenickych (CS2) */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "CSKAM", /* ID */ - "Czech", /* Name (in English) */ - "esky", /* Name (in native language) */ - "CS", /* RFC ID */ - "895(KAM)", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "leden", - "nor", - "bezen", - "duben", - "kvten", - "erven", - "ervenec", - "srpen", - "z", - "jen", - "listopad", - "prosinec", - - /* Day names */ - - "nedle", - "pondl", - "ter", - "steda", - "tvrtek", - "ptek", - "sobota", - - /* CA-Cl*pper compatible natmsg items */ - - "Databze # Zznam Aktualizace Velikost", - "Chcete vce pklad?", - "Strana", - "** Subtotal **", - "* Subsubtotal *", - "*** Total ***", - "Ins", - " ", - "Chybn datum", - "Rozsah: ", - " - ", - "A/N", - "CHYBN VRAZ", - - /* Error description names */ - - "Neznm chyba", - "Chyba argumentu", - "Chyba mez", - "Peteen etzce", - "Peteen sla", - "Dlen nulou", - "Numerick chyba", - "Chyba syntaxe", - "Operace pli komplexn", - "", - "", - "Nedostatek pamti", - "Nedefinovan funkce", - "Neznm metoda", - "Promnn neexistuje", - "Alias neexistuje", - "Neznm promnn", - "Nepovolen znaky v aliasu", - "Alias ji pouit", - "", - "Chyba vytvoen", - "Chyba oteven", - "Chyba zaven", - "Chyba ten", - "Chyba zpisu", - "Chyba tisku", - "", - "", - "", - "", - "Operace nen podporovna", - "Pekroen limit", - "Index pokozen", - "Typ dat se neshoduje", - "Chyba ky dat", - "Pracovn oblast nen pouita", - "Nen oteven index", - "Poadovno uzamknut", - "Zmek pi pidn zznamu selhal", - "Zmek selhal", - "", - "", - "", - "", - "pstup k poli", - "piazen pole", - "zmna dimenze pole", - "nen pole", - "podmnka", - - /* Internal error names */ - - "Unrecoverable error %d: ", - "Error recovery failure", - "No ERRORBLOCK() for error", - "Too many recursive error handler calls", - "RDD invalid or failed to load", - "Invalid method type from %s", - "hb_xgrab can't allocate memory", - "hb_xrealloc called with a NULL pointer", - "hb_xrealloc called with an invalid pointer", - "hb_xrealloc can't reallocate memory", - "hb_xfree called with an invalid pointer", - "hb_xfree called with a NULL pointer", - "Can\'t locate the starting procedure: \'%s\'", - "No starting procedure", - "Unsupported VM opcode", - "Symbol item expected from %s", - "Invalid symbol type for self from %s", - "Codeblock expected from %s", - "Incorrect item type on the stack trying to pop from %s", - "Stack underflow", - "An item was going to be copied to itself from %s", - "Invalid symbol item passed as memvar %s", - "Memory buffer overflow", - "hb_xgrab requested to allocate zero bytes", - "hb_xrealloc requested to resize to zero bytes", - "hb_xalloc requested to allocate zero bytes", - - /* Texts */ - - "DD.MM.YYYY", - "A", - "N" - } -}; - -#define HB_LANG_ID CSKAM -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msgcswin.c b/harbour/src/lang/msgcswin.c deleted file mode 100644 index 021dbeba0f..0000000000 --- a/harbour/src/lang/msgcswin.c +++ /dev/null @@ -1,205 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (CSWIN) - * - * Copyright 2000 Viktor Szakats (harbour syenar.net) (English, from msg_tpl.c) - * Copyright 2000 Roman Masek - * Copyright 2000 Davor Siklic - * Copyright 2006 Vojtech Obrdlik - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Czech */ -/* ISO language code (2 chars): CS */ -/* Codepage: Windows-1250 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "CSWIN", /* ID */ - "Czech", /* Name (in English) */ - "esky", /* Name (in native language) */ - "CS", /* RFC ID */ - "Windows-1250", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "leden", - "nor", - "bezen", - "duben", - "kvten", - "erven", - "ervenec", - "srpen", - "z", - "jen", - "listopad", - "prosinec", - - /* Day names */ - - "nedle", - "pondl", - "ter", - "steda", - "tvrtek", - "ptek", - "sobota", - - /* CA-Cl*pper compatible natmsg items */ - - "Databze # Zznam Aktualizace Velikost", - "Chcete vce pklad?", - "Strana", - "** Subtotal **", - "* Subsubtotal *", - "*** Total ***", - "Ins", - " ", - "Chybn datum", - "Rozsah: ", - " - ", - "A/N", - "CHYBN VRAZ", - - /* Error description names */ - - "Neznm chyba", - "Chyba argumentu", - "Chyba mez", - "Peteen etzce", - "Peteen sla", - "Dlen nulou", - "Numerick chyba", - "Chyba syntaxe", - "Operace pli komplexn", - "", - "", - "Nedostatek pamti", - "Nedefinovan funkce", - "Neznm metoda", - "Promnn neexistuje", - "Alias neexistuje", - "Neznm promnn", - "Nepovolen znaky v aliasu", - "Alias ji pouit", - "", - "Chyba vytvoen", - "Chyba oteven", - "Chyba zaven", - "Chyba ten", - "Chyba zpisu", - "Chyba tisku", - "", - "", - "", - "", - "Operace nen podporovna", - "Pekroen limit", - "Index pokozen", - "Typ dat se neshoduje", - "Chyba ky dat", - "Pracovn oblast nen pouita", - "Nen oteven index", - "Poadovno uzamknut", - "Zmek pi pidn zznamu selhal", - "Zmek selhal", - "", - "", - "", - "", - "pstup k poli", - "piazen pole", - "zmna dimenze pole", - "nen pole", - "podmnka", - - /* Internal error names */ - - "Unrecoverable error %d: ", - "Error recovery failure", - "No ERRORBLOCK() for error", - "Too many recursive error handler calls", - "RDD invalid or failed to load", - "Invalid method type from %s", - "hb_xgrab can't allocate memory", - "hb_xrealloc called with a NULL pointer", - "hb_xrealloc called with an invalid pointer", - "hb_xrealloc can't reallocate memory", - "hb_xfree called with an invalid pointer", - "hb_xfree called with a NULL pointer", - "Can\'t locate the starting procedure: \'%s\'", - "No starting procedure", - "Unsupported VM opcode", - "Symbol item expected from %s", - "Invalid symbol type for self from %s", - "Codeblock expected from %s", - "Incorrect item type on the stack trying to pop from %s", - "Stack underflow", - "An item was going to be copied to itself from %s", - "Invalid symbol item passed as memvar %s", - "Memory buffer overflow", - "hb_xgrab requested to allocate zero bytes", - "hb_xrealloc requested to resize to zero bytes", - "hb_xalloc requested to allocate zero bytes", - - /* Texts */ - - "DD.MM.YYYY", - "A", - "N" - } -}; - -#define HB_LANG_ID CSWIN -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msgde.c b/harbour/src/lang/msgde.c deleted file mode 100644 index 26b1b4cdda..0000000000 --- a/harbour/src/lang/msgde.c +++ /dev/null @@ -1,204 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (DE) - * - * Copyright 1999 {list of individual authors and e-mail addresses} - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: German */ -/* ISO language code (2 chars): DE */ -/* Codepage: CP-850 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "DE", /* ID */ - "German", /* Name (in English) */ - "deutsch", /* Name (in native language) */ - "DE", /* RFC ID */ - "CP-850", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "Januar", - "Februar", - "Mrz", - "April", - "Mai", - "Juni", - "Juli", - "August", - "September", - "Oktober", - "November", - "Dezember", - - /* Day names */ - - "Sonntag", - "Montag", - "Dienstag", - "Mittwoch", - "Donnerstag", - "Freitag", - "Samstag", - - /* CA-Cl*pper compatible natmsg items */ - - "Datenbank Dateien Anz. Stze Letzte nderung Gre", - "Mchten Sie mehr Beispiele?", - "Anz. Seiten", - "** Zwischensumme **", - "* Teilsumme *", - "*** Summe ***", - "Einfg", - " ", - "Ungltiges Datum", - "Bereich: ", - " - ", - "J/N", - "UNGLTIGER AUSDRUCK", - - /* Error description names */ - - "Unknown error", - "Argument error", - "Bound error", - "String overflow", - "Numeric overflow", - "Zero divisor", - "Numeric error", - "Syntax error", - "Operation too complex", - "", - "", - "Memory low", - "Undefined function", - "No exported method", - "Variable does not exist", - "Alias does not exist", - "No exported variable", - "Illegal characters in alias", - "Alias already in use", - "", - "Create error", - "Open error", - "Close error", - "Read error", - "Write error", - "Print error", - "", - "", - "", - "", - "Operation not supported", - "Limit exceeded", - "Corruption detected", - "Data type error", - "Data width error", - "Workarea not in use", - "Workarea not indexed", - "Exclusive required", - "Lock required", - "Write not allowed", - "Append lock failed", - "Lock Failure", - "", - "", - "", - "", - "array access", - "array assign", - "array dimension", - "not an array", - "conditional", - - /* Internal error names */ - - "Unrecoverable error %d: ", - "Error recovery failure", - "No ERRORBLOCK() for error", - "Too many recursive error handler calls", - "RDD invalid or failed to load", - "Invalid method type from %s", - "hb_xgrab can't allocate memory", - "hb_xrealloc called with a NULL pointer", - "hb_xrealloc called with an invalid pointer", - "hb_xrealloc can't reallocate memory", - "hb_xfree called with an invalid pointer", - "hb_xfree called with a NULL pointer", - "Can\'t locate the starting procedure: \'%s\'", - "No starting procedure", - "Unsupported VM opcode", - "Symbol item expected from %s", - "Invalid symbol type for self from %s", - "Codeblock expected from %s", - "Incorrect item type on the stack trying to pop from %s", - "Stack underflow", - "An item was going to be copied to itself from %s", - "Invalid symbol item passed as memvar %s", - "Memory buffer overflow", - "hb_xgrab requested to allocate zero bytes", - "hb_xrealloc requested to resize to zero bytes", - "hb_xalloc requested to allocate zero bytes", - - /* Texts */ - - "DD.MM.YYYY", - "J", - "N" - } -}; - -#define HB_LANG_ID DE -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msgdewin.c b/harbour/src/lang/msgdewin.c deleted file mode 100644 index ad077cbd14..0000000000 --- a/harbour/src/lang/msgdewin.c +++ /dev/null @@ -1,205 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (DEWIN) - * - * Copyright 1999 {list of individual authors and e-mail addresses} - * modified 2003 Guenther Steiner - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: German */ -/* ISO language code (2 chars): DE */ -/* Codepage: Windows-1252 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "DEWIN", /* ID */ - "German", /* Name (in English) */ - "Deutsch", /* Name (in native language) */ - "DE", /* RFC ID */ - "Windows-1252", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "Januar", - "Februar", - "Mrz", - "April", - "Mai", - "Juni", - "Juli", - "August", - "September", - "Oktober", - "November", - "Dezember", - - /* Day names */ - - "Sonntag", - "Montag", - "Dienstag", - "Mittwoch", - "Donnerstag", - "Freitag", - "Samstag", - - /* CA-Cl*pper compatible natmsg items */ - - "Datenbank Dateien Anz. Stze Letzte nderung Gre", - "Mchten Sie mehr Beispiele?", - "Anz. Seiten", - "** Zwischensumme **", - "* Teilsumme *", - "*** Summe ***", - "Einfg.", - " ", - "Ungltiges Datum", - "Bereich: ", - " - ", - "J/N", - "UNGLTIGER AUSDRUCK", - - /* Error description names */ - - "Unknown error", - "Argument error", - "Bound error", - "String overflow", - "Numeric overflow", - "Zero divisor", - "Numeric error", - "Syntax error", - "Operation too complex", - "", - "", - "Memory low", - "Undefined function", - "No exported method", - "Variable does not exist", - "Alias does not exist", - "No exported variable", - "Illegal characters in alias", - "Alias already in use", - "", - "Create error", - "Open error", - "Close error", - "Read error", - "Write error", - "Print error", - "", - "", - "", - "", - "Operation not supported", - "Limit exceeded", - "Corruption detected", - "Data type error", - "Data width error", - "Workarea not in use", - "Workarea not indexed", - "Exclusive required", - "Lock required", - "Write not allowed", - "Append lock failed", - "Lock Failure", - "", - "", - "", - "", - "array access", - "array assign", - "array dimension", - "not an array", - "conditional", - - /* Internal error names */ - - "Unrecoverable error %d: ", - "Error recovery failure", - "No ERRORBLOCK() for error", - "Too many recursive error handler calls", - "RDD invalid or failed to load", - "Invalid method type from %s", - "hb_xgrab can't allocate memory", - "hb_xrealloc called with a NULL pointer", - "hb_xrealloc called with an invalid pointer", - "hb_xrealloc can't reallocate memory", - "hb_xfree called with an invalid pointer", - "hb_xfree called with a NULL pointer", - "Can\'t locate the starting procedure: \'%s\'", - "No starting procedure", - "Unsupported VM opcode", - "Symbol item expected from %s", - "Invalid symbol type for self from %s", - "Codeblock expected from %s", - "Incorrect item type on the stack trying to pop from %s", - "Stack underflow", - "An item was going to be copied to itself from %s", - "Invalid symbol item passed as memvar %s", - "Memory buffer overflow", - "hb_xgrab requested to allocate zero bytes", - "hb_xrealloc requested to resize to zero bytes", - "hb_xalloc requested to allocate zero bytes", - - /* Texts */ - - "DD.MM.YYYY", - "J", - "N" - } -}; - -#define HB_LANG_ID DEWIN -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msgel.c b/harbour/src/lang/msgel.c deleted file mode 100644 index 6dac16c4f1..0000000000 --- a/harbour/src/lang/msgel.c +++ /dev/null @@ -1,204 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (EL) - * - * Copyright 2004 Pete Dionisopoulos - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Greek */ -/* ISO language code (2 chars): EL */ -/* Codepage: CP-737 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "EL", /* ID */ - "Greek", /* Name (in English) */ - "", /* Name (in native language) */ - "EL", /* RFC ID */ - "CP-737", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "ᨠ", - "ᨠ", - "ᨫ", - "墠", - "䦪", - "礠", - "碠", - "皦", - "⣙", - "陨", - "⣙", - "⣙", - - /* Day names */ - - "", - "⨘", - "嫞", - "ᨫ", - "⣧", - "", - "ᙙ", - - /* CA-Cl*pper compatible natmsg items */ - - " # .ਫ਼ .", - "櫜 嚣; ", - "囘 ", - "** *", - "* 礦 *", - "***礦 ***", - "", - " ", - " ", - "稦: ", - " - ", - "N/O", - " ", - - /* Error description names */ - - "੫ ៦", - "Argument error", - "Bound error", - "String overflow", - "Numeric overflow", - "Zero divisor", - "Numeric error", - "Syntax error", - "Operation too complex", - "", - "", - "Memory low", - "Undefined function", - "No exported method", - "Variable does not exist", - "Alias does not exist", - "No exported variable", - "Illegal characters in alias", - "Alias already in use", - "", - "Create error", - "Open error", - "Close error", - "៦ ᚤਫ਼", - "៦ ", - "៦ ਫ਼", - "", - "", - "", - "", - "Operation not supported", - "Limit exceeded", - "Corruption detected", - "Data type error", - "Data width error", - "Workarea not in use", - "Workarea not indexed", - "Exclusive required", - "Lock required", - "Write not allowed", - "Append lock failed", - "Lock Failure", - "", - "", - "", - "", - "array access", - "array assign", - "array dimension", - "not an array", - "conditional", - - /* Internal error names */ - - "Unrecoverable error %d: ", - "Error recovery failure", - "No ERRORBLOCK() for error", - "Too many recursive error handler calls", - "RDD invalid or failed to load", - "Invalid method type from %s", - "hb_xgrab can't allocate memory", - "hb_xrealloc called with a NULL pointer", - "hb_xrealloc called with an invalid pointer", - "hb_xrealloc can't reallocate memory", - "hb_xfree called with an invalid pointer", - "hb_xfree called with a NULL pointer", - "Can\'t locate the starting procedure: \'%s\'", - "No starting procedure", - "Unsupported VM opcode", - "Symbol item expected from %s", - "Invalid symbol type for self from %s", - "Codeblock expected from %s", - "Incorrect item type on the stack trying to pop from %s", - "Stack underflow", - "An item was going to be copied to itself from %s", - "Invalid symbol item passed as memvar %s", - "Memory buffer overflow", - "hb_xgrab requested to allocate zero bytes", - "hb_xrealloc requested to resize to zero bytes", - "hb_xalloc requested to allocate zero bytes", - - /* Texts */ - - "DD/MM/YYYY", - "", - "" - } -}; - -#define HB_LANG_ID EL -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msgelwin.c b/harbour/src/lang/msgelwin.c deleted file mode 100644 index fb68a896fc..0000000000 --- a/harbour/src/lang/msgelwin.c +++ /dev/null @@ -1,204 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (ELWIN) - * - * Copyright 2004 Pete Dionisopoulos - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Greek */ -/* ISO language code (2 chars): EL */ -/* Codepage: Windows-1253 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "ELWIN", /* ID */ - "Greek ANSI", /* Name (in English) */ - " ANSI", /* Name (in native language) */ - "EL", /* RFC ID */ - "Windows-1253", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - - /* Day names */ - - "", - "", - "", - "", - "", - "", - "", - - /* CA-Cl*pper compatible natmsg items */ - - " # . .", - " ?", - ".", - "** **", - "* . *", - "*** ***", - "", - " ", - " . ", - ": ", - " - ", - "/", - " ", - - /* Error description names */ - - " ", - "Argument error", - "Bound error", - "String overflow", - " ", - " ", - "Numeric error", - " ", - "Operation too complex", - "", - "", - " ", - "Undefined function", - "No exported method", - "Variable does not exist", - "Alias does not exist", - "No exported variable", - "Illegal characters in alias", - "Alias already in use", - "", - "Create error", - "Open error", - "Close error", - " ", - " ", - " ", - "", - "", - "", - "", - " ", - " ", - " ", - " ", - " ", - "Workarea not in use", - "Workarea not indexed", - "Exclusive required", - "Lock required", - " ", - "Append lock failed", - "Lock Failure", - "", - "", - "", - "", - "array access", - "array assign", - "array dimension", - "not an array", - "conditional", - - /* Internal error names */ - - " %d: ", - " ", - "No ERRORBLOCK() for error", - "Too many recursive error handler calls", - "RDD invalid or failed to load", - "Invalid method type from %s", - "hb_xgrab can't allocate memory", - "hb_xrealloc called with a NULL pointer", - "hb_xrealloc called with an invalid pointer", - "hb_xrealloc can't reallocate memory", - "hb_xfree called with an invalid pointer", - "hb_xfree called with a NULL pointer", - "Can\'t locate the starting procedure: \'%s\'", - "No starting procedure", - "Unsupported VM opcode", - "Symbol item expected from %s", - "Invalid symbol type for self from %s", - "Codeblock expected from %s", - "Incorrect item type on the stack trying to pop from %s", - " (Stack underflow)", - "An item was going to be copied to itself from %s", - "Invalid symbol item passed as memvar %s", - " (Memory buffer overflow)", - "hb_xgrab requested to allocate zero bytes", - "hb_xrealloc requested to resize to zero bytes", - "hb_xalloc requested to allocate zero bytes", - - /* Texts */ - - "DD/MM/YYYY", - "", - "" - } -}; - -#define HB_LANG_ID ELWIN -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msgeo.c b/harbour/src/lang/msgeo.c deleted file mode 100644 index 953826f504..0000000000 --- a/harbour/src/lang/msgeo.c +++ /dev/null @@ -1,204 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (EO) - * - * Copyright 2000 Jose Lalin - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Esperanto */ -/* ISO language code (2 chars): EO */ -/* Codepage: CP-850 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "EO", /* ID */ - "Esperanto", /* Name (in English) */ - "Esperanto", /* Name (in native language) */ - "EO", /* RFC ID */ - "CP-850", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "Jaunaro", - "Februaro", - "Marto", - "Aprilo", - "Majo", - "Junio", - "Julio", - "Agusto", - "Septembro", - "Oktobro", - "Novembro", - "Decembro", - - /* Day names */ - - "dimanco", - "lundo", - "mardo", - "merkredo", - "jaudo", - "vendredo", - "sabato", - - /* CA-Cl*pper compatible natmsg items */ - - "Database Files # Records Last Update Size", - "Do you want more samples?", - "Page No.", - "** Subtotal **", - "* Subsubtotal *", - "*** Total ***", - "Ins", - " ", - "Invalid date", - "Range: ", - " - ", - "Y/N", - "INVALID EXPRESSION", - - /* Error description names */ - - "Unknown error", - "Argument error", - "Bound error", - "String overflow", - "Numeric overflow", - "Zero divisor", - "Numeric error", - "Syntax error", - "Operation too complex", - "", - "", - "Memory low", - "Undefined function", - "No exported method", - "Variable does not exist", - "Alias does not exist", - "No exported variable", - "Illegal characters in alias", - "Alias already in use", - "", - "Create error", - "Open error", - "Close error", - "Read error", - "Write error", - "Print error", - "", - "", - "", - "", - "Operation not supported", - "Limit exceeded", - "Corruption detected", - "Data type error", - "Data width error", - "Workarea not in use", - "Workarea not indexed", - "Exclusive required", - "Lock required", - "Write not allowed", - "Append lock failed", - "Lock Failure", - "", - "", - "", - "", - "array access", - "array assign", - "array dimension", - "not an array", - "conditional", - - /* Internal error names */ - - "Unrecoverable error %d: ", - "Error recovery failure", - "No ERRORBLOCK() for error", - "Too many recursive error handler calls", - "RDD invalid or failed to load", - "Invalid method type from %s", - "hb_xgrab can't allocate memory", - "hb_xrealloc called with a NULL pointer", - "hb_xrealloc called with an invalid pointer", - "hb_xrealloc can't reallocate memory", - "hb_xfree called with an invalid pointer", - "hb_xfree called with a NULL pointer", - "Can\'t locate the starting procedure: \'%s\'", - "No starting procedure", - "Unsupported VM opcode", - "Symbol item expected from %s", - "Invalid symbol type for self from %s", - "Codeblock expected from %s", - "Incorrect item type on the stack trying to pop from %s", - "Stack underflow", - "An item was going to be copied to itself from %s", - "Invalid symbol item passed as memvar %s", - "Memory buffer overflow", - "hb_xgrab requested to allocate zero bytes", - "hb_xrealloc requested to resize to zero bytes", - "hb_xalloc requested to allocate zero bytes", - - /* Texts */ - - "DD/MM/YYYY", - "S", - "N" - } -}; - -#define HB_LANG_ID EO -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msges.c b/harbour/src/lang/msges.c deleted file mode 100644 index 7e464977a8..0000000000 --- a/harbour/src/lang/msges.c +++ /dev/null @@ -1,205 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (ES) - * - * Copyright 2000 Jose Lalin - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Spanish */ -/* ISO language code (2 chars): ES */ -/* Codepage: CP-850 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "ES", /* ID */ - "Spanish", /* Name (in English) */ - "Espaol", /* Name (in native language) */ - "ES", /* RFC ID */ - "CP-850", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "Enero", - "Febrero", - "Marzo", - "Abril", - "Mayo", - "Junio", - "Julio", - "Agosto", - "Septiembre", - "Octubre", - "Noviembre", - "Diciembre", - - /* Day names */ - - "Domingo", - "Lunes", - "Martes", - "Mircoles", - "Jueves", - "Viernes", - "Sbado", - - /* CA-Cl*pper compatible natmsg items */ - - "Bases de Datos # Records Last Update Size", - "Desea Ud. ms ejemplos?", - "Pgina N.", - "** Subtotal **", - "* Subsubtotal *", - "*** Total ***", - "Ins", - " ", - "Fecha no vlida", - "Rango: ", - " - ", - "S/N", - "EXPRESION NO VALIDA", - - /* Error description names */ - - "Error desconocido", - "Error de argumento", - "Error de rango", - "Desbordamiento en cadena de caracteres", - "Desbordamiento numrico", - "Divisin por cero", - "Error numrico", - "Error de sintaxis", - "Operacin demasiado compleja", - "", - "", - "Poca memoria", - "Funcin no definida", - "No existe el mtodo", - "No existe la variable", - "No existe el alias", - "No existe la variable de instancia", - "Alias con caracteres no vlidos", - "Alias actualmente en uso", - "", - "Error de creacin", - "Error de apertura", - "Error de cierre", - "Error de lectura", - "Error de escritura", - "Error de impresin", - "", - "", - "", - "", - "Operacin no soportada", - "Lmite excedido", - "Se detect corrupcin", - "Error de tipo de datos", - "Error de anchura de datos", - "Area de trabajo no usada", - "Area de trabajo no indexada", - "Se requiere uso exclusivo", - "Se requiere bloqueo", - "Escritura no autorizada", - "Fallo en el bloqueo de adicin", - "Fallo en bloqueo", - "", - "", - "", - "", - "acceso al array", - "asignacin del array", - "dimensin del array", - "no es un array", - "conditional", - - /* Internal error names */ - - "Error irrecuperable %d: ", - "Fallo en recuperacin de error", - "No hay ERRORBLOCK() para el error", - "Demasiadas llamadas recursivas al controlador de errores", - "RDD no vlido fallo al cargar", - "Tipo de mtodo no vlido desde %s", - "hb_xgrab no puede asignar memoria", - "hb_xrealloc llamado con un puntero nulo", - "hb_xrealloc llamado con un puntero no vlido", - "hb_xrealloc no puede reubicar la memoria", - "hb_xfree llamado con un puntero no vlido", - "hb_xfree llamado con un puntero nulo", - "No se puede localizar el procedimiento de inicio: \'%s\'", - "No hay procedimiento de inicio", - "Opcode no soportado por la VM", - "Smbolo item esperado desde %s", - "Tipo de smbolo para self no vlido desde %s", - "Bloque de cdigo esperado desde %s", - "Tipo item incorrecto en la Pila al tratar de sacarlo desde %s", - "Desbordamiento negativo en la Pila", - "Un item estaba siendo copiado sobre s mismo desde %s", - "Smbolo item no vlido pasado como memvar %s", - "Desbordamiento de buffer de memoria", - "hb_xgrab requiri apartar cero bytes", - "hb_xrealloc requiri redimensionar a cero bytes", - "hb_xalloc requiri apartar cero bytes", - - /* Texts */ - - "DD/MM/YYYY", - "S", - "N" - } -}; - -#undef ES /* Hack for Solaris builds where ES is macro */ -#define HB_LANG_ID ES -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msgeswin.c b/harbour/src/lang/msgeswin.c deleted file mode 100644 index bcdd28b00a..0000000000 --- a/harbour/src/lang/msgeswin.c +++ /dev/null @@ -1,205 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (ESWIN) - * - * Copyright 2000 Jose Lalin - * www - http://harbour-project.org - * Adapted to Windows by Antonio Linares - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Spanish */ -/* ISO language code (2 chars): ES */ -/* Codepage: Windows-1252 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "ESWIN", /* ID */ - "Spanish", /* Name (in English) */ - "Espaol", /* Name (in native language) */ - "ES", /* RFC ID */ - "Windows-1252", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "Enero", - "Febrero", - "Marzo", - "Abril", - "Mayo", - "Junio", - "Julio", - "Agosto", - "Septiembre", - "Octubre", - "Noviembre", - "Diciembre", - - /* Day names */ - - "Domingo", - "Lunes", - "Martes", - "Mircoles", - "Jueves", - "Viernes", - "Sbado", - - /* CA-Cl*pper compatible natmsg items */ - - "Bases de Datos # Registros Ultima act. Tamao", - "Desea Vd. ms ejemplos?", - "Pgina N.", - "** Subtotal **", - "* Subsubtotal *", - "*** Total ***", - "Ins", - " ", - "Fecha no vlida", - "Rango: ", - " - ", - "S/N", - "EXPRESION NO VLIDA", - - /* Error description names */ - - "Error desconocido", - "Error de argumento", - "Error de rango", - "Desbordamiento en cadena de caracteres", - "Desbordamiento numrico", - "Divisin por cero", - "Error numrico", - "Error de sintaxis", - "Operacin demasiado compleja", - "", - "", - "Poca memoria", - "Funcin no definida", - "No existe el mtodo", - "No existe la variable", - "No existe el alias", - "No existe la variable de instancia", - "Alias con caracteres no vlidos", - "Alias actualmente en uso", - "", - "Error de creacin", - "Error de apertura", - "Error de cierre", - "Error de lectura", - "Error de escritura", - "Error de impresin", - "", - "", - "", - "", - "Operacin no soportada", - "Lmite excedido", - "Se detect corrupcin", - "Error de tipo de datos", - "Error de anchura de datos", - "Area de trabajo no usada", - "Area de trabajo no indexada", - "Se requiere uso exclusivo", - "Se requiere bloqueo", - "Escritura no autorizada", - "Fallo en el bloqueo de adicin", - "Fallo en bloqueo", - "", - "", - "", - "", - "acceso al array", - "asignacin del array", - "dimensin del array", - "no es un array", - "conditional", - - /* Internal error names */ - - "Error irrecuperable %d: ", - "Fallo en recuperacin de error", - "No hay ERRORBLOCK() para el error", - "Demasiadas llamadas recursivas al controlador de errores", - "RDD no vlido fallo al cargar", - "Tipo de mtodo no vlido desde %s", - "hb_xgrab no puede asignar memoria", - "hb_xrealloc llamado con un puntero nulo", - "hb_xrealloc llamado con un puntero no vlido", - "hb_xrealloc no puede reubicar la memoria", - "hb_xfree llamado con un puntero no vlido", - "hb_xfree llamado con un puntero nulo", - "No se puede localizar el procedimiento de inicio: \'%s\'", - "No hay procedimiento de inicio", - "Opcode no soportado por la VM", - "Smbolo item esperado desde %s", - "Tipo de smbolo para self no vlido desde %s", - "Bloque de cdigo esperado desde %s", - "Tipo item incorrecto en la Pila al tratar de sacarlo desde %s", - "Desbordamiento negativo en la Pila", - "Un item estaba siendo copiado sobre s mismo desde %s", - "Smbolo item no vlido pasado como memvar %s", - "Desbordamiento de buffer de memoria", - "hb_xgrab requiri apartar cero bytes", - "hb_xrealloc requiri redimensionar a cero bytes", - "hb_xalloc requiri apartar cero bytes", - - /* Texts */ - - "DD/MM/YYYY", - "S", - "N" - } -}; - -#define HB_LANG_ID ESWIN -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msgeu.c b/harbour/src/lang/msgeu.c deleted file mode 100644 index fc6e8c21b8..0000000000 --- a/harbour/src/lang/msgeu.c +++ /dev/null @@ -1,204 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (EU) - * - * Copyright 2000 Nicolas del Pozo - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Basque */ -/* ISO language code (2 chars): EU */ -/* Codepage: CP-850 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "EU", /* ID */ - "Basque", /* Name (in English) */ - "English", /* Name (in native language) */ - "EU", /* RFC ID */ - "CP-850", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "Urtarrila", - "Otsaila", - "Martxoa", - "Apirila", - "Maitza", - "Ekaina", - "Uztaila", - "Abuztua", - "Iraila", - "Urria", - "Azaroa", - "Abendua", - - /* Day names */ - - "Igandea", - "Astelehena", - "Asteartea", - "Asteazkena", - "Osteguna", - "Ostirala", - "Larunbata", - - /* CA-Cl*pper compatible natmsg items */ - - "Database Files # Records Last Update Size", - "Do you want more samples?", - "Page No.", - "** Subtotal **", - "* Subsubtotal *", - "*** Total ***", - "Ins", - " ", - "Invalid date", - "Range: ", - " - ", - "Y/N", - "INVALID EXPRESSION", - - /* Error description names */ - - "Errore ezezaguna", - "Argumentu-errore", - "Maila-errore", - "Kate-gainezkatze", - "Zenbaki-gainezkatze", - "Zero-zatiketa", - "Zenbaki-errore", - "Sintaxi-errore", - "Eragiketa konplexuegia", - "", - "", - "Memoria gutxi", - "Funtzio-definitugabea", - "Modu-esportagabea", - "Aldagai-ezezaguna", - "Aldagai-", - "Alias-okerra", - "Illegal characters in alias", - "Alias-bikoiztua", - "", - "Sortze-errore", - "Irekitze-errore", - "Itxiera-errore", - "Irrakurketa-errore", - "Idazketa-errore", - "Imprimaketa-errore", - "", - "", - "", - "", - "Onartugabeko eragiketa", - "Muga gainditua", - "Indize-hondaketa igarria", - "Datu-mota okerra", - "Datu-zabalera luzeegia", - "Laneko area erabili gabea", - "Laneko area ez indexatua", - "Modu-esklusiboa behar da", - "Blokeoa behar da", - "Idazkera-debekatua", - "Erregistro eransketan blokeo errorea", - "Blokeo-errore", - "", - "", - "", - "", - "taula-atzipena", - "yaula-esleipen", - "array dimension", - "ez da taula", - "baldintza-sententzia", - - /* Internal error names */ - - "Unrecoverable error %d: ", - "Error recovery failure", - "No ERRORBLOCK() for error", - "Too many recursive error handler calls", - "RDD invalid or failed to load", - "Invalid method type from %s", - "hb_xgrab can't allocate memory", - "hb_xrealloc called with a NULL pointer", - "hb_xrealloc called with an invalid pointer", - "hb_xrealloc can't reallocate memory", - "hb_xfree called with an invalid pointer", - "hb_xfree called with a NULL pointer", - "Can\'t locate the starting procedure: \'%s\'", - "No starting procedure", - "Unsupported VM opcode", - "Symbol item expected from %s", - "Invalid symbol type for self from %s", - "Codeblock expected from %s", - "Incorrect item type on the stack trying to pop from %s", - "Stack underflow", - "An item was going to be copied to itself from %s", - "Invalid symbol item passed as memvar %s", - "Memory buffer overflow", - "hb_xgrab requested to allocate zero bytes", - "hb_xrealloc requested to resize to zero bytes", - "hb_xalloc requested to allocate zero bytes", - - /* Texts */ - - "DD/MM/YYYY", - "E", - "N" - } -}; - -#define HB_LANG_ID EU -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msgfr.c b/harbour/src/lang/msgfr.c deleted file mode 100644 index cbea5e20ee..0000000000 --- a/harbour/src/lang/msgfr.c +++ /dev/null @@ -1,204 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (FR) - * - * Copyright 1999-2001 Viktor Szakats (harbour syenar.net) - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: French */ -/* ISO language code (2 chars): FR */ -/* Codepage: CP-850 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "FR", /* ID */ - "French", /* Name (in English) */ - "franais", /* Name (in native language) */ - "FR", /* RFC ID */ - "CP-850", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "Janvier", - "Fvrier", - "Mars", - "Avril", - "May", - "Juin", - "Juillet", - "Aot", - "Septembre", - "Octobre", - "Novembre", - "Dcembre", - - /* Day names */ - - "Dimanche", - "Lundi", - "Mardi", - "Mercredi", - "Jeudi", - "Vendredi", - "Samedi", - - /* CA-Cl*pper compatible natmsg items */ - - "Base de donnes Nb d'enreg Date j-m-ae Taille", - "Voulez-vous d'autres chantillons?", - "No. de pages", - "** Total intermdiaire **", - "* Total partiel *", - "*** Total ***", - "Ins", - " ", - "Date invalide", - "Limites : ", - " - ", - "O/N", - "INVALID EXPRESSION", - - /* Error description names */ - - "Unknown error", - "Argument error", - "Bound error", - "String overflow", - "Numeric overflow", - "Zero divisor", - "Numeric error", - "Syntax error", - "Operation too complex", - "", - "", - "Memory low", - "Undefined function", - "No exported method", - "Variable does not exist", - "Alias does not exist", - "No exported variable", - "Illegal characters in alias", - "Alias already in use", - "", - "Create error", - "Open error", - "Close error", - "Read error", - "Write error", - "Print error", - "", - "", - "", - "", - "Operation not supported", - "Limit exceeded", - "Corruption detected", - "Data type error", - "Data width error", - "Workarea not in use", - "Workarea not indexed", - "Exclusive required", - "Lock required", - "Write not allowed", - "Append lock failed", - "Lock Failure", - "", - "", - "", - "", - "array access", - "array assign", - "array dimension", - "not an array", - "conditional", - - /* Internal error names */ - - "Unrecoverable error %d: ", - "Error recovery failure", - "No ERRORBLOCK() for error", - "Too many recursive error handler calls", - "RDD invalid or failed to load", - "Invalid method type from %s", - "hb_xgrab can't allocate memory", - "hb_xrealloc called with a NULL pointer", - "hb_xrealloc called with an invalid pointer", - "hb_xrealloc can't reallocate memory", - "hb_xfree called with an invalid pointer", - "hb_xfree called with a NULL pointer", - "Can\'t locate the starting procedure: \'%s\'", - "No starting procedure", - "Unsupported VM opcode", - "Symbol item expected from %s", - "Invalid symbol type for self from %s", - "Codeblock expected from %s", - "Incorrect item type on the stack trying to pop from %s", - "Stack underflow", - "An item was going to be copied to itself from %s", - "Invalid symbol item passed as memvar %s", - "Memory buffer overflow", - "hb_xgrab requested to allocate zero bytes", - "hb_xrealloc requested to resize to zero bytes", - "hb_xalloc requested to allocate zero bytes", - - /* Texts */ - - "DD-MM-YYYY", - "O", - "N" - } -}; - -#define HB_LANG_ID FR -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msggl.c b/harbour/src/lang/msggl.c deleted file mode 100644 index 9fd5ea23be..0000000000 --- a/harbour/src/lang/msggl.c +++ /dev/null @@ -1,204 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (GL) - * - * Copyright 2000 Jose Lalin - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Galician */ -/* ISO language code (2 chars): GL */ -/* Codepage: CP-850 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "GL", /* ID */ - "Galician", /* Name (in English) */ - "Galego", /* Name (in native language) */ - "GL", /* RFC ID */ - "CP-850", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "Xaneiro", - "Febreiro", - "Marzal", - "Abril", - "Maio", - "Xunio", - "Xullo", - "Agosto", - "Setembro", - "Outubro", - "Novembro", - "Decembro", - - /* Day names */ - - "Domingo", - "Luns", - "Martes", - "Mrcores", - "Xoves", - "Venres", - "Sbado", - - /* CA-Cl*pper compatible natmsg items */ - - "Database Files # Records Last Update Size", - "Do you want more samples?", - "Page No.", - "** Subtotal **", - "* Subsubtotal *", - "*** Total ***", - "Ins", - " ", - "Invalid date", - "Range: ", - " - ", - "Y/N", - "INVALID EXPRESSION", - - /* Error description names */ - - "Erro descoecido", - "Erro de argumento", - "Erro de rango", - "Desbordamento de cadea de caracteres", - "Desbordamento numrico", - "Divisin por cero", - "Erro numrico", - "Erro de sintaxe", - "Operacin demasiado complexa", - "", - "", - "Pouca memoria", - "Funcin non definida", - "Non existe o mtodo", - "Non existe a variable", - "Non existe o alias", - "Non existe a variable de instancia", - "Alias con caracteres non vlidos", - "Alias actualmente en uso", - "", - "Erro de creacin", - "Erro de apertura", - "Erro de peche", - "Erro de lectura", - "Erro de escritura", - "Erro de impresin", - "", - "", - "", - "", - "Operacin non soportada", - "Lmite excedido", - "Detectouse corrupcin", - "Erro no tipo de datos", - "Erro no ancho dos datos", - "Area de traballo non usada", - "Area de traballo non indexada", - "Requrese uso exclusivo", - "Requrese bloqueo", - "Escritura non autorizada", - "Fallo no bloqueo ao engadir", - "Fallo no bloqueo", - "", - "", - "", - "", - "array access", - "array assign", - "array dimension", - "not an array", - "conditional", - - /* Internal error names */ - - "Unrecoverable error %d: ", - "Error recovery failure", - "No ERRORBLOCK() for error", - "Too many recursive error handler calls", - "RDD invalid or failed to load", - "Invalid method type from %s", - "hb_xgrab can't allocate memory", - "hb_xrealloc called with a NULL pointer", - "hb_xrealloc called with an invalid pointer", - "hb_xrealloc can't reallocate memory", - "hb_xfree called with an invalid pointer", - "hb_xfree called with a NULL pointer", - "Can\'t locate the starting procedure: \'%s\'", - "No starting procedure", - "Unsupported VM opcode", - "Symbol item expected from %s", - "Invalid symbol type for self from %s", - "Codeblock expected from %s", - "Incorrect item type on the stack trying to pop from %s", - "Stack underflow", - "An item was going to be copied to itself from %s", - "Invalid symbol item passed as memvar %s", - "Memory buffer overflow", - "hb_xgrab requested to allocate zero bytes", - "hb_xrealloc requested to resize to zero bytes", - "hb_xalloc requested to allocate zero bytes", - - /* Texts */ - - "DD/MM/YYYY", - "S", - "N" - } -}; - -#define HB_LANG_ID GL -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msghr646.c b/harbour/src/lang/msghr646.c deleted file mode 100644 index 06d530fc60..0000000000 --- a/harbour/src/lang/msghr646.c +++ /dev/null @@ -1,204 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (HR646) - * - * Copyright 2004 Vladimir Miholic - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Croatian */ -/* ISO language code (2 chars): HR */ -/* Codepage: ISO-646-YU (CROSCII) */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "HR646", /* ID */ - "Croatian", /* Name (in English) */ - "Hrvatski", /* Name (in native language) */ - "HR", /* RFC ID */ - "ISO-646-YU", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "sije~anj", - "velja~a", - "o`ujak", - "travanj", - "svibanj", - "lipanj", - "srpanj", - "kolovoz", - "rujan", - "listopad", - "studeni", - "prosinac", - - /* Day names */ - - "nedjelja", - "ponedjeljak", - "utorak", - "srijeda", - "~etvrtak", - "petak", - "subota", - - /* CA-Cl*pper compatible natmsg items */ - - "Datot.baze podat. # Zapisi Zadnja prom. Vel.", - "@elite jo{ primjera?", - "Str.Br.", - "** Podzbroj **", - "* Podpodzbroj *", - "*** Zbroj ***", - "Ins", - " ", - "Pogre{an podatak", - "Raspon: ", - " - ", - "D/N", - "POGRE[AN IZRAZ", - - /* Error description names */ - - "Nepoznata gre{ka", - "Pogre{an argument", - "Pogre{na granica", - "Prekora~enje niza", - "Prekora~enje broja", - "Dijeljenje s nulom", - "Broj~ana gre{ka", - "Sintaksna gre{ka", - "Prekomplicirana operacija", - "", - "", - "Nedostatak memorije", - "Nedefinirana funkcija", - "Nema eksportne metode", - "Varijabla ne postoji", - "Alijas ne postoji", - "Nema izvozne varijable", - "Nedopu{teni znak u aliasu", - "Alias ve} u upotrebi", - "", - "Gre{ka kreiranja", - "Gre{ka otvaranja", - "Gre{ka zatvaranja", - "Gre{ka ~itanja", - "Gre{ka zapisivanja", - "Gre{ka ispisa", - "", - "", - "", - "", - "Operacija nije podr`ana", - "Prekora~enje granice", - "Otkriven kvar", - "Tip podatka pogre{an", - "Du`ina podatka pogre{na", - "Radno podru~je nije u upotrebi", - "Radno podru~je nije indeksirano", - "potrebno isklju~iv", - "Potrebno zaklju~avanje", - "Zapisanje nije dozvoljeno", - "Izostalo zaklju~avanje kod dodavanja", - "Gre{ka zaklju~avanja", - "", - "", - "", - "", - "pristup matrici", - "pridru`ivanje matrici", - "dimenzija matrice", - "nije matrica", - "uvjetan", - - /* Internal error names */ - - "Nepopravljiva gre{ka %d: ", - "Gre{ka obnavljanje neuspje{no", - "Nema ERRORBLOCK() za gre{ku", - "Previ{e povratnih poziva upravlja~a gre{aka", - "RDD neispravan ili izostalo u~itavanje", - "Neispravan tip metode iz %s", - "hb_xgrab ne mo`e dodijeliti memoriju", - "hb_xrealloc pozvan s NULL pokaziva~em", - "hb_xrealloc pozvan s neispravnim pokaziva~em", - "hb_xrealloc ne mo`e realocirati memoriju", - "hb_xfree pozvan s neispravnim pokaziva~em", - "hb_xfree pozvan s NULL pokaziva~em", - "Nije mogu}e prona}i po~etnu proceduru: \'%s\'", - "Nema po~etne procedure", - "Nepodr`an VM opcod", - "Simbol element o~ekivan iz %s", - "Neispravan simbol tip za sebe iz %s", - "Kodeblok o~ekivan iz %s", - "Nepravilan tip elementa na staku poku{aj stavljanja iz %s", - "Prekora~enje staka", - "Element je bio kopiran u samog sebe iz %s", - "Neispravan simbol elemenat dodan kao memorijska varijabla %s", - "Prekora~enje memorijskog me|uspremnika", - "hb_xgrab zahtjev za dodjelom nul bajta", - "hb_xrealloc zahtjev za pro{irenjem na nul bajtove", - "hb_xalloc zahtjev za dodjelom nul bajtova", - - /* Texts */ - - "DD/MM/YYYY", - "D", - "N" - } -}; - -#define HB_LANG_ID HR646 -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msghr852.c b/harbour/src/lang/msghr852.c deleted file mode 100644 index 7ee2120ed2..0000000000 --- a/harbour/src/lang/msghr852.c +++ /dev/null @@ -1,205 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (HR852) - * - * Copyright 2000 Viktor Szakats (harbour syenar.net) (English, from msg_tpl.c) - * Copyright 2000 Davor Siklic - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Croatian */ -/* ISO language code (2 chars): HR */ -/* Codepage: CP-852 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "HR852", /* ID */ - "Croatian", /* Name (in English) */ - "Hrvatski", /* Name (in native language) */ - "HR", /* RFC ID */ - "CP-852", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "sijeYanj", - "veljaYa", - "oujak", - "travanj", - "svibanj", - "lipanj", - "srpanj", - "kolovoz", - "rujan", - "listopad", - "studeni", - "prosinac", - - /* Day names */ - - "nedjelja", - "ponedjeljak", - "utorak", - "srijeda", - "Yetvrtak", - "petak", - "subota", - - /* CA-Cl*pper compatible natmsg items */ - - "Database Files # Records Last Update Size", - "Do you want more samples?", - "Page No.", - "** Subtotal **", - "* Subsubtotal *", - "*** Total ***", - "Ins", - " ", - "Invalid date", - "Range: ", - " - ", - "D/N", - "INVALID EXPRESSION", - - /* Error description names */ - - "Unknown error", - "Argument error", - "Bound error", - "String overflow", - "Numeric overflow", - "Zero divisor", - "Numeric error", - "Syntax error", - "Operation too complex", - "", - "", - "Memory low", - "Undefined function", - "No exported method", - "Variable does not exist", - "Alias does not exist", - "No exported variable", - "Illegal characters in alias", - "Alias already in use", - "", - "Create error", - "Open error", - "Close error", - "Read error", - "Write error", - "Print error", - "", - "", - "", - "", - "Operation not supported", - "Limit exceeded", - "Corruption detected", - "Data type error", - "Data width error", - "Workarea not in use", - "Workarea not indexed", - "Exclusive required", - "Lock required", - "Write not allowed", - "Append lock failed", - "Lock Failure", - "", - "", - "", - "", - "array access", - "array assign", - "array dimension", - "not an array", - "conditional", - - /* Internal error names */ - - "Unrecoverable error %d: ", - "Error recovery failure", - "No ERRORBLOCK() for error", - "Too many recursive error handler calls", - "RDD invalid or failed to load", - "Invalid method type from %s", - "hb_xgrab can't allocate memory", - "hb_xrealloc called with a NULL pointer", - "hb_xrealloc called with an invalid pointer", - "hb_xrealloc can't reallocate memory", - "hb_xfree called with an invalid pointer", - "hb_xfree called with a NULL pointer", - "Can\'t locate the starting procedure: \'%s\'", - "No starting procedure", - "Unsupported VM opcode", - "Symbol item expected from %s", - "Invalid symbol type for self from %s", - "Codeblock expected from %s", - "Incorrect item type on the stack trying to pop from %s", - "Stack underflow", - "An item was going to be copied to itself from %s", - "Invalid symbol item passed as memvar %s", - "Memory buffer overflow", - "hb_xgrab requested to allocate zero bytes", - "hb_xrealloc requested to resize to zero bytes", - "hb_xalloc requested to allocate zero bytes", - - /* Texts */ - - "DD/MM/YYYY", - "D", - "N" - } -}; - -#define HB_LANG_ID HR852 -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msghriso.c b/harbour/src/lang/msghriso.c deleted file mode 100644 index 1b0ac19bbe..0000000000 --- a/harbour/src/lang/msghriso.c +++ /dev/null @@ -1,205 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (HRISO) - * - * Copyright 2000 Viktor Szakats (harbour syenar.net) (English, from msg_tpl.c) - * Copyright 2000 Davor Siklic - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Croatian */ -/* ISO language code (2 chars): HR */ -/* Codepage: ISO-8859-2 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "HRISO", /* ID */ - "Croatian", /* Name (in English) */ - "Hrvatski", /* Name (in native language) */ - "HR", /* RFC ID */ - "ISO-8859-2", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "sijeanj", - "veljaa", - "oujak", - "travanj", - "svibanj", - "lipanj", - "srpanj", - "kolovoz", - "rujan", - "listopad", - "studeni", - "prosinac", - - /* Day names */ - - "nedjelja", - "ponedjeljak", - "utorak", - "srijeda", - "etvrtak", - "petak", - "subota", - - /* CA-Cl*pper compatible natmsg items */ - - "Database Files # Records Last Update Size", - "Do you want more samples?", - "Page No.", - "** Subtotal **", - "* Subsubtotal *", - "*** Total ***", - "Ins", - " ", - "Invalid date", - "Range: ", - " - ", - "D/N", - "INVALID EXPRESSION", - - /* Error description names */ - - "Unknown error", - "Argument error", - "Bound error", - "String overflow", - "Numeric overflow", - "Zero divisor", - "Numeric error", - "Syntax error", - "Operation too complex", - "", - "", - "Memory low", - "Undefined function", - "No exported method", - "Variable does not exist", - "Alias does not exist", - "No exported variable", - "Illegal characters in alias", - "Alias already in use", - "", - "Create error", - "Open error", - "Close error", - "Read error", - "Write error", - "Print error", - "", - "", - "", - "", - "Operation not supported", - "Limit exceeded", - "Corruption detected", - "Data type error", - "Data width error", - "Workarea not in use", - "Workarea not indexed", - "Exclusive required", - "Lock required", - "Write not allowed", - "Append lock failed", - "Lock Failure", - "", - "", - "", - "", - "array access", - "array assign", - "array dimension", - "not an array", - "conditional", - - /* Internal error names */ - - "Unrecoverable error %d: ", - "Error recovery failure", - "No ERRORBLOCK() for error", - "Too many recursive error handler calls", - "RDD invalid or failed to load", - "Invalid method type from %s", - "hb_xgrab can't allocate memory", - "hb_xrealloc called with a NULL pointer", - "hb_xrealloc called with an invalid pointer", - "hb_xrealloc can't reallocate memory", - "hb_xfree called with an invalid pointer", - "hb_xfree called with a NULL pointer", - "Can\'t locate the starting procedure: \'%s\'", - "No starting procedure", - "Unsupported VM opcode", - "Symbol item expected from %s", - "Invalid symbol type for self from %s", - "Codeblock expected from %s", - "Incorrect item type on the stack trying to pop from %s", - "Stack underflow", - "An item was going to be copied to itself from %s", - "Invalid symbol item passed as memvar %s", - "Memory buffer overflow", - "hb_xgrab requested to allocate zero bytes", - "hb_xrealloc requested to resize to zero bytes", - "hb_xalloc requested to allocate zero bytes", - - /* Texts */ - - "DD/MM/YYYY", - "D", - "N" - } -}; - -#define HB_LANG_ID HRISO -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msghrwin.c b/harbour/src/lang/msghrwin.c deleted file mode 100644 index 6e10e173b2..0000000000 --- a/harbour/src/lang/msghrwin.c +++ /dev/null @@ -1,206 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (HRWIN) - * - * Copyright 2000 Viktor Szakats (harbour syenar.net) (English, from msg_tpl.c) - * Copyright 2000 Davor Siklic - * Copyright 2003 Vladimir Miholic (Croatien from msg_hr852.c) - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Croatian */ -/* ISO language code (2 chars): HR */ -/* Codepage: Windows-1250 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "HRWIN", /* ID */ - "Croatian", /* Name (in English) */ - "Hrvatski", /* Name (in native language) */ - "HR", /* RFC ID */ - "Windows-1250", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "sijecanj", - "veljaca", - "oujak", - "travanj", - "svibanj", - "lipanj", - "srpanj", - "kolovoz", - "rujan", - "listopad", - "studeni", - "prosinac", - - /* Day names */ - - "nedjelja", - "ponedjeljak", - "utorak", - "srijeda", - "cetvrtak", - "petak", - "subota", - - /* CA-Cl*pper compatible natmsg items */ - - "Datot.baze podat. # Zapisi Zadnja prom. Vel.", - "elite jo primjera?", - "Str.Br.", - "** Podzbroj **", - "* Podpodzbroj *", - "*** Zbroj ***", - "Ins", - " ", - "Pogrean podatak", - "Raspon: ", - " - ", - "D/N", - "POGREAN IZRAZ", - - /* Error description names */ - - "Nepoznata greka", - "Pogrean argument", - "Pogrena granica", - "Prekoracenje niza", - "Prekoracenje broja", - "Dijeljenje s nulom", - "Brojcana greka", - "Sintaksna greka", - "Prekomplicirana operacija", - "", - "", - "Nedostatak memorije", - "Nedefinirana funkcija", - "Nema eksportne metode", - "Varijabla ne postoji", - "Alijas ne postoji", - "Nema izvozne varijable", - "Nedoputeni znak u aliasu", - "Alias vec u upotrebi", - "", - "Greka kreiranja", - "Greka otvaranja", - "Greka zatvaranja", - "Greka citanja", - "Greka zapisivanja", - "Greka ispisa", - "", - "", - "", - "", - "Operacija nije podrana", - "Prekoracenje granice", - "Otkriven kvar", - "Tip podatka pogrean", - "Duina podatka pogrena", - "Radno podrucje nije u upotrebi", - "Radno podrucje nije indeksirano", - "potrebno iskljuciv", - "Potrebno zakljucavanje", - "Zapisanje nije dozvoljeno", - "Izostalo zakljucavanje kod dodavanja", - "Greka zakljucavanja", - "", - "", - "", - "", - "pristup matrici", - "pridruivanje matrici", - "dimenzija matrice", - "nije matrica", - "uvjetan", - - /* Internal error names */ - - "Nepopravljiva greka %d: ", - "Greka obnavljanje neuspjeno", - "Nema ERRORBLOCK() za greku", - "Previe povratnih poziva upravljaca greaka", - "RDD neispravan ili izostalo ucitavanje", - "Neispravan tip metode iz %s", - "hb_xgrab ne moe dodijeliti memoriju", - "hb_xrealloc pozvan s NULL pokazivacem", - "hb_xrealloc pozvan s neispravnim pokazivacem", - "hb_xrealloc ne moe realocirati memoriju", - "hb_xfree pozvan s neispravnim pokazivacem", - "hb_xfree pozvan s NULL pokazivacem", - "Nije moguce pronaci pocetnu proceduru: \'%s\'", - "Nema pocetne procedure", - "Nepodran VM opcod", - "Simbol element ocekivan iz %s", - "Neispravan simbol tip za sebe iz %s", - "Kodeblok ocekivan iz %s", - "Nepravilan tip elementa na staku pokuaj stavljanja iz %s", - "Prekoracenje staka", - "Element je bio kopiran u samog sebe iz %s", - "Neispravan simbol elemenat dodan kao memorijska varijabla %s", - "Prekoracenje memorijskog meduspremnika", - "hb_xgrab zahtjev za dodjelom nul bajta", - "hb_xrealloc zahtjev za proirenjem na nul bajtove", - "hb_xalloc zahtjev za dodjelom nul bajtova", - - /* Texts */ - - "DD/MM/YYYY", - "D", - "N" - } -}; - -#define HB_LANG_ID HRWIN -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msghu852.c b/harbour/src/lang/msghu852.c deleted file mode 100644 index 839cbf5909..0000000000 --- a/harbour/src/lang/msghu852.c +++ /dev/null @@ -1,204 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (HU852) - * - * Copyright 1999-2005 Viktor Szakats (harbour syenar.net) - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Hungarian */ -/* ISO language code (2 chars): HU */ -/* Codepage: CP-852 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "HU852", /* ID */ - "Hungarian", /* Name (in English) */ - "Magyar", /* Name (in native language) */ - "HU", /* RFC ID */ - "CP-852", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "janur", - "februr", - "mrcius", - "prilis", - "mjus", - "jnius", - "jlius", - "augusztus", - "szeptember", - "oktber", - "november", - "december", - - /* Day names */ - - "vasrnap", - "htf", - "kedd", - "szerda", - "cstrtk", - "pntek", - "szombat", - - /* CA-Cl*pper compatible natmsg items */ - - "Adatbzisok Ttelszm Utols md. Mret", - "Kri a tovbbi rszeket?", - "lapszm", - "** sszesen **", - "* Rszsszesen *", - "*** Mindsszesen ***", - "Ins", - " ", - "Rossz dtum", - " Hatrok ", - " - ", - "I/N", - "INVALID EXPRESSION", - - /* Error description names */ - - "Ismeretlen hiba", - "Paramter hiba", - "Tmbindex hiba", - "Karakteres vltoz tlcsorduls", - "Numerikus tlcsorduls", - "Nullval val oszts", - "Numerikus hiba", - "Szintaktikus hiba", - "Tl sszetett mvelet", - "", - "", - "Kevs memria", - "Nem definilt fggvny", - "Nem exportlt metdus", - "Nem ltez vltoz", - "Nem ltez munkaterlet nv", - "Nem exportlt vltoz", - "Helytelen munkaterlet nv", - "Mr hasznlt munkaterlet nv", - "", - "Ltrehozsi hiba", - "Megnyitsi hiba", - "Lezrsi hiba", - "Olvassi hiba", - "rs hiba", - "Nyomtatsi hiba", - "", - "", - "", - "", - "Nem tmogatott mvelet", - "Korlt tllpve", - "Index hiba felfedezve", - "Nem megfelel adattpus", - "Tl szles adat", - "Nem megnyitott munkaterlet", - "Nem indexelt munkaterlet", - "Kizrlagos megnyitsi md szksges", - "Zrols szksges", - "rs nem megengedett", - "Zrols nem sikerlt j rekord felvitelekor", - "Zrols nem sikerlt", - "", - "", - "", - "", - "tmbelem hozzfrs", - "tmbelem rtkads", - "tmbelem dimenzi", - "nem tmb", - "feltteles", - - /* Internal error names */ - - "Kezelhetetlen hiba %d: ", - "Hiba kezelsi hiba", - "Nincs ERRORBLOCK() a hiba kezelshez", - "Tl sok rekurzv hiba kezel hvs", - "Az RDD hibs vagy nem sikerlt betlteni", - "Nem megfelel tpus metdus (%s)", - "hb_xgrab can't allocate memory", - "hb_xrealloc called with a NULL pointer", - "hb_xrealloc called with an invalid pointer", - "hb_xrealloc can't reallocate memory", - "hb_xfree called with an invalid pointer", - "hb_xfree called with a NULL pointer", - "Can\'t locate the starting procedure: \'%s\'", - "No starting procedure", - "Unsupported VM opcode", - "Symbol item expected from %s", - "Invalid symbol type for self from %s", - "Codeblock expected from %s", - "Incorrect item type on the stack trying to pop from %s", - "Stack underflow", - "An item was going to be copied to itself from %s", - "Invalid symbol item passed as memvar %s", - "Memory buffer overflow", - "hb_xgrab requested to allocate zero bytes", - "hb_xrealloc requested to resize to zero bytes", - "hb_xalloc requested to allocate zero bytes", - - /* Texts */ - - "YYYY.MM.DD", - "I", - "N" - } -}; - -#define HB_LANG_ID HU852 -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msghuiso.c b/harbour/src/lang/msghuiso.c deleted file mode 100644 index f2c595fd8e..0000000000 --- a/harbour/src/lang/msghuiso.c +++ /dev/null @@ -1,204 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (HUISO) - * - * Copyright 1999-2005 Viktor Szakats (harbour syenar.net) - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Hungarian */ -/* ISO language code (2 chars): HU */ -/* Codepage: ISO-8859-2 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "HUISO", /* ID */ - "Hungarian", /* Name (in English) */ - "Magyar", /* Name (in native language) */ - "HU", /* RFC ID */ - "ISO-8859-2", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "janur", - "februr", - "mrcius", - "prilis", - "mjus", - "jnius", - "jlius", - "augusztus", - "szeptember", - "oktber", - "november", - "december", - - /* Day names */ - - "vasrnap", - "htf", - "kedd", - "szerda", - "cstrtk", - "pntek", - "szombat", - - /* CA-Cl*pper compatible natmsg items */ - - "Adatbzisok Ttelszm Utols md. Mret", - "Kri a tovbbi rszeket?", - "lapszm", - "** sszesen **", - "* Rszsszesen *", - "*** Mindsszesen ***", - "Ins", - " ", - "Rossz dtum", - " Hatrok ", - " - ", - "I/N", - "INVALID EXPRESSION", - - /* Error description names */ - - "Ismeretlen hiba", - "Paramter hiba", - "Tmbindex hiba", - "Karakteres vltoz tlcsorduls", - "Numerikus tlcsorduls", - "Nullval val oszts", - "Numerikus hiba", - "Szintaktikus hiba", - "Tl sszetett mvelet", - "", - "", - "Kevs memria", - "Nem definilt fggvny", - "Nem exportlt metdus", - "Nem ltez vltoz", - "Nem ltez munkaterlet nv", - "Nem exportlt vltoz", - "Helytelen munkaterlet nv", - "Mr hasznlt munkaterlet nv", - "", - "Ltrehozsi hiba", - "Megnyitsi hiba", - "Lezrsi hiba", - "Olvassi hiba", - "rs hiba", - "Nyomtatsi hiba", - "", - "", - "", - "", - "Nem tmogatott mvelet", - "Korlt tllpve", - "Index hiba felfedezve", - "Nem megfelel adattpus", - "Tl szles adat", - "Nem megnyitott munkaterlet", - "Nem indexelt munkaterlet", - "Kizrlagos megnyitsi md szksges", - "Zrols szksges", - "rs nem megengedett", - "Zrols nem sikerlt j rekord felvitelekor", - "Zrols nem sikerlt", - "", - "", - "", - "", - "tmbelem hozzfrs", - "tmbelem rtkads", - "tmbelem dimenzi", - "nem tmb", - "feltteles", - - /* Internal error names */ - - "Unrecoverable error %d: ", - "Error recovery failure", - "No ERRORBLOCK() for error", - "Too many recursive error handler calls", - "RDD invalid or failed to load", - "Invalid method type from %s", - "hb_xgrab can't allocate memory", - "hb_xrealloc called with a NULL pointer", - "hb_xrealloc called with an invalid pointer", - "hb_xrealloc can't reallocate memory", - "hb_xfree called with an invalid pointer", - "hb_xfree called with a NULL pointer", - "Can\'t locate the starting procedure: \'%s\'", - "No starting procedure", - "Unsupported VM opcode", - "Symbol item expected from %s", - "Invalid symbol type for self from %s", - "Codeblock expected from %s", - "Incorrect item type on the stack trying to pop from %s", - "Stack underflow", - "An item was going to be copied to itself from %s", - "Invalid symbol item passed as memvar %s", - "Memory buffer overflow", - "hb_xgrab requested to allocate zero bytes", - "hb_xrealloc requested to resize to zero bytes", - "hb_xalloc requested to allocate zero bytes", - - /* Texts */ - - "YYYY.MM.DD", - "I", - "N" - } -}; - -#define HB_LANG_ID HUISO -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msghuwin.c b/harbour/src/lang/msghuwin.c deleted file mode 100644 index 9776c454af..0000000000 --- a/harbour/src/lang/msghuwin.c +++ /dev/null @@ -1,204 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (HUWIN) - * - * Copyright 1999-2005 Viktor Szakats (harbour syenar.net) - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Hungarian */ -/* ISO language code (2 chars): HU */ -/* Codepage: Windows-1250 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "HUWIN", /* ID */ - "Hungarian", /* Name (in English) */ - "Magyar", /* Name (in native language) */ - "HU", /* RFC ID */ - "Windows-1250", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "janur", - "februr", - "mrcius", - "prilis", - "mjus", - "jnius", - "jlius", - "augusztus", - "szeptember", - "oktber", - "november", - "december", - - /* Day names */ - - "vasrnap", - "htf", - "kedd", - "szerda", - "cstrtk", - "pntek", - "szombat", - - /* CA-Cl*pper compatible natmsg items */ - - "Adatbzisok Ttelszm Utols md. Mret", - "Kri a tovbbi rszeket?", - "lapszm", - "** sszesen **", - "* Rszsszesen *", - "*** Mindsszesen ***", - "Ins", - " ", - "Rossz dtum", - " Hatrok ", - " - ", - "I/N", - "INVALID EXPRESSION", - - /* Error description names */ - - "Ismeretlen hiba", - "Paramter hiba", - "Tmbindex hiba", - "Karakteres vltoz tlcsorduls", - "Numerikus tlcsorduls", - "Nullval val oszts", - "Numerikus hiba", - "Szintaktikus hiba", - "Tl sszetett mvelet", - "", - "", - "Kevs memria", - "Nem definilt fggvny", - "Nem exportlt metdus", - "Nem ltez vltoz", - "Nem ltez munkaterlet nv", - "Nem exportlt vltoz", - "Helytelen munkaterlet nv", - "Mr hasznlt munkaterlet nv", - "", - "Ltrehozsi hiba", - "Megnyitsi hiba", - "Lezrsi hiba", - "Olvassi hiba", - "rs hiba", - "Nyomtatsi hiba", - "", - "", - "", - "", - "Nem tmogatott mvelet", - "Korlt tllpve", - "Index hiba felfedezve", - "Nem megfelel adattpus", - "Tl szles adat", - "Nem megnyitott munkaterlet", - "Nem indexelt munkaterlet", - "Kizrlagos megnyitsi md szksges", - "Zrols szksges", - "rs nem megengedett", - "Zrols nem sikerlt j rekord felvitelekor", - "Zrols nem sikerlt", - "", - "", - "", - "", - "tmbelem hozzfrs", - "tmbelem rtkads", - "tmbelem dimenzi", - "nem tmb", - "feltteles", - - /* Internal error names */ - - "Unrecoverable error %d: ", - "Error recovery failure", - "No ERRORBLOCK() for error", - "Too many recursive error handler calls", - "RDD invalid or failed to load", - "Invalid method type from %s", - "hb_xgrab can't allocate memory", - "hb_xrealloc called with a NULL pointer", - "hb_xrealloc called with an invalid pointer", - "hb_xrealloc can't reallocate memory", - "hb_xfree called with an invalid pointer", - "hb_xfree called with a NULL pointer", - "Can\'t locate the starting procedure: \'%s\'", - "No starting procedure", - "Unsupported VM opcode", - "Symbol item expected from %s", - "Invalid symbol type for self from %s", - "Codeblock expected from %s", - "Incorrect item type on the stack trying to pop from %s", - "Stack underflow", - "An item was going to be copied to itself from %s", - "Invalid symbol item passed as memvar %s", - "Memory buffer overflow", - "hb_xgrab requested to allocate zero bytes", - "hb_xrealloc requested to resize to zero bytes", - "hb_xalloc requested to allocate zero bytes", - - /* Texts */ - - "YYYY.MM.DD", - "I", - "N" - } -}; - -#define HB_LANG_ID HUWIN -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msgid.c b/harbour/src/lang/msgid.c deleted file mode 100644 index cad580e1e2..0000000000 --- a/harbour/src/lang/msgid.c +++ /dev/null @@ -1,204 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (ID) - * - * Copyright 2000 Andi Jahja - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Indonesian */ -/* ISO language code (2 chars): ID */ -/* Codepage: CP-437 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "ID", /* ID */ - "Indonesian", /* Name (in English) */ - "Bahasa Indonesia", /* Name (in native language) */ - "ID", /* RFC ID */ - "CP-437", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "Januari", - "Februari", - "Maret", - "April", - "Mei", - "Juni", - "Juli", - "Agustus", - "September", - "Oktober", - "November", - "Desember", - - /* Day names */ - - "Minggu", - "Senin", - "Selasa", - "Rabu", - "Kamis", - "Jumat", - "Sabtu", - - /* CA-Cl*pper compatible natmsg items */ - - "Database Files # Records Last Update Size", - "Do you want more samples?", - "Page No.", - "** Subtotal **", - "* Subsubtotal *", - "*** Total ***", - "Ins", - " ", - "Invalid date", - "Range: ", - " - ", - "Y/N", - "INVALID EXPRESSION", - - /* Error description names */ - - "Unknown error", - "Argument error", - "Bound error", - "String overflow", - "Numeric overflow", - "Zero divisor", - "Numeric error", - "Syntax error", - "Operation too complex", - "", - "", - "Memory low", - "Undefined function", - "No exported method", - "Variable does not exist", - "Alias does not exist", - "No exported variable", - "Illegal characters in alias", - "Alias already in use", - "", - "Create error", - "Open error", - "Close error", - "Read error", - "Write error", - "Print error", - "", - "", - "", - "", - "Operation not supported", - "Limit exceeded", - "Corruption detected", - "Data type error", - "Data width error", - "Workarea not in use", - "Workarea not indexed", - "Exclusive required", - "Lock required", - "Write not allowed", - "Append lock failed", - "Lock Failure", - "", - "", - "", - "", - "array access", - "array assign", - "array dimension", - "not an array", - "conditional", - - /* Internal error names */ - - "Unrecoverable error %d: ", - "Error recovery failure", - "No ERRORBLOCK() for error", - "Too many recursive error handler calls", - "RDD invalid or failed to load", - "Invalid method type from %s", - "hb_xgrab can't allocate memory", - "hb_xrealloc called with a NULL pointer", - "hb_xrealloc called with an invalid pointer", - "hb_xrealloc can't reallocate memory", - "hb_xfree called with an invalid pointer", - "hb_xfree called with a NULL pointer", - "Can\'t locate the starting procedure: \'%s\'", - "No starting procedure", - "Unsupported VM opcode", - "Symbol item expected from %s", - "Invalid symbol type for self from %s", - "Codeblock expected from %s", - "Incorrect item type on the stack trying to pop from %s", - "Stack underflow", - "An item was going to be copied to itself from %s", - "Invalid symbol item passed as memvar %s", - "Memory buffer overflow", - "hb_xgrab requested to allocate zero bytes", - "hb_xrealloc requested to resize to zero bytes", - "hb_xalloc requested to allocate zero bytes", - - /* Texts */ - - "DD/MM/YYYY", - "Y", - "N" - } -}; - -#define HB_LANG_ID ID -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msgis850.c b/harbour/src/lang/msgis850.c deleted file mode 100644 index c2b210486d..0000000000 --- a/harbour/src/lang/msgis850.c +++ /dev/null @@ -1,205 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (IS850) - * - * Copyright 2000 Viktor Szakats (harbour syenar.net) (English, from msgen.c) - * Copyright 2000 David G. Holm (Icelandic) - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Icelandic */ -/* ISO language code (2 chars): IS */ -/* Codepage: CP-850 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "IS850", /* ID */ - "Icelandic", /* Name (in English) */ - "slenska", /* Name (in native language) */ - "IS", /* RFC ID */ - "CP-850", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "Janar", - "Febrar", - "Mars", - "Aprll", - "Ma", - "Jun", - "Jul", - "gst", - "September", - "Oktber", - "Nvember", - "Desember", - - /* Day names */ - - "Sunnudagur", - "Mnudagur", - "rijudagur", - "Mivikudagur", - "Fimmtudagur", - "Fstudagur", - "Laugardagur", - - /* CA-Cl*pper compatible natmsg items */ - - "Gagnagrunnar Skrartal Sast Breytt Str", - "Viltu fleyri prfanir?", - "Bladsa", - "** Subtotal **", - "* Subsubtotal *", - "*** Samtals ***", - "Ins", - " ", - "Rng dagsetning", - "Range: ", - " - ", - "J/N", - "GILD EXPRESSION", - - /* Error description names */ - - "Unknown error", - "Argument error", - "Bound error", - "String overflow", - "Numeric overflow", - "Zero divisor", - "Numeric error", - "Syntax error", - "Operation too complex", - "", - "", - "Memory low", - "Undefined function", - "No exported method", - "Variable does not exist", - "Alias does not exist", - "No exported variable", - "Illegal characters in alias", - "Alias already in use", - "", - "Create error", - "Open error", - "Close error", - "Read error", - "Write error", - "Print error", - "", - "", - "", - "", - "Operation not supported", - "Limit exceeded", - "Corruption detected", - "Data type error", - "Data width error", - "Workarea not in use", - "Workarea not indexed", - "Exclusive required", - "Lock required", - "Write not allowed", - "Append lock failed", - "Lock Failure", - "", - "", - "", - "", - "array access", - "array assign", - "array dimension", - "not an array", - "conditional", - - /* Internal error names */ - - "Unrecoverable error %d: ", - "Error recovery failure", - "No ERRORBLOCK() for error", - "Too many recursive error handler calls", - "RDD invalid or failed to load", - "Invalid method type from %s", - "hb_xgrab can't allocate memory", - "hb_xrealloc called with a NULL pointer", - "hb_xrealloc called with an invalid pointer", - "hb_xrealloc can't reallocate memory", - "hb_xfree called with an invalid pointer", - "hb_xfree called with a NULL pointer", - "Can\'t locate the starting procedure: \'%s\'", - "No starting procedure", - "Unsupported VM opcode", - "Symbol item expected from %s", - "Invalid symbol type for self from %s", - "Codeblock expected from %s", - "Incorrect item type on the stack trying to pop from %s", - "Stack underflow", - "An item was going to be copied to itself from %s", - "Invalid symbol item passed as memvar %s", - "Memory buffer overflow", - "hb_xgrab requested to allocate zero bytes", - "hb_xrealloc requested to resize to zero bytes", - "hb_xalloc requested to allocate zero bytes", - - /* Texts */ - - "YYYY-MM-DD", - "J", - "N" - } -}; - -#define HB_LANG_ID IS850 -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msgit.c b/harbour/src/lang/msgit.c deleted file mode 100644 index f3a49d1de8..0000000000 --- a/harbour/src/lang/msgit.c +++ /dev/null @@ -1,204 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (IT) - * - * Copyright 2000 Maurilio Longo - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Italian */ -/* ISO language code (2 chars): IT */ -/* Codepage: CP-437 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "IT", /* ID */ - "Italian", /* Name (in English) */ - "Italiano", /* Name (in native language) */ - "IT", /* RFC ID */ - "CP-437", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "Gennaio", - "Febbraio", - "Marzo", - "Aprile", - "Maggio", - "Giugno", - "Luglio", - "Agosto", - "Settembre", - "Ottobre", - "Novembre", - "Dicembre", - - /* Day names */ - - "Domenica", - "Luned", - "Marted", - "Mercoled", - "Gioved", - "Venerd", - "Sabato", - - /* CA-Cl*pper compatible natmsg items */ - - "File di dati # Record Ultima Mod. Dimens.", - "Vuoi altri esempi?", - "Pagina Nr.", - "** Subtotale **", - "* Subsubtotale *", - "*** Totale ***", - "Ins", - " ", - "Data non valida", - "Intervallo: ", - " - ", - "Y/N", - "ESPRESSIONE NON VALIDA", - - /* Error description names */ - - "Errore sconosciuto", - "Parametro errato", - "Limiti superati", - "Stringa troppo lunga (overflow)", - "Numero troppo grande (overflow)", - "Divisione per zero", - "Errore numerico", - "Errore sintattico", - "Formula troppo complessa", - "", - "", - "Memoria scarsa", - "Funzione non definita", - "Metodo non disponibile", - "Variabile inesistente", - "Alias inesistente", - "Variabile non disponibile", - "Caratteri non ammissibili in un Alias", - "Alias gi in uso", - "", - "Errore nella creazione", - "Errore in apertura", - "Errore in chiusura", - "Errore in lettura", - "Errore in scrittura", - "Errore in stampa", - "", - "", - "", - "", - "Operazione non supportata", - "Limite superato", - "Riscontrata corruzione", - "Errore nel tipo dei dati", - "Errore nella dimensione dei dati", - "Workarea non in use", - "Workarea non indicizzata", - "Richiede l'uso esclusivo", - "Richiede un Lock", - "Scrittura non consentita", - "Append Lock fallito", - "Lock fallito", - "", - "", - "", - "", - "accesso all'array", - "assegnazione all'array", - "dimensione dell'array", - "non un array", - "condizionale", - - /* Internal error names */ - - "Errore irrecuperabile %d: ", - "Recupero dell'errore non riuscito", - "Manca ERRORBLOCK() per l'errore", - "Troppe chiamate ricorsive al gestore d'errore", - "RDD non valido o caricamento non riuscito", - "Metodo non valido per %s", - "hb_xgrab non riesce a riservare memoria", - "hb_xrealloc chiamato con un puntatore nullo", - "hb_xrealloc chiamato con un puntatore non valido", - "hb_xrealloc non riesce a modificare la dimensione della memoria riservata", - "hb_xfree chiamato con un puntatore non valido", - "hb_xfree chiamato con un puntatore nullo", - "Non trovo la procedura iniziale: \'%s\'", - "Manca una procedura iniziale", - "VM opcode non supportato", - "Symbol item atteso per %s", - "Invalid symbol type for self from %s", - "Codeblock atteso per %s", - "Incorrect item type on the stack trying to pop from %s", - "Stack underflow", - "An item was going to be copied to itself from %s", - "Invalid symbol item passed as memvar %s", - "Memory buffer overflow", - "hb_xgrab requested to allocate zero bytes", - "hb_xrealloc requested to resize to zero bytes", - "hb_xalloc requested to allocate zero bytes", - - /* Texts */ - - "YYYY/MM/DD", - "S", - "N" - } -}; - -#define HB_LANG_ID IT -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msgltwin.c b/harbour/src/lang/msgltwin.c deleted file mode 100644 index efb98ee8bf..0000000000 --- a/harbour/src/lang/msgltwin.c +++ /dev/null @@ -1,204 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (LTWIN) - * - * Copyright 2003 Mindaugas Kavaliauskas - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Lithuanian */ -/* ISO language code (2 chars): LT */ -/* Codepage: Windows-1257 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "LTWIN", /* ID */ - "Lithuanian", /* Name (in English) */ - "Lietuvi", /* Name (in native language) */ - "LT", /* RFC ID */ - "Windows-1257", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "Sausis", - "Vasaris", - "Kovas", - "Balandis", - "Gegu", - "Birelis", - "Liepa", - "Rugpjtis", - "Rugsjis", - "Spalis", - "Lapkritis", - "Gruodis", - - /* Day names */ - - "Sekmadienis", - "Pirmadienis", - "Antradienis", - "Treiadienis", - "Ketvirtadienis", - "Penktadienis", - "etadienis", - - /* CA-Cl*pper compatible natmsg items */ - - "Database Files # Records Last Update Size", - "Do you want more samples?", - "Page No.", - "** Subtotal **", - "* Subsubtotal *", - "*** Total ***", - "Ins", - " ", - "Invalid date", - "Range: ", - " - ", - "Y/N", - "INVALID EXPRESSION", - - /* Error description names */ - - "Unknown error", - "Argument error", - "Bound error", - "String overflow", - "Numeric overflow", - "Zero divisor", - "Numeric error", - "Syntax error", - "Operation too complex", - "", - "", - "Memory low", - "Undefined function", - "No exported method", - "Variable does not exist", - "Alias does not exist", - "No exported variable", - "Illegal characters in alias", - "Alias already in use", - "", - "Create error", - "Open error", - "Close error", - "Read error", - "Write error", - "Print error", - "", - "", - "", - "", - "Operation not supported", - "Limit exceeded", - "Corruption detected", - "Data type error", - "Data width error", - "Workarea not in use", - "Workarea not indexed", - "Exclusive required", - "Lock required", - "Write not allowed", - "Append lock failed", - "Lock Failure", - "", - "", - "", - "", - "array access", - "array assign", - "array dimension", - "not an array", - "conditional", - - /* Internal error names */ - - "Unrecoverable error %d: ", - "Error recovery failure", - "No ERRORBLOCK() for error", - "Too many recursive error handler calls", - "RDD invalid or failed to load", - "Invalid method type from %s", - "hb_xgrab can't allocate memory", - "hb_xrealloc called with a NULL pointer", - "hb_xrealloc called with an invalid pointer", - "hb_xrealloc can't reallocate memory", - "hb_xfree called with an invalid pointer", - "hb_xfree called with a NULL pointer", - "Can\'t locate the starting procedure: \'%s\'", - "No starting procedure", - "Unsupported VM opcode", - "Symbol item expected from %s", - "Invalid symbol type for self from %s", - "Codeblock expected from %s", - "Incorrect item type on the stack trying to pop from %s", - "Stack underflow", - "An item was going to be copied to itself from %s", - "Invalid symbol item passed as memvar %s", - "Memory buffer overflow", - "hb_xgrab requested to allocate zero bytes", - "hb_xrealloc requested to resize to zero bytes", - "hb_xalloc requested to allocate zero bytes", - - /* Texts */ - - "YYYY-MM-DD", - "T", - "N" - } -}; - -#define HB_LANG_ID LTWIN -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msgnl.c b/harbour/src/lang/msgnl.c deleted file mode 100644 index 0c6a1e46f9..0000000000 --- a/harbour/src/lang/msgnl.c +++ /dev/null @@ -1,204 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (NL) - * - * Copyright 2007 Rene Koot - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Dutch */ -/* ISO language code (2 chars): NL */ -/* Codepage: CP-437 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "NL", /* ID */ - "Dutch", /* Name (in English) */ - "Nederlands", /* Name (in native language) */ - "NL", /* RFC ID */ - "CP-437", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "Januari", - "Februari", - "Maart", - "April", - "Mei", - "Juni", - "Juli", - "Augustus", - "September", - "Oktober", - "November", - "December", - - /* Day names */ - - "Zondag", - "Maandag", - "Dinsdag", - "Woensdag", - "Donderdag", - "Vrijdag", - "Zaterdag", - - /* CA-Cl*pper compatible natmsg items */ - - "Gegevens Bestanden # Regels Laatste Aanpassing Grootte", - "Wilt u meer voorbeelden?", - "Pagina Nr.", - "** Subtotaal **", - "* Subsubtotaal *", - "*** Totaal ***", - "Ins", - " ", - "Ongeldige datum", - "Bereik: ", - " - ", - "J/N", - "ONGELDIGE EXPRESSIE", - - /* Error description names */ - - "Onbekende fout", - "Argument fout", - "Begrenzings fout", - "Tekst overloop", - "Numerieke overloop", - "Deling door nul", - "Numerieke fout", - "Syntax fout", - "Handeling te ingewikkeld", - "", - "", - "Weinig geheugen", - "Niet gedefinieerde functie", - "Geen gexporteerde methode", - "Variabele bestaat niet", - "Alias bestaat niet", - "Geen gexporteerde variabele", - "Ongeldige karakters in alias", - "Alias reeds in gebruik", - "", - "Maak fout", - "Open fout", - "Sluit fout", - "Lees fout", - "Schrijf fout", - "Print fout", - "", - "", - "", - "", - "Handeling niet ondersteund", - "Limiet overschreden", - "Corruptie ontdekt", - "Data type fout", - "Data lengte fout", - "Werkgebied niet in gebruik", - "Werkgebied niet gendexeerd", - "Exclusieve rechten vereist", - "Blokkering vereist", - "Schrijven niet toegestaan", - "Toevoegen blokkering mislukt", - "Blokkering mislukt", - "", - "", - "", - "", - "array toegang", - "array toewijzing", - "array afmeting", - "geen array", - "voorwaardelijk", - - /* Internal error names */ - - "Onherstelbare fout %d: ", - "Fout herstellen mislukt", - "Geen ERRORBLOCK() voor fout", - "Teveel herhalende fout behandelings aanroepen", - "RDD ongeldig of niet geladen", - "Ongeldige methode type van %s", - "hb_xgrab kan het geheugen niet toewijzen", - "hb_xrealloc aangeroepen met een lege aanwijzer", - "hb_xrealloc aangeroepen met een ongeldige aanwijzer", - "hb_xrealloc kan het geheugen niet opnieuw toewijzen", - "hb_xfree aangeroepen met een ongeldige aanwijzer", - "hb_xfree aangeroepen met een lege aanwijzer", - "Kan de startende procedure niet vinden: \'%s\'", - "Geen startende procedure", - "Niet ondersteunde VM opcode", - "Symbool onderdeel verondersteld van %s", - "Ongeldig symbool type voor zichzelf van %s", - "Codeblock verondersteld van %s", - "Ongeldig onderdeel type op de stapel probeert over te springen van %s", - "stapel te klein", - "Een onderdeel zou worden gekopieerd in zichzelf van %s", - "Ongeldig symbool onderdeel doorgegeven als memvar %s", - "Geheugen buffer stroomt over", - "hb_xgrab verzocht nul bytes toe te wijzen", - "hb_xrealloc verzocht om naar nul bytes te verkleinen", - "hb_xalloc verzocht nul bytes toe te wijzen", - - /* Texts */ - - "YYYY/MM/DD", - "J", - "N" - } -}; - -#define HB_LANG_ID NL -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msgpl852.c b/harbour/src/lang/msgpl852.c deleted file mode 100644 index 838e7bc9a5..0000000000 --- a/harbour/src/lang/msgpl852.c +++ /dev/null @@ -1,204 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (PL852) - * - * Copyright 1999 {list of individual authors and e-mail addresses} - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Polish */ -/* ISO language code (2 chars): PL */ -/* Codepage: CP-852 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "PL852", /* ID */ - "Polish", /* Name (in English) */ - "Polski", /* Name (in native language) */ - "PL", /* RFC ID */ - "CP-852", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "Stycze", - "Luty", - "Marzec", - "Kwiecie", - "Maj", - "Czerwiec", - "Lipiec", - "Sierpie", - "Wrzesie", - "Padziernik", - "Listopad", - "Grudzie", - - /* Day names */ - - "Niedziela", - "Poniedziaek", - "Wtorek", - "roda", - "Czwartek", - "Pitek", - "Sobota", - - /* CA-Cl*pper compatible natmsg items */ - - "Baza danych #Rekordw Uaktualniona Rozmiar", - "Wicej przykadw?", - "Strona", - "** Subtotal **", - "* Subsubtotal *", - "*** Total ***", - "Wst", /* wstaw */ - "Zas", /* zastap */ - "Nieprawidowa data", - "Zakres:", - " - ", - "T/N", - "Bdne wyraenie", - - /* Error description names */ - - "Bd bez opisu", - "Nieprawidowy argument", - "Bd zakresu tablicy", - "Za duy string", - "Przepenienie numeryczne", - "Dzielenie przez zero", - "Bd numeryczny", - "Nieprawidowa skadnia", - "Operacja zbyt zoona", - "", - "", - "Za mao pamici", - "Niezdefiniowana funkcja", - "Metoda jest niedostpna", - "Zmienna nie istnieje", - "Alias bazy nie istnieje", - "Zmienna jest niedostpna", - "Nieprawidowy alias bazy", - "Podany alias ju istnieje", - "", - "Bd podczas tworzenia zbioru", - "Bd podczas otwarcia zbioru", - "Bd podczas zamknicia zbioru", - "Bd podczas odczytu ze zbioru", - "Bd podczas zapisu do zbioru", - "Bd wydruku", - "", - "", - "", - "", - "Nieprawidowa operacja", - "Przekroczony limit", - "Wykryto uszkodzenie danych", - "Niezgodny typ danych", - "Warto poza zakresem", - "Baza nie jest otwarta", - "Baza nie ma indeksu", - "Wymagany jest wyczny dostp do bazy", - "Wymagana blokada dostpu", - "Zapis niedozwolony", - "Brak blokady dostpu podczas dodawania rekordu", - "Nie udao si zablokowa dostpu", - "", - "", - "", - "Bd w destruktorze obiektu", - "Nieprawidowa liczba argumentw", - "pobranie elementu tablicy", - "zmiana wartoci elementu tablicy", - "wymagana jest tablica", - "wymagany typ: logiczny", - - /* Internal error names */ - - "Nienaprawialny bd nr %d: ", - "Nieudana prba naprawy bdu", - "Brak kodu obsugi ERRORBLOCK()", - "Zbyt wiele zagniedonych bdw", - "Niezaadowany lub zy RDD", - "Zy typ metody woanej z %s", - "hb_xgrab nie moe zarezerwowa pamici", - "hb_xrealloc wywoany ze wskanikiem NULL", - "hb_xrealloc wywoany ze zym wskanikiem", - "hb_xrealloc nie moe powikszy bloku pamici", - "hb_xfree wywoany ze zym wskanikiem", - "hb_xfree wywoany ze wskanikiem NULL", - "Brak definicji procedury startowej: \'%s\'", - "Brak procedury startowej", - "Nieprawidowa warto VM opcode", - "W %s wymagany jest item typu \'Symbol\'", - "W %s podano zy item dla SELF", - "W %s oczekiwany jest item typu \'Codeblock\'", - "Funkcja %s wymaga innego typu na stosie", - "Stos poniej dna", - "Item nie moe by skopiowany w %s", - "W %s podano zy item jako memvar", - "Zapis poza przydzielonym obszarem", - "hb_xgrab requested to allocate zero bytes", - "hb_xrealloc requested to resize to zero bytes", - "hb_xalloc requested to allocate zero bytes", - - /* Texts */ - - "YYYY.MM.DD", - "T", - "N" - } -}; - -#define HB_LANG_ID PL852 -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msgpliso.c b/harbour/src/lang/msgpliso.c deleted file mode 100644 index d5b4772ca9..0000000000 --- a/harbour/src/lang/msgpliso.c +++ /dev/null @@ -1,204 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (PL ISO-8859-2) - * - * Copyright 1999 {list of individual authors and e-mail addresses} - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Polish */ -/* ISO language code (2 chars): PL */ -/* Codepage: ISO-8859-2 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "PLISO", /* ID */ - "Polish", /* Name (in English) */ - "Polski", /* Name (in native language) */ - "PL", /* RFC ID */ - "ISO-8859-2", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "Stycze", - "Luty", - "Marzec", - "Kwiecie", - "Maj", - "Czerwiec", - "Lipiec", - "Sierpie", - "Wrzesie", - "Padziernik", - "Listopad", - "Grudzie", - - /* Day names */ - - "Niedziela", - "Poniedziaek", - "Wtorek", - "roda", - "Czwartek", - "Pitek", - "Sobota", - - /* CA-Cl*pper compatible natmsg items */ - - "Baza danych #Rekordw Uaktualniona Rozmiar", - "Wicej przykadw?", - "Strona", - "** Subtotal **", - "* Subsubtotal *", - "*** Total ***", - "Wst", /* wstaw */ - "Zas", /* zastap */ - "Nieprawidowa data", - "Zakres:", - " - ", - "T/N", - "Bdne wyraenie", - - /* Error description names */ - - "Bd bez opisu", - "Nieprawidowy argument", - "Bd zakresu tablicy", - "Za duy string", - "Przepenienie numeryczne", - "Dzielenie przez zero", - "Bd numeryczny", - "Nieprawidowa skadnia", - "Operacja zbyt zoona", - "", - "", - "Za mao pamici", - "Niezdefiniowana funkcja", - "Metoda jest niedostpna", - "Zmienna nie istnieje", - "Alias bazy nie istnieje", - "Zmienna jest niedostpna", - "Nieprawidowy alias bazy", - "Podany alias ju istnieje", - "", - "Bd podczas tworzenia zbioru", - "Bd podczas otwarcia zbioru", - "Bd podczas zamknicia zbioru", - "Bd podczas odczytu ze zbioru", - "Bd podczas zapisu do zbioru", - "Bd wydruku", - "", - "", - "", - "", - "Nieprawidowa operacja", - "Przekroczony limit", - "Wykryto uszkodzenie danych", - "Niezgodny typ danych", - "Warto poza zakresem", - "Baza jest nie otwarta", - "Baza nie ma indeksu", - "Wymagany jest wyczny dostp do bazy", - "Wymagana blokada dostpu", - "Zapis niedozwolony", - "Brak blokady dostpu podczas dodawania rekordu", - "Nie udao si zablokowa dostpu", - "", - "", - "", - "Bad w destruktorze obiektu", - "Nieprawidowa liczba argumentw", - "pobranie elementu tablicy", - "zmiana wartoci elementu tablicy", - "wymagana jest tablica", - "wymagany typ: logiczny", - - /* Internal error names */ - - "Nienaprawialny bd nr %d: ", - "Nieudana prba naprawy bdu", - "Brak kodu obsugi ERRORBLOCK()", - "Zbyt wiele zagniedonych bdw", - "Niezaadowany lub zy RDD", - "Zy typ metody woanej z %s", - "hb_xgrab nie moe zarezerwowa pamici", - "hb_xrealloc wywoany ze wskanikiem NULL", - "hb_xrealloc wywoany ze zym wskanikiem", - "hb_xrealloc nie moe powiekszy bloku pamici", - "hb_xfree wywoany ze zym wskanikiem", - "hb_xfree wywoany ze wskanikiem NULL", - "Brak definicja procedury startowej: \'%s\'", - "Brak procedury startowej", - "Nieprawidowa warto VM opcode", - "W %s wymagany jest item typu \'Symbol\'", - "W %s podano zy item dla SELF", - "W %s oczekiwany jest item typu \'Codeblock\'", - "Funkcja %s wymaga innego typu na stosie", - "Stos poniej dna", - "Item nie moe by skopiowany w %s", - "W %s podano zy item jako memvar", - "Zapis poza przydzielonym obszarem", - "hb_xgrab requested to allocate zero bytes", - "hb_xrealloc requested to resize to zero bytes", - "hb_xalloc requested to allocate zero bytes", - - /* Texts */ - - "YYYY.MM.DD", - "T", - "N" - } -}; - -#define HB_LANG_ID PLISO -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msgplmaz.c b/harbour/src/lang/msgplmaz.c deleted file mode 100644 index 4ff3d4f132..0000000000 --- a/harbour/src/lang/msgplmaz.c +++ /dev/null @@ -1,204 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (PL Mazowia) - * - * Copyright 1999 {list of individual authors and e-mail addresses} - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Polish */ -/* ISO language code (2 chars): PL */ -/* Codepage: Mazowia */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "PLMAZ", /* ID */ - "Polish", /* Name (in English) */ - "Polski", /* Name (in native language) */ - "PL", /* RFC ID */ - "Mazowia", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "Stycze", - "Luty", - "Marzec", - "Kwiecie", - "Maj", - "Czerwiec", - "Lipiec", - "Sierpie", - "Wrzesie", - "Padziernik", - "Listopad", - "Grudzie", - - /* Day names */ - - "Niedziela", - "Poniedziaek", - "Wtorek", - "roda", - "Czwartek", - "Pitek", - "Sobota", - - /* CA-Cl*pper compatible natmsg items */ - - "Baza danych #Rekordw Uaktualniona Rozmiar", - "Wicej przykadw?", - "Strona", - "** Subtotal **", - "* Subsubtotal *", - "*** Total ***", - "Wst", /* wstaw */ - "Zas", /* zastap */ - "Nieprawidowa data", - "Zakres:", - " - ", - "T/N", - "Bdne wyraenie", - - /* Error description names */ - - "Bd bez opisu", - "Nieprawidowy argument", - "Bd zakresu tablicy", - "Za duy string", - "Przepenienie numeryczne", - "Dzielenie przez zero", - "Bd numeryczny", - "Nieprawidowa skadnia", - "Operacja zbyt zoona", - "", - "", - "Za mao pamici", - "Niezdefiniowana funkcja", - "Metoda jest niedostpna", - "Zmienna nie istnieje", - "Alias bazy nie istnieje", - "Zmienna jest niedostpna", - "Nieprawidowy alias bazy", - "Podany alias ju istnieje", - "", - "Bd podczas tworzenia zbioru", - "Bd podczas otwarcia zbioru", - "Bd podczas zamknicia zbioru", - "Bd podczas odczytu ze zbioru", - "Bd podczas zapisu do zbioru", - "Bd wydruku", - "", - "", - "", - "", - "Nieprawidowa operacja", - "Przekroczony limit", - "Wykryto uszkodzenie danych", - "Niezgodny typ danych", - "Warto poza zakresem", - "Baza jest nie otwarta", - "Baza nie ma indeksu", - "Wymagany jest wyczny dostp do bazy", - "Wymagana blokada dostpu", - "Zapis niedozwolony", - "Brak blokady dostpu podczas dodawania rekordu", - "Nie udao si zablokowa dostpu", - "", - "", - "", - "Bd w destruktorze obiektu", - "Nieprawidowa liczba argumentw", - "pobranie elementu tablicy", - "zmiana wartoci elementu tablicy", - "wymagana jest tablica", - "wymagany typ: logiczny", - - /* Internal error names */ - - "Nienaprawialny bd nr %d: ", - "Nieudana prba naprawy bdu", - "Brak kodu obsugi ERRORBLOCK()", - "Zbyt wiele zagniedonych bdw", - "Niezaadowany lub zy RDD", - "Zy typ metody woanej z %s", - "hb_xgrab nie moe zarezerwowa pamici", - "hb_xrealloc wywoany ze wskanikiem NULL", - "hb_xrealloc wywoany ze zym wskanikiem", - "hb_xrealloc nie moe powikszy bloku pamici", - "hb_xfree wywoany ze zym wskanikiem", - "hb_xfree wywoany ze wskanikiem NULL", - "Brak definicji procedury startowej: \'%s\'", - "Brak procedury startowej", - "Nieprawidowa warto VM opcode", - "W %s wymagany jest item typu \'Symbol\'", - "W %s podano zy item dla SELF", - "W %s oczekiwany jest item typu \'Codeblock\'", - "Funkcja %s wymaga innego typu na stosie", - "Stos poniej dna", - "Item nie moe by skopiowany w %s", - "W %s podano zy item jako memvar", - "Zapis poza przydzielonym obszarem", - "hb_xgrab requested to allocate zero bytes", - "hb_xrealloc requested to resize to zero bytes", - "hb_xalloc requested to allocate zero bytes", - - /* Texts */ - - "YYYY.MM.DD", - "T", - "N" - } -}; - -#define HB_LANG_ID PLMAZ -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msgplwin.c b/harbour/src/lang/msgplwin.c deleted file mode 100644 index ed662b6638..0000000000 --- a/harbour/src/lang/msgplwin.c +++ /dev/null @@ -1,204 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (PL Windows-1250) - * - * Copyright 1999 {list of individual authors and e-mail addresses} - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Polish */ -/* ISO language code (2 chars): PL */ -/* Codepage: Windows-1250 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "PLWIN", /* ID */ - "Polish", /* Name (in English) */ - "Polski", /* Name (in native language) */ - "PL", /* RFC ID */ - "Windows-1250", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "Stycze", - "Luty", - "Marzec", - "Kwiecie", - "Maj", - "Czerwiec", - "Lipiec", - "Sierpie", - "Wrzesie", - "Padziernik", - "Listopad", - "Grudzie", - - /* Day names */ - - "Niedziela", - "Poniedziaek", - "Wtorek", - "roda", - "Czwartek", - "Pitek", - "Sobota", - - /* CA-Cl*pper compatible natmsg items */ - - "Baza danych #Rekordw Uaktualniona Rozmiar", - "Wicej przykadw?", - "Strona", - "** Subtotal **", - "* Subsubtotal *", - "*** Total ***", - "Wst", /* wstaw */ - "Zas", /* zastap */ - "Nieprawidowa data", - "Zakres:", - " - ", - "T/N", - "Bdne wyraenie", - - /* Error description names */ - - "Bd bez opisu", - "Nieprawidowy argument", - "Bd zakresu tablicy", - "Za duy string", - "Przepenienie numeryczne", - "Dzielenie przez zero", - "Bd numeryczny", - "Nieprawidowa skadnia", - "Operacja zbyt zoona", - "", - "", - "Za mao pamici", - "Niezdefiniowana funkcja", - "Metoda jest niedostpna", - "Zmienna nie istnieje", - "Alias bazy nie istnieje", - "Zmienna jest niedostpna", - "Nieprawidowy alias bazy", - "Podany alias ju istnieje", - "", - "Bd podczas tworzenia zbioru", - "Bd podczas otwarcia zbioru", - "Bd podczas zamknicia zbioru", - "Bd podczas odczytu ze zbioru", - "Bd podczas zapisu do zbioru", - "Bd wydruku", - "", - "", - "", - "", - "Nieprawidowa operacja", - "Przekroczony limit", - "Wykryto uszkodzenie danych", - "Niezgodny typ danych", - "Warto poza zakresem", - "Baza jest nie otwarta", - "Baza nie ma indeksu", - "Wymagany jest wyczny dostp do bazy", - "Wymagana blokada dostpu", - "Zapis niedozwolony", - "Brak blokady dostpu podczas dodawania rekordu", - "Nie udao si zablokowa dostpu", - "", - "", - "", - "Bd w destruktorze obiektu", - "Nieprawidowa liczba argumentw", - "pobranie elementu tablicy", - "zmiana wartoci elementu tablicy", - "wymagana jest tablica", - "wymagany typ: logiczny", - - /* Internal error names */ - - "Nienaprawialny bd nr %d: ", - "Nieudana prba naprawy bdu", - "Brak kodu obsugi ERRORBLOCK()", - "Zbyt wiele zagniedonych bdw", - "Niezaadowany lub zy RDD", - "Zy typ metody woanej z %s", - "hb_xgrab nie moe zarezerwowa pamici", - "hb_xrealloc wywoany ze wskanikiem NULL", - "hb_xrealloc wywoany ze zym wskanikiem", - "hb_xrealloc nie moe powikszy bloku pamici", - "hb_xfree wywoany ze zym wskanikiem", - "hb_xfree wywoany ze wskanikiem NULL", - "Brak definicji procedury startowej: \'%s\'", - "Brak procedury startowej", - "Nieprawidowa warto VM opcode", - "W %s wymagany jest item typu \'Symbol\'", - "W %s podano zy item dla SELF", - "W %s oczekiwany jest item typu \'Codeblock\'", - "Funkcja %s wymaga innego typu na stosie", - "Stos poniej dna", - "Item nie moe by skopiowany w %s", - "W %s podano zy item jako memvar", - "Zapis poza przydzielonym obszarem", - "hb_xgrab requested to allocate zero bytes", - "hb_xrealloc requested to resize to zero bytes", - "hb_xalloc requested to allocate zero bytes", - - /* Texts */ - - "YYYY.MM.DD", - "T", - "N" - } -}; - -#define HB_LANG_ID PLWIN -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msgpt.c b/harbour/src/lang/msgpt.c deleted file mode 100644 index a96fcfffd9..0000000000 --- a/harbour/src/lang/msgpt.c +++ /dev/null @@ -1,216 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (PT) - * - * Copyright 2000 Luiz Rafael Culik - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* - * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org - * - * Copyright 2000 Felipe Coury - * Small fixes - * Internal error names - * - * See COPYING for licensing terms. - * - */ - -/* Language name: Portuguese */ -/* ISO language code (2 chars): PT */ -/* Codepage: CP-850 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "PT", /* ID */ - "Portuguese", /* Name (in English) */ - "Portugues", /* Name (in native language) */ - "PT", /* RFC ID */ - "CP-850", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "Janeiro", - "Fevereiro", - "Maro", - "Abril", - "Maio", - "Junho", - "Julho", - "Agosto", - "Setembro", - "Outubro", - "Novembro", - "Dezembro", - - /* Day names */ - - "Domingo", - "Segunda-feira", - "Tera-feira", - "Quarta-feira", - "Quinta-feira", - "Sexta-feira", - "Sbado", - - /* CA-Cl*pper compatible natmsg items */ - - "Banco de Dados # Registro Ult. Atuali. Tam.", - "Voce quer mais testes?", - "Pagina No.", - "** Subtotal **", - "* Subsubtotal *", - "*** Total ***", - "Ins", - " ", - "Data invlida", - "Faixa: ", - " - ", - "S/N", - "EXPRESSO INVALIDA", - - /* Error description names */ - - "Erro desconhecido", - "Erro nos parmetros", - "Erro de limite", - "Overflow de string", - "Overflow numrico", - "Diviso por zero", - "Erro numrico", - "Erro de sintaxe", - "Operao muito complexa", - "", - "", - "Memria insuficiente", - "Funo indefinida", - "Mtodo no exportado", - "Varivel no existe", - "Alias no existe", - "Nenhuma varivel exportada", - "Nome de alias incorreto", - "Nome de alias duplicado", - "", - "Erro de criao", - "Erro de abertura", - "Erro ao fechar", - "Erro de leitura", - "Erro de escrita", - "Erro de impresso", - "", - "", - "", - "", - "Operao no suportada", - "Limite excedido", - "Detectado ndice corrompido", - "Tipo incorreto de dado", - "Tamanho do dato muito longo", - "Workarea no est em uso", - "Workarea no indexada", - "Uso exclusivo requerido", - "Travamento requerido", - "Escrita no permitida", - "Falha no travamento do Append", - "Falha no travamento", - "", - "", - "", - "", - "acesso de array", - "array assign", - "", - "no um array", - "condicional", - - /* Internal error names */ - - "Erro irrecupervel %d: ", - "Erro na recuperaao do erro", - "ERRORBLOCK() para erro ausente", - "Muitas chamadas recursivas ao manipulador de erros", - "Falha ao carregar ou RDD invlido", - "Mtodo de %s invlido", - "hb_xgrab nao pode alocar memria", - "hb_xrealloc chamado com ponteiro NULL", - "hb_xrealloc chamado com ponteiro invlido", - "hb_xrealloc nao pode realocar memria", - "hb_xfree chamado com ponteiro invlido", - "hb_xfree chamado com ponteiro NULL", - "Impossivel localizar procedure de incializaao: \'%s\'", - "Nao ha procedure de inicializaao", - "VM opcode nao suportado", - "Item de smbolo esperado de %s", - "Tipo de smbolo invlido para self em %s", - "Codeblock esperado em %s", - "Tipo incorreto de item na pilha tentando executar um pop de %s", - "Stack underflow", - "Um item iria ser copiado para ele mesmo em %s", - "Symbol item invlido passado como memvar %s", - "Memory buffer overflow", - "hb_xgrab requisitou para alocar zero bytes", - "hb_xrealloc requisitou para redimensiorar para zero byte", - "hb_xalloc requisitou para alocar zero bytes", - - /* Texts */ - - "DD/MM/YYYY", - "S", - "N" - } -}; - -#define HB_LANG_ID PT -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msgptiso.c b/harbour/src/lang/msgptiso.c deleted file mode 100644 index bfc14cd8f3..0000000000 --- a/harbour/src/lang/msgptiso.c +++ /dev/null @@ -1,216 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (PT ISO-8859-1) - * - * Copyright 1999 {list of individual authors and e-mail addresses} - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* - * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org - * - * Copyright 2000 Felipe Coury - * Small fixes - * Internal error names - * - * See COPYING for licensing terms. - * - */ - -/* Language name: Portuguese */ -/* ISO language code (2 chars): PT */ -/* Codepage: ISO-8859-1 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "PTISO", /* ID */ - "Portuguese", /* Name (in English) */ - "Portugues", /* Name (in native language) */ - "PT", /* RFC ID */ - "ISO-8859-1", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "Janeiro", - "Fevereiro", - "Maro", - "Abril", - "Maio", - "Junho", - "Julho", - "Agosto", - "Setembro", - "Outubro", - "Novembro", - "Dezembro", - - /* Day names */ - - "Domingo", - "Segunda-feira", - "Tera-feira", - "Quarta-feira", - "Quinta-feira", - "Sexta-feira", - "Sbado", - - /* CA-Cl*pper compatible natmsg items */ - - "Banco de Dados # Registro Ult. Atuali. Tam.", - "Voce quer mais testes?", - "Pagina No.", - "** Subtotal **", - "* Subsubtotal *", - "*** Total ***", - "Ins", - " ", - "Data invlida", - "Faixa: ", - " - ", - "S/N", - "EXPRESSO INVALIDA", - - /* Error description names */ - - "Erro desconhecido", - "Erro nos parmetros", - "Erro de limite", - "Overflow de string", - "Overflow numrico", - "Diviso por zero", - "Erro numrico", - "Erro de sintaxe", - "Operao muito complexa", - "", - "", - "Memria insuficiente", - "Funo indefinida", - "Mtodo no exportado", - "Varivel no existe", - "Alias no existe", - "Nenhuma varivel exportada", - "Nome de alias incorreto", - "Nome de alias duplicado", - "", - "Erro de criao", - "Erro de abertura", - "Erro ao fechar", - "Erro de leitura", - "Erro de escrita", - "Erro de impresso", - "", - "", - "", - "", - "Operao no suportada", - "Limite excedido", - "Detectado ndice corrompido", - "Tipo incorreto de dado", - "Tamanho do dato muito longo", - "Workarea no est em uso", - "Workarea no indexada", - "Uso exclusivo requerido", - "Travamento requerido", - "Escrita no permitida", - "Falha no travamento do Append", - "Falha no travamento", - "", - "", - "", - "", - "acesso de array", - "array assign", - "", - "no um array", - "condicional", - - /* Internal error names */ - - "Erro irrecupervel %d: ", - "Erro na recuperaao do erro", - "ERRORBLOCK() para erro ausente", - "Muitas chamadas recursivas ao manipulador de erros", - "Falha ao carregar ou RDD invlido", - "Mtodo de %s invlido", - "hb_xgrab nao pode alocar memria", - "hb_xrealloc chamado com ponteiro NULL", - "hb_xrealloc chamado com ponteiro invlido", - "hb_xrealloc nao pode realocar memria", - "hb_xfree chamado com ponteiro invlido", - "hb_xfree chamado com ponteiro NULL", - "Impossivel localizar procedure de incializaao: \'%s\'", - "Nao ha procedure de inicializaao", - "VM opcode nao suportado", - "Item de smbolo esperado de %s", - "Tipo de smbolo invlido para self em %s", - "Codeblock esperado em %s", - "Tipo incorreto de item na pilha tentando executar um pop de %s", - "Stack underflow", - "Um item iria ser copiado para ele mesmo em %s", - "Symbol item invlido passado como memvar %s", - "Memory buffer overflow", - "hb_xgrab requisitou para alocar zero bytes", - "hb_xrealloc requisitou para redimensiorar para zero byte", - "hb_xalloc requisitou para alocar zero bytes", - - /* Texts */ - - "DD/MM/YYYY", - "S", - "N" - } -}; - -#define HB_LANG_ID PTISO -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msgro.c b/harbour/src/lang/msgro.c deleted file mode 100644 index 41c68f7e58..0000000000 --- a/harbour/src/lang/msgro.c +++ /dev/null @@ -1,204 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (RO) - * - * Copyright 1999-2001 Viktor Szakats (harbour syenar.net) - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Romanian */ -/* ISO language code (2 chars): RO */ -/* Codepage: CP-852 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "RO", /* ID */ - "Romanian", /* Name (in English) */ - "Romn", /* Name (in native language) */ - "RO", /* RFC ID */ - "CP-852", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "ianuarie", - "februarie", - "martie", - "aprilie", - "mai", - "iunie", - "iulie", - "august", - "septembrie", - "octombrie", - "noiembrie", - "decembrie", - - /* Day names */ - - "duminic", - "luni", - "mari", - "miercuri", - "joi", - "vineri", - "smbt", - - /* CA-Cl*pper compatible natmsg items */ - - "Database Files # Records Last Update Size", - "Do you want more samples?", - "Page No.", - "** Subtotal **", - "* Subsubtotal *", - "*** Total ***", - "Ins", - " ", - "Invalid date", - "Range: ", - " - ", - "D/N", - "INVALID EXPRESSION", - - /* Error description names */ - - "Unknown error", - "Argument error", - "Bound error", - "String overflow", - "Numeric overflow", - "Zero divisor", - "Numeric error", - "Syntax error", - "Operation too complex", - "", - "", - "Memory low", - "Undefined function", - "No exported method", - "Variable does not exist", - "Alias does not exist", - "No exported variable", - "Illegal characters in alias", - "Alias already in use", - "", - "Create error", - "Open error", - "Close error", - "Read error", - "Write error", - "Print error", - "", - "", - "", - "", - "Operation not supported", - "Limit exceeded", - "Corruption detected", - "Data type error", - "Data width error", - "Workarea not in use", - "Workarea not indexed", - "Exclusive required", - "Lock required", - "Write not allowed", - "Append lock failed", - "Lock Failure", - "", - "", - "", - "", - "array access", - "array assign", - "array dimension", - "not an array", - "conditional", - - /* Internal error names */ - - "Unrecoverable error %d: ", - "Error recovery failure", - "No ERRORBLOCK() for error", - "Too many recursive error handler calls", - "RDD invalid or failed to load", - "Invalid method type from %s", - "hb_xgrab can't allocate memory", - "hb_xrealloc called with a NULL pointer", - "hb_xrealloc called with an invalid pointer", - "hb_xrealloc can't reallocate memory", - "hb_xfree called with an invalid pointer", - "hb_xfree called with a NULL pointer", - "Can\'t locate the starting procedure: \'%s\'", - "No starting procedure", - "Unsupported VM opcode", - "Symbol item expected from %s", - "Invalid symbol type for self from %s", - "Codeblock expected from %s", - "Incorrect item type on the stack trying to pop from %s", - "Stack underflow", - "An item was going to be copied to itself from %s", - "Invalid symbol item passed as memvar %s", - "Memory buffer overflow", - "hb_xgrab requested to allocate zero bytes", - "hb_xrealloc requested to resize to zero bytes", - "hb_xalloc requested to allocate zero bytes", - - /* Texts */ - - "DD.MM.YYYY", - "D", - "N" - } -}; - -#define HB_LANG_ID RO -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msgru866.c b/harbour/src/lang/msgru866.c deleted file mode 100644 index bf23c10503..0000000000 --- a/harbour/src/lang/msgru866.c +++ /dev/null @@ -1,205 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (RU866) - * - * Copyright 2000 Alexander S.Kresin - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Russian */ -/* ISO language code (2 chars): RU */ -/* Codepage: CP-866 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "RU866", /* ID */ - "Russian", /* Name (in English) */ - "᪨", /* Name (in native language) */ - "RU", /* RFC ID */ - "CP-866", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "", - "ࠫ", - "", - "५", - "", - "", - "", - "", - "", - "", - "", - "", - - /* Day names */ - - "ᥭ", - "쭨", - "୨", - "।", - "⢥", - "⭨", - "㡡", - - /* CA-Cl*pper compatible natmsg items */ - - " # ᫥ . ", - "㦭 ਬ ?", - ".N", - "** Subtotal **", - "* Subsubtotal *", - "*** Total ***", - "Ins", - " ", - "ୠ ", - ": ", - " - ", - "/", - " ", - - /* Error description names */ - - "⭠ 訡", - " 㬥", - "९ ᨢ", - "९ ப", - "९ ᫠", - " ", - "᫥ 訡", - "⠪᪠ 訡", - "誮 ᫮ ", - "", - "", - " 墠⠥ ", - "⭠ 㭪", - "⮤ ᯮ஢", - "६ ", - " ", - "६ ᯮ஢", - "⨬ ᨬ ", - " 㦥 ᯮ", - "", - "訡 ᮧ", - "訡 ", - "訡 ", - "訡 ⥭", - "訡 ", - "訡 ", - "", - "", - "", - "", - " ন", - " ॢ襭", - "㦥 ०", - "訡 ⨯ ", - "訡 ࠧ ", - " ", - " ஢", - "ॡ ᪫ ", - "ॡ ஢", - " ࠧ襭", - " ஢ ", - "஢ 㤠", - "", - "", - "", - "", - "୮ ⢮ 㬥⮢", - " ᨢ", - "᢮ ᨢ", - " ᨢ", - "ࠢ", - - - /* Internal error names */ - - "ࠢ 訡 %d: ", - "訡 ⠭", - " । ERRORBLOCK() 訡", - "ॢ襭 । ४ᨢ 맮 ࠡ稪 訡", - " 㤠 㧨 RDD", - " ⨯ ⮤ %s", - "hb_xgrab । ", - "hb_xrealloc 맢 NULL 㪠⥫", - "hb_xrealloc 맢 㪠⥫", - "hb_xrealloc । ", - "hb_xfree 맢 㪠⥫", - "hb_xfree 맢 NULL 㪠⥫", - " ⮢ 楤: \'%s\'", - " ⮢ 楤", - "VM: ", - "%s: ᨬ", - "%s: ⨯ ᨬ self", - "%s: ", - "%s: ⨯ 設 ⥪", - "室 । ⥪", - "%s: ⪠ ஢ ᥡ", - "%s: ୮ ६", - "९ ", - "hb_xgrab requested to allocate zero bytes", - "hb_xrealloc requested to resize to zero bytes", - "hb_xalloc requested to allocate zero bytes", - - /* Texts */ - - "DD.MM.YYYY", - "", - "" - } -}; - -#define HB_LANG_ID RU866 -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msgrukoi.c b/harbour/src/lang/msgrukoi.c deleted file mode 100644 index d031fb293a..0000000000 --- a/harbour/src/lang/msgrukoi.c +++ /dev/null @@ -1,204 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (RUKOI) - * - * Copyright 2002 Alexander S.Kresin - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Russian */ -/* ISO language code (2 chars): RU */ -/* Codepage: KOI8 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "RUKOI", /* ID */ - "Russian", /* Name (in English) */ - "", /* Name (in native language) */ - "RU", /* RFC ID */ - "KOI8", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - - /* Day names */ - - "", - "", - "", - "", - "", - "", - "", - - /* CA-Cl*pper compatible natmsg items */ - - " # . ", - " ?", - ".N", - "** Subtotal **", - "* Subsubtotal *", - "*** Total ***", - "Ins", - " ", - " ", - ": ", - " - ", - "/", - " ", - - /* Error description names */ - - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - " ", - " ", - " ", - " ", - "", - - /* Internal error names */ - - " %d: ", - " ", - " ERRORBLOCK() ", - " ", - " RDD", - " %s", - "hb_xgrab ", - "hb_xrealloc NULL ", - "hb_xrealloc ", - "hb_xrealloc ", - "hb_xfree ", - "hb_xfree NULL ", - " : \'%s\'", - " ", - "VM: ", - "%s: ", - "%s: self", - "%s: ", - "%s: ", - " ", - "%s: ", - "%s: ", - " ", - "hb_xgrab requested to allocate zero bytes", - "hb_xrealloc requested to resize to zero bytes", - "hb_xalloc requested to allocate zero bytes", - - /* Texts */ - - "DD.MM.YYYY", - "", - "" - } -}; - -#define HB_LANG_ID RUKOI -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msgruwin.c b/harbour/src/lang/msgruwin.c deleted file mode 100644 index 24c3bb5a0d..0000000000 --- a/harbour/src/lang/msgruwin.c +++ /dev/null @@ -1,205 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (RUWIN) - * - * Copyright 2000 Alexander S.Kresin - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Russian */ -/* ISO language code (2 chars): RU */ -/* Codepage: Windows-1251 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "RUWIN", /* ID */ - "Russian", /* Name (in English) */ - "", /* Name (in native language) */ - "RU", /* RFC ID */ - "Windows-1251", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - - /* Day names */ - - "", - "", - "", - "", - "", - "", - "", - - /* CA-Cl*pper compatible natmsg items */ - - " # . ", - " ?", - ".N", - "** Subtotal **", - "* Subsubtotal *", - "*** Total ***", - "Ins", - " ", - " ", - ": ", - " - ", - "/", - " ", - - /* Error description names */ - - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - " ", - " ", - " ", - " ", - "", - - - /* Internal error names */ - - " %d: ", - " ", - " ERRORBLOCK() ", - " ", - " RDD", - " %s", - "hb_xgrab ", - "hb_xrealloc NULL ", - "hb_xrealloc ", - "hb_xrealloc ", - "hb_xfree ", - "hb_xfree NULL ", - " : \'%s\'", - " ", - "VM: ", - "%s: ", - "%s: self", - "%s: ", - "%s: ", - " ", - "%s: ", - "%s: ", - " ", - "hb_xgrab requested to allocate zero bytes", - "hb_xrealloc requested to resize to zero bytes", - "hb_xalloc requested to allocate zero bytes", - - /* Texts */ - - "DD.MM.YYYY", - "", - "" - } -}; - -#define HB_LANG_ID RUWIN -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msgsk852.c b/harbour/src/lang/msgsk852.c deleted file mode 100644 index 0f175c7798..0000000000 --- a/harbour/src/lang/msgsk852.c +++ /dev/null @@ -1,204 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (SK852) - * - * Copyright 2008,2012 Gyula Bartal (from msgskwin.c) - * Update December 25, 2011 Jaroslav Janik - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Slovak */ -/* ISO language code (2 chars): SK */ -/* Codepage: CP-852 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "SK852", /* ID */ - "Slovak", /* Name (in English) */ - "Slovensky", /* Name (in native language) */ - "SK", /* RFC ID */ - "CP-852", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "janur", - "februr", - "marec", - "aprl", - "mj", - "jn", - "jl", - "august", - "september", - "oktber", - "november", - "december", - - /* Day names */ - - "nedea", - "pondelok", - "utorok", - "streda", - "tvrtok", - "piatok", - "sobota", - - /* CA-Cl*pper compatible natmsg items */ - - "Dtabze # Vety Aktualizcia Vekos", - "Chcete viac prkladov?", - "Strana", - "** Medziset **", - "* Medzimedziset *", - "*** Set ***", - "Ins", - " ", - "Chybn dtum", - "Rozsah: ", - " - ", - "A/N", - "CHYBN VRAZ", - - /* Error description names */ - - "Neznm chyba", - "Chyba argumentu", - "Chyba medz", - "Preplnenie reazca", - "Preplnenie sla", - "Delenie nulou", - "Numerick chyba", - "Syntaktick chyba", - "Opercia prli komplexn", - "", - "", - "Nedostatok pamte", - "Nedefinovan funkcia", - "Neznma metda", - "Premenn neexistuje", - "Oblas neexistuje", - "Neznma premenn", - "Nepovolen znaky v oblasti", - "Oblas je u pouit", - "", - "Chyba vytvorenia", - "Chyba otvorenia", - "Chyba zatvorenia", - "Chyba tania", - "Chyba zpisu", - "Chyba tlae", - "", - "", - "", - "", - "Nepodporovan opercia", - "Prekroen limit", - "Index pokoden", - "Chyba typu dt", - "Chyba dky dt", - "Nepouit pracovn oblas ", - "Nezoraden pracovn oblas", - "Nutn vhradn prstup", - "Uzamknutie nutn", - "Zlyhanie uzamkutia pri pridvan", - "Zlyhanie uzamknutia", - "", - "", - "", - "", - "prstup k pou", - "priradenie k pou", - "zmena dimenze poa", - "nie je to pole", - "podmienka", - - /* Internal error names */ - - "Unrecoverable error %d: ", - "Error recovery failure", - "No ERRORBLOCK() for error", - "Too many recursive error handler calls", - "RDD invalid or failed to load", - "Invalid method type from %s", - "hb_xgrab can't allocate memory", - "hb_xrealloc called with a NULL pointer", - "hb_xrealloc called with an invalid pointer", - "hb_xrealloc can't reallocate memory", - "hb_xfree called with an invalid pointer", - "hb_xfree called with a NULL pointer", - "Can\'t locate the starting procedure: \'%s\'", - "No starting procedure", - "Unsupported VM opcode", - "Symbol item expected from %s", - "Invalid symbol type for self from %s", - "Codeblock expected from %s", - "Incorrect item type on the stack trying to pop from %s", - "Stack underflow", - "An item was going to be copied to itself from %s", - "Invalid symbol item passed as memvar %s", - "Memory buffer overflow", - "hb_xgrab requested to allocate zero bytes", - "hb_xrealloc requested to resize to zero bytes", - "hb_xalloc requested to allocate zero bytes", - - /* Texts */ - - "DD.MM.YYYY", - "A", - "N" - } -}; - -#define HB_LANG_ID SK852 -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msgskiso.c b/harbour/src/lang/msgskiso.c deleted file mode 100644 index c87ab5619a..0000000000 --- a/harbour/src/lang/msgskiso.c +++ /dev/null @@ -1,204 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (SK ISO-8859-2) - * - * Copyright 2008,2012 Gyula Bartal (from msgskwin.c) - * Update December 25, 2011 Jaroslav Janik - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Slovak */ -/* ISO language code (2 chars): SK */ -/* Codepage: ISO-8859-2 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "SKISO", /* ID */ - "Slovak", /* Name (in English) */ - "Slovensky", /* Name (in native language) */ - "SK", /* RFC ID */ - "ISO-8859-2", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "janur", - "februr", - "marec", - "aprl", - "mj", - "jn", - "jl", - "august", - "september", - "oktber", - "november", - "december", - - /* Day names */ - - "nedea", - "pondelok", - "utorok", - "streda", - "tvrtok", - "piatok", - "sobota", - - /* CA-Cl*pper compatible natmsg items */ - - "Dtabze # Vety Aktualizcia Vekos", - "Chcete viac prkladov?", - "Strana", - "** Medziset **", - "* Medzimedziset *", - "*** Set ***", - "Ins", - " ", - "Chybn dtum", - "Rozsah: ", - " - ", - "A/N", - "CHYBN VRAZ", - - /* Error description names */ - - "Neznm chyba", - "Chyba argumentu", - "Chyba medz", - "Preplnenie reazca", - "Preplnenie sla", - "Delenie nulou", - "Numerick chyba", - "Syntaktick chyba", - "Opercia prli komplexn", - "", - "", - "Nedostatok pamte", - "Nedefinovan funkcia", - "Neznma metda", - "Premenn neexistuje", - "Oblas neexistuje", - "Neznma premenn", - "Nepovolen znaky v oblasti", - "Oblas je u pouit", - "", - "Chyba vytvorenia", - "Chyba otvorenia", - "Chyba zatvorenia", - "Chyba tania", - "Chyba zpisu", - "Chyba tlae", - "", - "", - "", - "", - "Nepodporovan opercia", - "Prekroen limit", - "Index pokoden", - "Chyba typu dt", - "Chyba dky dt", - "Nepouit pracovn oblas ", - "Nezoraden pracovn oblas", - "Nutn vhradn prstup", - "Uzamknutie nutn", - "Zlyhanie uzamkutia pri pridvan", - "Zlyhanie uzamknutia", - "", - "", - "", - "", - "prstup k pou", - "priradenie k pou", - "zmena dimenze poa", - "nie je to pole", - "podmienka", - - /* Internal error names */ - - "Unrecoverable error %d: ", - "Error recovery failure", - "No ERRORBLOCK() for error", - "Too many recursive error handler calls", - "RDD invalid or failed to load", - "Invalid method type from %s", - "hb_xgrab can't allocate memory", - "hb_xrealloc called with a NULL pointer", - "hb_xrealloc called with an invalid pointer", - "hb_xrealloc can't reallocate memory", - "hb_xfree called with an invalid pointer", - "hb_xfree called with a NULL pointer", - "Can\'t locate the starting procedure: \'%s\'", - "No starting procedure", - "Unsupported VM opcode", - "Symbol item expected from %s", - "Invalid symbol type for self from %s", - "Codeblock expected from %s", - "Incorrect item type on the stack trying to pop from %s", - "Stack underflow", - "An item was going to be copied to itself from %s", - "Invalid symbol item passed as memvar %s", - "Memory buffer overflow", - "hb_xgrab requested to allocate zero bytes", - "hb_xrealloc requested to resize to zero bytes", - "hb_xalloc requested to allocate zero bytes", - - /* Texts */ - - "DD.MM.YYYY", - "A", - "N" - } -}; - -#define HB_LANG_ID SKISO -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msgskkam.c b/harbour/src/lang/msgskkam.c deleted file mode 100644 index 15933704f2..0000000000 --- a/harbour/src/lang/msgskkam.c +++ /dev/null @@ -1,204 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (SK Kamenicky ("895")) - * - * Copyright 2008,2012 Gyula Bartal (from msgskwin.c) - * Update December 25, 2011 Jaroslav Janik - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Slovak */ -/* ISO language code (2 chars): SK */ -/* Codepage: Kamenicky ("895") */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "SKKAM", /* ID */ - "Slovak", /* Name (in English) */ - "Slovensky", /* Name (in native language) */ - "SK", /* RFC ID */ - "Kamenicky", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "janur", - "februr", - "marec", - "aprl", - "mj", - "jn", - "jl", - "august", - "september", - "oktber", - "november", - "december", - - /* Day names */ - - "nedea", - "pondelok", - "utorok", - "streda", - "tvrtok", - "piatok", - "sobota", - - /* CA-Cl*pper compatible natmsg items */ - - "Dtabze # Vety Aktualizcia Vekos", - "Chcete viac prkladov?", - "Strana", - "** Medziset **", - "* Medzimedziset *", - "*** Set ***", - "Ins", - " ", - "Chybn dtum", - "Rozsah: ", - " - ", - "A/N", - "CHYBN VRAZ", - - /* Error description names */ - - "Neznm chyba", - "Chyba argumentu", - "Chyba medz", - "Preplnenie reazca", - "Preplnenie sla", - "Delenie nulou", - "Numerick chyba", - "Syntaktick chyba", - "Opercia prli komplexn", - "", - "", - "Nedostatok pamte", - "Nedefinovan funkcia", - "Neznma metda", - "Premenn neexistuje", - "Oblas neexistuje", - "Neznma premenn", - "Nepovolen znaky v oblasti", - "Oblas je u pouit", - "", - "Chyba vytvorenia", - "Chyba otvorenia", - "Chyba zatvorenia", - "Chyba tania", - "Chyba zpisu", - "Chyba tlae", - "", - "", - "", - "", - "Nepodporovan opercia", - "Prekroen limit", - "Index pokoden", - "Chyba typu dt", - "Chyba dky dt", - "Nepouit pracovn oblas ", - "Nezoraden pracovn oblas", - "Nutn vhradn prstup", - "Uzamknutie nutn", - "Zlyhanie uzamkutia pri pridvan", - "Zlyhanie uzamknutia", - "", - "", - "", - "", - "prstup k pou", - "priradenie k pou", - "zmena dimenze poa", - "nie je to pole", - "podmienka", - - /* Internal error names */ - - "Unrecoverable error %d: ", - "Error recovery failure", - "No ERRORBLOCK() for error", - "Too many recursive error handler calls", - "RDD invalid or failed to load", - "Invalid method type from %s", - "hb_xgrab can't allocate memory", - "hb_xrealloc called with a NULL pointer", - "hb_xrealloc called with an invalid pointer", - "hb_xrealloc can't reallocate memory", - "hb_xfree called with an invalid pointer", - "hb_xfree called with a NULL pointer", - "Can\'t locate the starting procedure: \'%s\'", - "No starting procedure", - "Unsupported VM opcode", - "Symbol item expected from %s", - "Invalid symbol type for self from %s", - "Codeblock expected from %s", - "Incorrect item type on the stack trying to pop from %s", - "Stack underflow", - "An item was going to be copied to itself from %s", - "Invalid symbol item passed as memvar %s", - "Memory buffer overflow", - "hb_xgrab requested to allocate zero bytes", - "hb_xrealloc requested to resize to zero bytes", - "hb_xalloc requested to allocate zero bytes", - - /* Texts */ - - "DD.MM.YYYY", - "A", - "N" - } -}; - -#define HB_LANG_ID SKKAM -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msgskwin.c b/harbour/src/lang/msgskwin.c deleted file mode 100644 index 99f6577315..0000000000 --- a/harbour/src/lang/msgskwin.c +++ /dev/null @@ -1,204 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (SKWIN) - * - * Copyright 2008,2012 Gyula Bartal (from msgcswin.c) - * Update December 25, 2011 Jaroslav Janik - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Slovak */ -/* ISO language code (2 chars): SK */ -/* Codepage: Windows-1250 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "SKWIN", /* ID */ - "Slovak", /* Name (in English) */ - "Slovensky", /* Name (in native language) */ - "SK", /* RFC ID */ - "Windows-1250", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "janur", - "februr", - "marec", - "aprl", - "mj", - "jn", - "jl", - "august", - "september", - "oktber", - "november", - "december", - - /* Day names */ - - "nedea", - "pondelok", - "utorok", - "streda", - "tvrtok", - "piatok", - "sobota", - - /* CA-Cl*pper compatible natmsg items */ - - "Dtabze # Vety Aktualizcia Vekos", - "Chcete viac prkladov?", - "Strana", - "** Medziset **", - "* Medzimedziset *", - "*** Set ***", - "Ins", - " ", - "Chybn dtum", - "Rozsah: ", - " - ", - "A/N", - "CHYBN VRAZ", - - /* Error description names */ - - "Neznm chyba", - "Chyba argumentu", - "Chyba medz", - "Preplnenie reazca", - "Preplnenie sla", - "Delenie nulou", - "Numerick chyba", - "Syntaktick chyba", - "Opercia prli komplexn", - "", - "", - "Nedostatok pamte", - "Nedefinovan funkcia", - "Neznma metda", - "Premenn neexistuje", - "Oblas neexistuje", - "Neznma premenn", - "Nepovolen znaky v oblasti", - "Oblas je u pouit", - "", - "Chyba vytvorenia", - "Chyba otvorenia", - "Chyba zatvorenia", - "Chyba tania", - "Chyba zpisu", - "Chyba tlae", - "", - "", - "", - "", - "Nepodporovan opercia", - "Prekroen limit", - "Index pokoden", - "Chyba typu dt", - "Chyba dky dt", - "Nepouit pracovn oblas ", - "Nezoraden pracovn oblas", - "Nutn vhradn prstup", - "Uzamknutie nutn", - "Zlyhanie uzamkutia pri pridvan", - "Zlyhanie uzamknutia", - "", - "", - "", - "", - "prstup k pou", - "priradenie k pou", - "zmena dimenze poa", - "nie je to pole", - "podmienka", - - /* Internal error names */ - - "Unrecoverable error %d: ", - "Error recovery failure", - "No ERRORBLOCK() for error", - "Too many recursive error handler calls", - "RDD invalid or failed to load", - "Invalid method type from %s", - "hb_xgrab can't allocate memory", - "hb_xrealloc called with a NULL pointer", - "hb_xrealloc called with an invalid pointer", - "hb_xrealloc can't reallocate memory", - "hb_xfree called with an invalid pointer", - "hb_xfree called with a NULL pointer", - "Can\'t locate the starting procedure: \'%s\'", - "No starting procedure", - "Unsupported VM opcode", - "Symbol item expected from %s", - "Invalid symbol type for self from %s", - "Codeblock expected from %s", - "Incorrect item type on the stack trying to pop from %s", - "Stack underflow", - "An item was going to be copied to itself from %s", - "Invalid symbol item passed as memvar %s", - "Memory buffer overflow", - "hb_xgrab requested to allocate zero bytes", - "hb_xrealloc requested to resize to zero bytes", - "hb_xalloc requested to allocate zero bytes", - - /* Texts */ - - "DD.MM.YYYY", - "A", - "N" - } -}; - -#define HB_LANG_ID SKWIN -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msgsl646.c b/harbour/src/lang/msgsl646.c deleted file mode 100644 index c0bdfde7c4..0000000000 --- a/harbour/src/lang/msgsl646.c +++ /dev/null @@ -1,205 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (SL646) - * - * Copyright 2000 Davor Siklic - * Copyright 2003 Mitja Podgornik - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Slovenian */ -/* ISO language code (2 chars): SL */ -/* Codepage: ISO-646-YU (SLOSCII) */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "SL646", /* ID */ - "Slovenian", /* Name (in English) */ - "Sloven{~ina", /* Name (in native language) */ - "SL", /* RFC ID */ - "ISO-646-YU", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "Januar", - "Februar", - "Marec", - "April", - "Maj", - "Junij", - "Julij", - "Avgust", - "September", - "Oktober", - "November", - "December", - - /* Day names */ - - "Nedelja", - "Ponedeljek", - "Torek", - "Sreda", - "^etrtek", - "Petek", - "Sobota", - - /* CA-Cl*pper compatible natmsg items */ - - "Database Files # Records Last Update Size", - "Do you want more samples?", - "Page No.", - "** Subtotal **", - "* Subsubtotal *", - "*** Total ***", - "Ins", - " ", - "Invalid date", - "Range: ", - " - ", - "D/N", - "INVALID EXPRESSION", - - /* Error description names */ - - "Unknown error", - "Argument error", - "Bound error", - "String overflow", - "Numeric overflow", - "Zero divisor", - "Numeric error", - "Syntax error", - "Operation too complex", - "", - "", - "Memory low", - "Undefined function", - "No exported method", - "Variable does not exist", - "Alias does not exist", - "No exported variable", - "Illegal characters in alias", - "Alias already in use", - "", - "Create error", - "Open error", - "Close error", - "Read error", - "Write error", - "Print error", - "", - "", - "", - "", - "Operation not supported", - "Limit exceeded", - "Corruption detected", - "Data type error", - "Data width error", - "Workarea not in use", - "Workarea not indexed", - "Exclusive required", - "Lock required", - "Write not allowed", - "Append lock failed", - "Lock Failure", - "", - "", - "", - "", - "array access", - "array assign", - "array dimension", - "not an array", - "conditional", - - /* Internal error names */ - - "Unrecoverable error %d: ", - "Error recovery failure", - "No ERRORBLOCK() for error", - "Too many recursive error handler calls", - "RDD invalid or failed to load", - "Invalid method type from %s", - "hb_xgrab can't allocate memory", - "hb_xrealloc called with a NULL pointer", - "hb_xrealloc called with an invalid pointer", - "hb_xrealloc can't reallocate memory", - "hb_xfree called with an invalid pointer", - "hb_xfree called with a NULL pointer", - "Can\'t locate the starting procedure: \'%s\'", - "No starting procedure", - "Unsupported VM opcode", - "Symbol item expected from %s", - "Invalid symbol type for self from %s", - "Codeblock expected from %s", - "Incorrect item type on the stack trying to pop from %s", - "Stack underflow", - "An item was going to be copied to itself from %s", - "Invalid symbol item passed as memvar %s", - "Memory buffer overflow", - "hb_xgrab requested to allocate zero bytes", - "hb_xrealloc requested to resize to zero bytes", - "hb_xalloc requested to allocate zero bytes", - - /* Texts */ - - "DD-MM-YYYY", - "D", - "N" - } -}; - -#define HB_LANG_ID SL646 -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msgsl852.c b/harbour/src/lang/msgsl852.c deleted file mode 100644 index c290d86db1..0000000000 --- a/harbour/src/lang/msgsl852.c +++ /dev/null @@ -1,204 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (SL852) - * - * Copyright 2003 Mitja Podgornik - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Slovenian */ -/* ISO language code (2 chars): SL */ -/* Codepage: CP-852 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "SL852", /* ID */ - "Slovenian", /* Name (in English) */ - "Slovenina", /* Name (in native language) */ - "SL", /* RFC ID */ - "CP-852", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "Januar", - "Februar", - "Marec", - "April", - "Maj", - "Junij", - "Julij", - "Avgust", - "September", - "Oktober", - "November", - "December", - - /* Day names */ - - "Nedelja", - "Ponedeljek", - "Torek", - "Sreda", - "etrtek", - "Petek", - "Sobota", - - /* CA-Cl*pper compatible natmsg items */ - - "Database Files # Records Last Update Size", - "Do you want more samples?", - "Page No.", - "** Subtotal **", - "* Subsubtotal *", - "*** Total ***", - "Ins", - " ", - "Invalid date", - "Range: ", - " - ", - "D/N", - "INVALID EXPRESSION", - - /* Error description names */ - - "Unknown error", - "Argument error", - "Bound error", - "String overflow", - "Numeric overflow", - "Zero divisor", - "Numeric error", - "Syntax error", - "Operation too complex", - "", - "", - "Memory low", - "Undefined function", - "No exported method", - "Variable does not exist", - "Alias does not exist", - "No exported variable", - "Illegal characters in alias", - "Alias already in use", - "", - "Create error", - "Open error", - "Close error", - "Read error", - "Write error", - "Print error", - "", - "", - "", - "", - "Operation not supported", - "Limit exceeded", - "Corruption detected", - "Data type error", - "Data width error", - "Workarea not in use", - "Workarea not indexed", - "Exclusive required", - "Lock required", - "Write not allowed", - "Append lock failed", - "Lock Failure", - "", - "", - "", - "", - "array access", - "array assign", - "array dimension", - "not an array", - "conditional", - - /* Internal error names */ - - "Unrecoverable error %d: ", - "Error recovery failure", - "No ERRORBLOCK() for error", - "Too many recursive error handler calls", - "RDD invalid or failed to load", - "Invalid method type from %s", - "hb_xgrab can't allocate memory", - "hb_xrealloc called with a NULL pointer", - "hb_xrealloc called with an invalid pointer", - "hb_xrealloc can't reallocate memory", - "hb_xfree called with an invalid pointer", - "hb_xfree called with a NULL pointer", - "Can\'t locate the starting procedure: \'%s\'", - "No starting procedure", - "Unsupported VM opcode", - "Symbol item expected from %s", - "Invalid symbol type for self from %s", - "Codeblock expected from %s", - "Incorrect item type on the stack trying to pop from %s", - "Stack underflow", - "An item was going to be copied to itself from %s", - "Invalid symbol item passed as memvar %s", - "Memory buffer overflow", - "hb_xgrab requested to allocate zero bytes", - "hb_xrealloc requested to resize to zero bytes", - "hb_xalloc requested to allocate zero bytes", - - /* Texts */ - - "DD-MM-YYYY", - "D", - "N" - } -}; - -#define HB_LANG_ID SL852 -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msgsliso.c b/harbour/src/lang/msgsliso.c deleted file mode 100644 index 730c877798..0000000000 --- a/harbour/src/lang/msgsliso.c +++ /dev/null @@ -1,204 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (SLISO) - * - * Copyright 2003 Mitja Podgornik - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Slovenian */ -/* ISO language code (2 chars): SL */ -/* Codepage: ISO-8859-2 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "SLISO", /* ID */ - "Slovenian", /* Name (in English) */ - "Slovenina", /* Name (in native language) */ - "SL", /* RFC ID */ - "ISO-8859-2", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "Januar", - "Februar", - "Marec", - "April", - "Maj", - "Junij", - "Julij", - "Avgust", - "September", - "Oktober", - "November", - "December", - - /* Day names */ - - "Nedelja", - "Ponedeljek", - "Torek", - "Sreda", - "etrtek", - "Petek", - "Sobota", - - /* CA-Cl*pper compatible natmsg items */ - - "Database Files # Records Last Update Size", - "Do you want more samples?", - "Page No.", - "** Subtotal **", - "* Subsubtotal *", - "*** Total ***", - "Ins", - " ", - "Invalid date", - "Range: ", - " - ", - "D/N", - "INVALID EXPRESSION", - - /* Error description names */ - - "Unknown error", - "Argument error", - "Bound error", - "String overflow", - "Numeric overflow", - "Zero divisor", - "Numeric error", - "Syntax error", - "Operation too complex", - "", - "", - "Memory low", - "Undefined function", - "No exported method", - "Variable does not exist", - "Alias does not exist", - "No exported variable", - "Illegal characters in alias", - "Alias already in use", - "", - "Create error", - "Open error", - "Close error", - "Read error", - "Write error", - "Print error", - "", - "", - "", - "", - "Operation not supported", - "Limit exceeded", - "Corruption detected", - "Data type error", - "Data width error", - "Workarea not in use", - "Workarea not indexed", - "Exclusive required", - "Lock required", - "Write not allowed", - "Append lock failed", - "Lock Failure", - "", - "", - "", - "", - "array access", - "array assign", - "array dimension", - "not an array", - "conditional", - - /* Internal error names */ - - "Unrecoverable error %d: ", - "Error recovery failure", - "No ERRORBLOCK() for error", - "Too many recursive error handler calls", - "RDD invalid or failed to load", - "Invalid method type from %s", - "hb_xgrab can't allocate memory", - "hb_xrealloc called with a NULL pointer", - "hb_xrealloc called with an invalid pointer", - "hb_xrealloc can't reallocate memory", - "hb_xfree called with an invalid pointer", - "hb_xfree called with a NULL pointer", - "Can\'t locate the starting procedure: \'%s\'", - "No starting procedure", - "Unsupported VM opcode", - "Symbol item expected from %s", - "Invalid symbol type for self from %s", - "Codeblock expected from %s", - "Incorrect item type on the stack trying to pop from %s", - "Stack underflow", - "An item was going to be copied to itself from %s", - "Invalid symbol item passed as memvar %s", - "Memory buffer overflow", - "hb_xgrab requested to allocate zero bytes", - "hb_xrealloc requested to resize to zero bytes", - "hb_xalloc requested to allocate zero bytes", - - /* Texts */ - - "DD-MM-YYYY", - "D", - "N" - } -}; - -#define HB_LANG_ID SLISO -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msgslwin.c b/harbour/src/lang/msgslwin.c deleted file mode 100644 index e7c4c9e3af..0000000000 --- a/harbour/src/lang/msgslwin.c +++ /dev/null @@ -1,204 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (SLWIN) - * - * Copyright 2003 Mitja Podgornik - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Slovenian */ -/* ISO language code (2 chars): SL */ -/* Codepage: Windows-1250 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "SLWIN", /* ID */ - "Slovenian", /* Name (in English) */ - "Slovenina", /* Name (in native language) */ - "SL", /* RFC ID */ - "Windows-1250", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "Januar", - "Februar", - "Marec", - "April", - "Maj", - "Junij", - "Julij", - "Avgust", - "September", - "Oktober", - "November", - "December", - - /* Day names */ - - "Nedelja", - "Ponedeljek", - "Torek", - "Sreda", - "etrtek", - "Petek", - "Sobota", - - /* CA-Cl*pper compatible natmsg items */ - - "Database Files # Records Last Update Size", - "Do you want more samples?", - "Page No.", - "** Subtotal **", - "* Subsubtotal *", - "*** Total ***", - "Ins", - " ", - "Invalid date", - "Range: ", - " - ", - "D/N", - "INVALID EXPRESSION", - - /* Error description names */ - - "Unknown error", - "Argument error", - "Bound error", - "String overflow", - "Numeric overflow", - "Zero divisor", - "Numeric error", - "Syntax error", - "Operation too complex", - "", - "", - "Memory low", - "Undefined function", - "No exported method", - "Variable does not exist", - "Alias does not exist", - "No exported variable", - "Illegal characters in alias", - "Alias already in use", - "", - "Create error", - "Open error", - "Close error", - "Read error", - "Write error", - "Print error", - "", - "", - "", - "", - "Operation not supported", - "Limit exceeded", - "Corruption detected", - "Data type error", - "Data width error", - "Workarea not in use", - "Workarea not indexed", - "Exclusive required", - "Lock required", - "Write not allowed", - "Append lock failed", - "Lock Failure", - "", - "", - "", - "", - "array access", - "array assign", - "array dimension", - "not an array", - "conditional", - - /* Internal error names */ - - "Unrecoverable error %d: ", - "Error recovery failure", - "No ERRORBLOCK() for error", - "Too many recursive error handler calls", - "RDD invalid or failed to load", - "Invalid method type from %s", - "hb_xgrab can't allocate memory", - "hb_xrealloc called with a NULL pointer", - "hb_xrealloc called with an invalid pointer", - "hb_xrealloc can't reallocate memory", - "hb_xfree called with an invalid pointer", - "hb_xfree called with a NULL pointer", - "Can\'t locate the starting procedure: \'%s\'", - "No starting procedure", - "Unsupported VM opcode", - "Symbol item expected from %s", - "Invalid symbol type for self from %s", - "Codeblock expected from %s", - "Incorrect item type on the stack trying to pop from %s", - "Stack underflow", - "An item was going to be copied to itself from %s", - "Invalid symbol item passed as memvar %s", - "Memory buffer overflow", - "hb_xgrab requested to allocate zero bytes", - "hb_xrealloc requested to resize to zero bytes", - "hb_xalloc requested to allocate zero bytes", - - /* Texts */ - - "DD-MM-YYYY", - "D", - "N" - } -}; - -#define HB_LANG_ID SLWIN -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msgsrwin.c b/harbour/src/lang/msgsrwin.c deleted file mode 100644 index 62efbae350..0000000000 --- a/harbour/src/lang/msgsrwin.c +++ /dev/null @@ -1,204 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (SRWIN) - * - * Copyright 2003 Srdjan Dragojlovic - * www - http://www.xHarbour.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Serbian */ -/* ISO language code (2 chars): SR */ -/* Codepage: Windows-1251 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "SRWIN", /* ID */ - "Serbian", /* Name (in English) */ - "", /* Name (in native language) */ - "SR", /* RFC ID */ - "Windows-1251", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - - /* Day names */ - - "s", - "s", - "", - "", - "", - "", - "", - - /* CA-Cl*pper compatible natmsg items */ - - "j # o . ", - " ?", - ".N", - "** Subtotal **", - "* Subsubtotal *", - "*** Total ***", - "Ins", - " ", - " ", - ": ", - " - ", - "/", - " ", - - /* Error description names */ - - " ", - " ", - " ", - " ", - " ", - "o ", - " ", - " ", - " ", - "", - "", - "s ", - " ", - " ", - "o ", - " ", - "o ", - "s ", - " z ", - "", - " o", - " o", - " o", - " o", - " ", - " ", - "", - "", - "", - "", - " ", - " ", - " ZO", - " ", - " ", - " ", - " ", - " ", - " so", - " s", - "o s", - " so", - "", - "", - "", - "", - " ", - " ", - " ", - " ", - "o", - - /* Internal error names */ - - " %d: ", - " ", - " ERRORBLOCK() ", - " ", - " RDD", - " %s", - "hb_xgrab ", - "hb_xrealloc NULL ", - "hb_xrealloc ", - "hb_xrealloc ", - "hb_xfree ", - "hb_xfree NULL ", - " : \'%s\'", - " ", - "VM: ", - "%s: ", - "%s: self", - "%s: ", - "%s: ", - " ", - "%s: ", - "%s: ", - " ", - "hb_xgrab requested to allocate zero bytes", - "hb_xrealloc requested to resize to zero bytes", - "hb_xalloc requested to allocate zero bytes", - - /* Texts */ - - "DD.MM.YYYY", - "", - "" - } -}; - -#define HB_LANG_ID SRWIN -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msgsv.c b/harbour/src/lang/msgsv.c deleted file mode 100644 index f4ad2eb6fa..0000000000 --- a/harbour/src/lang/msgsv.c +++ /dev/null @@ -1,204 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (SV) - * - * Copyright 2006 Klas Engwall - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Swedish */ -/* ISO language code (2 chars): SV */ -/* Codepage: CP-850 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "SV", /* ID */ - "Swedish", /* Name (in English) */ - "svenska", /* Name (in native language) */ - "SV", /* RFC ID */ - "CP-850", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "januari", - "februari", - "mars", - "april", - "maj", - "juni", - "juli", - "augusti", - "september", - "oktober", - "november", - "december", - - /* Day names */ - - "sndag", - "mndag", - "tisdag", - "onsdag", - "torsdag", - "fredag", - "lrdag", - - /* CA-Cl*pper compatible natmsg items */ - - "Databasfiler Antal poster Uppdaterad Storlek", - "Vill du ha fler prover?", - "Sida nr", - "** Subtotal **", - "* Subsubtotal *", - "*** Total ***", - "Ins", - " ", - "Ogiltigt datum", - "Tilltet omrde: ", - " - ", - "J/N", - "OGILTIGT UTTRYCK", - - /* Error description names */ - - "Unknown error", - "Argument error", - "Bound error", - "String overflow", - "Numeric overflow", - "Zero divisor", - "Numeric error", - "Syntax error", - "Operation too complex", - "", - "", - "Memory low", - "Undefined function", - "No exported method", - "Variable does not exist", - "Alias does not exist", - "No exported variable", - "Illegal characters in alias", - "Alias already in use", - "", - "Create error", - "Open error", - "Close error", - "Read error", - "Write error", - "Print error", - "", - "", - "", - "", - "Operation not supported", - "Limit exceeded", - "Corruption detected", - "Data type error", - "Data width error", - "Workarea not in use", - "Workarea not indexed", - "Exclusive required", - "Lock required", - "Write not allowed", - "Append lock failed", - "Lock Failure", - "", - "", - "", - "Object destructor failure", - "array access", - "array assign", - "array dimension", - "not an array", - "conditional", - - /* Internal error names */ - - "Unrecoverable error %d: ", - "Error recovery failure", - "No ERRORBLOCK() for error", - "Too many recursive error handler calls", - "RDD invalid or failed to load", - "Invalid method type from %s", - "hb_xgrab can't allocate memory", - "hb_xrealloc called with a NULL pointer", - "hb_xrealloc called with an invalid pointer", - "hb_xrealloc can't reallocate memory", - "hb_xfree called with an invalid pointer", - "hb_xfree called with a NULL pointer", - "Can\'t locate the starting procedure: \'%s\'", - "No starting procedure", - "Unsupported VM opcode", - "Symbol item expected from %s", - "Invalid symbol type for self from %s", - "Codeblock expected from %s", - "Incorrect item type on the stack trying to pop from %s", - "Stack underflow", - "An item was going to be copied to itself from %s", - "Invalid symbol item passed as memvar %s", - "Memory buffer overflow", - "hb_xgrab requested to allocate zero bytes", - "hb_xrealloc requested to resize to zero bytes", - "hb_xalloc requested to allocate zero bytes", - - /* Texts */ - - "YYYY.MM.DD", - "J", - "N" - } -}; - -#define HB_LANG_ID SV -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msgsvwin.c b/harbour/src/lang/msgsvwin.c deleted file mode 100644 index ec78489e87..0000000000 --- a/harbour/src/lang/msgsvwin.c +++ /dev/null @@ -1,204 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (SVWIN) - * - * Copyright 2006 Klas Engwall - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Swedish */ -/* ISO language code (2 chars): SV */ -/* Codepage: Windows-1252 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "SVWIN", /* ID */ - "Swedish", /* Name (in English) */ - "svenska", /* Name (in native language) */ - "SV", /* RFC ID */ - "Windows-1252", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "januari", - "februari", - "mars", - "april", - "maj", - "juni", - "juli", - "augusti", - "september", - "oktober", - "november", - "december", - - /* Day names */ - - "sndag", - "mndag", - "tisdag", - "onsdag", - "torsdag", - "fredag", - "lrdag", - - /* CA-Cl*pper compatible natmsg items */ - - "Databasfiler Antal poster Uppdaterad Storlek", - "Vill du ha fler prover?", - "Sida nr", - "** Subtotal **", - "* Subsubtotal *", - "*** Total ***", - "Ins", - " ", - "Ogiltigt datum", - "Tilltet omrde: ", - " - ", - "J/N", - "OGILTIGT UTTRYCK", - - /* Error description names */ - - "Unknown error", - "Argument error", - "Bound error", - "String overflow", - "Numeric overflow", - "Zero divisor", - "Numeric error", - "Syntax error", - "Operation too complex", - "", - "", - "Memory low", - "Undefined function", - "No exported method", - "Variable does not exist", - "Alias does not exist", - "No exported variable", - "Illegal characters in alias", - "Alias already in use", - "", - "Create error", - "Open error", - "Close error", - "Read error", - "Write error", - "Print error", - "", - "", - "", - "", - "Operation not supported", - "Limit exceeded", - "Corruption detected", - "Data type error", - "Data width error", - "Workarea not in use", - "Workarea not indexed", - "Exclusive required", - "Lock required", - "Write not allowed", - "Append lock failed", - "Lock Failure", - "", - "", - "", - "Object destructor failure", - "array access", - "array assign", - "array dimension", - "not an array", - "conditional", - - /* Internal error names */ - - "Unrecoverable error %d: ", - "Error recovery failure", - "No ERRORBLOCK() for error", - "Too many recursive error handler calls", - "RDD invalid or failed to load", - "Invalid method type from %s", - "hb_xgrab can't allocate memory", - "hb_xrealloc called with a NULL pointer", - "hb_xrealloc called with an invalid pointer", - "hb_xrealloc can't reallocate memory", - "hb_xfree called with an invalid pointer", - "hb_xfree called with a NULL pointer", - "Can\'t locate the starting procedure: \'%s\'", - "No starting procedure", - "Unsupported VM opcode", - "Symbol item expected from %s", - "Invalid symbol type for self from %s", - "Codeblock expected from %s", - "Incorrect item type on the stack trying to pop from %s", - "Stack underflow", - "An item was going to be copied to itself from %s", - "Invalid symbol item passed as memvar %s", - "Memory buffer overflow", - "hb_xgrab requested to allocate zero bytes", - "hb_xrealloc requested to resize to zero bytes", - "hb_xalloc requested to allocate zero bytes", - - /* Texts */ - - "YYYY.MM.DD", - "J", - "N" - } -}; - -#define HB_LANG_ID SVWIN -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msgtr857.c b/harbour/src/lang/msgtr857.c deleted file mode 100644 index ce4a73dfa0..0000000000 --- a/harbour/src/lang/msgtr857.c +++ /dev/null @@ -1,204 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (TR857) - * - * Copyright 2006 { Translation by : Bicahi Esgici } - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Turkish */ -/* ISO language code (2 chars): TR */ -/* Codepage: CP-857 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "TR857", /* ID */ - "Turkish", /* Name (in English) */ - "Trke", /* Name (in native language) */ - "TR", /* RFC ID */ - "CP-857", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "Ocak", - "ubat", - "Mart", - "Nisan", - "Mays", - "Haziran", - "Temmuz", - "Austos", - "Eyll", - "Ekim", - "Kasm", - "Aralk", - - /* Day names */ - - "Pazar", - "Pazartesi", - "Sal", - "aramba", - "Perembe", - "Cuma", - "Cumartesi", - - /* CA-Cl*pper compatible natmsg items */ - - "Database Dosyas # Kayt Son G_ncelleme Boyut", - "Daha rnek ister misiniz?", - "Sayfa No.", - "** Alttoplam **", - "* Altalttoplam *", - "*** Toplam ***", - "Ins", - " ", - "Geersiz Tarih", - "Snr: ", - " - ", - "E/H", - "GEERSZ FADE", - - /* Error description names */ - - "Bilinmeyen hata", - "Argman hatas", - "Snr hatas", - "Katar tama", - "Saysal tama", - "Sfr Blc", - "Saysal hata", - "ml hatas", - "lem ok karmak", - "", - "", - "Hafza yetersiz", - "Tanmlanmam fonksiyon", - "Eksport metodu yok", - "Deiken yok", - "Alyas yok", - "Eksport deikeni yok", - "Alyasta geersiz karakter", - "Alyas zaten kullanmda", - "", - "Oluturma hatas", - "Ama hatas", - "Kapatma hatas", - "Okuma hatas", - "Yazma hatas", - "Print hatas", - "", - "", - "", - "", - "Desteklenmeyen ilem", - "Snr ald", - "Bozukluk var", - "Data tip hatas", - "Data boyut hatas", - "alma alan kullanmda deil", - "alma alan indeksli deil", - "Exclusive gerekiyor", - "Kilit gerekiyor", - "Yazma izni yok", - "Append kilidi kurulamad", - "Kilit kurulamad", - "", - "", - "", - "", - "array eriim", - "array atama", - "array boyut", - "array deil", - "art", - - /* Internal error names */ - - "Kurtarlamaz hata%d: ", - "Hata kurtarma baarsz", - "Hata iin ERRORBLOCK() yok", - "ok fazla iie hata tutucu ars", - "RDD geersiz veya yklemenedi", - "%s iin geersiz metot tipi", - "hb_xgrab hafza atayamad", - "hb_xrealloc NULL pointer tarafndan arld", - "hb_xrealloc geersiz bir pointer tarafndan arld", - "hb_xrealloc tekrar hafza atayamad", - "hb_xfree geersiz bir pointer tarafndan arld", - "hb_xfree NULL pointer tarafndan arld", - "Balama prosedr bulunamd : \'%s\'", - "Balama prosedr yok", - "Desteklenmeyen VP ilem kodu", - "%s iin sembol maddesi lzm", - "%s iin geersiz sembol tipi ", - "%s iin kodblok lazm", - "%s iin stack pop edilirken yanl madde tipi ", - "Stack tamas", - "%s iinde bir madde kendi stne kopyalanmak istendi", - "%s hafza deikeni olarak geersiz sembol maddesi aktarld", - "Hafza buffer tamas", - "hb_xgrab sfr bayt atamas istendi", - "hb_xrealloc sfr bayta boyutlandrmak istendi", - "hb_xalloc sfr bayt atamas istendi", - - /* Texts */ - - "DD.MM.YYYY", - "E", - "H" - } -}; - -#define HB_LANG_ID TR857 -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msgtrwin.c b/harbour/src/lang/msgtrwin.c deleted file mode 100644 index 2465c1aba4..0000000000 --- a/harbour/src/lang/msgtrwin.c +++ /dev/null @@ -1,204 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (TRWIN) - * - * Copyright 2006 { Translation by : Bicahi Esgici } - * www - http://harbour-project.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Turkish */ -/* ISO language code (2 chars): TR */ -/* Codepage: Windows-1254 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "TRWIN", /* ID */ - "Turkish", /* Name (in English) */ - "Trke", /* Name (in native language) */ - "TR", /* RFC ID */ - "Windows-1254", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "Ocak", - "ubat", - "Mart", - "Nisan", - "Mays", - "Haziran", - "Temmuz", - "Austos", - "Eyll", - "Ekim", - "Kasm", - "Aralk", - - /* Day names */ - - "Pazar", - "Pazartesi", - "Sal", - "aramba", - "Perembe", - "Cuma", - "Cumartesi", - - /* CA-Cl*pper compatible natmsg items */ - - "Database Dosyas # Kayt Son Gncelleme Boyut", - "Daha rnek ister misiniz?", - "Sayfa No.", - "** Alttoplam **", - "* Altalttoplam *", - "*** Toplam ***", - "Ins", - " ", - "Geersiz Tarih", - "Snr: ", - " - ", - "E/H", - "GEERSZ FADE", - - /* Error description names */ - - "Bilinmeyen hata", - "Argman hatas", - "Snr hatas", - "Katar tama", - "Saysal tama", - "Sfr Blc", - "Saysal hata", - "ml hatas", - "lem ok karmak", - "", - "", - "Hafza yetersiz", - "Tanmlanmam fonksiyon", - "Eksport metodu yok", - "Deiken yok", - "Alyas yok", - "Eksport deikeni yok", - "Alyasta geersiz karakter", - "Alyas zaten kullanmda", - "", - "Oluturma hatas", - "Ama hatas", - "Kapatma hatas", - "Okuma hatas", - "Yazma hatas", - "Print hatas", - "", - "", - "", - "", - "Desteklenmeyen ilem", - "Snr ald", - "Bozukluk var", - "Data tip hatas", - "Data boyut hatas", - "alma alan kullanmda deil", - "alma alan indeksli deil", - "Exclusive gerekiyor", - "Kilit gerekiyor", - "Yazma izni yok", - "Append kilidi kurulamad", - "Kilit kurulamad", - "", - "", - "", - "", - "array eriim", - "array atama", - "array boyut", - "array deil", - "art", - - /* Internal error names */ - - "Kurtarlamaz hata%d: ", - "Hata kurtarma baarsz", - "Hata iin ERRORBLOCK() yok", - "ok fazla iie hata tutucu ars", - "RDD geersiz veya yklemenedi", - "%s iin geersiz metot tipi", - "hb_xgrab hafza atayamad", - "hb_xrealloc NULL pointer tarafndan arld", - "hb_xrealloc geersiz bir pointer tarafndan arld", - "hb_xrealloc tekrar hafza atayamad", - "hb_xfree geersiz bir pointer tarafndan arld", - "hb_xfree NULL pointer tarafndan arld", - "Balama prosedr bulunamd : \'%s\'", - "Balama prosedr yok", - "Desteklenmeyen VP ilem kodu", - "%s iin sembol maddesi lzm", - "%s iin geersiz sembol tipi ", - "%s iin kodblok lazm", - "%s iin stack pop edilirken yanl madde tipi ", - "Stack tamas", - "%s iinde bir madde kendi stne kopyalanmak istendi", - "%s hafza deikeni olarak geersiz sembol maddesi aktarld", - "Hafza buffer tamas", - "hb_xgrab sfr bayt atamas istendi", - "hb_xrealloc sfr bayta boyutlandrmak istendi", - "hb_xalloc sfr bayt atamas istendi", - - /* Texts */ - - "DD.MM.YYYY", - "E", - "H" - } -}; - -#define HB_LANG_ID TRWIN -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msgua866.c b/harbour/src/lang/msgua866.c deleted file mode 100644 index 81e575df22..0000000000 --- a/harbour/src/lang/msgua866.c +++ /dev/null @@ -1,204 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (UA866) - * - * Copyright 2004 Pavel Tsarenko - * www - http://www.xharbour.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Ukrainian */ -/* ISO language code (2 chars): UA */ -/* Codepage: CP-866 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "UA866", /* ID */ - "Ukrainian", /* Name (in English) */ - "쪠", /* Name (in native language) */ - "UA", /* RFC ID */ - "CP-866", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "祭", - "⨩", - "१", - "⥭", - "ࠢ", - "ࢥ", - "", - "௥", - "ᥭ", - "⥭", - "⮯", - "㤥", - - /* Day names */ - - "", - "", - "ப", - "।", - "⢥", - "'⭨", - "㡮", - - /* CA-Cl*pper compatible natmsg items */ - - " # ⠭ . ", - " ਪ ?", - ".N", - "** 쮣 **", - "* *", - "*** ***", - "", - " ", - " ", - ": ", - " - ", - "/", - " ", - - /* Error description names */ - - " ", - " 㬥", - "९ ᨢ", - "९ 浪", - "९ ᫠", - " ", - "᫮ ", - "⠪筠 ", - "୮ ᪫ ", - "", - "", - "ࠪ '", - " 㭪", - "⮤ ᯮ⮢", - " ", - "ᥢ (alias) ", - " ᯮ⮢", - "஭ ᨬ ᥢ ", - "ᥢ ⮢", - "", - " ⢮७", - " ", - " ", - " ⠭", - " ", - " ", - "", - "", - "", - "", - " ਬ", - " ॢ饭", - " 誮", - " ⨯ ", - " ஧ ", - " ⨩", - " ᮢ", - " ᪫ ", - " 㢠", - " ஭", - " 㢠 ", - "㢠 ", - "", - "", - "", - "", - " 㬥", - " ᨢ", - "᢮ ᨢ", - " ᨢ", - "ﭭ", - - /* Internal error names */ - - "ࠢ %d: ", - " ", - " 祭 ERRORBLOCK() ", - "ॢ饭 ४ᨢ ஡ ", - " ⠦ RDD", - " ⨯ ⮤ %s", - "hb_xgrab ஧ '", - "hb_xrealloc NULL 稪", - "hb_xrealloc 稪", - "hb_xrealloc ஧ '", - "hb_xfree 稪", - "hb_xfree NULL 稪", - " ⮢ 楤: \'%s\'", - " ⮢ 楤", - "VM: ", - "%s: 㢠 ᨬ", - "%s: ⨯ ᨬ self", - "%s: 㢠 ", - "%s: ⨯ 設 ⥪", - " ⥪", - "%s: ஡  ᥡ ", - "%s: ' ", - "९ '", - "hb_xgrab requested to allocate zero bytes", - "hb_xrealloc requested to resize to zero bytes", - "hb_xalloc requested to allocate zero bytes", - - /* Texts */ - - "DD.MM.YYYY", - "", - "" - } -}; - -#define HB_LANG_ID UA866 -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msguakoi.c b/harbour/src/lang/msguakoi.c deleted file mode 100644 index d73d2d1206..0000000000 --- a/harbour/src/lang/msguakoi.c +++ /dev/null @@ -1,204 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (UAKOI) - * - * Copyright 2004 Pavel Tsarenko - * www - http://www.xharbour.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Ukrainian */ -/* ISO language code (2 chars): UA */ -/* Codepage: KOI8-U */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "UAKOI", /* ID */ - "Ukrainian", /* Name (in English) */ - "", /* Name (in native language) */ - "UA", /* RFC ID */ - "KOI8-U", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "", - "", - "", - "צ", - "", - "", - "", - "", - "", - "", - "", - "", - - /* Day names */ - - "Ħ", - "Ħ", - "", - "", - "", - "'", - "", - - /* CA-Cl*pper compatible natmsg items */ - - " # . ͦ", - "ҦΦ ?", - ".N", - "** **", - "* *", - "*** ***", - "", - " ", - " ", - ": ", - " - ", - "/", - " ", - - /* Error description names */ - - "צ ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "ͦ æ", - "", - "", - "դ 'Ԧ", - "צ æ", - " ", - "ͦ դ", - "Φ (alias) դ", - "ͦ ", - "Φ Φͦ ", - "Φ դ", - "", - " Ц ", - " Ц צ", - " Ц ", - " Ц ", - " Ц ", - " Ц ", - "", - "", - "", - "", - "æ Цդ", - "ͦ ", - " ", - " Ц ", - " ͦҦ ", - " צ", - " Ϧ", - "Ҧ ", - "Ҧ ", - " ", - "¦ Ц ", - " ", - "", - "", - "", - "", - " ˦˦ Ԧ", - " ", - "Ϥ ", - " ", - "Ҧ", - - /* Internal error names */ - - " %d: ", - " Ц צ", - " ERRORBLOCK() ", - " ˦ ", - " RDD", - " %s", - "hb_xgrab Ħ '", - "hb_xrealloc NULL ", - "hb_xrealloc ", - "hb_xrealloc Ħ '", - "hb_xfree ", - "hb_xfree NULL ", - " : \'%s\'", - " ", - "VM: צ ", - "%s: ަ ", - "%s: self", - "%s: ަ ", - "%s: Φ ", - "Ȧ ֦ ", - "%s: Ц ", - "%s: ' ͦϧ", - " 'Ԧ", - "hb_xgrab requested to allocate zero bytes", - "hb_xrealloc requested to resize to zero bytes", - "hb_xalloc requested to allocate zero bytes", - - /* Texts */ - - "DD.MM.YYYY", - "", - "" - } -}; - -#define HB_LANG_ID UAKOI -#include "hbmsgreg.h" diff --git a/harbour/src/lang/msguawin.c b/harbour/src/lang/msguawin.c deleted file mode 100644 index 1cf64638f7..0000000000 --- a/harbour/src/lang/msguawin.c +++ /dev/null @@ -1,204 +0,0 @@ -/* - * $Id$ - */ - -/* - * Harbour Project source code: - * Language Support Module (UAWIN) - * - * Copyright 2004 Pavel Tsarenko - * www - http://www.xharbour.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). - * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. - * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. - * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. - * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. - * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - * - */ - -/* Language name: Ukrainian */ -/* ISO language code (2 chars): UA */ -/* Codepage: Windows-1251 */ - -#include "hbapilng.h" - -static HB_LANG s_lang = -{ - { - /* Identification */ - - "UAWIN", /* ID */ - "Ukrainian", /* Name (in English) */ - "", /* Name (in native language) */ - "UA", /* RFC ID */ - "Windows-1251", /* Codepage */ - "", /* Version */ - - /* Month names */ - - "ѳ", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - - /* Day names */ - - "", - "", - "³", - "", - "", - "ϒ", - "", - - /* CA-Cl*pper compatible natmsg items */ - - " # . ", - " ?", - ".N", - "** **", - "* *", - "*** ϲ ***", - "", - " ", - " ", - "ij: ", - " - ", - "/", - " ", - - /* Error description names */ - - " ", - " ", - " ", - " ", - " ", - "ij ", - " ", - " ", - " ", - "", - "", - " ", - " ", - " ", - " ", - " (alias) ", - " ", - " ", - " ", - "", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - " ", - "˳ ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - " ", - " ", - " ", - " ", - "", - - /* Internal error names */ - - " %d: ", - " ", - " ERRORBLOCK() ", - " ", - " RDD", - " %s", - "hb_xgrab ", - "hb_xrealloc NULL ", - "hb_xrealloc ", - "hb_xrealloc ", - "hb_xfree ", - "hb_xfree NULL ", - " : \'%s\'", - "³ ", - "VM: ", - "%s: ", - "%s: self", - "%s: ", - "%s: ", - " ", - "%s: ", - "%s: ", - " ", - "hb_xgrab requested to allocate zero bytes", - "hb_xrealloc requested to resize to zero bytes", - "hb_xalloc requested to allocate zero bytes", - - /* Texts */ - - "DD.MM.YYYY", - "", - "" - } -}; - -#define HB_LANG_ID UAWIN -#include "hbmsgreg.h" diff --git a/harbour/src/rtl/langcomp.prg b/harbour/src/rtl/langcomp.prg index 7e03125fd4..6e6163b4d9 100644 --- a/harbour/src/rtl/langcomp.prg +++ b/harbour/src/rtl/langcomp.prg @@ -60,74 +60,76 @@ FUNCTION hb_langSelect( cLangID ) IF HB_ISSTRING( cLangID ) /* For compatibility with legacy codepages */ SWITCH cLangID - CASE "BE866" ; hb_langNew( cLangID, "BG866" , "BEUTF", "UTF8" ) ; EXIT - CASE "BEWIN" ; hb_langNew( cLangID, "BGWIN" , "BEUTF", "UTF8" ) ; EXIT - CASE "BG866" ; hb_langNew( cLangID, "BG866" , "BGUTF", "UTF8" ) ; EXIT - CASE "BGISO" ; hb_langNew( cLangID, "BGISO" , "BGUTF", "UTF8" ) ; EXIT - CASE "BGMIK" ; hb_langNew( cLangID, "BGMIK" , "BGUTF", "UTF8" ) ; EXIT - CASE "BGWIN" ; hb_langNew( cLangID, "BGWIN" , "BGUTF", "UTF8" ) ; EXIT - CASE "CA" ; hb_langNew( cLangID, "ES850" , "CAUTF", "UTF8" ) ; EXIT - CASE "CS852" ; hb_langNew( cLangID, "CS852" , "CSUTF", "UTF8" ) ; EXIT - CASE "CSISO" ; hb_langNew( cLangID, "CSISO" , "CSUTF", "UTF8" ) ; EXIT - CASE "CSKAM" ; hb_langNew( cLangID, "CSKAMC", "CSUTF", "UTF8" ) ; EXIT - CASE "CSWIN" ; hb_langNew( cLangID, "CSWIN" , "CSUTF", "UTF8" ) ; EXIT - CASE "DE" ; hb_langNew( cLangID, "DE850" , "DEUTF", "UTF8" ) ; EXIT - CASE "DEWIN" ; hb_langNew( cLangID, "DEWIN" , "DEUTF", "UTF8" ) ; EXIT - CASE "EL" ; hb_langNew( cLangID, "EL737" , "ELUTF", "UTF8" ) ; EXIT - CASE "ELWIN" ; hb_langNew( cLangID, "ELWIN" , "ELUTF", "UTF8" ) ; EXIT - CASE "EO" ; hb_langNew( cLangID, "ES850" , "EOUTF", "UTF8" ) ; EXIT - CASE "ES" ; hb_langNew( cLangID, "ES850" , "ESUTF", "UTF8" ) ; EXIT - CASE "ESWIN" ; hb_langNew( cLangID, "ESWIN" , "ESUTF", "UTF8" ) ; EXIT - CASE "EU" ; hb_langNew( cLangID, "ES850" , "EUUTF", "UTF8" ) ; EXIT - CASE "FR" ; hb_langNew( cLangID, "FR850" , "FRUTF", "UTF8" ) ; EXIT - CASE "GL" ; hb_langNew( cLangID, "ES850" , "GLUTF", "UTF8" ) ; EXIT -// CASE "HE862" ; hb_langNew( cLangID, "?????" , "HEUTF", "UTF8" ) ; EXIT -// CASE "HEWIN" ; hb_langNew( cLangID, "?????" , "HEUTF", "UTF8" ) ; EXIT - CASE "HR646" ; hb_langNew( cLangID, "HR646" , "HRUTF", "UTF8" ) ; EXIT - CASE "HR852" ; hb_langNew( cLangID, "HR852" , "HRUTF", "UTF8" ) ; EXIT - CASE "HRISO" ; hb_langNew( cLangID, "HRISO" , "HRUTF", "UTF8" ) ; EXIT - CASE "HRWIN" ; hb_langNew( cLangID, "HRWIN" , "HRUTF", "UTF8" ) ; EXIT - CASE "HU852" ; hb_langNew( cLangID, "HU852" , "HUUTF", "UTF8" ) ; EXIT -// CASE "HUCWI" ; hb_langNew( cLangID, "?????" , "HUUTF", "UTF8" ) ; EXIT - CASE "HUISO" ; hb_langNew( cLangID, "HUISO" , "HUUTF", "UTF8" ) ; EXIT - CASE "HUWIN" ; hb_langNew( cLangID, "HUWIN" , "HUUTF", "UTF8" ) ; EXIT - CASE "ID" ; hb_langNew( cLangID, "EN" , "IDUTF", "UTF8" ) ; EXIT - CASE "IS850" ; hb_langNew( cLangID, "IS850" , "ISUTF", "UTF8" ) ; EXIT - CASE "IT" ; hb_langNew( cLangID, "IT850" , "ITUTF", "UTF8" ) ; EXIT -// CASE "KO" ; hb_langNew( cLangID, "?????" , "KOUTF", "UTF8" ) ; EXIT - CASE "LTWIN" ; hb_langNew( cLangID, "LTWIN" , "LTUTF", "UTF8" ) ; EXIT - CASE "NL" ; hb_langNew( cLangID, "EN" , "NLUTF", "UTF8" ) ; EXIT - CASE "PL852" ; hb_langNew( cLangID, "PL852" , "PLUTF", "UTF8" ) ; EXIT - CASE "PLISO" ; hb_langNew( cLangID, "PLISO" , "PLUTF", "UTF8" ) ; EXIT - CASE "PLMAZ" ; hb_langNew( cLangID, "PLMAZ" , "PLUTF", "UTF8" ) ; EXIT - CASE "PLWIN" ; hb_langNew( cLangID, "PLWIN" , "PLUTF", "UTF8" ) ; EXIT - CASE "PT" ; hb_langNew( cLangID, "PT850" , "PTUTF", "UTF8" ) ; EXIT - CASE "PTISO" ; hb_langNew( cLangID, "PTISO" , "PTUTF", "UTF8" ) ; EXIT - CASE "RO" ; hb_langNew( cLangID, "RO852" , "ROUTF", "UTF8" ) ; EXIT - CASE "RU866" ; hb_langNew( cLangID, "RU866" , "RUUTF", "UTF8" ) ; EXIT - CASE "RUKOI" ; hb_langNew( cLangID, "RUKOI8", "RUUTF", "UTF8" ) ; EXIT - CASE "RUWIN" ; hb_langNew( cLangID, "RU1251", "RUUTF", "UTF8" ) ; EXIT - CASE "SK852" ; hb_langNew( cLangID, "SK852" , "SKUTF", "UTF8" ) ; EXIT - CASE "SKISO" ; hb_langNew( cLangID, "SKISO" , "SKUTF", "UTF8" ) ; EXIT - CASE "SKKAM" ; hb_langNew( cLangID, "SKKAMC", "SKUTF", "UTF8" ) ; EXIT - CASE "SKWIN" ; hb_langNew( cLangID, "SKWIN" , "SKUTF", "UTF8" ) ; EXIT - CASE "SL646" ; hb_langNew( cLangID, "SL646" , "SLUTF", "UTF8" ) ; EXIT - CASE "SL852" ; hb_langNew( cLangID, "SL852" , "SLUTF", "UTF8" ) ; EXIT - CASE "SLISO" ; hb_langNew( cLangID, "SLISO" , "SLUTF", "UTF8" ) ; EXIT - CASE "SLWIN" ; hb_langNew( cLangID, "SLWIN" , "SLUTF", "UTF8" ) ; EXIT -// CASE "SR852" ; hb_langNew( cLangID, "?????" , "SRUTF", "UTF8" ) ; EXIT -// CASE "SRISO" ; hb_langNew( cLangID, "?????" , "SRUTF", "UTF8" ) ; EXIT - CASE "SRWIN" ; hb_langNew( cLangID, "SRWIN" , "SRUTF", "UTF8" ) ; EXIT - CASE "SV" ; hb_langNew( cLangID, "SV850" , "SVUTF", "UTF8" ) ; EXIT - CASE "SVWIN" ; hb_langNew( cLangID, "SVWIN" , "SVUTF", "UTF8" ) ; EXIT - CASE "TR857" ; hb_langNew( cLangID, "TR857" , "TRUTF", "UTF8" ) ; EXIT - CASE "TRWIN" ; hb_langNew( cLangID, "TRWIN" , "TRUTF", "UTF8" ) ; EXIT - CASE "UA866" ; hb_langNew( cLangID, "UA866" , "UAUTF", "UTF8" ) ; EXIT -// CASE "UADOS" ; hb_langNew( cLangID, "?????" , "UAUTF", "UTF8" ) ; EXIT - CASE "UAKOI" ; hb_langNew( cLangID, "UAKOI8", "UAUTF", "UTF8" ) ; EXIT - CASE "UAWIN" ; hb_langNew( cLangID, "UA1125", "UAUTF", "UTF8" ) ; EXIT -// CASE "ZHB5" ; hb_langNew( cLangID, "?????" , "ZHUTF", "UTF8" ) ; EXIT -// CASE "ZHGB" ; hb_langNew( cLangID, "?????" , "ZHUTF", "UTF8" ) ; EXIT + CASE "BE866" ; hb_langNew( cLangID, "BG866" , "BEUTF", "UTF8" ) ; EXIT + CASE "BEWIN" ; hb_langNew( cLangID, "BGWIN" , "BEUTF", "UTF8" ) ; EXIT + CASE "BG866" ; hb_langNew( cLangID, "BG866" , "BGUTF", "UTF8" ) ; EXIT + CASE "BGISO" ; hb_langNew( cLangID, "BGISO" , "BGUTF", "UTF8" ) ; EXIT + CASE "BGMIK" ; hb_langNew( cLangID, "BGMIK" , "BGUTF", "UTF8" ) ; EXIT + CASE "BGWIN" ; hb_langNew( cLangID, "BGWIN" , "BGUTF", "UTF8" ) ; EXIT + CASE "CA" ; hb_langNew( cLangID, "ES850" , "CAUTF", "UTF8" ) ; EXIT + CASE "CS852" ; hb_langNew( cLangID, "CS852" , "CSUTF", "UTF8" ) ; EXIT + CASE "CSISO" ; hb_langNew( cLangID, "CSISO" , "CSUTF", "UTF8" ) ; EXIT + CASE "CSKAM" ; hb_langNew( cLangID, "CSKAMC", "CSUTF", "UTF8" ) ; EXIT + CASE "CSWIN" ; hb_langNew( cLangID, "CSWIN" , "CSUTF", "UTF8" ) ; EXIT + CASE "DE" ; hb_langNew( cLangID, "DE850" , "DEUTF", "UTF8" ) ; EXIT + CASE "DEWIN" ; hb_langNew( cLangID, "DEWIN" , "DEUTF", "UTF8" ) ; EXIT + CASE "EL" ; hb_langNew( cLangID, "EL737" , "ELUTF", "UTF8" ) ; EXIT + CASE "ELWIN" ; hb_langNew( cLangID, "ELWIN" , "ELUTF", "UTF8" ) ; EXIT + CASE "EO" ; hb_langNew( cLangID, "ES850" , "EOUTF", "UTF8" ) ; EXIT + CASE "ES" ; hb_langNew( cLangID, "ES850" , "ESUTF", "UTF8" ) ; EXIT + CASE "ESWIN" ; hb_langNew( cLangID, "ESWIN" , "ESUTF", "UTF8" ) ; EXIT + CASE "EU" ; hb_langNew( cLangID, "ES850" , "EUUTF", "UTF8" ) ; EXIT + CASE "FR" ; hb_langNew( cLangID, "FR850" , "FRUTF", "UTF8" ) ; EXIT + CASE "GL" ; hb_langNew( cLangID, "ES850" , "GLUTF", "UTF8" ) ; EXIT +// CASE "HE862" ; hb_langNew( cLangID, "?????" , "HEUTF", "UTF8" ) ; EXIT +// CASE "HEWIN" ; hb_langNew( cLangID, "?????" , "HEUTF", "UTF8" ) ; EXIT + CASE "HR646" ; hb_langNew( cLangID, "HR646" , "HRUTF", "UTF8" ) ; EXIT + CASE "HR852" ; hb_langNew( cLangID, "HR852" , "HRUTF", "UTF8" ) ; EXIT + CASE "HRISO" ; hb_langNew( cLangID, "HRISO" , "HRUTF", "UTF8" ) ; EXIT + CASE "HRWIN" ; hb_langNew( cLangID, "HRWIN" , "HRUTF", "UTF8" ) ; EXIT + CASE "HU852" ; hb_langNew( cLangID, "HU852" , "HUUTF", "UTF8" ) ; EXIT +// CASE "HUCWI" ; hb_langNew( cLangID, "?????" , "HUUTF", "UTF8" ) ; EXIT + CASE "HUISO" ; hb_langNew( cLangID, "HUISO" , "HUUTF", "UTF8" ) ; EXIT + CASE "HUWIN" ; hb_langNew( cLangID, "HUWIN" , "HUUTF", "UTF8" ) ; EXIT + CASE "ID" ; hb_langNew( cLangID, "EN" , "IDUTF", "UTF8" ) ; EXIT + CASE "IS850" ; hb_langNew( cLangID, "IS850" , "ISUTF", "UTF8" ) ; EXIT + CASE "IT" ; hb_langNew( cLangID, "IT850" , "ITUTF", "UTF8" ) ; EXIT +// CASE "KO" ; hb_langNew( cLangID, "?????" , "KOUTF", "UTF8" ) ; EXIT + CASE "LTWIN" ; hb_langNew( cLangID, "LTWIN" , "LTUTF", "UTF8" ) ; EXIT + CASE "NL" ; hb_langNew( cLangID, "EN" , "NLUTF", "UTF8" ) ; EXIT + CASE "PL852" ; hb_langNew( cLangID, "PL852" , "PLUTF", "UTF8" ) ; EXIT + CASE "PLISO" ; hb_langNew( cLangID, "PLISO" , "PLUTF", "UTF8" ) ; EXIT + CASE "PLMAZ" ; hb_langNew( cLangID, "PLMAZ" , "PLUTF", "UTF8" ) ; EXIT + CASE "PLWIN" ; hb_langNew( cLangID, "PLWIN" , "PLUTF", "UTF8" ) ; EXIT + CASE "PT" ; hb_langNew( cLangID, "PT850" , "PTUTF", "UTF8" ) ; EXIT + CASE "PTISO" ; hb_langNew( cLangID, "PTISO" , "PTUTF", "UTF8" ) ; EXIT + CASE "RO" ; hb_langNew( cLangID, "RO852" , "ROUTF", "UTF8" ) ; EXIT + CASE "RU866" ; hb_langNew( cLangID, "RU866" , "RUUTF", "UTF8" ) ; EXIT + CASE "RUKOI" ; hb_langNew( cLangID, "RUKOI8", "RUUTF", "UTF8" ) ; EXIT + CASE "RUKOI8" ; hb_langNew( cLangID, "RUKOI8", "RUUTF", "UTF8" ) ; EXIT + CASE "RUWIN" ; hb_langNew( cLangID, "RU1251", "RUUTF", "UTF8" ) ; EXIT + CASE "SK852" ; hb_langNew( cLangID, "SK852" , "SKUTF", "UTF8" ) ; EXIT + CASE "SKISO" ; hb_langNew( cLangID, "SKISO" , "SKUTF", "UTF8" ) ; EXIT + CASE "SKKAM" ; hb_langNew( cLangID, "SKKAMC", "SKUTF", "UTF8" ) ; EXIT + CASE "SKWIN" ; hb_langNew( cLangID, "SKWIN" , "SKUTF", "UTF8" ) ; EXIT + CASE "SL646" ; hb_langNew( cLangID, "SL646" , "SLUTF", "UTF8" ) ; EXIT + CASE "SL852" ; hb_langNew( cLangID, "SL852" , "SLUTF", "UTF8" ) ; EXIT + CASE "SLISO" ; hb_langNew( cLangID, "SLISO" , "SLUTF", "UTF8" ) ; EXIT + CASE "SLWIN" ; hb_langNew( cLangID, "SLWIN" , "SLUTF", "UTF8" ) ; EXIT +// CASE "SR852" ; hb_langNew( cLangID, "?????" , "SRUTF", "UTF8" ) ; EXIT +// CASE "SRISO" ; hb_langNew( cLangID, "?????" , "SRUTF", "UTF8" ) ; EXIT + CASE "SRWIN" ; hb_langNew( cLangID, "SRWIN" , "SRUTF", "UTF8" ) ; EXIT + CASE "SV" ; hb_langNew( cLangID, "SV850" , "SVUTF", "UTF8" ) ; EXIT + CASE "SVWIN" ; hb_langNew( cLangID, "SVWIN" , "SVUTF", "UTF8" ) ; EXIT + CASE "TR857" ; hb_langNew( cLangID, "TR857" , "TRUTF", "UTF8" ) ; EXIT + CASE "TRWIN" ; hb_langNew( cLangID, "TRWIN" , "TRUTF", "UTF8" ) ; EXIT + CASE "UA866" ; hb_langNew( cLangID, "UA866" , "UAUTF", "UTF8" ) ; EXIT +// CASE "UADOS" ; hb_langNew( cLangID, "?????" , "UAUTF", "UTF8" ) ; EXIT + CASE "UAKOI" ; hb_langNew( cLangID, "UAKOI8", "UAUTF", "UTF8" ) ; EXIT + CASE "UAKOI8" ; hb_langNew( cLangID, "UAKOI8", "UAUTF", "UTF8" ) ; EXIT + CASE "UAWIN" ; hb_langNew( cLangID, "UA1125", "UAUTF", "UTF8" ) ; EXIT +// CASE "ZHB5" ; hb_langNew( cLangID, "?????" , "ZHUTF", "UTF8" ) ; EXIT +// CASE "ZHGB" ; hb_langNew( cLangID, "?????" , "ZHUTF", "UTF8" ) ; EXIT ENDSWITCH ENDIF