*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 11 Feb 2004 16:40:01 +0100
changeset 1902 724e255d7d08
parent 1901 afe4db87334b
child 1903 9a544ec215bc
*** empty log message ***
resources/ApplicationModel.rs
resources/ApplicationModel_ja.rs
resources/ApplicationModel_jp.rs
resources/ResourceSpecEditor.rs
resources/ToolApplicationModel.rs
--- a/resources/ApplicationModel.rs	Wed Feb 11 16:31:26 2004 +0100
+++ b/resources/ApplicationModel.rs	Wed Feb 11 16:40:01 2004 +0100
@@ -8,7 +8,7 @@
 ; for convenience and to avoid having them dublicated
 ; in every subclass.
 ;
-; $Header: /cvs/stx/stx/libview2/resources/Attic/ApplicationModel.rs,v 1.38 2004-02-09 11:31:50 cg Exp $
+; $Header: /cvs/stx/stx/libview2/resources/Attic/ApplicationModel.rs,v 1.39 2004-02-11 15:40:01 cg Exp $
 ;
 ; this file contains 8bit national characters;
 ; DONT EDIT this file with an old vi !
@@ -67,6 +67,6 @@
 #endif
 
 #if Language == #ja
-# include 'ApplicationModel_jp.rs'
+# include 'ApplicationModel_ja.rs'
 'PREFERRED_FONT_ENCODING'         'jis*'
 #endif
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/resources/ApplicationModel_ja.rs	Wed Feb 11 16:40:01 2004 +0100
@@ -0,0 +1,22 @@
+#encoding x-jis7
+
+; $Header: /cvs/stx/stx/libview2/resources/Attic/ApplicationModel_ja.rs,v 1.1 2004-02-11 15:40:01 cg Exp $
+;
+; this file is JIS encoded and
+; contains 8bit and invisible escape characters;
+; DONT EDIT this file with an old vi !
+;
+; to view and/or edit this file, 
+; change the fileBrowsers encoding to JIS 
+; and reload ...
+
+
+'yes'        '$B$($((J'       
+'no'         '$B$$$$$((J'      
+'cancel'     '$B<h>C(J'       
+'abort'      '$B<h>C(J'       
+'continue'   '$BB3$1$k(J'      
+'ok'         '$BBg>fIW(J'      
+'help'       '­¹$B%W(J'
+
+
--- a/resources/ApplicationModel_jp.rs	Wed Feb 11 16:31:26 2004 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-#encoding x-jis7
-
-; $Header: /cvs/stx/stx/libview2/resources/Attic/ApplicationModel_jp.rs,v 1.1 1997-09-18 03:40:37 cg Exp $
-;
-; this file is JIS encoded and
-; contains 8bit and invisible escape characters;
-; DONT EDIT this file with an old vi !
-;
-; to view and/or edit this file, 
-; change the fileBrowsers encoding to JIS 
-; and reload ...
-
-
-'yes'        '$B$($((J'       
-'no'         '$B$$$$$((J'      
-'cancel'     '$B<h>C(J'       
-'abort'      '$B<h>C(J'       
-'continue'   '$BB3$1$k(J'      
-'ok'         '$BBg>fIW(J'      
-'help'       '­¹$B%W(J'
-
-
--- a/resources/ResourceSpecEditor.rs	Wed Feb 11 16:31:26 2004 +0100
+++ b/resources/ResourceSpecEditor.rs	Wed Feb 11 16:40:01 2004 +0100
@@ -1,7 +1,7 @@
 #encoding iso8859-*
 
 ;
-; $Header: /cvs/stx/stx/libview2/resources/Attic/ResourceSpecEditor.rs,v 1.6 2004-02-09 20:23:34 cg Exp $
+; $Header: /cvs/stx/stx/libview2/resources/Attic/ResourceSpecEditor.rs,v 1.7 2004-02-11 15:40:01 cg Exp $
 ;
 ; this file contains 8bit national characters;
 ; DON'T EDIT this file with an old vi !
@@ -47,5 +47,5 @@
 #endif
 
 #if Language == #ja
-# include 'ResourceSpecEditor_jp.rs'
+# include 'ResourceSpecEditor_ja.rs'
 #endif
--- a/resources/ToolApplicationModel.rs	Wed Feb 11 16:31:26 2004 +0100
+++ b/resources/ToolApplicationModel.rs	Wed Feb 11 16:40:01 2004 +0100
@@ -7,7 +7,7 @@
 ; that it makes sense to define them here
 ; and inherit the translations.
 ;
-; $Header: /cvs/stx/stx/libview2/resources/Attic/ToolApplicationModel.rs,v 1.15 2004-02-09 11:31:50 cg Exp $
+; $Header: /cvs/stx/stx/libview2/resources/Attic/ToolApplicationModel.rs,v 1.16 2004-02-11 15:40:01 cg Exp $
 ;
 ; this file contains 8bit national characters;
 ; DONT EDIT this file with an old vi !
@@ -75,5 +75,5 @@
 
 #if Language == #ja
 'PREFERRED_FONT_ENCODING'         'jis*'
-# include 'ToolApplicationModel_jp.rs'
+# include 'ToolApplicationModel_ja.rs'
 #endif