diff options
author | patdenice <patdenice@piwigo.org> | 2008-11-03 19:52:33 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2008-11-03 19:52:33 +0000 |
commit | 214164c9a16f3099660431deaa46c125eb71adf7 (patch) | |
tree | fda37e41b14b1a526d8fd3277b7d89e6bdf45809 /language/de_DE/upgrade.lang.php | |
parent | 05ada8ba821bb9682cabf0147873adda6637ef60 (diff) |
- Add roma theme to upgrade page.
- Upgrade translation.
git-svn-id: http://piwigo.org/svn/trunk@2819 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/de_DE/upgrade.lang.php | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/language/de_DE/upgrade.lang.php b/language/de_DE/upgrade.lang.php new file mode 100644 index 000000000..04ed605a7 --- /dev/null +++ b/language/de_DE/upgrade.lang.php @@ -0,0 +1,39 @@ +<?php +// +-----------------------------------------------------------------------+ +// | Piwigo - a PHP based picture gallery | +// +-----------------------------------------------------------------------+ +// | Copyright(C) 2008 Piwigo Team http://piwigo.org | +// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | +// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | +// +-----------------------------------------------------------------------+ +// | This program is free software; you can redistribute it and/or modify | +// | it under the terms of the GNU General Public License as published by | +// | the Free Software Foundation | +// | | +// | This program is distributed in the hope that it will be useful, but | +// | WITHOUT ANY WARRANTY; without even the implied warranty of | +// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | +// | General Public License for more details. | +// | | +// | You should have received a copy of the GNU General Public License | +// | along with this program; if not, write to the Free Software | +// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | +// | USA. | +// +-----------------------------------------------------------------------+ + +/* TODO */ +$lang['Upgrade'] = 'Upgrade'; +$lang['introduction message'] = '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).'; +$lang['Upgrade from %s to %s'] = 'Upgrade from version %s to %s'; +$lang['Statistics'] = 'Statistics'; +$lang['total upgrade time'] = 'total upgrade time'; +$lang['total SQL time'] = 'total SQL time'; +$lang['SQL queries'] = 'SQL queries'; +$lang['Upgrade informations'] = 'Upgrade informations'; +$lang['delete upgrade files'] = '[Security] Delete files "upgrade.php", "upgrade_feed.php", "install.php" and "install" directory'; +$lang['remove line from mysql.inc.php'] = 'In include/mysql.inc.php, remove:'; +$lang['perform a maintenance check'] = 'Perform a maintenance check in [Administration>General>Maintenance] if you encounter any problem.'; +$lang['deactivated plugins'] = 'As a precaution, following plugins have been deactivated. You must check for plugins upgrade before reactiving them:'; + +?>
\ No newline at end of file |