From db50a384a4631c170417ba9d95d74402f6497518 Mon Sep 17 00:00:00 2001 From: ddtddt Date: Mon, 19 Sep 2011 07:29:37 +0000 Subject: =?UTF-8?q?[trunk]=20-=20language=20-=20update=20cs=5FCZ=20-=20?= =?UTF-8?q?=C4=8Cesky=20-=20Czech=20thanks=20to=20webprostor.eu=20=20-=20f?= =?UTF-8?q?eature:2320?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://piwigo.org/svn/trunk@12185 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/cs_CZ/admin.lang.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'language/cs_CZ/admin.lang.php') diff --git a/language/cs_CZ/admin.lang.php b/language/cs_CZ/admin.lang.php index 491850627..7488dad00 100644 --- a/language/cs_CZ/admin.lang.php +++ b/language/cs_CZ/admin.lang.php @@ -841,4 +841,25 @@ $lang['Add a criteria'] = 'Přidání kritéria'; $lang['You can\'t define a default photo order because you have a custom setting in your local configuration.'] = 'Nemužete definovat výchozí pořadí fotografií, protože máte nadefinováno vlastní nastavení v konfiguraci'; $lang['You have specified $conf[\'order_by\'] in your local configuration file, this parameter in deprecated, please remove it or rename it into $conf[\'order_by_custom\'] !'] = 'Specifikovali jste $conf[\'order_by\'] v konfiguračním souboru, tento parametr je zastaralý, prosím odstraňte ho nebo přejmenujte na $conf[\'order_by_custom\'] !'; $lang['Learn more'] = 'Zjistit více'; +$lang['... or '] = '... nebo '; +$lang['Create'] = 'Vytvořit'; +$lang['Start Upload'] = 'Zahájit Upload'; +$lang['You are using the Flash uploader. Problems? Try the Browser uploader instead.'] = 'Nyní používáte Flash uploader. Problémy? Zkuste Browser uploader místo něj.'; +$lang['You are using the Browser uploader. Try the Flash uploader instead.'] = 'Používáte Browser uploader. Můžete zkusit Flash uploader místo něj.'; +$lang['Maximum file size: %sB.'] = 'Maximální velikost souboru: %sB.'; +$lang['Allowed file types: %s.'] = 'Povolené typy souborů: %s.'; +$lang['Approximate maximum resolution: %dM pixels (that\'s %dx%d pixels).'] = 'Aproximované max. rozlišení: %dM pixelů (to je %dx%d pixelů).'; +$lang['Manage Permissions'] = 'Nastavení oprávnění'; +$lang['Photo %s of %s'] = 'Fotografií %s ze %s'; +$lang['show details'] = 'zobrazit detaily'; +$lang['hide details'] = 'skrýt detaily'; +$lang['Merge tags'] = 'Sloučit tagy'; +$lang['Select the destination tag'] = 'Vyberte cílový tag'; +$lang['(this tag will be deleted)'] = '(tento tag bude vymazán)'; +$lang['Confirm merge'] = 'Potvrdit sloučení'; +$lang['Merge selected tags'] = 'Sloučit vybrané tagy'; +$lang['No destination tag selected'] = 'Cílový tag nebyl vybrán'; +$lang['Tags %s merged into tag %s'] = 'Tagy %s sloučeny do tagu %s'; +$lang['Select at least two tags for merging'] = 'Vyberte alespoň 2 tagy pro sloučení'; +$lang['Select an album'] = 'Vyberte album'; ?> \ No newline at end of file -- cgit v1.2.3