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
This commit is contained in:
Viktor Szakats
2012-07-23 11:16:13 +00:00
parent 1c7fee465a
commit d1427779b2
65 changed files with 149 additions and 12262 deletions

View File

@@ -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

View File

@@ -1389,6 +1389,7 @@ DYNAMIC __HBPointer
DYNAMIC __HBSymbol
DYNAMIC __HBTimestamp
DYNAMIC __HBVMInit
DYNAMIC __hb_langSelect
DYNAMIC __i18n_hashJoin
DYNAMIC __i18n_hashTable
DYNAMIC __i18n_potArrayJoin

View File

@@ -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

View File

@@ -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 \

View File

@@ -52,7 +52,7 @@
/* Language name: <Your language> */
/* ISO language code (2 chars): (please look it up in /doc/lang_id.txt) */
/* Codepage: <Your 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 */

View File

@@ -1,204 +0,0 @@
/*
* $Id$
*/
/*
* Harbour Project source code:
* Language Support Module (BE866)
*
* Copyright 2004 Pavel Tsarenko <tpe2@mail.ru>
* 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) */
"<EFBFBD>¥« àã᪠ï ", /* Name (in native language) */
"BY", /* RFC ID */
"CP-866", /* Codepage */
"", /* Version */
/* Month names */
"‘â㤧¥­ì",
"‹îâë",
" ª ¢iª",
"Šà á ¢iª",
"Œ ©",
"—íࢥ­ì",
"i¯¥­ì",
"­i¢¥­ì",
"‚¥à á¥­ì",
"Š áâàëç­",
"iáâ ¯ ¤",
"‘­¥¦ ­ì",
/* Day names */
"<EFBFBD>蠟¥«ï",
"<EFBFBD> ­ï¤§¥« ª",
"€÷â®à ª",
"‘¥à ¤ ",
"— æ¢¥à",
"<EFBFBD>ïâ­ ",
"‘ã¡®â ",
/* CA-Cl*pper compatible natmsg items */
"” ©«ë ¤ ¤§¥­ëå # ‡ ¯iáë €¯®è­ï¥ §¬. <20> ¬¥à",
"<EFBFBD> âàí¡­ëï ïèçí ¯à몫 ¤ë ?",
"‘â à.N",
"** Subtotal **",
"* Subsubtotal *",
"*** Total ***",
"Ins",
" ",
"<EFBFBD>ï¯à ¢i«ì­ ï ¤ â ",
"„ëﯠ§®­: ",
" - ",
"„/<2F>",
"<EFBFBD>Ÿ<EFBFBD><EFBFBD>Iœ<EFBFBD> <E2809A>€‡",
/* Error description names */
"<EFBFBD>¥¢ï¤®¬ ï ¯ ¬ë«ª ",
"<EFBFBD>ï¯à ¢i«ì­ë  à£ã¬¥­â",
"<EFBFBD>¥à ¯ ÷­¥­­¥ ¬ ái¢ ",
"<EFBFBD>¥à ¯ ÷­¥­­¥ à ¤ª ",
"<EFBFBD>¥à ¯ ÷­¥­­¥ «iªã",
"„§ï«¥­­¥ ­  ­ã«ì",
"Š®«ìª á­ ï ¯ ¬ë«ª ",
"i­â ªáiç­ ï ¯ ¬ë«ª ",
"‡ ­ ¤â  ᪫ ¤ ­ ï  ¯¥à æëï",
"",
"",
"<EFBFBD>ࠪ㥠¯ ¬ïæi",
"<EFBFBD>¥¢ï¤®¬ ï äã­ªæëï",
"Œ¥â ¤ ­¥ íªá¯ àâ ¢ ­",
"<EFBFBD>¥à ¬¥­­ ï ­¥ iá­ã¥",
"€«i á ­¥ iá­ã¥",
"<EFBFBD>¥à ¬¥­­ ï ­¥ íªá¯ à ¢ ­ ",
"<EFBFBD>¥¯à묠«ì­ëï ái¬¢ «ë ÷ i¬ï­i  «i á ",
"€«i á 㦮 ¢ëª àëáâ®÷¢ ¥ææ ",
"",
"<EFBFBD> ¬ë«ª  á⢮࠭­ï",
"<EFBFBD> ¬ë«ª   ¤ªàëææï",
"<EFBFBD> ¬ë«ª  § çë­¥­­ï",
"<EFBFBD> ¬ë«ª  çëâ ­­ï",
"<EFBFBD> ¬ë«ª  § ¯iáã",
"<EFBFBD> ¬ë«ª  ¤à㪠",
"",
"",
"",
"",
"€¯¥à æëï ­¥ ¯ ¤âà묫i¢ ¥ææ ",
"Œï¦  ¯¥à ¢ëè ­ ",
"‚ëï÷«¥­  ¯ èª®¤¦ ­­¥",
"<EFBFBD> ¬ë«ª  âë¯ã ¤ ¤§¥­ëå",
"<EFBFBD> ¬ë«ª  ¯ ¬¥àã ¤ ¤§¥­ëå",
"” ©« ­¥  ¤ªàëâ",
"” ©« ­¥ i­¤íªáià ¢ ­",
"<EFBFBD> âà ¡ã¥ææ  íªáª«î§i÷­ë ¤®áâã¯",
"<EFBFBD> âà ¡ã¥ææ  ¡« ª®÷ª ",
" ¯iá ­¥ ¤ §¢®«¥­ ",
"‡¡®© ¡« ª®÷ªi ¯àë ¤ ¤ âªã",
"<EFBFBD>« ª®÷ª  ­¥  âà묠« áï",
"",
"",
"",
"",
"<EFBFBD>ï¯à ¢i«ì­ ï ª®«ìª áæì  à£ã¬¥­â ÷",
"¤®áâ㯠¤  ¬ ái¢ã",
"­ ¤ ­­ï ¬ ái÷",
"­¥ ¬ ái÷",
"¯ à ÷­ ­­¥",
/* Internal error names */
"<EFBFBD>¥¢ë¯à ÷«¥­ ï ¯ ¬ë«ª  %d: ",
"<EFBFBD> ¬ë«ª  ¯àë  ¤­ ÷«¥­­i",
"<EFBFBD>¥ ¢ë§­ ç ­ë ERRORBLOCK() ¤«ï ¯ ¬ë«ªi",
"<EFBFBD>¥à ¢ëè ­ ï ¬ï¦  àíªãàái÷­ëå ¢ëª«iª ÷  ¯à æ®÷èç몠 ¯ ¬ë« ª",
"<EFBFBD>¥  âà묮÷¢ ¥ææ  § £àã§iæì RDD",
"<EFBFBD>ï¯à ¢i«ì­ë âë¯ ¬¥â ¤ã %s",
"hb_xgrab ­¥ ¬®¦  à §¬¥àª ¢ æì ¯ ¬ïæì",
"hb_xrealloc ¢ëª«iª ­ë § NULL ¯ ª § «ì­ ¬",
"hb_xrealloc ¢ëª«iª ­ë § ­ï¯à ¢i«ì­ë¬ ¯ ª § «ì­ ¬",
"hb_xrealloc ­¥ ¬®¦  ¯¥à à §¬¥àª ¢ æì ¯ ¬ïæì",
"hb_xfree ¢ëª«iª ­ë § ­ï¯à ¢i«ì­ë¬ ¯ ª § «ì­ ¬",
"hb_xfree ¢ëª«iª ­ë § NULL ¯ ª § «ì­ ¬",
"<EFBFBD>¥ §­®©¤§¥­ ï áâ àâ ¢ ï ¯à æí¤ãà : \'%s\'",
"€¤áãâ­ ¥ áâ àâ ¢ ï ¯à æí¤ãà ",
"VM: <20>¥¢ï¤®¬ë ª®¤",
"%s: ç ª ÷áï ái¬¢ «",
"%s: ­ï¯à ¢i«ì­ë âë¯ ái¬¢ «  ¤«ï self",
"%s: ç ª ÷áï ¡«®ª ª®¤ ",
"%s: ­ï¯à ¢i«ì­ë âë¯ í«¥¬¥­â  ­  ¢ïàèë­i áâíª ",
"‚ë©áæ¥ §  ¬¥¦ë áâíª ",
"%s: á¯à®¡  ª ¯ià ¢ æì í«¥¬¥­â ­  áï¡¥",
"%s: ­ï¯à ¢i«ì­ ¥ i¬ï ¯¥à ¬¥­­ ©",
"<EFBFBD>¥à ¯ ÷­¥­­¥ ¡ãä¥à  ¯ ¬ïæ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",
"",
"<EFBFBD>"
}
};
#define HB_LANG_ID BE866
#include "hbmsgreg.h"

View File

@@ -1,204 +0,0 @@
/*
* $Id$
*/
/*
* Harbour Project source code:
* Language Support Module (BEWIN)
*
* Copyright 2004 Pavel Tsarenko <tpe2@mail.ru>
* 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"

View File

@@ -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) */
"<EFBFBD>ê«£ à᪨", /* Name (in native language) */
"BG", /* RFC ID */
"CP-866", /* Codepage */
"", /* Version */
/* Month names */
"Ÿ­ã à¨",
"”¥¢àã à¨",
"Œ àâ",
"€¯à¨«",
"Œ ©",
"ž­¨",
"ž«¨",
"€¢£ãáâ",
"‘¥¯â¥¬¢à¨",
"Žªâ®¬¢à¨",
"<EFBFBD>®¥¬¢à¨",
"„¥ª¥¬¢à¨",
/* Day names */
"<EFBFBD>¥¤¥«ï",
"<EFBFBD>®­¥¤¥«­¨ª",
"‚â®à­¨ª",
"‘à鸞",
"—¥â¢êàâêª",
"<EFBFBD>¥âêª",
"‘ê¡®â ",
/* CA-Cl*pper compatible natmsg items */
"” ©«®¢¥ # ‡ ¯¨á¨ <20>®á«¥¤­® ®¡­®¢ï¢ ­¥ ƒ®«¥¬¨­ ",
"ˆáª â¥ «¨ ®é¥ ¯à¨¬¥à¨?",
"‘âà. No.",
"** Œ¥¦¤. á㬠 **",
"* Œ¥¦¤. á㬠 *",
"*** Ž¡é® ***",
"Ins",
" ",
"<EFBFBD>¥ª®à¥ªâ­  ¤ â ",
"„¨ ¯ §®­: ",
" - ",
"Y/N",
"<EFBFBD>…ŠŽ<EFBFBD>…Š<EFBFBD> ˆ<CB86>€‡",
/* Error description names */
"<EFBFBD>¥¯®§­ â  £à¥èª ",
"ƒà¥èª  ¢ ¯ à ¬¥âêà",
"ƒà¥èª  ¢ £à ­¨ç­¨ á⮩­®áâ¨",
"<EFBFBD>९ꫢ ­¥ ­  áâਭ£",
"—¨á«®¢® ¯à¥¯ê«¢ ­¥",
"„¥«¥­¨¥ ­  ­ã« ",
"—¨á«®¢  £à¥èª ",
"‘¨­â ªâ¨ç­  £à¥èª ",
"Œ­®£® á«®¦­  ®¯¥à æ¨ï",
"",
"",
"<EFBFBD>¥¤®á⨣ ­  ¯ ¬¥â",
"<EFBFBD>¥¤¥ä¨­¨à ­  äã­ªæ¨ï",
"<EFBFBD>ﬠ ¥ªá¯®àâ¨à ­ ¬¥â®¤",
"<EFBFBD>஬¥­«¨¢ â  ­¥ áêé¥áâ¢ã¢ ",
"<EFBFBD>ᥢ¤®­¨¬  ­¥ áêé¥áâ¢ã¢ ",
"<EFBFBD>ﬠ ¥ªá¯®àâ¨à ­  ¯à®¬¥­«¨¢ ",
"<EFBFBD>¥¯®§¢®«¥­¨ ᨬ¢®«¨ ¢ ¯á¥¢¤®­¨¬",
"<EFBFBD>ᥢ¤®­¨¬  ¢¥ç¥ ᥠ¨§¯®«§¢ ",
"",
"ƒà¥èª  ¯à¨ áꧤ ¢ ­¥",
"ƒà¥èª  ¯à¨ ®â¢ àï­¥",
"ƒà¥èª  ¯à¨ § â¢ àï­¥",
"ƒà¥èª  ¯à¨ ç¥â¥­¥",
"ƒà¥èª  ¯à¨ § ¯¨á",
"ƒà¥èª  ¯à¨ ¯¥ç â",
"",
"",
"",
"",
"ޝ¥à æ¨ïâ  ­¥ ᥠ¯®¤êঠ",
"<EFBFBD> ¤å¢êà«¥­® ®£à ­¨ç¥­¨¥",
"Žâªà¨â  ¯®¢à¥¤ ",
"ƒà¥èª  ¢ ⨯ ¤ ­­¨",
"ƒà¥èª  ¢ à §¬¥à ­  ¤ ­­¨",
"<EFBFBD> ¡®â­ â  ®¡« áâ ­¥ ¥ ¢ 㯮âॡ ",
"<EFBFBD> ¡®â­ â  ®¡« áâ ­¥ ¥ ¨­¤¥ªá¨à ­ ",
"ˆ§¨áª¢  ᥠExclusive",
"ˆ§¨áª¢  ᥠ§ ª«î碠­¥",
"‡ ¯¨á ­¥ ¥ ¯®§¢®«¥­",
"Append lock ᥠ¯à®¢ «¨",
"<EFBFBD>¥ãᯥ譮 § ª«î碠­¥",
"",
"",
"",
"",
"¤®áâê¯ ¤® ¬ á¨¢",
"¯à¨á¢®ï¢ ­¥ ­  ¬ á¨¢",
"à §¬¥à­®áâ ­  ¬ á¨¢",
"­¥ ¥ ¬ á¨¢",
"ãá«®¢¥­",
/* Internal error names */
"<EFBFBD>¥¯®¯à ¢¨¬  £à¥èª  %d: ",
"<EFBFBD>¥ãᯥ譮 ¯®¯à ¢ï­¥ ­  £à¥èª ",
"<EFBFBD>ﬠ ERRORBLOCK() §  £à¥èª ",
"<EFBFBD>४ «¥­® ¬­®£® ४ãàᨢ­¨ ¨§¢¨ª¢ ­¨ï ­  ¯à¨å¢ é ç ­  £à¥èª¨",
"RDD ­¥¢ «¨¤¥­ ¨«¨ ­¥ãᯥ譮 § à¥¦¤ ­¥",
"<EFBFBD>¥¢ «¨¤¥­ ⨯ ¬¥â®¤ ®â %s",
"hb_xgrab ­¥ ¬®¦¥ ¤  § ¤¥«¨ ¯ ¬¥â",
"hb_xrealloc ¨§¢¨ª ­  á NULL 㪠§ â¥«",
"hb_xrealloc ¨§¢¨ª ­  á ­¥¢ «¨¤¥­ 㪠§ â¥«",
"hb_xrealloc ­¥ ¬®¦¥ ¤  § ¤¥«¨ ¯ ¬¥â",
"hb_xfree ¨§¢¨ª ­  á ­¥¢ «¨¤¥­ 㪠§ â¥«",
"hb_xfree ¨§¢¨ª ­  á NULL 㪠§ â¥«",
"<EFBFBD>¥ ¬®¦¥ ¤  ®¯à¥¤¥«¨ ­ ç «­ â  ¯à®æ¥¤ãà : \'%s\'",
"<EFBFBD>ﬠ ­ ç «­  ¯à®æ¥¤ãà ",
"<EFBFBD>¥¯®¤êঠ­ VM opcode",
"‘¨¬¢®«¥­  à⨪㫠®ç ª¢ ­ ®â %s",
"<EFBFBD>¥¢ «¨¤¥­ ᨬ¢®«¥­ ⨯ §  self ®â %s",
"Codeblock ®ç ª¢ ­ ®â %s",
"<EFBFBD>¥ª®à¥ªâ¥­ ⨯ ¢ á⥪  ®¯¨â §  ¨§¢«¨ç ­¥ ®â %s",
"<EFBFBD>à §¥­ á⥪",
"ޝ¨â §  ª®¯¨à ­¥ ­  ®¡¥ªâ ¢ ᥡ¥ ᨠ®â %s",
"­¥¢ «¨¤¥­ ᨬ¢®«¥­ ®¡¥ªâ ¨§¯à â¥­ ª â® memvar %s",
"<EFBFBD>९ꫢ ­¥ ­  ¡ãä¥à ¢ ¯ ¬¥ââ ",
"hb_xgrab § ï¢¥­® ¤  § ¤¥«¨ ­ã«  ¡ ©â ",
"hb_xrealloc § ï¢¥­® ¤  ¯à®¬¥­¨ £®«¥¬¨­ â  ­  ­ã«  ¡ ©â ",
"hb_xalloc § ï¢¥­® ¤  § ¤¥«¨ ­ã«  ¡ ©â ",
/* Texts */
"DD.MM.YYYY",
"Y",
"N"
}
};
#define HB_LANG_ID BG866
#include "hbmsgreg.h"

View File

@@ -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"

View File

@@ -1,204 +0,0 @@
/*
* $Id$
*/
/*
* Harbour Project source code:
* Language Support Module (BGMIK)
*
* Copyright 2005 Rosen Vladimirov <kondor_ltd@dir.bg>
* 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) */
"<EFBFBD>º«£ °±ª¨", /* Name (in native language) */
"BG", /* RFC ID */
"MIK", /* Codepage */
"", /* Version */
/* Month names */
"Ÿ­³ °¨",
"”¥¢°³ °¨",
"Œ °²",
"€¯°¨«",
"Œ ©",
"ž­¨",
"ž«¨",
"€¢£³±²",
"‘¥¯²¥¬¢°¨",
"Žª²®¬¢°¨",
"<EFBFBD>®¥¬¢°¨",
"„¥ª¥¬¢°¨",
/* Day names */
"<EFBFBD>¥¤¥«¿",
"<EFBFBD>®­¥¤¥«­¨ª",
"‚²®°­¨ª",
"‘°¿¤ ",
"—¥²¢º°²ºª",
"<EFBFBD>¥²ºª",
"‘º¡®² ",
/* CA-Cl*pper compatible natmsg items */
"” ©«®¢¥ ± ¤ ­­¨ # ‡ ¯¨± <20>®±«.<2E>®¯° ¢¨ <20> §¬¥°",
"Do you want more samples?",
"‘²°. N®.",
"** Œ¥¦¤¨­¥­ ±¡®° **",
"* Œ¥¦¤¨­¥­ ±¡®° *",
"*** Ž¡¹® ***",
"Ins",
" ",
"<EFBFBD>¥¢ «¨¤­  ¤ ² ",
"Range: ",
" - ",
"„/<2F>",
"INVALID EXPRESSION",
/* Error description names */
"<EFBFBD>¥¯®§­ ²  £°¥¸ª ",
"<EFBFBD>¥¢¥°¥­  °£³¬¥­²",
"<EFBFBD>°¥¯º«¢ ­¥ ­  ¬ ±¨¢ ",
"<EFBFBD>°¥¯º«¢ ­¥ ­  ¤³¬ ",
"¯°¥¯º«¢ ­¥ ­  ·¨±«®",
"„¥«¥­¥ ­  ­³« ",
"—¨±«¥­­  £°¥¸ª ",
"‘¨­² ª²¨·­  £°¥¸ª ",
"’¢º°¤¥ ±«®¦­  ®¯¥° ¶¨¿",
"",
"",
"<EFBFBD>¥¤®±² ²º·­® ¯ ¬¥²",
"”³­ª¶¨¿²  ­¥ ¥ ¤¥´¨­¨° ­ ",
"Œ¥²®¤  ­¥ ¥ ¤¥´¨­¨° ­",
"<EFBFBD>°®¬¥­«¨¢ ²  ­¥ ±º¹¥±²¢³¢ ",
"Ž¡« ±²²  ­  ¡ § ²  ­¥ ±º¹¥±²¢³¢ ",
"<EFBFBD>°®¬¥­«¨¢ ²  ­¥ ¥ ¥ª±¯®°²¨° ­ ",
"<EFBFBD>¥¢ «¨¤¥­ ±¨¬¢®« ¢ ®¡« ±²²  ­  ¡ § ² ",
"’ §¨ ®¡« ±² ­  ¡ § ²  ¢¥·¥ ±º¹¥±²¢³¢ ",
"",
"ƒ°¥¸ª  ¯°¨ ±º±¤ ¢ ­¥",
"ƒ°¥¸ª  ¯°¨ ®²¢ °¿­¥",
"ƒ°¥¸ª  ¯°¨ § ²¢ °¿­¥",
"ƒ°¥¸ª  ¯°¨ ·¥²¥­¥",
"ƒ°¥¸ª  ¯°¨ § ¯¨±",
"ƒ°¥¸ª  ¯°¨ ¯¥· ²",
"",
"",
"",
"",
"’ §¨ ®¯¥° ¶¨¿ ­¥ ±¥ ¯®¤¤º°¦ ",
"ƒ®°­ ²  £° ­¨¶  ¥ ¤®±²¨£­ ² ",
"޲ª°¨²  ¥ ¯®¢°¥¤  ¢ ¤ ­­¨²¥",
"ƒ°¥¸ª  ¯°¨ ²¨¯º² ¤ ­­¨",
"ƒ°¥¸ª  ¯°¨ ¸¨°¨­ ²  ­  ¤ ­­¨²¥",
"Ž¡« ±²²  ­¥ ¥ ®²¢®°¥­ ",
"Ž¡« ±²²  ­¥ ¥ ¨­¤¥ª±¨° ­ ",
"ˆ§¨±ª¢  ¬®­®¯®«­® ¯®«§¢ ­¥ ­  ´ ©«",
"ˆ§¨±ª¢  § ª«¾·¢ ­¥",
"‡ ¯¨±  ­¥ ¥ § ¢º°¸¥­ ³±¯¥¸­®",
"„®¡ ¢¿­¥²® ­  § ¯¨± ­¥ ¥ ³±¯¥¸­®",
"ƒ°¥¸ª  ¯°¨ § ª«¾·¢ ­¥",
"",
"",
"",
"",
"‡ ¡° ­¥­ ¤®±²º¯ ¤® ¬ ±¨¢ ",
"„®±²º¯ ¤® ¬ ±¨¢ ",
"<EFBFBD>°¨±¢®¿¢ ­¥ ­  ¬ ±¨¢",
"’®¢  ­¥ ¥ ¬ ±¨¢",
"±° ¢­¥­¨¥",
/* Internal error names */
"<EFBFBD>¥¯®¯° ¢¨¬  £°¥¸ª  %d: ",
"ƒ°¥¸ª  ¯°¨ ¢º§±² ­®¢¿¢ ­¥",
"<EFBFBD>¥ ¥ ¤¥´¨­¨° ­ ERRORBLOCK() §  ² §¨ £°¥¸ª ",
"<EFBFBD>°¥ª «¥­® ¬­®£® °¥¤®¢¥ ®² ®²° ¡®²¥­ ²  £°¥¸ª ",
"’®§¨ RDD ¤° ©¢¥° ­¥ ¥ ¢º§¬®¦­® ¤  ±¥ § °¥¤¨",
"<EFBFBD>¥¢¥°¥­ ²¨¯ ­  ¬¥²®¤  %s",
"hb_xgrab ­¥ ¬®¦¥ ¤  § ¤¥«¨ ¯ ¬¥²",
"hb_xrealloc ¥ ¨§¢¨ª ­  ± ³ª § ²¥« NULL",
"hb_xrealloc ¥ ¨§¢¨ª ­  ± £°¥¸¥­ ³ª § ²¥«",
"hb_xrealloc ­¥ ¬®¦¥ ¤  ¯°¥° §¯°¥¤¥«¨ ¯ ¬¥²",
"hb_xfree ¥ ¨§¢¨ª ­  ± £°¥¸¥­ ³ª § ²¥«",
"hb_xfree ¥ ¨§¢¨ª ­  ± ³ª § ²¥« NULL",
"<EFBFBD>¥ ®²ª°¨¢ ¬ ¯°®¶¥¤³° ²  ±² °²¨° ­¥: \'%s\'",
"‹¨¯±¢  ¯°®¶¥¤³°  §  ±² °²¨° ­¥",
"<EFBFBD>¥¨§¢¥±²¥­ VM ª®¤",
"Ž· ª ¬ ±¨¬¢®« %s",
"<EFBFBD>¥¢ «¨¤¥­ ²¨¯ §  self ¨¤¢ ¹ ®² %s",
"Ž· ª¢ ¬ ª®¤¥¡«®ª ®² %s",
"<EFBFBD>¥ª®°¥ª²¥­ ²¨¯ ­  ¥«¥¬¥­²  %s ¯®±² ¢¥­ ¢ ±²¥ª  ­ © ®²£®°¥",
"‘²¥ª  ±¥ ¯°¥¯º«­¨",
"<EFBFBD>° ¢¨²¥ ®¯¨² ¤  ª®¯¨° ²¥ ¥«¥¬¥­²  %s ± ¬ ¢ ±¥¡¥ ±¨",
"ˆ§¯®«§¢ ­ ¥ ­¥¢ «¨¤¥­ ±¨¬¢®« %s ¢ ¨¬¥ ­  ¯°®¬¥­«¨¢ ",
"<EFBFBD>³´¥°  ­  ¯ ¬²²  ±¥ ¯°¥¯º«­¨",
"hb_xgrab ¨§¨±ª¢  ¤  § ¤¥«¨²¥ 0 ¡¨² ",
"hb_xrealloc ¨§¨±ª¢  ¤  ¯°¥° §¯°¥¤¥«¨²¥ 0 ¡¨² ",
"hb_xalloc ¨§¨±ª¢  ¤  ¯°¥° §¯°¥¤¥«¨²¥ 0 ¡¨² ",
/* Texts */
"DD.MM.YYYY",
"",
"<EFBFBD>"
}
};
#define HB_LANG_ID BGMIK
#include "hbmsgreg.h"

View File

@@ -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"

View File

