diff --git a/module/editor/lang/de.php b/module/editor/lang/de.php index 3aa39c2f44..c15c1740f2 100644 --- a/module/editor/lang/de.php +++ b/module/editor/lang/de.php @@ -36,7 +36,7 @@ $lang->editor->editFileError = 'Sie können nur ZenTao Dateien verändern!'; $lang->editor->notWritable = "Nicht beschreibbar. Berechtigung erforderlich. Bitte versuchen Sie chmod 777 -R "; $lang->editor->notDelete = 'Kann nicht gelöscht werden. Bitte prüfen Sie Ihre Berechtigungen!'; $lang->editor->emptyFileName = 'Bitte geben Sie einen Dateinamen an!'; -$lang->editor->onlyLocalVisit = "This feature only works when the IP is 127.0.0.1. Document"; +$lang->editor->onlyLocalVisit = "This feature only works when the IP is 127.0.0.1. Document"; $lang->editor->translate['config.php'] = 'config'; $lang->editor->translate['control.php'] = 'control'; diff --git a/module/editor/lang/en.php b/module/editor/lang/en.php index 8b8b22bb36..a41017054c 100644 --- a/module/editor/lang/en.php +++ b/module/editor/lang/en.php @@ -36,7 +36,7 @@ $lang->editor->editFileError = 'You can only modify ZenTao files!'; $lang->editor->notWritable = "Not wirtable. Permission is required. Please try chmod 777 -R "; $lang->editor->notDelete = 'Cannot be deleted. Please check your permissions!'; $lang->editor->emptyFileName = 'Please enter a File Name!'; -$lang->editor->onlyLocalVisit = "This feature only works when the IP is 127.0.0.1. Document"; +$lang->editor->onlyLocalVisit = "This feature only works when the IP is 127.0.0.1. Document"; $lang->editor->translate['config.php'] = 'config'; $lang->editor->translate['control.php'] = 'control'; diff --git a/module/editor/lang/zh-cn.php b/module/editor/lang/zh-cn.php index 3bf906db8b..06a7f03206 100644 --- a/module/editor/lang/zh-cn.php +++ b/module/editor/lang/zh-cn.php @@ -36,7 +36,7 @@ $lang->editor->editFileError = '只能修改禅道文件!'; $lang->editor->notWritable = "无法写入,可能没有权限。请尝试执行 chmod 777 -R "; $lang->editor->notDelete = '无法删除,请检查权限!'; $lang->editor->emptyFileName = '请写入一个文件名!'; -$lang->editor->onlyLocalVisit = "该功能只能在IP:127.0.0.1下访问。说明文档"; +$lang->editor->onlyLocalVisit = "该功能只能在IP:127.0.0.1下访问。说明文档"; $lang->editor->translate['config.php'] = 'config'; $lang->editor->translate['control.php'] = 'control'; diff --git a/module/editor/lang/zh-tw.php b/module/editor/lang/zh-tw.php index 9b130365d4..2daa78a6bb 100644 --- a/module/editor/lang/zh-tw.php +++ b/module/editor/lang/zh-tw.php @@ -36,7 +36,7 @@ $lang->editor->editFileError = '只能修改禪道檔案!'; $lang->editor->notWritable = "無法寫入,可能沒有權限。請嘗試執行 chmod 777 -R "; $lang->editor->notDelete = '無法刪除,請檢查權限!'; $lang->editor->emptyFileName = '請寫入一個檔案名!'; -$lang->editor->onlyLocalVisit = "該功能只能在IP:127.0.0.1下訪問。說明文檔"; +$lang->editor->onlyLocalVisit = "該功能只能在IP:127.0.0.1下訪問。說明文檔"; $lang->editor->translate['config.php'] = 'config'; $lang->editor->translate['control.php'] = 'control'; diff --git a/module/translate/css/index.css b/module/translate/css/index.css index f2072f9e18..36d02bab5f 100644 --- a/module/translate/css/index.css +++ b/module/translate/css/index.css @@ -1,4 +1,5 @@ #mainMenu{font-size:14px;padding:5px 0px; line-height: 25px;} +.row{margin-bottom:10px;} .panel{margin-bottom:0px; border:0px;} .panel .panel-heading{border-bottom:1px solid #ddd;} .panel .panel-body{padding-bottom:5px;}