Subversion-Projekte lars-tiefland.faltradxxs.de

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
2 lars 1
'use strict';
2
 
3
module.exports = function(shariff) {
4
    return {
5
        blank: true,
6
        popup: false,
7
        shareText: 'Info',
8
        name: 'info',
9
        faName: 'fa-info',
10
        title: {
11
            'de': 'weitere Informationen',
12
            'en': 'more information',
13
            'es': 'más informaciones',
14
            'fr': 'plus d\'informations',
15
            'it': 'maggiori informazioni',
16
            'da': 'flere oplysninger',
17
            'nl': 'verdere informatie'
18
        },
19
        shareUrl: shariff.getInfoUrl()
20
    };
21
};