resources/resources.rs
changeset 4083 7da2185a15f4
child 4095 b2966e119db1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/resources/resources.rs	Tue Mar 09 15:46:21 2004 +0100
@@ -0,0 +1,110 @@
+#encoding ascii
+
+; 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/libview/resources/resources.rs,v 1.1 2004-03-09 14:46:21 cg Exp $
+
+#if Language == #af                 "afrikaans"
+# include 'af.rs'
+#endif
+
+#if Language == #cs                 "czech"
+# include 'cs.rs'
+#endif
+
+#if Language == #da                 "danish"
+# include 'da.rs'
+#endif
+
+#if Language == #de                 "german"
+# include 'de.rs'
+#endif
+
+#if Language == #el                 "greek"
+PREFERRED_FONT_ENCODINGS            #('unicode' 'iso8859-7')
+# include 'el.rs'
+#endif
+
+#if Language == #en                 "english"
+# include 'en.rs'
+#endif
+
+#if Language == #eo                 "esperanto"
+# include 'eo.rs'
+#endif
+
+#if Language == #es                 "spanish"
+# include 'es.rs'
+#endif
+
+#if Language == #fr                 "french"
+# include 'fr.rs'
+#endif
+
+#if Language == #it                 "italian"
+# include 'it.rs'
+#endif
+
+#if Language == #fi                 "finnish"
+# include 'fi.rs'
+#endif
+
+#if Language == #ja                 "japanese"
+'PREFERRED_FONT_ENCODINGS'          #('unicode' 'jis0208*')
+# include 'ja.rs'
+#endif
+
+#if Language == #nl                 "dutch"
+# include 'nl.rs'
+#endif
+
+#if Language == #no                 "norwegian"
+# include 'no.rs'
+#endif
+
+#if Language == #pt                 "portuguese"
+# include 'pt.rs'
+#endif
+
+#if Language == #ru                 "russian"
+PREFERRED_FONT_ENCODINGS            #('unicode' 'iso8859-5' 'koi8-r')
+# include 'ru.rs'
+#endif
+
+#if Language == #sl                 "slovenian"     
+# include 'sl.rs'
+#endif
+
+#if Language == #sk                 "slovak"     
+# include 'sk.rs'
+#endif
+
+#if Language == #sv                 "swedish"     
+# include 'sv.rs'
+#endif
+
+#if Language == #tr                 "turkish"
+PREFERRED_FONT_ENCODINGS            #('unicode')
+# include 'tr.rs'
+#endif
+
+
+;
+; fallbacks - (?) means: if not already defined, define as.
+;
+
+PREFERRED_FONT_ENCODINGS            ? #('unicode' 'iso8859-1')
+
+#if (LanguageTerritory == #us)      
+'TIME_FORMAT'                       ? 12
+#else
+'TIME_FORMAT'                       ? 24
+#endif
+
+'LICENCEFILE'                       ? 'doc/online/english/LICENCE_STX.html'     
+; 'LICENCEFILE'                     ? 'doc/online/english/LICENCE_DEMO_STX.html'