mirror of
https://github.com/Piwigo/Piwigo-Social-Buttons.git
synced 2026-05-06 05:22:33 +02:00
git-svn-id: http://piwigo.org/svn/extensions/SocialButtons@20757 68402e56-0260-453c-a942-63ccdbb3a9ee
14 lines
515 B
PHP
14 lines
515 B
PHP
<?php
|
|
$lang['Button position on picture page'] = 'Pozice tlačítka na stránce s fotografií';
|
|
$lang['Top'] = 'Nahoře';
|
|
$lang['Bottom'] = 'Dole';
|
|
$lang['Toolbar'] = 'Panel nástrojů';
|
|
$lang['Shared picture size'] = 'Velikost sdíleného obrázku';
|
|
$lang['Annotation'] = 'Anotace';
|
|
$lang['Bubble'] = 'Bublina';
|
|
$lang['Inline text'] = 'Text v řádce';
|
|
$lang['Via'] = 'Prostřednictvím';
|
|
$lang['Button type'] = 'Typ tlačítka';
|
|
$lang['Right bubble'] = 'Pravá bublina';
|
|
$lang['Top bubble'] = 'Horní bublina';
|
|
?>
|