diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/plugins/acl/lang/tr/lang.php | 30 | ||||
-rw-r--r-- | lib/plugins/config/lang/tr/lang.php | 6 | ||||
-rw-r--r-- | lib/plugins/plugin/lang/tr/lang.php | 6 | ||||
-rw-r--r-- | lib/plugins/popularity/lang/tr/lang.php | 6 | ||||
-rw-r--r-- | lib/plugins/revert/lang/tr/lang.php | 6 | ||||
-rw-r--r-- | lib/plugins/usermanager/lang/tr/lang.php | 6 |
6 files changed, 44 insertions, 16 deletions
diff --git a/lib/plugins/acl/lang/tr/lang.php b/lib/plugins/acl/lang/tr/lang.php index e40ee810c..98d46de40 100644 --- a/lib/plugins/acl/lang/tr/lang.php +++ b/lib/plugins/acl/lang/tr/lang.php @@ -3,20 +3,18 @@ * turkish language file * * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * @author Selim Farsakoğlu <farsakogluselim@yahoo.de> + * @author Selim Farsakoğlu <farsakogluselim@yahoo.de> + * @author Aydın Coşkuner aydinweb@gmail.com */ - -$lang['admin_acl'] = 'Erişim kontrol listesi yönetimi'; -$lang['acl_group'] = 'Grup'; -$lang['acl_user'] = 'Kullanıcı'; -$lang['acl_perms'] = 'Şunun için yetkiler:'; -$lang['page'] = 'Sayfa'; -$lang['namespace'] = 'İsim aralığı'; - -$lang['acl_perm1'] = 'Okuma'; -$lang['acl_perm2'] = 'Değiştirme'; -$lang['acl_perm4'] = 'Oluşturma'; -$lang['acl_perm8'] = 'Yükleme'; -$lang['acl_perm16'] = 'Silme'; -$lang['acl_new'] = 'Yeni giriş ekle'; -//Setup VIM: ex: et ts=2 enc=utf-8 : +$lang['admin_acl'] = 'Erişim kontrol listesi yönetimi'; +$lang['acl_group'] = 'Grup'; +$lang['acl_user'] = 'Kullanıcı'; +$lang['acl_perms'] = 'Şunun için yetkiler:'; +$lang['page'] = 'Sayfa'; +$lang['namespace'] = 'İsim aralığı'; +$lang['acl_perm1'] = 'Okuma'; +$lang['acl_perm2'] = 'Değiştirme'; +$lang['acl_perm4'] = 'Oluşturma'; +$lang['acl_perm8'] = 'Yükleme'; +$lang['acl_perm16'] = 'Silme'; +$lang['acl_new'] = 'Yeni giriş ekle'; diff --git a/lib/plugins/config/lang/tr/lang.php b/lib/plugins/config/lang/tr/lang.php new file mode 100644 index 000000000..81f3f0148 --- /dev/null +++ b/lib/plugins/config/lang/tr/lang.php @@ -0,0 +1,6 @@ +<?php +/** + * Turkish language file + * + * @author Aydın Coşkuner aydinweb@gmail.com + */ diff --git a/lib/plugins/plugin/lang/tr/lang.php b/lib/plugins/plugin/lang/tr/lang.php new file mode 100644 index 000000000..81f3f0148 --- /dev/null +++ b/lib/plugins/plugin/lang/tr/lang.php @@ -0,0 +1,6 @@ +<?php +/** + * Turkish language file + * + * @author Aydın Coşkuner aydinweb@gmail.com + */ diff --git a/lib/plugins/popularity/lang/tr/lang.php b/lib/plugins/popularity/lang/tr/lang.php new file mode 100644 index 000000000..81f3f0148 --- /dev/null +++ b/lib/plugins/popularity/lang/tr/lang.php @@ -0,0 +1,6 @@ +<?php +/** + * Turkish language file + * + * @author Aydın Coşkuner aydinweb@gmail.com + */ diff --git a/lib/plugins/revert/lang/tr/lang.php b/lib/plugins/revert/lang/tr/lang.php new file mode 100644 index 000000000..81f3f0148 --- /dev/null +++ b/lib/plugins/revert/lang/tr/lang.php @@ -0,0 +1,6 @@ +<?php +/** + * Turkish language file + * + * @author Aydın Coşkuner aydinweb@gmail.com + */ diff --git a/lib/plugins/usermanager/lang/tr/lang.php b/lib/plugins/usermanager/lang/tr/lang.php new file mode 100644 index 000000000..81f3f0148 --- /dev/null +++ b/lib/plugins/usermanager/lang/tr/lang.php @@ -0,0 +1,6 @@ +<?php +/** + * Turkish language file + * + * @author Aydın Coşkuner aydinweb@gmail.com + */ |