add 2 more translatable strings

This commit is contained in:
Adrien Lemaire 2014-08-09 18:58:08 +09:00
parent 31946ceb6a
commit 0d18bc8a8f
3 changed files with 6 additions and 3 deletions

1
.gitignore vendored
View file

@ -1,4 +1,5 @@
node_modules node_modules
npm-debug.log
.idea .idea
.swo .swo
.swp .swp

View file

@ -14301,5 +14301,5 @@ api.wrap = function(user, main) {
}; };
}).call(this,require("/Users/lefnire/Dropbox/Sites/habitrpg/modules/habitrpg-shared/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js")) }).call(this,require("/vagrant/node_modules/habitrpg-shared/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js"))
},{"./content.coffee":5,"./i18n.coffee":6,"/Users/lefnire/Dropbox/Sites/habitrpg/modules/habitrpg-shared/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js":2,"lodash":3,"moment":4}]},{},[1]) },{"./content.coffee":5,"./i18n.coffee":6,"/vagrant/node_modules/habitrpg-shared/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js":2,"lodash":3,"moment":4}]},{},[1])

View file

@ -65,5 +65,7 @@
"endTour": "End Tour", "endTour": "End Tour",
"music": "Music", "music": "Music",
"soundOff": "Turn the sound off", "soundOff": "Turn the sound off",
"soundOn": "Turn the sound on" "soundOn": "Turn the sound on",
"switchSound": "Switch on/off",
"selectTheme": "Select Audio theme"
} }