Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想翻译登录 joomla 模块的提交值
<input type="submit" name="Submit" class="button" value="<?php echo JText::_('JLOGIN') ?>" />
我在哪里可以提前找到“JLOGIN”文本和 thnks。
在 Joomla 1.6 或更高版本中,有一个用户界面用于覆盖语言管理器中的特定语言字符串。转到语言管理器并选择覆盖选项卡。UI中有详细的使用说明。
这些总是在您的语言 ini 文件中定义。快速搜索显示:language/en-GB/en-GB.ini。该en-GB目录将根据您的默认语言而有所不同。
language/en-GB/en-GB.ini
en-GB
此文本的当前值为Log in, 对于 en-GB 即。
Log in