resources/tr.rs
author Jan Vrany <jan.vrany@labware.com>
Fri, 03 Dec 2021 12:26:39 +0000
branchjv
changeset 25438 8ee2cac9f9f4
parent 17929 8b88d7871e6f
permissions -rw-r--r--
Add support for (Pharo) `BaselineOfXYZ` packages In order to improve interoperability with Pharo and Tonel packages this commit fixes `ProjectDefinition class >> #definitionClassForPackage:` to allow loading (Tonel) `BaselineOfXYZ` packages.

#encoding iso8859-1

; $Header: /cvs/stx/stx/libbasic/resources/tr.rs,v 1.2 2004/03/15 16:39:09 cg Exp $
;
; Turkish strings
;
; this file contains 8bit national characters;
; DONT EDIT this file with an old vi !

'monday'      'pazartesi'
'tuesday'     'salı'
'wednesday'   'çarşamba'
'thursday'    'perşembe'
'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'         'mayıs'
'june'        'haziran'
'july'        'temmuz'
'august'      'ağustos'
'september'   'eylül'
'october'     'ekim'
'november'    'kasım'
'december'    'aralık'

'jan'         'oca'
'feb'         'şub'
'mar'         'mar'
'apr'         'nis'
MAY_ABBREV    'may'
'jun'         'haz'
'jul'         'tem'
'aug'         'ağu'
'sep'         'eyl'
'oct'         'eki'
'nov'         'kas'
'dec'         'ara'