Subversion-Projekte lars-tiefland.webanos.zeldi.de

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

'use strict';

module.exports = function(shariff) {
    return {
        blank: true,
        popup: false,
        shareText: 'Info',
        name: 'info',
        faName: 'fa-info',
        title: {
            'de': 'weitere Informationen',
            'en': 'more information',
            'es': 'más informaciones',
            'fr': 'plus d\'informations',
            'it': 'maggiori informazioni',
            'da': 'flere oplysninger',
            'nl': 'verdere informatie'
        },
        shareUrl: shariff.getInfoUrl()
    };
};