mirror of
https://github.com/webmin/webmin.git
synced 2026-09-14 17:40:40 +01:00
Fix spacing
This commit is contained in:
@@ -2,4 +2,3 @@ osdn=Webmin OSDN 미러 사이트의 리스트 받기?,1,1-Yes,0-No
|
||||
standard_url=표준 모듈 리스트 URL,3,www.webmin.com
|
||||
third_url=third party 모듈 리스트 URL,3,www.webmin.com
|
||||
cron_mode=업데이트 시간 보기,1,0-간단한 인터페이스,1-Cron 시간 선택
|
||||
warn_days=
|
||||
|
||||
@@ -11,7 +11,7 @@ print &text('log_desc', "<tt>$miniserv{'logfile'}</tt>"),"<p>\n";
|
||||
print &text('log_desc2', "<tt>$webmin_logfile</tt>"),"<p>\n";
|
||||
|
||||
print &ui_form_start("change_log.cgi", "post");
|
||||
print &ui_table_start($text{'log_header'}, undef, 2, [ "width=30%" ]);
|
||||
print &ui_table_start($text{'log_header'}, undef, 2);
|
||||
|
||||
# Is logging enabled?
|
||||
print &ui_table_row($text{'log_status'},
|
||||
|
||||
@@ -94,8 +94,8 @@ proxy_eftp2=The FTP proxy server must be entered as a URL, like $1
|
||||
proxy_bind=Source IP address for HTTP connections
|
||||
proxy_ebind=Missing or invalid source IP address
|
||||
proxy_osdn=Preferred OSDN mirror for downloads
|
||||
proxy_mirrordef=<Default (UNC)>
|
||||
proxy_mirrordef2=Default (UNC)
|
||||
proxy_mirrordef=<Default (Let Sourceforge decide)>
|
||||
proxy_mirrordef2=Default (Let Sourceforge decide)
|
||||
proxy_other=Other..
|
||||
proxy_eother=Missing or invalid-looking OSDN mirror code
|
||||
proxy_desc2=When Webmin downloads a file from a URL hosted on sourceforge, it will automatically use the mirror site based on your selection below, where possible.
|
||||
|
||||
@@ -30,3 +30,4 @@ syslog=1
|
||||
desc_ko_KR.UTF-8=Webmin 구성
|
||||
desc_it=Configurazione di Webmin
|
||||
desc_cz=Konfigurace Webminu
|
||||
desc_ru.UTF-8=Ð<>аÑ<C2B0>тройка Webmin
|
||||
|
||||
Reference in New Issue
Block a user