mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 13:25:57 +00:00
14 lines
403 B
Text
14 lines
403 B
Text
/* TRANSLATOR: 2015 Erdem Ersoy (eersoy93) (erdemersoy [at] erdemersoy [dot] net) */
|
||
|
||
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
|
||
|
||
STRINGTABLE
|
||
BEGIN
|
||
IDS_SERVICE_START "başlat"
|
||
IDS_SERVICE_STOP "durdur"
|
||
IDS_SERVICE_PAUSE "duraklat"
|
||
IDS_SERVICE_RESUME "sürdür"
|
||
IDS_SERVICE_RUNNING "Çalışıyor"
|
||
IDS_SERVICE_STOPPED "Durduruldu"
|
||
IDS_SERVICE_PAUSED "Duraklatıldı"
|
||
END
|