mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 21:29:58 +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
27
modules/editor/components/image_gallery/lang/tr.lang.php
Normal file
27
modules/editor/components/image_gallery/lang/tr.lang.php
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<?php
|
||||
/**
|
||||
* @file /modules/editor/components/image_gallery/lang/en.lang.php
|
||||
* @author NHN (developers@xpressengine.com)
|
||||
* @brief editor module > language pack of image_gallery component.
|
||||
**/
|
||||
|
||||
$lang->image_gallery = "Resim Galerisi Oluştur";
|
||||
$lang->width = "Genişlik";
|
||||
$lang->height = "Yükseklik";
|
||||
$lang->image_list = "Resim Listesi";
|
||||
$lang->gallery_style = "Galeri Tarzı";
|
||||
$lang->gallery_slide_style = "Slayt Tarzı";
|
||||
$lang->gallery_slide_align = "Hizalama Tarzı";
|
||||
$lang->gallery_slide_center = "Ortalı";
|
||||
$lang->gallery_slide_left = "Sol";
|
||||
$lang->gallery_slide_right = "Sağ";
|
||||
$lang->gallery_list_style = "Hepsini Genişlet";
|
||||
$lang->gallery_border_color = "Kenarlık Rengi";
|
||||
$lang->gallery_border_thickness = "Kenarlık Kalınlığı";
|
||||
$lang->gallery_bg_color = "Arkaplan Rengi";
|
||||
$lang->about_image_list = "Resim galerisine eklenecek dosyayı seçiniz. Seçtikten sonra dosyayı sürükleyebilirsiniz ya da shift+click(geniş ölçüde seçimler için), ctrl+click(bireysel seçimler için)komutlarını kullanabilirsiniz";
|
||||
|
||||
$lang->cmd_gallery_prev = "Önceki Resim";
|
||||
$lang->cmd_gallery_next = "Sonraki Resim";
|
||||
$lang->cmd_gallery_thumbnail = "Küçük Resim";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue