mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 15:06:56 +07:00
[java-compiler] Properly localize MakeModuleAction presentation
GitOrigin-RevId: 3a4ace4dfb390f048f341b1f3181b43e6dd84f5e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
311c540e2b
commit
33884c70e3
@@ -11,6 +11,9 @@ action.compile.description.selected.files=Selected Files
|
||||
rebuild.lvcs.label.no.errors=''{0}'' with no errors
|
||||
rebuild.lvcs.label.with.errors=''{0}'' with errors
|
||||
action.make.selected.modules.text=Build Selected _Modules
|
||||
action.make.single.module.text=Build _Module ''{0}''
|
||||
# {0} = comma-separated quoted module names
|
||||
action.make.few.modules.text=Build _Modules {0}
|
||||
message.resource.patterns.format.changed=The format of resource patterns has changed.\n{0} failed to convert existing regular expression patterns:\n{1}\nPlease enter pattern string in a new format.\nEach resource pattern may contain the following wildcards:\n? - one character\n* - zero or more characters\n! - negate the pattern (allowed only at the start of a pattern)\nUse ; (semicolon) to separate resource patterns;\nEscape the "!" character with a backslash ("\\").\nYou might also need to modify template project settings.\nPress ''{2}'' to accept entered patterns, ''{3}'' to load default patterns in new format.
|
||||
pattern.conversion.dialog.title=Pattern Conversion
|
||||
error.bad.resource.patterns=The following resource patterns are malformed:{0}
|
||||
|
||||
Reference in New Issue
Block a user