122 lines
2.9 KiB
C
122 lines
2.9 KiB
C
/*
|
||
* $Id$
|
||
*/
|
||
|
||
/*
|
||
* Harbour Project source code:
|
||
* Language Support Module (RU866)
|
||
*
|
||
* Copyright 2000 Alexander S.Kresin <alex@belacy.belgorod.su>
|
||
* 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 of the License, or
|
||
* (at your option) any later version, with one exception:
|
||
*
|
||
* The exception is that if you link the Harbour Runtime Library (HRL)
|
||
* and/or the Harbour Virtual Machine (HVM) 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 HRL
|
||
* and/or HVM code into it.
|
||
*
|
||
* 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 program; if not, write to the Free Software
|
||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit
|
||
* their web site at http://www.gnu.org/).
|
||
*
|
||
*/
|
||
|
||
/* Language name: Russian */
|
||
/* ISO language code (2 chars): RU */
|
||
/* Codepage: 866 */
|
||
|
||
#include "hbdefs.h"
|
||
|
||
char *hb_dateMonthsName[ 12 ] =
|
||
{
|
||
"Ÿ¢ àì",
|
||
"”¥¢à «ì",
|
||
"Œ àâ",
|
||
"€¯à¥«ì",
|
||
"Œ ©",
|
||
"ˆîì",
|
||
"ˆî«ì",
|
||
"€¢£ãáâ",
|
||
"‘¥âï¡àì",
|
||
"Žªâï¡àì",
|
||
"<EFBFBD>®ï¡àì",
|
||
"„¥ª ¡àì"
|
||
};
|
||
|
||
char *hb_dateDaysName[ 7 ] =
|
||
{
|
||
"‚®áªà¥á¥ì¥",
|
||
"<EFBFBD>®¥¤¥«ì¨ª",
|
||
"‚â®à¨ª",
|
||
"‘। ",
|
||
"—¥â¢¥à£",
|
||
"<EFBFBD>ïâ¨æ ",
|
||
"‘ã¡¡®â "
|
||
};
|
||
|
||
char *hb_errorsGeneric[] =
|
||
{
|
||
"<EFBFBD>¥¨§¢¥áâ ï ®è¨¡ª ",
|
||
"<EFBFBD>¥¢¥àë© à£ã¬¥â",
|
||
"<EFBFBD>¥à¥¯®«¥¨¥ ¬ áᨢ ",
|
||
"<EFBFBD>¥à¥¯®«¥¨¥ áâப¨",
|
||
"<EFBFBD>¥à¥¯®«¥¨¥ ç¨á« ",
|
||
"„¥«¥¨¥ ®«ì",
|
||
"—¨á«¥ ï ®è¨¡ª ",
|
||
"‘¨â ªá¨ç¥áª ï ®è¨¡ª ",
|
||
"‘«¨èª®¬ á«®¦ ï ®¯¥à æ¨ï",
|
||
"",
|
||
"",
|
||
"<EFBFBD>¥ å¢ â ¥â ¯ ¬ïâ¨",
|
||
"<EFBFBD>¥¨§¢¥áâ ï äãªæ¨ï",
|
||
"Œ¥â®¤ ¥ íªá¯®àâ¨à®¢ ",
|
||
"<EFBFBD>¥à¥¬¥ ï ¥ áãé¥áâ¢ã¥â",
|
||
"€«¨ á ¥ áãé¥áâ¢ã¥â",
|
||
"<EFBFBD>¥à¥¬¥ ï ¥ íªá¯®àâ¨à®¢ ",
|
||
"<EFBFBD>¥¤®¯ãáâ¨¬ë¥ á¨¬¢®«ë ¢ ¨¬¥¨ «¨ á ",
|
||
"€«¨ á 㦥 ¨á¯®«ì§ã¥âáï",
|
||
"",
|
||
"Žè¨¡ª á®§¤ ¨ï",
|
||
"Žè¨¡ª ®âªàëâ¨ï",
|
||
"Žè¨¡ª § ªàëâ¨ï",
|
||
"Žè¨¡ª ç⥨ï",
|
||
"Žè¨¡ª § ¯¨á¨",
|
||
"Žè¨¡ª ¯¥ç â¨",
|
||
"",
|
||
"",
|
||
"",
|
||
"",
|
||
"ޝ¥à æ¨ï ¥ ¯®¤¤¥à¦¨¢ ¥âáï",
|
||
"‹¨¬¨â ¯à¥¢ëè¥",
|
||
"Ž¡ à㦥® ¯®¢à¥¦¤¥¨¥",
|
||
"Žè¨¡ª ⨯ ¤ ëå",
|
||
"Žè¨¡ª à §¬¥à ¤ ëå",
|
||
"” ©« ¥ ®âªàëâ",
|
||
"” ©« ¥ ¨¤¥ªá¨à®¢ ",
|
||
"’ॡã¥âáï íªáª«î§¨¢ë© ¤®áâã¯",
|
||
"’ॡã¥âáï ¡«®ª¨à®¢ª ",
|
||
"‡ ¯¨áì ¥ à §à¥è¥ ",
|
||
"‘¡®© ¡«®ª¨à®¢ª¨ ¯à¨ ¤®¡ ¢«¥¨¨",
|
||
"<EFBFBD>«®ª¨à®¢ª ¥ 㤠« áì",
|
||
"",
|
||
"",
|
||
"",
|
||
"<EFBFBD>¥¢¥à®¥ ª®«¨ç¥á⢮ à£ã¬¥â®¢",
|
||
"¤®áâ㯠ª ¬ áᨢã",
|
||
"¯à¨á¢®¥¨¥ ¬ áᨢ ",
|
||
"¥ ¬ áᨢ",
|
||
"áà ¢¥¨¥"
|
||
};
|