Jump to content

User:PerfektesChaos/js/localEdit/Firefox/chrome/locale/en-US/locale.js

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/// chrome://wikilocaledit/locale/en-US/locale.js
/// Message text access for locale language
//  Used by windows:
//     * content/wikilocaledit.xul
/// 2012-11-30 PerfektesChaos@de.wikipedia
/// Fingerprint: #0#0#
/// <nowiki>
/*jshint curly:true, eqeqeq:true, strict:true, undef:true, white:false */
/*global window                                                        */
/*jslint white: true                                                   */
/*globals window: true                                                 */



( function ( w ) {
   "use strict";
   if ( ! w.wikiLocalEdit ) {
      w.wikiLocalEdit  =  { };
   }
   w.wikiLocalEdit.locale  =  {
      "fileNotWritable": "No write access on file",
      "saveFirst":       "Edit needs to be saved first, or cleared",
      "selectDirBase":   "Select base directory",
      "selectDirSub":    "Select sub-directory for project",
      "selectFile":      "Select wikitext file",
      "selectSaveAs":    "Save wikitext as",
      "userpageAlert":   "Invalid URL for user page."
   };
} ( window ) );