@@ -1,204 +0,0 @@
/*
* $Id$
*/
/*
* Harbour Project source code:
* Language Support Module (CA)
*
* Copyright 2000 Jose Lalin <dezac@corevia.com>
* 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) */
"Catal n", /* 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"

View File

@@ -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 <siki@msoft.cz>
* Copyright 2006 Vojtech Obrdlik <vobrdlik@centrum.cz>
* 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",
"býezen",
"duben",
"kvØten",
"Ÿerven",
"Ÿervenec",
"srpen",
"z ý¡",
"ý¡jen",
"listopad",
"prosinec",
/* Day names */
"nedØle",
"pondØl¡",
"£terì",
"stýeda",
"Ÿtvrtek",
"p tek",
"sobota",
/* CA-Cl*pper compatible natmsg items */
"Datab ze # Z znam… Aktualizace Velikost",
"Chcete v¡ce pý¡klad…?",
"Strana",
"** Subtotal **",
"* Subsubtotal *",
"*** Total ***",
"Ins",
" ",
"Chybn datum",
"Rozsah: ",
" - ",
"A/N",
"CHYBNí VíRAZ",
/* Error description names */
"Nezn m  chyba",
"Chyba argumentu",
"Chyba mez¡",
"PýeteŸen¡ ýetØzce",
"PýeteŸen¡ Ÿ¡sla",
"DØlen¡ nulou",
"Numerick  chyba",
"Chyba syntaxe",
"Operace pý¡liç komplexn¡",
"",
"",
"Nedostatek pamØti",
"Nedefinovan  funkce",
"Nezn m  metoda",
"PromØnn  neexistuje",
"Alias neexistuje",
"Nezn m  promØnn ",
"Nepovolen znaky v aliasu",
"Alias ji§ pou§it",
"",
"Chyba vytvoýen¡",
"Chyba otevýen¡",
"Chyba zavýen¡",
"Chyba Ÿten¡",
"Chyba z pisu",
"Chyba tisku",
"",
"",
"",
"",
"Operace nen¡ podporov na",
"PýekroŸen limit",
"Index poçkozen",
"Typ dat se neshoduje",
"Chyba ç¡ýky dat",
"Pracovn¡ oblast nen¡ pou§ita",
"Nen¡ otevýen index",
"Po§adov no uzamknut¡",
"Z mek pýi pýid n¡ z znamu selhal",
"Z mek selhal",
"",
"",
"",
"",
"pý¡stup k poli",
"pýiýazen¡ pole",
"zmØna dimenze pole",
"nen¡ pole",
"podm¡nka",
/* 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"

View File

@@ -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 <siki@msoft.cz>
* Copyright 2006 Vojtech Obrdlik <vobrdlik@centrum.cz>
* 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",
"bøezen",
"duben",
"kvìten",
"èerven",
"èervenec",
"srpen",
"záøí",
"øíjen",
"listopad",
"prosinec",
/* Day names */
"nedìle",
"pondìlí",
"úterý",
"støeda",
"ètvrtek",
"pátek",
"sobota",
/* CA-Cl*pper compatible natmsg items */
"Databáze # Záznamù Aktualizace Velikost",
"Chcete více pøíkladù?",
"Strana",
"** Subtotal **",
"* Subsubtotal *",
"*** Total ***",
"Ins",
" ",
"Chybné datum",
"Rozsah: ",
" - ",
"A/N",
"CHYBNÝ VÝRAZ",
/* Error description names */
"Neznámá chyba",
"Chyba argumentu",
"Chyba mezí",
"Pøeteèení øetìzce",
"Pøeteèení èísla",
"Dìlení nulou",
"Numerická chyba",
"Chyba syntaxe",
"Operace pøíli¹ komplexní",
"",
"",
"Nedostatek pamìti",
"Nedefinovaná funkce",
"Neznámá metoda",
"Promìnná neexistuje",
"Alias neexistuje",
"Neznámá promìnná",
"Nepovolené znaky v aliasu",
"Alias ji¾ pou¾it",
"",
"Chyba vytvoøení",
"Chyba otevøení",
"Chyba zavøení",
"Chyba ètení",
"Chyba zápisu",
"Chyba tisku",
"",
"",
"",
"",
"Operace není podporována",
"Pøekroèen limit",
"Index po¹kozen",
"Typ dat se neshoduje",
"Chyba ¹íøky dat",
"Pracovní oblast není pou¾ita",
"Není otevøen index",
"Po¾adováno uzamknutí",
"Zámek pøi pøidání záznamu selhal",
"Zámek selhal",
"",
"",
"",
"",
"pøístup k poli",
"pøiøazení pole",
"zmìna dimenze pole",
"není pole",
"podmínka",
/* 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"

View File

@@ -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 <siki@msoft.cz>
* Copyright 2006 Vojtech Obrdlik <vobrdlik@centrum.cz>
* 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",
"b©ezen",
"duben",
"kvˆten",
"‡erven",
"‡ervenec",
"srpen",
"z ©¡",
"©¡jen",
"listopad",
"prosinec",
/* Day names */
"nedˆle",
"pondˆ",
"£ter˜",
"st©eda",
"‡tvrtek",
"p tek",
"sobota",
/* CA-Cl*pper compatible natmsg items */
"Datab ze # Z znam Aktualizace Velikost",
"Chcete v¡ce p©¡klad?",
"Strana",
"** Subtotal **",
"* Subsubtotal *",
"*** Total ***",
"Ins",
" ",
"Chybn datum",
"Rozsah: ",
" - ",
"A/N",
"CHYBN<EFBFBD> V<>RAZ",
/* Error description names */
"Nezn m  chyba",
"Chyba argumentu",
"Chyba mez¡",
"P©ete‡en¡ ©etˆzce",
"P©ete‡en¡ ‡¡sla",
"Dˆlen¡ nulou",
"Numerick  chyba",
"Chyba syntaxe",
"Operace p©¡li¨ komplexn¡",
"",
"",
"Nedostatek pamˆti",
"Nedefinovan  funkce",
"Nezn m  metoda",
"Promˆnn  neexistuje",
"Alias neexistuje",
"Nezn m  promˆnn ",
"Nepovolen znaky v aliasu",
"Alias ji pouit",
"",
"Chyba vytvo©en¡",
"Chyba otev©en¡",
"Chyba zav©en¡",
"Chyba ‡ten¡",
"Chyba z pisu",
"Chyba tisku",
"",
"",
"",
"",
"Operace nen¡ podporov na",
"P©ekro‡en limit",
"Index po¨kozen",
"Typ dat se neshoduje",
"Chyba ¨¡©ky dat",
"Pracovn¡ oblast nen¡ pouita",
"Nen¡ otev©en index",
"Poadov no uzamknut¡",
"Z mek p©i p©id n¡ z znamu selhal",
"Z mek selhal",
"",
"",
"",
"",
"p©¡stup k poli",
"p©i©azen¡ pole",
"zmˆna dimenze pole",
"nen¡ pole",
"podm¡nka",
/* 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"

View File

@@ -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 <woodoo@iol.cz>
* Copyright 2000 Davor Siklic <siki@msoft.cz>
* Copyright 2006 Vojtech Obrdlik <vobrdlik@centrum.cz>
* 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",
"bøezen",
"duben",
"kvìten",
"èerven",
"èervenec",
"srpen",
"záøí",
"øíjen",
"listopad",
"prosinec",
/* Day names */
"nedìle",
"pondìlí",
"úterý",
"støeda",
"ètvrtek",
"pátek",
"sobota",
/* CA-Cl*pper compatible natmsg items */
"Databáze # Záznamù Aktualizace Velikost",
"Chcete více pøíkladù?",
"Strana",
"** Subtotal **",
"* Subsubtotal *",
"*** Total ***",
"Ins",
" ",
"Chybné datum",
"Rozsah: ",
" - ",
"A/N",
"CHYBNÝ VÝRAZ",
/* Error description names */
"Neznámá chyba",
"Chyba argumentu",
"Chyba mezí",
"Pøeteèení øetìzce",
"Pøeteèení èísla",
"Dìlení nulou",
"Numerická chyba",
"Chyba syntaxe",
"Operace pøíliš komplexní",
"",
"",
"Nedostatek pamìti",
"Nedefinovaná funkce",
"Neznámá metoda",
"Promìnná neexistuje",
"Alias neexistuje",
"Neznámá promìnná",
"Nepovolené znaky v aliasu",
"Alias již použit",
"",
"Chyba vytvoøení",
"Chyba otevøení",
"Chyba zavøení",
"Chyba ètení",
"Chyba zápisu",
"Chyba tisku",
"",
"",
"",
"",
"Operace není podporována",
"Pøekroèen limit",
"Index poškozen",
"Typ dat se neshoduje",
"Chyba šíøky dat",
"Pracovní oblast není použita",
"Není otevøen index",
"Požadováno uzamknutí",
"Zámek pøi pøidání záznamu selhal",
"Zámek selhal",
"",
"",
"",
"",
"pøístup k poli",
"pøiøazení pole",
"zmìna dimenze pole",
"není pole",
"podmínka",
/* 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"

View File

@@ -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",
"M„rz",
"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. S„tze Letzte Žnderung Gr”áe",
"M”chten Sie mehr Beispiele?",
"Anz. Seiten",
"** Zwischensumme **",
"* Teilsumme *",
"*** Summe ***",
"Einfg",
" ",
"Ung<EFBFBD>ltiges Datum",
"Bereich: ",
" - ",
"J/N",
"UNGšLTIGER 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"

View File

@@ -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 <byte-one@aon.at>
* 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",
"März",
"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. Sätze Letzte Änderung Größe",
"Möchten Sie mehr Beispiele?",
"Anz. Seiten",
"** Zwischensumme **",
"* Teilsumme *",
"*** Summe ***",
"Einfg.",
" ",
"Ungültiges Datum",
"Bereich: ",
" - ",
"J/N",
"UNGÜLTIGER 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"

View File

@@ -1,204 +0,0 @@
/*
* $Id$
*/
/*
* Harbour Project source code:
* Language Support Module (EL)
*
* Copyright 2004 Pete Dionisopoulos <pete_westg@yahoo.gr>
* 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 */
"‰¬¨ ˜¡ã",
"ƒœ¬«â¨˜",
"’¨å«ž",
"’œ«á¨«ž",
"<EFBFBD>⣧«ž",
"<EFBFBD>˜¨˜©¡œ¬ã",
"‘á™™˜«¦",
/* CA-Cl*pper compatible natmsg items */
"€¨®œå˜ ƒœ›¦£â¤à¤ # „šš¨˜­é¤ ’œ¢.„¤ž£â¨à©ž ‹œš.",
"<EFBFBD>œ¨ ©©æ«œ¨˜ ›œåš£˜«˜; ",
"‘œ¢å›˜ ",
"** ‹œ¨ ¡æ ‘¬¤*",
"* “§¦©ç¤¦¢¦ *",
"***‘礦¢¦ ***",
"„ ©",
" ",
"€¡¬¨ž ž£œ¨¦£",
"„稦ª: ",
" - ",
"N/O",
"‹† „‰“<E280B0>† „‰”<E280B0>",
/* 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"

View File

@@ -1,204 +0,0 @@
/*
* $Id$
*/
/*
* Harbour Project source code:
* Language Support Module (ELWIN)
*
* Copyright 2004 Pete Dionisopoulos <pete_westg@yahoo.gr>
* 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"

View File

@@ -1,204 +0,0 @@
/*
* $Id$
*/
/*
* Harbour Project source code:
* Language Support Module (EO)
*
* Copyright 2000 Jose Lalin <dezac@corevia.com>
* 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"

View File

@@ -1,205 +0,0 @@
/*
* $Id$
*/
/*
* Harbour Project source code:
* Language Support Module (ES)
*
* Copyright 2000 Jose Lalin <dezac@corevia.com>
* 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) */
"Espa¤ol", /* 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",
"S bado",
/* CA-Cl*pper compatible natmsg items */
"Bases de Datos # Records Last Update Size",
"Desea Ud. m s ejemplos?",
"P gina N§.",
"** Subtotal **",
"* Subsubtotal *",
"*** Total ***",
"Ins",
" ",
"Fecha no v lida",
"Rango: ",
" - ",
"S/N",
"EXPRESION NO VALIDA",
/* Error description names */
"Error desconocido",
"Error de argumento",
"Error de rango",
"Desbordamiento en cadena de caracteres",
"Desbordamiento numrico",
"Divisi¢n por cero",
"Error numrico",
"Error de sintaxis",
"Operaci¢n demasiado compleja",
"",
"",
"Poca memoria",
"Funci¢n no definida",
"No existe el mtodo",
"No existe la variable",
"No existe el alias",
"No existe la variable de instancia",
"Alias con caracteres no v lidos",
"Alias actualmente en uso",
"",
"Error de creaci¢n",
"Error de apertura",
"Error de cierre",
"Error de lectura",
"Error de escritura",
"Error de impresi¢n",
"",
"",
"",
"",
"Operaci¢n no soportada",
"L¡mite excedido",
"Se detect¢ corrupci¢n",
"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 adici¢n",
"Fallo en bloqueo",
"",
"",
"",
"",
"acceso al array",
"asignaci¢n del array",
"dimensi¢n del array",
"no es un array",
"conditional",
/* Internal error names */
"Error irrecuperable %d: ",
"Fallo en recuperaci¢n de error",
"No hay ERRORBLOCK() para el error",
"Demasiadas llamadas recursivas al controlador de errores",
"RDD no v lido ¢ fallo al cargar",
"Tipo de mtodo no v lido desde %s",
"hb_xgrab no puede asignar memoria",
"hb_xrealloc llamado con un puntero nulo",
"hb_xrealloc llamado con un puntero no v lido",
"hb_xrealloc no puede reubicar la memoria",
"hb_xfree llamado con un puntero no v lido",
"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",
"S¡mbolo item esperado desde %s",
"Tipo de s¡mbolo para self no v lido desde %s",
"Bloque de c¢digo 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",
"S¡mbolo item no v lido 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"

View File

@@ -1,205 +0,0 @@
/*
* $Id$
*/
/*
* Harbour Project source code:
* Language Support Module (ESWIN)
*
* Copyright 2000 Jose Lalin <dezac@corevia.com>
* www - http://harbour-project.org
* Adapted to Windows by Antonio Linares <alinares@fivetechsoft.com>
*
* 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) */
"Español", /* 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",
"Miércoles",
"Jueves",
"Viernes",
"Sábado",
/* CA-Cl*pper compatible natmsg items */
"Bases de Datos # Registros Ultima act. Tamaño",
"Desea Vd. más ejemplos?",
"Página Nº.",
"** Subtotal **",
"* Subsubtotal *",
"*** Total ***",
"Ins",
" ",
"Fecha no válida",
"Rango: ",
" - ",
"S/N",
"EXPRESION NO VÁLIDA",
/* Error description names */
"Error desconocido",
"Error de argumento",
"Error de rango",
"Desbordamiento en cadena de caracteres",
"Desbordamiento numérico",
"División por cero",
"Error numérico",
"Error de sintaxis",
"Operación demasiado compleja",
"",
"",
"Poca memoria",
"Función no definida",
"No existe el método",
"No existe la variable",
"No existe el alias",
"No existe la variable de instancia",
"Alias con caracteres no válidos",
"Alias actualmente en uso",
"",
"Error de creación",
"Error de apertura",
"Error de cierre",
"Error de lectura",
"Error de escritura",
"Error de impresión",
"",
"",
"",
"",
"Operación no soportada",
"Límite excedido",
"Se detectó corrupción",
"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 adición",
"Fallo en bloqueo",
"",
"",
"",
"",
"acceso al array",
"asignación del array",
"dimensión del array",
"no es un array",
"conditional",
/* Internal error names */
"Error irrecuperable %d: ",
"Fallo en recuperación de error",
"No hay ERRORBLOCK() para el error",
"Demasiadas llamadas recursivas al controlador de errores",
"RDD no válido ó fallo al cargar",
"Tipo de método no válido desde %s",
"hb_xgrab no puede asignar memoria",
"hb_xrealloc llamado con un puntero nulo",
"hb_xrealloc llamado con un puntero no válido",
"hb_xrealloc no puede reubicar la memoria",
"hb_xfree llamado con un puntero no válido",
"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",
"Símbolo item esperado desde %s",
"Tipo de símbolo para self no válido desde %s",
"Bloque de código 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",
"Símbolo item no válido 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"

View File

@@ -1,204 +0,0 @@
/*
* $Id$
*/
/*
* Harbour Project source code:
* Language Support Module (EU)
*
* Copyright 2000 Nicolas del Pozo <niko@geroa.com>
* 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"

View File

@@ -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) */
"fran‡ais", /* 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"

View File

@@ -1,204 +0,0 @@
/*
* $Id$
*/
/*
* Harbour Project source code:
* Language Support Module (GL)
*
* Copyright 2000 Jose Lalin <dezac@corevia.com>
* 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",
"S bado",
/* 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 desco¤ecido",
"Erro de argumento",
"Erro de rango",
"Desbordamento de cadea de caracteres",
"Desbordamento numrico",
"Divisi¢n por cero",
"Erro numrico",
"Erro de sintaxe",
"Operaci¢n demasiado complexa",
"",
"",
"Pouca memoria",
"Funci¢n non definida",
"Non existe o mtodo",
"Non existe a variable",
"Non existe o alias",
"Non existe a variable de instancia",
"Alias con caracteres non v lidos",
"Alias actualmente en uso",
"",
"Erro de creaci¢n",
"Erro de apertura",
"Erro de peche",
"Erro de lectura",
"Erro de escritura",
"Erro de impresi¢n",
"",
"",
"",
"",
"Operaci¢n non soportada",
"L¡mite excedido",
"Detectouse corrupci¢n",
"Erro no tipo de datos",
"Erro no ancho dos datos",
"Area de traballo non usada",
"Area de traballo non indexada",
"Requ¡rese uso exclusivo",
"Requ¡rese 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"

View File

@@ -1,204 +0,0 @@
/*
* $Id$
*/
/*
* Harbour Project source code:
* Language Support Module (HR646)
*
* Copyright 2004 Vladimir Miholic <vmiholic@sk.hinet.hr>
* 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"

View File

@@ -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 <siki@msoft.cz>
* 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",
"o§ujak",
"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"

View File

@@ -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 <siki@msoft.cz>
* 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 */
"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 */
"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"

