diff options
author | plegall <plg@piwigo.org> | 2010-03-24 19:34:41 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-03-24 19:34:41 +0000 |
commit | c639ad1e7e3ec747cac37e230fd8380da98c508b (patch) | |
tree | 19ee9852a167074fa76e4e1692adff9ecf24684a /language/nl_NL/upgrade.lang.php | |
parent | eafa796d88193b7e8e33d72ae866b0ae9df79e87 (diff) |
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.
git-svn-id: http://piwigo.org/svn/trunk@5316 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/nl_NL/upgrade.lang.php')
-rw-r--r-- | language/nl_NL/upgrade.lang.php | 39 |
1 files changed, 20 insertions, 19 deletions
diff --git a/language/nl_NL/upgrade.lang.php b/language/nl_NL/upgrade.lang.php index 39247cad0..097a9d41e 100644 --- a/language/nl_NL/upgrade.lang.php +++ b/language/nl_NL/upgrade.lang.php @@ -2,7 +2,7 @@ // +-----------------------------------------------------------------------+ // | Piwigo - a PHP based picture gallery | // +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org | +// | Copyright(C) 2008-2009 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 | // +-----------------------------------------------------------------------+ @@ -21,24 +21,25 @@ // | 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 version %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['Perform a maintenance check in [Administration>Specials>Maintenance] if you encounter any problem.'] = 'Perform a maintenance check in [Administration>Specials>Maintenance] if you encounter any problem.'; +$lang['As a precaution, following plugins have been deactivated. You must check for plugins upgrade before reactiving them:'] = 'As a precaution, following plugins have been deactivated. You must check for plugins upgrade before reactiving them:'; +$lang['Only administrator can run upgrade: please sign in below.'] = 'Only administrator can run upgrade: please sign in below.'; +$lang['You do not have access rights to run upgrade'] = 'You do not have access rights to run upgrade'; +$lang['in include/mysql.inc.php, before ?>, insert:'] = 'In <i>include/mysql.inc.php</i>, before <b>?></b>, insert:'; +// Upgrade informations from upgrade_1.3.1.php +$lang['All sub-categories of private categories become private'] = 'All sub-categories of private categories become private'; +$lang['User permissions and group permissions have been erased'] = 'User permissions and group permissions have been erased'; +$lang['Only thumbnails prefix and webmaster mail address have been saved from previous configuration'] = 'Only thumbnails prefix and webmaster mail address have been saved from previous configuration'; -$lang['Upgrade'] = "Upgrade"; -$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).'] = "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 version %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['Perform a maintenance check in [Administration>Specials>Maintenance] if you encounter any problem.'] = "Perform a maintenance check in [Administration>Specials>Maintenance] if you encounter any problem."; -$lang['As a precaution, following plugins have been deactivated. You must check for plugins upgrade before reactiving them:'] = "As a precaution, following plugins have been deactivated. You must check for plugins upgrade before reactiving them:"; -$lang['Only administrator can run upgrade: please sign in below.'] = "Only administrator can run upgrade: please sign in below."; -$lang['You do not have access rights to run upgrade'] = "You do not have access rights to run upgrade"; -$lang['In <i>%s</i>, before <b>?></b>, insert:'] = "In <i>%s</i>, before <b>?></b>, insert:"; -$lang['All sub-categories of private categories become private'] = "All sub-categories of private categories become private"; -$lang['User permissions and group permissions have been erased'] = "User permissions and group permissions have been erased"; -$lang['Only thumbnails prefix and webmaster mail address have been saved from previous configuration'] = "Only thumbnails prefix and webmaster mail address have been saved from previous configuration"; ?>
\ No newline at end of file |