Translation: Norsk

This commit is contained in:
jangerhard
2015-02-03 00:31:01 +01:00
committed by Blake Grotewold
parent a119d5e655
commit 3b4383f9b3
5 changed files with 3157 additions and 5 deletions
+6 -5
View File
@@ -7,13 +7,14 @@ A Minimalist Text Adventure Game
Available | Languages Available | Languages
--------- | --------- --------- | ---------
[Chinese](http://adarkroom.doublespeakgames.com/?lang=zh_cn) | [English](http://adarkroom.doublespeakgames.com/?lang=en) [Chinese](http://adarkroom.doublespeakgames.com/?lang=zh_cn) | [English](http://adarkroom.doublespeakgames.com/?lang=en)
[French](http://adarkroom.doublespeakgames.com/?lang=fr) | [German](http://adarkroom.doublespeakgames.com/?lang=de) [French](http://adarkroom.doublespeakgames.com/?lang=fr) | [German](http://adarkroom.doublespeakgames.com/?lang=de)
[Italian](http://adarkroom.doublespeakgames.com/?lang=it) | [Japanese](http://adarkroom.doublespeakgames.com/?lang=ja) [Italian](http://adarkroom.doublespeakgames.com/?lang=it) | [Japanese](http://adarkroom.doublespeakgames.com/?lang=ja)
[Korean](http://adarkroom.doublespeakgames.com/?lang=ko) | [Polish](http://adarkroom.doublespeakgames.com/?lang=pl) [Korean](http://adarkroom.doublespeakgames.com/?lang=ko) | [Norwegian](http://adarkroom.doublespeakgames.com/?lang=nb)
[Portuguese](http://adarkroom.doublespeakgames.com/?lang=pt) | [Russian](http://adarkroom.doublespeakgames.com/?lang=ru) [Polish](http://adarkroom.doublespeakgames.com/?lang=pl) | [Portuguese](http://adarkroom.doublespeakgames.com/?lang=pt)
[Spanish](http://adarkroom.doublespeakgames.com/?lang=es) | [Swedish](http://adarkroom.doublespeakgames.com/?lang=sv) [Russian](http://adarkroom.doublespeakgames.com/?lang=ru) | [Spanish](http://adarkroom.doublespeakgames.com/?lang=es)
[Turkish](http://adarkroom.doublespeakgames.com/?lang=tr) | [Ukrainian](http://adarkroom.doublespeakgames.com/?lang=uk) [Swedish](http://adarkroom.doublespeakgames.com/?lang=sv) | [Turkish](http://adarkroom.doublespeakgames.com/?lang=tr)
[Ukrainian](http://adarkroom.doublespeakgames.com/?lang=uk) |
[Play on GitHub](http://continuities.github.io/adarkroom) [Play on GitHub](http://continuities.github.io/adarkroom)
+1
View File
@@ -6,6 +6,7 @@ var langs = {
'it':'italiano', 'it':'italiano',
'ja':'日本語', 'ja':'日本語',
'ko':'한국어', 'ko':'한국어',
'nb':'norsk (bokmål)'
'pl':'polski', 'pl':'polski',
'pt':'português', 'pt':'português',
'ru':'русский', 'ru':'русский',
+3
View File
@@ -0,0 +1,3 @@
.button{width: 100px !important;}
#outsidePanel .button{width: 115px !important;}
.eventPanel .button {width: 122px !important;}
File diff suppressed because one or more lines are too long
+3146
View File
File diff suppressed because it is too large Load Diff