PluginProbe ʕ •ᴥ•ʔ
Search Regex / 2.3
Search Regex v2.3
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:38
10 __( "No preset", "search-regex" ), // client/component/presets/index.js:42
11 __( "Save search as new preset", "search-regex" ), // client/component/presets/index.js:75
12 __( "Update current preset", "search-regex" ), // client/component/presets/index.js:83
13 __( "Saving Preset", "search-regex" ), // client/component/presets/index.js:92
14 __( "Enter a name for your preset", "search-regex" ), // client/component/presets/index.js:93
15 __( "Enter preset name", "search-regex" ), // client/component/presets/index.js:101
16 __( "Save", "search-regex" ), // client/component/presets/index.js:104
17 __( "Cancel", "search-regex" ), // client/component/presets/index.js:112
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:53
54 __( "Cached Search Regex detected", "search-regex" ), // client/page/home/cache-detect.js:21
55 __( "Please clear your browser cache and reload this page.", "search-regex" ), // client/page/home/cache-detect.js:23
56 __( "If you are using a caching system such as Cloudflare then please read this: ", "search-regex" ), // client/page/home/cache-detect.js:25
57 __( "clearing your cache.", "search-regex" ), // client/page/home/cache-detect.js:27
58 __( "Search Regex is not working. Try clearing your browser cache and reloading this page.", "search-regex" ), // client/page/home/crash-handler.js:36
59 __( "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:38
60 __( "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:44
61 __( "Please check the {{link}}support site{{/link}} before proceeding further.", "search-regex" ), // client/page/home/debug.js:17
62 __( "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
63 __( "Create An Issue", "search-regex" ), // client/page/home/debug.js:31
64 __( "Email", "search-regex" ), // client/page/home/debug.js:34
65 __( "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
66 __( "What do I do next?", "search-regex" ), // client/page/home/error-details.js:20
67 __( "{{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
68 __( "{{link}}Please temporarily disable other plugins!{{/link}} This fixes so many problems.", "search-regex" ), // client/page/home/error-details.js:34
69 __( "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
70 __( "Search Regex", "search-regex" ), // client/page/home/index.js:27
71 __( "Options", "search-regex" ), // client/page/home/index.js:28
72 __( "Support", "search-regex" ), // client/page/home/index.js:29
73 __( "Presets", "search-regex" ), // client/page/home/index.js:30
74 __( "Search & Replace", "search-regex" ), // client/page/home/index.js:36
75 __( "Presets", "search-regex" ), // client/page/home/index.js:40
76 __( "Options", "search-regex" ), // client/page/home/index.js:44
77 __( "Support", "search-regex" ), // client/page/home/index.js:48
78 __( "You've supported this plugin - thank you!", "search-regex" ), // client/page/options/donation.js:82
79 __( "I'd like to support some more.", "search-regex" ), // client/page/options/donation.js:83
80 __( "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
81 __( "You get useful software and I get to carry on making it better.", "search-regex" ), // client/page/options/donation.js:103
82 __( "Support 💰", "search-regex" ), // client/page/options/donation.js:125
83 __( "Plugin Support", "search-regex" ), // client/page/options/donation.js:137
84 __( "Default REST API", "search-regex" ), // client/page/options/options-form.js:19
85 __( "Raw REST API", "search-regex" ), // client/page/options/options-form.js:20
86 __( "Relative REST API", "search-regex" ), // client/page/options/options-form.js:21
87 __( "I'm a nice person and I have helped support the author of this plugin", "search-regex" ), // client/page/options/options-form.js:57
88 __( "Actions", "search-regex" ), // client/page/options/options-form.js:62
89 __( "Show row actions as dropdown menu.", "search-regex" ), // client/page/options/options-form.js:70
90 __( "Default Preset", "search-regex" ), // client/page/options/options-form.js:74
91 __( "No default preset", "search-regex" ), // client/page/options/options-form.js:77
92 __( "Set a preset to use by default when Search Regex is loaded.", "search-regex" ), // client/page/options/options-form.js:84
93 __( "REST API", "search-regex" ), // client/page/options/options-form.js:88
94 __( "How Search Regex uses the REST API - don't change unless necessary", "search-regex" ), // client/page/options/options-form.js:97
95 __( "Update", "search-regex" ), // client/page/options/options-form.js:106
96 __( "Create An Issue", "search-regex" ), // client/page/preset-management/index.js:30
97 __( "Email", "search-regex" ), // client/page/preset-management/index.js:39
98 __( "Name", "search-regex" ), // client/page/preset-management/index.js:77
99 __( "Search", "search-regex" ), // client/page/preset-management/index.js:78
100 __( "Flags", "search-regex" ), // client/page/preset-management/index.js:79
101 __( "There are no presets", "search-regex" ), // client/page/preset-management/index.js:90
102 __( "Download presets!", "search-regex" ), // client/page/preset-management/index.js:97
103 __( "Export JSON", "search-regex" ), // client/page/preset-management/index.js:103
104 __( "Import JSON", "search-regex" ), // client/page/preset-management/index.js:108
105 __( "Import a JSON file", "search-regex" ), // client/page/preset-management/index.js:117
106 __( "Click 'Add File' or drag and drop here.", "search-regex" ), // client/page/preset-management/index.js:118
107 __( "File selected", "search-regex" ), // client/page/preset-management/index.js:123
108 __( "Importing", "search-regex" ), // client/page/preset-management/index.js:131
109 _n( "Uploaded %(total)d preset", "Uploaded %(total)d presets", 1, "search-regex" ), // client/page/preset-management/index.js:143
110 __( "Done", "search-regex" ), // client/page/preset-management/index.js:152
111 __( "Import preset from clipboard", "search-regex" ), // client/page/preset-management/index.js:159
112 __( "Unable to import preset", "search-regex" ), // client/page/preset-management/index.js:165
113 __( "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
114 __( "Paste a single preset JSON.", "search-regex" ), // client/page/preset-management/index.js:179
115 __( "Import", "search-regex" ), // client/page/preset-management/index.js:191
116 __( "no phrase", "search-regex" ), // client/page/preset-management/phrase.js:70
117 __( "remove phrase", "search-regex" ), // client/page/preset-management/phrase.js:74
118 __( "Search", "search-regex" ), // client/page/preset-management/preset-edit.js:56
119 __( "Replace", "search-regex" ), // client/page/preset-management/preset-edit.js:60
120 __( "Search Flags", "search-regex" ), // client/page/preset-management/preset-edit.js:64
121 __( "Source", "search-regex" ), // client/page/preset-management/preset-edit.js:68
122 __( "Source Flags", "search-regex" ), // client/page/preset-management/preset-edit.js:72
123 __( "Results per page", "search-regex" ), // client/page/preset-management/preset-edit.js:76
124 __( "Edit preset", "search-regex" ), // client/page/preset-management/preset-edit.js:119
125 __( "Preset Name", "search-regex" ), // client/page/preset-management/preset-edit.js:123
126 __( "Give the preset a name", "search-regex" ), // client/page/preset-management/preset-edit.js:129
127 __( "Preset Description", "search-regex" ), // client/page/preset-management/preset-edit.js:134
128 __( "Describe the preset", "search-regex" ), // client/page/preset-management/preset-edit.js:140
129 __( "Advanced preset", "search-regex" ), // client/page/preset-management/preset-edit.js:153
130 __( "Locked Fields", "search-regex" ), // client/page/preset-management/preset-edit.js:157
131 __( "Fields", "search-regex" ), // client/page/preset-management/preset-edit.js:164
132 __( "Locking a field removes it from the search form and prevents changes.", "search-regex" ), // client/page/preset-management/preset-edit.js:168
133 __( "Tags", "search-regex" ), // client/page/preset-management/preset-edit.js:172
134 __( "Title", "search-regex" ), // client/page/preset-management/preset-edit.js:177
135 __( "Enter tag title shown to user", "search-regex" ), // client/page/preset-management/preset-edit.js:180
136 __( "Tag", "search-regex" ), // client/page/preset-management/preset-edit.js:187
137 __( "Enter tag which is used in the field", "search-regex" ), // client/page/preset-management/preset-edit.js:190
138 __( "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
139 __( "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
140 __( "Save", "search-regex" ), // client/page/preset-management/preset-edit.js:232
141 __( "Cancel", "search-regex" ), // client/page/preset-management/preset-edit.js:237
142 __( "Search", "search-regex" ), // client/page/preset-management/preset-entry.js:35
143 __( "Replace", "search-regex" ), // client/page/preset-management/preset-entry.js:38
144 __( "Locked fields", "search-regex" ), // client/page/preset-management/preset-flags.js:53
145 __( "Are you sure you want to delete this preset?", "search-regex" ), // client/page/preset-management/preset.js:65
146 __( "Edit", "search-regex" ), // client/page/preset-management/preset.js:98
147 __( "Delete", "search-regex" ), // client/page/preset-management/preset.js:102
148 __( "Copy to clipboard", "search-regex" ), // client/page/preset-management/preset.js:107
149 __( "Please backup your data before making modifications.", "search-regex" ), // client/page/search-replace/index.js:38
150 __( "Search and replace information in your database.", "search-regex" ), // client/page/search-replace/index.js:41
151 __( "Search", "search-regex" ), // client/page/search-replace/search-actions.js:42
152 __( "Replace All", "search-regex" ), // client/page/search-replace/search-actions.js:50
153 __( "Cancel", "search-regex" ), // client/page/search-replace/search-actions.js:57
154 __( "Need more help?", "search-regex" ), // client/page/support/help.js:14
155 __( "Full documentation for Search Regex can be found at {{site}}https://searchregex.com{{/site}}.", "search-regex" ), // client/page/support/help.js:16
156 __( "If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide.", "search-regex" ), // client/page/support/help.js:27
157 __( "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
158 __( "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
159 __( "Redirection", "search-regex" ), // client/page/support/help.js:74
160 __( "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
161 __( "Quick Help", "search-regex" ), // client/page/support/search-help.js:17
162 __( "The following concepts are used by Search Regex:", "search-regex" ), // client/page/support/search-help.js:19
163 __( "{{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
164 __( "{{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
165 __( "{{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
166 __( "{{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
167 __( "Settings saved", "search-regex" ), // client/state/message/reducer.js:33
168 __( "Row deleted", "search-regex" ), // client/state/message/reducer.js:34
169 __( "Row replaced", "search-regex" ), // client/state/message/reducer.js:35
170 __( "Row updated", "search-regex" ), // client/state/message/reducer.js:36
171 __( "Preset saved", "search-regex" ), // client/state/message/reducer.js:37
172 __( "Regular Expression", "search-regex" ), // client/state/search/selector.js:26
173 __( "Ignore Case", "search-regex" ), // client/state/search/selector.js:30
174 __( "25 per page ", "search-regex" ), // client/state/search/selector.js:40
175 __( "50 per page ", "search-regex" ), // client/state/search/selector.js:44
176 __( "100 per page", "search-regex" ), // client/state/search/selector.js:48
177 __( "250 per page", "search-regex" ), // client/state/search/selector.js:52
178 __( "500 per page", "search-regex" ), // client/state/search/selector.js:56
179 __( "1000 per page", "search-regex" ), // client/state/search/selector.js:60
180 __( "2000 per page", "search-regex" ), // client/state/search/selector.js:64
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:87
198 __( "Search Flags", "search-regex" ), // client/page/search-replace/search-form/form.js:103
199 __( "Replace", "search-regex" ), // client/page/search-replace/search-form/form.js:126
200 __( "Enter global replacement text", "search-regex" ), // client/page/search-replace/search-form/form.js:132
201 __( "Enter global replacement text", "search-regex" ), // client/page/search-replace/search-form/form.js:144
202 __( "Source", "search-regex" ), // client/page/search-replace/search-form/form.js:151
203 __( "Source Options", "search-regex" ), // client/page/search-replace/search-form/form.js:172
204 __( "Results", "search-regex" ), // client/page/search-replace/search-form/form.js:184
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 __( "Plrease 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 */