module-relstionaldatabase

所属分类:大数据
开发工具:MultiPlatform
文件大小:479KB
下载次数:1
上传日期:2018-03-14 07:20:50
上 传 者waitdgb
说明:  另一个分形程序,代码绝对值得一读,运算速度是我见过最快的

文件列表:
i18n\xaos-cs.bat (22, 2004-02-09)
i18n\xaos-de.bat (22, 2004-02-09)
i18n\xaos-es.bat (22, 2004-02-09)
i18n\xaos-fr.bat (22, 2004-02-09)
i18n\xaos-hu.bat (22, 2004-02-09)
include\i386\__math.h (21758, 2004-02-09)
ui\ui-drv\win32\about.h (599, 2004-02-09)
include\archaccel.h (207, 2004-02-09)
ui-hlp\autopilot.h (1136, 2004-02-09)
ui\ui-drv\BeOS\be_checkfile.h (187, 2004-02-09)
ui\ui-drv\BeOS\be_possitionio.h (188, 2004-02-09)
include\btrace.h (262, 2004-02-09)
include\c256.h (219, 2004-02-09)
Uengine\calculate.h (1070, 2004-02-09)
include\catalog.h (693, 2004-02-09)
include\mac\CommonDialogs.h (290, 2004-02-09)
include\complex.h (2359, 2004-02-09)
include\i386\ctrl87.h (3765, 2004-02-09)
include\cursor.h (2568, 2004-02-09)
ui\ui-drv\mac\directoryfunctions\Director.h (21035, 2004-02-09)
include\fconfig.h (1539, 2004-02-09)
ui\ui-drv\mac\directoryfunctions\FileCopy.h (8655, 2004-02-09)
include\filter.h (9800, 2004-02-09)
include\formulas.h (1341, 2004-02-09)
include\fractal.h (4519, 2004-02-09)
ui\ui-drv\mac\directoryfunctions\FSpCompa.h (16896, 2004-02-09)
ui\ui-drv\mac\directoryfunctions\FullPath.h (9162, 2004-02-09)
include\gccaccel.h (884, 2004-02-09)
include\gccbuild.h (1348, 2004-02-09)
include\generic.h (399, 2004-02-09)
include\grlib.h (1200, 2004-02-09)
include\hicolor.h (285, 2004-02-09)
ui\ui-drv\mac\directoryfunctions\IterateD.h (6303, 2004-02-09)
Uengine\julia.h (472, 2004-02-09)
ui\ui-drv\svga\keytables.h (2496, 2004-02-09)
include\mac\malloc.h (20, 2004-02-09)
ui\ui-drv\BeOS\MenuMessage.h (1815, 2004-02-09)
ui\ui-drv\mac\directoryfunctions\mfsearch.h (9304, 2004-02-09)
include\misc-f.h (291, 2004-02-09)
... ...

Internationalization (i18n) in XaoS ----------------------------------- Zoltan Kovacs Last modification information: $Header: /cvsroot/xaos/XaoS/src/i18n/README,v 1.6 2003/02/28 08:58:15 kovzol Exp $ 1. INTRODUCTION As of version 3.1, i18n support is added to XaoS. This is done with the GNU gettext utility. In this first release only the menus and most internal strings can be translated, the old method in ../../catalogs haven't changed yet. Note that i18n cannot be used if you don't have gettext installed on your system. I used gettext-0.10.37 which works greatly for Linux and gettext-0.10.40 for DOS version. You do not have to worry if you are running Linux: gettext is a standard package of most Linux installation. Bad news for Windows users: i18n does not work fully for Windows yet, only in DOS mode. In addition, some Windows support i18n in DOS mode, some of them not. (In fact in most Windows version I was not able to force i18n. I had to exit Windows and start native DOS mode. This should really work under Windows 95.) The main problem is that XaoS works with static dialogs and Win32 must be a bit rewritten to make it work. Unfortunately, under DOS some complex messages are not supported (press 'l' to check if your gettext version handles all types of message strings properly). 2. HOW TO INSTALL A NEW LANGUAGE This will work only on Unix systems. * Edit ../../configure.in and add your language code into the LINGUAS variable. This is a 2 letter long code (e.g. "cs" for Czech, "de" for German). * Type "./configure" in the directory ../.., then come back. * Type "make new-languages". This will generate a so-called .po-file for you (e.g. "cs.po" or "de.po"). * Edit the generated file manually. The first 15 lines should be fill in properly, otherwise nothing will work in your language. The other lines should be also fill in respectively. Note that you only should change the "msgstr" rows. See the Hungarian language file, "hu.po" for example. Important, that the first "#, fuzzy" line must be removed. * Type a "make" to generate the so-called .mo-files. These files will be installed later to the directory /usr/share/locale/ under Linux and ../../locale under Windows/DOS systems. You should have superuser rights to install them to their appropriate place with the well known statement "make install". * That's all, start XaoS and enjoy it. ;-) * Please share your .po-file with the others! You may inform me that a new language file was created by you. If it works, we will add it to the CVS tree of XaoS as well. 3. EXPERT'S GUIDE I'm not an expert, I just only want to share my little knowledge with you if you're interested: * To set up different languages and try out each one you probably have to set the LC_ALL variable. E.g., I had to change it to de_DE or hu_HU to test different languages. (On DOS I had to set the variable LANG to de or hu, etc.) * Read the gettext howto ("info gettext"). It's quite long, though. * To internationalize other texts in XaoS, you should edit first the variable CSOURCES in the makefile. Second, each "not static" string in these C sources may be internationalized with the gettext() function. See the existing tags for example. Again, please share your modified code with us. * Gettext for autoconf is written using a non-standard (but working) way. If you find an error, please send a bug report to me. 4. FUTURE PLANS XaoS i18n is not yet finished. I'm working on it in my spare time. Your help is also welcome. 5. CONTRIBUTORS * Andreas Madritsch made the German translation and tested i18n very intensively. With his help I made lots of fixes in i18n stuff. * Martin Dozsa translated menus into Czech. * Ceser Perez contributed the Spanish translations. Thanks to everyone!

近期下载者

相关文件


收藏者