WP Job Manager - Version 1.33.5

Version Description

  • Fix: Issue where a JS error could occur when submitting a job.
Download this release

Release Info

Developer alexsanford1
Plugin Icon 128x128 WP Job Manager
Version 1.33.5
Comparing to
See all releases

Code changes from version 1.33.4 to 1.33.5

assets/js/job-submission.min.js CHANGED
@@ -1 +1 @@
1
- jQuery(document).ready(function(i){function e(){if(t()){i(this).find("input[type=submit]").blur();var e=i(".select2-search__field")[0];return e.setCustomValidity(job_manager_job_submission.i18n_required_field),e.reportValidity(),!0}if(n()){i(this).find("input[type=submit]").blur();var s=i("#job_description");return s.css({height:1,resize:"none",padding:0}),s.show(),s[0].setCustomValidity(job_manager_job_submission.i18n_required_field),s[0].reportValidity(),!0}return!1}function t(){var e=i("#job_category");return e.length&&!e.val()&&e.parent().hasClass("required-field")&&e.next().hasClass("select2")}function n(){if(!s())return!1;var e=tinymce.get("job_description").getContent(),t=i("#job_description");return 0===e.length&&t.parents(".required-field").length}function s(){return void 0!==typeof tinymce||null!=tinymce.get("job_description")}i(document.body).on("click",".job-manager-remove-uploaded-file",function(){var e=i(this).closest(".fieldset-type-file").find("input[type=file][multiple][data-file_limit]");return i(this).closest(".job-manager-uploaded-file").remove(),e.trigger("update_status"),!1}),i(document.body).on("update_status",".fieldset-type-file input[type=file][multiple][data-file_limit]",function(){var e=parseInt(i(this).data("file_limit"),10)-parseInt(i(this).siblings(".job-manager-uploaded-files").first().children(".job-manager-uploaded-file").length,10);e>0?i(this).prop("disabled",!1):i(this).prop("disabled",!0),i(this).data("file_limit_left",e)}),i(document.body).on("change",".fieldset-type-file input[type=file][multiple][data-file_limit]",function(){var e=parseInt(i(this).data("file_limit"),10),t=e-parseInt(i(this).siblings(".job-manager-uploaded-files").first().children(".job-manager-uploaded-file").length,10),n=i(this).get(0);if(void 0!==n.files){var s=parseInt(n.files.length,10);if(e&&s>t){var a=job_manager_job_submission.i18n_over_upload_limit;i(this).data("file_limit_message")&&"string"==typeof i(this).data("file_limit_message")&&(a=i(this).data("file_limit_message")),a=a.replace("%d",e),n.setCustomValidity(a)}else n.setCustomValidity("");n.reportValidity()}return!0}),i(".fieldset-type-file input[type=file][multiple][data-file_limit]").trigger("update_status"),i(document.body).on("click","#submit-job-form .button.save_draft",function(){var e=i(this).closest("#submit-job-form"),t=!0;return e.addClass("disable-validation"),setTimeout(function(){e.removeClass("disable-validation")},1e3),e.find("div.draft-required input[required]").each(function(){if(i(this).get(0).reportValidity(),i(this).is(":invalid"))return t=!1,!1}),t}),i(document.body).on("submit",".job-manager-form",function(t){i(this).hasClass("disable-validation")||!e()?i(this).hasClass("prevent-spinner-behavior")||(i(this).find(".spinner").addClass("is-active"),i(this).find("input[type=submit]").addClass("disabled").on("click",function(){return!1})):t.preventDefault()}),i("#job_category").on("select2:select",function(){var e=i(".select2-search__field")[0];e.setCustomValidity(""),e.reportValidity()}),setTimeout(function(){void 0!==typeof tinymce&&null!=tinymce.get("job_description")&&tinymce.get("job_description").on("Change",function(){var e=i("#job_description");e.hide(),e[0].setCustomValidity(""),e[0].reportValidity()})},1e3)});
1
+ jQuery(document).ready(function(i){function e(){if(t()){i(this).find("input[type=submit]").blur();var e=i(".select2-search__field")[0];return e.setCustomValidity(job_manager_job_submission.i18n_required_field),e.reportValidity(),!0}if(s()){i(this).find("input[type=submit]").blur();var n=i("#job_description");return n.css({height:1,resize:"none",padding:0}),n.show(),n[0].setCustomValidity(job_manager_job_submission.i18n_required_field),n[0].reportValidity(),!0}return!1}function t(){var e=i("#job_category");return e.length&&!e.val()&&e.parent().hasClass("required-field")&&e.next().hasClass("select2")}function s(){if(!n())return!1;var e=tinymce.get("job_description").getContent(),t=i("#job_description");return 0===e.length&&t.parents(".required-field").length&&t.parents(".required-field").is(":visible")}function n(){return"undefined"!=typeof tinymce&&null!=tinymce.get("job_description")}i(document.body).on("click",".job-manager-remove-uploaded-file",function(){var e=i(this).closest(".fieldset-type-file").find("input[type=file][multiple][data-file_limit]");return i(this).closest(".job-manager-uploaded-file").remove(),e.trigger("update_status"),!1}),i(document.body).on("update_status",".fieldset-type-file input[type=file][multiple][data-file_limit]",function(){var e=parseInt(i(this).data("file_limit"),10)-parseInt(i(this).siblings(".job-manager-uploaded-files").first().children(".job-manager-uploaded-file").length,10);e>0?i(this).prop("disabled",!1):i(this).prop("disabled",!0),i(this).data("file_limit_left",e)}),i(document.body).on("change",".fieldset-type-file input[type=file][multiple][data-file_limit]",function(){var e=parseInt(i(this).data("file_limit"),10),t=e-parseInt(i(this).siblings(".job-manager-uploaded-files").first().children(".job-manager-uploaded-file").length,10),s=i(this).get(0);if(void 0!==s.files){var n=parseInt(s.files.length,10);if(e&&n>t){var a=job_manager_job_submission.i18n_over_upload_limit;i(this).data("file_limit_message")&&"string"==typeof i(this).data("file_limit_message")&&(a=i(this).data("file_limit_message")),a=a.replace("%d",e),s.setCustomValidity(a)}else s.setCustomValidity("");s.reportValidity()}return!0}),i(".fieldset-type-file input[type=file][multiple][data-file_limit]").trigger("update_status"),i(document.body).on("click","#submit-job-form .button.save_draft",function(){var e=i(this).closest("#submit-job-form"),t=!0;return e.addClass("disable-validation"),setTimeout(function(){e.removeClass("disable-validation")},1e3),e.find("div.draft-required input[required]").each(function(){if(i(this).get(0).reportValidity(),i(this).is(":invalid"))return t=!1,!1}),t}),i(document.body).on("submit",".job-manager-form",function(t){i(this).hasClass("disable-validation")||!e()?i(this).hasClass("prevent-spinner-behavior")||(i(this).find(".spinner").addClass("is-active"),i(this).find("input[type=submit]").addClass("disabled").on("click",function(){return!1})):t.preventDefault()}),i("#job_category").on("select2:select",function(){var e=i(".select2-search__field")[0];e.setCustomValidity(""),e.reportValidity()}),setTimeout(function(){n()&&tinymce.get("job_description").on("Change",function(){var e=i("#job_description");e.hide(),e[0].setCustomValidity(""),e[0].reportValidity()})},1e3)});
changelog.txt CHANGED
@@ -1,7 +1,5 @@
1
- = 1.33.4 =
2
- * Fix: job-submission.js throws js error expects job_description to be WP Editor
3
- * Fix: checking typeof undefined should be in quotes (in job_submission.js)
4
- * Fix: plugin activation issue
5
 
6
  = 1.33.3 =
7
  * Fix: Upgrade jquery-fileupload to v9.32.0
1
+ = 1.33.5 =
2
+ * Fix: Issue where a JS error could occur when submitting a job.
 
 
3
 
4
  = 1.33.3 =
5
  * Fix: Upgrade jquery-fileupload to v9.32.0
languages/wp-job-manager.pot CHANGED
@@ -2,9 +2,9 @@
2
  # This file is distributed under the GPL2+.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: WP Job Manager 1.33.4\n"
6
  "Report-Msgid-Bugs-To: https://github.com/Automattic/WP-Job-Manager/issues\n"
7
- "POT-Creation-Date: 2019-07-25 22:40:01+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -13,30 +13,30 @@ msgstr ""
13
  "Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
14
  "X-Generator: grunt-wp-i18n 1.0.3\n"
15
 
16
- #: includes/3rd-party/wpml.php:94
17
  msgid "Page Not Set"
18
  msgstr ""
19
 
20
- #: includes/3rd-party/wpml.php:108
21
  #. translators: Placeholder (%s) is the URL to edit the primary language in
22
  #. WPML.
23
  msgid "<a href=\"%s\">Switch to primary language</a> to edit this setting."
24
  msgstr ""
25
 
26
- #: includes/abstracts/abstract-wp-job-manager-form.php:371
27
- #: includes/abstracts/abstract-wp-job-manager-form.php:387
28
  #. translators: Placeholder is for the label of the reCAPTCHA field.
29
  #. translators: %s is the name of the form validation that failed.
30
  msgid "\"%s\" check failed. Please try again."
31
  msgstr ""
32
 
33
- #: includes/admin/class-wp-job-manager-addons.php:125
34
  #: includes/admin/class-wp-job-manager-admin.php:139
35
  #: includes/admin/views/html-admin-page-addons.php:12
36
  msgid "WP Job Manager Add-ons"
37
  msgstr ""
38
 
39
- #: includes/admin/class-wp-job-manager-addons.php:133
40
  #: includes/helper/views/html-licences.php:12
41
  msgid "Licenses"
42
  msgstr ""
@@ -105,83 +105,83 @@ msgstr ""
105
  msgid "%s marked as not filled"
106
  msgstr ""
107
 
108
- #: includes/admin/class-wp-job-manager-cpt.php:337
109
  msgid "Select category"
110
  msgstr ""
111
 
112
- #: includes/admin/class-wp-job-manager-cpt.php:362
113
  msgid "Select Filled"
114
  msgstr ""
115
 
116
- #: includes/admin/class-wp-job-manager-cpt.php:366
117
  msgid "Filled"
118
  msgstr ""
119
 
120
- #: includes/admin/class-wp-job-manager-cpt.php:370
121
  msgid "Not Filled"
122
  msgstr ""
123
 
124
- #: includes/admin/class-wp-job-manager-cpt.php:381
125
  msgid "Select Featured"
126
  msgstr ""
127
 
128
- #: includes/admin/class-wp-job-manager-cpt.php:385
129
  msgid "Featured"
130
  msgstr ""
131
 
132
- #: includes/admin/class-wp-job-manager-cpt.php:389
133
  msgid "Not Featured"
134
  msgstr ""
135
 
136
- #: includes/admin/class-wp-job-manager-cpt.php:435
137
- #: includes/admin/class-wp-job-manager-cpt.php:495
138
  msgid "Position"
139
  msgstr ""
140
 
141
- #: includes/admin/class-wp-job-manager-cpt.php:455
142
  #. translators: %1$s is the singular name of the job listing post type; %2$s is
143
  #. the URL to view the listing.
144
  msgid "%1$s updated. <a href=\"%2$s\">View</a>"
145
  msgstr ""
146
 
147
- #: includes/admin/class-wp-job-manager-cpt.php:456
148
  msgid "Custom field updated."
149
  msgstr ""
150
 
151
- #: includes/admin/class-wp-job-manager-cpt.php:457
152
  msgid "Custom field deleted."
153
  msgstr ""
154
 
155
- #: includes/admin/class-wp-job-manager-cpt.php:459
156
  #. translators: %s is the singular name of the job listing post type.
157
  msgid "%s updated."
158
  msgstr ""
159
 
