resources/eo.rs
author Claus Gittinger <cg@exept.de>
Wed, 13 Feb 2019 22:10:53 +0100
changeset 23735 77363fc65861
parent 8195 8d5251b21ce0
child 17711 39faaaf888b4
permissions -rw-r--r--
#FEATURE by cg class: OrderedDictionary changed: #copyValuesFrom:to: class: OrderedDictionary class changed: #version_CVS

#encoding utf8

; $Header: /cvs/stx/stx/libbasic/resources/eo.rs,v 1.3 2004-03-15 16:39:09 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_ABBREV      'maj'
; 'jun'         'jun'
; 'jul'         'jul'
; 'aug'         'aug'
; 'sep'         'sep'
'oct'         'okt'
; 'nov'         'nov'
; 'dec'         'dec'