diff --git a/bundles/com.e1c.v8codestyle.md/src/com/e1c/v8codestyle/md/check/messages.properties b/bundles/com.e1c.v8codestyle.md/src/com/e1c/v8codestyle/md/check/messages.properties index b6c155af..b1d778dc 100644 --- a/bundles/com.e1c.v8codestyle.md/src/com/e1c/v8codestyle/md/check/messages.properties +++ b/bundles/com.e1c.v8codestyle.md/src/com/e1c/v8codestyle/md/check/messages.properties @@ -11,11 +11,11 @@ CommonModuleNameClient_message = Client common module name should end with "{0}" CommonModuleNameClient_title = Client common module should end with Client suffix -CommonModuleNameGlobalClientCheck_Description = Global common module should end with Global suffix +CommonModuleNameGlobalClientCheck_Description = Client global common module should end with Client suffix -CommonModuleNameGlobalClientCheck_Message = Global common module should not have "{0}" suffix +CommonModuleNameGlobalClientCheck_Message = Client global common module should not have "{0}" suffix -CommonModuleNameGlobalClientCheck_Title = Global common module should end with Global suffix +CommonModuleNameGlobalClientCheck_Title = Client global common module should end with Client suffix CommonModuleNameGlobal_Description = Global common module should end with Global suffix diff --git a/bundles/com.e1c.v8codestyle.md/src/com/e1c/v8codestyle/md/check/messages_ru.properties b/bundles/com.e1c.v8codestyle.md/src/com/e1c/v8codestyle/md/check/messages_ru.properties index da150d6b..bde41d1d 100644 --- a/bundles/com.e1c.v8codestyle.md/src/com/e1c/v8codestyle/md/check/messages_ru.properties +++ b/bundles/com.e1c.v8codestyle.md/src/com/e1c/v8codestyle/md/check/messages_ru.properties @@ -12,11 +12,11 @@ CommonModuleNameClient_message = Клиентский общий модуль д CommonModuleNameClient_title = Клиентский общий модуль должен оканчиваться на суффикс Клиент -CommonModuleNameGlobalClientCheck_Description = Глобальный общий модуль должен оканчиваться на суффикс Глобальный +CommonModuleNameGlobalClientCheck_Description = Клиентский глобальный общий модуль должен оканчиваться на суффикс Клиент -CommonModuleNameGlobalClientCheck_Message = Глобальный общий модуль не должен содержать суффикс "{0}" +CommonModuleNameGlobalClientCheck_Message = Клиентский глобальный общий модуль не должен содержать суффикс "{0}" -CommonModuleNameGlobalClientCheck_Title = Глобальный общий модуль должен оканчиваться на суффикс Глобальный +CommonModuleNameGlobalClientCheck_Title = Клиентский глобальный общий модуль должен оканчиваться на суффикс Клиент CommonModuleNameGlobal_Description = Глобальный общий модуль должен оканчиваться на суффикс Глобальный