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 142131 - I18N - some messages not from bundle files
Summary: I18N - some messages not from bundle files
Status: VERIFIED FIXED
Alias: None
Product: groovy
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: martin_adamek
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2008-07-29 19:49 UTC by Ken Frank
Modified: 2008-10-30 14:24 UTC (History)
0 users

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 Ken Frank 2008-07-29 19:49:42 UTC
please check code for all messages/labels to user will come from bundle file

seen recently

1. add library - the choose library button and window title on that choose lib window

2. grails plugin window - the tab labels installed and new plugins

3. in groovy script editor - the word goto is not from bundle file
and should be in any case 2 words, like Go To, for example.
Comment 1 Ken Frank 2008-07-30 16:03:24 UTC
for item 3 below, it might be related to fix for other issue 140791 - quote from the fix:

iff -r g -r s -r f -r / -r s -r r -r c -r / -r o -r r -r g -r / -r n -r e -r t -r b -r e -r a -r n -r s -r / -r m -r o
-r d -r u -r l -r e -r s -r / -r g -r s -r f -r / -r B -r u -r n -r d -r l -r e -r . -r p -r r -r o -r p -r e -r r -r t
-r i -r e -r s gsf/src/org/netbeans/modules/gsf/Bundle.properties
--- a/gsf/src/org/netbeans/modules/gsf/Bundle.properties Mon Jul 28 15:41:06 2008 +0200
+++ b/gsf/src/org/netbeans/modules/gsf/Bundle.properties Tue Jul 29 14:31:47 2008 +0200
@@ -25,6 +25,7 @@ generate-goto-popup=Navigate
## This will hopefully be fixed when I abandon this approach.
Editors/text/x-ruby/Popup/goto=Navigate
Editors/text/javascript/Popup/goto=Navigate
+Editors/text/x-css/Popup/goto=Navigate
Menu/GoTo=Navigate
goto_source_open_source_not_formatted=Go to Source 
Comment 2 martin_adamek 2008-08-05 15:19:53 UTC
All of those should fixed (and Add Libary action is disabled)
Comment 3 Ken Frank 2008-08-15 06:55:35 UTC
using 0810 trunk, I don't see items 2 and 3 fixed

BTW
 for the new way of doing new groovy-file types,
like gant file, etc - get an exception, the file
is not created - is this known ? (want to make sure its not just
from running in other locale)

ken.frank@sun.com
Comment 4 martin_adamek 2008-08-28 14:08:04 UTC
Fixed.
http://hg.netbeans.org/main/rev/53ba8e20d165
to exception: it is already fixed
Comment 5 Quality Engineering 2008-08-30 05:34:19 UTC
Integrated into 'main-golden', available in build *200808300201* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/53ba8e20d165
User: Martin Adamek <martin_adamek@netbeans.org>
Log: #142131: I18N - some messages not from bundle files
Comment 6 Ken Frank 2008-09-09 20:28:20 UTC
verifying except for the plugin window part which is 
topic of separate issue.

ken.frank@sun.com