<?php
/**
 * Turkish language file for cleanup plugin
 *
 * @author Andreas Gohr <gohr@cosmocode.de>
 * translate İlker R. Kapaç <irifat@gmail.com>
 */

// menu entry for admin plugins
$lang['menu'] = 'Dosya Temizleme';

// custom language strings for the plugin
$lang['sum'] = '%d adet dosya, %s miktarda yer kullanıyor.';
$lang['preview'] = 'Etkilenen dosyaları listele.';
$lang['execute'] = 'Etkilenen dosyaları sil.';
$lang['done'] = 'Dosyalar silindi.';


//Setup VIM: ex: et ts=4 :
