1<?php
2/**
3 * english language file for vimeo plugin
4 *
5 * @author Michael Große <dokuwiki@cosmocode.de>
6 */
7
8// keys need to match the config setting name
9$lang['accessToken'] = 'Vimeo Access Token';
10$lang['thumbnailWidthPercent'] = 'Width of the thumbnails in percent';
11
12