mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
add Turkey langauge
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8056 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9f71a6cf1a
commit
04bbfc6cfb
78 changed files with 2490 additions and 1 deletions
13
modules/session/lang/tr.lang.php
Normal file
13
modules/session/lang/tr.lang.php
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/session/lang/ko.lang.php
|
||||
* @author NHN (developers@xpressengine.com)
|
||||
* @brief Korean Language Pack (Basic Contents Only)
|
||||
**/
|
||||
|
||||
$lang->session = 'Oturum';
|
||||
$lang->about_session = "Bu modül oturumları yönetir\nAlışılmış oturum düzenlemesi, sitenize daha iyi bir ortam sağlayacaktır.";
|
||||
|
||||
$lang->cmd_clear_session = 'Oturum Düzenle';
|
||||
$lang->session_cleared = 'Oturum verisi başarıyla düzenlendi';
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue