source: extensions/meta_og/language/en_UK/plugin.lang.php @ 32106

Last change on this file since 32106 was 32106, checked in by ddtddt, 5 years ago

[Meta_OG] add support page contact and AP

File size: 3.9 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | meta_og plugin for Piwigo by TEMMII                                            |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2020 ddtddt               http://temmii.com/piwigo/ |
6// +-----------------------------------------------------------------------+
7// | This program is free software; you can redistribute it and/or modify  |
8// | it under the terms of the GNU General Public License as published by  |
9// | the Free Software Foundation                                          |
10// |                                                                       |
11// | This program is distributed in the hope that it will be useful, but   |
12// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
13// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
14// | General Public License for more details.                              |
15// |                                                                       |
16// | You should have received a copy of the GNU General Public License     |
17// | along with this program; if not, write to the Free Software           |
18// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
19// | USA.                                                                  |
20// +-----------------------------------------------------------------------+
21
22$lang['Manage tags metadata Open Graph'] = 'Manage Open Graph metadata tags';
23$lang['Add Open Graph metadata'] = 'Add Open Graph metadata';
24$lang['Select Page'] = 'Select Page';
25$lang['You must select a page'] = 'You must select a page';
26$lang['Metadata Open Graph updated'] = 'Metadata Open Graph updated';
27$lang['size thumbnails modus'] = 'size thumbnails modus';
28$lang['size thumbnails bootstrap'] = 'size thumbnails bootstrap';
29$lang['size thumbnails default'] = 'size thumbnails default';
30$lang['Size medium'] = 'Size medium';
31$lang['Add Open Graph metadata on Piwigo page'] = 'Add Open Graph metadata on Piwigo page';
32$lang['Metadata Open Graph'] = 'Metadata Open Graph';
33$lang['Metadata Open Graph - Plugin meta og'] = 'Metadata Open Graph - Plugin meta og';
34$lang['Metadata Open Graph title'] = 'Metadata Open Graph title';
35$lang['Metadata Open Graph description'] = 'Metadata Open Graph description';
36$lang['Metadata Open Graph link image'] = 'Metadata Open Graph link image';
37$lang['use photo for this page'] = 'use photo for this page';
38$lang['use representative photo for this album'] = 'use representative photo for this album';
39$lang['Pages list'] = 'Pages list';
40$lang['no photo'] = 'no photo';
41$lang['edit Open Graph metadata'] = 'edit Open Graph metadata';
42$lang['save Open Graph metadata in the database'] = 'save Open Graph metadata in the database';
43$lang['don\'t use photo for this page'] = 'don\'t use photo for this page';
44$lang['Size for Open Graph metadata'] = 'Size for Open Graph metadata';
45$lang['Face Book:app_id'] = 'Face Book:app_id';
46$lang['Default language for local Open Graph'] = 'Default language for local Open Graph';
47$lang['no delault language'] = 'no default language';
48$lang['Site name for Open Graph'] = 'Site name for Open Graph';
49$lang['share your pages with a small squared thumbnail and informations'] = 'share your pages with a small squared thumbnail and informations';
50$lang['share your pages with a full width picture and informations'] = 'share your pages with a full width picture and informations';
51$lang['The card type, which will be one of summary or summary_large_image'] = 'The card type, which will be one of summary or summary_large_image';
52$lang['@username for the website used in the card footer'] = '@username for the website used in the card footer';
53$lang['@username for the content creator / author.'] = '@username for the content creator / author.';
54$lang['contact'] = 'contact';
55$lang['Additional Page'] = 'Additional Page';
Note: See TracBrowser for help on using the repository browser.