resources/af.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 iso8859-1

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