View File

@@ -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 <siki@msoft.cz>
* Copyright 2003 Vladimir Miholic <vmiholic@sk.hinet.hr> (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",
"ožujak",
"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",
" ",
"Pogrešan podatak",
"Raspon: ",
" - ",
"D/N",
"POGREŠAN IZRAZ",
/* Error description names */
"Nepoznata greška",
"Pogrešan argument",
"Pogrešna granica",
"Prekoracenje niza",
"Prekoracenje broja",
"Dijeljenje s nulom",
"Brojcana 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 vec u upotrebi",
"",
"Greška kreiranja",
"Greška otvaranja",
"Greška zatvaranja",
"Greška citanja",
"Greška zapisivanja",
"Greška ispisa",
"",
"",
"",
"",
"Operacija nije podržana",
"Prekoracenje granice",
"Otkriven kvar",
"Tip podatka pogrešan",
"Dužina podatka pogrešna",
"Radno podrucje nije u upotrebi",
"Radno podrucje nije indeksirano",
"potrebno iskljuciv",
"Potrebno zakljucavanje",
"Zapisanje nije dozvoljeno",
"Izostalo zakljucavanje kod dodavanja",
"Greška zakljucavanja",
"",
"",
"",
"",
"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 upravljaca grešaka",
"RDD neispravan ili izostalo ucitavanje",
"Neispravan tip metode iz %s",
"hb_xgrab ne može dodijeliti memoriju",
"hb_xrealloc pozvan s NULL pokazivacem",
"hb_xrealloc pozvan s neispravnim pokazivacem",
"hb_xrealloc ne može realocirati memoriju",
"hb_xfree pozvan s neispravnim pokazivacem",
"hb_xfree pozvan s NULL pokazivacem",
"Nije moguce pronaci pocetnu proceduru: \'%s\'",
"Nema pocetne procedure",
"Nepodržan VM opcod",
"Simbol element ocekivan iz %s",
"Neispravan simbol tip za sebe iz %s",
"Kodeblok ocekivan iz %s",
"Nepravilan tip elementa na staku pokušaj 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 proširenjem na nul bajtove",
"hb_xalloc zahtjev za dodjelom nul bajtova",
/* Texts */
"DD/MM/YYYY",
"D",
"N"
}
};
#define HB_LANG_ID HRWIN
#include "hbmsgreg.h"

View File

@@ -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 */
"janu r",
"febru r",
"m rcius",
" prilis",
"m jus",
"j£nius",
"j£lius",
"augusztus",
"szeptember",
"okt¢ber",
"november",
"december",
/* Day names */
"vas rnap",
"htf",
"kedd",
"szerda",
"cs<EFBFBD>t”rt”k",
"pntek",
"szombat",
/* CA-Cl*pper compatible natmsg items */
"Adatb zisok Ttelsz m Utols¢ m¢d. Mret",
"Kri a tov bbi rszeket?",
"lapsz m",
"** ™sszesen **",
"* Rsz”sszesen *",
"*** Mind”sszesen ***",
"Ins",
" ",
"Rossz d tum",
" Hat rok ",
" - ",
"I/N",
"INVALID EXPRESSION",
/* Error description names */
"Ismeretlen hiba",
"Paramter hiba",
"T”mbindex hiba",
"Karakteres v ltoz¢ t£lcsordul s",
"Numerikus t£lcsordul s",
"Null val val¢ oszt s",
"Numerikus hiba",
"Szintaktikus hiba",
"T£l ”sszetett mûvelet",
"",
"",
"Kevs mem¢ria",
"Nem defini lt f<>ggvny",
"Nem export lt met¢dus",
"Nem ltez v ltoz¢",
"Nem ltez munkater<65>let nv",
"Nem export lt v ltoz¢",
"Helytelen munkater<65>let nv",
"M r haszn lt munkater<65>let nv",
"",
"Ltrehoz si hiba",
"Megnyit si hiba",
"Lez r si hiba",
"Olvas si hiba",
"Ör s hiba",
"Nyomtat si hiba",
"",
"",
"",
"",
"Nem t mogatott mûvelet",
"Korl t t£llpve",
"Index hiba felfedezve",
"Nem megfelel adatt¡pus",
"T£l szles adat",
"Nem megnyitott munkater<65>let",
"Nem indexelt munkater<65>let",
"Kiz r¢lagos megnyit si m¢d sz<73>ksges",
"Z rol s sz<73>ksges",
"Ör s nem megengedett",
"Z rol s nem siker<65>lt £j rekord felvitelekor",
"Z rol s nem siker<65>lt",
"",
"",
"",
"",
"t”mbelem hozz frs",
"t”mbelem rtkad s",
"t”mbelem dimenzi¢",
"nem t”mb",
"feltteles",
/* Internal error names */
"Kezelhetetlen hiba %d: ",
"Hiba kezelsi hiba",
"Nincs ERRORBLOCK() a hiba kezelshez",
"T£l sok rekurz¡v hiba kezel h¡v s",
"Az RDD hib s vagy nem siker<65>lt bet”lteni",
"Nem megfelel t¡pus£ met¢dus (%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"

View File

@@ -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 */
"január",
"február",
"március",
"április",
"május",
"június",
"július",
"augusztus",
"szeptember",
"október",
"november",
"december",
/* Day names */
"vasárnap",
"hétfõ",
"kedd",
"szerda",
"csütörtök",
"péntek",
"szombat",
/* CA-Cl*pper compatible natmsg items */
"Adatbázisok Tételszám Utolsó mód. Méret",
"Kéri a további részeket?",
"lapszám",
"** Összesen **",
"* Részösszesen *",
"*** Mindösszesen ***",
"Ins",
" ",
"Rossz dátum",
" Határok ",
" - ",
"I/N",
"INVALID EXPRESSION",
/* Error description names */
"Ismeretlen hiba",
"Paraméter hiba",
"Tömbindex hiba",
"Karakteres változó túlcsordulás",
"Numerikus túlcsordulás",
"Nullával való osztás",
"Numerikus hiba",
"Szintaktikus hiba",
"Túl összetett mûvelet",
"",
"",
"Kevés memória",
"Nem definiált függvény",
"Nem exportált metódus",
"Nem létezõ változó",
"Nem létezõ munkaterület név",
"Nem exportált változó",
"Helytelen munkaterület név",
"Már használt munkaterület név",
"",
"Létrehozási hiba",
"Megnyitási hiba",
"Lezárási hiba",
"Olvasási hiba",
"Írás hiba",
"Nyomtatási hiba",
"",
"",
"",
"",
"Nem támogatott mûvelet",
"Korlát túllépve",
"Index hiba felfedezve",
"Nem megfelelõ adattípus",
"Túl széles adat",
"Nem megnyitott munkaterület",
"Nem indexelt munkaterület",
"Kizárólagos megnyitási mód szükséges",
"Zárolás szükséges",
"Írás nem megengedett",
"Zárolás nem sikerült új rekord felvitelekor",
"Zárolás nem sikerült",
"",
"",
"",
"",
"tömbelem hozzáférés",
"tömbelem értékadás",
"tömbelem dimenzió",
"nem tömb",
"feltételes",
/* 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"

View File

@@ -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 */
"január",
"február",
"március",
"április",
"május",
"június",
"július",
"augusztus",
"szeptember",
"október",
"november",
"december",
/* Day names */
"vasárnap",
"hétfõ",
"kedd",
"szerda",
"csütörtök",
"péntek",
"szombat",
/* CA-Cl*pper compatible natmsg items */
"Adatbázisok Tételszám Utolsó mód. Méret",
"Kéri a további részeket?",
"lapszám",
"** Összesen **",
"* Részösszesen *",
"*** Mindösszesen ***",
"Ins",
" ",
"Rossz dátum",
" Határok ",
" - ",
"I/N",
"INVALID EXPRESSION",
/* Error description names */
"Ismeretlen hiba",
"Paraméter hiba",
"Tömbindex hiba",
"Karakteres változó túlcsordulás",
"Numerikus túlcsordulás",
"Nullával való osztás",
"Numerikus hiba",
"Szintaktikus hiba",
"Túl összetett mûvelet",
"",
"",
"Kevés memória",
"Nem definiált függvény",
"Nem exportált metódus",
"Nem létezõ változó",
"Nem létezõ munkaterület név",
"Nem exportált változó",
"Helytelen munkaterület név",
"Már használt munkaterület név",
"",
"Létrehozási hiba",
"Megnyitási hiba",
"Lezárási hiba",
"Olvasási hiba",
"Írás hiba",
"Nyomtatási hiba",
"",
"",
"",
"",
"Nem támogatott mûvelet",
"Korlát túllépve",
"Index hiba felfedezve",
"Nem megfelelõ adattípus",
"Túl széles adat",
"Nem megnyitott munkaterület",
"Nem indexelt munkaterület",
"Kizárólagos megnyitási mód szükséges",
"Zárolás szükséges",
"Írás nem megengedett",
"Zárolás nem sikerült új rekord felvitelekor",
"Zárolás nem sikerült",
"",
"",
"",
"",
"tömbelem hozzáférés",
"tömbelem értékadás",
"tömbelem dimenzió",
"nem tömb",
"feltételes",
/* 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"

View File

@@ -1,204 +0,0 @@
/*
* $Id$
*/
/*
* Harbour Project source code:
* Language Support Module (ID)
*
* Copyright 2000 Andi Jahja <andij@aonlippo.co.id>
* 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"

View File

@@ -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 <dholm@jsd-llc.com> (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 */
"Jan£ar",
"Febr£ar",
"Mars",
"Apr¡ll",
"Ma¡",
"Jun¡",
"Jul¡",
"µg£st",
"September",
"Okt¢ber",
"N¢vember",
"Desember",
/* Day names */
"Sunnudagur",
"M nudagur",
"èriÐjudagur",
"MiÐvikudagur",
"Fimmtudagur",
"F”studagur",
"Laugardagur",
/* CA-Cl*pper compatible natmsg items */
"Gagnagrunnar Skr artal S¡Ðast Breytt St",
"Viltu fleyri pr¢fanir?",
"Blads¡Ða",
"** Subtotal **",
"* Subsubtotal *",
"*** Samtals ***",
"Ins",
" ",
"R”ng 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"

View File

@@ -1,204 +0,0 @@
/*
* $Id$
*/
/*
* Harbour Project source code:
* Language Support Module (IT)
*
* Copyright 2000 Maurilio Longo <maurilio.longo@libero.it>
* 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<EFBFBD>",
"Marted<EFBFBD>",
"Mercoled<EFBFBD>",
"Gioved<EFBFBD>",
"Venerd<EFBFBD>",
"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"

View File

@@ -1,204 +0,0 @@
/*
* $Id$
*/
/*
* Harbour Project source code:
* Language Support Module (LTWIN)
*
* Copyright 2003 Mindaugas Kavaliauskas <dbtopas@dbtopas.lt>
* 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þë",
"Birþelis",
"Liepa",
"Rugpjûtis",
"Rugsëjis",
"Spalis",
"Lapkritis",
"Gruodis",
/* Day names */
"Sekmadienis",
"Pirmadienis",
"Antradienis",
"Treèiadienis",
"Ketvirtadienis",
"Penktadienis",
"Ðeðtadienis",
/* 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"

View File

@@ -1,204 +0,0 @@
/*
* $Id$
*/
/*
* Harbour Project source code:
* Language Support Module (NL)
*
* Copyright 2007 Rene Koot <rene / at / plantenkennis.com>
* 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 geëxporteerde methode",
"Variabele bestaat niet",
"Alias bestaat niet",
"Geen geëxporteerde 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 geïndexeerd",
"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"

View File

@@ -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ä",
"Pa«dziernik",
"Listopad",
"Grudzieä",
/* Day names */
"Niedziela",
"Poniedziaˆek",
"Wtorek",
"—roda",
"Czwartek",
"Pi¥tek",
"Sobota",
/* CA-Cl*pper compatible natmsg items */
"Baza danych #Rekord¢w Uaktualniona Rozmiar",
"Wi©cej przykˆad¢w?",
"Strona",
"** Subtotal **",
"* Subsubtotal *",
"*** Total ***",
"Wst", /* wstaw */
"Zas", /* zastap */
"Nieprawidˆowa data",
"Zakres:",
" - ",
"T/N",
"Bˆ©dne wyra¾enie",
/* Error description names */
"Bˆ¥d bez opisu",
"Nieprawidˆowy argument",
"Bˆ¥d zakresu tablicy",
"Za du¾y string",
"Przepeˆnienie numeryczne",
"Dzielenie przez zero",
"Bˆ¥d numeryczny",
"Nieprawidˆowa skˆadnia",
"Operacja zbyt zˆo¾ona",
"",
"",
"Za maˆo pami©ci",
"Niezdefiniowana funkcja",
"Metoda jest niedost©pna",
"Zmienna nie istnieje",
"Alias bazy nie istnieje",
"Zmienna jest niedost©pna",
"Nieprawidˆowy alias bazy",
"Podany alias ju¾ istnieje",
"",
"Bˆ¥d podczas tworzenia zbioru",
"Bˆ¥d podczas otwarcia zbioru",
"Bˆ¥d podczas zamkni©cia zbioru",
"Bˆ¥d podczas odczytu ze zbioru",
"Bˆ¥d podczas zapisu do zbioru",
"Bˆ¥d wydruku",
"",
"",
"",
"",
"Nieprawidˆowa operacja",
"Przekroczony limit",
"Wykryto uszkodzenie danych",
"Niezgodny typ danych",
"Warto˜† poza zakresem",
"Baza nie jest otwarta",
"Baza nie ma indeksu",
"Wymagany jest wyˆ¥czny dost©p do bazy",
"Wymagana blokada dost©pu",
"Zapis niedozwolony",
"Brak blokady dost©pu podczas dodawania rekordu",
"Nie udaˆo si© zablokowa† dost©pu",
"",
"",
"",
"Bˆ¥d w destruktorze obiektu",
"Nieprawidˆowa liczba argument¢w",
"pobranie elementu tablicy",
"zmiana warto˜ci elementu tablicy",
"wymagana jest tablica",
"wymagany typ: logiczny",
/* Internal error names */
"Nienaprawialny bˆ¥d nr %d: ",
"Nieudana pr¢ba naprawy bˆ©du",
"Brak kodu obsˆugi ERRORBLOCK()",
"Zbyt wiele zagnie¾d¾onych bˆ©d¢w",
"Niezaˆadowany lub zˆy RDD",
"Zˆy typ metody woˆanej z %s",
"hb_xgrab nie mo¾e zarezerwowa† pami©ci",
"hb_xrealloc wywoˆany ze wska«nikiem NULL",
"hb_xrealloc wywoˆany ze zˆym wska«nikiem",
"hb_xrealloc nie mo¾e powi©kszy† bloku pami©ci",
"hb_xfree wywoˆany ze zˆym wska«nikiem",
"hb_xfree wywoˆany ze wska«nikiem NULL",
"Brak definicji procedury startowej: \'%s\'",
"Brak procedury startowej",
"Nieprawidˆowa warto˜† VM opcode",
"W %s wymagany jest item typu \'Symbol\'",
"W %s podano zˆy item dla SELF",
"W %s oczekiwany jest item typu \'Codeblock\'",
"Funkcja %s wymaga innego typu na stosie",
"Stos poni¾ej dna",
"Item nie mo¾e by† skopiowany w %s",
"W %s podano zˆy 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"

