- The translation file reader did an isset on a set variable insetad of checking if the variable is zero and so never started the translation system - The DB IO connection not set was wrongly set. If the connection failed it is not TRUE and else FALSE. There is a new internal method getConnectionStatus to query this status it returns TRUE/FALSE depending if the connection failed - Update the l10n test page with proper translation tests - init OK - show current lang/file - translation test - switch language test
30 lines
825 B
Plaintext
30 lines
825 B
Plaintext
# ********************************************************************
|
|
# AUTHOR: Clemens Schwaighofer
|
|
# CREATED: 2005/08/09
|
|
# SHORT DESCRIPTION:
|
|
# Backned English Messages file for gettext
|
|
# to craete: msgfmt -o ja.mo messages_en.po
|
|
# HISTORY:
|
|
# ********************************************************************/
|
|
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Project Version\n"
|
|
"Report-Msgid-Bugs-To: clemens.schwaighofer@egplusww.com\n"
|
|
"POT-Creation-Date: 2018-03-28 10:40+0900\n"
|
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
"Last-Translator: \n"
|
|
"Language-Team: E-GRAPHICS COMMUNICATIONS Japan <info.jp@egplusww.com>\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
msgid "Year"
|
|
msgstr "Year"
|
|
|
|
msgid "Month"
|
|
msgstr "Month"
|
|
|
|
msgid "INPUT TEST"
|
|
msgstr "OUTPUT TEST EN"
|