This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 156735 - I18N - Category labels in Properties window not from properties file
Summary: I18N - Category labels in Properties window not from properties file
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: General (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@uml
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2009-01-14 08:04 UTC by Ashizawa Kazunori
Modified: 2009-05-25 21:06 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ashizawa Kazunori 2009-01-14 08:04:12 UTC
I18N - Category labels in Properties window not from properties file

Many (but not all) of category labels in Properties window do
not come from properties file.  Followings are examples.

Activity Diagram
  Diagram
  MultiFlow
  Comment
  (Invocation, Activity Group, Initial Node, Activity Final
  Node, Decision/Merge, Join/Fork, Parameter Usage, Data Store,
  Signal, Activity Partition come from properties files)

Class Diagram
  Class
  Interface
  Artifact
  Comment
  Actor
  Enumeration
  Package
  Collaboration
  Generalization
  Aggregation
  Association
  Composition
  Navigatable Association
  Navigatable Aggregation
  Navigatable Composition
  Implementation
  Dependency
  Realization
  Usage
  Permission
  Abstraction
  (Data Type, Aliased Type, Derivation Classifier, Use Case
   Role, Class Role, Association Class, come from properties
   files)

Sequence Diagram
  Lifeline
  Message
  (Combined Fragment comes from properties files)

State Diagram
  State
  Transition
  Realization
  Usage
  Permission
  Abstraction
  (Initial State, Final State, Aborted Final State, Join State,
  Composite State, Choice State, Deep History State, Shallow
  History State, Entry Point, Junction State, Submachine State
  come from properties files)

UseCase Diagram
  Actor
  UseCase
  Package
  Comment
  Include
  Extend
  Dependency
  Generalization
  Association
  Realization
  Usage
  Permission
  Abstraction
Comment 1 Ken Frank 2009-01-14 19:10:50 UTC
these can be viewed as reserved kind of words in uml, so thats why they should not
be translated - I know it can be confusing since other times these same words
might be translateable in other contexts.  

ken.frank@sun.com
Comment 2 Ashizawa Kazunori 2009-01-15 09:05:54 UTC
I assume that they are not in .properties files just because
developers forgot to do so.
Comment 3 Sergey Petrov 2009-01-29 11:48:19 UTC
integrated into team repository, need to try it before mark as fixed 78f10256dbaa
Comment 4 Sergey Petrov 2009-01-29 15:10:23 UTC
no integration was done, comment was supposed to be in anpther issue
Comment 5 Sergey Petrov 2009-03-11 13:14:02 UTC
will be reviewed later.