Jump to content

User:PerfektesChaos/js/localEdit/Firefox/chrome/locale/de-DE/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/de-DE/locale.js
/// Message text access for locale language
//  Used by windows:
//     * content/config.xul
//     * 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": "Kein Schreibzugriff auf Datei",
      "saveFirst":       "Erst Bearbeitung speichern; oder leeren",
      "selectDirBase":   "Basis-Verzeichnis auswählen",
      "selectDirSub":    "Projekt-Unterverzeichnis auswählen",
      "selectFile":      "Wikitext-Datei auswählen",
      "selectSaveAs":    "Wikitext speichern als",
      "userpageAlert":   "Ungültige URL für Benutzer-Seite."
   };
} ( window ) );

// Emacs
// Local Variables:
// coding: mule-utf-8-unix
// End: