aboutsummaryrefslogtreecommitdiffstats
path: root/language/da_DK/install.lang.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2010-03-24 19:34:41 +0000
committerplegall <plg@piwigo.org>2010-03-24 19:34:41 +0000
commitc639ad1e7e3ec747cac37e230fd8380da98c508b (patch)
tree19ee9852a167074fa76e4e1692adff9ecf24684a /language/da_DK/install.lang.php
parenteafa796d88193b7e8e33d72ae866b0ae9df79e87 (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/da_DK/install.lang.php')
-rw-r--r--language/da_DK/install.lang.php73
1 files changed, 73 insertions, 0 deletions
diff --git a/language/da_DK/install.lang.php b/language/da_DK/install.lang.php
new file mode 100644
index 000000000..9ef83d5c1
--- /dev/null
+++ b/language/da_DK/install.lang.php
@@ -0,0 +1,73 @@
+<?php
+// +-----------------------------------------------------------------------+
+// | Piwigo - a PHP based picture gallery |
+// +-----------------------------------------------------------------------+
+// | 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 |
+// +-----------------------------------------------------------------------+
+// | 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. |
+// +-----------------------------------------------------------------------+
+
+$lang['Installation'] = 'Installation';
+$lang['Basic configuration'] = 'Basic konfiguration';
+$lang['Default gallery language'] = 'Default galleri sprog';
+$lang['Database configuration'] = 'Database konfiguration';
+$lang['Admin configuration'] = 'Admin konfiguration';
+$lang['Start Install'] = 'Start Installation';
+$lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'mail addresse skal være som xxx@yyy.eee (example : jack@altern.org)';
+$lang['Webmaster login'] = 'Webmaster login';
+$lang['It will be shown to the visitors. It is necessary for website administration'] = 'Det vil blive vist til de besøgende. Det er nødvendigt for website administration';
+$lang['Parameters are correct'] = 'Parametre er korrekt';
+$lang['Connection to server succeed, but it was impossible to connect to database'] = 'Forbindelse til server oprettet, men det var ikke muligt at forbinde til databasen';
+$lang['Can\'t connect to server'] = 'Kan ikke forbinde til serveren';
+$lang['The next step of the installation is now possible'] = 'Næste del af installationen er nu mulige';
+$lang['next step'] = 'næste del';
+$lang['Copy the text in pink between hyphens and paste it into the file "local/config/database.inc.php"(Warning : database.inc.php must only contain what is in pink, no line return or space character)'] = 'Kopier teksten i pink mellem bindestregerne og kopier det ind i filen "include/mysql.inc.php"(Advarsel : mysql.inc.php må kun indeholde det i pink, ingen linieskift eller mellemrum)';
+$lang['Host'] = 'MySQL host';
+$lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
+$lang['User'] = 'Bruger';
+$lang['user login given by your host provider'] = 'bruger login som du har fra din udbyder';
+$lang['Password'] = 'Password';
+$lang['user password given by your host provider'] = 'bruger password som du har fra din udbyder';
+$lang['Database name'] = 'Database navn';
+$lang['also given by your host provider'] = 'som du også har fået af din udbyder';
+$lang['Database table prefix'] = 'Database tabel prefix';
+$lang['database tables names will be prefixed with it (enables you to manage better your tables)'] = 'database tabel navne vil være forvalgt (giver dig bedre mulighed for at administrere tabellerne)';
+$lang['enter a login for webmaster'] = 'indtast et login webmaster';
+$lang['webmaster login can\'t contain characters \' or "'] = 'webmaster login må ikke indeholde karakterernecan \' or "';
+$lang['please enter your password again'] = 'indtast dit password igen';
+$lang['Installation finished'] = 'Installationen er færdig';
+$lang['Webmaster password'] = 'Webmaster password';
+$lang['Keep it confidential, it enables you to access administration panel'] = 'Hold det hemmeligt, det giver dig adgang til administrations panelet.';
+$lang['Password [confirm]'] = 'Password [bekræft]';
+$lang['verification'] = 'bekræftelse';
+$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Hjælp ? Stil dine spørgsmål på <a href="%s">Piwigo message board</a>.';
+$lang['install_end_message'] = 'Konfiguration af Piwigo er færdig, her er næste skridt<br /><br />
+* gå til identifikations siden og brug login/password som du har fået af webmaster<br />
+* dette login vil give dig mulighed for at komme til administrationspanelet og til instruktionernerne om hvordan du placerer billeder i dine biblioteker';
+$lang['Webmaster mail address'] = 'Webmaster mail addresse';
+$lang['Visitors will be able to contact site administrator with this mail'] = 'Besøgende vil have mulighed for at kontakte administratoren med denne mail';
+
+$lang['PHP 5 is required'] = 'PHP 5 er nødvendig';
+$lang['It appears your webhost is currently running PHP %s.'] = 'Din webhost har PHP %s.';
+$lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo kan prøve at skifte din konfiguration til PHP 5 ved at oprette eller ændre en. htaccess fil.';
+$lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = 'Bemærk at du kan ændre din konfiguration selv og derefter genstarte Piwigo.';
+$lang['Try to configure PHP 5'] = 'Prøv at konfigurere PHP 5';
+$lang['Sorry!'] = 'Hov!';
+$lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo var ikke istand til af konfigurere PHP 5.';
+$lang["You may referer to your hosting provider's support and see how you could switch to PHP 5 by yourself."] = "Du henvises til din webhost for at se hvordan du selv kan skifte til PHP 5.";
+$lang['Hope to see you back soon.'] = 'Håber snart at se dig igen.';
+?> \ No newline at end of file