PluginProbe ʕ •ᴥ•ʔ
Search Regex / 2.4
Search Regex v2.4
trunk 1.4.12 1.4.13 1.4.14 1.4.15 1.4.16 2.0 2.0.1 2.1 2.2 2.2.1 2.3 2.3.1 2.3.2 2.3.3 2.4 2.4.1 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.1 3.1.1 3.1.2 3.2 3.3 3.3.0 3.3.1 3.4 3.4.1 3.4.2
search-regex / search-regex-strings.php
search-regex Last commit date
api 5 years ago images 6 years ago locale 5 years ago models 5 years ago source 5 years ago README.md 11 years ago license.txt 18 years ago readme.txt 5 years ago search-regex-admin.php 5 years ago search-regex-capabilities.php 5 years ago search-regex-cli.php 6 years ago search-regex-settings.php 5 years ago search-regex-strings.php 5 years ago search-regex-version.php 5 years ago search-regex.css 6 years ago search-regex.js 5 years ago search-regex.php 5 years ago
search-regex-strings.php
246 lines
1 <?php
2 /* THIS IS A GENERATED FILE. DO NOT EDIT DIRECTLY. */
3 $search_regex_strings = array(
4 __( "Editing %s", "search-regex" ), // client/component/editor/index.js:53
5 __( "Save", "search-regex" ), // client/component/editor/index.js:89
6 __( "Close", "search-regex" ), // client/component/editor/index.js:92
7 __( "Replacement for this match", "search-regex" ), // client/component/highlight-matches/replacement.js:78
8 __( "Replace single phrase.", "search-regex" ), // client/component/highlight-matches/replacement.js:79
9 __( "Saving preset", "search-regex" ), // client/component/presets/index.js:47
10 __( "No preset", "search-regex" ), // client/component/presets/index.js:51
11 __( "Save search as new preset", "search-regex" ), // client/component/presets/index.js:84
12 __( "Update current preset", "search-regex" ), // client/component/presets/index.js:92
13 __( "Saving Preset", "search-regex" ), // client/component/presets/index.js:101
14 __( "Enter a name for your preset", "search-regex" ), // client/component/presets/index.js:102
15 __( "Enter preset name", "search-regex" ), // client/component/presets/index.js:110
16 __( "Save", "search-regex" ), // client/component/presets/index.js:113
17 __( "Cancel", "search-regex" ), // client/component/presets/index.js:121
18 __( "Single", "search-regex" ), // client/component/replace/index.js:30
19 __( "Multi", "search-regex" ), // client/component/replace/index.js:34
20 __( "Remove", "search-regex" ), // client/component/replace/index.js:38
21 __( "Search phrase will be removed", "search-regex" ), // client/component/replace/index.js:80
22 __( "Replace", "search-regex" ), // client/component/replace-form/index.js:60
23 __( "Cancel", "search-regex" ), // client/component/replace-form/index.js:66
24 __( "Replace progress", "search-regex" ), // client/component/replace-progress/index.js:50
25 __( "Replace Information", "search-regex" ), // client/component/replace-progress/index.js:61
26 _n( "%s phrase.", "%s phrases.", 1, "search-regex" ), // client/component/replace-progress/index.js:63
27 _n( "%s row.", "%s rows.", 1, "search-regex" ), // client/component/replace-progress/index.js:68
28 __( "Finished!", "search-regex" ), // client/component/replace-progress/index.js:74
29 __( "Working!", "search-regex" ), // client/component/rest-api-status/api-result-pass.js:15
30 __( "Show Full", "search-regex" ), // client/component/rest-api-status/api-result-raw.js:27
31 __( "Hide", "search-regex" ), // client/component/rest-api-status/api-result-raw.js:32
32 __( "Switch to this API", "search-regex" ), // client/component/rest-api-status/api-result.js:30
33 __( "Current API", "search-regex" ), // client/component/rest-api-status/api-result.js:31
34 __( "Good", "search-regex" ), // client/component/rest-api-status/index.js:100
35 __( "Working but some issues", "search-regex" ), // client/component/rest-api-status/index.js:102
36 __( "Not working but fixable", "search-regex" ), // client/component/rest-api-status/index.js:104
37 __( "Unavailable", "search-regex" ), // client/component/rest-api-status/index.js:107
38 __( "There are some problems connecting to your REST API. It is not necessary to fix these problems and the plugin is able to work.", "search-regex" ), // client/component/rest-api-status/index.js:122
39 __( "Your REST API is not working and the plugin will not be able to continue until this is fixed.", "search-regex" ), // client/component/rest-api-status/index.js:125
40 __( "You are using a broken REST API route. Changing to a working API should fix the problem.", "search-regex" ), // client/component/rest-api-status/index.js:127
41 __( "Summary", "search-regex" ), // client/component/rest-api-status/index.js:133
42 __( "Show Problems", "search-regex" ), // client/component/rest-api-status/index.js:139
43 __( "Testing - %s\$", "search-regex" ), // client/component/rest-api-status/index.js:168
44 __( "Check Again", "search-regex" ), // client/component/rest-api-status/index.js:175
45 __( "Edit Page", "search-regex" ), // client/component/result/actions.js:66
46 __( "Inline Editor", "search-regex" ), // client/component/result/actions.js:82
47 __( "Delete Row", "search-regex" ), // client/component/result/actions.js:87
48 __( "Replace Row", "search-regex" ), // client/component/result/actions.js:99
49 __( "Replacement for all matches in this row", "search-regex" ), // client/component/result/actions.js:114
50 _n( "Replace %(count)s match.", "Replace %(count)s matches.", 1, "search-regex" ), // client/component/result/index.js:99
51 __( "Maximum number of matches exceeded and hidden from view. These will be included in any replacements.", "search-regex" ), // client/component/result/restricted-matches.js:11
52 _n( "Show %s more", "Show %s more", 1, "search-regex" ), // client/component/result/result-columns.js:49
53 __( "Enter search phrase", "search-regex" ), // client/component/search/index.js:56
54 __( "Settings saved", "search-regex" ), // client/state/message/reducer.js:33
55 __( "Row deleted", "search-regex" ), // client/state/message/reducer.js:34
56 __( "Row replaced", "search-regex" ), // client/state/message/reducer.js:35
57 __( "Row updated", "search-regex" ), // client/state/message/reducer.js:36
58 __( "Preset saved", "search-regex" ), // client/state/message/reducer.js:37
59 __( "Regular Expression", "search-regex" ), // client/state/search/selector.js:26
60 __( "Ignore Case", "search-regex" ), // client/state/search/selector.js:30
61 __( "25 per page", "search-regex" ), // client/state/search/selector.js:40
62 __( "50 per page", "search-regex" ), // client/state/search/selector.js:44
63 __( "100 per page", "search-regex" ), // client/state/search/selector.js:48
64 __( "250 per page", "search-regex" ), // client/state/search/selector.js:52
65 __( "500 per page", "search-regex" ), // client/state/search/selector.js:56
66 __( "1000 per page", "search-regex" ), // client/state/search/selector.js:60
67 __( "2000 per page", "search-regex" ), // client/state/search/selector.js:64
68 __( "Cached Search Regex detected", "search-regex" ), // client/page/home/cache-detect.js:20
69 __( "Please clear your browser cache and reload this page.", "search-regex" ), // client/page/home/cache-detect.js:23
70 __( "If you are using a caching system such as Cloudflare then please read this: ", "search-regex" ), // client/page/home/cache-detect.js:25
71 __( "clearing your cache.", "search-regex" ), // client/page/home/cache-detect.js:27
72 __( "Search Regex is not working. Try clearing your browser cache and reloading this page.", "search-regex" ), // client/page/home/crash-handler.js:25
73 __( "If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache.", "search-regex" ), // client/page/home/crash-handler.js:27
74 __( "If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details.", "search-regex" ), // client/page/home/crash-handler.js:33
75 __( "Please check the {{link}}support site{{/link}} before proceeding further.", "search-regex" ), // client/page/home/debug.js:17
76 __( "If that did not help then {{strong}}create an issue{{/strong}} or send it in an {{strong}}email{{/strong}}.", "search-regex" ), // client/page/home/debug.js:23
77 __( "Create An Issue", "search-regex" ), // client/page/home/debug.js:31
78 __( "Email", "search-regex" ), // client/page/home/debug.js:34
79 __( "Include these details in your report along with a description of what you were doing and a screenshot.", "search-regex" ), // client/page/home/debug.js:38
80 __( "What do I do next?", "search-regex" ), // client/page/home/error-details.js:20
81 __( "{{link}}Caching software{{/link}}, in particular Cloudflare, can cache the wrong thing. Try clearing all your caches.", "search-regex" ), // client/page/home/error-details.js:24
82 __( "{{link}}Please temporarily disable other plugins!{{/link}} This fixes so many problems.", "search-regex" ), // client/page/home/error-details.js:34
83 __( "If you are using WordPress 5.2 or newer then look at your {{link}}Site Health{{/link}} and resolve any issues.", "search-regex" ), // client/page/home/error-details.js:41
84 __( "Search Regex", "search-regex" ), // client/page/home/index.js:27
85 __( "Options", "search-regex" ), // client/page/home/index.js:28
86 __( "Support", "search-regex" ), // client/page/home/index.js:29
87 __( "Presets", "search-regex" ), // client/page/home/index.js:30
88 __( "Search & Replace", "search-regex" ), // client/page/home/index.js:36
89 __( "Presets", "search-regex" ), // client/page/home/index.js:40
90 __( "Options", "search-regex" ), // client/page/home/index.js:44
91 __( "Support", "search-regex" ), // client/page/home/index.js:48
92 __( "You've supported this plugin - thank you!", "search-regex" ), // client/page/options/donation.js:82
93 __( "I'd like to support some more.", "search-regex" ), // client/page/options/donation.js:83
94 __( "Search Regex is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}.", "search-regex" ), // client/page/options/donation.js:98
95 __( "You get useful software and I get to carry on making it better.", "search-regex" ), // client/page/options/donation.js:103
96 __( "Support 💰", "search-regex" ), // client/page/options/donation.js:125
97 __( "Plugin Support", "search-regex" ), // client/page/options/donation.js:137
98 __( "Default REST API", "search-regex" ), // client/page/options/options-form.js:19
99 __( "Raw REST API", "search-regex" ), // client/page/options/options-form.js:20
100 __( "Relative REST API", "search-regex" ), // client/page/options/options-form.js:21
101 __( "I'm a nice person and I have helped support the author of this plugin", "search-regex" ), // client/page/options/options-form.js:57
102 __( "Actions", "search-regex" ), // client/page/options/options-form.js:62
103 __( "Show row actions as dropdown menu.", "search-regex" ), // client/page/options/options-form.js:70
104 __( "Default Preset", "search-regex" ), // client/page/options/options-form.js:74
105 __( "No default preset", "search-regex" ), // client/page/options/options-form.js:77
106 __( "Set a preset to use by default when Search Regex is loaded.", "search-regex" ), // client/page/options/options-form.js:84
107 __( "REST API", "search-regex" ), // client/page/options/options-form.js:88
108 __( "How Search Regex uses the REST API - don't change unless necessary", "search-regex" ), // client/page/options/options-form.js:97
109 __( "Update", "search-regex" ), // client/page/options/options-form.js:106
110 __( "Create An Issue", "search-regex" ), // client/page/preset-management/index.js:30
111 __( "Email", "search-regex" ), // client/page/preset-management/index.js:39
112 __( "Name", "search-regex" ), // client/page/preset-management/index.js:77
113 __( "Search", "search-regex" ), // client/page/preset-management/index.js:78
114 __( "Flags", "search-regex" ), // client/page/preset-management/index.js:79
115 __( "There are no presets", "search-regex" ), // client/page/preset-management/index.js:90
116 __( "Download presets!", "search-regex" ), // client/page/preset-management/index.js:97
117 __( "Export JSON", "search-regex" ), // client/page/preset-management/index.js:103
118 __( "Import JSON", "search-regex" ), // client/page/preset-management/index.js:108
119 __( "Import a JSON file", "search-regex" ), // client/page/preset-management/index.js:117
120 __( "Click 'Add File' or drag and drop here.", "search-regex" ), // client/page/preset-management/index.js:118
121 __( "File selected", "search-regex" ), // client/page/preset-management/index.js:123
122 __( "Importing", "search-regex" ), // client/page/preset-management/index.js:131
123 _n( "Uploaded %(total)d preset", "Uploaded %(total)d presets", 1, "search-regex" ), // client/page/preset-management/index.js:143
124 __( "Done", "search-regex" ), // client/page/preset-management/index.js:152
125 __( "Import preset from clipboard", "search-regex" ), // client/page/preset-management/index.js:159
126 __( "Unable to import preset", "search-regex" ), // client/page/preset-management/index.js:165
127 __( "Please check your JSON data is a valid preset. You may have copied it incorrectly, or pasted something that is not a preset.", "search-regex" ), // client/page/preset-management/index.js:172
128 __( "Paste a single preset JSON.", "search-regex" ), // client/page/preset-management/index.js:179
129 __( "Import", "search-regex" ), // client/page/preset-management/index.js:191
130 __( "no phrase", "search-regex" ), // client/page/preset-management/phrase.js:70
131 __( "remove phrase", "search-regex" ), // client/page/preset-management/phrase.js:74
132 __( "Search", "search-regex" ), // client/page/preset-management/preset-edit.js:56
133 __( "Replace", "search-regex" ), // client/page/preset-management/preset-edit.js:60
134 __( "Search Flags", "search-regex" ), // client/page/preset-management/preset-edit.js:64
135 __( "Source", "search-regex" ), // client/page/preset-management/preset-edit.js:68
136 __( "Source Flags", "search-regex" ), // client/page/preset-management/preset-edit.js:72
137 __( "Results per page", "search-regex" ), // client/page/preset-management/preset-edit.js:76
138 __( "Edit preset", "search-regex" ), // client/page/preset-management/preset-edit.js:119
139 __( "Preset Name", "search-regex" ), // client/page/preset-management/preset-edit.js:123
140 __( "Give the preset a name", "search-regex" ), // client/page/preset-management/preset-edit.js:129
141 __( "Preset Description", "search-regex" ), // client/page/preset-management/preset-edit.js:134
142 __( "Describe the preset", "search-regex" ), // client/page/preset-management/preset-edit.js:140
143 __( "Advanced preset", "search-regex" ), // client/page/preset-management/preset-edit.js:153
144 __( "Locked Fields", "search-regex" ), // client/page/preset-management/preset-edit.js:157
145 __( "Fields", "search-regex" ), // client/page/preset-management/preset-edit.js:164
146 __( "Locking a field removes it from the search form and prevents changes.", "search-regex" ), // client/page/preset-management/preset-edit.js:168
147 __( "Tags", "search-regex" ), // client/page/preset-management/preset-edit.js:172
148 __( "Title", "search-regex" ), // client/page/preset-management/preset-edit.js:177
149 __( "Enter tag title shown to user", "search-regex" ), // client/page/preset-management/preset-edit.js:180
150 __( "Tag", "search-regex" ), // client/page/preset-management/preset-edit.js:187
151 __( "Enter tag which is used in the field", "search-regex" ), // client/page/preset-management/preset-edit.js:190
152 __( "A tag creates a custom input field. Insert the tag anywhere in the search or replace field and when the preset is used it will be replaced with a custom text field with the tag label.", "search-regex" ), // client/page/preset-management/preset-edit.js:210
153 __( "For example, create tag {{code}}URL{{/code}} and title {{code}}Image URL{{/code}}. Your search could be {{code}}<img src=\"URL\">{{/code}}. When the preset is used it will ask the user for the {{code}}Image URL{{/code}} instead of the full search phrase.", "search-regex" ), // client/page/preset-management/preset-edit.js:215
154 __( "Save", "search-regex" ), // client/page/preset-management/preset-edit.js:232
155 __( "Cancel", "search-regex" ), // client/page/preset-management/preset-edit.js:237
156 __( "Search", "search-regex" ), // client/page/preset-management/preset-entry.js:35
157 __( "Replace", "search-regex" ), // client/page/preset-management/preset-entry.js:38
158 __( "Locked fields", "search-regex" ), // client/page/preset-management/preset-flags.js:53
159 __( "Are you sure you want to delete this preset?", "search-regex" ), // client/page/preset-management/preset.js:65
160 __( "Edit", "search-regex" ), // client/page/preset-management/preset.js:98
161 __( "Delete", "search-regex" ), // client/page/preset-management/preset.js:102
162 __( "Copy to clipboard", "search-regex" ), // client/page/preset-management/preset.js:107
163 __( "Please backup your data before making modifications.", "search-regex" ), // client/page/search-replace/index.js:38
164 __( "Search and replace information in your database.", "search-regex" ), // client/page/search-replace/index.js:41
165 __( "Search", "search-regex" ), // client/page/search-replace/search-actions.js:42
166 __( "Replace All", "search-regex" ), // client/page/search-replace/search-actions.js:50
167 __( "Cancel", "search-regex" ), // client/page/search-replace/search-actions.js:57
168 __( "Need more help?", "search-regex" ), // client/page/support/help.js:14
169 __( "Full documentation for Search Regex can be found at {{site}}https://searchregex.com{{/site}}.", "search-regex" ), // client/page/support/help.js:16
170 __( "If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide.", "search-regex" ), // client/page/support/help.js:27
171 __( "Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support.", "search-regex" ), // client/page/support/help.js:53
172 __( "If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!", "search-regex" ), // client/page/support/help.js:58
173 __( "Redirection", "search-regex" ), // client/page/support/help.js:74
174 __( "Like this plugin? You might want to consider {{link}}Redirection{{/link}}, a plugin to manage redirects, from the same author.", "search-regex" ), // client/page/support/help.js:76
175 __( "Quick Help", "search-regex" ), // client/page/support/search-help.js:17
176 __( "The following concepts are used by Search Regex:", "search-regex" ), // client/page/support/search-help.js:19
177 __( "{{link}}Search Flags{{/link}} - additional qualifiers for your search, to enable case insensitivity, and to enable regular expression support.", "search-regex" ), // client/page/support/search-help.js:22
178 __( "{{link}}Regular expression{{/link}} - a way of defining a pattern for text matching. Provides more advanced matches.", "search-regex" ), // client/page/support/search-help.js:27
179 __( "{{link}}Source{{/link}} - the source of data you wish to search. For example, posts, pages, or comments.", "search-regex" ), // client/page/support/search-help.js:32
180 __( "{{link}}Source Flags{{/link}} - additional options for the selected source. For example, include post {{guid}}GUID{{/guid}} in the search.", "search-regex" ), // client/page/support/search-help.js:37
181 __( "View notice", "search-regex" ), // client/wp-plugin-components/snackbar/index.js:75
182 __( "Add File", "search-regex" ), // client/wp-plugin-components/uploader/content.js:45
183 __( "Upload", "search-regex" ), // client/wp-plugin-components/uploader/content.js:54
184 __( "Cancel", "search-regex" ), // client/wp-plugin-components/uploader/content.js:57
185 _n( "%s database row in total", "%s database rows in total", 1, "search-regex" ), // client/page/search-replace/pagination/advanced-pagination.js:29
186 __( "matched rows = %(searched)s, phrases = %(found)s", "search-regex" ), // client/page/search-replace/pagination/advanced-pagination.js:34
187 __( "First page", "search-regex" ), // client/page/search-replace/pagination/advanced-pagination.js:43
188 __( "Prev page", "search-regex" ), // client/page/search-replace/pagination/advanced-pagination.js:44
189 __( "Progress %(current)s\$", "search-regex" ), // client/page/search-replace/pagination/advanced-pagination.js:47
190 __( "Next page", "search-regex" ), // client/page/search-replace/pagination/advanced-pagination.js:54
191 _n( "Matches: %(phrases)s across %(rows)s database row.", "Matches: %(phrases)s across %(rows)s database rows.", 1, "search-regex" ), // client/page/search-replace/pagination/simple-pagination.js:27
192 __( "First page", "search-regex" ), // client/page/search-replace/pagination/simple-pagination.js:37
193 __( "Prev page", "search-regex" ), // client/page/search-replace/pagination/simple-pagination.js:38
194 __( "Page %(current)s of %(total)s", "search-regex" ), // client/page/search-replace/pagination/simple-pagination.js:41
195 __( "Next page", "search-regex" ), // client/page/search-replace/pagination/simple-pagination.js:49
196 __( "Last page", "search-regex" ), // client/page/search-replace/pagination/simple-pagination.js:50
197 __( "Search", "search-regex" ), // client/page/search-replace/search-form/form.js:93
198 __( "Search Flags", "search-regex" ), // client/page/search-replace/search-form/form.js:109
199 __( "Replace", "search-regex" ), // client/page/search-replace/search-form/form.js:132
200 __( "Enter global replacement text", "search-regex" ), // client/page/search-replace/search-form/form.js:138
201 __( "Enter global replacement text", "search-regex" ), // client/page/search-replace/search-form/form.js:150
202 __( "Source", "search-regex" ), // client/page/search-replace/search-form/form.js:157
203 __( "Source Options", "search-regex" ), // client/page/search-replace/search-form/form.js:187
204 __( "Results", "search-regex" ), // client/page/search-replace/search-form/form.js:200
205 __( "Preset", "search-regex" ), // client/page/search-replace/search-form/index.js:46
206 __( "No more matching results found.", "search-regex" ), // client/page/search-replace/search-results/empty-results.js:11
207 __( "Maximum number of page requests has been exceeded and the search stopped. Try to be more specific with your search term.", "search-regex" ), // client/page/search-replace/search-results/index.js:38
208 __( "Source", "search-regex" ), // client/page/search-replace/search-results/index.js:65
209 __( "Row ID", "search-regex" ), // client/page/search-replace/search-results/index.js:66
210 __( "Matches", "search-regex" ), // client/page/search-replace/search-results/index.js:67
211 __( "Matched Phrases", "search-regex" ), // client/page/search-replace/search-results/index.js:68
212 __( "Actions", "search-regex" ), // client/page/search-replace/search-results/index.js:69
213 __( "Show debug", "search-regex" ), // client/wp-plugin-components/error/debug/index.js:66
214 __( "Debug Information", "search-regex" ), // client/wp-plugin-components/error/debug/index.js:76
215 __( "WordPress did not return a response. This could mean an error occurred or that the request was blocked. Please check your server error_log.", "search-regex" ), // client/wp-plugin-components/error/decode-error/index.js:74
216 __( "Your REST API is probably being blocked by a security plugin. Please disable this, or configure it to allow REST API requests.", "search-regex" ), // client/wp-plugin-components/error/decode-error/index.js:86
217 __( "Read this REST API guide for more information.", "search-regex" ), // client/wp-plugin-components/error/decode-error/index.js:92
218 __( "Your REST API is returning a 404 page. This is almost certainly an external plugin or server configuration issue.", "search-regex" ), // client/wp-plugin-components/error/decode-error/index.js:104
219 __( "Can you access your {{api}}REST API{{/api}} without it redirecting? If not then you will need to fix any issues.", "search-regex" ), // client/wp-plugin-components/error/decode-error/index.js:110
220 __( "Check your {{link}}Site Health{{/link}} and fix any issues.", "search-regex" ), // client/wp-plugin-components/error/decode-error/index.js:120
221 __( "Your server configuration is blocking access to the REST API. You will need to fix this.", "search-regex" ), // client/wp-plugin-components/error/decode-error/index.js:127
222 __( "A security plugin or firewall is blocking access. You will need to whitelist the REST API.", "search-regex" ), // client/wp-plugin-components/error/decode-error/index.js:132
223 __( "Read this REST API guide for more information.", "search-regex" ), // client/wp-plugin-components/error/decode-error/index.js:139
224 __( "Your REST API is being redirected. Please remove the redirection for the API.", "search-regex" ), // client/wp-plugin-components/error/decode-error/index.js:147
225 __( "Your server has rejected the request for being too big. You will need to reconfigure it to continue.", "search-regex" ), // client/wp-plugin-components/error/decode-error/index.js:153
226 __( "An unknown error occurred.", "search-regex" ), // client/wp-plugin-components/error/decode-error/index.js:161
227 __( "This could be a security plugin, or your server is out of memory or has an external error. Please check your server error log", "search-regex" ), // client/wp-plugin-components/error/decode-error/index.js:169
228 __( "Read this REST API guide for more information.", "search-regex" ), // client/wp-plugin-components/error/decode-error/index.js:175
229 __( "Your WordPress REST API has been disabled. You will need to enable it to continue.", "search-regex" ), // client/wp-plugin-components/error/decode-error/index.js:183
230 __( "WordPress returned an unexpected message. This could be a PHP error from another plugin, or data inserted by your theme.", "search-regex" ), // client/wp-plugin-components/error/decode-error/index.js:193
231 __( "Possible cause", "search-regex" ), // client/wp-plugin-components/error/decode-error/index.js:199
232 __( "Unable to make request due to browser security. This is typically because your WordPress and Site URL settings are inconsistent, or the request was blocked by your site CORS policy.", "search-regex" ), // client/wp-plugin-components/error/decode-error/index.js:211
233 __( "Read this REST API guide for more information.", "search-regex" ), // client/wp-plugin-components/error/decode-error/index.js:217
234 __( "Bad data", "search-regex" ), // client/wp-plugin-components/error/display/error-api.js:17
235 __( "There was a problem making a request to your site. This could indicate you provided data that did not match requirements, or that the plugin sent a bad request.", "search-regex" ), // client/wp-plugin-components/error/display/error-api.js:19
236 __( "Please review your data and try again.", "search-regex" ), // client/wp-plugin-components/error/display/error-api.js:20
237 __( "Something went wrong 🙁", "search-regex" ), // client/wp-plugin-components/error/display/error-default.js:22
238 __( "Something went wrong 🙁", "search-regex" ), // client/wp-plugin-components/error/display/error-fixed.js:19
239 __( "Something went wrong 🙁", "search-regex" ), // client/wp-plugin-components/error/display/error-known.js:26
240 __( "You are using an old or cached session", "search-regex" ), // client/wp-plugin-components/error/display/error-nonce.js:17
241 __( "This is usually fixed by doing one of the following:", "search-regex" ), // client/wp-plugin-components/error/display/error-nonce.js:19
242 __( "Reload the page - your current session is old.", "search-regex" ), // client/wp-plugin-components/error/display/error-nonce.js:21
243 __( "Log out, clear your browser cache, and log in again - your browser has cached an old session.", "search-regex" ), // client/wp-plugin-components/error/display/error-nonce.js:23
244 __( "Your admin pages are being cached. Clear this cache and try again. There may be multiple caches involved.", "search-regex" ), // client/wp-plugin-components/error/display/error-nonce.js:28
245 );
246 /* THIS IS THE END OF THE GENERATED FILE */