source: extras/auto-install/trunk/language/de_DE/loader.lang.txt @ 2869

Last change on this file since 2869 was 2869, checked in by patdenice, 15 years ago
  • add multi-language support to auto-install script.
  • Add roma theme to piwigo-loader.
  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 5.0 KB
Line 
1// +-----------------------------------------------------------------------+
2// | Piwigo - a PHP based picture gallery                                  |
3// +-----------------------------------------------------------------------+
4// | Copyright(C) 2008      Piwigo Team                  http://piwigo.org |
5// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
6// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
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/* TODO */
24$lang['Piwigo NetInstall'] = 'Piwigo NetInstall';
25$lang['Welcome to NetInstall!'] = 'Welcome to NetInstall!';
26$lang['Language'] = 'Language';
27$lang['This tool is meant to retrieve the latest Piwigo archive and unzip it in your webspace.'] = 'This tool is meant to retrieve the latest Piwigo archive and unzip it in your webspace.';
28$lang['Right after then, you will be redirect to the Piwigo Setup Wizard.'] = 'Right after then, you will be redirect to the Piwigo Setup Wizard.';
29
30$lang['Write access is needed'] = 'Write access is needed';
31$lang['It looks like NetInstall wont be able to write in the current directory, and this is required to follow on.'] = 'It looks like NetInstall wont be able to write in the current directory, and this is required to follow on.';
32$lang['Please try to change the permissions to allow write access, then reload this page by hitting the Refresh button.'] = 'Please try to change the permissions to allow write access, then reload this page by hitting the Refresh button.';
33$lang['Refresh'] = 'Refresh';
34
35$lang['PHP 5 is required'] = 'PHP 5 is required';
36$lang['It appears your webhost is currently running PHP %s.'] = 'It appears your webhost is currently running PHP %s.';
37$lang['NetInstall may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'NetInstall may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.';
38$lang['Note you can change your configuration by yourself and restart NetInstall after that.'] = 'Note you can change your configuration by yourself and restart NetInstall after that.';
39$lang['Try to configure PHP 5'] = 'Try to configure PHP 5';
40
41$lang['Retrieve and unzip Piwigo'] = 'Retrieve and unzip Piwigo';
42$lang['Destination:'] = 'Destination:';
43
44$lang['Sorry!'] = 'Sorry!';
45$lang['NetInstall was not able to configure PHP 5.'] = 'NetInstall was not able to configure PHP 5.';
46$lang["You may referer to your hosting provider's support and see how you could switch to PHP 5 by yourself."] = "You may referer to your hosting provider's support and see how you could switch to PHP 5 by yourself.";
47$lang['Hope to see you back soon.'] = 'Hope to see you back soon.';
48
49$lang['It seems like a previous Piwigo installation is still sitting in that space.'] = 'It seems like a previous Piwigo installation is still sitting in that space.';
50$lang['You need to rename or remove it before we can go further...'] = 'You need to rename or remove it before we can go further...';
51$lang['Needed files are not present.'] = 'Needed files are not present.';
52$lang['Invalid zip file.'] = 'Invalid zip file.';
53$lang['It seems that the zip file was not extracted.'] = 'It seems that the zip file was not extracted.';
54
55$lang['Congratulations!'] = 'Congratulations!';
56$lang['Everything went fine. You are now ready to start the installation procedure.'] = 'Everything went fine. You are now ready to start the installation procedure.';
57$lang['Install Piwigo now'] = 'Install Piwigo now';
58$lang['An error occurred while grabbing the necessary files to go on.'] = 'An error occurred while grabbing the necessary files to go on.';
59$lang['Something went wrong...'] = 'Something went wrong ...';
60$lang['What are you doing here that way ?!'] = 'What are you doing here that way ?!';
61
62$lang['This loader was initialy coded for <a href="http://www.dotclear.net" title="Dotclear">Dotclear</a>. Thanks!'] = 'This loader was initialy coded for <a href="http://www.dotclear.net" title="Dotclear">Dotclear</a>. Thanks!';
Note: See TracBrowser for help on using the repository browser.