mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 16:49:58 +09:00
Convert addon lang files from XML to PHP
This commit is contained in:
parent
5b09fcc818
commit
9b621d9c8c
29 changed files with 115 additions and 132 deletions
5
addons/captcha_member/lang/en.php
Normal file
5
addons/captcha_member/lang/en.php
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
$lang->about_captcha = 'Please type the characters you see in the picture above. They are not case-sensitive.';
|
||||
$lang->captcha_reload = 'Refresh the image';
|
||||
$lang->captcha_play = 'Listen and type the letters you hear.';
|
||||
$lang->captcha_denied = 'The characters you entered didn\'t match the word verification.';
|
||||
Loading…
Add table
Add a link
Reference in a new issue