me-i18n-locale-de.js 501 Bytes
/*!
 * This is a i18n.locale language object.
 *
 *<de> German translation by Tim Latz, latz.tim@gmail.com
 *
 * @author
 *   Tim Latz (latz.tim@gmail.com)
 *
 * @see
 *   me-i18n.js
 *
 * @params
 *  - exports - CommonJS, window ..
 */
;(function(exports, undefined) {

    "use strict";

    exports.de = {
        "Fullscreen" : "Vollbild",
        "Go Fullscreen" : "Vollbild an",
        "Turn off Fullscreen" : "Vollbild aus",
        "Close" : "Schließen"
    };

}(mejs.i18n.locale.strings));