summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrug <frugen@gmail.com>2012-10-25 13:19:59 -0400
committerFrug <frugen@gmail.com>2012-10-25 13:19:59 -0400
commit6ea7ef098810ddaf9976bef4891ce26b71f2bc59 (patch)
tree198cc7142f2e57635ff66e03b3dc4d3a5b94d153
parent70cc45a247fe0f7170c5310835c62bcf36fe3b8f (diff)
downloadAJAX-Chat-6ea7ef098810ddaf9976bef4891ce26b71f2bc59.zip
AJAX-Chat-6ea7ef098810ddaf9976bef4891ce26b71f2bc59.tar.gz
AJAX-Chat-6ea7ef098810ddaf9976bef4891ce26b71f2bc59.tar.bz2
danish language code is da not dk
-rw-r--r--chat/changelog.txt11
-rw-r--r--chat/js/lang/da.js (renamed from chat/js/lang/dk.js)0
-rw-r--r--chat/lib/config.php.example4
-rw-r--r--chat/lib/lang/da.php (renamed from chat/lib/lang/dk.php)0
4 files changed, 2 insertions, 13 deletions
diff --git a/chat/changelog.txt b/chat/changelog.txt
index f869344..d8447fb 100644
--- a/chat/changelog.txt
+++ b/chat/changelog.txt
@@ -1257,17 +1257,6 @@ New features:
Bugfixes:
- Another fix to reintroduce sound in chrome - thanks to jsebean.
-
-Version 0.8.5 (20.01.2012):
--------------------------------
-New features:
-- Added Danish localization. - thanks to Allan Rehhoff.
-- Added easier to navigate html readme file.
-- PHPBB3 html readme file now includes proper custom instructions on implementing a shoutbox.
-
-Bugfixes:
-- Another fix to reintroduce sound in chrome - thanks to jsebean.
-
Changed files:
- readme.html (all versions - new)
- js/chat.js (all versions)
diff --git a/chat/js/lang/dk.js b/chat/js/lang/da.js
index 5bde0c8..5bde0c8 100644
--- a/chat/js/lang/dk.js
+++ b/chat/js/lang/da.js
diff --git a/chat/lib/config.php.example b/chat/lib/config.php.example
index 381439c..7bbc3d5 100644
--- a/chat/lib/config.php.example
+++ b/chat/lib/config.php.example
@@ -41,13 +41,13 @@ $config['dbTableNames']['invitations'] = 'ajax_chat_invitations';
// Available languages:
$config['langAvailable'] = array(
- 'ar','bg','bp','ca','cy','cz','de','dk','el','en','es','et','fi','fr','gl','he','hr','hu','in','it','ja','ka','kr','mk','nl','no','pl','pt','ro','ru','sk','sl','sr','sv','th','tr','uk','zh','zh-tw'
+ 'ar','bg','bp','ca','cy','cz','da','de','el','en','es','et','fi','fr','gl','he','hr','hu','in','it','ja','ka','kr','mk','nl','no','pl','pt','ro','ru','sk','sl','sr','sv','th','tr','uk','zh','zh-tw'
);
// Default language:
$config['langDefault'] = 'en';
// Language names (each languge code in available languages must have a display name assigned here):
$config['langNames'] = array(
- 'ar'=>'عربي', 'bg'=>'Български', 'bp'=>'Português (Brasil)', 'ca'=>'Català', 'cy'=>'Cymraeg', 'cz'=>'Česky', 'de'=>'Deutsch', 'dk'=>'Dansk', 'el'=>'Ελληνικα', 'en'=>'English',
+ 'ar'=>'عربي', 'bg'=>'Български', 'bp'=>'Português (Brasil)', 'ca'=>'Català', 'cy'=>'Cymraeg', 'cz'=>'Česky', 'da'=>'Dansk', 'de'=>'Deutsch', 'el'=>'Ελληνικα', 'en'=>'English',
'es'=>'Español', 'et'=>'Eesti', 'fi'=>'Suomi', 'fr'=>'Français', 'gl'=>'Galego', 'he'=>'עברית', 'hr' => 'Hrvatski', 'hu' => 'Magyar', 'in'=>'Bahasa Indonesia', 'it'=>'Italiano',
'ja'=>'日本語','ka'=>'ქართული','kr'=>'한 글','mk'=>'Македонски', 'nl'=>'Nederlands', 'no'=>'Norsk', 'pl'=> 'Polski', 'pt'=>'Português (Portugal)', 'ro'=>'România', 'ru'=>'Русский',
'sk'=> 'Slovenčina', 'sl'=>'Slovensko', 'sr'=>'Srpski', 'sv'=> 'Svenska', 'th'=>'&#x0e20;&#x0e32;&#x0e29;&#x0e32;&#x0e44;&#x0e17;&#x0e22;', 'tr'=>'Türkçe', 'uk'=>'Українська',
diff --git a/chat/lib/lang/dk.php b/chat/lib/lang/da.php
index 81d2a90..81d2a90 100644
--- a/chat/lib/lang/dk.php
+++ b/chat/lib/lang/da.php