source: extensions/FacebookPlug/Plugin/language/en_UK/plugin.lang.php @ 8295

Last change on this file since 8295 was 8295, checked in by rub, 13 years ago

Add comments social plugin.
Fix FB connexion

  • Property svn:eol-style set to LF
File size: 2.9 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | FacebookPlug - a Piwigo Plugin                                        |
4// | Copyright (C) 2010 Ruben ARNAUD - rub@piwigo.org                      |
5// +-----------------------------------------------------------------------+
6// | This program is free software; you can redistribute it and/or modify  |
7// | it under the terms of the GNU General Public License as published by  |
8// | the Free Software Foundation                                          |
9// |                                                                       |
10// | This program is distributed in the hope that it will be useful, but   |
11// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
12// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
13// | General Public License for more details.                              |
14// |                                                                       |
15// | You should have received a copy of the GNU General Public License     |
16// | along with this program; if not, write to the Free Software           |
17// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
18// | USA.                                                                  |
19// +-----------------------------------------------------------------------+
20
21if (!defined('PHPWG_ROOT_PATH'))
22{
23  die('Hacking attempt!');
24}
25
26// English
27$lang['page'] = 'page';
28$lang['image'] = 'image';
29$lang['standard'] = 'standard';
30$lang['button_count'] = 'button_count';
31$lang['box_count'] = 'box_count';
32$lang['like'] = 'like';
33$lang['recommend'] = 'recommend';
34$lang['light'] = 'light';
35$lang['dark'] = 'dark';
36$lang['Social plugins'] = 'Social plugins';
37$lang['Advanced'] = 'Advanced';
38$lang['Asynchronous Facebook access'] = 'Asynchronous Facebook access';
39$lang['Allow Facebook to see private page (recommended)'] = 'Allow Facebook to see private page (recommended)';
40$lang['Like button'] = 'Like button';
41$lang['Enabled'] = 'Enabled';
42$lang['Picture URL type'] = 'Picture URL type';
43$lang['Layout style'] = 'Layout style';
44$lang['Show faces'] = 'Show faces';
45$lang['Verb to display'] = 'Verb to display';
46$lang['Color scheme'] = 'Color scheme';
47$lang['Like box'] = 'Like box';
48$lang['Show stream'] = 'Show stream';
49$lang['Show header'] = 'Show header';
50$lang['Facebook Page URL'] = 'Facebook Page URL';
51$lang['on picture pages'] = 'on picture pages';
52$lang['on main pages'] = 'on main pages';
53$lang['Data updated with success'] = 'Data updated with success';
54$lang['Data updated with error'] = 'Data updated with error';
55$lang['Facepile'] = 'Facepile';
56$lang['on slideshow pages'] = 'on slideshow pages';
57$lang['Num rows'] = 'Num rows';
58$lang['Comments'] = 'Comments';
59$lang['Num posts'] = 'Num posts';
60$lang['Title'] = 'Title';
61$lang['Simple'] = 'Simple';
62$lang['Reverse'] = 'Reverse';
63$lang['Publish feed'] = 'Publish feed';
64//~ $lang[''] = '';
65
66?>
Note: See TracBrowser for help on using the repository browser.