Italiano: Add Translations

Closes #180
Closes #153
This commit is contained in:
AndySky21
2014-11-10 22:56:46 +01:00
committed by Blake Grotewold
parent 940a19c68b
commit e33da9d9e6
5 changed files with 3282 additions and 12 deletions
+11 -11
View File
@@ -6,17 +6,17 @@ A Minimalist Text Adventure Game
[Click to play](http://adarkroom.doublespeakgames.com/) [Click to play](http://adarkroom.doublespeakgames.com/)
[ [
[Chinese](http://adarkroom.doublespeakgames.com/?lang=cn) | [Chinese](http://adarkroom.doublespeakgames.com/?lang=cn) |
[French](http://adarkroom.doublespeakgames.com/?lang=fr) | [French](http://adarkroom.doublespeakgames.com/?lang=fr) |
[German](http://adarkroom.doublespeakgames.com/?lang=de) | [German](http://adarkroom.doublespeakgames.com/?lang=de) |
[Korean](http://adarkroom.doublespeakgames.com/?lang=kr) | [Italian](http://adarkroom.doublespeakgames.com/?lang=it) |
[Polish](http://adarkroom.doublespeakgames.com/?lang=pl) | [Korean](http://adarkroom.doublespeakgames.com/?lang=kr) |
[Russian](http://adarkroom.doublespeakgames.com/?lang=ru) | [Polish](http://adarkroom.doublespeakgames.com/?lang=pl) |
[Spanish](http://adarkroom.doublespeakgames.com/?lang=es) | [Russian](http://adarkroom.doublespeakgames.com/?lang=ru) |
[Swedish](http://adarkroom.doublespeakgames.com/?lang=sv) | [Spanish](http://adarkroom.doublespeakgames.com/?lang=es) |
[Turkish](http://adarkroom.doublespeakgames.com/?lang=tr) | [Swedish](http://adarkroom.doublespeakgames.com/?lang=sv) |
[Ukrainian](http://adarkroom.doublespeakgames.com/?lang=uk)| [Turkish](http://adarkroom.doublespeakgames.com/?lang=tr) |
[Italian](http://adarkroom.doublespeakgames.com/?lang=it) [Ukrainian](http://adarkroom.doublespeakgames.com/?lang=uk)
] ]
+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
+3265
View File
File diff suppressed because it is too large Load Diff
+2 -1
View File
@@ -2,8 +2,9 @@ var langs = {
'cn':'简体中文', 'cn':'简体中文',
'de':'deutsch', 'de':'deutsch',
'en':'english', 'en':'english',
'es': 'español', 'es':'español',
'fr':'français', 'fr':'français',
'it':'italiano',
'kr':'한국어', 'kr':'한국어',
'pl':'polski', 'pl':'polski',
'ru':'русский', 'ru':'русский',