Fix inconsistent naming of editor and ncenterlite modules

This commit is contained in:
Kijin Sung 2024-05-07 22:29:48 +09:00
parent c2d49e3f0e
commit db8f6b2d59
5 changed files with 21 additions and 23 deletions

View file

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<module version="0.2">
<title xml:lang="vi">WYSIWYG Editor</title>
<title xml:lang="ko">위지윅 에디터 </title>
<title xml:lang="en">WYSIWYG Editor</title>
<title xml:lang="es">Editor WYSIWYG</title>
<title xml:lang="vi">Editor</title>
<title xml:lang="ko">에디터 </title>
<title xml:lang="en">Editor</title>
<title xml:lang="es">Editor</title>
<title xml:lang="zh-CN">网页编辑器</title>
<title xml:lang="jp">ウィジウィグエディター</title>
<title xml:lang="ru">WYSIWYG-редактор</title>
<title xml:lang="jp">エディター</title>
<title xml:lang="ru">редактор</title>
<title xml:lang="zh-TW">網頁編輯器</title>
<title xml:lang="tr">Editor WYSIWYG</title>
<title xml:lang="tr">Editor</title>
<description xml:lang="vi">Module hiển thị WYSIWYG Editor để quản lý những kiểu viết bài.</description>
<description xml:lang="ko">위지윅 에디터를 출력하거나 에디터 컴포넌트들을 관리/중계하는 합니다.</description>
<description xml:lang="en">Module for displaying WYSIWYG editor and managing/relaying editor components.</description>

View file

@ -30,17 +30,15 @@
</eventHandlers>
<menus>
<menu name="editor">
<title xml:lang="en">WYSIWYG Editor</title>
<title xml:lang="ko">에디터</title>
<title xml:lang="zh-CN">WYSIWYG Editor</title>
<title xml:lang="jp">ウィジウィグエディター</title>
<title xml:lang="es">WYSIWYG Editor</title>
<title xml:lang="ru">WYSIWYG Editor</title>
<title xml:lang="fr">WYSIWYG Editor</title>
<title xml:lang="zh-TW">WYSIWYG Editor</title>
<title xml:lang="vi">WYSIWYG Editor</title>
<title xml:lang="mn">WYSIWYG Editor</title>
<title xml:lang="tr">WYSIWYG Editor</title>
<title xml:lang="vi">Editor</title>
<title xml:lang="ko">에디터 </title>
<title xml:lang="en">Editor</title>
<title xml:lang="es">Editor</title>
<title xml:lang="zh-CN">网页编辑器</title>
<title xml:lang="jp">エディター</title>
<title xml:lang="ru">редактор</title>
<title xml:lang="zh-TW">網頁編輯器</title>
<title xml:lang="tr">Editor</title>
</menu>
</menus>
</module>

View file

@ -52,9 +52,9 @@
</eventHandlers>
<menus>
<menu name="ncenterlite" type="all">
<title xml:lang="ko">알림센터 Lite</title>
<title xml:lang="en">Notification Center Lite</title>
<title xml:lang="jp">通知センター Lite</title>
<title xml:lang="ko">알림 센터</title>
<title xml:lang="en">Notification Center</title>
<title xml:lang="jp">通知センター</title>
</menu>
</menus>
</module>

View file

@ -1,5 +1,5 @@
<?php
$lang->ncenterlite = 'Notification Center Lite';
$lang->ncenterlite = 'Notification Center';
$lang->ncenterlite_notify = 'notification';
$lang->ncenterlite_install_version = 'Installed version';
$lang->ncenterlite_advenced_config = 'Advenced Setting';

View file

@ -1,5 +1,5 @@
<?php
$lang->ncenterlite = '알림센터 Lite';
$lang->ncenterlite = '알림 센터';
$lang->ncenterlite_notify = '알림';
$lang->ncenterlite_install_version = '설치된 버전';
$lang->ncenterlite_advenced_config = '고급 설정';