1<?php
2/**
3 * Turkish language file for cleanup plugin
4 *
5 * @author Andreas Gohr <gohr@cosmocode.de>
6 * translate İlker R. Kapaç <irifat@gmail.com>
7 */
8
9// menu entry for admin plugins
10$lang['menu'] = 'Dosya Temizleme';
11
12// custom language strings for the plugin
13$lang['sum'] = '%d adet dosya, %s miktarda yer kullanıyor.';
14$lang['preview'] = 'Etkilenen dosyaları listele.';
15$lang['execute'] = 'Etkilenen dosyaları sil.';
16$lang['done'] = 'Dosyalar silindi.';
17
18
19//Setup VIM: ex: et ts=4 :
20