svn commit: r16043 - trunk/src/argouml-app/src/org/argouml/i18n/dialog.properties
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: thn Date: 2008-11-13 14:44:03-0800 New Revision: 16043 Modified: trunk/src/argouml-app/src/org/argouml/i18n/dialog.properties Log: i18n: new tags for the dialog when no importers are available Modified: trunk/src/argouml-app/src/org/argouml/i18n/dialog.properties Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/i18n/dialog.properties?view=diff&rev=16043&p1=trunk/src/argouml-app/src/org/argouml/i18n/dialog.properties&p2=trunk/src/argouml-app/src/org/argouml/i18n/dialog.properties&r1=16042&r2=16043 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/i18n/dialog.properties (original) +++ trunk/src/argouml-app/src/org/argouml/i18n/dialog.properties 2008-11-13 14:44:03-0800 @@ -181,6 +181,7 @@ dialog.title.reverse-engineer-sequence-diagram = Reverse engineer sequence diagram for dialog.title.source-path-del = Confirm delete source path settings dialog.title.system-information = System Information +dialog.title.problem = Problem dialog.import.classpath.title = Configure the import classpath dialog.import.classpath.text = Add entries to match the classpath that would \ be used to compile these source modules. For example, you probably want to \ @@ -197,4 +198,9 @@ so some elements are not created in the model. dialog.import.postImport = Post import operations dialog.import.done = Done. - +dialog.import.no-importers.intro = No source import module found +dialog.import.no-importers.message = There are no source import modules found.\n\ + Please make sure that ArgoUML has access to an import module, \ + e.g. the Java or C++ module.\n\ + This is not possible if you started via Java Web Start version, \ + consider downloading andinstalling ArgoUML in this case.