|
From: Paul S. O. <ps...@us...> - 2002-02-16 15:45:10
|
Update of /cvsroot/phpbb/phpBB2/language/lang_danish
In directory usw-pr-cvs1:/tmp/cvs-serv8527/language/lang_danish
Modified Files:
lang_admin.php lang_bbcode.php lang_faq.php lang_main.php
Log Message:
Should bring Danish up to RC-3 standard
Index: lang_admin.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/language/lang_danish/lang_admin.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** lang_admin.php 31 Jan 2002 01:29:29 -0000 1.2
--- lang_admin.php 16 Feb 2002 15:45:06 -0000 1.3
***************
*** 240,243 ****
--- 240,249 ----
$lang['General_settings'] = "Generelle forumindstillinger";
+ $lang['Server_name'] = "Domænenavn";
+ $lang['Server_name_explain'] = "Domænet dette forum ligger på";
+ $lang['Script_path'] = "Script Adresse";
+ $lang['Script_path_explain'] = "Adressen til phpBB2 på domænenavnet";
+ $lang['Server_port'] = "Server Port";
+ $lang['Server_port_explain'] = "Porten hvorpå din server kører. Det er normalt 80, ændre kun hvis nødvendigt";
$lang['Site_name'] = "Sidens navn";
$lang['Site_desc'] = "Beskrivelse af siden";
***************
*** 260,264 ****
$lang['Default_style'] = "Standard layout";
$lang['Override_style'] = "Overskriv brugers valg";
! $lang['Override_style_explain'] = "Erstatter brugernes valg med det der er standard";
$lang['Default_language'] = "Standard Sprog";
$lang['Date_format'] = "Dato Format";
--- 266,270 ----
$lang['Default_style'] = "Standard layout";
$lang['Override_style'] = "Overskriv brugers valg";
! $lang['Override_style_explain'] = "Erstatter brugernes valg med det, der er standard";
$lang['Default_language'] = "Standard Sprog";
$lang['Date_format'] = "Dato Format";
***************
*** 304,307 ****
--- 310,317 ----
$lang['Use_SMTP_explain'] = "Vælg ja hvis du vil, eller skal, sende email via en specifik server istedet for den normale email funktion.";
$lang['SMTP_server'] = "SMTP Server Adresse";
+ $lang['SMTP_username'] = "SMTP Brugernavn";
+ $lang['SMTP_username_explain'] = "Indtast kun et brugernavn, hvis din smtp server kræver det";
+ $lang['SMTP_password'] = "SMTP Kodeord";
+ $lang['SMTP_password_explain'] = "Indtast kun et kodeord, hvis din smtp server kræver det";
$lang['Disable_privmsg'] = "Private Beskeder";
***************
*** 317,320 ****
--- 327,331 ----
$lang['Session_length'] = "Længde på Session [ sekunder ]";
$lang['Cookie_secure'] = "Cookie sikkerhed [ https ]";
+ $lang['Cookie_secure_explain'] = "Slå dette til hvis din server kører via SSL ellers lad det være slået fra";
Index: lang_bbcode.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/language/lang_danish/lang_bbcode.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** lang_bbcode.php 23 Jan 2002 19:05:15 -0000 1.1
--- lang_bbcode.php 16 Feb 2002 15:45:06 -0000 1.2
***************
*** 1,5 ****
<?php
/***************************************************************************
! * lang_bbcode.php [Danish]
* -------------------
* begin : Wednesday Oct 3, 2001
--- 1,5 ----
<?php
/***************************************************************************
! * lang_bbcode.php [english]
* -------------------
* begin : Wednesday Oct 3, 2001
***************
*** 21,28 ****
***************************************************************************/
//
! // Translation done by Ken Christensen (Dalixam)
//
-
$faq[] = array("--","Introduktion");
--- 21,41 ----
***************************************************************************/
+ //
+ // To add an entry to your BBCode guide simply add a line to this file in this format:
+ // $faq[] = array("question", "answer");
+ // If you want to separate a section enter $faq[] = array("--","Block heading goes here if wanted");
+ // Links will be created automatically
//
! // DO NOT forget the ; at the end of the line.
! // Do NOT put double quotes (") in your BBCode guide entries, if you absolutely must then escape them ie. \"something\"
! //
! // The BBCode guide items will appear on the BBCode guide page in the same order they are listed in this file
! //
! // If just translating this file please do not alter the actual HTML unless absolutely necessary, thanks :)
! //
! // In addition please do not translate the colours referenced in relation to BBCode any section, if you do
! // users browsing in your language may be confused to find they're BBCode doesn't work :D You can change
! // references which are 'in-line' within the text though.
//
$faq[] = array("--","Introduktion");
***************
*** 55,57 ****
//
! ?>
\ No newline at end of file
--- 68,70 ----
//
! ?>
Index: lang_faq.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/language/lang_danish/lang_faq.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** lang_faq.php 23 Jan 2002 19:05:15 -0000 1.1
--- lang_faq.php 16 Feb 2002 15:45:06 -0000 1.2
***************
*** 1,5 ****
<?php
/***************************************************************************
! * lang_faq.php [Danish]
* -------------------
* begin : Wednesday Oct 3, 2001
--- 1,5 ----
<?php
/***************************************************************************
! * lang_faq.php [english]
* -------------------
* begin : Wednesday Oct 3, 2001
***************
*** 21,28 ****
***************************************************************************/
//
! // Translation done by Ken Christensen (Dalixam)
//
!
$faq[] = array("--","Login og Tilmeldings problemer");
--- 21,36 ----
***************************************************************************/
+ //
+ // To add an entry to your FAQ simply add a line to this file in this format:
+ // $faq[] = array("question", "answer");
+ // If you want to separate a section enter $faq[] = array("--","Block heading goes here if wanted");
+ // Links will be created automatically
//
! // DO NOT forget the ; at the end of the line.
! // Do NOT put double quotes (") in your FAQ entries, if you absolutely must then escape them ie. \"something\"
//
! // The FAQ items will appear on the FAQ page in the same order they are listed in this file
! //
!
$faq[] = array("--","Login og Tilmeldings problemer");
***************
*** 91,93 ****
//
! ?>
\ No newline at end of file
--- 99,101 ----
//
! ?>
Index: lang_main.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/language/lang_danish/lang_main.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** lang_main.php 31 Jan 2002 01:29:29 -0000 1.3
--- lang_main.php 16 Feb 2002 15:45:06 -0000 1.4
***************
*** 251,255 ****
$lang['Guest'] = 'Gæst';
! $lang['Post_subject'] = "Skriv Emne";
$lang['View_next_topic'] = "Vis næste Emne";
$lang['View_previous_topic'] = "Vis forrige Emne";
--- 251,255 ----
$lang['Guest'] = 'Gæst';
! $lang['Post_subject'] = "Emne:";
$lang['View_next_topic'] = "Vis næste Emne";
$lang['View_previous_topic'] = "Vis forrige Emne";
|