1; Joomla! Project
2; Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.
3; License GNU General Public License version 2 or later; see LICENSE.txt
4; Note : All ini files need to be saved as UTF-8
5
6COM_REDIRECT="Redirects"
7COM_REDIRECT_ADVANCED_OPTIONS="Advanced"
8COM_REDIRECT_BATCH_OPTIONS="Bulk process to add new URLs"
9COM_REDIRECT_BATCH_TIP="Enter expired URL (mandatory) with a new URL (optional) separated with %1$s (eg old-url%1$snew-url). Each line one entry!"
10COM_REDIRECT_BULK_SEPARATOR_DESC="The separator used for bulk import, by default it is '|' but it can be ',' for a copy / paste from a CSV file for instance."
11COM_REDIRECT_BULK_SEPARATOR_LABEL="Bulk Import Separator"
12COM_REDIRECT_BUTTON_UPDATE_LINKS="Update Links"
13COM_REDIRECT_CLEAR_FAIL="Failed to delete disabled links."
14COM_REDIRECT_CLEAR_SUCCESS="All disabled links have been deleted."
15COM_REDIRECT_COLLECT_MODAL_URLS_DISABLED="%1$s The 'Collect URLs' option in the %2$s is disabled. Error page URLs will not be collected by this component."
16COM_REDIRECT_COLLECT_URLS_ENABLED="%1$s The option 'Collect URLs' is enabled."
17; The following string is deprecated and will be removed with 4.0.
18COM_REDIRECT_COLLECT_URLS_DISABLED="The 'Collect URLs' option in the <a href="_QQ_"%s"_QQ_">Redirect System Plugin</a> is disabled. Error page URLs will not be collected by this component."
19COM_REDIRECT_CONFIGURATION="Redirect: Options"
20COM_REDIRECT_DEFAULT_IMPORT_STATE_DESC="When batch importing redirects, enable or disable by default."
21COM_REDIRECT_DEFAULT_IMPORT_STATE_LABEL="Import State"
22COM_REDIRECT_DISABLE_LINK="Disable Link"
23COM_REDIRECT_EDIT_LINK="Edit Link #%d"
24COM_REDIRECT_EDIT_PLUGIN_SETTINGS="Edit Plugin Settings"
25COM_REDIRECT_ENABLE_LINK="Enable Link"
26COM_REDIRECT_ERROR_DESTINATION_URL_REQUIRED="The redirect must have a destination URL"
27COM_REDIRECT_ERROR_DUPLICATE_OLD_URL="The source URL must be unique."
28COM_REDIRECT_ERROR_DUPLICATE_URLS="The source and destination URLs can't be the same."
29COM_REDIRECT_ERROR_SOURCE_URL_REQUIRED="The redirect must have a source URL."
30COM_REDIRECT_FILTER_SEARCH_DESC="Search in expired URL, new URL, referring page and comment. Prefix with ID: to search for a link ID."
31COM_REDIRECT_FILTER_SEARCH_LABEL="Search Links"
32COM_REDIRECT_FILTER_FILTER_HTTP_HEADER_LABEL="HTTP Status Code"
33COM_REDIRECT_FILTER_FILTER_HTTP_HEADER_DESC="Filter by the redirect HTTP Status Code."
34COM_REDIRECT_FILTER_SELECT_OPTION_HTTP_HEADER="- Select HTTP Status Code -"
35COM_REDIRECT_FIELD_COMMENT_DESC="Sometimes it is helpful to describe the URLs for redirect management later on."
36COM_REDIRECT_FIELD_COMMENT_LABEL="Comment"
37COM_REDIRECT_FIELD_CREATED_DATE_LABEL="Created Date"
38COM_REDIRECT_FIELD_NEW_URL_DESC="Enter the URL to be redirected to."
39COM_REDIRECT_BATCH_UPDATE_WITH_NEW_URL="Batch update new URL(s)"
40COM_REDIRECT_FIELD_NEW_URL_LABEL="New URL"
41COM_REDIRECT_FIELD_OLD_URL_DESC="Enter the URL that has to be redirected."
42COM_REDIRECT_FIELD_OLD_URL_LABEL="Expired URL"
43COM_REDIRECT_FIELD_REFERRER_LABEL="Link Referrer"
44COM_REDIRECT_FIELD_REDIRECT_STATUS_CODE_LABEL="Redirect Status Code"
45COM_REDIRECT_FIELD_REDIRECT_STATUS_CODE_DESC="Choose the HTTP 1.1 status code to associate with the redirect."
46COM_REDIRECT_FIELD_UPDATED_DATE_LABEL="Last Updated Date"
47COM_REDIRECT_HEADING_CREATED_DATE="Created Date"
48COM_REDIRECT_HEADING_CREATED_DATE_ASC="Created Date ascending"
49COM_REDIRECT_HEADING_CREATED_DATE_DESC="Created Date descending"
50COM_REDIRECT_HEADING_HITS="404 Hits"
51COM_REDIRECT_HEADING_HITS_ASC="404 Hits ascending"
52COM_REDIRECT_HEADING_HITS_DESC="404 Hits descending"
53COM_REDIRECT_HEADING_NEW_URL="New URL"
54COM_REDIRECT_HEADING_NEW_URL_ASC="New URL ascending"
55COM_REDIRECT_HEADING_NEW_URL_DESC="New URL descending"
56COM_REDIRECT_HEADING_OLD_URL="Expired URL"
57COM_REDIRECT_HEADING_OLD_URL_ASC="Expired URL ascending"
58COM_REDIRECT_HEADING_OLD_URL_DESC="Expired URL descending"
59COM_REDIRECT_HEADING_REFERRER="Referring Page"
60COM_REDIRECT_HEADING_REFERRER_ASC="Referring Page ascending"
61COM_REDIRECT_HEADING_REFERRER_DESC="Referring Page descending"
62COM_REDIRECT_HEADING_STATUS_CODE="Status Code"
63COM_REDIRECT_HEADING_STATUS_CODE_ASC="Status Code ascending"
64COM_REDIRECT_HEADING_STATUS_CODE_DESC="Status Code descending"
65COM_REDIRECT_HEADING_UPDATE_LINKS="Update selected links to the following new URL."
66COM_REDIRECT_MANAGER_LINK="Redirects: New/Edit"
67COM_REDIRECT_MANAGER_LINK_EDIT="Redirects: Edit"
68COM_REDIRECT_MANAGER_LINK_NEW="Redirects: New"
69COM_REDIRECT_MANAGER_LINKS="Redirects: Links"
70COM_REDIRECT_MODE_LABEL="Activate Advanced Mode"
71COM_REDIRECT_MODE_DESC="Enable more advanced functionality for the component. Only use this if you know what you're doing."
72COM_REDIRECT_N_ITEMS_ARCHIVED="%d links archived."
73COM_REDIRECT_N_ITEMS_ARCHIVED_1="Link archived."
74COM_REDIRECT_N_ITEMS_DELETED="%d links deleted."
75COM_REDIRECT_N_ITEMS_DELETED_1="Link deleted."
76COM_REDIRECT_N_ITEMS_PUBLISHED="%d links enabled."
77COM_REDIRECT_N_ITEMS_PUBLISHED_1="Link enabled."
78COM_REDIRECT_N_ITEMS_TRASHED="%d links trashed."
79COM_REDIRECT_N_ITEMS_TRASHED_1="Link trashed."
80COM_REDIRECT_N_ITEMS_UNPUBLISHED="%d links disabled."
81COM_REDIRECT_N_ITEMS_UNPUBLISHED_1="Link disabled."
82COM_REDIRECT_N_LINKS_ADDED="%d links added."
83COM_REDIRECT_N_LINKS_ADDED_1="1 link has been added."
84COM_REDIRECT_N_LINKS_UPDATED="%d links updated."
85COM_REDIRECT_N_LINKS_UPDATED_1="1 link has been updated."
86COM_REDIRECT_NEW_LINK="New Link"
87COM_REDIRECT_NO_ITEM_ADDED="No links added."
88COM_REDIRECT_NO_ITEM_SELECTED="No links selected."
89COM_REDIRECT_NO_SEPARATOR_FOUND="The separator %s was not found in your import."
90; The following string is deprecated and will be removed with 4.0.
91COM_REDIRECT_PLUGIN_DISABLED="The <a href="_QQ_"%s"_QQ_">Redirect System Plugin</a> is disabled. It needs to be enabled for this component to work."
92COM_REDIRECT_PLUGIN_ENABLED="The Redirect Plugin is enabled."
93COM_REDIRECT_PLUGIN_MODAL_DISABLED="The %s is disabled. It needs to be enabled for this component to work."
94COM_REDIRECT_REDIRECTED_ON="Redirected on: %s."
95COM_REDIRECT_SAVE_SUCCESS="Link saved."
96COM_REDIRECT_SEARCH_LINKS="Search in link fields."
97COM_REDIRECT_SYSTEM_PLUGIN="Redirect System Plugin"
98COM_REDIRECT_TOOLBAR_PURGE="Purge Disabled"
99COM_REDIRECT_XML_DESCRIPTION="This component implements link redirection."
100JLIB_RULES_SETTING_NOTES="Changes apply to this component only.<br /><em><strong>Inherited</strong></em> - a Global Configuration setting or higher level setting is applied.<br /><em><strong>Denied</strong></em> always wins - whatever is set at the Global or higher level and applies to all child elements.<br /><em><strong>Allowed</strong></em> will enable the action for this component unless overruled by a Global Configuration setting."
101