Initial revision
authorclaus
Fri, 31 Mar 1995 05:05:20 +0200
changeset 58 a48ab73befdb
parent 57 3984019e8f5f
child 59 98a4d38cfc96
Initial revision
resources/ApplicationModel.rs
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/resources/ApplicationModel.rs	Fri Mar 31 05:05:20 1995 +0200
@@ -0,0 +1,40 @@
+;
+; ApplicationModel resources
+;
+; although ApplicationModel does not itself use any resources,
+; some strings which are commonly used are placed here,
+; for convenience and to avoid having them dublicated
+; in every subclass.
+;
+; $Header: /cvs/stx/stx/libview2/resources/Attic/ApplicationModel.rs,v 1.1 1995-03-31 03:05:20 claus Exp $
+;
+; this file may contain 8bit national characters;
+; DONT EDIT this file with an old vi !
+
+#if (Language == #german)
+
+yes                     'ja'
+no                      'nein'
+; ok                      'ok'
+abort                   'abbrechen'
+cancel                  'abbrechen'
+
+#endif
+
+#if (Language == #french)
+
+yes                     'oui'
+no                      'non'
+ok                      'd''accord'
+abort                   'canceler'
+cancel                  'canceler'
+
+#endif
+
+#if (Language == #spanish)
+#endif
+
+#if (Language == #italian)
+#endif
+
+