Merge pull request #275 from Fandekasp/add_audio

add music translatable strings
This commit is contained in:
Tyler Renelle
2014-08-15 17:28:31 -06:00
3 changed files with 9 additions and 3 deletions
+1
View File
@@ -1,4 +1,5 @@
node_modules
npm-debug.log
.idea
.swo
.swp
+2 -2
View File
@@ -14875,5 +14875,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"))
},{"./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])
}).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,"/vagrant/node_modules/habitrpg-shared/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js":2,"lodash":3,"moment":4}]},{},[1])
+6 -1
View File
@@ -62,5 +62,10 @@
"notifications": "Notifications",
"noNotifications": "You have no new messages.",
"clear": "Clear",
"endTour": "End Tour"
"endTour": "End Tour",
"music": "Music",
"soundOff": "Turn the sound off",
"soundOn": "Turn the sound on",
"switchSound": "Switch on/off",
"selectTheme": "Select Audio theme"
}