[Phpbb-3-dk-checkinsphpbb32x] SF.net SVN: phpbb-3-dk:[100] phpBB/root/language/da
Status: Beta
Brought to you by:
john-hjorth
|
From: <ja...@us...> - 2010-01-30 10:07:18
|
Revision: 100
http://phpbb-3-dk.svn.sourceforge.net/phpbb-3-dk/?rev=100&view=rev
Author: jansk
Date: 2010-01-30 10:07:12 +0000 (Sat, 30 Jan 2010)
Log Message:
-----------
nye captcha filer tilf?\195?\184jet
Added Paths:
-----------
phpBB/root/language/da/captcha_qa.php
phpBB/root/language/da/captcha_recaptcha.php
Removed Paths:
-------------
phpBB/root/language/da/recaptcha.php
Added: phpBB/root/language/da/captcha_qa.php
===================================================================
--- phpBB/root/language/da/captcha_qa.php (rev 0)
+++ phpBB/root/language/da/captcha_qa.php 2010-01-30 10:07:12 UTC (rev 100)
@@ -0,0 +1,81 @@
+<?php
+/**
+*
+* captcha_qa [Danish]
+*
+* @package language
+* @version Id: captcha_qa.php 10450 2010-01-26 10:57:00Z Kellanved $
+* @version $Id$
+* @copyright (c) 2009 phpBB Group
+* @modified and translated by Olympus DK Team
+* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+*
+* This file is part of the Danish language package for phpBB 3.0.x.
+* Copyright (c) 2009 Olympus DK Team
+*
+* The Danish language package for phpBB 3.0.x 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, version 2 of the License.
+*
+* The Danish language package for phpBB 3.0.x 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 language
+* package. If not, see <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>.
+*
+*/
+
+/**
+* DO NOT CHANGE
+*/
+if (!defined('IN_PHPBB'))
+{
+ exit;
+}
+
+if (empty($lang) || !is_array($lang))
+{
+ $lang = array();
+}
+
+// DEVELOPERS PLEASE NOTE
+//
+// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
+//
+// Placeholders can now contain order information, e.g. instead of
+// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
+// translators to re-order the output of data while ensuring it remains correct
+//
+// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
+// equally where a string contains only two placeholders which are used to wrap text
+// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
+
+$lang = array_merge($lang, array(
+ 'CAPTCHA_QA' => 'Q&A CAPTCHA',
+ 'CONFIRM_QUESTION_EXPLAIN' => 'Spørgsmålet stilles med det formål at identificere og imødegå automatiserede tilmeldinger.',
+ 'CONFIRM_QUESTION_WRONG' => 'Du svarede forkert på bekræftelsesspørgsmålet.',
+
+ 'QUESTION_ANSWERS' => 'Svar',
+ 'ANSWERS_EXPLAIN' => 'Det eller de korrekte besvarelser. Skriv et svar pr. linie.',
+ 'CONFIRM_QUESTION' => 'Spørgsmål',
+
+ 'ANSWER' => 'Svar',
+ 'EDIT_QUESTION' => 'Rediger spørgsmål',
+ 'QUESTIONS' => 'Spørgsmål',
+ 'QUESTIONS_EXPLAIN' => 'Ved tilmelding stilles brugere et af nedennævnte spørgsmål. For at kunne anvende modulet skal mindst et spørgsmål formuleres på boardets standardsprog. Spørgsmål bør målrettes boardets besøgende, og svar bør ikke umiddelbart kunne findes med en søgning på Google™. Regelmæssig ændring af spørgsmål vil effektivisere bekæmpelsen af spamtilmeldinger. Forudsætter det rette svar korrekt tegnsætning, stavemåde eller brug af store og små bogstaver, bør absolut kontrol anvendes.',
+ 'QUESTION_DELETED' => 'Spørgsmål slettes',
+ 'QUESTION_LANG' => 'Sprog',
+ 'QUESTION_LANG_EXPLAIN' => 'Det sprog spørgsmål og svar formuleres på.',
+ 'QUESTION_STRICT' => 'Absolut kontrol',
+ 'QUESTION_STRICT_EXPLAIN' => 'Kontrol af mellemrum, og korrekt angivelse af store og små bogstaver udføres.',
+
+ 'QUESTION_TEXT' => 'Spørgsmål',
+ 'QUESTION_TEXT_EXPLAIN' => 'Formulering af spørgsmålet.',
+
+ 'QA_ERROR_MSG' => 'Udfyld venligst alle felter og svar på mindst et af sprøgsmålene.',
+ 'QA_LAST_QUESTION' => 'Du kan ikke slette alle spørgsmål når modulet er aktivt.',
+
+));
+
+?>
\ No newline at end of file
Property changes on: phpBB/root/language/da/captcha_qa.php
___________________________________________________________________
Added: svn:keywords
+ Id
Copied: phpBB/root/language/da/captcha_recaptcha.php (from rev 97, phpBB/root/language/da/recaptcha.php)
===================================================================
--- phpBB/root/language/da/captcha_recaptcha.php (rev 0)
+++ phpBB/root/language/da/captcha_recaptcha.php 2010-01-30 10:07:12 UTC (rev 100)
@@ -0,0 +1,68 @@
+<?php
+/**
+*
+* captha_recaptcha.php [Danish]
+*
+* @package language
+* @version Id: recaptcha.php 8903 2008-03-29 00:08:34Z Kellanved $
+* @version $Id$
+* @copyright (c) 2008 phpBB Group
+* @modified and translated by Olympus DK Team
+* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+*
+* This file is part of the Danish language package for phpBB 3.2.x.
+* Copyright (c) 2008 Olympus DK Team
+*
+* The Danish language package for phpBB 3.2.x 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, version 2 of the License.
+*
+* The Danish language package for phpBB 3.2.x 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 language
+* package. If not, see <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>.
+*
+*/
+
+/**
+* DO NOT CHANGE
+*/
+if (!defined('IN_PHPBB'))
+{
+ exit;
+}
+
+if (empty($lang) || !is_array($lang))
+{
+ $lang = array();
+}
+
+// DEVELOPERS PLEASE NOTE
+//
+// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
+//
+// Placeholders can now contain order information, e.g. instead of
+// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
+// translators to re-order the output of data while ensuring it remains correct
+//
+// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
+// equally where a string contains only two placeholders which are used to wrap text
+// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
+
+$lang = array_merge($lang, array(
+ 'RECAPTCHA_LANG' => 'da',
+ 'RECAPTCHA_NOT_AVAILABLE' => 'For at tage reCaptcha i brug, skal du tilmelde dig på <a href="http://recaptcha.net">reCaptcha.net</a>.',
+ 'CAPTCHA_RECAPTCHA' => 'reCaptcha',
+ 'RECAPTCHA_INCORRECT' => 'Den angivne bekræftelseskode var ikke korrekt',
+
+ 'RECAPTCHA_PUBLIC' => 'Offentlig reCaptcha-nøgle',
+ 'RECAPTCHA_PUBLIC_EXPLAIN' => 'Din offentlige reCaptcha-nøgle. Nøgler udleveres fra <a href="http://recaptcha.net">reCaptcha.net</a>.',
+ 'RECAPTCHA_PRIVATE' => 'Privat reCaptcha-nøgle',
+ 'RECAPTCHA_PRIVATE_EXPLAIN' => 'Din private reCaptcha-nøgle. Nøgler udleveres fra <a href="http://recaptcha.net">reCaptcha.net</a>.',
+
+ 'RECAPTCHA_EXPLAIN' => 'Som en forholdsregel for at forhindre automatiserede tilmeldinger, kræves det at du indtaster begge viste ord i tekstfeltet umiddelbart under.',
+));
+
+?>
\ No newline at end of file
Deleted: phpBB/root/language/da/recaptcha.php
===================================================================
--- phpBB/root/language/da/recaptcha.php 2010-01-29 22:58:46 UTC (rev 99)
+++ phpBB/root/language/da/recaptcha.php 2010-01-30 10:07:12 UTC (rev 100)
@@ -1,67 +0,0 @@
-<?php
-/**
-*
-* recaptcha.php [Danish]
-*
-* @package language
-* @version Id: recaptcha.php 8903 2008-03-29 00:08:34Z Kellanved $
-* @version $Id$
-* @copyright (c) 2008 phpBB Group
-* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
-* Translators: Olympus DK Team, working at http://www.phpBB3.dk and http://area51.phpBB3.dk
-*
-* This file is part of the Danish language package for phpBB 3.2.x.
-* Copyright (c) 2008 Olympus DK Team
-*
-* The Danish language package for phpBB 3.2.x 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, version 2 of the License.
-*
-* The Danish language package for phpBB 3.2.x 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 language
-* package. If not, see <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>.
-*
-*/
-
-/**
-* DO NOT CHANGE
-*/
-if (!defined('IN_PHPBB'))
-{
- exit;
-}
-
-if (empty($lang) || !is_array($lang))
-{
- $lang = array();
-}
-
-// DEVELOPERS PLEASE NOTE
-//
-// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
-//
-// Placeholders can now contain order information, e.g. instead of
-// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
-// translators to re-order the output of data while ensuring it remains correct
-//
-// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
-// equally where a string contains only two placeholders which are used to wrap text
-// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
-
-$lang = array_merge($lang, array(
- 'RECAPTCHA_LANG' => 'da',
- 'RECAPTCHA_NOT_AVAILABLE' => 'Du skal tilmelde dig for at anvende reCaptcha på <a href="http://recaptcha.net">reCaptcha.net</a>.',
- 'CAPTCHA_RECAPTCHA' => 'reCaptcha',
- 'RECAPTCHA_INCORRECT' => 'Den visuelle bekræftelseskode var ikke korrekt',
-
- 'RECAPTCHA_PUBLIC' => 'Offentlig reCaptcha nøgle',
- 'RECAPTCHA_PUBLIC_EXPLAIN' => 'Din offentlige reCaptcha nøgle. Du kan hente nøgler på <a href="http://recaptcha.net">reCaptcha.net</a>.',
- 'RECAPTCHA_PRIVATE' => 'Privat reCaptcha nøgle',
- 'RECAPTCHA_PRIVATE_EXPLAIN' => 'Din private reCaptcha nøgle. Du kan hente nøgler på <a href="http://recaptcha.net">reCaptcha.net</a>.',
-
-));
-
-?>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|