From c639ad1e7e3ec747cac37e230fd8380da98c508b Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 24 Mar 2010 19:34:41 +0000 Subject: 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 --- language/da_DK/about.html | 10 ++ language/da_DK/common.lang.php | 371 ++++++++++++++++++++++++++++++++++++++++ language/da_DK/index.php | 30 ++++ language/da_DK/install.lang.php | 73 ++++++++ language/da_DK/iso.txt | 1 + 5 files changed, 485 insertions(+) create mode 100644 language/da_DK/about.html create mode 100644 language/da_DK/common.lang.php create mode 100644 language/da_DK/index.php create mode 100644 language/da_DK/install.lang.php create mode 100644 language/da_DK/iso.txt (limited to 'language/da_DK') diff --git a/language/da_DK/about.html b/language/da_DK/about.html new file mode 100644 index 000000000..add3418c6 --- /dev/null +++ b/language/da_DK/about.html @@ -0,0 +1,10 @@ +
  • Piwigo er en web applikation der giver dig mulighed + oprette et online foto galleri.
  • + +
  • Teknisk, Piwigo er fuldt udviklet i PHP (the elePHPant) + med en MySQL database (the SQuirreL).
  • + +
  • Hvis du har nogle forslag eller kommentarer, besøg Piwigo den officielle side og dets + forum.
  • + diff --git a/language/da_DK/common.lang.php b/language/da_DK/common.lang.php new file mode 100644 index 000000000..97a4a9a41 --- /dev/null +++ b/language/da_DK/common.lang.php @@ -0,0 +1,371 @@ + diff --git a/language/da_DK/index.php b/language/da_DK/index.php new file mode 100644 index 000000000..871b52b6a --- /dev/null +++ b/language/da_DK/index.php @@ -0,0 +1,30 @@ + 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 @@ +Piwigo message board.'] = 'Hjælp ? Stil dine spørgsmål på Piwigo message board.'; +$lang['install_end_message'] = 'Konfiguration af Piwigo er færdig, her er næste skridt

    +* gå til identifikations siden og brug login/password som du har fået af webmaster
    +* 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 diff --git a/language/da_DK/iso.txt b/language/da_DK/iso.txt new file mode 100644 index 000000000..f8884c3b6 --- /dev/null +++ b/language/da_DK/iso.txt @@ -0,0 +1 @@ +Dansk [DK] \ No newline at end of file -- cgit v1.2.3