diff options
author | nikrou <nikrou@piwigo.org> | 2010-05-08 20:23:13 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2010-05-08 20:23:13 +0000 |
commit | f1c5936f8b8b5ee4ca8aaeff156d15d6ed657a41 (patch) | |
tree | d318300eac7f8e79a34b6cb2ad9412d45ede1f7e /language/cs_CZ/upgrade.lang.php | |
parent | eb0aec97524af79ced247393fac94ed4d14baf80 (diff) |
Fix language key (return in string) for message introduction in upgrade.php
git-svn-id: http://piwigo.org/svn/trunk@6127 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/cs_CZ/upgrade.lang.php')
-rw-r--r-- | language/cs_CZ/upgrade.lang.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/language/cs_CZ/upgrade.lang.php b/language/cs_CZ/upgrade.lang.php index 00b40ccef..0e5bd91c2 100644 --- a/language/cs_CZ/upgrade.lang.php +++ b/language/cs_CZ/upgrade.lang.php @@ -41,8 +41,7 @@ $lang['User permissions and group permissions have been erased'] = 'Uživatelskà $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.'; // missing translations 2.1.0 -$lang['This page proposes to upgrade your database corresponding to your old version of Piwigo to the current version. -The upgrade assistant thinks you are currently running a <strong>release %s</strong> (or equivalent).'] = 'Navrhujeme aktualizovat databázi VaÅ¡Ã galerie Piwigo ze starÅ¡Ã na novou verzi. +$lang['This page proposes to upgrade your database corresponding to your old version of Piwigo to the current version. The upgrade assistant thinks you are currently running a <strong>release %s</strong> (or equivalent).'] = 'Navrhujeme aktualizovat databázi VaÅ¡Ã galerie Piwigo ze starÅ¡Ã na novou verzi. Asistent aktualizace se domnÃvá, že aktuálnÄ› použÃváte <strong>verzi %s</strong> (nebo odpovÃdajÃcÃ).'; $lang['As a precaution, following plugins have been deactivated. You must check for plugins upgrade before reactiving them:'] = 'Jako pÅ™edběžné opatÅ™enà byly deaktivovány následujÃcà doplňky. ProsÃm zkontrolujte aktualizace tÄ›chto doplňků pÅ™edtÃm než je znovu aktivujete:'; $lang['In <i>%s</i>, before <b>?></b>, insert:'] = 'V <i>%s</i>, pÅ™ed <b>?></b>, vloženÃm:'; |