resources/ApplicationModel.rs
author Claus Gittinger <cg@exept.de>
Thu, 25 Apr 1996 18:32:07 +0200
changeset 221 ea942fe5dc04
parent 171 320860184ee2
child 340 0e8959b8a9cf
permissions -rw-r--r--
documentation

;
; 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.12 1996-03-05 00:02:09 cg Exp $
;
; this file contains 8bit national characters;
; DONT EDIT this file with an old vi !

'PREFERRED_FONT_ENCODING'         'iso8859*'

#if (Language == #german) or:[Language == #de]

yes                     'ja'
no                      'nein'
; ok                      'ok'
abort                   'abbrechen'
cancel                  'abbrechen'
continue                'fortfahren'
help                    'Hilfe'

#endif



#if (Language == #french) or:[Language == #fr]

yes                     'oui'
no                      'non'
; ok                      'ok'
ok                      'd''accord'
abort                   'annuler'
cancel                  'annuler'
continue                'continuer'
help                    'aide'

#endif



#if (Language == #spanish) or:[Language == #es]

;abort                   'abortar'
abort                   'cancelar'
cancel                  'cancelar'
yes                     'si'
no                      'no'
ok                      'ok'
continue                'continuar'
help                    'ayuda'

#endif



#if (Language == #italian) or:[Language == #it]

yes                     'si'
no                      'non'
abort                   'annulla'
cancel                  'annulla'
ok                      'd''accordo'
continue                'continuare'
help                    'aiuto'

#endif



#if (Language == #finnish) 

;
; can someone help me ?
;
abort                   'peruutus'
cancel                  'peruutus'
help                    'ohje'

#endif



#if (Language == #norwegian) 

;
; can someone help me ?
;
abort                   'annullere'
cancel                  'annullere'
help                    'hjelp'

#endif



#if (Language == #swedish) 

;
; can someone help me ?
;
abort                   'avbryt'
cancel                  'avbryt'
help                    'hjälp'

#endif



#if (Language == #dutch)

;
; can someone help me ?
;
abort                   'annuleren'
cancel                  'annuleren'
help                    'Help'

#endif



#if (Language == #danish)

;
; can someone help me ?
;
abort                   'afbryd'
cancel                  'afbryd'
help                    'hjælp'

#endif



#if (Language == #portuguese)

;
; can someone help me ?
;
abort                   'cancelar'
cancel                  'cancelar'
help                    'ajuda'

#endif


#if (Language == #japanese)
;
; can someone check those ?
;
# include 'AppModel.jp.rs'
'PREFERRED_FONT_ENCODING'         'jis*'
#endif