add on/off in global language variables

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8648 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flyskyko 2011-07-26 09:14:56 +00:00
parent 7aebc36fb5
commit 60e6276d35
12 changed files with 24 additions and 0 deletions

View file

@ -171,6 +171,8 @@ $lang->layout_manager = 'Yerleşim düzeni ayarları';
$lang->use = 'Etkin';
$lang->notuse = 'Devredışı';
$lang->on = 'On';
$lang->off = 'Off';
$lang->not_exists = "mevcut değil";
$lang->public = 'Genel';