From 1d92890a139dd039e6a75653c6d4f872f00d9e19 Mon Sep 17 00:00:00 2001 From: taggon Date: Wed, 16 Mar 2011 02:48:04 +0000 Subject: [PATCH] =?UTF-8?q?r8183=20=EB=B3=B4=EC=99=84=20msg=5Fis=5Fnot=5Fe?= =?UTF-8?q?xists=20->=20msg=5Fdoes=5Fnot=5Fexist?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8185 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- classes/module/ModuleHandler.class.php | 6 +++--- common/lang/en.lang.php | 2 +- common/lang/fr.lang.php | 2 +- common/lang/ge.lang.php | 2 +- common/lang/jp.lang.php | 2 +- common/lang/ko.lang.php | 2 +- common/lang/mn.lang.php | 2 +- common/lang/ru.lang.php | 2 +- common/lang/tr.lang.php | 2 +- common/lang/vi.lang.php | 2 +- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/classes/module/ModuleHandler.class.php b/classes/module/ModuleHandler.class.php index bcc0de62d..1391a7aff 100644 --- a/classes/module/ModuleHandler.class.php +++ b/classes/module/ModuleHandler.class.php @@ -59,7 +59,7 @@ // execute addon (before module initialization) $called_position = 'before_module_init'; $oAddonController = &getController('addon'); - $addon_file = $oAddonController->getCacheFilePath(Mobile::isFromMobilePhone()?"mobile":"pc"); + $addon_file = $oAddonController->getCacheFilePath(Mobile::isFromMobilePhone()?'mobile':'pc'); @include($addon_file); } @@ -186,7 +186,7 @@ // If not installed yet, modify act if($this->module=="install") { if(!$this->act || !$xml_info->action->{$this->act}) $this->act = $xml_info->default_index_act; - } + } // if act exists, find type of the action, if not use default index act if(!$this->act) $this->act = $xml_info->default_index_act; @@ -223,7 +223,7 @@ } if(!is_object($oModule)) { - $this->error = 'msg_module_is_not_exists'; + $this->error = 'msg_module_does_not_exist'; return; } diff --git a/common/lang/en.lang.php b/common/lang/en.lang.php index 2822814f7..9cf78219d 100644 --- a/common/lang/en.lang.php +++ b/common/lang/en.lang.php @@ -226,7 +226,7 @@ $lang->msg_fail_to_request_open = 'Fail to open your request'; $lang->msg_invalid_format = 'Invalid Format'; $lang->msg_not_permitted_act = 'You do not have permission to execute requested action'; -$lang->msg_module_does_not_exists = "Couldn't find the requested module.\nPlease contact the administrator."; +$lang->msg_module_does_not_exist = "Couldn't find the requested module.\nPlease contact the administrator."; $lang->msg_module_is_not_standalone = 'Requested module cannot be executed independently'; $lang->msg_default_url_is_not_defined = 'Default URL is not defined'; diff --git a/common/lang/fr.lang.php b/common/lang/fr.lang.php index 72301658e..effdf788e 100644 --- a/common/lang/fr.lang.php +++ b/common/lang/fr.lang.php @@ -226,7 +226,7 @@ $lang->msg_fail_to_request_open = 'Fail to open your request'; $lang->msg_invalid_format = 'Invalid Format'; $lang->msg_not_permitted_act = 'Vous n\'êtes pas autorisés à exécuter l\'action que vous avez demandé.'; -$lang->msg_module_does_not_exists = "Vous ne trouvez pas le module demandé.\nS'il vous plaît contacter l'administrateur."; +$lang->msg_module_does_not_exist = "Vous ne trouvez pas le module demandé.\nS'il vous plaît contacter l'administrateur."; $lang->msg_module_is_not_standalone = 'Le module demandé ne peut pas être exécuté indépendamment.'; $lang->msg_default_url_is_not_defined = 'URL par défaut n\'est pas défini.'; diff --git a/common/lang/ge.lang.php b/common/lang/ge.lang.php index 040d4bc3c..119696c82 100644 --- a/common/lang/ge.lang.php +++ b/common/lang/ge.lang.php @@ -226,7 +226,7 @@ $lang->msg_fail_to_request_open = 'Fail to open your request'; $lang->msg_invalid_format = 'Invalid Format'; $lang->msg_not_permitted_act = 'Sie haben keine Berechtigung zur Ausführung angeforderte Aktion'; -$lang->msg_module_does_not_exists = "요청하신 모듈을 찾을 수 없습니다.\n사이트 관리자에게 모듈 점검 요청 바랍니다"; +$lang->msg_module_does_not_exist = "요청하신 모듈을 찾을 수 없습니다.\n사이트 관리자에게 모듈 점검 요청 바랍니다"; $lang->msg_module_is_not_standalone = 'Gewünschte Modul kann nicht ausgeführt werden unabhängig'; $lang->msg_default_url_is_not_defined = '기본 URL이 정해지지 않아서 동작을 중지합니다'; diff --git a/common/lang/jp.lang.php b/common/lang/jp.lang.php index 0b4add9b4..69761add5 100644 --- a/common/lang/jp.lang.php +++ b/common/lang/jp.lang.php @@ -226,7 +226,7 @@ $lang->msg_fail_to_request_open = 'リクエストのアクセスに失敗しま $lang->msg_invalid_format = '正しくないフォーマットです。'; $lang->msg_not_permitted_act = '現在の操作は実行する権限がありません。'; -$lang->msg_module_does_not_exists = "動作に必要なモジュールが見つかりません。\nサイト管理者へモジュールの点検をお問い合わせ下さい。"; +$lang->msg_module_does_not_exist = "動作に必要なモジュールが見つかりません。\nサイト管理者へモジュールの点検をお問い合わせ下さい。"; $lang->msg_module_is_not_standalone = 'このモジュールはスタンドアローンでは作動しません。'; $lang->msg_default_url_is_not_defined = 'デフォルトURLが定められてないため、動作を中止します。'; diff --git a/common/lang/ko.lang.php b/common/lang/ko.lang.php index 688c9f3a3..51f412e87 100644 --- a/common/lang/ko.lang.php +++ b/common/lang/ko.lang.php @@ -226,7 +226,7 @@ $lang->msg_fail_to_request_open = '요청하신 연결에 실패하였습니다. $lang->msg_invalid_format = '잘못된 형식입니다.'; $lang->msg_not_permitted_act = '요청하신 기능을 실행할 수 있는 권한이 없습니다.'; -$lang->msg_module_does_not_exists = "요청하신 모듈을 찾을 수 없습니다.\n사이트 관리자에게 모듈 점검 요청 바랍니다"; +$lang->msg_module_does_not_exist = "요청하신 모듈을 찾을 수 없습니다.\n사이트 관리자에게 모듈 점검 요청 바랍니다"; $lang->msg_module_is_not_standalone = '요청하신 모듈은 독립적으로 동작할 수 없습니다.'; $lang->msg_default_url_is_not_defined = '기본 URL이 정해지지 않아서 동작을 중지합니다'; diff --git a/common/lang/mn.lang.php b/common/lang/mn.lang.php index dfa2edc8b..766561443 100644 --- a/common/lang/mn.lang.php +++ b/common/lang/mn.lang.php @@ -228,7 +228,7 @@ $lang->msg_fail_to_request_open = 'Холболт амжилтгvй боллоо $lang->msg_invalid_format = 'Буруу хэлбэр байна.'; $lang->msg_not_permitted_act = 'Хүсэлт гаргасан үйлдлийг хэрэгжүүлэх эрх байхгүй.'; -$lang->msg_module_does_not_exists = 'Хүссэн модиулыг олж чадсангүй'; +$lang->msg_module_does_not_exist = 'Хүссэн модиулыг олж чадсангүй'; $lang->msg_module_is_not_standalone = 'Хүсэлт гаргасан модиул нь бие даан хэрэгжих боломжгүй'; $lang->success_registed = 'Бүртгэгдсэн'; diff --git a/common/lang/ru.lang.php b/common/lang/ru.lang.php index e9d1d84a3..a7b5171ca 100644 --- a/common/lang/ru.lang.php +++ b/common/lang/ru.lang.php @@ -227,7 +227,7 @@ $lang->msg_fail_to_request_open = 'Ошибка в запрашиваемом с $lang->msg_invalid_format = 'Неверный формат'; $lang->msg_not_permitted_act = 'У Вас нет прав для исполнения запрошенного действия'; -$lang->msg_module_does_not_exists = "Невозможно найти запрашиваемый модуль.\nПросьба обратиться к администратору"; +$lang->msg_module_does_not_exist = "Невозможно найти запрашиваемый модуль.\nПросьба обратиться к администратору"; $lang->msg_module_is_not_standalone = 'Запрошенный модуль не может быть исполнен независимо'; $lang->msg_default_url_is_not_defined = 'Default URL is not define'; diff --git a/common/lang/tr.lang.php b/common/lang/tr.lang.php index 01d518719..0a81ce9df 100644 --- a/common/lang/tr.lang.php +++ b/common/lang/tr.lang.php @@ -226,7 +226,7 @@ $lang->msg_fail_to_request_open = 'İsteğiniz gerçekleşmedi.'; $lang->msg_invalid_format = 'Geçersiz Biçim'; $lang->msg_not_permitted_act = 'İstenilen eylemi gerçekleştirmeye yetkiniz yok.'; -$lang->msg_module_does_not_exists = "İstenilen modül bulunamadı.\nLütfen site yöneticisine bildirin."; +$lang->msg_module_does_not_exist = "İstenilen modül bulunamadı.\nLütfen site yöneticisine bildirin."; $lang->msg_module_is_not_standalone = 'İstenilen modül bağımsız çalışamaz.'; $lang->msg_default_url_is_not_defined = 'Varsayılan URL tanımlı değil.'; diff --git a/common/lang/vi.lang.php b/common/lang/vi.lang.php index 39b96c960..edac284c1 100644 --- a/common/lang/vi.lang.php +++ b/common/lang/vi.lang.php @@ -220,7 +220,7 @@ $lang->msg_not_founded = 'Không tìm thấy.'; $lang->msg_no_result = 'Không có kết quả nào được tìm thấy.'; $lang->msg_not_permitted_act = 'Bạn không được phép làm việc này.'; -$lang->msg_module_does_not_exists = 'Không tìm thấy Module yêu cầu'; +$lang->msg_module_does_not_exist = 'Không tìm thấy Module yêu cầu'; $lang->msg_module_is_not_standalone = 'Module yêu cầu không thể thực hiện độc lập.'; $lang->success_registed = 'Chúc mừng bạn đã đăng kí thành công!';