1 |
# ---------------------------------------------------------------------------------- |
2 |
# LANGUAGE: English |
3 |
# |
4 |
# Xulu extention of standard the bundles |
5 |
# |
6 |
# schmitzm-swing |
7 |
# bundle: schmitzm.swing.resource.locales.SwingResourceBundle |
8 |
# prefix: schmitzm.swing |
9 |
# |
10 |
# schmitzm-jFreeChart |
11 |
# bundle: schmitzm.jfree.resource.locales.JFreeResourceBundle |
12 |
# prefix: schmitzm.jfree |
13 |
# |
14 |
# schmitzm-geotools: |
15 |
# bundle: schmitzm.geotools.gui.resource.locales.GTResourceBundle |
16 |
# prefix: schmitzm.gt |
17 |
# |
18 |
# Besides extending a resource bundle <bundle> in this file, it is also necessary |
19 |
# to programm the extention of the standard bundle in XuluModellingPlatform: |
20 |
# |
21 |
# static { |
22 |
# <extendedResourceBundle>.resetResourceBundle( |
23 |
# "locales.StandardBundleExtention", |
24 |
# <bundle prefix> |
25 |
# ) |
26 |
# ... |
27 |
# } |
28 |
# |
29 |
# ---------------------------------------------------------------------------------- |
30 |
|
31 |
|
32 |
# ------------------------------------------------------------------------- |
33 |
# Extention of bundle schmitzm.swing.resource.locales.SwingResourceBundle |
34 |
# Prefix: schmitzm.swing |
35 |
# ------------------------------------------------------------------------- |
36 |
|
37 |
|
38 |
|
39 |
# ------------------------------------------------------------------------ |
40 |
# Extention of bundle schmitzm.jfree.resource.locales.JFreeResourceBundle |
41 |
# Prefix: schmitzm.jfree |
42 |
# ------------------------------------------------------------------------ |
43 |
|
44 |
|
45 |
|
46 |
|
47 |
# ---------------------------------------------------------------------------- |
48 |
# Extention of bundle schmitzm.geotools.gui.resource.locales.GTResourceBundle |
49 |
# Prefix: schmitzm.gt |
50 |
# ---------------------------------------------------------------------------- |
51 |
|
52 |
|
53 |
|