Update the Core Language classes to have all method parameter type declaration. GetTextReader has gettext as alias to translate. GetTextReader public methods to get cache enable status and short circuit (no translation loaded) status Main language: Add new methods for plural and plural in context (__n, __p, __pn) Deprecate gettext, ngettext, _e Add new translation loader in gettext standard <locale>/LC_MESSAGES/<domain> style Including locales checker, auto detect on enviroment variables, return self as class (for functions type) return translator class after loading, etc New LoadFunctions to run all like functions. Names like php but with two underscores prefixed. eg gettext -> __gettext
58 lines
1.5 KiB
Plaintext
58 lines
1.5 KiB
Plaintext
# ********************************************************************
|
|
# AUTHOR: Clemens Schwaighofer
|
|
# CREATED: 2005/08/09
|
|
# SHORT DESCRIPTION:
|
|
# Backned English Messages file for gettext
|
|
# to craete: msgfmt -o <output.po> <input.mo>
|
|
# ********************************************************************/
|
|
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: en_US.UTF-8 LC_MESSAGES admin\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: clemens.schwaighofer@egplusww.co\n"
|
|
"Language-Team: E-GRAPHICS COMMUNICATIONS Japan <info.jp@egplusww.com>\n"
|
|
"Language: en_US\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
|
|
msgid "Year"
|
|
msgstr "Year"
|
|
|
|
msgid "Month"
|
|
msgstr "Month"
|
|
|
|
msgid "INPUT TEST"
|
|
msgstr "OUTPUT TEST ADMIN EN"
|
|
|
|
# testing multi
|
|
msgid "single"
|
|
msgid_plural "multi"
|
|
msgstr[0] "Multi Admin en_US 0"
|
|
msgstr[1] "Multi Admin en_US 1"
|
|
msgstr[2] "Multi Admin en_US 2"
|
|
|
|
msgctxt "month name"
|
|
msgid "May"
|
|
msgstr "May Admin en_US"
|
|
|
|
msgctxt "month name"
|
|
msgid "single"
|
|
msgid_plural "multi"
|
|
msgstr[0] "Multi Admin month en_US 0"
|
|
msgstr[1] "Multi Admin month en_US 1"
|
|
msgstr[2] "Multi Admin month en_US 2"
|
|
|
|
msgid "I should be translated"
|
|
msgstr "I should be translated: I WAS TRANSLATED"
|
|
|
|
msgid "Are we translated?"
|
|
msgstr "Are we translated? Yes, we are!"
|
|
|
|
msgid "Original with string: %1"
|
|
msgstr "Translated with: %1"
|