mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 00:32:15 +09:00
Add option to auto-select the language
This commit is contained in:
parent
a1fc0e3c3b
commit
96154c8430
7 changed files with 45 additions and 10 deletions
|
|
@ -65,8 +65,10 @@ $lang->about_lang_env = 'If you want to make the language setting same for first
|
|||
$lang->xe_license = 'Rhymix complies with the GPL.';
|
||||
$lang->yesterday = 'Yesterday';
|
||||
$lang->today = 'Today';
|
||||
$lang->default_lang = 'Select default language.';
|
||||
$lang->lang_select = 'Select the supporting language(s).';
|
||||
$lang->default_lang = 'Default Language';
|
||||
$lang->lang_select = 'Supported Languages';
|
||||
$lang->auto_select_lang = 'Auto-select Language';
|
||||
$lang->about_auto_select_lang = 'Automatically select the language based on the language of each visitor\'s browser.';
|
||||
$lang->about_recompile_cache = 'Delete useless or invalid cache files?';
|
||||
$lang->confirm_run = 'It may take a long time. Do you want to run?';
|
||||
$lang->use_ssl = 'Use <abbr title="Secure Sockets Layer">SSL</abbr>';
|
||||
|
|
|
|||
|
|
@ -67,6 +67,8 @@ $lang->yesterday = '어제';
|
|||
$lang->today = '오늘';
|
||||
$lang->default_lang = '기본 언어 선택';
|
||||
$lang->lang_select = '지원 언어 선택';
|
||||
$lang->auto_select_lang = '언어 자동 선택';
|
||||
$lang->about_auto_select_lang = '방문자의 브라우저 언어에 따라 자동으로 언어를 선택하는 기능입니다.';
|
||||
$lang->about_recompile_cache = '쓸모 없어졌거나 잘못된 캐시파일들을 지우시겠습니까?';
|
||||
$lang->confirm_run = '오랜 시간이 걸릴 수 있습니다. 실행하시겠습니까?';
|
||||
$lang->use_ssl = '<abbr title="Secure Sockets Layer">SSL</abbr> 사용';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue