VCS: option to turn off background checks for "changed on server"
[fedora-idea.git] / platform / platform-resources-en / src / messages / DaemonBundle.properties
blob9bfa7c5544753525a70341e18ef3c8e7462d07dc
1 method.is.implemented.too.many=Has implementations
2 method.is.overridden.too.many=Is overridden in subclasses
3 interface.is.implemented.too.many=Has implementations
4 class.is.subclassed.too.many=Has subclasses
6 method.implements=Implements method in ''{1}''
7 method.implements.in=Implements method ''{0}'' in ''{1}''
9 method.overrides=Overrides method in ''{1}''
10 method.overrides.in=Overrides method ''{0}'' in ''{1}''
12 analysis.hasnot.been.run=No analysis has been performed.
14 no.syntax.highlighting.performed=No syntax highlighting performed.
15 no.inspections.performed=No inspections performed.
17 # These two aren't unused!
18 # suppress inspection "unused property"
19 no.syntax.highlighting.performed.for=No syntax highlighting performed for {0}.
20 # suppress inspection "unused property"
21 no.inspections.performed.for=No inspections performed {0}.
23 pass.syntax=Syntax
24 pass.inspection=Inspections
25 pass.wolf=Checking affected files
26 analysis.completed=Analysis completed.
28 no.errors.or.warnings.found=No errors or warnings found.
29 no.errors.or.warnings.found.so.far=No errors or warnings found so far.
30 errors.found.so.far=<b>{0}</b> {1} found so far.
31 errors.found=<b>{0}</b> {1} found.
33 error.highlighting.settings=Error highlighting settings
34 method.is.implemented.header=Is implemented in <br>
35 method.is.overriden.header=Is overridden in <br>
36 interface.is.implemented.by.header=Is implemented by<br>
37 class.is.subclassed.by.header=Is subclassed by<br>
39 navigation.title.super.method=Choose Super Method of {0}
40 navigation.title.implementation.method=<html><body>Choose Implementation of <b>{0}</b> ({1} methods found)</body></html>
41 navigation.title.overrider.method=<html><body>Choose Overriding Method of <b>{0}</b> ({1} methods found)</body></html>
42 navigation.title.subclass=<html><body>Choose Subclass of <b>{0}</b> ({1} classes found)</body></html>
43 performing.code.analysis=Performing code analysis
44 inspection.extended.description=more...
45 inspection.collapse.description=less...
47 import.popup.text={0}?
48 import.popup.multiple={0}? (multiple choices...)