xref: /plugin/combo/lang/en/lang.php (revision b6b20725d6c386db8a91d6cfb15b40f3b8211368)
1007225e5Sgerardnico<?php
2007225e5Sgerardnico/**
3007225e5Sgerardnico * English language file
4007225e5Sgerardnico *
5007225e5Sgerardnico * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6007225e5Sgerardnico * @author     Nicolas GERARD <gerardnico@gmail.com>
7007225e5Sgerardnico */
8007225e5Sgerardnico
9007225e5Sgerardnico// ##################################
10007225e5Sgerardnico// ############ Admin Page ##########
11007225e5Sgerardnico// ##################################
12007225e5Sgerardnico
13007225e5Sgerardnico$lang['PageRules'] = 'Page Rules';
14007225e5Sgerardnico
15007225e5Sgerardnico//Error Message
16007225e5Sgerardnico$lang['SameSourceAndTargetAndPage'] = 'The target page and the source page are the same.';
17007225e5Sgerardnico$lang['NotInternalOrUrlPage'] = 'The target page don\'t exist and is not a valid URL';
18007225e5Sgerardnico$lang['SourcePageExist'] = 'The Source Page exist.';
19007225e5Sgerardnico
20007225e5Sgerardnico//FeedBack Message
21007225e5Sgerardnico$lang['Saved']	= 'Saved';
22007225e5Sgerardnico$lang['Deleted'] = 'Deleted';
23007225e5Sgerardnico$lang['Validated'] = 'Validated';
24007225e5Sgerardnico
25007225e5Sgerardnico//Array Header of the Admin Page
26007225e5Sgerardnico$lang['SourcePage'] = 'Source Page';
27007225e5Sgerardnico$lang['TargetPage'] = 'Target Page';
28007225e5Sgerardnico$lang['Valid'] = 'Valid';
29007225e5Sgerardnico$lang['CreationDate'] = 'Creation Date';
30007225e5Sgerardnico$lang['LastRedirectionDate'] = 'Last Redirection Date';
31007225e5Sgerardnico$lang['LastReferrer'] = 'Last Referrer';
32007225e5Sgerardnico$lang['Never'] = 'Never';
33007225e5Sgerardnico$lang['Direct Access'] = 'Direct Access';
34007225e5Sgerardnico$lang['TargetPageType'] = 'Target Page Type';
35007225e5Sgerardnico$lang['CountOfRedirection'] = 'Count Of Redirection';
36007225e5Sgerardnico
37007225e5Sgerardnico
38007225e5Sgerardnico
39007225e5Sgerardnico// Head Titles
40007225e5Sgerardnico$lang['AddModifyRedirection'] = "Add/Modify Redirection";
41007225e5Sgerardnico$lang['ListOfRedirection'] = 'List of Redirections';
42007225e5Sgerardnico
43007225e5Sgerardnico//Explication Message
44007225e5Sgerardnico$lang['ExplicationValidateRedirection'] = 'A validate redirection don\'t show any warning message. A unvalidated redirection is a proposition which comes from an action "Go to best page".';
45007225e5Sgerardnico$lang['ValidateToSuppressMessage'] = "You must approve (validate) the redirection to suppress the message of redirection.";
46007225e5Sgerardnico
47007225e5Sgerardnico// Forms Add/Modify Value
48007225e5Sgerardnico$lang['source_page'] = 'Source Page';
49007225e5Sgerardnico$lang['source_page_info'] = 'The full path of the Source Page (Ex: namespace:page)';
50007225e5Sgerardnico$lang['target_page'] = 'Target Page';
51007225e5Sgerardnico$lang['target_page_info'] = 'The full path of the Target Page (Ex: namespace:page) or an URL (https://gerardnico.com)';
52007225e5Sgerardnico$lang['yes'] = 'Yes';
53007225e5Sgerardnico$lang['Field'] = 'Field' ;
54007225e5Sgerardnico$lang['Value'] = 'Value';
55007225e5Sgerardnico$lang['Information'] = 'Information';
56007225e5Sgerardnico$lang['btn_addmodify'] = 'Add/Modify';
57007225e5Sgerardnico
58007225e5Sgerardnico// ##################################
59007225e5Sgerardnico// ######### Action Message #########
60007225e5Sgerardnico// ##################################
61007225e5Sgerardnico
62007225e5Sgerardnico$lang['message_redirected_by_redirect'] = 'The page (%s) doesn\'t exist. You have been redirected automatically to the redirect page.';
63007225e5Sgerardnico$lang['message_redirected_to_edit_mode'] = 'This page doesn\'t exist. You have been redirected automatically in the edit mode.';
64c3437056SNickeau$lang['message_redirected_from_permalink'] = 'You have been transparently redirected to the destination url.';
65561faa65Sgerardnico$lang['message_redirected_from_canonical'] = 'You have been redirected from a permanent named link';
66007225e5Sgerardnico$lang['message_pagename_exist_one'] = 'The following page(s) exists already in other namespace(s) with the same name part: ';
67007225e5Sgerardnico$lang['message_redirected_to_startpage'] = 'The page (%s) doesn\'t exist. You have been redirected automatically to the start page of the namespace.';
68007225e5Sgerardnico$lang['message_redirected_to_bestpagename'] = 'The page (%s) doesn\'t exist. You have been redirected automatically to the best page.';
69*b6b20725Sgerardnico$lang['message_redirected_to_bestendpagename'] = 'The page (%s) doesn\'t exist. You have been redirected automatically to the best end page name.';
70007225e5Sgerardnico$lang['message_redirected_to_bestnamespace'] = 'The page (%s) doesn\'t exist. You have been redirected automatically to the best namespace.';
71007225e5Sgerardnico$lang['message_redirected_to_searchengine'] = 'The page (%s) doesn\'t exist. You have been redirected automatically to the search engine.';
72007225e5Sgerardnico$lang['message_come_from'] = 'This message was fired by the ';
73007225e5Sgerardnico
74007225e5Sgerardnico$lang['SqliteMandatory'] = 'The <a href="https://www.dokuwiki.org/plugin:webcomponent">404 Manager plugin</a> uses the <a href="https://www.dokuwiki.org/plugin:sqlite">sqlite plugin</a> for all new functions above the version <a href="https://github.com/gerardnico/dokuwiki-plugin-webcomponent/blob/master/CHANGES.md#v110-09-07-2016">v1.1.0 (09-07-2016)</a>. You need do install it if you want to use them. See the <a href="https://github.com/gerardnico/dokuwiki-plugin-webcomponent/blob/master/CHANGES.md#v110-09-07-2016">changes file</a> for the list of new functionalities.';
75007225e5Sgerardnico
76007225e5Sgerardnico
77007225e5Sgerardnico?>
78