source: extensions/vkbutton/language/en_UK/plugin.lang.php @ 21069

Last change on this file since 21069 was 21069, checked in by EvilKant, 11 years ago
File size: 728 bytes
Line 
1<?php
2        $lang['like_buttons'] = '"Like" buttons';
3        $lang['button_for_all_site'] = 'Button for repost link to site';
4        $lang['button_type'] = 'button type';
5                $lang['round'] = 'button with rounded corners';
6                $lang['round_nocount'] = 'button with rounded corners with no counter';
7                $lang['button'] = 'button';
8                $lang['button_nocount'] = 'button with no counter';
9                $lang['link'] = 'link';
10                $lang['link_noicon'] = 'link without an icon';
11                $lang['icon'] = 'icon';
12        $lang['record_title'] = 'title of record';
13        $lang['record_text'] = 'text of record';
14        $lang['record_img'] = 'Image of record';
15        $lang['config_is_saved'] = 'Configuration is saved';
16       
17        $lang['button_for_pictures'] = 'button for repost pictures';
18?>
Note: See TracBrowser for help on using the repository browser.