160
- #: includes/admin/class-wp-job-manager-cpt.php:461
161
  #. translators: %1$s is the singular name of the job listing post type; %2$s is
162
  #. the revision number.
163
  msgid "%1$s restored to revision from %2$s"
164
  msgstr ""
165
 
166
- #: includes/admin/class-wp-job-manager-cpt.php:463
167
  #. translators: %1$s is the singular name of the job listing post type; %2$s is
168
  #. the URL to view the listing.
169
  msgid "%1$s published. <a href=\"%2$s\">View</a>"
170
  msgstr ""
171
 
172
- #: includes/admin/class-wp-job-manager-cpt.php:465
173
  #. translators: %1$s is the singular name of the job listing post type; %2$s is
174
  #. the URL to view the listing.
175
  msgid "%s saved."
176
  msgstr ""
177
 
178
- #: includes/admin/class-wp-job-manager-cpt.php:467
179
  #. translators: %1$s is the singular name of the job listing post type; %2$s is
180
  #. the URL to preview the listing.
181
  msgid "%1$s submitted. <a target=\"_blank\" href=\"%2$s\">Preview</a>"
182
  msgstr ""
183
 
184
- #: includes/admin/class-wp-job-manager-cpt.php:470
185
  #. translators: %1$s is the singular name of the post type; %2$s is the date
186
  #. the post will be published; %3$s is the URL to preview the listing.
187
  msgid ""
@@ -189,87 +189,87 @@ msgid ""
189
  "href=\"%3$s\">Preview</a>"
190
  msgstr ""
191
 
192
- #: includes/admin/class-wp-job-manager-cpt.php:476
193
  #. translators: %1$s is the singular name of the job listing post type; %2$s is
194
  #. the URL to view the listing.
195
  msgid "%1$s draft updated. <a target=\"_blank\" href=\"%2$s\">Preview</a>"
196
  msgstr ""
197
 
198
- #: includes/admin/class-wp-job-manager-cpt.php:496
199
  msgid "Type"
200
  msgstr ""
201
 
202
- #: includes/admin/class-wp-job-manager-cpt.php:497
203
  #: includes/class-wp-job-manager-email-notifications.php:238
204
- #: includes/class-wp-job-manager-post-types.php:1222
205
- #: includes/forms/class-wp-job-manager-form-submit-job.php:213
206
  #: includes/widgets/class-wp-job-manager-widget-recent-jobs.php:46
207
  #: templates/job-filters.php:35 templates/job-filters.php:36
208
  msgid "Location"
209
  msgstr ""
210
 
211
- #: includes/admin/class-wp-job-manager-cpt.php:498
212
  msgid "Status"
213
  msgstr ""
214
 
215
- #: includes/admin/class-wp-job-manager-cpt.php:499
216
  msgid "Posted"
217
  msgstr ""
218
 
219
- #: includes/admin/class-wp-job-manager-cpt.php:500
220
  msgid "Expires"
221
  msgstr ""
222
 
223
- #: includes/admin/class-wp-job-manager-cpt.php:501
224
  #: includes/admin/class-wp-job-manager-settings.php:162
225
  msgid "Categories"
226
  msgstr ""
227
 
228
- #: includes/admin/class-wp-job-manager-cpt.php:502
229
  msgid "Featured?"
230
  msgstr ""
231
 
232
- #: includes/admin/class-wp-job-manager-cpt.php:503
233
- #: includes/class-wp-job-manager-shortcodes.php:257
234
  msgid "Filled?"
235
  msgstr ""
236
 
237
- #: includes/admin/class-wp-job-manager-cpt.php:504
238
  msgid "Actions"
239
  msgstr ""
240
 
241
- #: includes/admin/class-wp-job-manager-cpt.php:569
242
  #. translators: %d is the post ID for the job listing.
243
  msgid "ID: %d"
244
  msgstr ""
245
 
246
- #: includes/admin/class-wp-job-manager-cpt.php:613
247
  #. translators: %s placeholder is the username of the user.
248
  msgid "by a guest"
249
  msgstr ""
250
 
251
- #: includes/admin/class-wp-job-manager-cpt.php:613
252
  msgid "by %s"
253
  msgstr ""
254
 
255
- #: includes/admin/class-wp-job-manager-cpt.php:632
256
  msgid "Approve"
257
  msgstr ""
258
 
259
- #: includes/admin/class-wp-job-manager-cpt.php:640
260
  #: includes/admin/class-wp-job-manager-writepanels.php:227
261
  #: includes/admin/class-wp-job-manager-writepanels.php:232
262
  #: includes/admin/class-wp-job-manager-writepanels.php:237
263
  msgid "View"
264
  msgstr ""
265
 
266
- #: includes/admin/class-wp-job-manager-cpt.php:647
267
  #: includes/class-wp-job-manager-post-types.php:334
268
  #: templates/job-dashboard.php:52 templates/job-dashboard.php:70
269
  msgid "Edit"
270
  msgstr ""
271
 
272
- #: includes/admin/class-wp-job-manager-cpt.php:654
273
  #: templates/job-dashboard.php:79
274
  msgid "Delete"
275
  msgstr ""
@@ -704,29 +704,29 @@ msgid ""
704
  "plugin know the location of the job listings page."
705
  msgstr ""
706
 
707
- #: includes/admin/class-wp-job-manager-settings.php:417
708
  msgid "Settings successfully saved"
709
  msgstr ""
710
 
711
- #: includes/admin/class-wp-job-manager-settings.php:442
712
  msgid "Save Changes"
713
  msgstr ""
714
 
715
- #: includes/admin/class-wp-job-manager-settings.php:650
716
  msgid "--no page--"
717
  msgstr ""
718
 
719
- #: includes/admin/class-wp-job-manager-settings.php:656
720
  msgid "Select a page&hellip;"
721
  msgstr ""
722
 
723
- #: includes/admin/class-wp-job-manager-setup.php:58
724
  msgid "Setup"
725
  msgstr ""
726
 
727
- #: includes/admin/class-wp-job-manager-taxonomy-meta.php:87
728
- #: includes/admin/class-wp-job-manager-taxonomy-meta.php:110
729
- #: includes/admin/class-wp-job-manager-taxonomy-meta.php:129
730
  #: includes/class-wp-job-manager-post-types.php:287
731
  msgid "Employment Type"
732
  msgstr ""
@@ -759,7 +759,7 @@ msgid "Add file"
759
  msgstr ""
760
 
761
  #: includes/admin/class-wp-job-manager-writepanels.php:471
762
- #: includes/class-wp-job-manager-ajax.php:418
763
  #. translators: Used in user select. %1$s is the user's display name; #%2$s is
764
  #. the user ID; %3$s is the user email.
765
  msgid "%1$s (#%2$s – %3$s)"
@@ -801,7 +801,7 @@ msgstr ""
801
  msgid "More Information &rarr;"
802
  msgstr ""
803
 
804
- #: includes/admin/views/html-admin-page-addons.php:54
805
  msgid "No add-ons were found."
806
  msgstr ""
807
 
@@ -876,19 +876,19 @@ msgid ""
876
  "for detailed instructions.)"
877
  msgstr ""
878
 
879
- #: includes/admin/views/html-admin-setup-step-2.php:39
880
  msgid "Page Title"
881
  msgstr ""
882
 
883
- #: includes/admin/views/html-admin-setup-step-2.php:40
884
  msgid "Page Description"
885
  msgstr ""
886
 
887
- #: includes/admin/views/html-admin-setup-step-2.php:41
888
  msgid "Content Shortcode"
889
  msgstr ""
890
 
891
- #: includes/admin/views/html-admin-setup-step-2.php:49
892
  msgid ""
893
  "Creates a page that allows employers to post new jobs directly from a page "
894
  "on your website, instead of requiring them to log in to an admin area. If "
@@ -896,7 +896,7 @@ msgid ""
896
  "the admin dashboard only -- you can uncheck this setting."
897
  msgstr ""
898
 
899
- #: includes/admin/views/html-admin-setup-step-2.php:57
900
  msgid ""
901
  "Creates a page that allows employers to manage their job listings directly "
902
  "from a page on your website, instead of requiring them to log in to an "
@@ -904,11 +904,11 @@ msgid ""
904
  "only, you can uncheck this setting."
905
  msgstr ""
906
 
907
- #: includes/admin/views/html-admin-setup-step-2.php:64
908
  msgid "Creates a page where visitors can browse, search, and filter job listings."
909
  msgstr ""
910
 
911
- #: includes/admin/views/html-admin-setup-step-2.php:72
912
  msgid "Skip this step"
913
  msgstr ""
914
 
@@ -963,11 +963,11 @@ msgid ""
963
  "hiring!"
964
  msgstr ""
965
 
966
- #: includes/admin/views/html-admin-setup-step-3.php:66
967
  msgid "Support WP Job Manager's Ongoing Development"
968
  msgstr ""
969
 
970
- #: includes/admin/views/html-admin-setup-step-3.php:67
971
  msgid ""
972
  "There are lots of ways you can support open source software projects like "
973
  "this one: contributing code, fixing a bug, assisting with non-English "
@@ -975,30 +975,30 @@ msgid ""
975
  "spread the word. We appreciate your support!"
976
  msgstr ""
977
 
978
- #: includes/admin/views/html-admin-setup-step-3.php:69
979
  msgid "Leave a positive review"
980
  msgstr ""
981
 
982
- #: includes/admin/views/html-admin-setup-step-3.php:70
983
  msgid "Contribute a localization"
984
  msgstr ""
985
 
986
- #: includes/admin/views/html-admin-setup-step-3.php:71
987
  msgid "Contribute code or report a bug"
988
  msgstr ""
989
 
990
- #: includes/admin/views/html-admin-setup-step-3.php:72
991
  msgid "Help other users on the forums"
992
  msgstr ""
993
 
994
- #: includes/class-wp-job-manager-ajax.php:185
995
  #. translators: Placeholder %d is the number of found search results.
996
  msgid "Search completed. Found %d matching record."
997
  msgid_plural "Search completed. Found %d matching records."
998
  msgstr[0] ""
999
  msgstr[1] ""
1000
 
1001
- #: includes/class-wp-job-manager-ajax.php:283
1002
  msgid "You must be logged in to upload files using this method."
1003
  msgstr ""
1004
 
@@ -1012,27 +1012,27 @@ msgid "Company Logo"
1012
  msgstr ""
1013
 
1014
  #: includes/class-wp-job-manager-data-exporter.php:52
1015
- #: includes/class-wp-job-manager-post-types.php:1241
1016
  msgid "Company Name"
1017
  msgstr ""
1018
 
1019
  #: includes/class-wp-job-manager-data-exporter.php:53
1020
- #: includes/class-wp-job-manager-post-types.php:1249
1021
  msgid "Company Website"
1022
  msgstr ""
1023
 
1024
  #: includes/class-wp-job-manager-data-exporter.php:54
1025
- #: includes/class-wp-job-manager-post-types.php:1258
1026
  msgid "Company Tagline"
1027
  msgstr ""
1028
 
1029
  #: includes/class-wp-job-manager-data-exporter.php:55
1030
- #: includes/class-wp-job-manager-post-types.php:1266
1031
  msgid "Company Twitter"
1032
  msgstr ""
1033
 
1034
  #: includes/class-wp-job-manager-data-exporter.php:56
1035
- #: includes/class-wp-job-manager-post-types.php:1274
1036
  msgid "Company Video"
1037
  msgstr ""
1038
 
@@ -1040,31 +1040,32 @@ msgstr ""
1040
  msgid "WP Job Manager User Data"
1041
  msgstr ""
1042
 
1043
- #: includes/class-wp-job-manager-dependency-checker.php:66
1044
  #. translators: %1$s is version of PHP that WP Job Manager requires; %2$s is
1045
  #. the version of PHP WordPress is running on.
1046
  msgid ""
