|
From: AlleyKat <dk_...@us...> - 2005-06-27 01:39:44
|
Update of /cvsroot/cmsforme/l10n/da In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21472 Modified Files: admin.php common.php index.html install.php Log Message: and its *NOT* MS standard lol, fixed Index: admin.php =================================================================== RCS file: /cvsroot/cmsforme/l10n/da/admin.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- admin.php 27 Jun 2005 01:22:44 -0000 1.3 +++ admin.php 27 Jun 2005 01:39:35 -0000 1.4 @@ -1,9 +1,9 @@ <?php /******************************************************************* - * Filename: l10n/da_DK/admin.php + * Filename: l10n/da/admin.php * Copyright: © 2003-2005 CMSformE - * $Id: admin.php,v 1.2 2005/06/26 01:23:45 + * $Id: admin.php,v 1.2.1 2005/06/26 01:23:46 * DK translation / Dansk oversættelse: AlleyKat (Finn Sørensen) <cms...@ph...> ******************************************************************* * This program is free software; you can redistribute it and/or modify @@ -174,4 +174,4 @@ 'success_update_ecode' => 'Korrekt opdaterede ecodes' ) ); -?> \ No newline at end of file +?> Index: index.html =================================================================== RCS file: /cvsroot/cmsforme/l10n/da/index.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- index.html 27 Jun 2005 01:22:44 -0000 1.3 +++ index.html 27 Jun 2005 01:39:35 -0000 1.4 @@ -1,15 +1,15 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html lang="da_DK"> +<html lang="da"> <head> - <title>l10n/da_DK/ Mappe :: CMSformE</title> + <title>l10n/da/ Mappe :: CMSformE</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> </head> <body> - <h1 align="center">l10n/da_DK/ sprogmappe for CMSform<sup>E</sup></h1> + <h1 align="center">l10n/da/ sprogmappe for CMSform<sup>E</sup></h1> </body> Index: install.php =================================================================== RCS file: /cvsroot/cmsforme/l10n/da/install.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- install.php 27 Jun 2005 01:22:44 -0000 1.3 +++ install.php 27 Jun 2005 01:39:35 -0000 1.4 @@ -1,9 +1,9 @@ <?php /******************************************************************* -* Filename: l10n/da_DK/install.php +* Filename: l10n/da/install.php * Copyright: © 2003-2005 CMSformE -* $Id: install.php,v 1.2 2005/06/26 01:23:45 +* $Id: install.php,v 1.2.1 2005/06/26 01:23:46 ******************************************************************* * 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 @@ -113,4 +113,4 @@ 'install_complete' => 'Installation fuldført - for at fortsætte til indekset skal du klikke %sHER%s.' ) ); -?> \ No newline at end of file +?> Index: common.php =================================================================== RCS file: /cvsroot/cmsforme/l10n/da/common.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- common.php 27 Jun 2005 01:22:44 -0000 1.3 +++ common.php 27 Jun 2005 01:39:35 -0000 1.4 @@ -1,9 +1,9 @@ <?php /******************************************************************* - * Filename: l10n/da_DK/common.php + * Filename: l10n/da/common.php * Copyright: © 2003-2005 CMSformE - * $Id: common.php,v 1.2 2005/06/26 01:23:45 + * $Id: common.php,v 1.2.1 2005/06/26 01:23:46 * DK translation / Dansk oversættelse: AlleyKat (Finn Sørensen) <cms...@ph...> ******************************************************************* * This program is free software; you can redistribute it and/or modify @@ -29,7 +29,7 @@ $L10n->put_langs( array( 'charset' => 'iso-8859-1', 'dir' => 'ltr', - 'lang' => 'da_DK' + 'lang' => 'da' ) ); // Miscellaneous @@ -255,4 +255,4 @@ 'comment_notify_subject' => 'Ny Kommentar Notifikation :: %s', ) ); -?> \ No newline at end of file +?> |