Files
harbour-core/harbour/src/lang/msgbgiso.c
Przemyslaw Czerpak 094aea1ff3 2009-12-09 15:30 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/include/hbapilng.h
  + harbour/include/hbmsgreg.h
    + added common for all Harbour lang modules (msg*.c) header file
      with initialization code

  * harbour/src/lang/msgbe866.c
  * harbour/src/lang/msgbewin.c
  * harbour/src/lang/msgbg866.c
  * harbour/src/lang/msgbgiso.c
  * harbour/src/lang/msgbgmik.c
  * harbour/src/lang/msgbgwin.c
  * harbour/src/lang/msgca.c
  * harbour/src/lang/msgcs852.c
  * harbour/src/lang/msgcsiso.c
  * harbour/src/lang/msgcskam.c
  * harbour/src/lang/msgcswin.c
  * harbour/src/lang/msgde.c
  * harbour/src/lang/msgdewin.c
  * harbour/src/lang/msgel.c
  * harbour/src/lang/msgelwin.c
  * harbour/src/lang/msgeo.c
  * harbour/src/lang/msges.c
  * harbour/src/lang/msgeswin.c
  * harbour/src/lang/msgeu.c
  * harbour/src/lang/msgfr.c
  * harbour/src/lang/msggl.c
  * harbour/src/lang/msghe862.c
  * harbour/src/lang/msghewin.c
  * harbour/src/lang/msghr437.c
  * harbour/src/lang/msghr852.c
  * harbour/src/lang/msghriso.c
  * harbour/src/lang/msghrwin.c
  * harbour/src/lang/msghu852.c
  * harbour/src/lang/msghucwi.c
  * harbour/src/lang/msghuiso.c
  * harbour/src/lang/msghuwin.c
  * harbour/src/lang/msgid.c
  * harbour/src/lang/msgis850.c
  * harbour/src/lang/msgit.c
  * harbour/src/lang/msgko.c
  * harbour/src/lang/msgltwin.c
  * harbour/src/lang/msgnl.c
  * harbour/src/lang/msgpl852.c
  * harbour/src/lang/msgpliso.c
  * harbour/src/lang/msgplmaz.c
  * harbour/src/lang/msgplwin.c
  * harbour/src/lang/msgpt.c
  * harbour/src/lang/msgptiso.c
  * harbour/src/lang/msgro.c
  * harbour/src/lang/msgru866.c
  * harbour/src/lang/msgrukoi.c
  * harbour/src/lang/msgruwin.c
  * harbour/src/lang/msgsk852.c
  * harbour/src/lang/msgskiso.c
  * harbour/src/lang/msgskkam.c
  * harbour/src/lang/msgskwin.c
  * harbour/src/lang/msgsl437.c
  * harbour/src/lang/msgsl852.c
  * harbour/src/lang/msgsliso.c
  * harbour/src/lang/msgslwin.c
  * harbour/src/lang/msgsr852.c
  * harbour/src/lang/msgsriso.c
  * harbour/src/lang/msgsrwin.c
  * harbour/src/lang/msg_tpl.c
  * harbour/src/lang/msgtr857.c
  * harbour/src/lang/msgtrwin.c
  * harbour/src/lang/msgua866.c
  * harbour/src/lang/msguados.c
  * harbour/src/lang/msguakoi.c
  * harbour/src/lang/msguawin.c
  * harbour/src/lang/msgzhb5.c
  * harbour/src/lang/msgzhgb.c
    * modified to use initialization code defined in common for all
      lang modules header file.

  * harbour/contrib/gtwvg/wvggui.c
  * harbour/contrib/hbqt/qtgui/QApplication.cpp
  * harbour/contrib/hbqt/qth/QApplication.qth
    * use default GT startup cvode (#include "hbgtreg.h")

  * harbour/include/hbinit.h
  + harbour/include/hbiniseg.h
    * replaced HB_MSC_STARTUP code with more universal HB_DATASEG_STARTUP
    * moved HB_DATASEG_STARTUP code to separate header file to reduce
      modifications in other files when this code has to be changed or
      extended
    + added support for startup code in OpenWatcom C builds. Now we can
      create OpenWatcom Harbour binaries without forcing C++ mode.
      I've tested Linux and Win32 builds and they works correctly.
      Probably similar solution can be used also for other C compilers
      which do not have native interface to define starup code.

  * harbour/src/compiler/genc.c
  * harbour/utils/hbmk2/hbmk2.prg
  * harbour/include/hbcdpreg.h
  * harbour/include/hbgtreg.h
  * harbour/src/rtl/hbregex.c
  * harbour/src/rdd/dbf1.c
  * harbour/src/rdd/dbfcdx/dbfcdx1.c
  * harbour/src/rdd/dbffpt/dbffpt1.c
  * harbour/src/rdd/dbfnsx/dbfnsx1.c
  * harbour/src/rdd/dbfntx/dbfntx1.c
  * harbour/src/rdd/delim1.c
  * harbour/src/rdd/sdf1.c
  * harbour/src/pp/pplib3.c
  * harbour/contrib/rddads/ads1.c
  * harbour/contrib/rddads/adsx.c
  * harbour/contrib/rddsql/sddfb/fbirddd.c
  * harbour/contrib/rddsql/sddmy/mysqldd.c
  * harbour/contrib/rddsql/sddodbc/odbcdd.c
  * harbour/contrib/rddsql/sddpg/pgsqldd.c
  * harbour/contrib/rddsql/sqlbase.c
  * harbour/contrib/rddsql/sqlmix.c
  * harbour/contrib/hbbmcdx/bmdbfcdx.c
  * harbour/contrib/hbmemio/memio.c
  * harbour/contrib/hbnetio/netiocli.c
  * harbour/contrib/hbbtree/hb_btree.c
  * harbour/contrib/hbwin/olecore.c
  * harbour/contrib/hbwin/win_com.c
    * modified to use HB_DATASEG_STARTUP instead of HB_MSC_STARTUP
      Now HB_MSC_STARTUP is local macro used only in hbinit.h.
      Please make MSVC build tests.

  * harbour/contrib/hbmemio/memio.c
    ! declare s_fileFuncs structure as static
    * removed unnecessary code to directly register HB_MEMIO symbol.
      Mindaugas if you need it for some reasons then I can reactivate it
      but I would like to know why it's necessary for you.

  * harbour/src/vm/task.c
    ! added missing {}

  * harbour/src/vm/fm.c
    * locally disabled "unreachable code" warnings for dlmalloc.c
      compilation by OpenWatcom in pure C mode

  * harbour/src/rtl/hbzlibgz.c
    * minor code cleanup

  * harbour/src/rtl/filesys.c
    * pacified OS/2 warnings

  * harbour/contrib/hbcairo/core.c
    ! fixed casting for C++ builds

  * harbour/contrib/hbwin/wapi_winbase.c
    ! fixed casting

  * harbour/src/Makefile
    * changed the order of compiled libraries to improve little bit
      the speed in concurrent (-j<N>) builds
2009-12-09 14:33:48 +00:00

205 lines
6.0 KiB
C

/*
* $Id$
*/
/*
* Harbour Project source code:
* Language Support Module (BGISO)
*
* Copyright 1999-2005 Viktor Szakats (harbour.01 syenar.hu)
* www - http://www.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 */
"BGWIN", /* 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"