1047
- "<strong>WP Job Manager</strong> requires a minimum PHP version of %1$s, but "
1048
- "you are running %2$s."
 
1049
  msgstr ""
1050
 
1051
- #: includes/class-wp-job-manager-dependency-checker.php:77
1052
  msgid "Learn more about updating PHP"
1053
  msgstr ""
1054
 
1055
- #: includes/class-wp-job-manager-dependency-checker.php:79
1056
  #. translators: accessibility text
1057
  msgid "(opens in a new tab)"
1058
  msgstr ""
1059
 
1060
- #: includes/class-wp-job-manager-dependency-checker.php:122
1061
  #. translators: %s is the URL for the page where users can go to update
1062
  #. WordPress.
1063
  msgid "<strong>WP Job Manager</strong> requires a more recent version of WordPress."
1064
  msgstr ""
1065
 
1066
- #: includes/class-wp-job-manager-dependency-checker.php:136
1067
- #: includes/class-wp-job-manager-dependency-checker.php:138
1068
  msgid "WordPress Update Required"
1069
  msgstr ""
1070
 
@@ -1074,18 +1075,18 @@ msgstr ""
1074
 
1075
  #: includes/class-wp-job-manager-email-notifications.php:247
1076
  #: includes/class-wp-job-manager-post-types.php:218
1077
- #: includes/forms/class-wp-job-manager-form-submit-job.php:221
1078
  msgid "Job type"
1079
  msgstr ""
1080
 
1081
  #: includes/class-wp-job-manager-email-notifications.php:257
1082
  #: includes/class-wp-job-manager-post-types.php:154
1083
- #: includes/forms/class-wp-job-manager-form-submit-job.php:230
1084
  msgid "Job category"
1085
  msgstr ""
1086
 
1087
  #: includes/class-wp-job-manager-email-notifications.php:266
1088
- #: includes/forms/class-wp-job-manager-form-submit-job.php:255
1089
  msgid "Company name"
1090
  msgstr ""
1091
 
@@ -1130,7 +1131,7 @@ msgstr ""
1130
  msgid "Geocoding error"
1131
  msgstr ""
1132
 
1133
- #: includes/class-wp-job-manager-install.php:84
1134
  msgid "Employer"
1135
  msgstr ""
1136
 
@@ -1301,134 +1302,134 @@ msgid_plural "Preview <span class=\"count\">(%s)</span>"
1301
  msgstr[0] ""
1302
  msgstr[1] ""
1303
 
1304
- #: includes/class-wp-job-manager-post-types.php:1209
1305
- #: includes/forms/class-wp-job-manager-form-submit-job.php:190
1306
  msgid "Application email/URL"
1307
  msgstr ""
1308
 
1309
- #: includes/class-wp-job-manager-post-types.php:1210
1310
- #: includes/forms/class-wp-job-manager-form-submit-job.php:191
1311
  msgid "Enter an email address or website URL"
1312
  msgstr ""
1313
 
1314
- #: includes/class-wp-job-manager-post-types.php:1213
1315
- #: includes/forms/class-wp-job-manager-form-submit-job.php:180
1316
  msgid "Application email"
1317
  msgstr ""
1318
 
1319
- #: includes/class-wp-job-manager-post-types.php:1214
1320
- #: includes/forms/class-wp-job-manager-form-submit-job.php:181
1321
  msgid "you@example.com"
1322
  msgstr ""
1323
 
1324
- #: includes/class-wp-job-manager-post-types.php:1216
1325
- #: includes/forms/class-wp-job-manager-form-submit-job.php:185
1326
  msgid "Application URL"
1327
  msgstr ""
1328
 
1329
- #: includes/class-wp-job-manager-post-types.php:1217
1330
- #: includes/forms/class-wp-job-manager-form-submit-job.php:186
1331
  msgid "https://"
1332
  msgstr ""
1333
 
1334
- #: includes/class-wp-job-manager-post-types.php:1223
1335
- #: includes/forms/class-wp-job-manager-form-submit-job.php:217
1336
  msgid "e.g. \"London\""
1337
  msgstr ""
1338
 
1339
- #: includes/class-wp-job-manager-post-types.php:1224
1340
  msgid "Leave this blank if the location is not important."
1341
  msgstr ""
1342
 
1343
- #: includes/class-wp-job-manager-post-types.php:1233
1344
  msgid ""
1345
  "This field is required for the \"application\" area to appear beneath the "
1346
  "listing."
1347
  msgstr ""
1348
 
1349
- #: includes/class-wp-job-manager-post-types.php:1259
1350
  msgid "Brief description about the company"
1351
  msgstr ""
1352
 
1353
- #: includes/class-wp-job-manager-post-types.php:1275
1354
  msgid "URL to the company video"
1355
  msgstr ""
1356
 
1357
- #: includes/class-wp-job-manager-post-types.php:1284
1358
  msgid "Position Filled"
1359
  msgstr ""
1360
 
1361
- #: includes/class-wp-job-manager-post-types.php:1290
1362
  msgid "Filled listings will no longer accept applications."
1363
  msgstr ""
1364
 
1365
- #: includes/class-wp-job-manager-post-types.php:1293
1366
  msgid "Featured Listing"
1367
  msgstr ""
1368
 
1369
- #: includes/class-wp-job-manager-post-types.php:1295
1370
  msgid ""
1371
  "Featured listings will be sticky during searches, and can be styled "
1372
  "differently."
1373
  msgstr ""
1374
 
1375
- #: includes/class-wp-job-manager-post-types.php:1303
1376
  msgid "Listing Expiry Date"
1377
  msgstr ""
1378
 
1379
- #: includes/class-wp-job-manager-shortcodes.php:108
1380
  msgid "Invalid ID"
1381
  msgstr ""
1382
 
1383
- #: includes/class-wp-job-manager-shortcodes.php:115
1384
  msgid "This position has already been filled"
1385
  msgstr ""
1386
 
1387
- #: includes/class-wp-job-manager-shortcodes.php:123
1388
  #. translators: Placeholder %s is the job listing title.
1389
  msgid "%s has been filled"
1390
  msgstr ""
1391
 
1392
- #: includes/class-wp-job-manager-shortcodes.php:128
1393
  msgid "This position is not filled"
1394
  msgstr ""
1395
 
1396
- #: includes/class-wp-job-manager-shortcodes.php:136
1397
  #. translators: Placeholder %s is the job listing title.
1398
  msgid "%s has been marked as not filled"
1399
  msgstr ""
1400
 
1401
- #: includes/class-wp-job-manager-shortcodes.php:144
1402
  #. translators: Placeholder %s is the job listing title.
1403
  msgid "%s has been deleted"
1404
  msgstr ""
1405
 
1406
- #: includes/class-wp-job-manager-shortcodes.php:149
1407
- #: includes/class-wp-job-manager-shortcodes.php:163
1408
  msgid "Missing submission page."
1409
  msgstr ""
1410
 
1411
- #: includes/class-wp-job-manager-shortcodes.php:256
1412
  #: includes/widgets/class-wp-job-manager-widget-featured-jobs.php:36
1413
  #: includes/widgets/class-wp-job-manager-widget-featured-jobs.php:52
1414
  #: includes/widgets/class-wp-job-manager-widget-recent-jobs.php:36
1415
  msgid "Title"
1416
  msgstr ""
1417
 
1418
- #: includes/class-wp-job-manager-shortcodes.php:258
1419
  msgid "Date Posted"
1420
  msgstr ""
1421
 
1422
- #: includes/class-wp-job-manager-shortcodes.php:259
1423
  msgid "Listing Expires"
1424
  msgstr ""
1425
 
1426
- #: includes/class-wp-job-manager-shortcodes.php:401
1427
- #: includes/class-wp-job-manager-shortcodes.php:439
1428
  msgid "Load more listings"
1429
  msgstr ""
1430
 
1431
- #: includes/class-wp-job-manager-usage-tracking.php:228
1432
  #. translators: Placeholder %s is a URL to the document on wpjobmanager.com
1433
  #. with info on usage tracking.
1434
  msgid ""
@@ -1438,7 +1439,7 @@ msgid ""
1438
  "\t\t\t\tcollected, and you can opt out at any time."
1439
  msgstr ""
1440
 
1441
- #: includes/class-wp-job-manager-usage-tracking.php:297
1442
  #. translators: the href tag contains the URL for the page telling users what
1443
  #. data WPJM tracks.
1444
  msgid ""
@@ -1447,40 +1448,40 @@ msgid ""
1447
  "\t\t\t\tNo sensitive information is collected."
1448
  msgstr ""
1449
 
1450
- #: includes/class-wp-job-manager-usage-tracking.php:324
1451
  #: lib/usage-tracking/class-usage-tracking-base.php:483
1452
  msgid "Enable Usage Tracking"
1453
  msgstr ""
1454
 
1455
- #: includes/class-wp-job-manager.php:138
1456
  #. translators: Placeholders %1$s and %2$s are the names of the two cookies
1457
  #. used in WP Job Manager.
1458
  msgid ""
1459
  "This site adds the following cookies to help users resume job submissions "
1460
- "that they \n"
1461
  "\t\t\t\thave started but have not completed: %1$s and %2$s"
1462
  msgstr ""
1463
 
1464
- #: includes/class-wp-job-manager.php:276
1465
  msgid "Load previous listings"
1466
  msgstr ""
1467
 
1468
- #: includes/class-wp-job-manager.php:403
1469
  msgid "Invalid file type. Accepted types:"
1470
  msgstr ""
1471
 
1472
- #: includes/class-wp-job-manager.php:420
1473
- #: includes/forms/class-wp-job-manager-form-submit-job.php:406
1474
  #. translators: Placeholder %d is the number of files to that users are limited
1475
  #. to.
1476
  msgid "You are only allowed to upload a maximum of %d files."
1477
  msgstr ""
1478
 
1479
- #: includes/class-wp-job-manager.php:428
1480
  msgid "Are you sure you want to delete this listing?"
1481
  msgstr ""
1482
 
1483
- #: includes/class-wp-job-manager.php:436
1484
  msgid "This field is required."
1485
  msgstr ""
1486
 
@@ -1543,27 +1544,27 @@ msgstr ""
1543
  msgid "days"
1544
  msgstr ""
1545
 
1546
- #: includes/forms/class-wp-job-manager-form-edit-job.php:108
1547
  msgid "Invalid listing"
1548
  msgstr ""
1549
 
1550
- #: includes/forms/class-wp-job-manager-form-edit-job.php:140
1551
  msgid "Save changes"
1552
  msgstr ""
1553
 
1554
- #: includes/forms/class-wp-job-manager-form-edit-job.php:145
1555
  msgid "Submit changes for approval"
1556
  msgstr ""
1557
 
1558
- #: includes/forms/class-wp-job-manager-form-edit-job.php:199
1559
  msgid "Your changes have been saved."
1560
  msgstr ""
1561
 
1562
- #: includes/forms/class-wp-job-manager-form-edit-job.php:205
1563
  msgid "View &rarr;"
1564
  msgstr ""
1565
 
1566
- #: includes/forms/class-wp-job-manager-form-edit-job.php:207
1567
  msgid ""
1568
  "Your changes have been submitted and your listing will be visible again "
1569
  "once approved."
@@ -1574,7 +1575,7 @@ msgid "Submit Details"
1574
  msgstr ""
1575
 
1576
  #: includes/forms/class-wp-job-manager-form-submit-job.php:88
1577
- #: includes/forms/class-wp-job-manager-form-submit-job.php:578
1578
  #: templates/job-preview.php:30
1579
  msgid "Preview"
1580
  msgstr ""
@@ -1583,79 +1584,79 @@ msgstr ""
1583
  msgid "Done"
1584
  msgstr ""
1585
 
1586
- #: includes/forms/class-wp-job-manager-form-submit-job.php:206
1587
  msgid "Job Title"
