Server IP : 103.118.17.23 / Your IP : 216.73.216.188 Web Server : Microsoft-IIS/10.0 System : Windows NT RESELLERPLESK22 10.0 build 20348 (Windows Server 2016) AMD64 User : IWAM_plesk(default) ( 0) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : E:/Inetpub/vhosts/mesa.org.in/httpdocs/assets/_core/php/examples/communication/ |
Upload File : |
# Note: This file needs to be in /includes/i18n to work properly # Be sure to copy this file into that directory to enable translation # Qcubed Examples Site # English (Generic) Translation MsgId "Internationalization and Translation" MsgStr "Internationalization and Translation" MsgId "\n" " Qcubed offers internationalization support via <b>QApplication::Translate()</b> (which internally\n" " will use the <b>QI18n</b> class). Language and country\n" " settings can be setup in <b>prepend.inc</b>. By default, Qcubed will check the session to determine\n" " which language and country is currently being used, but it is really up to the developer to\n" " determine how you want the language and country codes get discovered (e.g., via the URL, via\n" " GET arguments, etc.)" MsgStr "\n" " Qcubed offers internationalization support via <b>QApplication::Translate()</b> (which internally\n" " will use the <b>QI18n</b> class). Language and country\n" " settings can be setup in <b>prepend.inc</b>. By default, Qcubed will check the session to determine\n" " which language and country is currently being used, but it is really up to the developer to\n" " determine how you want the language and country codes get discovered (e.g., via the URL, via\n" " GET arguments, etc.)" MsgId "Language files are in the GNU PO format (see" MsgStr "Language files are in the GNU PO format (see" MsgId "for more information), and are placed in the <b>/includes/i18n</b> directory." MsgStr "for more information), and are placed in the <b>/includes/i18n</b> directory." MsgId "\n" " To translate any piece of text, simply use <b>QApplication::Translate(xxx)</b>. Or as a shortcut,\n" " if you want to do a PHP <b>print()</b> of any translated text in your template, you can use\n" " the Qcubed printing shortcut <b>_t(xxx)</b> -- this does the equivalent of\n" " <b>print(QApplication::Translate(xxx))</b>." MsgStr "\n" " To translate any piece of text, simply use <b>QApplication::Translate(xxx)</b>. Or as a shortcut,\n" " if you want to do a PHP <b>print()</b> of any translated text in your template, you can use\n" " the Qcubed printing shortcut <b>_t(xxx)</b> -- this does the equivalent of\n" " <b>print(QApplication::Translate(xxx))</b>." MsgId "\n" " Note that generated Form Drafts and the QControls are all I18n aware -- they will translate themselves\n" " based on the selected language (as long as the appropriate language file exists). Qcubed-specific\n" " langauge files are part of Qcubed core, and exist in <b>/includes/qcodo/i18n</b>. <b>Please Note:</b>\n" " we are desparately in need of more language files. If you are able to contribute, please take\n" " the current en.po file and translate it to any currently unsupported language and feel free to\n" " submit it. Also note that the Spanish translation (es.po) language files (both in the example\n" " and in Qcubed core) need to be corrected." MsgStr "\n" " Note that generated Form Drafts and the QControls are all I18n aware -- they will translate themselves\n" " based on the selected language (as long as the appropriate language file exists). Qcubed-specific\n" " langauge files are part of Qcubed core, and exist in <b>/includes/qcodo/i18n</b>. <b>Please Note:</b>\n" " we are desparately in need of more language files. If you are able to contribute, please take\n" " the current en.po file and translate it to any currently unsupported language and feel free to\n" " submit it. Also note that the Spanish translation (es.po) language files (both in the example\n" " and in Qcubed core) need to be corrected." MsgId "\n" " Finally, due to the heavy processing of PO parsing, the results of the PO parsing are cached\n" " using QCache, and cached files are stored in <b>/includes/cache/i18n</b>." MsgStr "\n" " Finally, due to the heavy processing of PO parsing, the results of the PO parsing are cached\n" " using QCache, and cached files are stored in <b>/includes/cache/i18n</b>." MsgId "Internationalization Example" MsgStr "Internationalization Example" MsgId "Current Language" MsgStr "Current Language" MsgId "Switch to" MsgStr "Switch to" MsgId "To view the People form draft translated into the selected language, go to" MsgStr "To view the People form draft translated into the selected language, go to"