mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 02:46:40 +02:00
fixed all thisdirection strings to rtl or ltr instead of translations
changed all translated parentlanguage strngs to empty strings (->default english) See discussion http://moodle.org/mod/forum/discuss.php?d=24501#115858
This commit is contained in:
parent
061d8339a6
commit
3e688521c6
16 changed files with 19 additions and 19 deletions
|
@ -613,7 +613,7 @@ $string['order'] = '次序';
|
|||
$string['other'] = '其他';
|
||||
$string['outline'] = '外觀';
|
||||
$string['page'] = '頁';
|
||||
$string['parentlanguage'] = '主顯示語言';
|
||||
$string['parentlanguage'] = '';
|
||||
$string['participants'] = '課程參與者';
|
||||
$string['password'] = '密碼';
|
||||
$string['passwordchanged'] = '密碼已經被修改';
|
||||
|
@ -751,7 +751,7 @@ $string['theme'] = '佈景主題 ';
|
|||
$string['themes'] = '佈景主題';
|
||||
$string['themesaved'] = '儲存新的顯示格式';
|
||||
$string['thischarset'] = 'UTF-8';
|
||||
$string['thisdirection'] = '閱讀方向';
|
||||
$string['thisdirection'] = 'ltr';
|
||||
$string['thislanguage'] = 'Taiwan';
|
||||
$string['time'] = '時間';
|
||||
$string['timezone'] = '時區';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue