You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bundles/com.e1c.v8codestyle.md/src/com/e1c/v8codestyle/md/check/messages.properties
-92
Original file line number
Diff line number
Diff line change
@@ -1,52 +1,4 @@
1
1
2
-
CommonModuleNameClientServer_description = Client-server common module should end with ClientServer suffix
3
-
4
-
CommonModuleNameClientServer_message = Client-server common module should end with "{0}" suffix
5
-
6
-
CommonModuleNameClientServer_title = Client-server common module should end with ClientServer suffix
7
-
8
-
CommonModuleNameClient_description = Client common module should end with Client suffix
9
-
10
-
CommonModuleNameClient_message = Client common module name should end with "{0}" suffix
11
-
12
-
CommonModuleNameClient_title = Client common module should end with Client suffix
13
-
14
-
CommonModuleNameGlobalClientCheck_Description = Client global common module should end with Client suffix
15
-
16
-
CommonModuleNameGlobalClientCheck_Message = Client global common module should not have "{0}" suffix
17
-
18
-
CommonModuleNameGlobalClientCheck_Title = Client global common module should end with Client suffix
19
-
20
-
CommonModuleNameGlobal_Description = Global common module should end with Global suffix
21
-
22
-
CommonModuleNameGlobal_Message = Global common module should end with "{0}" suffix
23
-
24
-
CommonModuleNameGlobal_Title = Global common module should end with Global suffix
25
-
26
-
CommonModuleNamePrivilegedCheck_Description = Privileged common module should end with FullAccess suffix
27
-
28
-
CommonModuleNamePrivilegedCheck_Issue = Privileged common module should end with "{0}" suffix
29
-
30
-
CommonModuleNamePrivilegedCheck_Title = Privileged common module should end with FullAccess suffix
31
-
32
-
CommonModuleNameServerCallPostfixCheck_0 = Common module should end with {0}
33
-
34
-
CommonModuleNameServerCallPostfixCheck_Common_module_name_description = Common module should end with correct postfix
35
-
36
-
CommonModuleNameServerCallPostfixCheck_Common_module_postfix_title = Common module should end with correct postfix
37
-
38
-
CommonModuleType_description = Common module has incorrect type
39
-
40
-
CommonModuleType_message = Common module for type "{0}" has incorrect settings: {1}
41
-
42
-
CommonModuleType_title = Common module has incorrect type
43
-
44
-
ConfigurationDataLock_description = Application should use managed data lock mode
45
-
46
-
ConfigurationDataLock_message = Application should use managed data lock mode
47
-
48
-
ConfigurationDataLock_title = Configuration data lock mode
49
-
50
2
DbObjectAnyRefCheck_AnyRef = Do not use composite types AnyRef, CatalogRef, DocumentRef, and other for standard metadata objects stored in the infobase.
51
3
52
4
DbObjectAnyRefCheck_Description = Do not use composite types AnyRef, CatalogRef, DocumentRef, and other for standard metadata objects stored in the infobase.
@@ -67,26 +19,12 @@ DbObjectRefNonRefTypesCheck_Ref_and_other = Composite type attributes used in jo
67
19
68
20
DbObjectRefNonRefTypesCheck_Title = Restrictions on the use of composite type attributes
69
21
70
-
DocumentPostInPrivilegedModeCheck_title = In document that allow posting don't set flag "Post/Unpost in privileged mode"
71
-
72
-
DocumentPostInPrivilegedModeCheck_description = In document that allow posting don't set flag "Post/Unpost in privileged mode"
73
-
74
-
DocumentPostInPrivilegedModeCheck_message_Post_in_privileged_mode = In document that allow posting don't set flag "Post in privileged mode"
75
-
76
-
DocumentPostInPrivilegedModeCheck_message_Unpost_in_privileged_mode = In document that allow posting don't set flag "Unpost in privileged mode"
77
-
78
22
ExtensionMdObjectNamePrefixCheck_Description = The object name of the extension object does not have a prefix corresponding to the prefix of the extension itself
79
23
80
24
ExtensionMdObjectNamePrefixCheck_Object_0_should_have_1_prefix = The object "{0}" should have "{1}" prefix
81
25
82
26
ExtensionMdObjectNamePrefixCheck_Title = Extension object name does not have extension prefix
83
27
84
-
FunctionalOptionPrivilegedGetModeCheck_message = Functional option don't use privileged get mode
85
-
86
-
FunctionalOptionPrivilegedGetModeCheck_description = Functional option don't use privileged get mode
87
-
88
-
FunctionalOptionPrivilegedGetModeCheck_title = Functional option don't use privileged get mode
89
-
90
28
MdListObjectPresentationCheck_Neither_Object_presentation_nor_List_presentation_is_not_filled = Neither Object presentation nor List presentation is not filled
91
29
92
30
MdListObjectPresentationCheck_decription = Neither Object presentation nor List presentation is not filled
@@ -141,36 +79,6 @@ MdOwnerAttributeSynonymEmpty_owner_ErrorMessage = Synonym of the 'Owner' standar
141
79
142
80
MdOwnerAttributeSynonymEmpty_parent_ErrorMessage = Synonym of the 'Parent' standard attribute is not specified
143
81
144
-
MdScheduledJobDescriptionCheck_description = The description of the predefine sheduled job is set
145
-
146
-
MdScheduledJobDescriptionCheck_message = The description of the predefine sheduled job is set
147
-
148
-
MdScheduledJobDescriptionCheck_title = The description of the predefine sheduled job is set
MdScheduledJobPeriodicityCheck_The_minimum_job_interval_is_less_then_minute = The minimum job interval is less then {0}s
153
-
154
-
MdScheduledJobPeriodicityCheck_description = The minimum job interval is less then {0}s
155
-
156
-
MdScheduledJobPeriodicityCheck_title = The minimum job interval is less then {0}s
157
-
158
-
RegisterResourcePrecisionCheck_description = Accumulation or accounting register resource precision is more than 25
159
-
160
-
RegisterResourcePrecisionCheck_message = Accumulation or accounting register resource "{0}" precision is more than {1}
161
-
162
-
RegisterResourcePrecisionCheck_title = Accumulation or accounting register resource precision is more than 25
163
-
164
-
SubsystemSynonymTooLongCheck_Exclude_languages_comma_separated = Exclude languages (codes, comma-separated)
165
-
166
-
SubsystemSynonymTooLongCheck_Length_of_section_name_more_than_symbols_for_language = Length of section synonym "{0}" more than {1} symbols for language {2}
167
-
168
-
SubsystemSynonymTooLongCheck_Maximum_section_name_length = Maximum section name length
169
-
170
-
SubsystemSynonymTooLongCheck_description = Section name is more than 35 characters long
171
-
172
-
SubsystemSynonymTooLongCheck_title = Section name is more than 35 characters long
173
-
174
82
UnsafePasswordStorageCheck_Avoid_storing_password_in_infobase = Avoid storing passwords in the infobase
175
83
176
84
UnsafePasswordStorageCheck_Avoid_storing_password_in_infobase_description = To minimize risks of unauthorized access to passwords, avoid storing passwords in the infobase.
0 commit comments