mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 12:19:56 +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
22
modules/editor/components/image_link/lang/tr.lang.php
Normal file
22
modules/editor/components/image_link/lang/tr.lang.php
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<?php
|
||||
/**
|
||||
* @file /modules/editor/components/image_link/lang/en.lang.php
|
||||
* @author NHN (developers@xpressengine.com)
|
||||
* @brief editor Module > language pack of image_link component
|
||||
**/
|
||||
|
||||
$lang->image_url = "Resim Yolu";
|
||||
$lang->image_alt = "Açıklama Gir";
|
||||
$lang->image_scale = "Resim Boyutu";
|
||||
$lang->image_align = "Hizalama Tarzı";
|
||||
$lang->image_align_normal = "Paragraf Atla";
|
||||
$lang->image_align_left = "Makalenin Solunda";
|
||||
$lang->image_align_middle = "Ortalı";
|
||||
$lang->image_align_right = "Makalenin Sağında";
|
||||
$lang->image_border = "Kenarlık Kalınlığı";
|
||||
$lang->urllink_url = "URL";
|
||||
$lang->image_margin = 'Resim Kenar Boşluğu';
|
||||
|
||||
$lang->about_url_link_open_window = "Köprüyü yeni pencerede aç.";
|
||||
$lang->cmd_get_scale = "Resim Boyutunu Al";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue