resources/eo.rs
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 13 Jun 2018 14:39:23 +0000
branchjv
changeset 23108 77cd6e1625e1
parent 17929 8b88d7871e6f
permissions -rw-r--r--
Merge

#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'