Files
Piwigo-Social-Buttons/language/tr_TR/plugin.lang.php
Piwigo-TranslationTeam 3cd1eacf7d [social_buttons] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/extensions/SocialButtons@21298 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-06 22:43:47 +00:00

17 lines
642 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
$lang['Button position on picture page'] = 'Resim sayfasindaki buton konumu';
$lang['Top'] = 'Üst';
$lang['Bottom'] = 'Alt';
$lang['Toolbar'] = 'Menü çubuğu';
$lang['Shared picture size'] = 'Paylaşılan resim büyüklüğü';
$lang['Annotation'] = 'Dipnot';
$lang['Bubble'] = 'Baloncuk';
$lang['Inline text'] = 'satır içi yazı';
$lang['Via'] = 'Üzerinden';
$lang['Right bubble'] = 'Sağ baloncuk';
$lang['Top bubble'] = 'Üst baloncuk';
$lang['Button type'] = 'Buton tipi';
$lang['Display buttons'] = 'Butonları göster';
$lang['on photo and album'] = 'fotoğraf ve albümde';
$lang['only on photo'] = 'sadece fotoğrafta';
?>