mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 07:12:15 +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
|
|
@ -8,6 +8,7 @@
|
|||
<title xml:lang="es">Añadir imágenes</title>
|
||||
<title xml:lang="ru">Добавление изображений</title>
|
||||
<title xml:lang="zh-TW">圖片連結</title>
|
||||
<title xml:lang="tr">Resim Ekle</title>
|
||||
<description xml:lang="ko">에디터에 이미지를 추가하거나 속성을 변경할 수 있습니다.</description>
|
||||
<description xml:lang="jp">エディターでイメージの追加、属性の変更が出来ます。</description>
|
||||
<description xml:lang="zh-CN">可以插入图像或编辑其相应属性。</description>
|
||||
|
|
@ -16,6 +17,7 @@
|
|||
<description xml:lang="es">Se puede añadir una imagen a editor o cambiar la atribución de la imagen.</description>
|
||||
<description xml:lang="ru">Это может добавить изображение в редактор или изменить параметры изображения.</description>
|
||||
<description xml:lang="zh-TW">可以新增或編輯其相關屬性。</description>
|
||||
<description xml:lang="tr">Editöre bir resim ekleyebilir veya resmin niteliğini değiştirebilir.</description>
|
||||
<version>0.1</version>
|
||||
<date>2007-02-28</date>
|
||||
|
||||
|
|
@ -28,5 +30,6 @@
|
|||
<name xml:lang="es">NHN</name>
|
||||
<name xml:lang="ru">NHN</name>
|
||||
<name xml:lang="zh-TW">NHN</name>
|
||||
<name xml:lang="tr">NHN</name>
|
||||
</author>
|
||||
</component>
|
||||
|
|
|
|||
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