1588
  msgstr ""
1589
 
1590
- #: includes/forms/class-wp-job-manager-form-submit-job.php:214
1591
  msgid "Leave this blank if the location is not important"
1592
  msgstr ""
1593
 
1594
- #: includes/forms/class-wp-job-manager-form-submit-job.php:224
1595
  msgid "Choose job type&hellip;"
1596
  msgstr ""
1597
 
1598
- #: includes/forms/class-wp-job-manager-form-submit-job.php:239
1599
  msgid "Description"
1600
  msgstr ""
1601
 
1602
- #: includes/forms/class-wp-job-manager-form-submit-job.php:258
1603
  msgid "Enter the name of the company"
1604
  msgstr ""
1605
 
1606
- #: includes/forms/class-wp-job-manager-form-submit-job.php:262
1607
  #: templates/content-single-job_listing-company.php:30
1608
  msgid "Website"
1609
  msgstr ""
1610
 
1611
- #: includes/forms/class-wp-job-manager-form-submit-job.php:266
1612
  msgid "http://"
1613
  msgstr ""
1614
 
1615
- #: includes/forms/class-wp-job-manager-form-submit-job.php:270
1616
  msgid "Tagline"
1617
  msgstr ""
1618
 
1619
- #: includes/forms/class-wp-job-manager-form-submit-job.php:273
1620
  msgid "Briefly describe your company"
1621
  msgstr ""
1622
 
1623
- #: includes/forms/class-wp-job-manager-form-submit-job.php:278
1624
  msgid "Video"
1625
  msgstr ""
1626
 
1627
- #: includes/forms/class-wp-job-manager-form-submit-job.php:282
1628
  msgid "A link to a video about your company"
1629
  msgstr ""
1630
 
1631
- #: includes/forms/class-wp-job-manager-form-submit-job.php:286
1632
  msgid "Twitter username"
1633
  msgstr ""
1634
 
1635
- #: includes/forms/class-wp-job-manager-form-submit-job.php:289
1636
  msgid "@yourcompany"
1637
  msgstr ""
1638
 
1639
- #: includes/forms/class-wp-job-manager-form-submit-job.php:293
1640
  msgid "Logo"
1641
  msgstr ""
1642
 
1643
- #: includes/forms/class-wp-job-manager-form-submit-job.php:343
1644
  #. translators: Placeholder %s is the label for the required field.
1645
  msgid "%s is a required field"
1646
  msgstr ""
1647
 
1648
- #: includes/forms/class-wp-job-manager-form-submit-job.php:354
1649
  #. translators: Placeholder %s is the field label that is did not validate.
1650
  msgid "%s is invalid"
1651
  msgstr ""
1652
 
1653
- #: includes/forms/class-wp-job-manager-form-submit-job.php:371
1654
  msgid "Invalid attachment provided."
1655
  msgstr ""
1656
 
1657
- #: includes/forms/class-wp-job-manager-form-submit-job.php:389
1658
- #: wp-job-manager-functions.php:1304
1659
  #. translators: Placeholder %1$s is field label; %2$s is the file mime type;
1660
  #. %3$s is the allowed mime-types.
1661
  #. translators: %1$s is the file field label; %2$s is the file type; %3$s is
@@ -1663,90 +1664,90 @@ msgstr ""
1663
  msgid "\"%1$s\" (filetype %2$s) needs to be one of the following file types: %3$s"
1664
  msgstr ""
1665
 
1666
- #: includes/forms/class-wp-job-manager-form-submit-job.php:424
1667
  msgid "Please enter a valid application email address"
1668
  msgstr ""
1669
 
1670
- #: includes/forms/class-wp-job-manager-form-submit-job.php:433
1671
  msgid "Please enter a valid application URL"
1672
  msgstr ""
1673
 
1674
- #: includes/forms/class-wp-job-manager-form-submit-job.php:443
1675
  msgid "Please enter a valid application email address or URL"
1676
  msgstr ""
1677
 
1678
- #: includes/forms/class-wp-job-manager-form-submit-job.php:637
1679
  msgid "Please enter a username."
1680
  msgstr ""
1681
 
1682
- #: includes/forms/class-wp-job-manager-form-submit-job.php:641
1683
  msgid "Please enter a password."
1684
  msgstr ""
1685
 
1686
- #: includes/forms/class-wp-job-manager-form-submit-job.php:645
1687
  msgid "Please enter your email address."
1688
  msgstr ""
1689
 
1690
- #: includes/forms/class-wp-job-manager-form-submit-job.php:651
1691
  msgid "Passwords must match."
1692
  msgstr ""
1693
 
1694
- #: includes/forms/class-wp-job-manager-form-submit-job.php:657
1695
  #. translators: Placeholder %s is the password hint.
1696
  msgid "Invalid Password: %s"
1697
  msgstr ""
1698
 
1699
- #: includes/forms/class-wp-job-manager-form-submit-job.php:659
1700
  msgid "Password is not valid."
1701
  msgstr ""
1702
 
1703
- #: includes/forms/class-wp-job-manager-form-submit-job.php:682
1704
  msgid "You must be signed in to post a new listing."
1705
  msgstr ""
1706
 
1707
- #: includes/forms/class-wp-job-manager-form-submit-job.php:700
1708
  #. translators: placeholder is the URL to the job dashboard page.
1709
  msgid ""
1710
  "Draft was saved. Job listing drafts can be resumed from the <a "
1711
  "href=\"%s\">job dashboard</a>."
1712
  msgstr ""
1713
 
1714
- #: includes/helper/class-wp-job-manager-helper.php:279
1715
  msgid "Manage License (Requires Attention)"
1716
  msgstr ""
1717
 
1718
- #: includes/helper/class-wp-job-manager-helper.php:282
1719
  msgid "Manage License"
1720
  msgstr ""
1721
 
1722
- #: includes/helper/class-wp-job-manager-helper.php:285
1723
  #: includes/helper/views/html-licences.php:75
1724
  msgid "Activate License"
1725
  msgstr ""
1726
 
1727
- #: includes/helper/class-wp-job-manager-helper.php:494
1728
  msgid ""
1729
  "Please enter a valid license key and email address in order to activate "
1730
  "this plugin's license."
1731
  msgstr ""
1732
 
1733
- #: includes/helper/class-wp-job-manager-helper.php:526
1734
  msgid "Connection failed to the License Key API server - possible server issue."
1735
  msgstr ""
1736
 
1737
- #: includes/helper/class-wp-job-manager-helper.php:535
1738
  msgid "Plugin license has been activated."
1739
  msgstr ""
1740
 
1741
- #: includes/helper/class-wp-job-manager-helper.php:538
1742
  msgid "An unknown error occurred while attempting to activate the license"
1743
  msgstr ""
1744
 
1745
- #: includes/helper/class-wp-job-manager-helper.php:558
1746
  msgid "license is not active."
1747
  msgstr ""
1748
 
1749
- #: includes/helper/class-wp-job-manager-helper.php:574
1750
  msgid "Plugin license has been deactivated."
1751
  msgstr ""
1752
 
@@ -1922,20 +1923,17 @@ msgstr ""
1922
  msgid "This listing has expired."
1923
  msgstr ""
1924
 
1925
- #: templates/emails/admin-expiring-job.php:32
1926
- #. translators: %1$s placeholder is URL to the blog. %2$s placeholder is the
1927
- #. name of the site.
1928
- msgid "The following job listing is expiring today from <a href=\"%1$s\">%2$s</a>."
1929
  msgstr ""
1930
 
1931
- #: templates/emails/admin-expiring-job.php:35
1932
- #. translators: %1$s placeholder is URL to the blog. %2$s placeholder is the
1933
- #. name of the site.
1934
- msgid "The following job listing is expiring soon from <a href=\"%1$s\">%2$s</a>."
1935
  msgstr ""
1936
 
1937
- #: templates/emails/admin-expiring-job.php:41
1938
- #. translators: Placeholder is URL to site's WP admin.
1939
  msgid "Visit <a href=\"%s\">WordPress admin</a> to manage the listing."
1940
  msgstr ""
1941
 
@@ -1969,14 +1967,6 @@ msgid ""
1969
  "an administrator in the site's <a href=\"%s\">WordPress admin</a>."
1970
  msgstr ""
1971
 
1972
- #: templates/emails/employer-expiring-job.php:32
1973
- msgid "The following job listing is expiring today from <a href=\"%s\">%s</a>."
1974
- msgstr ""
1975
-
1976
- #: templates/emails/employer-expiring-job.php:40
1977
- msgid "The following job listing is expiring soon from <a href=\"%s\">%s</a>."
1978
- msgstr ""
1979
-
1980
  #: templates/emails/employer-expiring-job.php:48
1981
  msgid "Visit the <a href=\"%s\">job listing dashboard</a> to manage the listing."
1982
  msgstr ""
@@ -2022,12 +2012,12 @@ msgid "Maximum file size: %s."
2022
  msgstr ""
2023
 
2024
  #: templates/form-fields/multiselect-field.php:20
2025
- #: wp-job-manager-functions.php:1086
2026
  msgid "No results match"
2027
  msgstr ""
2028
 
2029
  #: templates/form-fields/multiselect-field.php:20
2030
- #: wp-job-manager-functions.php:1087
2031
  msgid "Select Some Options"
2032
  msgstr ""
2033
 
@@ -2140,67 +2130,67 @@ msgstr ""
2140
  msgid "%s submitted successfully. Your listing will be visible once approved."
2141
  msgstr ""
2142
 
2143
- #: wp-job-manager-functions.php:454
2144
  msgid "Reset"
2145
  msgstr ""
2146
 
2147
- #: wp-job-manager-functions.php:458
2148
  msgid "RSS"
2149
  msgstr ""
2150
 
2151
- #: wp-job-manager-functions.php:566
2152
  msgid "Invalid email address."
2153
  msgstr ""
2154
 
2155
- #: wp-job-manager-functions.php:574
2156
  msgid "Your email address isn&#8217;t correct."
2157
  msgstr ""
2158
 
2159
- #: wp-job-manager-functions.php:578
2160
  msgid "This email is already registered, please choose another one."
2161
  msgstr ""
2162
 
2163
- #: wp-job-manager-functions.php:892
2164
  msgid "Full Time"
2165
  msgstr ""
2166
 
2167
- #: wp-job-manager-functions.php:893
2168
  msgid "Part Time"
2169
  msgstr ""
2170
 
2171
- #: wp-job-manager-functions.php:894
2172
  msgid "Contractor"
2173
  msgstr ""
2174
 
2175
- #: wp-job-manager-functions.php:895
2176
  msgid "Temporary"
2177
  msgstr ""
2178
 
2179
- #: wp-job-manager-functions.php:896
2180
  msgid "Intern"
2181
  msgstr ""
2182
 
2183
- #: wp-job-manager-functions.php:897
2184
  msgid "Volunteer"
2185
  msgstr ""
2186
 
2187
- #: wp-job-manager-functions.php:898
2188
  msgid "Per Diem"
2189
  msgstr ""
2190
 
2191
- #: wp-job-manager-functions.php:899
2192
  msgid "Other"
2193
  msgstr ""
2194
 
2195
- #: wp-job-manager-functions.php:966
2196
  msgid "Passwords must be at least 8 characters long."
2197
  msgstr ""
2198
 
2199
- #: wp-job-manager-functions.php:1085
2200
  msgid "Choose a category&hellip;"
2201
  msgstr ""
2202
 
2203
- #: wp-job-manager-functions.php:1307
2204
  #. translators: %s is the list of allowed file types.
2205
  msgid "Uploaded files need to be one of the following file types: %s"
2206
  msgstr ""
@@ -2219,33 +2209,33 @@ msgstr ""
2219
  msgid "Username"
2220
  msgstr ""
2221
 
2222
- #: wp-job-manager-template.php:702
2223
  msgid "Password"
2224
  msgstr ""
2225
 
2226
- #: wp-job-manager-template.php:712
2227
  msgid "Verify Password"
2228
  msgstr ""
2229
 
2230
- #: wp-job-manager-template.php:719
2231
  msgid "Your email"
2232
  msgstr ""
2233
 
2234
- #: wp-job-manager-template.php:720
2235
  msgid "you@yourdomain.com"
2236
  msgstr ""
2237
 
2238
- #: wp-job-manager-template.php:747
2239
  msgid "Posted on "
2240
  msgstr ""
2241
 
2242
- #: wp-job-manager-template.php:750 wp-job-manager-template.php:771
2243
  #. translators: Placeholder %s is the relative, human readable time since the
2244
  #. job listing was posted.
2245
  msgid "Posted %s ago"
2246
  msgstr ""
2247
 
2248
- #: wp-job-manager-template.php:801
2249
  msgid "Anywhere"
2250
  msgstr ""
2251
 
@@ -2294,7 +2284,7 @@ msgid "Searching&hellip;"
2294
  msgstr ""
2295
 
2296
  #: includes/admin/class-wp-job-manager-admin.php:123
2297
- #: includes/forms/class-wp-job-manager-form-submit-job.php:490
2298
  #. translators: jQuery date format, see
2299
  #. http:api.jqueryui.com/datepicker/#utility-formatDate
2300
  msgctxt "Date format for jQuery datepicker."
@@ -2302,71 +2292,71 @@ msgid "yy-mm-dd"
2302
  msgstr ""
2303
 
2304
  #: includes/admin/class-wp-job-manager-permalink-settings.php:108
2305
- #: includes/class-wp-job-manager-post-types.php:945
2306
  msgctxt "Job permalink - resave permalinks after changing this"
2307
  msgid "job"
2308
  msgstr ""
2309
 
2310
  #: includes/admin/class-wp-job-manager-permalink-settings.php:117
2311
- #: includes/class-wp-job-manager-post-types.php:946
2312
  msgctxt "Job category slug - resave permalinks after changing this"
2313
  msgid "job-category"
2314
  msgstr ""
2315
 
2316
  #: includes/admin/class-wp-job-manager-permalink-settings.php:126
2317
- #: includes/class-wp-job-manager-post-types.php:947
2318
  msgctxt "Job type slug - resave permalinks after changing this"
2319
  msgid "job-type"
2320
  msgstr ""
2321
 
2322
- #: includes/admin/views/html-admin-setup-step-2.php:47
2323
  msgctxt "Default page title (wizard)"
2324
  msgid "Post a Job"
2325
  msgstr ""
2326
 
2327
- #: includes/admin/views/html-admin-setup-step-2.php:55
2328
  msgctxt "Default page title (wizard)"
2329
  msgid "Job Dashboard"
2330
  msgstr ""
2331
 
2332
- #: includes/admin/views/html-admin-setup-step-2.php:63
2333
  msgctxt "Default page title (wizard)"
2334
  msgid "Jobs"
2335
  msgstr ""
2336
 
2337
  #: includes/class-wp-job-manager-post-types.php:391
2338
- #: wp-job-manager-functions.php:329
2339
  msgctxt "post status"
2340
  msgid "Expired"
2341
  msgstr ""
2342
 
2343
  #: includes/class-wp-job-manager-post-types.php:404
2344
- #: wp-job-manager-functions.php:330
2345
  msgctxt "post status"
2346
  msgid "Preview"
2347
  msgstr ""
2348
 
2349
- #: wp-job-manager-functions.php:328
2350
  msgctxt "post status"
2351
  msgid "Draft"
2352
  msgstr ""
2353
 
2354
- #: wp-job-manager-functions.php:331
2355
  msgctxt "post status"
2356
  msgid "Pending approval"
2357
  msgstr ""
2358
 
2359
- #: wp-job-manager-functions.php:332
2360
  msgctxt "post status"
2361
  msgid "Pending payment"
2362
  msgstr ""
2363
 
2364
- #: wp-job-manager-functions.php:333
2365
  msgctxt "post status"
2366
  msgid "Active"
2367
  msgstr ""
2368
 
2369
- #: includes/class-wp-job-manager-post-types.php:929
2370
  msgctxt "Post type archive slug - resave permalinks after changing this"
2371
  msgid "jobs"
2372
- msgstr ""
2
  # This file is distributed under the GPL2+.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: WP Job Manager 1.33.3\n"
6
  "Report-Msgid-Bugs-To: https://github.com/Automattic/WP-Job-Manager/issues\n"
7
+ "POT-Creation-Date: 2019-07-08 16:37:22+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
13
  "Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
14
  "X-Generator: grunt-wp-i18n 1.0.3\n"
15
 
16
+ #: includes/3rd-party/wpml.php:84
17
  msgid "Page Not Set"
18
  msgstr ""
19
 
20
+ #: includes/3rd-party/wpml.php:98
21
  #. translators: Placeholder (%s) is the URL to edit the primary language in
22
  #. WPML.
23
  msgid "<a href=\"%s\">Switch to primary language</a> to edit this setting."
24
  msgstr ""
25
 
26
+ #: includes/abstracts/abstract-wp-job-manager-form.php:363
27
+ #: includes/abstracts/abstract-wp-job-manager-form.php:378
28
  #. translators: Placeholder is for the label of the reCAPTCHA field.
29
  #. translators: %s is the name of the form validation that failed.
30
  msgid "\"%s\" check failed. Please try again."
31
  msgstr ""
32
 
33
+ #: includes/admin/class-wp-job-manager-addons.php:123
34
  #: includes/admin/class-wp-job-manager-admin.php:139
35
  #: includes/admin/views/html-admin-page-addons.php:12
36
  msgid "WP Job Manager Add-ons"
37
  msgstr ""
38
 
39
+ #: includes/admin/class-wp-job-manager-addons.php:130
40
  #: includes/helper/views/html-licences.php:12
41
  msgid "Licenses"
42
  msgstr ""
105
  msgid "%s marked as not filled"
106
  msgstr ""
107
 
108
+ #: includes/admin/class-wp-job-manager-cpt.php:322
109
  msgid "Select category"
110
  msgstr ""
111
 
112
+ #: includes/admin/class-wp-job-manager-cpt.php:347
113
  msgid "Select Filled"
114
  msgstr ""
115
 
116
+ #: includes/admin/class-wp-job-manager-cpt.php:351
117
  msgid "Filled"
118
  msgstr ""
119
 
120
+ #: includes/admin/class-wp-job-manager-cpt.php:355
121
  msgid "Not Filled"
122
  msgstr ""
123
 
124
+ #: includes/admin/class-wp-job-manager-cpt.php:366
125
  msgid "Select Featured"
126
  msgstr ""
127
 
128
+ #: includes/admin/class-wp-job-manager-cpt.php:370
129
  msgid "Featured"
130
  msgstr ""
131
 
132
+ #: includes/admin/class-wp-job-manager-cpt.php:374
133
  msgid "Not Featured"
134
  msgstr ""
135
 
136
+ #: includes/admin/class-wp-job-manager-cpt.php:419
137
+ #: includes/admin/class-wp-job-manager-cpt.php:476
138
  msgid "Position"
139
  msgstr ""
140
 
141
+ #: includes/admin/class-wp-job-manager-cpt.php:436
142
  #. translators: %1$s is the singular name of the job listing post type; %2$s is
143
  #. the URL to view the listing.
144
  msgid "%1$s updated. <a href=\"%2$s\">View</a>"
145
  msgstr ""
146
 
147
+ #: includes/admin/class-wp-job-manager-cpt.php:437
148
  msgid "Custom field updated."
149
  msgstr ""
150
 
151
+ #: includes/admin/class-wp-job-manager-cpt.php:438
152
  msgid "Custom field deleted."
153
  msgstr ""
154
 
155
+ #: includes/admin/class-wp-job-manager-cpt.php:440
156
  #. translators: %s is the singular name of the job listing post type.
157
  msgid "%s updated."
158
  msgstr ""
159
 
160
+ #: includes/admin/class-wp-job-manager-cpt.php:442
161
  #. translators: %1$s is the singular name of the job listing post type; %2$s is
162
  #. the revision number.
163
  msgid "%1$s restored to revision from %2$s"
164
  msgstr ""
165
 
166
+ #: includes/admin/class-wp-job-manager-cpt.php:444
167
  #. translators: %1$s is the singular name of the job listing post type; %2$s is
168
  #. the URL to view the listing.
169
  msgid "%1$s published. <a href=\"%2$s\">View</a>"
170
  msgstr ""
171
 
172
+ #: includes/admin/class-wp-job-manager-cpt.php:446
173
  #. translators: %1$s is the singular name of the job listing post type; %2$s is
174
  #. the URL to view the listing.
175
  msgid "%s saved."
176
  msgstr ""
177
 
178
+ #: includes/admin/class-wp-job-manager-cpt.php:448
179
  #. translators: %1$s is the singular name of the job listing post type; %2$s is
180
  #. the URL to preview the listing.
181
  msgid "%1$s submitted. <a target=\"_blank\" href=\"%2$s\">Preview</a>"
182
  msgstr ""
183
 
184
+ #: includes/admin/class-wp-job-manager-cpt.php:451
185
  #. translators: %1$s is the singular name of the post type; %2$s is the date
186
  #. the post will be published; %3$s is the URL to preview the listing.
187
  msgid ""
189
  "href=\"%3$s\">Preview</a>"
190
  msgstr ""
191
 
192
+ #: includes/admin/class-wp-job-manager-cpt.php:457
193
  #. translators: %1$s is the singular name of the job listing post type; %2$s is
194
  #. the URL to view the listing.
195
  msgid "%1$s draft updated. <a target=\"_blank\" href=\"%2$s\">Preview</a>"
196
  msgstr ""
197
 
198
+ #: includes/admin/class-wp-job-manager-cpt.php:477
199
  msgid "Type"
200
  msgstr ""
201
 
202
+ #: includes/admin/class-wp-job-manager-cpt.php:478
203
  #: includes/class-wp-job-manager-email-notifications.php:238
204
+ #: includes/class-wp-job-manager-post-types.php:1175
205
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:197
206
  #: includes/widgets/class-wp-job-manager-widget-recent-jobs.php:46
207
  #: templates/job-filters.php:35 templates/job-filters.php:36
208
  msgid "Location"
209
  msgstr ""
210
 
211
+ #: includes/admin/class-wp-job-manager-cpt.php:479
212
  msgid "Status"
213
  msgstr ""
214
 
215
+ #: includes/admin/class-wp-job-manager-cpt.php:480
216
  msgid "Posted"
217
  msgstr ""
218
 
219
+ #: includes/admin/class-wp-job-manager-cpt.php:481
220
  msgid "Expires"
221
  msgstr ""
222
 
223
+ #: includes/admin/class-wp-job-manager-cpt.php:482
224
  #: includes/admin/class-wp-job-manager-settings.php:162
225
  msgid "Categories"
226
  msgstr ""
227
 
228
+ #: includes/admin/class-wp-job-manager-cpt.php:483
229
  msgid "Featured?"
230
  msgstr ""
231
 
232
+ #: includes/admin/class-wp-job-manager-cpt.php:484
233
+ #: includes/class-wp-job-manager-shortcodes.php:252
234
  msgid "Filled?"
235
  msgstr ""
236
 
237
+ #: includes/admin/class-wp-job-manager-cpt.php:485
238
  msgid "Actions"
239
  msgstr ""
240
 
241
+ #: includes/admin/class-wp-job-manager-cpt.php:550
242
  #. translators: %d is the post ID for the job listing.
243
  msgid "ID: %d"
244
  msgstr ""
245
 
246
+ #: includes/admin/class-wp-job-manager-cpt.php:594
247
  #. translators: %s placeholder is the username of the user.
248
  msgid "by a guest"
249
  msgstr ""
250
 
251
+ #: includes/admin/class-wp-job-manager-cpt.php:594
252
  msgid "by %s"
253
  msgstr ""
254
 
255
+ #: includes/admin/class-wp-job-manager-cpt.php:613
256
  msgid "Approve"
257
  msgstr ""
258
 
259
+ #: includes/admin/class-wp-job-manager-cpt.php:621
260
  #: includes/admin/class-wp-job-manager-writepanels.php:227
261
  #: includes/admin/class-wp-job-manager-writepanels.php:232
262
  #: includes/admin/class-wp-job-manager-writepanels.php:237
263
  msgid "View"
264
  msgstr ""
265
 
266
+ #: includes/admin/class-wp-job-manager-cpt.php:628
267
  #: includes/class-wp-job-manager-post-types.php:334
268
  #: templates/job-dashboard.php:52 templates/job-dashboard.php:70
269
  msgid "Edit"
270
  msgstr ""
271
 
272
+ #: includes/admin/class-wp-job-manager-cpt.php:635
273
  #: templates/job-dashboard.php:79
274
  msgid "Delete"
275
  msgstr ""
704
  "plugin know the location of the job listings page."
705
  msgstr ""
706
 
707
+ #: includes/admin/class-wp-job-manager-settings.php:416
708
  msgid "Settings successfully saved"
709
  msgstr ""
710
 
711
+ #: includes/admin/class-wp-job-manager-settings.php:441
712
  msgid "Save Changes"
713
  msgstr ""
714
 
715
+ #: includes/admin/class-wp-job-manager-settings.php:649
716
  msgid "--no page--"
717
  msgstr ""
718
 
719
+ #: includes/admin/class-wp-job-manager-settings.php:654
720
  msgid "Select a page&hellip;"
721
  msgstr ""
722
 
723
+ #: includes/admin/class-wp-job-manager-setup.php:56
724
  msgid "Setup"
725
  msgstr ""
726
 
727
+ #: includes/admin/class-wp-job-manager-taxonomy-meta.php:83
728
+ #: includes/admin/class-wp-job-manager-taxonomy-meta.php:106
729
+ #: includes/admin/class-wp-job-manager-taxonomy-meta.php:125
730
  #: includes/class-wp-job-manager-post-types.php:287
731
  msgid "Employment Type"
732
  msgstr ""
759
  msgstr ""
760
 
761
  #: includes/admin/class-wp-job-manager-writepanels.php:471
762
+ #: includes/class-wp-job-manager-ajax.php:410
763
  #. translators: Used in user select. %1$s is the user's display name; #%2$s is
764
  #. the user ID; %3$s is the user email.
765
  msgid "%1$s (#%2$s – %3$s)"
801
  msgid "More Information &rarr;"
802
  msgstr ""
803
 
804
+ #: includes/admin/views/html-admin-page-addons.php:53
805
  msgid "No add-ons were found."
806
  msgstr ""
807
 
876
  "for detailed instructions.)"
877
  msgstr ""
878
 
879
+ #: includes/admin/views/html-admin-setup-step-2.php:38
880
  msgid "Page Title"
881
  msgstr ""
882
 
883
+ #: includes/admin/views/html-admin-setup-step-2.php:39
884
  msgid "Page Description"
885
  msgstr ""
886
 
887
+ #: includes/admin/views/html-admin-setup-step-2.php:40
888
  msgid "Content Shortcode"
889
  msgstr ""
890
 
891
+ #: includes/admin/views/html-admin-setup-step-2.php:48
892
  msgid ""
893
  "Creates a page that allows employers to post new jobs directly from a page "
894
  "on your website, instead of requiring them to log in to an admin area. If "
896
  "the admin dashboard only -- you can uncheck this setting."
897
  msgstr ""
898
 
899
+ #: includes/admin/views/html-admin-setup-step-2.php:56
900
  msgid ""
901
  "Creates a page that allows employers to manage their job listings directly "
902
  "from a page on your website, instead of requiring them to log in to an "
904
  "only, you can uncheck this setting."
905
  msgstr ""
906
 
907
+ #: includes/admin/views/html-admin-setup-step-2.php:63
908
  msgid "Creates a page where visitors can browse, search, and filter job listings."
909
  msgstr ""
910
 
911
+ #: includes/admin/views/html-admin-setup-step-2.php:71
912
  msgid "Skip this step"
913
  msgstr ""
914
 
963
  "hiring!"
964
  msgstr ""
965
 
966
+ #: includes/admin/views/html-admin-setup-step-3.php:65
967
  msgid "Support WP Job Manager's Ongoing Development"
968
  msgstr ""
969
 
970
+ #: includes/admin/views/html-admin-setup-step-3.php:66
971
  msgid ""
972
  "There are lots of ways you can support open source software projects like "
973
  "this one: contributing code, fixing a bug, assisting with non-English "
975
  "spread the word. We appreciate your support!"
976
  msgstr ""
977
 
978
+ #: includes/admin/views/html-admin-setup-step-3.php:68
979
  msgid "Leave a positive review"
980
  msgstr ""
981
 
982
+ #: includes/admin/views/html-admin-setup-step-3.php:69
983
  msgid "Contribute a localization"
984
  msgstr ""
985
 
986
+ #: includes/admin/views/html-admin-setup-step-3.php:70
987
  msgid "Contribute code or report a bug"
988
  msgstr ""
989
 
990
+ #: includes/admin/views/html-admin-setup-step-3.php:71
991
  msgid "Help other users on the forums"
992
  msgstr ""
993
 
994
+ #: includes/class-wp-job-manager-ajax.php:179
995
  #. translators: Placeholder %d is the number of found search results.
996
  msgid "Search completed. Found %d matching record."
997
  msgid_plural "Search completed. Found %d matching records."
998
  msgstr[0] ""
999
  msgstr[1] ""
1000
 
1001
+ #: includes/class-wp-job-manager-ajax.php:275
1002
  msgid "You must be logged in to upload files using this method."
1003
  msgstr ""
1004
 
1012
  msgstr ""
1013
 
1014
  #: includes/class-wp-job-manager-data-exporter.php:52
1015
+ #: includes/class-wp-job-manager-post-types.php:1194
1016
  msgid "Company Name"
1017
  msgstr ""
1018
 
1019
  #: includes/class-wp-job-manager-data-exporter.php:53
1020
+ #: includes/class-wp-job-manager-post-types.php:1202
1021
  msgid "Company Website"
1022
  msgstr ""
1023
 
1024
  #: includes/class-wp-job-manager-data-exporter.php:54
1025
+ #: includes/class-wp-job-manager-post-types.php:1211
1026
  msgid "Company Tagline"
1027
  msgstr ""
1028
 
1029
  #: includes/class-wp-job-manager-data-exporter.php:55
1030
+ #: includes/class-wp-job-manager-post-types.php:1219
1031
  msgid "Company Twitter"
1032
  msgstr ""
1033
 
1034
  #: includes/class-wp-job-manager-data-exporter.php:56
1035
+ #: includes/class-wp-job-manager-post-types.php:1227
1036
  msgid "Company Video"
1037
  msgstr ""
1038
 
1040
  msgid "WP Job Manager User Data"
1041
  msgstr ""
1042
 
1043
+ #: includes/class-wp-job-manager-dependency-checker.php:63
1044
  #. translators: %1$s is version of PHP that WP Job Manager requires; %2$s is
1045
  #. the version of PHP WordPress is running on.
1046
  msgid ""
1047
+ "The next release of <strong>WP Job Manager</strong> will require a minimum "
1048
+ "PHP version of %1$s, but you are running %2$s. Please update PHP to "
1049
+ "continue using this plugin."
1050
  msgstr ""
1051
 
1052
+ #: includes/class-wp-job-manager-dependency-checker.php:74
1053
  msgid "Learn more about updating PHP"
1054
  msgstr ""
1055
 
1056
+ #: includes/class-wp-job-manager-dependency-checker.php:76
1057
  #. translators: accessibility text
1058
  msgid "(opens in a new tab)"
1059
  msgstr ""
1060
 
1061
+ #: includes/class-wp-job-manager-dependency-checker.php:112
1062
  #. translators: %s is the URL for the page where users can go to update
1063
  #. WordPress.
1064
  msgid "<strong>WP Job Manager</strong> requires a more recent version of WordPress."
1065
  msgstr ""
1066
 
1067
+ #: includes/class-wp-job-manager-dependency-checker.php:126
1068
+ #: includes/class-wp-job-manager-dependency-checker.php:128
1069
  msgid "WordPress Update Required"
1070
  msgstr ""
1071
 
1075
 
1076
  #: includes/class-wp-job-manager-email-notifications.php:247
1077
  #: includes/class-wp-job-manager-post-types.php:218
1078
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:205
1079
  msgid "Job type"
1080
  msgstr ""
1081
 
1082
  #: includes/class-wp-job-manager-email-notifications.php:257
1083
  #: includes/class-wp-job-manager-post-types.php:154
1084
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:214
1085
  msgid "Job category"
1086
  msgstr ""
1087
 
1088
  #: includes/class-wp-job-manager-email-notifications.php:266
1089
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:239
1090
  msgid "Company name"
1091
  msgstr ""
1092
 
1131
  msgid "Geocoding error"
1132
  msgstr ""
1133
 
1134
+ #: includes/class-wp-job-manager-install.php:82
1135
  msgid "Employer"
1136
  msgstr ""
1137
 
1302
  msgstr[0] ""
1303
  msgstr[1] ""
1304
 
1305
+ #: includes/class-wp-job-manager-post-types.php:1162
1306
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:174
1307
  msgid "Application email/URL"
1308
  msgstr ""
1309
 
1310
+ #: includes/class-wp-job-manager-post-types.php:1163
1311
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:175
1312
  msgid "Enter an email address or website URL"
1313
  msgstr ""
1314
 
1315
+ #: includes/class-wp-job-manager-post-types.php:1166
1316
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:164
1317
  msgid "Application email"
1318
  msgstr ""
1319
 
1320
+ #: includes/class-wp-job-manager-post-types.php:1167
1321
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:165
1322
  msgid "you@example.com"
1323
  msgstr ""
1324
 
1325
+ #: includes/class-wp-job-manager-post-types.php:1169
1326
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:169
1327
  msgid "Application URL"
1328
  msgstr ""
1329
 
1330
+ #: includes/class-wp-job-manager-post-types.php:1170
1331
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:170
1332
  msgid "https://"
1333
  msgstr ""
1334
 
1335
+ #: includes/class-wp-job-manager-post-types.php:1176
1336
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:201
1337
  msgid "e.g. \"London\""
1338
  msgstr ""
1339
 
1340
+ #: includes/class-wp-job-manager-post-types.php:1177
1341
  msgid "Leave this blank if the location is not important."
1342
  msgstr ""
1343
 
1344
+ #: includes/class-wp-job-manager-post-types.php:1186
1345
  msgid ""
1346
  "This field is required for the \"application\" area to appear beneath the "
1347
  "listing."
1348
  msgstr ""
1349
 
1350
+ #: includes/class-wp-job-manager-post-types.php:1212
1351
  msgid "Brief description about the company"
1352
  msgstr ""
1353
 
1354
+ #: includes/class-wp-job-manager-post-types.php:1228
1355
  msgid "URL to the company video"
1356
  msgstr ""
1357
 
1358
+ #: includes/class-wp-job-manager-post-types.php:1237
1359
  msgid "Position Filled"
1360
  msgstr ""
1361
 
1362
+ #: includes/class-wp-job-manager-post-types.php:1243
1363
  msgid "Filled listings will no longer accept applications."
1364
  msgstr ""
1365
 
1366
+ #: includes/class-wp-job-manager-post-types.php:1246
1367
  msgid "Featured Listing"
1368
  msgstr ""
1369
 
1370
+ #: includes/class-wp-job-manager-post-types.php:1248
1371
  msgid ""
1372
  "Featured listings will be sticky during searches, and can be styled "
1373
  "differently."
1374
  msgstr ""
1375
 
1376
+ #: includes/class-wp-job-manager-post-types.php:1256
1377
  msgid "Listing Expiry Date"
1378
  msgstr ""
1379
 
1380
+ #: includes/class-wp-job-manager-shortcodes.php:104
1381
  msgid "Invalid ID"
1382
  msgstr ""
1383
 
1384
+ #: includes/class-wp-job-manager-shortcodes.php:111
1385
  msgid "This position has already been filled"
1386
  msgstr ""
1387
 
1388
+ #: includes/class-wp-job-manager-shortcodes.php:119
1389
  #. translators: Placeholder %s is the job listing title.
1390
  msgid "%s has been filled"
1391
  msgstr ""
1392
 
1393
+ #: includes/class-wp-job-manager-shortcodes.php:124
1394
  msgid "This position is not filled"
1395
  msgstr ""
1396
 
1397
+ #: includes/class-wp-job-manager-shortcodes.php:132
1398
  #. translators: Placeholder %s is the job listing title.
1399
  msgid "%s has been marked as not filled"
1400
  msgstr ""
1401
 
1402
+ #: includes/class-wp-job-manager-shortcodes.php:140
1403
  #. translators: Placeholder %s is the job listing title.
1404
  msgid "%s has been deleted"
1405
  msgstr ""
1406
 
1407
+ #: includes/class-wp-job-manager-shortcodes.php:145
1408
+ #: includes/class-wp-job-manager-shortcodes.php:159
1409
  msgid "Missing submission page."
1410
  msgstr ""
1411
 
1412
+ #: includes/class-wp-job-manager-shortcodes.php:251
1413
  #: includes/widgets/class-wp-job-manager-widget-featured-jobs.php:36
1414
  #: includes/widgets/class-wp-job-manager-widget-featured-jobs.php:52
1415
  #: includes/widgets/class-wp-job-manager-widget-recent-jobs.php:36
1416
  msgid "Title"
1417
  msgstr ""
1418
 
1419
+ #: includes/class-wp-job-manager-shortcodes.php:253
1420
  msgid "Date Posted"
1421
  msgstr ""
1422
 
1423
+ #: includes/class-wp-job-manager-shortcodes.php:254
1424
  msgid "Listing Expires"
1425
  msgstr ""
1426
 
1427
+ #: includes/class-wp-job-manager-shortcodes.php:392
1428
+ #: includes/class-wp-job-manager-shortcodes.php:429
1429
  msgid "Load more listings"
1430
  msgstr ""
1431
 
1432
+ #: includes/class-wp-job-manager-usage-tracking.php:227
1433
  #. translators: Placeholder %s is a URL to the document on wpjobmanager.com
1434
  #. with info on usage tracking.
1435
  msgid ""
1439
  "\t\t\t\tcollected, and you can opt out at any time."
1440
  msgstr ""
1441
 
1442
+ #: includes/class-wp-job-manager-usage-tracking.php:295
1443
  #. translators: the href tag contains the URL for the page telling users what
1444
  #. data WPJM tracks.
1445
  msgid ""
1448
  "\t\t\t\tNo sensitive information is collected."
1449
  msgstr ""
1450
 
1451
+ #: includes/class-wp-job-manager-usage-tracking.php:320
1452
  #: lib/usage-tracking/class-usage-tracking-base.php:483
1453
  msgid "Enable Usage Tracking"
1454
  msgstr ""
1455
 
1456
+ #: includes/class-wp-job-manager.php:145
1457
  #. translators: Placeholders %1$s and %2$s are the names of the two cookies
1458
  #. used in WP Job Manager.
1459
  msgid ""
1460
  "This site adds the following cookies to help users resume job submissions "
1461
+ "that they\n"
1462
  "\t\t\t\thave started but have not completed: %1$s and %2$s"
1463
  msgstr ""
1464
 
1465
+ #: includes/class-wp-job-manager.php:285
1466
  msgid "Load previous listings"
1467
  msgstr ""
1468
 
1469
+ #: includes/class-wp-job-manager.php:408
1470
  msgid "Invalid file type. Accepted types:"
1471
  msgstr ""
1472
 
1473
+ #: includes/class-wp-job-manager.php:425
1474
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:390
1475
  #. translators: Placeholder %d is the number of files to that users are limited
1476
  #. to.
1477
  msgid "You are only allowed to upload a maximum of %d files."
1478
  msgstr ""
1479
 
1480
+ #: includes/class-wp-job-manager.php:433
1481
  msgid "Are you sure you want to delete this listing?"
1482
  msgstr ""
1483
 
1484
+ #: includes/class-wp-job-manager.php:441
1485
  msgid "This field is required."
1486
  msgstr ""
1487
 
1544
  msgid "days"
1545
  msgstr ""
1546
 
1547
+ #: includes/forms/class-wp-job-manager-form-edit-job.php:107
1548
  msgid "Invalid listing"
1549
  msgstr ""
1550
 
1551
+ #: includes/forms/class-wp-job-manager-form-edit-job.php:139
1552
  msgid "Save changes"
1553
  msgstr ""
1554
 
1555
+ #: includes/forms/class-wp-job-manager-form-edit-job.php:142
1556
  msgid "Submit changes for approval"
1557
  msgstr ""
1558
 
1559
+ #: includes/forms/class-wp-job-manager-form-edit-job.php:195
1560
  msgid "Your changes have been saved."
1561
  msgstr ""
1562
 
1563
+ #: includes/forms/class-wp-job-manager-form-edit-job.php:201
1564
  msgid "View &rarr;"
1565
  msgstr ""
1566
 
1567
+ #: includes/forms/class-wp-job-manager-form-edit-job.php:203
1568
  msgid ""
1569
  "Your changes have been submitted and your listing will be visible again "
1570
  "once approved."
1575
  msgstr ""
1576
 
1577
  #: includes/forms/class-wp-job-manager-form-submit-job.php:88
1578
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:562
1579
  #: templates/job-preview.php:30
1580
  msgid "Preview"
1581
  msgstr ""
1584
  msgid "Done"
1585
  msgstr ""
1586
 
1587
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:190
1588
  msgid "Job Title"
1589
  msgstr ""
1590
 
1591
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:198
1592
  msgid "Leave this blank if the location is not important"
1593
  msgstr ""
1594
 
1595
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:208
1596
  msgid "Choose job type&hellip;"
1597
  msgstr ""
1598
 
1599
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:223
1600
  msgid "Description"
1601
  msgstr ""
1602
 
1603
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:242
1604
  msgid "Enter the name of the company"
1605
  msgstr ""
1606
 
1607
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:246
1608
  #: templates/content-single-job_listing-company.php:30
1609
  msgid "Website"
1610
  msgstr ""
1611
 
1612
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:250
1613
  msgid "http://"
1614
  msgstr ""
1615
 
1616
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:254
1617
  msgid "Tagline"
1618
  msgstr ""
1619
 
1620
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:257
1621
  msgid "Briefly describe your company"
1622
  msgstr ""
1623
 
1624
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:262
1625
  msgid "Video"
1626
  msgstr ""
1627
 
1628
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:266
1629
  msgid "A link to a video about your company"
1630
  msgstr ""
1631
 
1632
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:270
1633
  msgid "Twitter username"
1634
  msgstr ""
1635
 
1636
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:273
1637
  msgid "@yourcompany"
1638
  msgstr ""
1639
 
1640
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:277
1641
  msgid "Logo"
1642
  msgstr ""
1643
 
1644
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:327
1645
  #. translators: Placeholder %s is the label for the required field.
1646
  msgid "%s is a required field"
1647
  msgstr ""
1648
 
1649
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:338
1650
  #. translators: Placeholder %s is the field label that is did not validate.
1651
  msgid "%s is invalid"
1652
  msgstr ""
1653
 
1654
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:355
1655
  msgid "Invalid attachment provided."
1656
  msgstr ""
1657
 
1658
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:373
1659
+ #: wp-job-manager-functions.php:1291
1660
  #. translators: Placeholder %1$s is field label; %2$s is the file mime type;
1661
  #. %3$s is the allowed mime-types.
1662
  #. translators: %1$s is the file field label; %2$s is the file type; %3$s is
1664
  msgid "\"%1$s\" (filetype %2$s) needs to be one of the following file types: %3$s"
1665
  msgstr ""
1666
 
1667
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:408
1668
  msgid "Please enter a valid application email address"
1669
  msgstr ""
1670
 
1671
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:417
1672
  msgid "Please enter a valid application URL"
1673
  msgstr ""
1674
 
1675
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:427
1676
  msgid "Please enter a valid application email address or URL"
1677
  msgstr ""
1678
 
1679
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:615
1680
  msgid "Please enter a username."
1681
  msgstr ""
1682
 
1683
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:619
1684
  msgid "Please enter a password."
1685
  msgstr ""
1686
 
1687
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:623
1688
  msgid "Please enter your email address."
1689
  msgstr ""
1690
 
1691
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:629
1692
  msgid "Passwords must match."
1693
  msgstr ""
1694
 
1695
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:635
1696
  #. translators: Placeholder %s is the password hint.
1697
  msgid "Invalid Password: %s"
1698
  msgstr ""
1699
 
1700
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:637
1701
  msgid "Password is not valid."
1702
  msgstr ""
1703
 
1704
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:660
1705
  msgid "You must be signed in to post a new listing."
1706
  msgstr ""
1707
 
1708
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:678
1709
  #. translators: placeholder is the URL to the job dashboard page.
1710
  msgid ""
1711
  "Draft was saved. Job listing drafts can be resumed from the <a "
1712
  "href=\"%s\">job dashboard</a>."
1713
  msgstr ""
1714
 
1715
+ #: includes/helper/class-wp-job-manager-helper.php:272
1716
  msgid "Manage License (Requires Attention)"
1717
  msgstr ""
1718
 
1719
+ #: includes/helper/class-wp-job-manager-helper.php:275
1720
  msgid "Manage License"
1721
  msgstr ""
1722
 
1723
+ #: includes/helper/class-wp-job-manager-helper.php:278
1724
  #: includes/helper/views/html-licences.php:75
1725
  msgid "Activate License"
1726
  msgstr ""
1727
 
1728
+ #: includes/helper/class-wp-job-manager-helper.php:484
1729
  msgid ""
1730
  "Please enter a valid license key and email address in order to activate "
1731
  "this plugin's license."
1732
  msgstr ""
1733
 
1734
+ #: includes/helper/class-wp-job-manager-helper.php:516
1735
  msgid "Connection failed to the License Key API server - possible server issue."
1736
  msgstr ""
1737
 
1738
+ #: includes/helper/class-wp-job-manager-helper.php:525
1739
  msgid "Plugin license has been activated."
1740
  msgstr ""
1741
 
1742
+ #: includes/helper/class-wp-job-manager-helper.php:528
1743
  msgid "An unknown error occurred while attempting to activate the license"
1744
  msgstr ""
1745
 
1746
+ #: includes/helper/class-wp-job-manager-helper.php:548
1747
  msgid "license is not active."
1748
  msgstr ""
1749
 
1750
+ #: includes/helper/class-wp-job-manager-helper.php:564
1751
  msgid "Plugin license has been deactivated."
1752
  msgstr ""
1753
 
1923
  msgid "This listing has expired."
1924
  msgstr ""
1925
 
1926
+ #: templates/emails/admin-expiring-job.php:30
1927
+ #: templates/emails/employer-expiring-job.php:32
1928
+ msgid "The following job listing is expiring today from <a href=\"%s\">%s</a>."
 
1929
  msgstr ""
1930
 
1931
+ #: templates/emails/admin-expiring-job.php:32
1932
+ #: templates/emails/employer-expiring-job.php:40
1933
+ msgid "The following job listing is expiring soon from <a href=\"%s\">%s</a>."
 
1934
  msgstr ""
1935
 
1936
+ #: templates/emails/admin-expiring-job.php:35
 
1937
  msgid "Visit <a href=\"%s\">WordPress admin</a> to manage the listing."
1938
  msgstr ""
1939
 
1967
  "an administrator in the site's <a href=\"%s\">WordPress admin</a>."
1968
  msgstr ""
1969
 
 
 
 
 
 
 
 
 
1970
  #: templates/emails/employer-expiring-job.php:48
1971
  msgid "Visit the <a href=\"%s\">job listing dashboard</a> to manage the listing."
1972
  msgstr ""
2012
  msgstr ""
2013
 
2014
  #: templates/form-fields/multiselect-field.php:20
2015
+ #: wp-job-manager-functions.php:1074
2016
  msgid "No results match"
2017
  msgstr ""
2018
 
2019
  #: templates/form-fields/multiselect-field.php:20
2020
+ #: wp-job-manager-functions.php:1075
2021
  msgid "Select Some Options"
2022
  msgstr ""
2023
 
2130
  msgid "%s submitted successfully. Your listing will be visible once approved."
2131
  msgstr ""
2132
 
2133
+ #: wp-job-manager-functions.php:445
2134
  msgid "Reset"
2135
  msgstr ""
2136
 
2137
+ #: wp-job-manager-functions.php:449
2138
  msgid "RSS"
2139
  msgstr ""
2140
 
2141
+ #: wp-job-manager-functions.php:554
2142
  msgid "Invalid email address."
2143
  msgstr ""
2144
 
2145
+ #: wp-job-manager-functions.php:562
2146
  msgid "Your email address isn&#8217;t correct."
2147
  msgstr ""
2148
 
2149
+ #: wp-job-manager-functions.php:566
2150
  msgid "This email is already registered, please choose another one."
2151
  msgstr ""
2152
 
2153
+ #: wp-job-manager-functions.php:880
2154
  msgid "Full Time"
2155
  msgstr ""
2156
 
2157
+ #: wp-job-manager-functions.php:881
2158
  msgid "Part Time"
2159
  msgstr ""
2160
 
2161
+ #: wp-job-manager-functions.php:882
2162
  msgid "Contractor"
2163
  msgstr ""
2164
 
2165
+ #: wp-job-manager-functions.php:883
2166
  msgid "Temporary"
2167
  msgstr ""
2168
 
2169
+ #: wp-job-manager-functions.php:884
2170
  msgid "Intern"
2171
  msgstr ""
2172
 
2173
+ #: wp-job-manager-functions.php:885
2174
  msgid "Volunteer"
2175
  msgstr ""
2176
 
2177
+ #: wp-job-manager-functions.php:886
2178
  msgid "Per Diem"
2179
  msgstr ""
2180
 
2181
+ #: wp-job-manager-functions.php:887
2182
  msgid "Other"
2183
  msgstr ""
2184
 
2185
+ #: wp-job-manager-functions.php:954
2186
  msgid "Passwords must be at least 8 characters long."
2187
  msgstr ""
2188
 
2189
+ #: wp-job-manager-functions.php:1073
2190
  msgid "Choose a category&hellip;"
2191
  msgstr ""
2192
 
2193
+ #: wp-job-manager-functions.php:1294
2194
  #. translators: %s is the list of allowed file types.
2195
  msgid "Uploaded files need to be one of the following file types: %s"
2196
  msgstr ""
2209
  msgid "Username"
2210
  msgstr ""
2211
 
2212
+ #: wp-job-manager-template.php:701
2213
  msgid "Password"
2214
  msgstr ""
2215
 
2216
+ #: wp-job-manager-template.php:711
2217
  msgid "Verify Password"
2218
  msgstr ""
2219
 
2220
+ #: wp-job-manager-template.php:718
2221
  msgid "Your email"
2222
  msgstr ""
2223
 
2224
+ #: wp-job-manager-template.php:719
2225
  msgid "you@yourdomain.com"
2226
  msgstr ""
2227
 
2228
+ #: wp-job-manager-template.php:745
2229
  msgid "Posted on "
2230
  msgstr ""
2231
 
2232
+ #: wp-job-manager-template.php:748 wp-job-manager-template.php:769
2233
  #. translators: Placeholder %s is the relative, human readable time since the
2234
  #. job listing was posted.
2235
  msgid "Posted %s ago"
2236
  msgstr ""
2237
 
2238
+ #: wp-job-manager-template.php:798
2239
  msgid "Anywhere"
2240
  msgstr ""
2241
 
2284
  msgstr ""
2285
 
2286
  #: includes/admin/class-wp-job-manager-admin.php:123
2287
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:474
2288
  #. translators: jQuery date format, see
2289
  #. http:api.jqueryui.com/datepicker/#utility-formatDate
2290
  msgctxt "Date format for jQuery datepicker."
2292
  msgstr ""
2293
 
2294
  #: includes/admin/class-wp-job-manager-permalink-settings.php:108
2295
+ #: includes/class-wp-job-manager-post-types.php:901
2296
  msgctxt "Job permalink - resave permalinks after changing this"
2297
  msgid "job"
2298
  msgstr ""
2299
 
2300
  #: includes/admin/class-wp-job-manager-permalink-settings.php:117
2301
+ #: includes/class-wp-job-manager-post-types.php:902
2302
  msgctxt "Job category slug - resave permalinks after changing this"
2303
  msgid "job-category"
2304
  msgstr ""
2305
 
2306
  #: includes/admin/class-wp-job-manager-permalink-settings.php:126
2307
+ #: includes/class-wp-job-manager-post-types.php:903
2308
  msgctxt "Job type slug - resave permalinks after changing this"
2309
  msgid "job-type"
2310
  msgstr ""
2311
 
2312
+ #: includes/admin/views/html-admin-setup-step-2.php:46
2313
  msgctxt "Default page title (wizard)"
2314
  msgid "Post a Job"
2315
  msgstr ""
2316
 
2317
+ #: includes/admin/views/html-admin-setup-step-2.php:54
2318
  msgctxt "Default page title (wizard)"
2319
  msgid "Job Dashboard"
2320
  msgstr ""
2321
 
2322
+ #: includes/admin/views/html-admin-setup-step-2.php:62
2323
  msgctxt "Default page title (wizard)"
2324
  msgid "Jobs"
2325
  msgstr ""
2326
 
2327
  #: includes/class-wp-job-manager-post-types.php:391
2328
+ #: wp-job-manager-functions.php:320
2329
  msgctxt "post status"
2330
  msgid "Expired"
2331
  msgstr ""
2332
 
2333
  #: includes/class-wp-job-manager-post-types.php:404
2334
+ #: wp-job-manager-functions.php:321
2335
  msgctxt "post status"
2336
  msgid "Preview"
2337
  msgstr ""
2338
 
2339
+ #: wp-job-manager-functions.php:319
2340
  msgctxt "post status"
2341
  msgid "Draft"
2342
  msgstr ""
2343
 
2344
+ #: wp-job-manager-functions.php:322
2345
  msgctxt "post status"
2346
  msgid "Pending approval"
2347
  msgstr ""
2348
 
2349
+ #: wp-job-manager-functions.php:323
2350
  msgctxt "post status"
2351
  msgid "Pending payment"
2352
  msgstr ""
2353
 
2354
+ #: wp-job-manager-functions.php:324
2355
  msgctxt "post status"
2356
  msgid "Active"
2357
  msgstr ""
2358
 
2359
+ #: includes/class-wp-job-manager-post-types.php:885
2360
  msgctxt "Post type archive slug - resave permalinks after changing this"
2361
  msgid "jobs"
2362
+ msgstr ""
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: job manager, job listing, job board, job management, job lists, job list,
4
  Requires at least: 4.9
5
  Tested up to: 5.2
6
  Requires PHP: 5.6
7
- Stable tag: 1.33.4
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -152,11 +152,6 @@ It then creates a database based on the parameters passed to it.
152
  6. Job listings in admin.
153
 
154
  == Changelog ==
155
- = 1.33.4 =
156
- * Fix: job-submission.js throws js error expects job_description to be WP Editor
157
- * Fix: checking typeof undefined should be in quotes (in job_submission.js)
158
- * Fix: plugin activation issue
159
-
160
  = 1.33.3 =
161
  * Fix: Upgrade jquery-fileupload to v9.32.0
162
  * Fix: Set frame origin on pages where shortcodes are embedded
@@ -189,6 +184,9 @@ It then creates a database based on the parameters passed to it.
189
  * Usage Tracking: Track source of job submission (frontend vs WP admin) to better understand how jobs are entered.
190
  * Usage Tracking: Track official extension license events and activation to better compare types of usage between users and catch activation errors.
191
 
 
 
 
192
  = 1.32.3 =
193
  * Fix: Escape tooltip text in WordPress admin. (Props hd7exploit)
194
  * Fix: Escape user display names on author selector while editing job listings. (Props hd7exploit)
4
  Requires at least: 4.9
5
  Tested up to: 5.2
6
  Requires PHP: 5.6
7
+ Stable tag: 1.33.5
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
152
  6. Job listings in admin.
153
 
154
  == Changelog ==
 
 
 
 
 
155
  = 1.33.3 =
156
  * Fix: Upgrade jquery-fileupload to v9.32.0
157
  * Fix: Set frame origin on pages where shortcodes are embedded
184
  * Usage Tracking: Track source of job submission (frontend vs WP admin) to better understand how jobs are entered.
185
  * Usage Tracking: Track official extension license events and activation to better compare types of usage between users and catch activation errors.
186
 
187
+ = 1.33.5 =
188
+ * Fix: Issue where a JS error could occur when submitting a job.
189
+
190
  = 1.32.3 =
191
  * Fix: Escape tooltip text in WordPress admin. (Props hd7exploit)
192
  * Fix: Escape user display names on author selector while editing job listings. (Props hd7exploit)
wp-job-manager.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: WP Job Manager
4
  * Plugin URI: https://wpjobmanager.com/
5
  * Description: Manage job listings from the WordPress admin panel, and allow users to post jobs directly to your site.
6
- * Version: 1.33.4
7
  * Author: Automattic
8
  * Author URI: https://wpjobmanager.com/
9
  * Requires at least: 4.9
@@ -21,7 +21,7 @@ if ( ! defined( 'ABSPATH' ) ) {
21
  }
22
 
23
  // Define constants.
24
- define( 'JOB_MANAGER_VERSION', '1.33.4' );
25
  define( 'JOB_MANAGER_PLUGIN_DIR', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
26
  define( 'JOB_MANAGER_PLUGIN_URL', untrailingslashit( plugins_url( basename( plugin_dir_path( __FILE__ ) ), basename( __FILE__ ) ) ) );
27
  define( 'JOB_MANAGER_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
3
  * Plugin Name: WP Job Manager
4
  * Plugin URI: https://wpjobmanager.com/
5
  * Description: Manage job listings from the WordPress admin panel, and allow users to post jobs directly to your site.
6
+ * Version: 1.33.5
7
  * Author: Automattic
8
  * Author URI: https://wpjobmanager.com/
9
  * Requires at least: 4.9
21
  }
22
 
23
  // Define constants.
24
+ define( 'JOB_MANAGER_VERSION', '1.33.5' );
25
  define( 'JOB_MANAGER_PLUGIN_DIR', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
26
  define( 'JOB_MANAGER_PLUGIN_URL', untrailingslashit( plugins_url( basename( plugin_dir_path( __FILE__ ) ), basename( __FILE__ ) ) ) );
27
  define( 'JOB_MANAGER_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );