compiler/i18n: Added i18n strings to libec/ecc/ecp/ecs
authorJerome St-Louis <jerome@ecere.com>
Sun, 19 Feb 2012 11:43:33 +0000 (20:43 +0900)
committerJerome St-Louis <jerome@ecere.com>
Sun, 19 Feb 2012 11:43:33 +0000 (20:43 +0900)
commit821a8510ae1731c2831d2817450c8d7783bf4064
tree56fc298cfeba38bbc4a568f8c6f77e072f288a7e
parent12c00bd5f3642f46ea830ea7022dfe9ea949e65a
compiler/i18n: Added i18n strings to libec/ecc/ecp/ecs
71 files changed:
.gitignore
compiler/bootstrap/ecc/bootstrap/ecc.c
compiler/bootstrap/ecc/bootstrap/ecc.main.c
compiler/bootstrap/ecere/bootstrap/instance.c
compiler/bootstrap/ecp/bootstrap/ecp.c
compiler/bootstrap/ecp/bootstrap/ecp.main.c
compiler/bootstrap/ecs/bootstrap/ecs.c
compiler/bootstrap/ecs/bootstrap/ecs.main.c
compiler/bootstrap/libec/bootstrap/ast.c
compiler/bootstrap/libec/bootstrap/dbpass.c
compiler/bootstrap/libec/bootstrap/ec.main.c
compiler/bootstrap/libec/bootstrap/ecdefs.c
compiler/bootstrap/libec/bootstrap/expression.c
compiler/bootstrap/libec/bootstrap/firstPass.c
compiler/bootstrap/libec/bootstrap/grammar.c
compiler/bootstrap/libec/bootstrap/lexer.c
compiler/bootstrap/libec/bootstrap/loadSymbols.c
compiler/bootstrap/libec/bootstrap/pass0.c
compiler/bootstrap/libec/bootstrap/pass1.c
compiler/bootstrap/libec/bootstrap/pass15.c
compiler/bootstrap/libec/bootstrap/pass16.c
compiler/bootstrap/libec/bootstrap/pass2.c
compiler/bootstrap/libec/bootstrap/shortcuts.c
compiler/bootstrap/libec/bootstrap/type.c
compiler/ecc/Makefile
compiler/ecc/ecc.ec
compiler/ecc/ecc.epj
compiler/ecc/locale/zh_CN/LC_MESSAGES/ecc.mo [new file with mode: 0644]
compiler/ecc/locale/zh_CN/LC_MESSAGES/ecc.po [new file with mode: 0644]
compiler/ecp/Makefile
compiler/ecp/ecp.ec
compiler/ecp/ecp.epj
compiler/ecp/locale/zh_CN/LC_MESSAGES/ecp.mo [new file with mode: 0644]
compiler/ecp/locale/zh_CN/LC_MESSAGES/ecp.po [new file with mode: 0644]
compiler/ecs/Makefile
compiler/ecs/ecs.ec
compiler/ecs/ecs.epj
compiler/ecs/locale/zh_CN/LC_MESSAGES/ecs.mo [new file with mode: 0644]
compiler/ecs/locale/zh_CN/LC_MESSAGES/ecs.po [new file with mode: 0644]
compiler/libec/Makefile
compiler/libec/ec.epj
compiler/libec/locale/zh_CN/LC_MESSAGES/ec.mo [new file with mode: 0644]
compiler/libec/locale/zh_CN/LC_MESSAGES/ec.po [new file with mode: 0644]
compiler/libec/precompiled/expression.c
compiler/libec/precompiled/grammar.c
compiler/libec/precompiled/type.c
compiler/libec/src/ast.ec
compiler/libec/src/dbpass.ec
compiler/libec/src/ecdefs.ec
compiler/libec/src/expression.y
compiler/libec/src/firstPass.ec
compiler/libec/src/grammar.ec
compiler/libec/src/grammar.y
compiler/libec/src/lexer.ec
compiler/libec/src/lexer.l
compiler/libec/src/loadSymbols.ec
compiler/libec/src/pass0.ec
compiler/libec/src/pass1.ec
compiler/libec/src/pass15.ec
compiler/libec/src/pass16.ec
compiler/libec/src/pass2.ec
compiler/libec/src/shortcuts.ec
compiler/libec/src/type.ec
compiler/libec/src/type.y
ecere/Makefile.ecereCOM
ecere/ecereCOM.epj
ecere/src/com/instance.ec
ecere/src/sys/i18n.ec
eda/drivers/sqlite/Makefile
eda/drivers/sqliteCipher/Makefile
eda/libeda/Makefile