diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2012-04-08 14:46:05 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2012-04-08 14:46:05 +0000 |
commit | 595df13bcdc71d021ca2c071fdd64a9d5a4005e1 (patch) | |
tree | 48cce56a20c4206cc0dbc903736ab06056be7b65 /language/cs_CZ/admin.lang.php | |
parent | 6acc0241425bfa435fc3bcd82acd5e2fac34e0db (diff) |
[trunk (admin)] Update cs_CZ, thanks to : coudy
git-svn-id: http://piwigo.org/svn/trunk@13986 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/cs_CZ/admin.lang.php | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/language/cs_CZ/admin.lang.php b/language/cs_CZ/admin.lang.php index d65b808c9..d4061c27c 100644 --- a/language/cs_CZ/admin.lang.php +++ b/language/cs_CZ/admin.lang.php @@ -763,7 +763,7 @@ $lang['Include history data (Warning: server memory limit may be exceeded)'] = ' $lang['Unable to dump database.'] = 'Nelze zálohovat databázi.'; $lang['Some upgrades are available for extensions.'] = 'Pro některý z doplňků je připravena aktualizace.'; $lang['Ignore All'] = 'Ignoruj Vše'; -$lang['Crop'] = 'Oříznutí'; +$lang['Crop'] = 'Ořez'; $lang['Width'] = 'Šířka'; $lang['Height'] = 'Výška'; $lang['Follow Orientation'] = 'Postupuj podle orientace'; @@ -883,4 +883,22 @@ $lang['custom'] = 'Vlastní'; $lang['No group is permitted to see this private album'] = 'Žádná ze skupin nemá oprávnění prohlížet toto soukromé album'; $lang['Permission management'] = 'Správa pravidel přístupu'; +$lang['add a new watermark'] = 'Přidej vodoznak'; +$lang['Apply watermark if height is bigger than'] = 'Vlož vodoznak pokud je výška delší než'; +$lang['Apply watermark if width is bigger than'] = 'Vlož vodoznak pokud je šířka delší než'; +$lang['bottom left corner'] = 'Levý spodní roh'; +$lang['bottom right corner'] = 'Pravý spodní roh'; +$lang['By default, the center of interest is placed in the middle of the photo.'] = 'Podle púuvodního nastavení je střed zájmu umístěn doprostřed fotografie.'; +$lang['For photo sizes with crop, such as "Square", Piwigo will do its best to include the center of interest.'] = 'Pro fotografie s ořezem, jako třeba "čtverec", se Piwigo pokusí umístit střed zájmu do vysledného ořezu.'; +$lang['middle'] = 'střední'; +$lang['Opacity'] = 'Průhlednost'; +$lang['Photo sizes with crop'] = 'Fotografie s ořezem'; +$lang['Select a file'] = 'Vyber soubor'; +$lang['Select a zone with your mouse to define a new center of interest.'] = 'Vyber myší zónu nového středu zájmu'; +$lang['The center of interest is the most meaningful zone in the photo.'] = 'Střed zájmu je nejdůležitější část(zóna) fotky'; +$lang['top left corner'] = 'Levý horní roh'; +$lang['top right corner'] = 'Pravý horní roh'; +$lang['X Position'] = 'pozice X'; +$lang['X Repeat'] = 'X opakování'; +$lang['Y Position'] = 'pozice Y'; ?>
\ No newline at end of file |