mirror of
https://github.com/Piwigo/Piwigo-Social-Buttons.git
synced 2026-03-28 17:42:48 +01:00
git-svn-id: http://piwigo.org/svn/extensions/SocialButtons@21298 68402e56-0260-453c-a942-63ccdbb3a9ee
17 lines
642 B
PHP
17 lines
642 B
PHP
<?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';
|
||
?>
|