This file provides the interface to user visible strings in Brackets. Code that needs
to display strings should should load this module by calling var Strings = require("strings")
.
The i18n plugin will dynamically load the strings for the right locale and populate
the exports variable. See src\nls\strings.js for the master file of English strings.