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

Last change on this file since 33006 was 33006, checked in by ddtddt, 10 months ago

[meta_og] rename tab album title

File size: 4.5 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Meta Open Graph plugin for Piwigo by TEMMII                           |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2020-2023 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 thumbnails default'] = 'size thumbnails square';
31$lang['size thumbnails default'] = 'size thumbnails large';
32$lang['Size medium'] = 'Size medium';
33$lang['Add Open Graph metadata on Piwigo page'] = 'Add Open Graph metadata on Piwigo page';
34$lang['Metadata Open Graph'] = 'Metadata Open Graph';
35$lang['Metadata Open Graph - Plugin meta og'] = 'Metadata Open Graph - Plugin meta og';
36$lang['Metadata Open Graph title'] = 'Metadata Open Graph title';
37$lang['Metadata Open Graph description'] = 'Metadata Open Graph description';
38$lang['Metadata Open Graph link image'] = 'Metadata Open Graph link image';
39$lang['use photo for this page'] = 'use photo for this page';
40$lang['use representative photo for this album'] = 'use representative photo for this album';
41$lang['Pages list'] = 'Pages list';
42$lang['no photo'] = 'no photo';
43$lang['edit Open Graph metadata'] = 'edit Open Graph metadata';
44$lang['save Open Graph metadata in the database'] = 'save Open Graph metadata in the database';
45$lang['don\'t use photo for this page'] = 'don\'t use photo for this page';
46$lang['Size for Open Graph metadata'] = 'Size for Open Graph metadata';
47$lang['Face Book:app_id'] = 'Face Book:app_id';
48$lang['Default language for local Open Graph'] = 'Default language for local Open Graph';
49$lang['no delault language'] = 'no default language';
50$lang['Site name for Open Graph'] = 'Site name for Open Graph';
51$lang['share your pages with a small squared thumbnail and informations'] = 'share your pages with a small squared thumbnail and information';
52$lang['share your pages with a full width picture and informations'] = 'share your pages with a full width picture and information';
53$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';
54$lang['@username for the website used in the card footer'] = '@username for the website used in the card footer';
55$lang['@username for the content creator / author.'] = '@username for the content creator / author.';
56$lang['contact'] = 'contact';
57$lang['Additional Page'] = 'Additional Page';
58$lang['This ID isn\'t used in your gallery'] = 'This ID isn\'t used in your gallery';
59$lang['or'] = 'or';
60$lang['Customize meta Open Graph image'] = 'Customize meta Open Graph image';
61$lang['no photos and albums pages'] = 'no photo and album pages';
62$lang['photos pages'] = 'photo pages';
63$lang['albums pages'] = 'album pages';
64$lang['photos and albums pages'] = 'photo and album pages';
65$lang['albums for list choose photos for Open Graph image'] = 'Albums for the photo list for Open Graph image';
66$lang['Open Graph'] = 'Open Graph';
Note: See TracBrowser for help on using the repository browser.