*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 08 Mar 2004 15:18:29 +0100
changeset 8109 6efeec9b16a0
parent 8108 fd76e189ad90
child 8110 2f1c3bb4902d
*** empty log message ***
resources/af.rs
resources/de.rs
resources/el.rs
resources/en.rs
resources/eo.rs
resources/es.rs
resources/fr.rs
resources/it.rs
resources/ja.rs
resources/nl.rs
resources/no.rs
resources/pt.rs
resources/resources.rs
resources/ro.rs
resources/ru.rs
resources/sv.rs
resources/tr.rs
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/resources/af.rs	Mon Mar 08 15:18:29 2004 +0100
@@ -0,0 +1,50 @@
+#encoding iso8859-1
+
+; $Header: /cvs/stx/stx/libbasic/resources/af.rs,v 1.1 2004-03-08 14:18:29 cg Exp $
+;
+; German strings
+;
+; this file contains 8bit national characters;
+; DONT EDIT this file with an old vi !
+
+'monday'      'maandag'
+'tuesday'     'dinsdag'
+'wednesday'   'woensdag'
+'thursday'    'donderdag'
+'friday'      'vrydag'
+'saturday'    'saterdag'
+'sunday'      'sondag'
+
+'mon'         'ma'
+'tue'         'di'
+'wed'         'wo'
+'thu'         'do'
+'fri'         'vr'
+'sat'         'sa'
+'sun'         'so'
+
+'january'     'januarie'
+'february'    'februarie'
+'march'       'maart'                     
+'april'       'april'
+'may'         'mei'
+'june'        'junie'
+'july'        'julie'
+'august'      'augustus'
+'september'   'september'
+'october'     'oktober'
+'november'    'november'
+'december'    'desember'
+
+'jan'         'jan'
+'feb'         'feb'
+'mar'         'maa'
+'apr'         'apr'
+'may'         'mei'
+'jun'         'jun'
+'jul'         'jul'
+'aug'         'aug'
+'sep'         'sep'
+'oct'         'okt'
+'nov'         'nov'
+'dec'         'des'
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/resources/de.rs	Mon Mar 08 15:18:29 2004 +0100
@@ -0,0 +1,185 @@
+#encoding iso8859-1
+
+; $Header: /cvs/stx/stx/libbasic/resources/de.rs,v 1.1 2004-03-08 14:18:29 cg Exp $
+;
+; German strings
+;
+; this file contains 8bit national characters;
+; DONT EDIT this file with an old vi !
+
+'monday'      'Montag'
+'tuesday'     'Dienstag'
+'wednesday'   'Mittwoch'
+'thursday'    'Donnerstag'
+'friday'      'Freitag'
+'saturday'    'Samstag'
+'sunday'      'Sonntag'
+
+'mon'         'Mo'
+'tue'         'Di'
+'wed'         'Mi'
+'thu'         'Do'
+'fri'         'Fr'
+'sat'         'Sa'
+'sun'         'So'
+
+'january'     'Januar'
+'february'    'Februar'
+'march'       'Mrz'                     
+'april'       'April'
+'may'         'Mai'
+'june'        'Juni'
+'july'        'Juli'
+'august'      'August'
+'september'   'September'
+'october'     'Oktober'
+'november'    'November'
+'december'    'Dezember'
+
+'jan'         'Jan'
+'feb'         'Feb'
+'mar'         'Mar'
+'apr'         'Apr'
+'may'         'Mai'
+'jun'         'Jun'
+'jul'         'Jul'
+'aug'         'Aug'
+'sep'         'Sep'
+'oct'         'Okt'
+'nov'         'Nov'
+'dec'         'Dez'
+
+#if LanguageTerritory == #au
+'january'     'Jnner'
+#endif
+
+'EPERM'             'Unerlaubte Operation'
+'ENOENT'            'Datei oder Verzeichnis existiert nicht'
+'ESRCH'             'Prozess existiert nicht'
+; 'EINTR'             'Interrupted system call'
+'EIO'               'I/O Fehler'
+'ENXIO'             'Gert oder Adresse existiert nicht'
+'E2BIG'             'Zu viele Argumente'
+; 'ENOEXEC'           'Exec format error'
+; 'EBADF'             'Bad file number'
+; 'ECHILD'            'No child processes'
+; 'EAGAIN'            'Try again'
+; 'ENOMEM'            'Out of memory'
+'EACCES'            'Fehlende Berechtigung'
+; 'EFAULT'            'Bad address'
+; 'EBUSY'             'Device or resource busy'
+'EEXIST'            'Datei existiert bereits'
+; 'EXDEV'             'Cross-device link'
+'ENODEV'            'Gert existiert nicht'
+'ENOTDIR'           'Ist kein Verzeichnis'
+'EISDIR'            'Ist ein Verzeichnis'
+; 'EINVAL'            'Invalid argument'
+; 'ENFILE'            'File table overflow'
+; 'EMFILE'            'Too many open files'
+; 'ENOTTY'            'Not a typewriter'
+'EFBIG'             'Datei ist zu gro'
+'ENOSPC'            'Kein Platz auf dem Gert'
+; 'ESPIPE'            'Illegal seek'
+'EROFS'             'Dateisystem ist schreibgeschtzt'
+; 'EMLINK'            'Too many links'
+; 'EPIPE'             'Broken pipe'
+; 'EDOM'              'Math argument out of domain'
+; 'ERANGE'            'Math result not representable'
+; 'EDEADLK'           'Resource deadlock would occur'
+'ENAMETOOLONG'      'Dateiname ist zu lang'
+; 'ENOLCK'            'No record locks available'
+; 'ENOSYS'            'Function not implemented'
+; 'ENOTEMPTY'         'Directory not empty'
+; 'EILSEQ'            'Illegal byte sequence'
+; 'ENOTBLK'           'Block device required'
+; 'ETXTBSY'           'Text file busy'
+; 'EWOULDBLOCK'       'Operation would block'
+; 'ENOMSG'            'No message of desired type'
+; 'ELOOP'             'Too many levels of symbolic links'
+'ETIME'             'Zeitlimit berschritten'
+; 'ENOSR'             'Out of streams resources'
+; 'ENOSTR'            'Device not a stream'
+; 'ECOMM'             'Communication error on send'
+; 'EPROTO'            'Protocol error'
+; 'ESTALE'            'Stale NFS file handle'
+; 'EREMOTE'           'Too many levels of remote in path'
+; 'EINPROGRESS'       'Operation now in progress'
+; 'EALREADY'          'Operation already in progress'
+; 'ENOTSOCK'          'Socket operation on non-socket'
+; 'EDESTADDRREQ'      'Destination address required'
+; 'EMSGSIZE'          'Message too long'
+; 'EPROTOTYPE'        'Protocol wrong type for socket'
+; 'ENOPROTOOPT'       'Protocol not available'
+; 'EPROTONOSUPPORT'   'Protocol not supported'
+; 'ESOCKTNOSUPPORT'   'Socket type not supported'
+; 'EOPNOTSUPP'        'Operation not supported on socket'
+; 'EPFNOSUPPORT'      'Protocol family not supported'
+; 'EAFNOSUPPORT'      'Address family not supported by protocol family'
+; 'EADDRINUSE'        'Address already in use'
+; 'EADDRNOTAVAIL'     'Can''t assign requested address'
+'ETIMEDOUT'         'Zeitlimit beim Verbindungsaufbau berschritten'
+'ECONNREFUSED'      'Verbindung wurde abgelehnt'
+'ENETDOWN'          'Network is down'
+'ENETUNREACH'       'Netz ist nicht erreichbar'
+; 'ENETRESET'         'Network dropped conn due to reset'
+; 'ECONNABORTED'      'Software caused connection abort'
+'ECONNRESET'        'Verbindung wurde von der Gegenseite abgebaut'
+; 'EISCONN'           'Socket is already connected'
+; 'ENOTCONN'          'Socket is not connected'
+; 'ESHUTDOWN'         'Can''t send after socket shutdown'
+; 'EHOSTDOWN'         'Host is down'
+; 'EHOSTUNREACH'      'No route to host'
+
+#if OperatingSystem isVMSlike
+;
+; VMS error string(s)
+;
+; 'EVMSERR'           'VMS system request error'
+#endif
+
+#if OperatingSystem isMSWINDOWSlike
+;
+; Windows error strings
+;
+; 'ERROR_INVALID_FUNCTION'        'Invalid function'
+; 'ERROR_BAD_FORMAT'              'Bad Format'
+; 'ERROR_FILE_NOT_FOUND'          'File not found'
+; 'ERROR_PATH_NOT_FOUND'          'Path not found'
+; 'ERROR_TOO_MANY_OPEN_FILES'     'Too many open files'
+; 'ERROR_OPEN_FAILED'             'Open failed'
+; 'ERROR_ACCESS_DENIED'           'Access denied'
+; 'ERROR_INVALID_HANDLE'          'Invalid handle'
+; 'ERROR_NOT_ENOUGH_MEMORY'       'Not enough memory'
+; 'ERROR_INVALID_ACCESS'          'Invalid access'
+; 'ERROR_INVALID_DATA'            'Invalid data'
+; 'ERROR_INVALID_NAME'            'Invalid name'
+; 'ERROR_ARENA_TRASHED'           'Arena trashed'
+; 'ERROR_OUTOFMEMORY'             'Out of memory'
+; 'ERROR_BROKEN_PIPE'             'Broken pipe'
+; 'ERROR_GEN_FAILURE'             'Generic failure'
+; 'ERROR_WRITE_PROTECT'           'Write protected'
+; 'ERROR_WRITE_FAULT'             'Write fault'
+; 'ERROR_READ_FAULT'              'Read fault'
+; 'ERROR_HANDLE_DISK_FULL'        'Disk full'
+; 'ERROR_DISK_FULL'               'Disk full'
+; 'ERROR_SHARING_VIOLATION'       'Sharing violation'
+; 'ERROR_LOCK_VIOLATION'          'Lock violation'
+; 'ERROR_INVALID_PARAMETER'       'Invalid parameter'
+; 'ERROR_NET_WRITE_FAULT'         'Net write fault'
+; 'ERROR_NOT_SUPPORTED'           'Unsopported network request'
+; 'ERROR_REM_NOT_LIST'            'Remote computer not available'
+; 'ERROR_NETWORK_ACCESS_DENIED'   'Network access denied'
+; 'ERROR_DUP_NAME'                'Duplicate name on network'
+; 'ERROR_BAD_NETPATH'             'Bad network path'
+; 'ERROR_NETWORK_BUSY'            'Network busy'
+; 'ERROR_DRIVE_LOCKED'            'Drive locked'
+; 'ERROR_INVALID_DRIVE'           'Invalid Drive'
+; 'ERROR_WRONG_DISK'              'Wrong disk(ette)'
+; 'ERROR_CURRENT_DIRECTORY'       'Cannot remove current directory'
+; 'ERROR_CANNOT_MAKE'             'Directory or file cannot be created'
+; 'ERROR_NO_MORE_FILES'           'No more files'
+; 'ERROR_NOT_READY'               'Device not ready'
+; 'ERROR_NOT_DOS_DISK'            'Not a DOS disk'
+; 'ERROR_OUT_OF_PAPER'            'Printer is out of paper'
+; 'ERROR_PRINTQ_FULL'             'Printer queue is full'
+#endif
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/resources/el.rs	Mon Mar 08 15:18:29 2004 +0100
@@ -0,0 +1,50 @@
+#encoding iso8859-7
+
+; $Header: /cvs/stx/stx/libbasic/resources/el.rs,v 1.1 2004-03-08 14:18:29 cg Exp $
+;
+; Greek strings
+;
+; this file contains 8bit national characters;
+; DONT EDIT this file with an old vi !
+
+'monday'      ''
+'tuesday'     ''
+'wednesday'   ''
+'thursday'    ''
+'friday'      ''
+'saturday'    ''
+'sunday'      ''
+
+'mon'         ''
+'tue'         ''
+'wed'         ''
+'thu'         ''
+'fri'         ''
+'sat'         ''
+'sun'         ''
+
+'january'     ''
+'february'    ''
+'march'       ''                     
+'april'       ''
+'may'         ''
+'june'        ''
+'july'        ''
+'august'      ''
+'september'   ''
+'october'     ''
+'november'    ''
+'december'    ''
+
+'jan'         ''
+'feb'         ''
+'mar'         ''
+'apr'         ''
+'may'         ''
+'jun'         ''
+'jul'         ''
+'aug'         ''
+'sep'         ''
+'oct'         ''
+'nov'         ''
+'dec'         ''
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/resources/en.rs	Mon Mar 08 15:18:29 2004 +0100
@@ -0,0 +1,143 @@
+#encoding iso8859-1
+
+; $Header: /cvs/stx/stx/libbasic/resources/en.rs,v 1.1 2004-03-08 14:18:29 cg Exp $
+;
+; English date strings
+;
+; Notice: this file is also consulted as a fall back, in case
+; national strings for error messages are missing.
+; Therefore, all values are conditional ("?" before the value)
+
+;
+; POSIX error strings
+;
+'EPERM'             ?'Operation not permitted'
+'ENOENT'            ?'No such file or directory'
+'ESRCH'             ?'No such process'
+'EINTR'             ?'Interrupted system call'
+'EIO'               ?'I/O error'
+'ENXIO'             ?'No such device or address'
+'E2BIG'             ?'Arg list too long'
+'ENOEXEC'           ?'Exec format error'
+'EBADF'             ?'Bad file number'
+'ECHILD'            ?'No child processes'
+'EAGAIN'            ?'Try again'
+'ENOMEM'            ?'Out of memory'
+'EACCES'            ?'Permission denied'
+'EFAULT'            ?'Bad address'
+'EBUSY'             ?'Device or resource busy'
+'EEXIST'            ?'File exists'
+'EXDEV'             ?'Cross-device link'
+'ENODEV'            ?'No such device'
+'ENOTDIR'           ?'Not a directory'
+'EISDIR'            ?'Is a directory'
+'EINVAL'            ?'Invalid argument'
+'ENFILE'            ?'File table overflow'
+'EMFILE'            ?'Too many open files'
+'ENOTTY'            ?'Not a typewriter'
+'EFBIG'             ?'File too large'
+'ENOSPC'            ?'No space left on device'
+'ESPIPE'            ?'Illegal seek'
+'EROFS'             ?'Read-only file system'
+'EMLINK'            ?'Too many links'
+'EPIPE'             ?'Broken pipe'
+'EDOM'              ?'Math argument out of domain'
+'ERANGE'            ?'Math result not representable'
+'EDEADLK'           ?'Resource deadlock would occur'
+'ENAMETOOLONG'      ?'File name too long'
+'ENOLCK'            ?'No record locks available'
+'ENOSYS'            ?'Function not implemented'
+'ENOTEMPTY'         ?'Directory not empty'
+'EILSEQ'            ?'Illegal byte sequence'
+'ENOTBLK'           ?'Block device required'
+'ETXTBSY'           ?'Text file busy'
+'EWOULDBLOCK'       ?'Operation would block'
+'ENOMSG'            ?'No message of desired type'
+'ELOOP'             ?'Too many levels of symbolic links'
+'ETIME'             ?'Timer expired'
+'ENOSR'             ?'Out of streams resources'
+'ENOSTR'            ?'Device not a stream'
+'ECOMM'             ?'Communication error on send'
+'EPROTO'            ?'Protocol error'
+'ESTALE'            ?'Stale NFS file handle'
+'EREMOTE'           ?'Too many levels of remote in path'
+'EINPROGRESS'       ?'Operation now in progress'
+'EALREADY'          ?'Operation already in progress'
+'ENOTSOCK'          ?'Socket operation on non-socket'
+'EDESTADDRREQ'      ?'Destination address required'
+'EMSGSIZE'          ?'Message too long'
+'EPROTOTYPE'        ?'Protocol wrong type for socket'
+'ENOPROTOOPT'       ?'Protocol not available'
+'EPROTONOSUPPORT'   ?'Protocol not supported'
+'ESOCKTNOSUPPORT'   ?'Socket type not supported'
+'EOPNOTSUPP'        ?'Operation not supported on socket'
+'EPFNOSUPPORT'      ?'Protocol family not supported'
+'EAFNOSUPPORT'      ?'Address family not supported by protocol family'
+'EADDRINUSE'        ?'Address already in use'
+'EADDRNOTAVAIL'     ?'Can''t assign requested address'
+'ETIMEDOUT'         ?'Connection timed out'
+'ECONNREFUSED'      ?'Connection refused'
+'ENETDOWN'          ?'Network is down'
+'ENETUNREACH'       ?'Network is unreachable'
+'ENETRESET'         ?'Network dropped conn due to reset'
+'ECONNABORTED'      ?'Software caused connection abort'
+'ECONNRESET'        ?'Connection reset by peer'
+'EISCONN'           ?'Socket is already connected'
+'ENOTCONN'          ?'Socket is not connected'
+'ESHUTDOWN'         ?'Can''t send after socket shutdown'
+'EHOSTDOWN'         ?'Host is down'
+'EHOSTUNREACH'      ?'No route to host'
+
+#if OperatingSystem isVMSlike
+;
+; VMS error string(s)
+;
+'EVMSERR'           ?'VMS system request error'
+#endif
+
+#if OperatingSystem isMSWINDOWSlike
+;
+; Windows error strings
+;
+'ERROR_INVALID_FUNCTION'        ?'Invalid function'
+'ERROR_BAD_FORMAT'              ?'Bad Format'
+'ERROR_FILE_NOT_FOUND'          ?'File not found'
+'ERROR_PATH_NOT_FOUND'          ?'Path not found'
+'ERROR_TOO_MANY_OPEN_FILES'     ?'Too many open files'
+'ERROR_OPEN_FAILED'             ?'Open failed'
+'ERROR_ACCESS_DENIED'           ?'Access denied'
+'ERROR_INVALID_HANDLE'          ?'Invalid handle'
+'ERROR_NOT_ENOUGH_MEMORY'       ?'Not enough memory'
+'ERROR_INVALID_ACCESS'          ?'Invalid access'
+'ERROR_INVALID_DATA'            ?'Invalid data'
+'ERROR_INVALID_NAME'            ?'Invalid name'
+'ERROR_ARENA_TRASHED'           ?'Arena trashed'
+'ERROR_OUTOFMEMORY'             ?'Out of memory'
+'ERROR_BROKEN_PIPE'             ?'Broken pipe'
+'ERROR_GEN_FAILURE'             ?'Generic failure'
+'ERROR_WRITE_PROTECT'           ?'Write protected'
+'ERROR_WRITE_FAULT'             ?'Write fault'
+'ERROR_READ_FAULT'              ?'Read fault'
+'ERROR_HANDLE_DISK_FULL'        ?'Disk full'
+'ERROR_DISK_FULL'               ?'Disk full'
+'ERROR_SHARING_VIOLATION'       ?'Sharing violation'
+'ERROR_LOCK_VIOLATION'          ?'Lock violation'
+'ERROR_INVALID_PARAMETER'       ?'Invalid parameter'
+'ERROR_NET_WRITE_FAULT'         ?'Net write fault'
+'ERROR_NOT_SUPPORTED'           ?'Unsopported network request'
+'ERROR_REM_NOT_LIST'            ?'Remote computer not available'
+'ERROR_NETWORK_ACCESS_DENIED'   ?'Network access denied'
+'ERROR_DUP_NAME'                ?'Duplicate name on network'
+'ERROR_BAD_NETPATH'             ?'Bad network path'
+'ERROR_NETWORK_BUSY'            ?'Network busy'
+'ERROR_DRIVE_LOCKED'            ?'Drive locked'
+'ERROR_INVALID_DRIVE'           ?'Invalid Drive'
+'ERROR_WRONG_DISK'              ?'Wrong disk(ette)'
+'ERROR_CURRENT_DIRECTORY'       ?'Cannot remove current directory'
+'ERROR_CANNOT_MAKE'             ?'Directory or file cannot be created'
+'ERROR_NO_MORE_FILES'           ?'No more files'
+'ERROR_NOT_READY'               ?'Device not ready'
+'ERROR_NOT_DOS_DISK'            ?'Not a DOS disk'
+'ERROR_OUT_OF_PAPER'            ?'Printer is out of paper'
+'ERROR_PRINTQ_FULL'             ?'Printer queue is full'
+#endif
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/resources/eo.rs	Mon Mar 08 15:18:29 2004 +0100
@@ -0,0 +1,50 @@
+#encoding utf8
+
+; $Header: /cvs/stx/stx/libbasic/resources/eo.rs,v 1.1 2004-03-08 14:18:29 cg Exp $
+;
+; Esperanto strings
+;
+; this file contains 8bit national characters;
+; DONT EDIT this file with an old vi !
+
+'monday'      'lundo'
+'tuesday'     'mardo'
+'wednesday'   'merkredo'
+'thursday'    'jaŭdo'
+'friday'      'vendredo'
+'saturday'    'sabato'
+'sunday'      'dimanco'
+
+'mon'         'lu'
+'tue'         'ma'
+'wed'         'me'
+'thu'         'ja'
+'fri'         've'
+'sat'         'sa'
+'sun'         'di'
+
+'january'     'januaro'
+'february'    'februaro'
+'march'       'marto'                     
+'april'       'aprilo'
+'may'         'majo'
+'june'        'junio'
+'july'        'julio'
+'august'      'augusto'
+'september'   'septembro'
+'october'     'oktobro'
+'november'    'novembro'
+'december'    'decembro'
+
+'jan'         'jan'
+'feb'         'feb'
+'mar'         'mar'
+'apr'         'apr'
+'may'         'maj'
+'jun'         'jun'
+'jul'         'jul'
+'aug'         'aug'
+'sep'         'sep'
+'oct'         'okt'
+'nov'         'nov'
+'dec'         'dec'
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/resources/es.rs	Mon Mar 08 15:18:29 2004 +0100
@@ -0,0 +1,50 @@
+#encoding iso8859-1
+
+; $Header: /cvs/stx/stx/libbasic/resources/es.rs,v 1.1 2004-03-08 14:18:29 cg Exp $
+;
+; Spanish strings
+;
+; this file contains 8bit national characters;
+; DONT EDIT this file with an old vi !
+
+'monday'      'lunes'
+'tuesday'     'martes'
+'wednesday'   'mircoles'
+'thursday'    'jueves'
+'friday'      'viernes'
+'saturday'    'sbado'
+'sunday'      'domingo'
+
+'mon'         'lun'
+'tue'         'mar'
+'wed'         'mi'
+'thu'         'jue'
+'fri'         'vie'
+'sat'         'sb'
+'sun'         'dom'
+
+'january'     'eznero'
+'february'    'febrero'
+'march'       'marzo'                     
+'april'       'abril'
+'may'         'mayo'
+'june'        'junio'
+'july'        'julio'
+'august'      'agosto'
+'september'   'septiembre'
+'october'     'octubre'
+'november'    'noviembre'
+'december'    'diciembre'
+
+'jan'         'ene'
+'feb'         'feb'
+'mar'         'mar'
+'apr'         'abr'
+'may'         'may'
+'jun'         'jun'
+'jul'         'jul'
+'aug'         'ago'
+'sep'         'sep'
+'oct'         'oct'
+'nov'         'nov'
+'dec'         'dic'
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/resources/fr.rs	Mon Mar 08 15:18:29 2004 +0100
@@ -0,0 +1,50 @@
+#encoding iso8859-1
+
+; $Header: /cvs/stx/stx/libbasic/resources/fr.rs,v 1.1 2004-03-08 14:18:29 cg Exp $
+;
+; French strings
+;
+; this file contains 8bit national characters;
+; DONT EDIT this file with an old vi !
+
+'monday'        'lundi'
+'tuesday'       'mardi'
+'wednesday'     'mercredi'
+'thursday'      'vendredi'
+'friday'        'jeudi'
+'saturday'      'samedi'
+'sunday'        'dimanche'
+
+'mon'           'lun'
+'tue'           'mar'
+'wed'           'mer'
+'thu'           'ven'
+'fri'           'jeu'
+'sat'           'sam'
+'sun'           'dim'
+
+'january'       'janvier'    
+'february'      'fvrier'
+'march'         'mars'
+'april'         'avril'
+'may'           'mai'
+'june'          'juin'
+'july'          'juillet'
+'august'        'aot'
+'september'     'septembre'
+'october'       'octobre'
+'november'      'novembre'
+'december'      'dcembre'
+
+'jan'           'jan'    
+'feb'           'fv'
+'marx'          'mar'
+'aprx'          'avr'
+'may'           'mai'
+'jun'           'jun'
+'jul'           'jui'
+'aug'           'ao'
+'sep'           'sep'
+'oct'           'oct'
+'nov'           'nov'
+'dec'           'dc'
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/resources/it.rs	Mon Mar 08 15:18:29 2004 +0100
@@ -0,0 +1,50 @@
+#encoding iso8859-1
+
+; $Header: /cvs/stx/stx/libbasic/resources/it.rs,v 1.1 2004-03-08 14:18:29 cg Exp $
+;
+; Italian strings
+;
+; this file contains 8bit national characters;
+; DONT EDIT this file with an old vi !
+
+'monday'        'lunedi'
+'tuesday'       'martedi'
+'wednesday'     'mercoledi'
+'thursday'      'giovedi'
+'friday'        'venerdi'
+'saturday'      'sabato'
+'sunday'        'domenica'
+
+'mon'           'lun'
+'tue'           'mar'
+'wed'           'mer'
+'thu'           'gio'
+'fri'           'ven'
+'sat'           'sab'
+'sun'           'dom'
+
+'january'       'gennaio'
+'february'      'febbraio'
+'march'         'marzo'
+'april'         'aprile'
+'may'           'maggio'
+'june'          'giugno'        
+'july'          'luglio'
+'august'        'agosto'
+'september'     'settembre'
+'october'       'ottobre'
+'november'      'novembre'
+'december'      'dicembre'
+
+'jan'           'gen'
+'feb'           'feb'
+'mar'           'mar'
+'apr'           'apr'
+'may'           'mag'
+'jun'           'giu'
+'jul'           'lug'
+'aug'           'ago'
+'sep'           'set'
+'oct'           'ott'
+'nov'           'nov'
+'dec'           'dic'
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/resources/ja.rs	Mon Mar 08 15:18:29 2004 +0100
@@ -0,0 +1,61 @@
+#encoding utf-8
+
+; $Header: /cvs/stx/stx/libbasic/resources/ja.rs,v 1.1 2004-03-08 14:18:29 cg Exp $
+;
+; Japanese strings
+;
+; this file is UTF8 encoded and
+; contains 8bit and invisible escape characters;
+; DONT EDIT this file with an old vi !
+;
+
+; cg:
+;    HELP Please.
+;    could someone check this document and return
+;    a fixed (completed) one ?
+;
+
+
+'january'     '一月'
+'february'    '二月'
+'march'       '三月'                     
+'april'       '四月'
+'may'         '五月'
+'june'        '六月'
+'july'        '七月'
+'august'      '八月'
+'september'   '九月'
+'october'     '十月'
+'november'    '十一月'
+'december'    '十二月'
+
+; I guess there is no abbreviation
+
+'jan'         '一月'
+'feb'         '二月'
+'mar'         '三月'
+'apr'         '四月'
+'may'         '五月'
+'jun'         '六月'
+'jul'         '七月'
+'aug'         '八月'
+'sep'         '九月'
+'oct'         '十月'
+'nov'         '十一月'
+'dec'         '十二月'
+
+'monday'      '月曜日'
+'tuesday'     '火曜日'
+'wednesday'   '水曜日'
+'thursday'    '木曜日'
+'friday'      '金曜日'
+'saturday'    '土曜日'
+'sunday'      '日曜日'
+
+'mon'         '月曜'
+'tue'         '火曜'
+'wed'         '水曜'
+'thu'         '木曜'
+'fri'         '金曜'
+'sat'         '土曜'
+'sun'         '日曜'
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/resources/nl.rs	Mon Mar 08 15:18:29 2004 +0100
@@ -0,0 +1,50 @@
+#encoding iso8859-1
+
+; $Header: /cvs/stx/stx/libbasic/resources/nl.rs,v 1.1 2004-03-08 14:18:29 cg Exp $
+;
+; Dutch strings
+;
+; this file contains 8bit national characters;
+; DONT EDIT this file with an old vi !
+
+'monday'        'maandag'
+'tuesday'       'dinsdag'
+'wednesday'     'woensdag'
+'thursday'      'donderdag'
+'friday'        'vrijdag'
+'saturday'      'zaterdag'
+'sunday'        'zondag'       
+
+'mon'           'ma'
+'tue'           'di'
+'wed'           'wo'
+'thu'           'do'
+'fri'           'vr'
+'sat'           'za'
+'sun'           'zo'
+
+'january'       'januari'
+'february'      'februari'
+'march'         'maart'                     
+'april'         'april'
+'may'           'mei'
+'june'          'juni'
+'july'          'juli'
+'august'        'augustus'
+'september'     'september'
+'october'       'oktober'
+'november'      'november'
+'december'      'december'
+
+'jan'           'jan'
+'feb'           'feb'
+'mar'           'maa'
+'apr'           'apr'
+'may'           'mei'
+'jun'           'jun'
+'jul'           'jul'
+'aug'           'aug'
+'sep'           'sep'
+'oct'           'okt'
+'nov'           'nov'
+'dec'           'dec'
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/resources/no.rs	Mon Mar 08 15:18:29 2004 +0100
@@ -0,0 +1,50 @@
+#encoding iso8859-1
+
+; $Header: /cvs/stx/stx/libbasic/resources/no.rs,v 1.1 2004-03-08 14:18:29 cg Exp $
+;
+; Norwegian strings
+;
+; this file contains 8bit national characters;
+; DONT EDIT this file with an old vi !
+
+'monday'        'mandag'
+'tuesday'       'tirsdag'
+'wednesday'     'onsdag'
+'thursday'      'torsdag'
+'friday'        'fredag'
+'saturday'      'lrdag'
+'sunday'        'sndag'
+
+'mon'           'man'
+'tue'           'tir'
+'wed'           'ons'
+'thu'           'tor'
+'fri'           'fre'
+'sat'           'lr'
+'sun'           'sn'
+
+'january'       'januar'
+'february'      'februar'
+'march'         'mars'
+'april'         'april'
+'may'           'mai'
+'june'          'juni'
+'july'          'juli'
+'august'        'august'
+'september'     'september'
+'october'       'oktober'
+'november'      'november'
+'december'      'desember'
+
+'jan'         'jan'
+'feb'         'feb'
+'mar'         'mar'
+'apr'         'apr'
+'may'         'mai'
+'jun'         'jun'
+'jul'         'jul'
+'aug'         'aug'
+'sep'         'sep'
+'oct'         'okt'
+'nov'         'nov'
+'dec'         'des'
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/resources/pt.rs	Mon Mar 08 15:18:29 2004 +0100
@@ -0,0 +1,51 @@
+#encoding iso8859-1
+
+; $Header: /cvs/stx/stx/libbasic/resources/pt.rs,v 1.1 2004-03-08 14:18:29 cg Exp $
+;
+; Portuguese strings
+;
+; this file contains 8bit national characters;
+; DONT EDIT this file with an old vi !
+
+
+'monday'      'segunda'
+'tuesday'     'tera'
+'wednesday'   'quarta'
+'thursday'    'quinta'
+'friday'      'sexta'
+'saturday'    'sbado'
+'sunday'      'domingo'
+
+'mon'         'seg'
+'tue'         'ter'
+'wed'         'qua'
+'thu'         'qui'
+'fri'         'sex'
+'sat'         'sb'
+'sun'         'dom'
+
+'january'     'janeiro'
+'february'    'fevereiro'
+'march'       'maro'                     
+'april'       'abril'
+'may'         'maio'
+'june'        'junho'
+'july'        'juljo'
+'august'      'agosto'
+'september'   'setembro'
+'october'     'outubro'
+'november'    'novembro'
+'december'    'dezembro'
+
+'jan'         'jan'
+'feb'         'fev'
+'mar'         'mar'
+'apr'         'abr'
+'may'         'mai'
+'jun'         'jun'
+'jul'         'jul'
+'aug'         'ago'
+'sep'         'set'
+'oct'         'out'
+'nov'         'nov'
+'dec'         'dez'
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/resources/resources.rs	Mon Mar 08 15:18:29 2004 +0100
@@ -0,0 +1,83 @@
+#encoding ascii
+
+;
+; $Header: /cvs/stx/stx/libbasic/resources/resources.rs,v 1.1 2004-03-08 14:18:29 cg Exp $
+;
+
+#if Language == #af
+# include 'af.rs'
+#endif
+
+#if Language == #da
+# include 'da.rs'
+#endif
+
+#if Language == #de
+# include 'de.rs'
+#endif
+
+#if Language == #el
+# include 'el.rs'
+#endif
+
+#if Language == #eo
+# include 'eo.rs'
+#endif
+
+#if Language == #fi
+# include 'fi.rs'
+#endif
+
+#if Language == #fr
+# include 'fr.rs'
+#endif
+
+#if Language == #it
+# include 'it.rs'
+#endif
+
+#if Language == #ja
+# include 'ja.rs'
+#endif
+
+#if Language == #nl
+# include 'nl.rs'
+#endif
+
+#if Language == #no
+# include 'no.rs'
+#endif
+
+#if Language == #pt
+# include 'pt.rs'
+#endif
+
+#if Language == #ro
+# include 'ro.rs'
+#endif
+
+#if Language == #ru
+# include 'ru.rs'
+#endif
+
+#if Language == #sk
+# include 'sk.rs'
+#endif
+
+#if Language == #sl
+# include 'sl.rs'
+#endif
+
+#if Language == #sv
+# include 'sv.rs'
+#endif
+
+#if Language == #tr
+# include 'tr.rs'
+#endif
+
+
+;
+; fallback - use english strings for missing messages
+;
+#include 'en.rs'
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/resources/ro.rs	Mon Mar 08 15:18:29 2004 +0100
@@ -0,0 +1,50 @@
+#encoding iso8859-2
+
+; $Header: /cvs/stx/stx/libbasic/resources/ro.rs,v 1.1 2004-03-08 14:18:29 cg Exp $
+;
+; Romanian strings
+;
+; this file contains 8bit national characters;
+; DONT EDIT this file with an old vi !
+
+'monday'      'luni'
+'tuesday'     'mari'
+'wednesday'   'miercuri'
+'thursday'    'joi'
+'friday'      'vineri'
+'saturday'    'simbt'
+'sunday'      'duminic'
+
+'mon'         'lu'
+'tue'         'ma'
+'wed'         'mi'
+'thu'         'jo'
+'fri'         'vi'
+'sat'         'si'
+'sun'         'du'
+
+'january'     'ianuarie'
+'february'    'februarie'
+'march'       'martie'                     
+'april'       'aprilie'
+'may'         'mai'
+'june'        'iunie'
+'july'        'iulie'
+'august'      'august'
+'september'   'septembrie'
+'october'     'octombrie'
+'november'    'noiembrie'
+'december'    'decembrie'
+
+'jan'         'ian'
+'feb'         'feb'
+'mar'         'mar'
+'apr'         'apr'
+'may'         'mai'
+'jun'         'iun'
+'jul'         'iul'
+'aug'         'aug'
+'sep'         'sep'
+'oct'         'oct'
+'nov'         'noi'
+'dec'         'dec'
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/resources/ru.rs	Mon Mar 08 15:18:29 2004 +0100
@@ -0,0 +1,50 @@
+#encoding iso8859-5
+
+; $Header: /cvs/stx/stx/libbasic/resources/ru.rs,v 1.1 2004-03-08 14:18:29 cg Exp $
+;
+; Russian strings
+;
+; this file contains 8bit national characters;
+; DONT EDIT this file with an old vi !
+
+'monday'      ''
+'tuesday'     ''
+'wednesday'   ''
+'thursday'    ''
+'friday'      ''
+'saturday'    ''
+'sunday'      ''
+
+'mon'         ''       "/ ???
+'tue'         ''       "/ ???
+'wed'         ''       "/ ???
+'thu'         ''       "/ ???
+'fri'         ''       "/ ???
+'sat'         ''       "/ ???
+'sun'         ''       "/ ???
+
+'january'     ''
+'february'    ''
+'march'       ''                     
+'april'       ''
+'may'         ''
+'june'        ''
+'july'        ''
+'august'      ''
+'september'   ''
+'october'     ''
+'november'    ''
+'december'    ''
+
+'jan'         ''       "/ ???
+'feb'         ''       "/ ???
+'mar'         ''       "/ ???
+'apr'         ''       "/ ???
+'may'         ''       "/ ???
+'jun'         ''       "/ ???
+'jul'         ''       "/ ???
+'aug'         ''       "/ ???
+'sep'         ''       "/ ???
+'oct'         ''       "/ ???
+'nov'         ''       "/ ???
+'dec'         ''       "/ ???
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/resources/sv.rs	Mon Mar 08 15:18:29 2004 +0100
@@ -0,0 +1,50 @@
+#encoding iso8859-1
+
+; $Header: /cvs/stx/stx/libbasic/resources/sv.rs,v 1.1 2004-03-08 14:18:29 cg Exp $
+;
+; Swedish strings
+;
+; this file contains 8bit national characters;
+; DONT EDIT this file with an old vi !
+
+'monday'        'mndag'
+'tuesday'       'tisdag'
+'wednesday'     'onsdag'
+'thursday'      'torsdag'
+'friday'        'fredag'
+'saturday'      'lrdag'
+'sunday'        'sndag'
+
+'mon'           'mn'
+'tue'           'tis'
+'wed'           'ons'
+'thu'           'tor'
+'fri'           'fre'
+'sat'           'lr'
+'sun'           'sn'
+
+'january'       'januari'
+'february'      'februari'
+'march'         'mars'
+'april'         'april'
+'may'           'maj'
+'june'          'juni'
+'july'          'juli'
+'august'        'augusti'
+'september'     'september'
+'october'       'oktober'
+'november'      'november'
+'december'      'december'
+
+'jan'           'jan'
+'feb'           'feb'
+'mar'           'mar'
+'apr'           'apr'
+'may'           'maj'
+'jun'           'jun'
+'jul'           'jul'
+'aug'           'aug'
+'sep'           'sep'
+'oct'           'okt'
+'nov'           'nov'
+'dec'           'dec'
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/resources/tr.rs	Mon Mar 08 15:18:29 2004 +0100
@@ -0,0 +1,50 @@
+#encoding iso8859-1
+
+; $Header: /cvs/stx/stx/libbasic/resources/tr.rs,v 1.1 2004-03-08 14:18:29 cg Exp $
+;
+; Turkish strings
+;
+; this file contains 8bit national characters;
+; DONT EDIT this file with an old vi !
+
+'monday'      'pazartesi'
+'tuesday'     'sal'
+'wednesday'   'aramba'
+'thursday'    'perembe'
+'friday'      'cuma'
+'saturday'    'cumartesi'
+'sunday'      'pazar'
+
+'mon'         'pzt'
+'tue'         'sal'
+'wed'         'r'
+'thu'         'pr'
+'fri'         'cum'
+'sat'         'cts'
+'sun'         'paz'
+
+'january'     'ocak'
+'february'    'ubat'
+'march'       'mart'                     
+'april'       'nisan'
+'may'         'mays'
+'june'        'haziran'
+'july'        'temmuz'
+'august'      'austos'
+'september'   'eyll'
+'october'     'ekim'
+'november'    'kasm'
+'december'    'aralk'
+
+'jan'         'oca'
+'feb'         'ub'
+'mar'         'mar'
+'apr'         'nis'
+'may'         'may'
+'jun'         'haz'
+'jul'         'tem'
+'aug'         'au'
+'sep'         'eyl'
+'oct'         'eki'
+'nov'         'kas'
+'dec'         'ara'