rhymix/modules/editor/components/image_link/lang/tr.lang.php
2011-04-01 06:51:30 +00:00

22 lines
834 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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 = "ı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";
?>