View File

@@ -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ñ",
"Pa¼dziernik",
"Listopad",
"Grudzieñ",
/* Day names */
"Niedziela",
"Poniedzia³ek",
"Wtorek",
"¦roda",
"Czwartek",
"Pi±tek",
"Sobota",
/* CA-Cl*pper compatible natmsg items */
"Baza danych #Rekordów Uaktualniona Rozmiar",
"Wiêcej przyk³adów?",
"Strona",
"** Subtotal **",
"* Subsubtotal *",
"*** Total ***",
"Wst", /* wstaw */
"Zas", /* zastap */
"Nieprawid³owa data",
"Zakres:",
" - ",
"T/N",
"B³êdne wyra¿enie",
/* Error description names */
"B³±d bez opisu",
"Nieprawid³owy argument",
"B³±d zakresu tablicy",
"Za du¿y string",
"Przepe³nienie numeryczne",
"Dzielenie przez zero",
"B³±d numeryczny",
"Nieprawid³owa sk³adnia",
"Operacja zbyt z³o¿ona",
"",
"",
"Za ma³o pamiêci",
"Niezdefiniowana funkcja",
"Metoda jest niedostêpna",
"Zmienna nie istnieje",
"Alias bazy nie istnieje",
"Zmienna jest niedostêpna",
"Nieprawid³owy alias bazy",
"Podany alias ju¿ istnieje",
"",
"B³±d podczas tworzenia zbioru",
"B³±d podczas otwarcia zbioru",
"B³±d podczas zamkniêcia zbioru",
"B³±d podczas odczytu ze zbioru",
"B³±d podczas zapisu do zbioru",
"B³±d wydruku",
"",
"",
"",
"",
"Nieprawid³owa operacja",
"Przekroczony limit",
"Wykryto uszkodzenie danych",
"Niezgodny typ danych",
"Warto¶æ poza zakresem",
"Baza jest nie otwarta",
"Baza nie ma indeksu",
"Wymagany jest wy³±czny dostêp do bazy",
"Wymagana blokada dostêpu",
"Zapis niedozwolony",
"Brak blokady dostêpu podczas dodawania rekordu",
"Nie uda³o siê zablokowaæ dostêpu",
"",
"",
"",
"B³ad w destruktorze obiektu",
"Nieprawid³owa liczba argumentów",
"pobranie elementu tablicy",
"zmiana warto¶ci elementu tablicy",
"wymagana jest tablica",
"wymagany typ: logiczny",
/* Internal error names */
"Nienaprawialny b³±d nr %d: ",
"Nieudana próba naprawy b³êdu",
"Brak kodu obs³ugi ERRORBLOCK()",
"Zbyt wiele zagnie¿d¿onych b³êdów",
"Nieza³adowany lub z³y RDD",
"Z³y typ metody wo³anej z %s",
"hb_xgrab nie mo¿e zarezerwowaæ pamiêci",
"hb_xrealloc wywo³any ze wska¼nikiem NULL",
"hb_xrealloc wywo³any ze z³ym wska¼nikiem",
"hb_xrealloc nie mo¿e powiekszyæ bloku pamiêci",
"hb_xfree wywo³any ze z³ym wska¼nikiem",
"hb_xfree wywo³any ze wska¼nikiem NULL",
"Brak definicja procedury startowej: \'%s\'",
"Brak procedury startowej",
"Nieprawid³owa warto¶æ VM opcode",
"W %s wymagany jest item typu \'Symbol\'",
"W %s podano z³y item dla SELF",
"W %s oczekiwany jest item typu \'Codeblock\'",
"Funkcja %s wymaga innego typu na stosie",
"Stos poni¿ej dna",
"Item nie mo¿e byæ skopiowany w %s",
"W %s podano z³y 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"

View File

@@ -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¤",
"Pa¦dziernik",
"Listopad",
"Grudzie¤",
/* Day names */
"Niedziela",
"Poniedziaek",
"Wtorek",
"˜roda",
"Czwartek",
"Pi†tek",
"Sobota",
/* CA-Cl*pper compatible natmsg items */
"Baza danych #Rekord¢w Uaktualniona Rozmiar",
"Wicej przykad¢w?",
"Strona",
"** Subtotal **",
"* Subsubtotal *",
"*** Total ***",
"Wst", /* wstaw */
"Zas", /* zastap */
"Nieprawidowa data",
"Zakres:",
" - ",
"T/N",
"Bdne wyra§enie",
/* Error description names */
"B†d bez opisu",
"Nieprawidowy argument",
"B†d zakresu tablicy",
"Za du§y string",
"Przepenienie numeryczne",
"Dzielenie przez zero",
"B†d numeryczny",
"Nieprawidowa skadnia",
"Operacja zbyt zo§ona",
"",
"",
"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",
"",
"B†d podczas tworzenia zbioru",
"B†d podczas otwarcia zbioru",
"B†d podczas zamknicia zbioru",
"B†d podczas odczytu ze zbioru",
"B†d podczas zapisu do zbioru",
"B†d wydruku",
"",
"",
"",
"",
"Nieprawidowa operacja",
"Przekroczony limit",
"Wykryto uszkodzenie danych",
"Niezgodny typ danych",
"Wartož<EFBFBD> poza zakresem",
"Baza jest nie otwarta",
"Baza nie ma indeksu",
"Wymagany jest wy†czny dostp do bazy",
"Wymagana blokada dostpu",
"Zapis niedozwolony",
"Brak blokady dostpu podczas dodawania rekordu",
"Nie udao si zablokowa<77> dostpu",
"",
"",
"",
"B†d w destruktorze obiektu",
"Nieprawidowa liczba argument¢w",
"pobranie elementu tablicy",
"zmiana wartožci elementu tablicy",
"wymagana jest tablica",
"wymagany typ: logiczny",
/* Internal error names */
"Nienaprawialny b†d nr %d: ",
"Nieudana pr¢ba naprawy bdu",
"Brak kodu obsugi ERRORBLOCK()",
"Zbyt wiele zagnie§d§onych bd¢w",
"Niezaadowany lub zy RDD",
"Zy typ metody woanej z %s",
"hb_xgrab nie mo§e zarezerwowa<77> pamici",
"hb_xrealloc wywoany ze wska¦nikiem NULL",
"hb_xrealloc wywoany ze zym wska¦nikiem",
"hb_xrealloc nie mo§e powikszy<7A> bloku pamici",
"hb_xfree wywoany ze zym wska¦nikiem",
"hb_xfree wywoany ze wska¦nikiem NULL",
"Brak definicji procedury startowej: \'%s\'",
"Brak procedury startowej",
"Nieprawidowa wartož<6F> 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 poni§ej dna",
"Item nie mo§e by<62> 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"

View File

@@ -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ñ",
"PaŸdziernik",
"Listopad",
"Grudzieñ",
/* Day names */
"Niedziela",
"Poniedzia³ek",
"Wtorek",
"Œroda",
"Czwartek",
"Pi¹tek",
"Sobota",
/* CA-Cl*pper compatible natmsg items */
"Baza danych #Rekordów Uaktualniona Rozmiar",
"Wiêcej przyk³adów?",
"Strona",
"** Subtotal **",
"* Subsubtotal *",
"*** Total ***",
"Wst", /* wstaw */
"Zas", /* zastap */
"Nieprawid³owa data",
"Zakres:",
" - ",
"T/N",
"B³êdne wyra¿enie",
/* Error description names */
"B³¹d bez opisu",
"Nieprawid³owy argument",
"B³¹d zakresu tablicy",
"Za du¿y string",
"Przepe³nienie numeryczne",
"Dzielenie przez zero",
"B³¹d numeryczny",
"Nieprawid³owa sk³adnia",
"Operacja zbyt z³o¿ona",
"",
"",
"Za ma³o pamiêci",
"Niezdefiniowana funkcja",
"Metoda jest niedostêpna",
"Zmienna nie istnieje",
"Alias bazy nie istnieje",
"Zmienna jest niedostêpna",
"Nieprawid³owy alias bazy",
"Podany alias ju¿ istnieje",
"",
"B³¹d podczas tworzenia zbioru",
"B³¹d podczas otwarcia zbioru",
"B³¹d podczas zamkniêcia zbioru",
"B³¹d podczas odczytu ze zbioru",
"B³¹d podczas zapisu do zbioru",
"B³¹d wydruku",
"",
"",
"",
"",
"Nieprawid³owa operacja",
"Przekroczony limit",
"Wykryto uszkodzenie danych",
"Niezgodny typ danych",
"WartoϾ poza zakresem",
"Baza jest nie otwarta",
"Baza nie ma indeksu",
"Wymagany jest wy³¹czny dostêp do bazy",
"Wymagana blokada dostêpu",
"Zapis niedozwolony",
"Brak blokady dostêpu podczas dodawania rekordu",
"Nie uda³o siê zablokowaæ dostêpu",
"",
"",
"",
"B³¹d w destruktorze obiektu",
"Nieprawid³owa liczba argumentów",
"pobranie elementu tablicy",
"zmiana wartoœci elementu tablicy",
"wymagana jest tablica",
"wymagany typ: logiczny",
/* Internal error names */
"Nienaprawialny b³¹d nr %d: ",
"Nieudana próba naprawy b³êdu",
"Brak kodu obs³ugi ERRORBLOCK()",
"Zbyt wiele zagnie¿d¿onych b³êdów",
"Nieza³adowany lub z³y RDD",
"Z³y typ metody wo³anej z %s",
"hb_xgrab nie mo¿e zarezerwowaæ pamiêci",
"hb_xrealloc wywo³any ze wskaŸnikiem NULL",
"hb_xrealloc wywo³any ze z³ym wskaŸnikiem",
"hb_xrealloc nie mo¿e powiêkszyæ bloku pamiêci",
"hb_xfree wywo³any ze z³ym wskaŸnikiem",
"hb_xfree wywo³any ze wskaŸnikiem NULL",
"Brak definicji procedury startowej: \'%s\'",
"Brak procedury startowej",
"Nieprawid³owa wartoœæ VM opcode",
"W %s wymagany jest item typu \'Symbol\'",
"W %s podano z³y item dla SELF",
"W %s oczekiwany jest item typu \'Codeblock\'",
"Funkcja %s wymaga innego typu na stosie",
"Stos poni¿ej dna",
"Item nie mo¿e byæ skopiowany w %s",
"W %s podano z³y 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"

View File

@@ -1,216 +0,0 @@
/*
* $Id$
*/
/*
* Harbour Project source code:
* Language Support Module (PT)
*
* Copyright 2000 Luiz Rafael Culik <culik@sl.conex.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.
*
*/
/*
* The following parts are Copyright of the individual authors.
* www - http://harbour-project.org
*
* Copyright 2000 Felipe Coury <fcoury@creation.com.br>
* 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",
"Mar‡o",
"Abril",
"Maio",
"Junho",
"Julho",
"Agosto",
"Setembro",
"Outubro",
"Novembro",
"Dezembro",
/* Day names */
"Domingo",
"Segunda-feira",
"Ter‡a-feira",
"Quarta-feira",
"Quinta-feira",
"Sexta-feira",
"S bado",
/* CA-Cl*pper compatible natmsg items */
"Banco de Dados # Registro Ult. Atuali. Tam.",
"Voce quer mais testes?",
"Pagina No.",
"** Subtotal **",
"* Subsubtotal *",
"*** Total ***",
"Ins",
" ",
"Data inv lida",
"Faixa: ",
" - ",
"S/N",
"EXPRESSÇO INVALIDA",
/* Error description names */
"Erro desconhecido",
"Erro nos parƒmetros",
"Erro de limite",
"Overflow de string",
"Overflow numérico",
"DivisÆo por zero",
"Erro numrico",
"Erro de sintaxe",
"Opera‡Æo muito complexa",
"",
"",
"Mem¢ria insuficiente",
"Fun‡Æo indefinida",
"Mtodo nÆo exportado",
"Vari vel nÆo existe",
"Alias nÆo existe",
"Nenhuma vari vel exportada",
"Nome de alias incorreto",
"Nome de alias duplicado",
"",
"Erro de cria‡Æo",
"Erro de abertura",
"Erro ao fechar",
"Erro de leitura",
"Erro de escrita",
"Erro de impressÆo",
"",
"",
"",
"",
"Opera‡Æo nÆo suportada",
"Limite excedido",
"Detectado ¡ndice corrompido",
"Tipo incorreto de dado",
"Tamanho do dato muito longo",
"Workarea nÆo est  em uso",
"Workarea nÆo indexada",
"Uso exclusivo requerido",
"Travamento requerido",
"Escrita nÆo permitida",
"Falha no travamento do Append",
"Falha no travamento",
"",
"",
"",
"",
"acesso de array",
"array assign",
"",
"nÆo um array",
"condicional",
/* Internal error names */
"Erro irrecuper vel %d: ",
"Erro na recupera‡ao do erro",
"ERRORBLOCK() para erro ausente",
"Muitas chamadas recursivas ao manipulador de erros",
"Falha ao carregar ou RDD inv lido",
"Mtodo de %s inv lido",
"hb_xgrab nao pode alocar mem¢ria",
"hb_xrealloc chamado com ponteiro NULL",
"hb_xrealloc chamado com ponteiro inv lido",
"hb_xrealloc nao pode realocar mem¢ria",
"hb_xfree chamado com ponteiro inv lido",
"hb_xfree chamado com ponteiro NULL",
"Impossivel localizar procedure de in¡cializa‡ao: \'%s\'",
"Nao ha procedure de inicializa‡ao",
"VM opcode nao suportado",
"Item de s¡mbolo esperado de %s",
"Tipo de s¡mbolo inv lido 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 inv lido 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"

View File

@@ -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 <fcoury@creation.com.br>
* 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",
"Março",
"Abril",
"Maio",
"Junho",
"Julho",
"Agosto",
"Setembro",
"Outubro",
"Novembro",
"Dezembro",
/* Day names */
"Domingo",
"Segunda-feira",
"Terça-feira",
"Quarta-feira",
"Quinta-feira",
"Sexta-feira",
"Sábado",
/* CA-Cl*pper compatible natmsg items */
"Banco de Dados # Registro Ult. Atuali. Tam.",
"Voce quer mais testes?",
"Pagina No.",
"** Subtotal **",
"* Subsubtotal *",
"*** Total ***",
"Ins",
" ",
"Data inválida",
"Faixa: ",
" - ",
"S/N",
"EXPRESSÃO INVALIDA",
/* Error description names */
"Erro desconhecido",
"Erro nos parâmetros",
"Erro de limite",
"Overflow de string",
"Overflow numÚrico",
"Divisão por zero",
"Erro numérico",
"Erro de sintaxe",
"Operação muito complexa",
"",
"",
"Memória insuficiente",
"Função indefinida",
"Método não exportado",
"Variável não existe",
"Alias não existe",
"Nenhuma variável exportada",
"Nome de alias incorreto",
"Nome de alias duplicado",
"",
"Erro de criação",
"Erro de abertura",
"Erro ao fechar",
"Erro de leitura",
"Erro de escrita",
"Erro de impressão",
"",
"",
"",
"",
"Operação não suportada",
"Limite excedido",
"Detectado índice corrompido",
"Tipo incorreto de dado",
"Tamanho do dato muito longo",
"Workarea não está em uso",
"Workarea não indexada",
"Uso exclusivo requerido",
"Travamento requerido",
"Escrita não permitida",
"Falha no travamento do Append",
"Falha no travamento",
"",
"",
"",
"",
"acesso de array",
"array assign",
"",
"não é um array",
"condicional",
/* Internal error names */
"Erro irrecuperável %d: ",
"Erro na recuperaçao do erro",
"ERRORBLOCK() para erro ausente",
"Muitas chamadas recursivas ao manipulador de erros",
"Falha ao carregar ou RDD inválido",
"Método de %s inválido",
"hb_xgrab nao pode alocar memória",
"hb_xrealloc chamado com ponteiro NULL",
"hb_xrealloc chamado com ponteiro inválido",
"hb_xrealloc nao pode realocar memória",
"hb_xfree chamado com ponteiro inválido",
"hb_xfree chamado com ponteiro NULL",
"Impossivel localizar procedure de inícializaçao: \'%s\'",
"Nao ha procedure de inicializaçao",
"VM opcode nao suportado",
"Item de símbolo esperado de %s",
"Tipo de símbolo inválido 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 inválido 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"

View File

@@ -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) */
"Romƒn", /* 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",
"marîi",
"miercuri",
"joi",
"vineri",
"sƒmbÇtÇ",
/* 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"

View File

@@ -1,205 +0,0 @@
/*
* $Id$
*/
/*
* Harbour Project source code:
* Language Support Module (RU866)
*
* Copyright 2000 Alexander S.Kresin <alex@belacy.belgorod.su>
* 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) */
"<EFBFBD>ãá᪨©", /* Name (in native language) */
"RU", /* RFC ID */
"CP-866", /* Codepage */
"", /* Version */
/* Month names */
"Ÿ­¢ àì",
"”¥¢à «ì",
"Œ àâ",
"€¯à¥«ì",
"Œ ©",
"ˆî­ì",
"ˆî«ì",
"€¢£ãáâ",
"‘¥­âï¡àì",
"Žªâï¡àì",
"<EFBFBD>®ï¡àì",
"„¥ª ¡àì",
/* Day names */
"‚®áªà¥á¥­ì¥",
"<EFBFBD>®­¥¤¥«ì­¨ª",
"‚â®à­¨ª",
"‘। ",
"—¥â¢¥à£",
"<EFBFBD>ïâ­¨æ ",
"‘ã¡¡®â ",
/* CA-Cl*pper compatible natmsg items */
"” ©«ë ¤ ­­ëå # ‡ ¯¨á¨ <20>®á«¥¤­¥¥ ¨§¬. <20> §¬¥à",
"<EFBFBD>ã¦­ë ¥é¥ ¯à¨¬¥àë ?",
"‘âà.N",
"** Subtotal **",
"* Subsubtotal *",
"*** Total ***",
"Ins",
" ",
"<EFBFBD>¥¢¥à­ ï ¤ â ",
"„¨ ¯ §®­: ",
" - ",
"„/<2F>",
"<EFBFBD><EFBFBD><EFBFBD>Ž… <E2809A>€†…<E280A0>ˆ",
/* Error description names */
"<EFBFBD>¥¨§¢¥áâ­ ï ®è¨¡ª ",
"<EFBFBD>¥¢¥à­ë©  à£ã¬¥­â",
"<EFBFBD>¥à¥¯®«­¥­¨¥ ¬ áᨢ ",
"<EFBFBD>¥à¥¯®«­¥­¨¥ áâப¨",
"<EFBFBD>¥à¥¯®«­¥­¨¥ ç¨á« ",
"„¥«¥­¨¥ ­  ­®«ì",
"—¨á«¥­­ ï ®è¨¡ª ",
"‘¨­â ªá¨ç¥áª ï ®è¨¡ª ",
"‘«¨èª®¬ á«®¦­ ï ®¯¥à æ¨ï",
"",
"",
"<EFBFBD>¥ 墠⠥⠯ ¬ïâ¨",
"<EFBFBD>¥¨§¢¥áâ­ ï äã­ªæ¨ï",
"Œ¥â®¤ ­¥ íªá¯®àâ¨à®¢ ­",
"<EFBFBD>¥à¥¬¥­­ ï ­¥ áãé¥áâ¢ã¥â",
"€«¨ á ­¥ áãé¥áâ¢ã¥â",
"<EFBFBD>¥à¥¬¥­­ ï ­¥ íªá¯®àâ¨à®¢ ­ ",
"<EFBFBD>¥¤®¯ãáâ¨¬ë¥ á¨¬¢®«ë ¢ ¨¬¥­¨  «¨ á ",
"€«¨ á 㦥 ¨á¯®«ì§ã¥âáï",
"",
"Žè¨¡ª  á®§¤ ­¨ï",
"Žè¨¡ª  ®âªàëâ¨ï",
"Žè¨¡ª  § ªàëâ¨ï",
"Žè¨¡ª  ç⥭¨ï",
"Žè¨¡ª  § ¯¨á¨",
"Žè¨¡ª  ¯¥ç â¨",
"",
"",
"",
"",
"ޝ¥à æ¨ï ­¥ ¯®¤¤¥à¦¨¢ ¥âáï",
"‹¨¬¨â ¯à¥¢ë襭",
"Ž¡­ à㦥­® ¯®¢à¥¦¤¥­¨¥",
"Žè¨¡ª  ⨯  ¤ ­­ëå",
"Žè¨¡ª  à §¬¥à  ¤ ­­ëå",
"” ©« ­¥ ®âªàëâ",
"” ©« ­¥ ¨­¤¥ªá¨à®¢ ­",
"’ॡã¥âáï íªáª«î§¨¢­ë© ¤®áâã¯",
"’ॡã¥âáï ¡«®ª¨à®¢ª ",
"‡ ¯¨áì ­¥ à §à¥è¥­ ",
"‘¡®© ¡«®ª¨à®¢ª¨ ¯à¨ ¤®¡ ¢«¥­¨¨",
"<EFBFBD>«®ª¨à®¢ª  ­¥ 㤠« áì",
"",
"",
"",
"",
"<EFBFBD>¥¢¥à­®¥ ª®«¨ç¥á⢮  à£ã¬¥­â®¢",
"¤®áâ㯠ª ¬ áᨢã",
"¯à¨á¢®¥­¨¥ ¬ áᨢ ",
"­¥ ¬ áᨢ",
"áà ¢­¥­¨¥",
/* Internal error names */
"<EFBFBD>¥¨á¯à ¢¨¬ ï ®è¨¡ª  %d: ",
"Žè¨¡ª  ¯à¨ ¢®ááâ ­®¢«¥­¨¨",
"<EFBFBD>¥ ®¯à¥¤¥«¥­ ERRORBLOCK() ¤«ï ®è¨¡ª¨",
"<EFBFBD>ॢë襭 ¯à¥¤¥« ४ãàᨢ­ëå ¢ë§®¢®¢ ®¡à ¡®â稪  ®è¨¡®ª",
"<EFBFBD>¥ 㤠¥âáï § £à㧨âì RDD",
"<EFBFBD>¥¢¥à­ë© ⨯ ¬¥â®¤  %s",
"hb_xgrab ­¥ ¬®¦¥â à á¯à¥¤¥«¨âì ¯ ¬ïâì",
"hb_xrealloc ¢ë§¢ ­ á NULL 㪠§ â¥«¥¬",
"hb_xrealloc ¢ë§¢ ­ á ­¥¢¥à­ë¬ 㪠§ â¥«¥¬",
"hb_xrealloc ¥­¥ ¬®¦¥â ¯¥à¥à á¯à¥¤¥«¨âì ¯ ¬ïâì",
"hb_xfree ¢ë§¢ ­ á ­¥¢¥à­ë¬ 㪠§ â¥«¥¬",
"hb_xfree ¢ë§¢ ­ á NULL 㪠§ â¥«¥¬",
"<EFBFBD>¥ ­ ©¤¥­  áâ à⮢ ï ¯à®æ¥¤ãà : \'%s\'",
"Žâáãâáâ¢ã¥â áâ à⮢ ï ¯à®æ¥¤ãà ",
"VM: <20>¥¨§¢¥áâ­ë© ª®¤",
"%s: ®¦¨¤ «áï ᨬ¢®«",
"%s: ­¥¢¥à­ë© ⨯ ᨬ¢®«  ¤«ï self",
"%s: ®¦¨¤ «áï ª®¤®¡«®ª",
"%s: ­¥¢¥à­ë© ⨯ í«¥¬¥­â  ­  ¢¥à設¥ á⥪ ",
"‚ë室 §  ¯à¥¤¥«ë á⥪ ",
"%s: ¯®¯ë⪠ ª®¯¨à®¢ âì í«¥¬¥­â ­  ᥡï",
"%s: ­¥¢¥à­®¥ ¨¬ï ¯¥à¥¬¥­­®©",
"<EFBFBD>¥à¥¯®«­¥­¨¥ ¡ãä¥à  ¯ ¬ïâ¨",
"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",
"",
"<EFBFBD>"
}
};
#define HB_LANG_ID RU866
#include "hbmsgreg.h"

View File

@@ -1,204 +0,0 @@
/*
* $Id$
*/
/*
* Harbour Project source code:
* Language Support Module (RUKOI)
*
* Copyright 2002 Alexander S.Kresin <alex@belacy.belgorod.su>
* 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"

View File

@@ -1,205 +0,0 @@
/*
* $Id$
*/
/*
* Harbour Project source code:
* Language Support Module (RUWIN)
*
* Copyright 2000 Alexander S.Kresin <alex@belacy.belgorod.su>
* 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"

View File

@@ -1,204 +0,0 @@
/*
* $Id$
*/
/*
* Harbour Project source code:
* Language Support Module (SK852)
*
* Copyright 2008,2012 Gyula Bartal <gybartal@gmail.com> (from msgskwin.c)
* Update December 25, 2011 Jaroslav Janik <Jaroslav.Janik@siemens.com>
* 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 */
"janu r",
"febru r",
"marec",
"apr¡l",
"m j",
"j£n",
"j£l",
"august",
"september",
"okt¢ber",
"november",
"december",
/* Day names */
"nedea",
"pondelok",
"utorok",
"streda",
"çtvrtok",
"piatok",
"sobota",
/* CA-Cl*pper compatible natmsg items */
"D tab ze # Vety Aktualiz cia Vekosœ",
"Chcete viac pr¡kladov?",
"Strana",
"** Medzis£Ÿet **",
"* Medzimedzis£Ÿet *",
"*** S£Ÿet ***",
"Ins",
" ",
"Chybnì d tum",
"Rozsah: ",
" - ",
"A/N",
"CHYBNí VíRAZ",
/* Error description names */
"Nezn m  chyba",
"Chyba argumentu",
"Chyba medz¡",
"Preplnenie reœazca",
"Preplnenie Ÿ¡sla",
"Delenie nulou",
"Numerick  chyba",
"Syntaktick  chyba",
"Oper cia pr¡liç komplexn ",
"",
"",
"Nedostatok pam„te",
"Nedefinovan  funkcia",
"Nezn ma met¢da",
"Premenn  neexistuje",
"Oblasœ neexistuje",
"Nezn ma premenn ",
"Nepovolen znaky v oblasti",
"Oblasœ je u§ pou§it ",
"",
"Chyba vytvorenia",
"Chyba otvorenia",
"Chyba zatvorenia",
"Chyba Ÿ¡tania",
"Chyba z pisu",
"Chyba tlaŸe",
"",
"",
"",
"",
"Nepodporovan  oper cia",
"PrekroŸenì limit",
"Index poçkodenì",
"Chyba typu d t",
"Chyba d§ky d t",
"Nepou§it  pracovn  oblasœ ",
"Nezoraden  pracovn  oblasœ",
"Nutnì vìhradnì pr¡stup",
"Uzamknutie nutn",
"Zlyhanie uzamkutia pri prid van¡",
"Zlyhanie uzamknutia",
"",
"",
"",
"",
"pr¡stup 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"

View File

@@ -1,204 +0,0 @@
/*
* $Id$
*/
/*
* Harbour Project source code:
* Language Support Module (SK ISO-8859-2)
*
* Copyright 2008,2012 Gyula Bartal <gybartal@gmail.com> (from msgskwin.c)
* Update December 25, 2011 Jaroslav Janik <Jaroslav.Janik@siemens.com>
* 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 */
"január",
"február",
"marec",
"apríl",
"máj",
"jún",
"júl",
"august",
"september",
"október",
"november",
"december",
/* Day names */
"nedeµa",
"pondelok",
"utorok",
"streda",
"¹tvrtok",
"piatok",
"sobota",
/* CA-Cl*pper compatible natmsg items */
"Dátabáze # Vety Aktualizácia Veµkos»",
"Chcete viac príkladov?",
"Strana",
"** Medzisúèet **",
"* Medzimedzisúèet *",
"*** Súèet ***",
"Ins",
" ",
"Chybný dátum",
"Rozsah: ",
" - ",
"A/N",
"CHYBNÝ VÝRAZ",
/* Error description names */
"Neznámá chyba",
"Chyba argumentu",
"Chyba medzí",
"Preplnenie re»azca",
"Preplnenie èísla",
"Delenie nulou",
"Numerická chyba",
"Syntaktická chyba",
"Operácia príli¹ komplexná",
"",
"",
"Nedostatok pamäte",
"Nedefinovaná funkcia",
"Neznáma metóda",
"Premenná neexistuje",
"Oblas» neexistuje",
"Neznáma premenná",
"Nepovolené znaky v oblasti",
"Oblas» je u¾ pou¾itá",
"",
"Chyba vytvorenia",
"Chyba otvorenia",
"Chyba zatvorenia",
"Chyba èítania",
"Chyba zápisu",
"Chyba tlaèe",
"",
"",
"",
"",
"Nepodporovaná operácia",
"Prekroèený limit",
"Index po¹kodený",
"Chyba typu dát",
"Chyba då¾ky dát",
"Nepou¾itá pracovná oblas» ",
"Nezoradená pracovná oblas»",
"Nutný výhradný prístup",
"Uzamknutie nutné",
"Zlyhanie uzamkutia pri pridávaní",
"Zlyhanie uzamknutia",
"",
"",
"",
"",
"prístup k poµu",
"priradenie k poµu",
"zmena dimenze poµa",
"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"

View File

@@ -1,204 +0,0 @@
/*
* $Id$
*/
/*
* Harbour Project source code:
* Language Support Module (SK Kamenicky ("895"))
*
* Copyright 2008,2012 Gyula Bartal <gybartal@gmail.com> (from msgskwin.c)
* Update December 25, 2011 Jaroslav Janik <Jaroslav.Janik@siemens.com>
* 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 */
"janu r",
"febru r",
"marec",
"apr¡l",
"m j",
"j£n",
"j£l",
"august",
"september",
"okt¢ber",
"november",
"december",
/* Day names */
"nedeŒa",
"pondelok",
"utorok",
"streda",
"¨tvrtok",
"piatok",
"sobota",
/* CA-Cl*pper compatible natmsg items */
"D tab ze # Vety Aktualiz cia VeŒkosŸ",
"Chcete viac pr¡kladov?",
"Strana",
"** Medzis£‡et **",
"* Medzimedzis£‡et *",
"*** S£‡et ***",
"Ins",
" ",
"Chybn˜ d tum",
"Rozsah: ",
" - ",
"A/N",
"CHYBN<EFBFBD> V<>RAZ",
/* Error description names */
"Nezn m  chyba",
"Chyba argumentu",
"Chyba medz¡",
"Preplnenie reŸazca",
"Preplnenie ‡¡sla",
"Delenie nulou",
"Numerick  chyba",
"Syntaktick  chyba",
"Oper cia pr¡li¨ komplexn ",
"",
"",
"Nedostatok pam„te",
"Nedefinovan  funkcia",
"Nezn ma met¢da",
"Premenn  neexistuje",
"OblasŸ neexistuje",
"Nezn ma premenn ",
"Nepovolen znaky v oblasti",
"OblasŸ je u pouit ",
"",
"Chyba vytvorenia",
"Chyba otvorenia",
"Chyba zatvorenia",
"Chyba ‡¡tania",
"Chyba z pisu",
"Chyba tla‡e",
"",
"",
"",
"",
"Nepodporovan  oper cia",
"Prekro‡en˜ limit",
"Index po¨koden˜",
"Chyba typu d t",
"Chyba d<>ky d t",
"Nepouit  pracovn  oblasŸ ",
"Nezoraden  pracovn  oblasŸ",
"Nutn˜ v˜hradn˜ pr¡stup",
"Uzamknutie nutn",
"Zlyhanie uzamkutia pri prid van¡",
"Zlyhanie uzamknutia",
"",
"",
"",
"",
"pr¡stup k poŒu",
"priradenie k poŒu",
"zmena dimenze poŒa",
"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"

View File

@@ -1,204 +0,0 @@
/*
* $Id$
*/
/*
* Harbour Project source code:
* Language Support Module (SKWIN)
*
* Copyright 2008,2012 Gyula Bartal <gybartal@gmail.com> (from msgcswin.c)
* Update December 25, 2011 Jaroslav Janik <Jaroslav.Janik@siemens.com>
* 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 */
"január",
"február",
"marec",
"apríl",
"máj",
"jún",
"júl",
"august",
"september",
"október",
"november",
"december",
/* Day names */
"nede¾a",
"pondelok",
"utorok",
"streda",
"štvrtok",
"piatok",
"sobota",
/* CA-Cl*pper compatible natmsg items */
"Dátabáze # Vety Aktualizácia Ve¾kos<6F>",
"Chcete viac príkladov?",
"Strana",
"** Medzisúèet **",
"* Medzimedzisúèet *",
"*** Súèet ***",
"Ins",
" ",
"Chybný dátum",
"Rozsah: ",
" - ",
"A/N",
"CHYBNÝ VÝRAZ",
/* Error description names */
"Neznámá chyba",
"Chyba argumentu",
"Chyba medzí",
"Preplnenie re<72>azca",
"Preplnenie èísla",
"Delenie nulou",
"Numerická chyba",
"Syntaktická chyba",
"Operácia príliš komplexná",
"",
"",
"Nedostatok pamäte",
"Nedefinovaná funkcia",
"Neznáma metóda",
"Premenná neexistuje",
"Oblas<EFBFBD> neexistuje",
"Neznáma premenná",
"Nepovolené znaky v oblasti",
"Oblas<EFBFBD> je už použitá",
"",
"Chyba vytvorenia",
"Chyba otvorenia",
"Chyba zatvorenia",
"Chyba èítania",
"Chyba zápisu",
"Chyba tlaèe",
"",
"",
"",
"",
"Nepodporovaná operácia",
"Prekroèený limit",
"Index poškodený",
"Chyba typu dát",
"Chyba dåžky dát",
"Nepoužitá pracovná oblas<61> ",
"Nezoradená pracovná oblas<61>",
"Nutný výhradný prístup",
"Uzamknutie nutné",
"Zlyhanie uzamkutia pri pridávaní",
"Zlyhanie uzamknutia",
"",
"",
"",
"",
"prístup k po¾u",
"priradenie k po¾u",
"zmena dimenze po¾a",
"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"

View File

@@ -1,205 +0,0 @@
/*
* $Id$
*/
/*
* Harbour Project source code:
* Language Support Module (SL646)
*
* Copyright 2000 Davor Siklic <siki@msoft.cz>
* Copyright 2003 Mitja Podgornik <Mitja.Podgornik@zgs.gov.si>
* 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"

View File

@@ -1,204 +0,0 @@
/*
* $Id$
*/
/*
* Harbour Project source code:
* Language Support Module (SL852)
*
* Copyright 2003 Mitja Podgornik <Mitja.Podgornik@zgs.gov.si>
* 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) */
"SlovençŸina", /* 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"

View File

@@ -1,204 +0,0 @@
/*
* $Id$
*/
/*
* Harbour Project source code:
* Language Support Module (SLISO)
*
* Copyright 2003 Mitja Podgornik <Mitja.Podgornik@zgs.gov.si>
* 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) */
"Sloven¹èina", /* 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"

View File

@@ -1,204 +0,0 @@
/*
* $Id$
*/
/*
* Harbour Project source code:
* Language Support Module (SLWIN)
*
* Copyright 2003 Mitja Podgornik <Mitja.Podgornik@zgs.gov.si>
* 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) */
"Slovenšèina", /* 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"

View File

@@ -1,204 +0,0 @@
/*
* $Id$
*/
/*
* Harbour Project source code:
* Language Support Module (SRWIN)
*
* Copyright 2003 Srdjan Dragojlovic <digikv@yahoo.com>
* 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à",
"Ãðåøêà ïðèëèêîì óïèñà",
"Ãðåøêà ïðèëèêîì øòàìïå",
"",
"",
"",
"",
"Îïåðàöè¼à íè¼å ïîäðæàíà",
"Ëèìèò ïðåâðøåí",
"ÄÅÒÅÊÒÎÂÀÍÎ ÎØÒÅZÅOÅ",
"Ãðåøêà ó òèïó ïîäàòêà",
"Ãðåøêà ó âåëè÷èíè ïîäàòêà",
"Ôà¼ë íè¼å îòâîðåí",
"Ôà¼ë íè¼å èíäåêñèðàí",
"Ïîòðåáàí åêñêëóçèâíè ïðèñòóï",
"Ïîòðåáíî çàêsó÷àâàoå",
"Óïèñ íè¼å äîçâîsåí",
"Äîäàâàoå çàïèñà íè¼å äîçâîsåíî",
"Ãðåøêà ïðèëèêîì çàêsó÷àâàoà",
"",
"",
"",
"",
"Íåâåðíîå êîëè÷åñòâî àðãóìåíòîâ",
"ïðèñòóï íèçó",
"âåëè÷èíà íèçà",
"íè¼å ó íèçó",
"óïîð<EFBFBD>å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"

View File

@@ -1,204 +0,0 @@
/*
* $Id$
*/
/*
* Harbour Project source code:
* Language Support Module (SV)
*
* Copyright 2006 Klas Engwall <klas dot engwall at engwall dot com>
* 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 */
"s”ndag",
"m†ndag",
"tisdag",
"onsdag",
"torsdag",
"fredag",
"l”rdag",
/* CA-Cl*pper compatible natmsg items */
"Databasfiler Antal poster Uppdaterad Storlek",
"Vill du ha fler prover?",
"Sida nr",
"** Subtotal **",
"* Subsubtotal *",
"*** Total ***",
"Ins",
" ",
"Ogiltigt datum",
"Till†tet omr†de: ",
" - ",
"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"

View File

@@ -1,204 +0,0 @@
/*
* $Id$
*/
/*
* Harbour Project source code:
* Language Support Module (SVWIN)
*
* Copyright 2006 Klas Engwall <klas dot engwall at engwall dot com>
* 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 */
"söndag",
"måndag",
"tisdag",
"onsdag",
"torsdag",
"fredag",
"lördag",
/* CA-Cl*pper compatible natmsg items */
"Databasfiler Antal poster Uppdaterad Storlek",
"Vill du ha fler prover?",
"Sida nr",
"** Subtotal **",
"* Subsubtotal *",
"*** Total ***",
"Ins",
" ",
"Ogiltigt datum",
"Tillåtet område: ",
" - ",
"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"

View File

@@ -1,204 +0,0 @@
/*
* $Id$
*/
/*
* Harbour Project source code:
* Language Support Module (TR857)
*
* Copyright 2006 { Translation by : Bicahi Esgici <esgici@yahoo.com> }
* 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) */
"T<EFBFBD>rk‡e", /* Name (in native language) */
"TR", /* RFC ID */
"CP-857", /* Codepage */
"", /* Version */
/* Month names */
"Ocak",
"žubat",
"Mart",
"Nisan",
"May<EFBFBD>s",
"Haziran",
"Temmuz",
"A§ustos",
"Eyl<EFBFBD>l",
"Ekim",
"Kas<EFBFBD>m",
"Aral<EFBFBD>k",
/* Day names */
"Pazar",
"Pazartesi",
"Sal<EFBFBD>",
"€arŸamba",
"PerŸembe",
"Cuma",
"Cumartesi",
/* CA-Cl*pper compatible natmsg items */
"Database Dosyas<61> # Kay<61>t Son G_ncelleme Boyut",
"Daha ”rnek ister misiniz?",
"Sayfa No.",
"** Alttoplam **",
"* Altalttoplam *",
"*** Toplam ***",
"Ins",
" ",
"Ge‡ersiz Tarih",
"S<EFBFBD>n<EFBFBD>r: ",
" - ",
"E/H",
"GE€ERS˜Z ˜FADE",
/* Error description names */
"Bilinmeyen hata",
"Arg<EFBFBD>man hatas<61>",
"S<EFBFBD>n<EFBFBD>r hatas<61>",
"Katar taŸma",
"Say<EFBFBD>sal taŸma",
"S<EFBFBD>f<EFBFBD>r B”l<E2809D>c<EFBFBD>",
"Say<EFBFBD>sal hata",
"˜mlƒ hatas<61>",
"˜Ÿlem ‡ok karmaŸ<61>k",
"",
"",
"Haf<EFBFBD>za yetersiz",
"Tan<EFBFBD>mlanmam<EFBFBD>Ÿ fonksiyon",
"Eksport metodu yok",
"De§iŸken yok",
"Alyas yok",
"Eksport de§iŸkeni yok",
"Alyasta ge‡ersiz karakter",
"Alyas zaten kullan<61>mda",
"",
"OluŸturma hatas<61>",
"A‡ma hatas<61>",
"Kapatma hatas<61>",
"Okuma hatas<61>",
"Yazma hatas<61>",
"Print hatas<61>",
"",
"",
"",
"",
"Desteklenmeyen iŸlem",
"S<EFBFBD>n<EFBFBD>r aŸ<61>ld<6C>",
"Bozukluk var",
"Data tip hatas<61>",
"Data boyut hatas<61>",
"€al<EFBFBD>Ÿma alan<61> kullan<61>mda de§il",
"€al<EFBFBD>Ÿma alan<61> indeksli de§il",
"Exclusive gerekiyor",
"Kilit gerekiyor",
"Yazma izni yok",
"Append kilidi kurulamad<61>",
"Kilit kurulamad<61>",
"",
"",
"",
"",
"array eriŸim",
"array atama",
"array boyut",
"array de§il",
"Ÿart",
/* Internal error names */
"Kurtar<EFBFBD>lamaz hata%d: ",
"Hata kurtarma baŸar<61>s<EFBFBD>z",
"Hata i‡in ERRORBLOCK() yok",
"€ok fazla i‡i‡e hata tutucu ‡a§r<C2A7>s<EFBFBD>",
"RDD ge‡ersiz veya y<>klemenedi",
"%s i‡in ge‡ersiz metot tipi",
"hb_xgrab haf<61>za atayamad<61>",
"hb_xrealloc NULL pointer taraf<61>ndan ‡a§r<C2A7>ld<6C>",
"hb_xrealloc ge‡ersiz bir pointer taraf<61>ndan ‡a§r<C2A7>ld<6C>",
"hb_xrealloc tekrar haf<61>za atayamad<61>",
"hb_xfree ge‡ersiz bir pointer taraf<61>ndan ‡a§r<C2A7>ld<6C>",
"hb_xfree NULL pointer taraf<61>ndan ‡a§r<C2A7>ld<6C>",
"BaŸlama prosed<65>r<EFBFBD> bulunamd<6D> : \'%s\'",
"BaŸlama prosed<65>r<EFBFBD> yok",
"Desteklenmeyen VP iŸlem kodu",
"%s i‡in sembol maddesi lƒz<C692>m",
"%s i‡in ge‡ersiz sembol tipi ",
"%s i‡in kodblok laz<61>m",
"%s i‡in stack pop edilirken yanl<6E>Ÿ madde tipi ",
"Stack taŸmas<61>",
"%s i‡inde bir madde kendi <20>st<73>ne kopyalanmak istendi",
"%s haf<61>za de§iŸkeni olarak ge‡ersiz sembol maddesi aktar<61>ld<6C>",
"Haf<EFBFBD>za buffer taŸmas<61>",
"hb_xgrab s<>f<EFBFBD>r bayt atamas<61> istendi",
"hb_xrealloc s<>f<EFBFBD>r bayta boyutland<6E>rmak istendi",
"hb_xalloc s<>f<EFBFBD>r bayt atamas<61> istendi",
/* Texts */
"DD.MM.YYYY",
"E",
"H"
}
};
#define HB_LANG_ID TR857
#include "hbmsgreg.h"

