source: extensions/meta/language/en_UK/plugin.lang.php

Last change on this file was 33005, checked in by ddtddt, 3 months ago

[meta] rename album title

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 4.5 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | meta plugin for Piwigo by TEMMII                                      |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-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 tag Metadata'] = 'Manage meta tags';
23
24//tab gest
25$lang['meta_onglet_gestion'] = 'Common metadata';
26$lang['meta_desh3'] = 'Manage common metadata for all pages';
27$lang['meta_name'] = 'Metadata\'s name';
28$lang['meta_select'] = 'Select common metadata to edit';
29$lang['meta_choix'] = 'Edit metadata';
30$lang['meta_list'] = 'Metadata:';
31$lang['meta_select2'] = 'Select metadata';
32$lang['meta_description'] = 'description';
33$lang['meta_diff_val'] = 'Possible value';
34$lang['meta_comp'] = 'Metadata to complete';
35$lang['meta_insmeta'] = 'insert metadata';
36
37//edit
38$lang['Meta'] = 'Meta';
39$lang['Metadata - Plugin meta'] = 'Metadata - Plugin meta';
40$lang['meta_compimg'] = 'Specific keywords for this photo';
41$lang['meta_compimgdes'] = 'Specific description for this photo';
42$lang['meta_inscat'] = 'Insert meta';
43$lang['meta_compcatdeshelp'] = 'Will replace common meta description';
44$lang['meta_compcat'] = 'Specific keywords for this album';
45$lang['meta_compcatdes'] = 'Specific description for this album';
46$lang['Metadata updated'] = 'Metadata updated';
47
48//tab description
49$lang['meta_onglet_description'] = 'About metadata';
50$lang['meta_author'] = '"author" meta description';
51$lang['meta_author_help'] = 'Information about the author <br> Name, nickname of the author of the site ';
52$lang['meta_keywords'] = '"keywords" meta description';
53$lang['meta_keywords_help'] = '"Keyword, keyword, etc."<br> Keywords describing the web page. (Separated by a comma)';
54$lang['meta_Description'] = '"description" meta description';
55$lang['meta_Description_help'] = 'Description of your site<br> Allows to give an information to display as result for a search engine';
56$lang['meta_robots'] = '"robots" meta description';
57$lang['meta_robots_help'] = 'all : Allows the robot to reference all the page (by default)<br>follow : Allows the robot to follow the links of the page<br>index : Allows the robot to index the page<br>nofollow : Forbid the robot to follow the links<br>noindex : Forbid the robot to index the page<br>none : Prevent the robot from pursuing the indexation of the site';
58
59//tab personal meta
60$lang['Personal Metadata'] = 'Custom metadata';
61$lang['Personal metadata update'] = 'Custom metadata updated';
62$lang['Add Personal metadata'] = 'Add custom metadata';
63$lang['List Personal Metadata'] = 'List of custom metadata';
64
65//tab contactform meta
66$lang['Contact page Metadata'] = 'Contact page metadata';
67$lang['Keywords of contact page to be completed'] = '"keywords" meta of contact page to be complete';
68$lang['Description of contact page to be completed'] = '"description" of contact page to be completed';
69
70//tab Aditional page
71$lang['Additional Pages Metadata'] = 'Additional pages metadata';
72$lang['Choose Additional Pages'] = 'Choose Additional Pages';
73$lang['Add metadata for page'] = 'Add metadata for page';
74$lang['Keywords of Additional Pages to be completed'] = '"keywords" meta of additional page to complete';
75$lang['Description of Additional Pages to be completed'] = '"description" meta of additional page to complete';
76$lang['Choose it page'] = 'Choose it page';
77
78?>
Note: See TracBrowser for help on using the repository browser.