source: extensions/FacebookPlug/Plugin/language/en_UK/admin.config.lang.php @ 8436

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

Add share icon on picture and album page

Rename footer.lang.php to common.lang.php
Remove use of target to open a new window

  • Property svn:eol-style set to LF
File size: 5.5 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | FacebookPlug - a Piwigo Plugin                                        |
4// | Copyright (C) 2010-2011 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['Like button'] = 'Like button';
40$lang['Enabled'] = 'Enabled';
41$lang['Picture URL type'] = 'Picture URL type';
42$lang['Layout style'] = 'Layout style';
43$lang['Show faces'] = 'Show faces';
44$lang['Verb to display'] = 'Verb to display';
45$lang['Color scheme'] = 'Color scheme';
46$lang['Like box'] = 'Like box';
47$lang['Show stream'] = 'Show stream';
48$lang['Show header'] = 'Show header';
49$lang['Facebook Page URL'] = 'Facebook Page URL';
50$lang['Data updated with success'] = 'Data updated with success';
51$lang['Data updated with error'] = 'Data updated with error';
52$lang['Facepile'] = 'Facepile';
53$lang['on slideshow pages'] = 'on slideshow pages';
54$lang['Num rows'] = 'Num rows';
55$lang['Comments'] = 'Comments';
56$lang['Num posts'] = 'Num posts';
57$lang['Title'] = 'Title';
58$lang['Simple'] = 'Simple';
59$lang['Reverse'] = 'Reverse';
60$lang['Publish feed'] = 'Publish feed';
61$lang['Facebook application identifient'] = 'Facebook application identifient';
62$lang['On picture pages'] = 'On picture pages';
63$lang['On menu of main pages'] = 'On menu of main pages';
64$lang['Options'] = 'Options';
65$lang['Like button and comments cannot be enabled together'] = 'Like button and comments cannot be enabled together';
66$lang['enabled values are restored'] = 'enabled values are restored';
67$lang['Informations'] = 'Informations';
68$lang['Continue'] = 'Continue';
69$lang['Always initialize Facebook'] = 'Always initialize Facebook';
70$lang[' (?)'] = ' (?)';
71$lang['Useful for personal templates, plugins. A event if also defined for plugins.'] = 'Useful for personal templates, plugins. A event if also defined for plugins.';
72$lang['Allow Facebook to see private page'] = 'Allow Facebook to see private page';
73$lang['Recommended in order to Facebook get title, ... of your pages for wall display'] = 'Recommended in order to Facebook get title, ... of your pages';
74$lang['To fill only if you want to use a specific Facebook application. It\'s recommended to leave blank.'] = 'To fill only if you want to use a specific Facebook application. It\'s recommended to leave blank.';
75$lang['Page type allows to reference the page and Facebook can get informations (title, ...). Image type allows to reference image url and Facebook cannot get informations but works always with private albums.'] = 'Page type allows to reference the page and Facebook can get informations (title, ...). Image type allows to reference image url and Facebook cannot get informations but works always with private albums.';
76$lang['Promote'] = 'Promote';
77$lang['Add informations on about page'] = 'Add informations on about page';
78$lang['Add a paragraph with Facebook link on about page'] = 'Add a paragraph with Facebook link on about page';
79$lang['Add Facebook Piwigo group on footer'] = 'Add Facebook Piwigo group on footer';
80$lang['Add a link on each page footer'] = 'Add a link on each page footer';
81$lang['Add Facebook Piwigo application on footer'] = 'Add Facebook Piwigo application on footer';
82$lang['Develop by'] = 'Develop by';
83$lang['Activity feed'] = 'Activity feed';
84$lang['Show recommendations'] = 'Show recommendations';
85$lang['Height'] = 'Height';
86$lang['Other options are available by programming'] = 'Other options are available by programming';
87$lang['Activity'] = 'Activity';
88$lang['Share'] = 'Share';
89$lang['Share picture page'] = 'Share picture page';
90$lang['Add a icon link on each picture page to share on Facebook'] = 'Add a icon link on each picture page to share on Facebook';
91$lang['Share album page'] = 'Share album page';
92$lang['Add a icon link on each album page to share on Facebook'] = 'Add a icon link on each album page to share on Facebook';
93//~ $lang[''] = '';
94//~ $lang[''] = '';
95//~ $lang[''] = '';
96//~ $lang[''] = '';
97//~ $lang[''] = '';
98//~ $lang[''] = '';
99//~ $lang[''] = '';
100
101?>
Note: See TracBrowser for help on using the repository browser.