First step to clean up all files that are not mandatory for outside access * move all header/footer/smarty/set_paths/config files (inc) into includes/ folder * generate basic config.php that JUST loads the config.inc file (search) * config.inc file has sub sections for db access arrays and host configs, so config.inc is more static * Also move edit base and template arrays to the include folder * move the language po files to the 4dev folder as they do not need to sit outside * remove not maintained "files.php" TODO: split out templates and language files into external layout group perhaps drop the whole sub template include path thing as this is actually never really used and more annoying to maintain eg: layout/frontend/default/ -> layout/frontend eg: layout/fronend/default/template -> includes/frontend/template Also check splitting out the NOT define parts of the config.inc file G_TITLE, EDIT_STYLESHEET, EDIT_JAVASCRIPT, STYLESHEET, JAVASCRIPT to default define?
27 lines
779 B
Plaintext
27 lines
779 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"
|