View File

@@ -1,204 +0,0 @@
/*
* $Id$
*/
/*
* Harbour Project source code:
* Language Support Module (TRWIN)
*
* Copyright 2006 { Translation by : Bicahi Esgici <esgici@yahoo.com> }
* 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) */
"Türkçe", /* Name (in native language) */
"TR", /* RFC ID */
"Windows-1254", /* Codepage */
"", /* Version */
/* Month names */
"Ocak",
"Þubat",
"Mart",
"Nisan",
"Mayýs",
"Haziran",
"Temmuz",
"Aðustos",
"Eylül",
"Ekim",
"Kasým",
"Aralýk",
/* Day names */
"Pazar",
"Pazartesi",
"Salý",
"Çarþamba",
"Perþembe",
"Cuma",
"Cumartesi",
/* CA-Cl*pper compatible natmsg items */
"Database Dosyasý # Kayýt Son Güncelleme Boyut",
"Daha örnek ister misiniz?",
"Sayfa No.",
"** Alttoplam **",
"* Altalttoplam *",
"*** Toplam ***",
"Ins",
" ",
"Geçersiz Tarih",
"Sýnýr: ",
" - ",
"E/H",
"GEÇERSÝZ ÝFADE",
/* Error description names */
"Bilinmeyen hata",
"Argüman hatasý",
"Sýnýr hatasý",
"Katar taþma",
"Sayýsal taþma",
"Sýfýr Bölücü",
"Sayýsal hata",
"Ýmlâ hatasý",
"Ýþlem çok karmaþýk",
"",
"",
"Hafýza yetersiz",
"Tanýmlanmamýþ fonksiyon",
"Eksport metodu yok",
"Deðiþken yok",
"Alyas yok",
"Eksport deðiþkeni yok",
"Alyasta geçersiz karakter",
"Alyas zaten kullanýmda",
"",
"Oluþturma hatasý",
"Açma hatasý",
"Kapatma hatasý",
"Okuma hatasý",
"Yazma hatasý",
"Print hatasý",
"",
"",
"",
"",
"Desteklenmeyen iþlem",
"Sýnýr aþýldý",
"Bozukluk var",
"Data tip hatasý",
"Data boyut hatasý",
"Çalýþma alaný kullanýmda deðil",
"Çalýþma alaný indeksli deðil",
"Exclusive gerekiyor",
"Kilit gerekiyor",
"Yazma izni yok",
"Append kilidi kurulamadý",
"Kilit kurulamadý",
"",
"",
"",
"",
"array eriþim",
"array atama",
"array boyut",
"array deðil",
"þart",
/* Internal error names */
"Kurtarýlamaz hata%d: ",
"Hata kurtarma baþarýsýz",
"Hata için ERRORBLOCK() yok",
"Çok fazla içiçe hata tutucu çaðrýsý",
"RDD geçersiz veya yüklemenedi",
"%s için geçersiz metot tipi",
"hb_xgrab hafýza atayamadý",
"hb_xrealloc NULL pointer tarafýndan çaðrýldý",
"hb_xrealloc geçersiz bir pointer tarafýndan çaðrýldý",
"hb_xrealloc tekrar hafýza atayamadý",
"hb_xfree geçersiz bir pointer tarafýndan çaðrýldý",
"hb_xfree NULL pointer tarafýndan çaðrýldý",
"Baþlama prosedürü bulunamdý : \'%s\'",
"Baþlama prosedürü yok",
"Desteklenmeyen VP iþlem kodu",
"%s için sembol maddesi lâzým",
"%s için geçersiz sembol tipi ",
"%s için kodblok lazým",
"%s için stack pop edilirken yanlýþ madde tipi ",
"Stack taþmasý",
"%s içinde bir madde kendi üstüne kopyalanmak istendi",
"%s hafýza deðiþkeni olarak geçersiz sembol maddesi aktarýldý",
"Hafýza buffer taþmasý",
"hb_xgrab sýfýr bayt atamasý istendi",
"hb_xrealloc sýfýr bayta boyutlandýrmak istendi",
"hb_xalloc sýfýr bayt atamasý istendi",
/* Texts */
"DD.MM.YYYY",
"E",
"H"
}
};
#define HB_LANG_ID TRWIN
#include "hbmsgreg.h"

View File

@@ -1,204 +0,0 @@
/*
* $Id$
*/
/*
* Harbour Project source code:
* Language Support Module (UA866)
*
* Copyright 2004 Pavel Tsarenko <tpe2@mail.ru>
* 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 */
"‘÷祭ì",
"‹î⨩",
"<EFBFBD>¥à¥§¥­ì",
"Š¢÷⥭ì",
"’à ¢¥­ì",
"—¥à¢¥­ì",
"‹¨¯¥­ì",
"‘¥à¯¥­ì",
"‚¥à¥á¥­ì",
"†®¢â¥­ì",
"‹¨á⮯ ¤",
"ƒà㤥­ì",
/* Day names */
"<EFBFBD>¥¤÷«ï",
"<EFBFBD>®­¥¤÷«®ª",
"‚÷¢â®à®ª",
"‘¥à¥¤ ",
"—¥â¢¥à",
"<EFBFBD>'ïâ­¨æï",
"‘ã¡®â ",
/* CA-Cl*pper compatible natmsg items */
"” ©«¨ ¤ ­¨å # ‡ ¯¨á¨ Žáâ ­­ï §¬. <20>®§¬÷à",
"<EFBFBD>®âà÷¡­÷ é¥ ¯à¨ª« ¤¨ ?",
"‘â®à.N",
"** ‚á쮣® **",
"* <20> §®¬ *",
"*** <20>ö„“ŒŽŠ ***",
"‚áâ",
" ",
"<EFBFBD>®¬¨«ª®¢  ¤ â ",
"„÷ ¯ §®­: ",
" - ",
"/<2F>",
"<EFBFBD>ŽŒˆŠŽˆˆ<E2809A>€‡",
/* Error description names */
"<EFBFBD>¥¢÷¤®¬  ¯®¬¨«ª ",
"<EFBFBD>®¬¨«ª®¢¨©  à£ã¬¥­â",
"<EFBFBD>¥à¥¯®¢­¥­­ï ¬ á¨¢ã",
"<EFBFBD>¥à¥¯®¢­¥­­ï à浪 ",
"<EFBFBD>¥à¥¯®¢­¥­­ï ç¨á« ",
"„÷«¥­­ï ­  ­ã«ì",
"—¨á«®¢  ¯®¬¨«ª ",
"‘¨­â ªá¨ç­  ¯®¬¨«ª ",
"<EFBFBD> ¤¬÷à­® ᪫ ¤­  ®¯¥à æ÷ï",
"",
"",
"<EFBFBD>à ªãõ ¯ ¬'ïâ÷",
"<EFBFBD>¥¢÷¤®¬  äã­ªæ÷ï",
"Œ¥â®¤ ­¥ ¥ªá¯®à⮢ ­¨©",
"‡¬÷­­  ­¥ ÷á­ãõ",
"<EFBFBD>ᥢ¤®­÷¬ ¡ §¨(alias)­¥ ÷á­ãõ",
"‡¬÷­­  ­¥ ¥ªá¯®à⮢ ­ ",
"‡ ¡®à®­¥­÷ ᨬ¢®«¨ ¢ ¯á¥¢¤®­÷¬÷ ¡ §¨",
"<EFBFBD>ᥢ¤®­÷¬ ¡ §¨ ¢¦¥ ¢¨ª®à¨á⮢ãõâìáï",
"",
"<EFBFBD>®¬¨«ª  ¯÷¤ ç á á⢮७­ï",
"<EFBFBD>®¬¨«ª  ¯÷¤ ç á ¢÷¤ªà¨ââï",
"<EFBFBD>®¬¨«ª  ¯÷¤ ç á § ªà¨ââï",
"<EFBFBD>®¬¨«ª  ¯÷¤ ç á ç¨â ­­ï",
"<EFBFBD>®¬¨«ª  ¯÷¤ ç á § ¯¨áã",
"<EFBFBD>®¬¨«ª  ¯÷¤ ç á ¤àãªã",
"",
"",
"",
"",
"ޝ¥à æ÷ï ­¥ ¯÷¤âਬãõâìáï",
"‹÷¬÷â ¯¥à¥¢¨é¥­®",
"‚¨ï¢«¥­® ¯®èª®¤¦¥­­ï",
"<EFBFBD>®¬¨«ª  ¢ ⨯÷ ¤ ­¨å",
"<EFBFBD>®¬¨«ª  ¢ à®§¬÷à÷ ¤ ­¨å",
"” ©« ­¥ ¢÷¤ªà¨â¨©",
"” ©« ­¥ ¯à®÷­¤¥ªá®¢ ­¨©",
"<EFBFBD>®âà÷¡¥­ ¥ªáª«î§¨¢­¨© ¤®áâã¯",
"<EFBFBD>®âà÷¡­¥ ¡«®ªã¢ ­­ï",
"‡ ¯¨á § ¡®à®­¥­®",
"‡¡÷© ¡«®ªã¢ ­­ï ¯÷¤ ç á ¤®¤ ¢ ­­ï § ¯¨áã",
"‡ ¡«®ªã¢ â¨ ­¥ ¢¤ «®áï",
"",
"",
"",
"",
"<EFBFBD>®¬¨«ª®¢  ª÷«ìª÷áâì  à£ã¬¥­â÷¢",
"¤®áâ㯠¤® ¬ á¨¢ã",
"¯à¨á¢®õ­­ï ¬ á¨¢ã",
"­¥ ¬ á¨¢",
"¯®à÷¢­ï­­ï",
/* Internal error names */
"<EFBFBD>¥¢¨¯à ¢­  ¯®¬¨«ª  %d: ",
"<EFBFBD>®¬¨«ª  ¯÷¤ ç á ¢÷¤­®¢«¥­­ï",
"<EFBFBD>¥ ¢¨§­ ç¥­® ERRORBLOCK() ¤«ï ¯®¬¨«ª¨",
"<EFBFBD>¥à¥¢¨é¥­  ¬¥¦  ४ãàᨢ­¨å ¢¨ª«¨ª÷¢ ®¡à®¡­¨ª  ¯®¬¨«®ª",
"<EFBFBD>¥ ¢¤ õâìáï § ¢ ­â ¦¨â¨ RDD",
"<EFBFBD>®¬¨«ª®¢¨© ⨯ ¬¥â®¤ã %s",
"hb_xgrab ­¥ ¬®¦¥ à®§¯®¤÷«¨â¨ ¯ ¬'ïâì",
"hb_xrealloc ¢¨ª«¨ª ­® § NULL ¯®ª ¦ç¨ª®¬",
"hb_xrealloc ¢¨ª«¨ª ­® § ¯®¬¨«ª®¢¨¬ ¯®ª ¦ç¨ª®¬",
"hb_xrealloc ­¥ ¬®¦¥ ¯¥à¥à®§¯®¤÷«¨â¨ ¯ ¬'ïâì",
"hb_xfree ¢¨ª«¨ª ­® § ¯®¬¨«ª®¢¨¬ ¯®ª ¦ç¨ª®¬",
"hb_xfree ¢¨ª«¨ª ­® § NULL ¯®ª ¦ç¨ª®¬",
"<EFBFBD>¥ §­ ©¤¥­  áâ à⮢  ¯à®æ¥¤ãà : \'%s\'",
"‚÷¤áãâ­ï áâ à⮢  ¯à®æ¥¤ãà ",
"VM: <20>¥¢÷¤®¬¨© ª®¤",
"%s: ®ç÷ªã¢ ¢áï ᨬ¢®«",
"%s: ¯®¬¨«ª®¢¨© ⨯ ᨬ¢®«ã ¤«ï self",
"%s: ®ç÷ªã¢ ¢áï ¡«®ª ª®¤ã",
"%s: ¯®¬¨«ª®¢¨© ⨯ ¥«¥¬¥­âã ­  ¢¥à設÷ á⥪ã",
"‚¨å÷¤ §  ¬¥¦÷ á⥪ã",
"%s: á¯à®¡  ª®¯÷⨠¥«¥¬¥­â ­  ᥡ¥ ¦",
"%s: ¯®¬¨«ª®¢¥ ÷¬'ï §¬÷­­®ù",
"<EFBFBD>¥à¥¯®¢­¥­­ï ¡ãä¥àã ¯ ¬'ïâ÷",
"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",
"",
"<EFBFBD>"
}
};
#define HB_LANG_ID UA866
#include "hbmsgreg.h"

View File

@@ -1,204 +0,0 @@
/*
* $Id$
*/
/*
* Harbour Project source code:
* Language Support Module (UAKOI)
*
* Copyright 2004 Pavel Tsarenko <tpe2@mail.ru>
* 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"

View File

@@ -1,204 +0,0 @@
/*
* $Id$
*/
/*
* Harbour Project source code:
* Language Support Module (UAWIN)
*
* Copyright 2004 Pavel Tsarenko <tpe2@mail.ru>
* 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"

View File

@@ -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