source: trunk/language/cs_CZ/upgrade.lang.php @ 5342

Last change on this file since 5342 was 5316, checked in by plg, 14 years ago

copy all languages (exceptions are en_UK and fr_FR) from branch 2.0 to trunk,
then convert the *.lang.php files with tools/convert_language_to_2.1.pl

Next step is to play with tools/translation_analysis.php to find which
language keys need translation for each language.

File size: 3.4 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based picture gallery                                  |
4// | Czech language localization                                           |
5// +-----------------------------------------------------------------------+
6// | Copyright(C) 2009     Pavel Budka & Petr Jirsa    http://pbudka.co.cc |
7// +-----------------------------------------------------------------------+
8// | This program is free software; you can redistribute it and/or modify  |
9// | it under the terms of the GNU General Public License as published by  |
10// | the Free Software Foundation                                          |
11// |                                                                       |
12// | This program is distributed in the hope that it will be useful, but   |
13// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
14// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
15// | General Public License for more details.                              |
16// |                                                                       |
17// | You should have received a copy of the GNU General Public License     |
18// | along with this program; if not, write to the Free Software           |
19// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
20// | USA.                                                                  |
21// +-----------------------------------------------------------------------+
22
23$lang['Upgrade'] = 'Aktualizace';
24$lang['introduction message'] = 'Navrhujeme aktualizovat Vaši databázi, která odpovídá starší verzi na aktuální verzi.
25Asistent aktualizace odhaduje, že používáte <strong>verzi %s</strong> (nebo odpovídající).';
26$lang['Upgrade from version %s to %s'] = 'Aktualizace z verze %s na %s';
27$lang['Statistics'] = 'Statistika';
28$lang['total upgrade time'] = 'celkový čas aktualizace';
29$lang['total SQL time'] = 'celkový čas SQL';
30$lang['SQL queries'] = 'SQL dotazy';
31$lang['Upgrade informations'] = 'Informace o aktualizaci';
32$lang['Perform a maintenance check in [Administration>Specials>Maintenance] if you encounter any problem.'] = 'Proveďte kontrolu údržby v [Administrace>Ostatní>Údržba] pokud dojde k problému.';
33$lang['As a precaution, following plugins have been deactivated. You must check for plugins upgrade before reactiving them:'] = 'Následující doplňky byly deaktivovány v rámci předběžných opatření. Předtím než je znovu aktivujete, zkontrolujte, jestli nebyly aktualizovány:';
34$lang['Only administrator can run upgrade: please sign in below.'] = 'Jen administrátor smí spustit aktualizaci: prosím přihlašte se níže.';
35$lang['You do not have access rights to run upgrade'] = 'nemáte přístupová práva na spuštění upgrade';
36$lang['in include/mysql.inc.php, before ?>, insert:'] = 'V <i>include/mysql.inc.php</i>, před <b>?></b>, vložte:';
37
38// Upgrade informations from upgrade_1.3.1.php
39$lang['All sub-categories of private categories become private'] = 'Všechny pod-ketegorie privátních kategorií se stanou privátními';
40$lang['User permissions and group permissions have been erased'] = 'Uživatelská oprávnění a oprávnění skupin byla vymazána';
41$lang['Only thumbnails prefix and webmaster mail address have been saved from previous configuration'] = 'Z předchozí konfigurace byly zachovány pouze předpony náhledů a email adresa správce.';
42
43?>
Note: See TracBrowser for help on using the repository browser.