WP Job Manager - Version 1.8.0

Version Description

  • Feature - Take search/location vars from the querystring if set
  • Feature - Option to choose role for registration, and added an 'employer' role.
  • Feature - Support for comma separated keywords when searching
  • Fix - Use add_post_meta when editing a job to maintain featured status
  • Fix - category ordering
  • Fix - searching for keyword + location at the same time
  • Fix - Only show categories select box when they exist
  • Dev - job_manager_application_email_subject filter
Download this release

Release Info

Developer mikejolley
Plugin Icon 128x128 WP Job Manager
Version 1.8.0
Comparing to
See all releases

Code changes from version 1.7.3 to 1.8.0

Files changed (47) hide show
  1. assets/js/ajax-filters.js +3 -1
  2. assets/js/ajax-filters.min.js +1 -1
  3. includes/admin/class-wp-job-manager-settings.php +19 -0
  4. includes/class-wp-job-manager-ajax.php +1 -1
  5. includes/class-wp-job-manager-install.php +6 -0
  6. includes/class-wp-job-manager-shortcodes.php +8 -0
  7. includes/forms/class-wp-job-manager-form-submit-job.php +3 -3
  8. languages/wp-job-manager-af.mo +0 -0
  9. languages/wp-job-manager-af.po +910 -0
  10. languages/wp-job-manager-bg.mo +0 -0
  11. languages/wp-job-manager-bg.po +61 -43
  12. languages/wp-job-manager-de_DE.mo +0 -0
  13. languages/wp-job-manager-de_DE.po +53 -35
  14. languages/wp-job-manager-el_GR.mo +0 -0
  15. languages/wp-job-manager-el_GR.po +73 -54
  16. languages/wp-job-manager-es.mo +0 -0
  17. languages/wp-job-manager-es.po +53 -35
  18. languages/wp-job-manager-fr_FR.mo +0 -0
  19. languages/wp-job-manager-fr_FR.po +53 -35
  20. languages/wp-job-manager-he_IL.mo +0 -0
  21. languages/wp-job-manager-he_IL.po +53 -35
  22. languages/wp-job-manager-hr.mo +0 -0
  23. languages/wp-job-manager-hr.po +911 -0
  24. languages/wp-job-manager-hy.mo +0 -0
  25. languages/wp-job-manager-hy.po +53 -35
  26. languages/wp-job-manager-it_IT.mo +0 -0
  27. languages/wp-job-manager-it_IT.po +87 -68
  28. languages/wp-job-manager-ja.mo +0 -0
  29. languages/wp-job-manager-ja.po +54 -36
  30. languages/wp-job-manager-lt_LT.mo +0 -0
  31. languages/wp-job-manager-lt_LT.po +910 -0
  32. languages/wp-job-manager-nb_NO.mo +0 -0
  33. languages/wp-job-manager-nb_NO.po +910 -0
  34. languages/wp-job-manager-nl_NL.mo +0 -0
  35. languages/wp-job-manager-nl_NL.po +910 -0
  36. languages/wp-job-manager-pt_BR.mo +0 -0
  37. languages/wp-job-manager-pt_BR.po +55 -36
  38. languages/wp-job-manager-pt_PT.mo +0 -0
  39. languages/wp-job-manager-pt_PT.po +55 -36
  40. languages/wp-job-manager-ru_RU.mo +0 -0
  41. languages/wp-job-manager-ru_RU.po +66 -47
  42. languages/wp-job-manager.pot +52 -34
  43. readme.txt +11 -1
  44. templates/job-filters.php +2 -2
  45. wp-job-manager-functions.php +30 -12
  46. wp-job-manager-template.php +9 -2
  47. wp-job-manager.php +2 -2
assets/js/ajax-filters.js CHANGED
@@ -132,7 +132,9 @@ jQuery( document ).ready( function ( $ ) {
132
  var target = $( this ).closest( 'div.job_listings' );
133
 
134
  target.trigger( 'update_results', [ 1, false ] );
135
- } ).change();
 
 
136
 
137
  $( '.job_filters' ).on( 'click', '.reset', function () {
138
  var target = $( this ).closest( 'div.job_listings' );
132
  var target = $( this ).closest( 'div.job_listings' );
133
 
134
  target.trigger( 'update_results', [ 1, false ] );
135
+ } );
136
+
137
+ $( '#search_keywords, #search_location, .job_types input, #search_categories' ).eq(0).change();
138
 
139
  $( '.job_filters' ).on( 'click', '.reset', function () {
140
  var target = $( this ).closest( 'div.job_listings' );
assets/js/ajax-filters.min.js CHANGED
@@ -1 +1 @@
1
- jQuery(document).ready(function(a){var b;a(".job_listings").on("update_results",function(c,d,e){b&&b.abort();var f="",g=a(this),h=g.find(".job_filters"),i=g.find(".showing_jobs"),j=g.find(".job_listings"),k=g.data("per_page"),l=g.data("orderby"),m=g.data("order");if(e?a(".load_more_jobs",g).addClass("loading"):(a(j).addClass("loading"),a("li.job_listing",j).css("visibility","hidden")),g.data("show_filters")){var n=[];a(':input[name="filter_job_type[]"]:checked, :input[name="filter_job_type[]"][type="hidden"]',h).each(function(){n.push(a(this).val())});var o=h.find(":input[name^=search_categories], :input[name^=search_categories]").map(function(){return a(this).val()}).get(),p="",q="",r=h.find(":input[name=search_keywords]"),s=h.find(":input[name=search_location]");r.val()!==r.attr("placeholder")&&(p=r.val()),s.val()!==s.attr("placeholder")&&(q=s.val()),f={action:"job_manager_get_listings",search_keywords:p,search_location:q,search_categories:o,filter_job_type:n,per_page:k,orderby:l,order:m,page:d,form_data:h.serialize()}}else f={action:"job_manager_get_listings",search_categories:g.data("categories").split(","),search_keywords:g.data("keywords"),search_location:g.data("location"),per_page:k,orderby:l,order:m,page:d};b=a.ajax({type:"POST",url:job_manager_ajax_filters.ajax_url,data:f,success:function(b){if(b)try{b.indexOf("<!--WPJM-->")>=0&&(b=b.split("<!--WPJM-->")[1]),b.indexOf("<!--WPJM_END-->")>=0&&(b=b.split("<!--WPJM_END-->")[0]);var c=a.parseJSON(b);c.showing?a(i).show().html("").append("<span>"+c.showing+"</span>"+c.showing_links):a(i).hide(),c.html&&(e?a(j).append(c.html):a(j).html(c.html)),c.found_jobs&&c.max_num_pages!==d?a(".load_more_jobs",g).show().data("page",d):a(".load_more_jobs",g).hide(),a(j).removeClass("loading"),a(".load_more_jobs",g).removeClass("loading"),a("li.job_listing",j).css("visibility","visible")}catch(f){}}})}),a("#search_keywords, #search_location, .job_types input, #search_categories").change(function(){var b=a(this).closest("div.job_listings");b.trigger("update_results",[1,!1])}).change(),a(".job_filters").on("click",".reset",function(){var b=a(this).closest("div.job_listings"),c=a(this).closest("form");return c.find(":input[name=search_keywords]").val(""),c.find(":input[name=search_location]").val(""),c.find(":input[name^=search_categories]").val(0),a(':input[name="filter_job_type[]"]',c).attr("checked","checked"),b.trigger("reset"),b.trigger("update_results",[1,!1]),!1}),a(".load_more_jobs").click(function(){var b=a(this).closest("div.job_listings"),c=a(this).data("page");return c=c?parseInt(c):1,a(this).data("page",c+1),b.trigger("update_results",[c+1,!0]),!1})});
1
+ jQuery(document).ready(function(a){var b;a(".job_listings").on("update_results",function(c,d,e){b&&b.abort();var f="",g=a(this),h=g.find(".job_filters"),i=g.find(".showing_jobs"),j=g.find(".job_listings"),k=g.data("per_page"),l=g.data("orderby"),m=g.data("order");if(e?a(".load_more_jobs",g).addClass("loading"):(a(j).addClass("loading"),a("li.job_listing",j).css("visibility","hidden")),g.data("show_filters")){var n=[];a(':input[name="filter_job_type[]"]:checked, :input[name="filter_job_type[]"][type="hidden"]',h).each(function(){n.push(a(this).val())});var o=h.find(":input[name^=search_categories], :input[name^=search_categories]").map(function(){return a(this).val()}).get(),p="",q="",r=h.find(":input[name=search_keywords]"),s=h.find(":input[name=search_location]");r.val()!==r.attr("placeholder")&&(p=r.val()),s.val()!==s.attr("placeholder")&&(q=s.val()),f={action:"job_manager_get_listings",search_keywords:p,search_location:q,search_categories:o,filter_job_type:n,per_page:k,orderby:l,order:m,page:d,form_data:h.serialize()}}else f={action:"job_manager_get_listings",search_categories:g.data("categories").split(","),search_keywords:g.data("keywords"),search_location:g.data("location"),per_page:k,orderby:l,order:m,page:d};b=a.ajax({type:"POST",url:job_manager_ajax_filters.ajax_url,data:f,success:function(b){if(b)try{b.indexOf("<!--WPJM-->")>=0&&(b=b.split("<!--WPJM-->")[1]),b.indexOf("<!--WPJM_END-->")>=0&&(b=b.split("<!--WPJM_END-->")[0]);var c=a.parseJSON(b);c.showing?a(i).show().html("").append("<span>"+c.showing+"</span>"+c.showing_links):a(i).hide(),c.html&&(e?a(j).append(c.html):a(j).html(c.html)),c.found_jobs&&c.max_num_pages!==d?a(".load_more_jobs",g).show().data("page",d):a(".load_more_jobs",g).hide(),a(j).removeClass("loading"),a(".load_more_jobs",g).removeClass("loading"),a("li.job_listing",j).css("visibility","visible")}catch(f){}}})}),a("#search_keywords, #search_location, .job_types input, #search_categories").change(function(){var b=a(this).closest("div.job_listings");b.trigger("update_results",[1,!1])}),a("#search_keywords, #search_location, .job_types input, #search_categories").eq(0).change(),a(".job_filters").on("click",".reset",function(){var b=a(this).closest("div.job_listings"),c=a(this).closest("form");return c.find(":input[name=search_keywords]").val(""),c.find(":input[name=search_location]").val(""),c.find(":input[name^=search_categories]").val(0),a(':input[name="filter_job_type[]"]',c).attr("checked","checked"),b.trigger("reset"),b.trigger("update_results",[1,!1]),!1}),a(".load_more_jobs").click(function(){var b=a(this).closest("div.job_listings"),c=a(this).data("page");return c=c?parseInt(c):1,a(this).data("page",c+1),b.trigger("update_results",[c+1,!0]),!1})});
includes/admin/class-wp-job-manager-settings.php CHANGED
@@ -25,6 +25,17 @@ class WP_Job_Manager_Settings {
25
  * @return void
26
  */
27
  protected function init_settings() {
 
 
 
 
 
 
 
 
 
 
 
28
  $this->settings = apply_filters( 'job_manager_settings',
29
  array(
30
  'job_listings' => array(
@@ -70,6 +81,14 @@ class WP_Job_Manager_Settings {
70
  'type' => 'checkbox',
71
  'attributes' => array()
72
  ),
 
 
 
 
 
 
 
 
73
  array(
74
  'name' => 'job_manager_user_requires_account',
75
  'std' => '1',
25
  * @return void
26
  */
27
  protected function init_settings() {
28
+ // Prepare roles option
29
+ $roles = get_editable_roles();
30
+ $account_roles = array();
31
+
32
+ foreach ( $roles as $key => $role ) {
33
+ if ( $key == 'administrator' ) {
34
+ continue;
35
+ }
36
+ $account_roles[ $key ] = $role['name'];
37
+ }
38
+
39
  $this->settings = apply_filters( 'job_manager_settings',
40
  array(
41
  'job_listings' => array(
81
  'type' => 'checkbox',
82
  'attributes' => array()
83
  ),
84
+ array(
85
+ 'name' => 'job_manager_registration_role',
86
+ 'std' => 'employer',
87
+ 'label' => __( 'Account Role', 'wp-job-manager' ),
88
+ 'desc' => __( 'If you enable registration on your job submission form, choose a role for the new user.', 'wp-job-manager' ),
89
+ 'type' => 'select',
90
+ 'options' => $account_roles
91
+ ),
92
  array(
93
  'name' => 'job_manager_user_requires_account',
94
  'std' => '1',
includes/class-wp-job-manager-ajax.php CHANGED
@@ -44,7 +44,7 @@ class WP_Job_Manager_Ajax {
44
  'posts_per_page' => absint( $_POST['per_page'] )
45
  );
46
 
47
- $jobs = get_job_listings( $args );
48
 
49
  $result['found_jobs'] = false;
50
 
44
  'posts_per_page' => absint( $_POST['per_page'] )
45
  );
46
 
47
+ $jobs = get_job_listings( apply_filters( 'job_manager_get_listings_args', $args ) );
48
 
49
  $result['found_jobs'] = false;
50
 
includes/class-wp-job-manager-install.php CHANGED
@@ -36,6 +36,12 @@ class WP_Job_Manager_Install {
36
 
37
  if ( is_object( $wp_roles ) ) {
38
  $wp_roles->add_cap( 'administrator', 'manage_job_listings' );
 
 
 
 
 
 
39
  }
40
  }
41
 
36
 
37
  if ( is_object( $wp_roles ) ) {
38
  $wp_roles->add_cap( 'administrator', 'manage_job_listings' );
39
+
40
+ add_role( 'employer', __( 'Employer', 'wp-job-manager' ), array(
41
+ 'read' => true,
42
+ 'edit_posts' => false,
43
+ 'delete_posts' => false
44
+ ) );
45
  }
46
  }
47
 
includes/class-wp-job-manager-shortcodes.php CHANGED
@@ -180,6 +180,14 @@ class WP_Job_Manager_Shortcodes {
180
  $categories = array_filter( array_map( 'trim', explode( ',', $categories ) ) );
181
  $job_types = array_filter( array_map( 'trim', explode( ',', $job_types ) ) );
182
 
 
 
 
 
 
 
 
 
183
  if ( $show_filters && $show_filters !== 'false' ) {
184
 
185
  get_job_manager_template( 'job-filters.php', array( 'per_page' => $per_page, 'orderby' => $orderby, 'order' => $order, 'show_categories' => $show_categories, 'categories' => $categories, 'job_types' => $job_types, 'atts' => $atts, 'location' => $location, 'keywords' => $keywords ) );
180
  $categories = array_filter( array_map( 'trim', explode( ',', $categories ) ) );
181
  $job_types = array_filter( array_map( 'trim', explode( ',', $job_types ) ) );
182
 
183
+ // Get keywords and location from querystring if set
184
+ if ( ! empty( $_GET['search_keywords'] ) ) {
185
+ $keywords = sanitize_text_field( $_GET['search_keywords'] );
186
+ }
187
+ if ( ! empty( $_GET['search_location'] ) ) {
188
+ $location = sanitize_text_field( $_GET['search_location'] );
189
+ }
190
+
191
  if ( $show_filters && $show_filters !== 'false' ) {
192
 
193
  get_job_manager_template( 'job-filters.php', array( 'per_page' => $per_page, 'orderby' => $orderby, 'order' => $order, 'show_categories' => $show_categories, 'categories' => $categories, 'job_types' => $job_types, 'atts' => $atts, 'location' => $location, 'keywords' => $keywords ) );
includes/forms/class-wp-job-manager-form-submit-job.php CHANGED
@@ -431,7 +431,7 @@ class WP_Job_Manager_Form_Submit_Job extends WP_Job_Manager_Form {
431
  $create_account = false;
432
 
433
  if ( job_manager_enable_registration() && ! empty( $_POST['create_account_email'] ) )
434
- $create_account = wp_job_manager_create_account( $_POST['create_account_email'] );
435
 
436
  if ( is_wp_error( $create_account ) )
437
  throw new Exception( $create_account->get_error_message() );
@@ -517,8 +517,8 @@ class WP_Job_Manager_Form_Submit_Job extends WP_Job_Manager_Form {
517
  update_post_meta( self::$job_id, '_company_tagline', $values['company']['company_tagline'] );
518
  update_post_meta( self::$job_id, '_company_twitter', $values['company']['company_twitter'] );
519
  update_post_meta( self::$job_id, '_company_logo', $values['company']['company_logo'] );
520
- update_post_meta( self::$job_id, '_filled', 0 );
521
- update_post_meta( self::$job_id, '_featured', 0 );
522
 
523
  // And user meta to save time in future
524
  if ( is_user_logged_in() ) {
431
  $create_account = false;
432
 
433
  if ( job_manager_enable_registration() && ! empty( $_POST['create_account_email'] ) )
434
+ $create_account = wp_job_manager_create_account( $_POST['create_account_email'], get_option( 'job_manager_registration_role' ) );
435
 
436
  if ( is_wp_error( $create_account ) )
437
  throw new Exception( $create_account->get_error_message() );
517
  update_post_meta( self::$job_id, '_company_tagline', $values['company']['company_tagline'] );
518
  update_post_meta( self::$job_id, '_company_twitter', $values['company']['company_twitter'] );
519
  update_post_meta( self::$job_id, '_company_logo', $values['company']['company_logo'] );
520
+ add_post_meta( self::$job_id, '_filled', 0, true );
521
+ add_post_meta( self::$job_id, '_featured', 0, true );
522
 
523
  // And user meta to save time in future
524
  if ( is_user_logged_in() ) {
languages/wp-job-manager-af.mo ADDED
Binary file
languages/wp-job-manager-af.po ADDED
@@ -0,0 +1,910 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2014 WP Job Manager
2
+ # This file is distributed under the same license as the WP Job Manager package.
3
+ # Translators:
4
+ # tinygiantstudios, 2014
5
+ msgid ""
6
+ msgstr ""
7
+ "Project-Id-Version: WP Job Manager\n"
8
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-job-manager\n"
9
+ "POT-Creation-Date: 2014-03-01 18:44:04+00:00\n"
10
+ "PO-Revision-Date: 2014-03-03 09:25+0000\n"
11
+ "Last-Translator: tinygiantstudios\n"
12
+ "Language-Team: Afrikaans (http://www.transifex.com/projects/p/wp-job-manager/language/af/)\n"
13
+ "MIME-Version: 1.0\n"
14
+ "Content-Type: text/plain; charset=UTF-8\n"
15
+ "Content-Transfer-Encoding: 8bit\n"
16
+ "Language: af\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+
19
+ #: includes/admin/class-wp-job-manager-addons.php:50
20
+ #: includes/admin/class-wp-job-manager-admin.php:55
21
+ msgid "WP Job Manager Add-ons"
22
+ msgstr "WP Job Manager Ekstras"
23
+
24
+ #: includes/admin/class-wp-job-manager-admin.php:52
25
+ msgid "Settings"
26
+ msgstr "Verstellings"
27
+
28
+ #: includes/admin/class-wp-job-manager-admin.php:55
29
+ msgid "Add-ons"
30
+ msgstr "Aanvullings"
31
+
32
+ #: includes/admin/class-wp-job-manager-cpt.php:43
33
+ #: includes/admin/class-wp-job-manager-cpt.php:44
34
+ msgid "Approve Jobs"
35
+ msgstr "Keur Posbeskrywings Goed"
36
+
37
+ #: includes/admin/class-wp-job-manager-cpt.php:112
38
+ #: includes/admin/class-wp-job-manager-cpt.php:114
39
+ msgid "%s approved"
40
+ msgstr "%s goedgekeur"
41
+
42
+ #: includes/admin/class-wp-job-manager-cpt.php:157
43
+ msgid "Select a category"
44
+ msgstr "Kies 'n kategorie"
45
+
46
+ #: includes/admin/class-wp-job-manager-cpt.php:190
47
+ msgid "Job position title"
48
+ msgstr "Pos Titel"
49
+
50
+ #: includes/admin/class-wp-job-manager-cpt.php:206
51
+ msgid "Job listing updated. <a href=\"%s\">View Job</a>"
52
+ msgstr "Posbeskrywing opgedateer. . <a href=\"%s\">Sien Pos</a>"
53
+
54
+ #: includes/admin/class-wp-job-manager-cpt.php:207
55
+ msgid "Custom field updated."
56
+ msgstr "Unieke veld opgedateer."
57
+
58
+ #: includes/admin/class-wp-job-manager-cpt.php:208
59
+ msgid "Custom field deleted."
60
+ msgstr "Unieke veld verwyder."
61
+
62
+ #: includes/admin/class-wp-job-manager-cpt.php:209
63
+ msgid "Job listing updated."
64
+ msgstr "Posbeskrywing opgedateer."
65
+
66
+ #: includes/admin/class-wp-job-manager-cpt.php:210
67
+ msgid "Job listing restored to revision from %s"
68
+ msgstr "Posbeskrywing vervang met 'n vorige weergawe van %s"
69
+
70
+ #: includes/admin/class-wp-job-manager-cpt.php:211
71
+ msgid "Job listing published. <a href=\"%s\">View Job</a>"
72
+ msgstr "Posbeskrywing gepubliseer. <a href=\"%s\">Sien Pos</a>"
73
+
74
+ #: includes/admin/class-wp-job-manager-cpt.php:212
75
+ msgid "Job listing saved."
76
+ msgstr "Posbeskrywing gestoor."
77
+
78
+ #: includes/admin/class-wp-job-manager-cpt.php:213
79
+ msgid "Job listing submitted. <a target=\"_blank\" href=\"%s\">Preview Job</a>"
80
+ msgstr "Posbeskrywing aangestuur. <a target=\"_blank\" href=\"%s\">Sien Pos Voorskou</a>"
81
+
82
+ #: includes/admin/class-wp-job-manager-cpt.php:214
83
+ msgid ""
84
+ "Job listing scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" "
85
+ "href=\"%2$s\">Preview Job</a>"
86
+ msgstr "Posbeskrywing publikasie geskeduleer vir: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Sien Voorskou</a>"
87
+
88
+ #: includes/admin/class-wp-job-manager-cpt.php:215
89
+ msgid "M j, Y @ G:i"
90
+ msgstr "M j, Y @ G:i"
91
+
92
+ #: includes/admin/class-wp-job-manager-cpt.php:216
93
+ msgid "Job listing draft updated. <a target=\"_blank\" href=\"%s\">Preview Job</a>"
94
+ msgstr "Konsep pos beskrywing opgedateer. <a target=\"_blank\" href=\"%s\">Sien Posbeskwying</a>"
95
+
96
+ #: includes/admin/class-wp-job-manager-cpt.php:235
97
+ msgid "Type"
98
+ msgstr "Tipe"
99
+
100
+ #: includes/admin/class-wp-job-manager-cpt.php:236
101
+ msgid "Position"
102
+ msgstr "Posisie"
103
+
104
+ #: includes/admin/class-wp-job-manager-cpt.php:237
105
+ msgid "Posted"
106
+ msgstr "Gepubliseer"
107
+
108
+ #: includes/admin/class-wp-job-manager-cpt.php:238
109
+ #: templates/job-dashboard.php:9
110
+ msgid "Expires"
111
+ msgstr "Verval"
112
+
113
+ #: includes/admin/class-wp-job-manager-cpt.php:240
114
+ msgid "Categories"
115
+ msgstr "Kategoriëe"
116
+
117
+ #: includes/admin/class-wp-job-manager-cpt.php:241
118
+ msgid "Featured?"
119
+ msgstr "Kenmerkend?"
120
+
121
+ #: includes/admin/class-wp-job-manager-cpt.php:242
122
+ #: templates/job-dashboard.php:10
123
+ msgid "Filled?"
124
+ msgstr "Gevul?"
125
+
126
+ #: includes/admin/class-wp-job-manager-cpt.php:243
127
+ #: templates/job-dashboard.php:8
128
+ msgid "Status"
129
+ msgstr "Toestand"
130
+
131
+ #: includes/admin/class-wp-job-manager-cpt.php:244
132
+ msgid "Actions"
133
+ msgstr "Aksies"
134
+
135
+ #: includes/admin/class-wp-job-manager-cpt.php:267
136
+ msgid "Job ID: %d"
137
+ msgstr "Pos ID: %d"
138
+
139
+ #: includes/admin/class-wp-job-manager-cpt.php:293
140
+ #: includes/admin/class-wp-job-manager-cpt.php:298
141
+ msgid "M j, Y"
142
+ msgstr "M j, Y"
143
+
144
+ #: includes/admin/class-wp-job-manager-cpt.php:294
145
+ msgid "by a guest"
146
+ msgstr "deur 'n gas"
147
+
148
+ #: includes/admin/class-wp-job-manager-cpt.php:294
149
+ msgid "by %s"
150
+ msgstr "deur %s"
151
+
152
+ #: includes/admin/class-wp-job-manager-cpt.php:311
153
+ msgid "Approve"
154
+ msgstr "Keur Goed"
155
+
156
+ #: includes/admin/class-wp-job-manager-cpt.php:318
157
+ msgid "View"
158
+ msgstr "Sien"
159
+
160
+ #: includes/admin/class-wp-job-manager-cpt.php:323
161
+ #: includes/class-wp-job-manager-post-types.php:159
162
+ #: templates/job-dashboard.php:33
163
+ msgid "Edit"
164
+ msgstr "Wysig"
165
+
166
+ #: includes/admin/class-wp-job-manager-cpt.php:328
167
+ #: templates/job-dashboard.php:43
168
+ msgid "Delete"
169
+ msgstr "Verwyder"
170
+
171
+ #: includes/admin/class-wp-job-manager-settings.php:42
172
+ #: includes/class-wp-job-manager-post-types.php:135
173
+ #: includes/class-wp-job-manager-post-types.php:225
174
+ msgid "Job Listings"
175
+ msgstr "Posbeskrywings"
176
+
177
+ #: includes/admin/class-wp-job-manager-settings.php:48
178
+ msgid "Jobs per page"
179
+ msgstr "Poste per bladsy"
180
+
181
+ #: includes/admin/class-wp-job-manager-settings.php:49
182
+ msgid "How many jobs should be shown per page by default?"
183
+ msgstr "Hoeveel posbeskrywings moet getoon word per bladsy as standaard?"
184
+
185
+ #: includes/admin/class-wp-job-manager-settings.php:55
186
+ msgid "Filled positions"
187
+ msgstr "Gevulde poste"
188
+
189
+ #: includes/admin/class-wp-job-manager-settings.php:56
190
+ msgid "Hide filled positions"
191
+ msgstr "Steek gevulde poste weg"
192
+
193
+ #: includes/admin/class-wp-job-manager-settings.php:57
194
+ msgid "If enabled, filled positions will be hidden from the job list."
195
+ msgstr "Indien geaktiveer sal gevulde poste nie op die lys verskyn nie."
196
+
197
+ #: includes/admin/class-wp-job-manager-settings.php:64
198
+ msgid "Job categories"
199
+ msgstr "Pos Kategoriëe"
200
+
201
+ #: includes/admin/class-wp-job-manager-settings.php:65
202
+ msgid "Enable job categories"
203
+ msgstr "Aktiveer pos kategoriëe"
204
+
205
+ #: includes/admin/class-wp-job-manager-settings.php:66
206
+ msgid ""
207
+ "Choose whether to enable job categories. Categories must be setup by an "
208
+ "admin for users to choose during job submission."
209
+ msgstr "Kies of kategoriëe geaktiveer moet word. Kategoriëe moet deur 'n administrateur opgestel word sodat dit in die posbeskrywing voorlegging gebruik kan word."
210
+
211
+ #: includes/admin/class-wp-job-manager-settings.php:73
212
+ msgid "Job Submission"
213
+ msgstr "Posbeskrywing Voorlegging"
214
+
215
+ #: includes/admin/class-wp-job-manager-settings.php:78
216
+ msgid "Account creation"
217
+ msgstr "Rekening skep"
218
+
219
+ #: includes/admin/class-wp-job-manager-settings.php:79
220
+ msgid "Allow account creation"
221
+ msgstr "Laat skep van rekeninge toe"
222
+
223
+ #: includes/admin/class-wp-job-manager-settings.php:80
224
+ msgid ""
225
+ "If enabled, non-logged in users will be able to create an account by "
226
+ "entering their email address on the job submission form."
227
+ msgstr "Indien geaktiveer sal uitgetekende gebruikers toegelaat word om 'n rekening te skep deur hul epos adres in te tik gedurende die posbeskrywing voorlegging."
228
+
229
+ #: includes/admin/class-wp-job-manager-settings.php:87
230
+ msgid "Account Role"
231
+ msgstr "Rol"
232
+
233
+ #: includes/admin/class-wp-job-manager-settings.php:88
234
+ msgid ""
235
+ "If you enable registration on your job submission form, choose a role for "
236
+ "the new user."
237
+ msgstr "Kies 'n gebruikersrol vir die nuwe gebruiker Indien registrasie geaktiveer is op die posbeskrywing voorleggingsvorm."
238
+
239
+ #: includes/admin/class-wp-job-manager-settings.php:95
240
+ msgid "Account required"
241
+ msgstr "Rekening vereis"
242
+
243
+ #: includes/admin/class-wp-job-manager-settings.php:96
244
+ msgid "Job submission requires an account"
245
+ msgstr "Voorlegging van Posbeskrywing vereis 'n rekening."
246
+
247
+ #: includes/admin/class-wp-job-manager-settings.php:97
248
+ msgid ""
249
+ "If disabled, non-logged in users will be able to submit job listings without"
250
+ " creating an account."
251
+ msgstr "Indien ge-deaktiveer sal uitgetekende gebruikers toegelaat word om 'n posbeskrywing toe te voeg sonder dat 'n rekening oopgemaak word."
252
+
253
+ #: includes/admin/class-wp-job-manager-settings.php:104
254
+ msgid "Approval Required"
255
+ msgstr "Goedkeuring Word Vereis"
256
+
257
+ #: includes/admin/class-wp-job-manager-settings.php:105
258
+ msgid "New submissions require admin approval"
259
+ msgstr "Nuwe voorleggings benodig administrateur goedkeuring"
260
+
261
+ #: includes/admin/class-wp-job-manager-settings.php:106
262
+ msgid "If enabled, new submissions will be inactive, pending admin approval."
263
+ msgstr "Indien geaktiveer sal nuwe voorleggings onaktief wees hangende administrateur goedkeuring."
264
+
265
+ #: includes/admin/class-wp-job-manager-settings.php:113
266
+ msgid "Listing duration"
267
+ msgstr "Posbeskrywing duur"
268
+
269
+ #: includes/admin/class-wp-job-manager-settings.php:114
270
+ msgid ""
271
+ "How many <strong>days</strong> listings are live before expiring. Can be "
272
+ "left blank to never expire."
273
+ msgstr "Hoeveel <strong>dae</strong> sal posbeskrywing geldig wees voordat dit verval. Hou veld leeg indien posbeskrywing nooit verval nie."
274
+
275
+ #: includes/admin/class-wp-job-manager-settings.php:120
276
+ msgid "Submit Page Slug"
277
+ msgstr "Toevoeg Bladsy Adres"
278
+
279
+ #: includes/admin/class-wp-job-manager-settings.php:121
280
+ msgid ""
281
+ "Enter the slug of the page where you have placed the [submit_job_form] "
282
+ "shortcode. This lets the plugin know where the form is located."
283
+ msgstr "Vul die adres in van die bladsy waar die [submit_job_form] kode gebruik word. Hierdie laat WP Job Manager toe om te weet waar die posbeskrywing toevoegingsvorm gebruik word."
284
+
285
+ #: includes/admin/class-wp-job-manager-settings.php:173
286
+ msgid "Settings successfully saved"
287
+ msgstr "Verstellings gestoor"
288
+
289
+ #: includes/admin/class-wp-job-manager-settings.php:252
290
+ msgid "Save Changes"
291
+ msgstr "Stoor verstellings"
292
+
293
+ #: includes/admin/class-wp-job-manager-writepanels.php:27
294
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:113
295
+ msgid "Job location"
296
+ msgstr "Werk plek"
297
+
298
+ #: includes/admin/class-wp-job-manager-writepanels.php:28
299
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:117
300
+ msgid "e.g. \"London, UK\", \"New York\", \"Houston, TX\""
301
+ msgstr "bv. \"London, UK\", \"New York\", \"Houston, TX\""
302
+
303
+ #: includes/admin/class-wp-job-manager-writepanels.php:29
304
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:114
305
+ msgid ""
306
+ "Leave this blank if the job can be done from anywhere (i.e. telecommuting)"
307
+ msgstr "Laat oop indien die werk gedoen kan word van enige plek af (o.a. telewerk)"
308
+
309
+ #: includes/admin/class-wp-job-manager-writepanels.php:32
310
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:144
311
+ msgid "Application email/URL"
312
+ msgstr "Aansoek epos/URL"
313
+
314
+ #: includes/admin/class-wp-job-manager-writepanels.php:33
315
+ msgid "URL or email which applicants use to apply"
316
+ msgstr "URL of epos wat applikante kan gebruik om aansoek te doen"
317
+
318
+ #: includes/admin/class-wp-job-manager-writepanels.php:36
319
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:153
320
+ msgid "Company name"
321
+ msgstr "Maatskappy naam"
322
+
323
+ #: includes/admin/class-wp-job-manager-writepanels.php:40
324
+ msgid "Company website"
325
+ msgstr "Maatskappy webwerf"
326
+
327
+ #: includes/admin/class-wp-job-manager-writepanels.php:44
328
+ msgid "Company tagline"
329
+ msgstr "Maatskappy slagspreuk"
330
+
331
+ #: includes/admin/class-wp-job-manager-writepanels.php:45
332
+ msgid "Brief description about the company"
333
+ msgstr "Kort beskrywing van die maatskappy"
334
+
335
+ #: includes/admin/class-wp-job-manager-writepanels.php:48
336
+ msgid "Company Twitter"
337
+ msgstr "Maatskappy Twitter"
338
+
339
+ #: includes/admin/class-wp-job-manager-writepanels.php:52
340
+ msgid "Company logo"
341
+ msgstr "Maatskappy embleem"
342
+
343
+ #: includes/admin/class-wp-job-manager-writepanels.php:53
344
+ msgid "URL to the company logo"
345
+ msgstr "URL vir die maatskappy embleem"
346
+
347
+ #: includes/admin/class-wp-job-manager-writepanels.php:57
348
+ msgid "Position filled?"
349
+ msgstr "Pos gevul?"
350
+
351
+ #: includes/admin/class-wp-job-manager-writepanels.php:61
352
+ msgid "Feature this job listing?"
353
+ msgstr "Moet hierdie posbeskrywing gekenmerk word?"
354
+
355
+ #: includes/admin/class-wp-job-manager-writepanels.php:63
356
+ msgid ""
357
+ "Featured listings will be sticky during searches, and can be styled "
358
+ "differently."
359
+ msgstr "Gekenmerkte posbeskrywings sal bo aan soektogte verskyn en kan ook anders vertoon word."
360
+
361
+ #: includes/admin/class-wp-job-manager-writepanels.php:66
362
+ msgid "Job Expires"
363
+ msgstr "Posbeskrywing Verval"
364
+
365
+ #: includes/admin/class-wp-job-manager-writepanels.php:67
366
+ msgid "yyyy-mm-dd"
367
+ msgstr "jjjj-mm-dd"
368
+
369
+ #: includes/admin/class-wp-job-manager-writepanels.php:79
370
+ msgid "Job Listing Data"
371
+ msgstr "Posbeskrywing Data"
372
+
373
+ #: includes/admin/class-wp-job-manager-writepanels.php:97
374
+ msgid "Use file"
375
+ msgstr "Gebruik dokument"
376
+
377
+ #: includes/admin/class-wp-job-manager-writepanels.php:97
378
+ msgid "Upload"
379
+ msgstr "Laai"
380
+
381
+ #: includes/class-wp-job-manager-ajax.php:63
382
+ msgid "No more jobs found matching your selection."
383
+ msgstr "Geen poste gevind."
384
+
385
+ #: includes/class-wp-job-manager-ajax.php:105
386
+ msgid "Showing %s&ldquo;%s&rdquo; %sjobs"
387
+ msgstr "Vertoning van %s&ldquo;%s&rdquo; %sposbeskrywings"
388
+
389
+ #: includes/class-wp-job-manager-ajax.php:107
390
+ msgid "Showing all %s%sjobs"
391
+ msgstr "Vertoning van alle %s%sposbeskrywings"
392
+
393
+ #: includes/class-wp-job-manager-ajax.php:110
394
+ msgid "located in &ldquo;%s&rdquo;"
395
+ msgstr "geleë in &ldquo;%s&rdquo;"
396
+
397
+ #: includes/class-wp-job-manager-geocode.php:130
398
+ msgid "No results found"
399
+ msgstr "Geen resultate gevind"
400
+
401
+ #: includes/class-wp-job-manager-geocode.php:133
402
+ msgid "Query limit reached"
403
+ msgstr "Navraag limiet bereik"
404
+
405
+ #: includes/class-wp-job-manager-install.php:40
406
+ msgid "Employer"
407
+ msgstr "Werkgewer"
408
+
409
+ #: includes/class-wp-job-manager-post-types.php:45
410
+ msgid "Job Category"
411
+ msgstr "Posbeskrywing Kategorie"
412
+
413
+ #: includes/class-wp-job-manager-post-types.php:46
414
+ msgid "Job Categories"
415
+ msgstr "Posbeskrywing Kategoriëe"
416
+
417
+ #: includes/class-wp-job-manager-post-types.php:50
418
+ msgctxt "Job category slug - resave permalinks after changing this"
419
+ msgid "job-category"
420
+ msgstr "pos-kategorie"
421
+
422
+ #: includes/class-wp-job-manager-post-types.php:67
423
+ #: includes/class-wp-job-manager-post-types.php:110
424
+ #: includes/class-wp-job-manager-post-types.php:164
425
+ msgid "Search %s"
426
+ msgstr "Soek %s"
427
+
428
+ #: includes/class-wp-job-manager-post-types.php:68
429
+ #: includes/class-wp-job-manager-post-types.php:111
430
+ #: includes/class-wp-job-manager-post-types.php:156
431
+ msgid "All %s"
432
+ msgstr "Alle %s"
433
+
434
+ #: includes/class-wp-job-manager-post-types.php:69
435
+ #: includes/class-wp-job-manager-post-types.php:112
436
+ #: includes/class-wp-job-manager-post-types.php:167
437
+ msgid "Parent %s"
438
+ msgstr "Ouer %s"
439
+
440
+ #: includes/class-wp-job-manager-post-types.php:70
441
+ #: includes/class-wp-job-manager-post-types.php:113
442
+ msgid "Parent %s:"
443
+ msgstr "Ouer %s:"
444
+
445
+ #: includes/class-wp-job-manager-post-types.php:71
446
+ #: includes/class-wp-job-manager-post-types.php:114
447
+ #: includes/class-wp-job-manager-post-types.php:160
448
+ msgid "Edit %s"
449
+ msgstr "Wysig %s"
450
+
451
+ #: includes/class-wp-job-manager-post-types.php:72
452
+ #: includes/class-wp-job-manager-post-types.php:115
453
+ msgid "Update %s"
454
+ msgstr "Wysig %s"
455
+
456
+ #: includes/class-wp-job-manager-post-types.php:73
457
+ #: includes/class-wp-job-manager-post-types.php:116
458
+ msgid "Add New %s"
459
+ msgstr "Voeg %s by"
460
+
461
+ #: includes/class-wp-job-manager-post-types.php:74
462
+ #: includes/class-wp-job-manager-post-types.php:117
463
+ msgid "New %s Name"
464
+ msgstr "Nuwe %s Naam"
465
+
466
+ #: includes/class-wp-job-manager-post-types.php:89
467
+ msgid "Job Type"
468
+ msgstr "Pos Tipe"
469
+
470
+ #: includes/class-wp-job-manager-post-types.php:90
471
+ msgid "Job Types"
472
+ msgstr "Pos Tipes"
473
+
474
+ #: includes/class-wp-job-manager-post-types.php:94
475
+ msgctxt "Job type slug - resave permalinks after changing this"
476
+ msgid "job-type"
477
+ msgstr "pos-tipe"
478
+
479
+ #: includes/class-wp-job-manager-post-types.php:134
480
+ msgid "Job Listing"
481
+ msgstr "Posbeskrywing"
482
+
483
+ #: includes/class-wp-job-manager-post-types.php:138
484
+ msgctxt "Post type archive slug - resave permalinks after changing this"
485
+ msgid "jobs"
486
+ msgstr "poste"
487
+
488
+ #: includes/class-wp-job-manager-post-types.php:144
489
+ msgctxt "Job permalink - resave permalinks after changing this"
490
+ msgid "job"
491
+ msgstr "pos"
492
+
493
+ #: includes/class-wp-job-manager-post-types.php:157
494
+ msgid "Add New"
495
+ msgstr "Voeg Nuwe by"
496
+
497
+ #: includes/class-wp-job-manager-post-types.php:158
498
+ msgid "Add %s"
499
+ msgstr "Voeg %s by"
500
+
501
+ #: includes/class-wp-job-manager-post-types.php:161
502
+ msgid "New %s"
503
+ msgstr "Nuwe %s"
504
+
505
+ #: includes/class-wp-job-manager-post-types.php:162
506
+ #: includes/class-wp-job-manager-post-types.php:163
507
+ msgid "View %s"
508
+ msgstr "Sien %s"
509
+
510
+ #: includes/class-wp-job-manager-post-types.php:165
511
+ msgid "No %s found"
512
+ msgstr "Geen %s gevind"
513
+
514
+ #: includes/class-wp-job-manager-post-types.php:166
515
+ msgid "No %s found in trash"
516
+ msgstr "Geen %s gevind in herwinnings area"
517
+
518
+ #: includes/class-wp-job-manager-post-types.php:169
519
+ msgid "This is where you can create and manage job listings."
520
+ msgstr "Hierdie area is waar jy nuwe posbeskrywings kan skep en administreer."
521
+
522
+ #: includes/class-wp-job-manager-post-types.php:204
523
+ msgctxt "job_listing"
524
+ msgid "Expired"
525
+ msgstr "Het Verval"
526
+
527
+ #: includes/class-wp-job-manager-post-types.php:209
528
+ msgid "Expired <span class=\"count\">(%s)</span>"
529
+ msgid_plural "Expired <span class=\"count\">(%s)</span>"
530
+ msgstr[0] "Verval <span class=\"count\">(%s)</span>"
531
+ msgstr[1] "Verval <span class=\"count\">(%s)</span>"
532
+
533
+ #: includes/class-wp-job-manager-shortcodes.php:61
534
+ msgid "Invalid Job ID"
535
+ msgstr "Ongeldige Pos ID"
536
+
537
+ #: includes/class-wp-job-manager-shortcodes.php:67
538
+ msgid "This job is already filled"
539
+ msgstr "Die pos is reeds gevul"
540
+
541
+ #: includes/class-wp-job-manager-shortcodes.php:73
542
+ msgid "%s has been filled"
543
+ msgstr "%s is gevul"
544
+
545
+ #: includes/class-wp-job-manager-shortcodes.php:78
546
+ msgid "This job is already not filled"
547
+ msgstr "Hierdie pos is nog nie gevul nie"
548
+
549
+ #: includes/class-wp-job-manager-shortcodes.php:84
550
+ msgid "%s has been marked as not filled"
551
+ msgstr "%s is nog nie as gevul gemerk nie"
552
+
553
+ #: includes/class-wp-job-manager-shortcodes.php:91
554
+ msgid "%s has been deleted"
555
+ msgstr "%s is verwyder"
556
+
557
+ #: includes/class-wp-job-manager-shortcodes.php:111
558
+ msgid "You need to be signed in to manage your job listings."
559
+ msgstr "Jy moet ingeteken wees om jou posbeskrywing te administreer"
560
+
561
+ #: includes/class-wp-job-manager-shortcodes.php:195
562
+ #: includes/class-wp-job-manager-shortcodes.php:225
563
+ msgid "Load more job listings"
564
+ msgstr "Laai meer posbeskrywing"
565
+
566
+ #: includes/class-wp-job-manager-widgets.php:139
567
+ msgid "Display a list of the most recent jobs on your site."
568
+ msgstr "Vertoon 'n lys van die nuutste posbeskrywings op jou webwerf."
569
+
570
+ #: includes/class-wp-job-manager-widgets.php:141
571
+ msgid "Recent Job Listings"
572
+ msgstr "Nuutste Posbeskrywings"
573
+
574
+ #: includes/class-wp-job-manager-widgets.php:145
575
+ msgid "Recent Jobs"
576
+ msgstr "Onlangse Posbeskrywings"
577
+
578
+ #: includes/class-wp-job-manager-widgets.php:146
579
+ msgid "Title"
580
+ msgstr "Titel"
581
+
582
+ #: includes/class-wp-job-manager-widgets.php:154
583
+ msgid "Number of jobs to show"
584
+ msgstr "Getal posbeskrywings om te vertoon"
585
+
586
+ #: includes/forms/class-wp-job-manager-form-edit-job.php:43
587
+ msgid "Invalid job"
588
+ msgstr "Ongeldige Pos"
589
+
590
+ #: includes/forms/class-wp-job-manager-form-edit-job.php:86
591
+ msgid "Update job listing"
592
+ msgstr "Wysig posbeskrywing"
593
+
594
+ #: includes/forms/class-wp-job-manager-form-edit-job.php:111
595
+ msgid "Your changes have been saved."
596
+ msgstr "Jou veranderinge is gestoor."
597
+
598
+ #: includes/forms/class-wp-job-manager-form-edit-job.php:111
599
+ msgid "View Job Listing &rarr;"
600
+ msgstr "Sien Posbeskrywing &rarr;"
601
+
602
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:22
603
+ msgid "Submit Details"
604
+ msgstr "Stuur Details"
605
+
606
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:28
607
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:555
608
+ msgid "Preview"
609
+ msgstr "Voorskou"
610
+
611
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:34
612
+ msgid "Done"
613
+ msgstr "Afgehandel"
614
+
615
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:106
616
+ msgid "Job title"
617
+ msgstr "Pos titel"
618
+
619
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:121
620
+ msgid "Job type"
621
+ msgstr "Pos tipe"
622
+
623
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:129
624
+ msgid "Job category"
625
+ msgstr "Pos kategorie"
626
+
627
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:137
628
+ msgid "Description"
629
+ msgstr "Beskrywing"
630
+
631
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:147
632
+ msgid "Enter an email address or website URL"
633
+ msgstr "Voer email adres of webwerf URL in"
634
+
635
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:156
636
+ msgid "Enter the name of the company"
637
+ msgstr "Voer in die naam van die maatskappy"
638
+
639
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:160
640
+ #: templates/content-single-job_listing.php:32
641
+ msgid "Website"
642
+ msgstr "Webwerf"
643
+
644
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:163
645
+ msgid "http://"
646
+ msgstr "http://"
647
+
648
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:167
649
+ msgid "Tagline"
650
+ msgstr "Slagspreuk"
651
+
652
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:170
653
+ msgid "Briefly describe your company"
654
+ msgstr "Beskryf die maatskappy kortliks"
655
+
656
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:175
657
+ msgid "Twitter username"
658
+ msgstr "Twitter Gebruikersnaam"
659
+
660
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:178
661
+ msgid "@yourcompany"
662
+ msgstr "@joumaatskappy"
663
+
664
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:182
665
+ msgid "Logo"
666
+ msgstr "Embleem"
667
+
668
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:293
669
+ msgid "%s is a required field"
670
+ msgstr "%s is 'n vereiste veld"
671
+
672
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:406
673
+ msgid "Preview job listing &rarr;"
674
+ msgstr "Posbeskrywing Voorskou &rarr;"
675
+
676
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:441
677
+ msgid "You must be signed in to post a new job listing."
678
+ msgstr "Jy moet ingeteken wees om 'n nuwe posbeskrywing toe te voeg."
679
+
680
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:549
681
+ msgid "Submit Listing &rarr;"
682
+ msgstr "Voeg Posbeskrywing By &rarr;"
683
+
684
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:550
685
+ msgid "&larr; Edit listing"
686
+ msgstr "&larr; Wysig Posbeskrywing"
687
+
688
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:633
689
+ msgid "\"%s\" needs to be one of the following file types: %s"
690
+ msgstr "\"%s\" moet een van die volgende dokument tipes wees: %s"
691
+
692
+ #: templates/account-signin.php:4
693
+ msgid "Your account"
694
+ msgstr "Jou Rekening"
695
+
696
+ #: templates/account-signin.php:8
697
+ msgid "You are currently signed in as <strong>%s</strong>."
698
+ msgstr "Jy is tans ingeteken as <strong>%s</strong>."
699
+
700
+ #: templates/account-signin.php:11
701
+ msgid "Sign out"
702
+ msgstr "Teken uit"
703
+
704
+ #: templates/account-signin.php:21
705
+ msgid "Have an account?"
706
+ msgstr "Het jy alreeds 'n rekening?"
707
+
708
+ #: templates/account-signin.php:23
709
+ msgid "Sign in"
710
+ msgstr "Teken in"
711
+
712
+ #: templates/account-signin.php:27
713
+ msgid ""
714
+ "If you don&lsquo;t have an account you can %screate one below by entering "
715
+ "your email address. A password will be automatically emailed to you."
716
+ msgstr "Indien jy nog nie 'n rekening het nie, kan een geskep word deur jou epos adres hieronder in te vul. 'n Wagwoord sal dan automaties na jou gestuur word per epos."
717
+
718
+ #: templates/account-signin.php:27
719
+ msgid "optionally"
720
+ msgstr "opsionele"
721
+
722
+ #: templates/account-signin.php:31
723
+ msgid "You must sign in to create a new job listing."
724
+ msgstr "Jy moet ingeteken wees om 'n nuwe posbeskrywing toe te voeg."
725
+
726
+ #: templates/account-signin.php:38
727
+ msgid "Your email"
728
+ msgstr "Jou epos"
729
+
730
+ #: templates/account-signin.php:38 templates/job-submit.php:24
731
+ #: templates/job-submit.php:41
732
+ msgid "(optional)"
733
+ msgstr "(opsioneel)"
734
+
735
+ #: templates/content-job_listing.php:16
736
+ #: templates/content-single-job_listing.php:19
737
+ #: templates/content-summary-job_listing.php:14
738
+ msgid "Posted %s ago"
739
+ msgstr "%s terug gepubliseer"
740
+
741
+ #: templates/content-single-job_listing.php:8
742
+ msgid "This job listing has expired"
743
+ msgstr "Hierdie posbeskrywing het reeds verval"
744
+
745
+ #: templates/content-single-job_listing.php:22
746
+ msgid "This position has been filled"
747
+ msgstr "Hierdie pos is reeds gevul"
748
+
749
+ #: templates/form-fields/file-field.php:6
750
+ msgid "remove"
751
+ msgstr "verwyder"
752
+
753
+ #: templates/form-fields/file-field.php:6
754
+ msgid "or"
755
+ msgstr "of"
756
+
757
+ #: templates/form-fields/file-field.php:16
758
+ msgid "Max. file size: %s."
759
+ msgstr "Maks. dokument grootte: %s."
760
+
761
+ #: templates/job-application.php:5
762
+ msgid "Apply for job"
763
+ msgstr "Doen aansoek"
764
+
765
+ #: templates/job-application.php:12
766
+ msgid ""
767
+ "To apply for this job <strong>email your details to</strong> <a "
768
+ "class=\"job_application_email\" href=\"mailto:%1$s%2$s\">%1$s</a>"
769
+ msgstr "Om aansoek te doen <strong>stuur jou details na</strong> <a class=\"job_application_email\" href=\"mailto:%1$s%2$s\">%1$s</a>"
770
+
771
+ #: templates/job-application.php:14
772
+ msgid "Apply using webmail: "
773
+ msgstr "Doen aansoek via webmail:"
774
+
775
+ #: templates/job-application.php:28
776
+ msgid ""
777
+ "To apply for this job please visit the following URL: <a href=\"%1$s\">%1$s "
778
+ "&rarr;</a>"
779
+ msgstr "Besoek asseblief die volgende URL om aansoek te doen: <a href=\"%1$s\">%1$s &rarr;</a>"
780
+
781
+ #: templates/job-dashboard.php:2
782
+ msgid ""
783
+ "Your job listings are shown in the table below. Expired listings will be "
784
+ "automatically removed after 30 days."
785
+ msgstr "Al jou posbeskrywings word vertoon in die tabel hieronder. Alle posbeskrywings wat verval het sal automaties verwyder word na 30 dae."
786
+
787
+ #: templates/job-dashboard.php:6
788
+ msgid "Job Title"
789
+ msgstr "Pos Titel"
790
+
791
+ #: templates/job-dashboard.php:7
792
+ msgid "Date Posted"
793
+ msgstr "Datum Gepubliseer"
794
+
795
+ #: templates/job-dashboard.php:16
796
+ msgid "You do not have any active job listings."
797
+ msgstr "Daar is geen aktiewe posbeskrywings gevind nie."
798
+
799
+ #: templates/job-dashboard.php:36
800
+ msgid "Mark not filled"
801
+ msgstr "Merk as beskikbaar"
802
+
803
+ #: templates/job-dashboard.php:38
804
+ msgid "Mark filled"
805
+ msgstr "Merk as gevul"
806
+
807
+ #: templates/job-filters.php:8
808
+ msgid "Keywords"
809
+ msgstr "Sleutelwoorde"
810
+
811
+ #: templates/job-filters.php:9
812
+ msgid "All Jobs"
813
+ msgstr "Alle Poste"
814
+
815
+ #: templates/job-filters.php:13
816
+ msgid "Location"
817
+ msgstr "Plek"
818
+
819
+ #: templates/job-filters.php:14
820
+ msgid "Any Location"
821
+ msgstr "Enige Plek"
822
+
823
+ #: templates/job-filters.php:23
824
+ msgid "Category"
825
+ msgstr "Kategorie"
826
+
827
+ #: templates/job-filters.php:24
828
+ msgid "All Job Categories"
829
+ msgstr "Alle Posbeskywing Kategoriëe"
830
+
831
+ #: templates/job-submit.php:35
832
+ msgid "Company details"
833
+ msgstr "Maatskappy details"
834
+
835
+ #: templates/job-submitted.php:4
836
+ msgid ""
837
+ "Job listed successfully. To view your job listing <a href=\"%s\">click "
838
+ "here</a>."
839
+ msgstr "Posbeskrywing toegevoeg. <a href=\"%s\">Klik hier</a> om jou posbeskrywing te sien."
840
+
841
+ #: templates/job-submitted.php:7
842
+ msgid ""
843
+ "Job submitted successfully. Your job listing will be visible once approved."
844
+ msgstr "Posbeskrywing toegevoeg. Jou posbeskrywing sal vertoon sodra dit goedgekeur is."
845
+
846
+ #: wp-job-manager-functions.php:214
847
+ msgid "Reset"
848
+ msgstr "Herstel"
849
+
850
+ #: wp-job-manager-functions.php:218
851
+ msgid "RSS"
852
+ msgstr "RSS"
853
+
854
+ #: wp-job-manager-functions.php:268
855
+ msgid "Your email address isn&#8217;t correct."
856
+ msgstr "Jou epos adres is foutief."
857
+
858
+ #: wp-job-manager-functions.php:271
859
+ msgid "This email is already registered, please choose another one."
860
+ msgstr "Hierdie epos adres is reeds in gebruik, kies asseblief 'n ander een."
861
+
862
+ #: wp-job-manager-template.php:116
863
+ msgid "Active"
864
+ msgstr "Aktief"
865
+
866
+ #: wp-job-manager-template.php:118
867
+ msgid "Expired"
868
+ msgstr "Verval"
869
+
870
+ #: wp-job-manager-template.php:120
871
+ msgid "Pending Review"
872
+ msgstr "Hangende Hersiening"
873
+
874
+ #: wp-job-manager-template.php:122
875
+ msgid "Inactive"
876
+ msgstr "Onaktief"
877
+
878
+ #: wp-job-manager-template.php:197
879
+ msgid "Job Application via \"%s\" listing on %s"
880
+ msgstr "Werksaansoek via \"%s\" gelys op %s"
881
+
882
+ #: wp-job-manager-template.php:255
883
+ msgid "Anywhere"
884
+ msgstr "Enige plek"
885
+
886
+ #: wp-job-manager.php:96
887
+ msgid "Are you sure you want to delete this job?"
888
+ msgstr "Is jy seker jy wil hierdie posbeskrywing verwyder?"
889
+
890
+ #. Plugin Name of the plugin/theme
891
+ msgid "WP Job Manager"
892
+ msgstr "WP Job Manager"
893
+
894
+ #. Plugin URI of the plugin/theme
895
+ msgid "http://mikejolley.com/projects/wp-job-manager/"
896
+ msgstr "http://mikejolley.com/projects/wp-job-manager/"
897
+
898
+ #. Description of the plugin/theme
899
+ msgid ""
900
+ "Manage job listings from the WordPress admin panel, and allow users to post "
901
+ "jobs directly to your site."
902
+ msgstr "Administreer posbeskrywings deur die WordPress administrasie gedeelte en laat gebruikers toe om posbeskrywings direk te publiseer deur jou webwerf."
903
+
904
+ #. Author of the plugin/theme
905
+ msgid "Mike Jolley"
906
+ msgstr "Mike Jolley"
907
+
908
+ #. Author URI of the plugin/theme
909
+ msgid "http://mikejolley.com"
910
+ msgstr "http://mikejolley.com"
languages/wp-job-manager-bg.mo CHANGED
Binary file
languages/wp-job-manager-bg.po CHANGED
@@ -1,14 +1,14 @@
1
  # Copyright (C) 2014 WP Job Manager
2
  # This file is distributed under the same license as the WP Job Manager package.
3
  # Translators:
4
- # Adrian Dimitrov, 2014
5
  msgid ""
6
  msgstr ""
7
  "Project-Id-Version: WP Job Manager\n"
8
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-job-manager\n"
9
- "POT-Creation-Date: 2014-02-01 15:24:41+00:00\n"
10
- "PO-Revision-Date: 2014-02-05 10:59+0000\n"
11
- "Last-Translator: Adrian Dimitrov\n"
12
  "Language-Team: Bulgarian (http://www.transifex.com/projects/p/wp-job-manager/language/bg/)\n"
13
  "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -168,115 +168,125 @@ msgstr "Редакция"
168
  msgid "Delete"
169
  msgstr "Изтриване"
170
 
171
- #: includes/admin/class-wp-job-manager-settings.php:31
172
  #: includes/class-wp-job-manager-post-types.php:135
173
  #: includes/class-wp-job-manager-post-types.php:225
174
  msgid "Job Listings"
175
  msgstr "Обяви за работа"
176
 
177
- #: includes/admin/class-wp-job-manager-settings.php:37
178
  msgid "Jobs per page"
179
  msgstr "Обяви на страница"
180
 
181
- #: includes/admin/class-wp-job-manager-settings.php:38
182
  msgid "How many jobs should be shown per page by default?"
183
  msgstr "Колко обяви да се показват на страница?"
184
 
185
- #: includes/admin/class-wp-job-manager-settings.php:44
186
  msgid "Filled positions"
187
  msgstr "Попълнени позиции"
188
 
189
- #: includes/admin/class-wp-job-manager-settings.php:45
190
  msgid "Hide filled positions"
191
  msgstr "Скриване на попълнените позиции"
192
 
193
- #: includes/admin/class-wp-job-manager-settings.php:46
194
  msgid "If enabled, filled positions will be hidden from the job list."
195
  msgstr "Запълнените позиции ще бъдат скривани от списъка с обявите."
196
 
197
- #: includes/admin/class-wp-job-manager-settings.php:53
198
  msgid "Job categories"
199
  msgstr "Категории на длъжности"
200
 
201
- #: includes/admin/class-wp-job-manager-settings.php:54
202
  msgid "Enable job categories"
203
  msgstr "Разрешаване на категориите"
204
 
205
- #: includes/admin/class-wp-job-manager-settings.php:55
206
  msgid ""
207
  "Choose whether to enable job categories. Categories must be setup by an "
208
  "admin for users to choose during job submission."
209
  msgstr "Дали да се използват категории. Категориите трябва да бъдат настроени от администратор."
210
 
211
- #: includes/admin/class-wp-job-manager-settings.php:62
212
  msgid "Job Submission"
213
  msgstr "Кандидатури за работа"
214
 
215
- #: includes/admin/class-wp-job-manager-settings.php:67
216
  msgid "Account creation"
217
  msgstr "Създаване на профил"
218
 
219
- #: includes/admin/class-wp-job-manager-settings.php:68
220
  msgid "Allow account creation"
221
  msgstr "Разрешаване на създаването на профили"
222
 
223
- #: includes/admin/class-wp-job-manager-settings.php:69
224
  msgid ""
225
  "If enabled, non-logged in users will be able to create an account by "
226
  "entering their email address on the job submission form."
227
  msgstr "Ако е разрешено, не авторизираните потребители ще имат възможност да си създават профили чрез въвеждането на email адреси в полетата за публикуване."
228
 
229
- #: includes/admin/class-wp-job-manager-settings.php:76
 
 
 
 
 
 
 
 
 
 
230
  msgid "Account required"
231
  msgstr "Изисква се профил"
232
 
233
- #: includes/admin/class-wp-job-manager-settings.php:77
234
  msgid "Job submission requires an account"
235
  msgstr "Кандидатстването за работа изисква профил"
236
 
237
- #: includes/admin/class-wp-job-manager-settings.php:78
238
  msgid ""
239
  "If disabled, non-logged in users will be able to submit job listings without"
240
  " creating an account."
241
  msgstr "Ако е изключено, не авторизираните потребители ще имат възможност да публикуват обяви без нуждата от създаване на профил."
242
 
243
- #: includes/admin/class-wp-job-manager-settings.php:85
244
  msgid "Approval Required"
245
  msgstr "Нужно е одобряване"
246
 
247
- #: includes/admin/class-wp-job-manager-settings.php:86
248
  msgid "New submissions require admin approval"
249
  msgstr "Новите заявки изискват одобрение от администратор"
250
 
251
- #: includes/admin/class-wp-job-manager-settings.php:87
252
  msgid "If enabled, new submissions will be inactive, pending admin approval."
253
  msgstr "Ако е разрешено, новите обяви ще бъдат неактивни докато не ги одобри администратор."
254
 
255
- #: includes/admin/class-wp-job-manager-settings.php:94
256
  msgid "Listing duration"
257
  msgstr "Времетраене"
258
 
259
- #: includes/admin/class-wp-job-manager-settings.php:95
260
  msgid ""
261
  "How many <strong>days</strong> listings are live before expiring. Can be "
262
  "left blank to never expire."
263
  msgstr "Колко <strong>дни</strong> обявите се показват преди да изтекат. Може да е празно за да не изтича никога."
264
 
265
- #: includes/admin/class-wp-job-manager-settings.php:101
266
  msgid "Submit Page Slug"
267
- msgstr ""
268
 
269
- #: includes/admin/class-wp-job-manager-settings.php:102
270
  msgid ""
271
  "Enter the slug of the page where you have placed the [submit_job_form] "
272
  "shortcode. This lets the plugin know where the form is located."
273
  msgstr ""
274
 
275
- #: includes/admin/class-wp-job-manager-settings.php:154
276
  msgid "Settings successfully saved"
277
  msgstr "Настройките са запазени"
278
 
279
- #: includes/admin/class-wp-job-manager-settings.php:233
280
  msgid "Save Changes"
281
  msgstr "Запис на промените"
282
 
@@ -392,6 +402,10 @@ msgstr "Няма резултати"
392
  msgid "Query limit reached"
393
  msgstr "Лимитът на заявките е достигнат"
394
 
 
 
 
 
395
  #: includes/class-wp-job-manager-post-types.php:45
396
  msgid "Job Category"
397
  msgstr "Категория"
@@ -544,14 +558,14 @@ msgstr "%s беше изтрита"
544
  msgid "You need to be signed in to manage your job listings."
545
  msgstr ""
546
 
547
- #: includes/class-wp-job-manager-shortcodes.php:187
548
- #: includes/class-wp-job-manager-shortcodes.php:217
549
  msgid "Load more job listings"
550
- msgstr ""
551
 
552
  #: includes/class-wp-job-manager-widgets.php:139
553
  msgid "Display a list of the most recent jobs on your site."
554
- msgstr ""
555
 
556
  #: includes/class-wp-job-manager-widgets.php:141
557
  msgid "Recent Job Listings"
@@ -575,7 +589,7 @@ msgstr "Невалидна обява"
575
 
576
  #: includes/forms/class-wp-job-manager-form-edit-job.php:86
577
  msgid "Update job listing"
578
- msgstr ""
579
 
580
  #: includes/forms/class-wp-job-manager-form-edit-job.php:111
581
  msgid "Your changes have been saved."
@@ -587,7 +601,7 @@ msgstr "Преглед &rarr;"
587
 
588
  #: includes/forms/class-wp-job-manager-form-submit-job.php:22
589
  msgid "Submit Details"
590
- msgstr ""
591
 
592
  #: includes/forms/class-wp-job-manager-form-submit-job.php:28
593
  #: includes/forms/class-wp-job-manager-form-submit-job.php:555
@@ -657,7 +671,7 @@ msgstr "%s е задължително поле"
657
 
658
  #: includes/forms/class-wp-job-manager-form-submit-job.php:406
659
  msgid "Preview job listing &rarr;"
660
- msgstr ""
661
 
662
  #: includes/forms/class-wp-job-manager-form-submit-job.php:441
663
  msgid "You must be signed in to post a new job listing."
@@ -714,7 +728,7 @@ msgid "Your email"
714
  msgstr "Ваш email"
715
 
716
  #: templates/account-signin.php:38 templates/job-submit.php:24
717
- #: templates/job-submit.php:40
718
  msgid "(optional)"
719
  msgstr "(по избор)"
720
 
@@ -814,7 +828,7 @@ msgstr "Категория"
814
  msgid "All Job Categories"
815
  msgstr "Всички категории"
816
 
817
- #: templates/job-submit.php:34
818
  msgid "Company details"
819
  msgstr "Информация за компанията"
820
 
@@ -829,19 +843,19 @@ msgid ""
829
  "Job submitted successfully. Your job listing will be visible once approved."
830
  msgstr ""
831
 
832
- #: wp-job-manager-functions.php:196
833
  msgid "Reset"
834
  msgstr "Нулиране"
835
 
836
- #: wp-job-manager-functions.php:200
837
  msgid "RSS"
838
  msgstr "RSS"
839
 
840
- #: wp-job-manager-functions.php:250
841
  msgid "Your email address isn&#8217;t correct."
842
  msgstr "Вашият email адрес не е валиден."
843
 
844
- #: wp-job-manager-functions.php:253
845
  msgid "This email is already registered, please choose another one."
846
  msgstr "Този email адрес е вече регистриран, изберете друг."
847
 
@@ -861,6 +875,10 @@ msgstr "Очакващи ревю"
861
  msgid "Inactive"
862
  msgstr "Неактивни"
863
 
 
 
 
 
864
  #: wp-job-manager-template.php:255
865
  msgid "Anywhere"
866
  msgstr "Навсякъде"
1
  # Copyright (C) 2014 WP Job Manager
2
  # This file is distributed under the same license as the WP Job Manager package.
3
  # Translators:
4
+ # Adrian Dimitrov <dimitrov.adrian@gmail.com>, 2014
5
  msgid ""
6
  msgstr ""
7
  "Project-Id-Version: WP Job Manager\n"
8
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-job-manager\n"
9
+ "POT-Creation-Date: 2014-03-01 18:44:04+00:00\n"
10
+ "PO-Revision-Date: 2014-03-02 08:20+0000\n"
11
+ "Last-Translator: mikejolley <mike.jolley@me.com>\n"
12
  "Language-Team: Bulgarian (http://www.transifex.com/projects/p/wp-job-manager/language/bg/)\n"
13
  "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
168
  msgid "Delete"
169
  msgstr "Изтриване"
170
 
171
+ #: includes/admin/class-wp-job-manager-settings.php:42
172
  #: includes/class-wp-job-manager-post-types.php:135
173
  #: includes/class-wp-job-manager-post-types.php:225
174
  msgid "Job Listings"
175
  msgstr "Обяви за работа"
176
 
177
+ #: includes/admin/class-wp-job-manager-settings.php:48
178
  msgid "Jobs per page"
179
  msgstr "Обяви на страница"
180
 
181
+ #: includes/admin/class-wp-job-manager-settings.php:49
182
  msgid "How many jobs should be shown per page by default?"
183
  msgstr "Колко обяви да се показват на страница?"
184
 
185
+ #: includes/admin/class-wp-job-manager-settings.php:55
186
  msgid "Filled positions"
187
  msgstr "Попълнени позиции"
188
 
189
+ #: includes/admin/class-wp-job-manager-settings.php:56
190
  msgid "Hide filled positions"
191
  msgstr "Скриване на попълнените позиции"
192
 
193
+ #: includes/admin/class-wp-job-manager-settings.php:57
194
  msgid "If enabled, filled positions will be hidden from the job list."
195
  msgstr "Запълнените позиции ще бъдат скривани от списъка с обявите."
196
 
197
+ #: includes/admin/class-wp-job-manager-settings.php:64
198
  msgid "Job categories"
199
  msgstr "Категории на длъжности"
200
 
201
+ #: includes/admin/class-wp-job-manager-settings.php:65
202
  msgid "Enable job categories"
203
  msgstr "Разрешаване на категориите"
204
 
205
+ #: includes/admin/class-wp-job-manager-settings.php:66
206
  msgid ""
207
  "Choose whether to enable job categories. Categories must be setup by an "
208
  "admin for users to choose during job submission."
209
  msgstr "Дали да се използват категории. Категориите трябва да бъдат настроени от администратор."
210
 
211
+ #: includes/admin/class-wp-job-manager-settings.php:73
212
  msgid "Job Submission"
213
  msgstr "Кандидатури за работа"
214
 
215
+ #: includes/admin/class-wp-job-manager-settings.php:78
216
  msgid "Account creation"
217
  msgstr "Създаване на профил"
218
 
219
+ #: includes/admin/class-wp-job-manager-settings.php:79
220
  msgid "Allow account creation"
221
  msgstr "Разрешаване на създаването на профили"
222
 
223
+ #: includes/admin/class-wp-job-manager-settings.php:80
224
  msgid ""
225
  "If enabled, non-logged in users will be able to create an account by "
226
  "entering their email address on the job submission form."
227
  msgstr "Ако е разрешено, не авторизираните потребители ще имат възможност да си създават профили чрез въвеждането на email адреси в полетата за публикуване."
228
 
229
+ #: includes/admin/class-wp-job-manager-settings.php:87
230
+ msgid "Account Role"
231
+ msgstr ""
232
+
233
+ #: includes/admin/class-wp-job-manager-settings.php:88
234
+ msgid ""
235
+ "If you enable registration on your job submission form, choose a role for "
236
+ "the new user."
237
+ msgstr ""
238
+
239
+ #: includes/admin/class-wp-job-manager-settings.php:95
240
  msgid "Account required"
241
  msgstr "Изисква се профил"
242
 
243
+ #: includes/admin/class-wp-job-manager-settings.php:96
244
  msgid "Job submission requires an account"
245
  msgstr "Кандидатстването за работа изисква профил"
246
 
247
+ #: includes/admin/class-wp-job-manager-settings.php:97
248
  msgid ""
249
  "If disabled, non-logged in users will be able to submit job listings without"
250
  " creating an account."
251
  msgstr "Ако е изключено, не авторизираните потребители ще имат възможност да публикуват обяви без нуждата от създаване на профил."
252
 
253
+ #: includes/admin/class-wp-job-manager-settings.php:104
254
  msgid "Approval Required"
255
  msgstr "Нужно е одобряване"
256
 
257
+ #: includes/admin/class-wp-job-manager-settings.php:105
258
  msgid "New submissions require admin approval"
259
  msgstr "Новите заявки изискват одобрение от администратор"
260
 
261
+ #: includes/admin/class-wp-job-manager-settings.php:106
262
  msgid "If enabled, new submissions will be inactive, pending admin approval."
263
  msgstr "Ако е разрешено, новите обяви ще бъдат неактивни докато не ги одобри администратор."
264
 
265
+ #: includes/admin/class-wp-job-manager-settings.php:113
266
  msgid "Listing duration"
267
  msgstr "Времетраене"
268
 
269
+ #: includes/admin/class-wp-job-manager-settings.php:114
270
  msgid ""
271
  "How many <strong>days</strong> listings are live before expiring. Can be "
272
  "left blank to never expire."
273
  msgstr "Колко <strong>дни</strong> обявите се показват преди да изтекат. Може да е празно за да не изтича никога."
274
 
275
+ #: includes/admin/class-wp-job-manager-settings.php:120
276
  msgid "Submit Page Slug"
277
+ msgstr "Кратко име за страницата"
278
 
279
+ #: includes/admin/class-wp-job-manager-settings.php:121
280
  msgid ""
281
  "Enter the slug of the page where you have placed the [submit_job_form] "
282
  "shortcode. This lets the plugin know where the form is located."
283
  msgstr ""
284
 
285
+ #: includes/admin/class-wp-job-manager-settings.php:173
286
  msgid "Settings successfully saved"
287
  msgstr "Настройките са запазени"
288
 
289
+ #: includes/admin/class-wp-job-manager-settings.php:252
290
  msgid "Save Changes"
291
  msgstr "Запис на промените"
292
 
402
  msgid "Query limit reached"
403
  msgstr "Лимитът на заявките е достигнат"
404
 
405
+ #: includes/class-wp-job-manager-install.php:40
406
+ msgid "Employer"
407
+ msgstr ""
408
+
409
  #: includes/class-wp-job-manager-post-types.php:45
410
  msgid "Job Category"
411
  msgstr "Категория"
558
  msgid "You need to be signed in to manage your job listings."
559
  msgstr ""
560
 
561
+ #: includes/class-wp-job-manager-shortcodes.php:195
562
+ #: includes/class-wp-job-manager-shortcodes.php:225
563
  msgid "Load more job listings"
564
+ msgstr "Зареждане на още обяви"
565
 
566
  #: includes/class-wp-job-manager-widgets.php:139
567
  msgid "Display a list of the most recent jobs on your site."
568
+ msgstr "Покажи списък от последните обяви в сайта."
569
 
570
  #: includes/class-wp-job-manager-widgets.php:141
571
  msgid "Recent Job Listings"
589
 
590
  #: includes/forms/class-wp-job-manager-form-edit-job.php:86
591
  msgid "Update job listing"
592
+ msgstr "Обновяване"
593
 
594
  #: includes/forms/class-wp-job-manager-form-edit-job.php:111
595
  msgid "Your changes have been saved."
601
 
602
  #: includes/forms/class-wp-job-manager-form-submit-job.php:22
603
  msgid "Submit Details"
604
+ msgstr "Детайли"
605
 
606
  #: includes/forms/class-wp-job-manager-form-submit-job.php:28
607
  #: includes/forms/class-wp-job-manager-form-submit-job.php:555
671
 
672
  #: includes/forms/class-wp-job-manager-form-submit-job.php:406
673
  msgid "Preview job listing &rarr;"
674
+ msgstr "Преглед &rarr;"
675
 
676
  #: includes/forms/class-wp-job-manager-form-submit-job.php:441
677
  msgid "You must be signed in to post a new job listing."
728
  msgstr "Ваш email"
729
 
730
  #: templates/account-signin.php:38 templates/job-submit.php:24
731
+ #: templates/job-submit.php:41
732
  msgid "(optional)"
733
  msgstr "(по избор)"
734
 
828
  msgid "All Job Categories"
829
  msgstr "Всички категории"
830
 
831
+ #: templates/job-submit.php:35
832
  msgid "Company details"
833
  msgstr "Информация за компанията"
834
 
843
  "Job submitted successfully. Your job listing will be visible once approved."
844
  msgstr ""
845
 
846
+ #: wp-job-manager-functions.php:214
847
  msgid "Reset"
848
  msgstr "Нулиране"
849
 
850
+ #: wp-job-manager-functions.php:218
851
  msgid "RSS"
852
  msgstr "RSS"
853
 
854
+ #: wp-job-manager-functions.php:268
855
  msgid "Your email address isn&#8217;t correct."
856
  msgstr "Вашият email адрес не е валиден."
857
 
858
+ #: wp-job-manager-functions.php:271
859
  msgid "This email is already registered, please choose another one."
860
  msgstr "Този email адрес е вече регистриран, изберете друг."
861
 
875
  msgid "Inactive"
876
  msgstr "Неактивни"
877
 
878
+ #: wp-job-manager-template.php:197
879
+ msgid "Job Application via \"%s\" listing on %s"
880
+ msgstr ""
881
+
882
  #: wp-job-manager-template.php:255
883
  msgid "Anywhere"
884
  msgstr "Навсякъде"
languages/wp-job-manager-de_DE.mo CHANGED
Binary file
languages/wp-job-manager-de_DE.po CHANGED
@@ -5,8 +5,8 @@ msgid ""
5
  msgstr ""
6
  "Project-Id-Version: WP Job Manager\n"
7
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-job-manager\n"
8
- "POT-Creation-Date: 2014-02-01 15:24:41+00:00\n"
9
- "PO-Revision-Date: 2014-01-31 08:21+0000\n"
10
  "Last-Translator: mikejolley <mike.jolley@me.com>\n"
11
  "Language-Team: German (Germany) (http://www.transifex.com/projects/p/wp-job-manager/language/de_DE/)\n"
12
  "MIME-Version: 1.0\n"
@@ -167,115 +167,125 @@ msgstr "Bearbeiten"
167
  msgid "Delete"
168
  msgstr "Löschen"
169
 
170
- #: includes/admin/class-wp-job-manager-settings.php:31
171
  #: includes/class-wp-job-manager-post-types.php:135
172
  #: includes/class-wp-job-manager-post-types.php:225
173
  msgid "Job Listings"
174
  msgstr "Jobangebote"
175
 
176
- #: includes/admin/class-wp-job-manager-settings.php:37
177
  msgid "Jobs per page"
178
  msgstr "Jobs pro Seite"
179
 
180
- #: includes/admin/class-wp-job-manager-settings.php:38
181
  msgid "How many jobs should be shown per page by default?"
182
  msgstr "Wie viele Jobs sollen pro Seite standardmäßig angezeigt werden?"
183
 
184
- #: includes/admin/class-wp-job-manager-settings.php:44
185
  msgid "Filled positions"
186
  msgstr "Vergebene Positionen"
187
 
188
- #: includes/admin/class-wp-job-manager-settings.php:45
189
  msgid "Hide filled positions"
190
  msgstr "Vergebene Positionen verbergen"
191
 
192
- #: includes/admin/class-wp-job-manager-settings.php:46
193
  msgid "If enabled, filled positions will be hidden from the job list."
194
  msgstr "Sofern aktiviert werden vergebene Positionen in der Jobliste verborgen."
195
 
196
- #: includes/admin/class-wp-job-manager-settings.php:53
197
  msgid "Job categories"
198
  msgstr "Job Kategorien"
199
 
200
- #: includes/admin/class-wp-job-manager-settings.php:54
201
  msgid "Enable job categories"
202
  msgstr "Job Kategorien aktivieren"
203
 
204
- #: includes/admin/class-wp-job-manager-settings.php:55
205
  msgid ""
206
  "Choose whether to enable job categories. Categories must be setup by an "
207
  "admin for users to choose during job submission."
208
  msgstr "Wähle hier Jobkategorien aktiviert werden sollen. Die Kategorien müssen vom Admin für User angelegt werden damit sie im Forumlar für die Joberstellung verfügbar sind. "
209
 
210
- #: includes/admin/class-wp-job-manager-settings.php:62
211
  msgid "Job Submission"
212
  msgstr "Job Übermittlungen"
213
 
214
- #: includes/admin/class-wp-job-manager-settings.php:67
215
  msgid "Account creation"
216
  msgstr "Accounterstellung"
217
 
218
- #: includes/admin/class-wp-job-manager-settings.php:68
219
  msgid "Allow account creation"
220
  msgstr "Accounterstellung erlauben"
221
 
222
- #: includes/admin/class-wp-job-manager-settings.php:69
223
  msgid ""
224
  "If enabled, non-logged in users will be able to create an account by "
225
  "entering their email address on the job submission form."
226
  msgstr "Sofern aktiviert können Gäste durch Eingabe ihrer Emailadresse im Jobformular einen Account auf dieser Seite erstellen."
227
 
228
- #: includes/admin/class-wp-job-manager-settings.php:76
 
 
 
 
 
 
 
 
 
 
229
  msgid "Account required"
230
  msgstr "Account erforderlich"
231
 
232
- #: includes/admin/class-wp-job-manager-settings.php:77
233
  msgid "Job submission requires an account"
234
  msgstr "Um ein Jobangebot zu veröffentlichen musst du einen Account erstellen."
235
 
236
- #: includes/admin/class-wp-job-manager-settings.php:78
237
  msgid ""
238
  "If disabled, non-logged in users will be able to submit job listings without"
239
  " creating an account."
240
  msgstr "Sofern deaktiviert können Gäste ohne Accounterstellung Jobs einreichen."
241
 
242
- #: includes/admin/class-wp-job-manager-settings.php:85
243
  msgid "Approval Required"
244
  msgstr "Genehmigung erforderlich"
245
 
246
- #: includes/admin/class-wp-job-manager-settings.php:86
247
  msgid "New submissions require admin approval"
248
  msgstr "Neue Jobs vom Admin genehmigen lassen"
249
 
250
- #: includes/admin/class-wp-job-manager-settings.php:87
251
  msgid "If enabled, new submissions will be inactive, pending admin approval."
252
  msgstr "Sofern aktiviert sind neue Jobs zunächst inaktiv und müssen erst vom Admin genehmigt werden."
253
 
254
- #: includes/admin/class-wp-job-manager-settings.php:94
255
  msgid "Listing duration"
256
  msgstr "Anzeigedauer"
257
 
258
- #: includes/admin/class-wp-job-manager-settings.php:95
259
  msgid ""
260
  "How many <strong>days</strong> listings are live before expiring. Can be "
261
  "left blank to never expire."
262
  msgstr "Wie viele <strong>Tage</strong> sollen Joblistings aktiv bleiben. Leer lassen wenn die Jobangebote niemals ablaufen sollen."
263
 
264
- #: includes/admin/class-wp-job-manager-settings.php:101
265
  msgid "Submit Page Slug"
266
  msgstr ""
267
 
268
- #: includes/admin/class-wp-job-manager-settings.php:102
269
  msgid ""
270
  "Enter the slug of the page where you have placed the [submit_job_form] "
271
  "shortcode. This lets the plugin know where the form is located."
272
  msgstr ""
273
 
274
- #: includes/admin/class-wp-job-manager-settings.php:154
275
  msgid "Settings successfully saved"
276
  msgstr "Einstellungen erfolgreich gespeichert"
277
 
278
- #: includes/admin/class-wp-job-manager-settings.php:233
279
  msgid "Save Changes"
280
  msgstr "Änderungen speichern"
281
 
@@ -391,6 +401,10 @@ msgstr ""
391
  msgid "Query limit reached"
392
  msgstr ""
393
 
 
 
 
 
394
  #: includes/class-wp-job-manager-post-types.php:45
395
  msgid "Job Category"
396
  msgstr "Job Kategorie"
@@ -543,8 +557,8 @@ msgstr "%s wurde gelöscht"
543
  msgid "You need to be signed in to manage your job listings."
544
  msgstr "Du musst angemeldet sein um deine Jobangebote zu verwalten."
545
 
546
- #: includes/class-wp-job-manager-shortcodes.php:187
547
- #: includes/class-wp-job-manager-shortcodes.php:217
548
  msgid "Load more job listings"
549
  msgstr "Weitere Jobangebote laden"
550
 
@@ -713,7 +727,7 @@ msgid "Your email"
713
  msgstr "Deine Email"
714
 
715
  #: templates/account-signin.php:38 templates/job-submit.php:24
716
- #: templates/job-submit.php:40
717
  msgid "(optional)"
718
  msgstr "(optional)"
719
 
@@ -813,7 +827,7 @@ msgstr "Kategorie"
813
  msgid "All Job Categories"
814
  msgstr "Alle Job Kategorien"
815
 
816
- #: templates/job-submit.php:34
817
  msgid "Company details"
818
  msgstr "Firmen Details"
819
 
@@ -828,19 +842,19 @@ msgid ""
828
  "Job submitted successfully. Your job listing will be visible once approved."
829
  msgstr "Jobangebot erfolgreich übermittelt. Es wird sichtbar sein sobald es genehmigt wurde."
830
 
831
- #: wp-job-manager-functions.php:196
832
  msgid "Reset"
833
  msgstr "Zurücksetzen"
834
 
835
- #: wp-job-manager-functions.php:200
836
  msgid "RSS"
837
  msgstr "RSS"
838
 
839
- #: wp-job-manager-functions.php:250
840
  msgid "Your email address isn&#8217;t correct."
841
  msgstr "Deine Emailadresse ist nicht korrekt."
842
 
843
- #: wp-job-manager-functions.php:253
844
  msgid "This email is already registered, please choose another one."
845
  msgstr "Diese Emailadresse ist bereits in Verwendung. Bitte versuche eine andere."
846
 
@@ -860,6 +874,10 @@ msgstr "Review ausstehend"
860
  msgid "Inactive"
861
  msgstr "Inaktiv"
862
 
 
 
 
 
863
  #: wp-job-manager-template.php:255
864
  msgid "Anywhere"
865
  msgstr "Überall"
5
  msgstr ""
6
  "Project-Id-Version: WP Job Manager\n"
7
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-job-manager\n"
8
+ "POT-Creation-Date: 2014-03-01 18:44:04+00:00\n"
9
+ "PO-Revision-Date: 2014-03-02 08:20+0000\n"
10
  "Last-Translator: mikejolley <mike.jolley@me.com>\n"
11
  "Language-Team: German (Germany) (http://www.transifex.com/projects/p/wp-job-manager/language/de_DE/)\n"
12
  "MIME-Version: 1.0\n"
167
  msgid "Delete"
168
  msgstr "Löschen"
169
 
170
+ #: includes/admin/class-wp-job-manager-settings.php:42
171
  #: includes/class-wp-job-manager-post-types.php:135
172
  #: includes/class-wp-job-manager-post-types.php:225
173
  msgid "Job Listings"
174
  msgstr "Jobangebote"
175
 
176
+ #: includes/admin/class-wp-job-manager-settings.php:48
177
  msgid "Jobs per page"
178
  msgstr "Jobs pro Seite"
179
 
180
+ #: includes/admin/class-wp-job-manager-settings.php:49
181
  msgid "How many jobs should be shown per page by default?"
182
  msgstr "Wie viele Jobs sollen pro Seite standardmäßig angezeigt werden?"
183
 
184
+ #: includes/admin/class-wp-job-manager-settings.php:55
185
  msgid "Filled positions"
186
  msgstr "Vergebene Positionen"
187
 
188
+ #: includes/admin/class-wp-job-manager-settings.php:56
189
  msgid "Hide filled positions"
190
  msgstr "Vergebene Positionen verbergen"
191
 
192
+ #: includes/admin/class-wp-job-manager-settings.php:57
193
  msgid "If enabled, filled positions will be hidden from the job list."
194
  msgstr "Sofern aktiviert werden vergebene Positionen in der Jobliste verborgen."
195
 
196
+ #: includes/admin/class-wp-job-manager-settings.php:64
197
  msgid "Job categories"
198
  msgstr "Job Kategorien"
199
 
200
+ #: includes/admin/class-wp-job-manager-settings.php:65
201
  msgid "Enable job categories"
202
  msgstr "Job Kategorien aktivieren"
203
 
204
+ #: includes/admin/class-wp-job-manager-settings.php:66
205
  msgid ""
206
  "Choose whether to enable job categories. Categories must be setup by an "
207
  "admin for users to choose during job submission."
208
  msgstr "Wähle hier Jobkategorien aktiviert werden sollen. Die Kategorien müssen vom Admin für User angelegt werden damit sie im Forumlar für die Joberstellung verfügbar sind. "
209
 
210
+ #: includes/admin/class-wp-job-manager-settings.php:73
211
  msgid "Job Submission"
212
  msgstr "Job Übermittlungen"
213
 
214
+ #: includes/admin/class-wp-job-manager-settings.php:78
215
  msgid "Account creation"
216
  msgstr "Accounterstellung"
217
 
218
+ #: includes/admin/class-wp-job-manager-settings.php:79
219
  msgid "Allow account creation"
220
  msgstr "Accounterstellung erlauben"
221
 
222
+ #: includes/admin/class-wp-job-manager-settings.php:80
223
  msgid ""
224
  "If enabled, non-logged in users will be able to create an account by "
225
  "entering their email address on the job submission form."
226
  msgstr "Sofern aktiviert können Gäste durch Eingabe ihrer Emailadresse im Jobformular einen Account auf dieser Seite erstellen."
227
 
228
+ #: includes/admin/class-wp-job-manager-settings.php:87
229
+ msgid "Account Role"
230
+ msgstr ""
231
+
232
+ #: includes/admin/class-wp-job-manager-settings.php:88
233
+ msgid ""
234
+ "If you enable registration on your job submission form, choose a role for "
235
+ "the new user."
236
+ msgstr ""
237
+
238
+ #: includes/admin/class-wp-job-manager-settings.php:95
239
  msgid "Account required"
240
  msgstr "Account erforderlich"
241
 
242
+ #: includes/admin/class-wp-job-manager-settings.php:96
243
  msgid "Job submission requires an account"
244
  msgstr "Um ein Jobangebot zu veröffentlichen musst du einen Account erstellen."
245
 
246
+ #: includes/admin/class-wp-job-manager-settings.php:97
247
  msgid ""
248
  "If disabled, non-logged in users will be able to submit job listings without"
249
  " creating an account."
250
  msgstr "Sofern deaktiviert können Gäste ohne Accounterstellung Jobs einreichen."
251
 
252
+ #: includes/admin/class-wp-job-manager-settings.php:104
253
  msgid "Approval Required"
254
  msgstr "Genehmigung erforderlich"
255
 
256
+ #: includes/admin/class-wp-job-manager-settings.php:105
257
  msgid "New submissions require admin approval"
258
  msgstr "Neue Jobs vom Admin genehmigen lassen"
259
 
260
+ #: includes/admin/class-wp-job-manager-settings.php:106
261
  msgid "If enabled, new submissions will be inactive, pending admin approval."
262
  msgstr "Sofern aktiviert sind neue Jobs zunächst inaktiv und müssen erst vom Admin genehmigt werden."
263
 
264
+ #: includes/admin/class-wp-job-manager-settings.php:113
265
  msgid "Listing duration"
266
  msgstr "Anzeigedauer"
267
 
268
+ #: includes/admin/class-wp-job-manager-settings.php:114
269
  msgid ""
270
  "How many <strong>days</strong> listings are live before expiring. Can be "
271
  "left blank to never expire."
272
  msgstr "Wie viele <strong>Tage</strong> sollen Joblistings aktiv bleiben. Leer lassen wenn die Jobangebote niemals ablaufen sollen."
273
 
274
+ #: includes/admin/class-wp-job-manager-settings.php:120
275
  msgid "Submit Page Slug"
276
  msgstr ""
277
 
278
+ #: includes/admin/class-wp-job-manager-settings.php:121
279
  msgid ""
280
  "Enter the slug of the page where you have placed the [submit_job_form] "
281
  "shortcode. This lets the plugin know where the form is located."
282
  msgstr ""
283
 
284
+ #: includes/admin/class-wp-job-manager-settings.php:173
285
  msgid "Settings successfully saved"
286
  msgstr "Einstellungen erfolgreich gespeichert"
287
 
288
+ #: includes/admin/class-wp-job-manager-settings.php:252
289
  msgid "Save Changes"
290
  msgstr "Änderungen speichern"
291
 
401
  msgid "Query limit reached"
402
  msgstr ""
403
 
404
+ #: includes/class-wp-job-manager-install.php:40
405
+ msgid "Employer"
406
+ msgstr ""
407
+
408
  #: includes/class-wp-job-manager-post-types.php:45
409
  msgid "Job Category"
410
  msgstr "Job Kategorie"
557
  msgid "You need to be signed in to manage your job listings."
558
  msgstr "Du musst angemeldet sein um deine Jobangebote zu verwalten."
559
 
560
+ #: includes/class-wp-job-manager-shortcodes.php:195
561
+ #: includes/class-wp-job-manager-shortcodes.php:225
562
  msgid "Load more job listings"
563
  msgstr "Weitere Jobangebote laden"
564
 
727
  msgstr "Deine Email"
728
 
729
  #: templates/account-signin.php:38 templates/job-submit.php:24
730
+ #: templates/job-submit.php:41
731
  msgid "(optional)"
732
  msgstr "(optional)"
733
 
827
  msgid "All Job Categories"
828
  msgstr "Alle Job Kategorien"
829
 
830
+ #: templates/job-submit.php:35
831
  msgid "Company details"
832
  msgstr "Firmen Details"
833
 
842
  "Job submitted successfully. Your job listing will be visible once approved."
843
  msgstr "Jobangebot erfolgreich übermittelt. Es wird sichtbar sein sobald es genehmigt wurde."
844
 
845
+ #: wp-job-manager-functions.php:214
846
  msgid "Reset"
847
  msgstr "Zurücksetzen"
848
 
849
+ #: wp-job-manager-functions.php:218
850
  msgid "RSS"
851
  msgstr "RSS"
852
 
853
+ #: wp-job-manager-functions.php:268
854
  msgid "Your email address isn&#8217;t correct."
855
  msgstr "Deine Emailadresse ist nicht korrekt."
856
 
857
+ #: wp-job-manager-functions.php:271
858
  msgid "This email is already registered, please choose another one."
859
  msgstr "Diese Emailadresse ist bereits in Verwendung. Bitte versuche eine andere."
860
 
874
  msgid "Inactive"
875
  msgstr "Inaktiv"
876
 
877
+ #: wp-job-manager-template.php:197
878
+ msgid "Job Application via \"%s\" listing on %s"
879
+ msgstr ""
880
+
881
  #: wp-job-manager-template.php:255
882
  msgid "Anywhere"
883
  msgstr "Überall"
languages/wp-job-manager-el_GR.mo CHANGED
Binary file
languages/wp-job-manager-el_GR.po CHANGED
@@ -1,12 +1,13 @@
1
  # Copyright (C) 2014 WP Job Manager
2
  # This file is distributed under the same license as the WP Job Manager package.
3
  # Translators:
 
4
  msgid ""
5
  msgstr ""
6
  "Project-Id-Version: WP Job Manager\n"
7
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-job-manager\n"
8
- "POT-Creation-Date: 2014-02-01 15:24:41+00:00\n"
9
- "PO-Revision-Date: 2014-01-31 08:21+0000\n"
10
  "Last-Translator: mikejolley <mike.jolley@me.com>\n"
11
  "Language-Team: Greek (Greece) (http://www.transifex.com/projects/p/wp-job-manager/language/el_GR/)\n"
12
  "MIME-Version: 1.0\n"
@@ -18,7 +19,7 @@ msgstr ""
18
  #: includes/admin/class-wp-job-manager-addons.php:50
19
  #: includes/admin/class-wp-job-manager-admin.php:55
20
  msgid "WP Job Manager Add-ons"
21
- msgstr ""
22
 
23
  #: includes/admin/class-wp-job-manager-admin.php:52
24
  msgid "Settings"
@@ -26,7 +27,7 @@ msgstr "Settings"
26
 
27
  #: includes/admin/class-wp-job-manager-admin.php:55
28
  msgid "Add-ons"
29
- msgstr ""
30
 
31
  #: includes/admin/class-wp-job-manager-cpt.php:43
32
  #: includes/admin/class-wp-job-manager-cpt.php:44
@@ -36,7 +37,7 @@ msgstr ""
36
  #: includes/admin/class-wp-job-manager-cpt.php:112
37
  #: includes/admin/class-wp-job-manager-cpt.php:114
38
  msgid "%s approved"
39
- msgstr ""
40
 
41
  #: includes/admin/class-wp-job-manager-cpt.php:157
42
  msgid "Select a category"
@@ -133,12 +134,12 @@ msgstr "Δράσεις"
133
 
134
  #: includes/admin/class-wp-job-manager-cpt.php:267
135
  msgid "Job ID: %d"
136
- msgstr ""
137
 
138
  #: includes/admin/class-wp-job-manager-cpt.php:293
139
  #: includes/admin/class-wp-job-manager-cpt.php:298
140
  msgid "M j, Y"
141
- msgstr ""
142
 
143
  #: includes/admin/class-wp-job-manager-cpt.php:294
144
  msgid "by a guest"
@@ -150,7 +151,7 @@ msgstr "από %s"
150
 
151
  #: includes/admin/class-wp-job-manager-cpt.php:311
152
  msgid "Approve"
153
- msgstr ""
154
 
155
  #: includes/admin/class-wp-job-manager-cpt.php:318
156
  msgid "View"
@@ -167,115 +168,125 @@ msgstr "Επεξεργασία"
167
  msgid "Delete"
168
  msgstr "Διαγραφή"
169
 
170
- #: includes/admin/class-wp-job-manager-settings.php:31
171
  #: includes/class-wp-job-manager-post-types.php:135
172
  #: includes/class-wp-job-manager-post-types.php:225
173
  msgid "Job Listings"
174
  msgstr "Αγγελίες"
175
 
176
- #: includes/admin/class-wp-job-manager-settings.php:37
177
  msgid "Jobs per page"
178
  msgstr "Αγγελίες ανά σελίδα"
179
 
180
- #: includes/admin/class-wp-job-manager-settings.php:38
181
  msgid "How many jobs should be shown per page by default?"
182
  msgstr "Πόσες θέσεις εργασίας θα πρέπει να εμφανίζονται ανά σελίδα από προεπιλογή;"
183
 
184
- #: includes/admin/class-wp-job-manager-settings.php:44
185
  msgid "Filled positions"
186
  msgstr "Θέσεις που έχουν καλυφθεί"
187
 
188
- #: includes/admin/class-wp-job-manager-settings.php:45
189
  msgid "Hide filled positions"
190
  msgstr "Απόκρυψη θέσεων που έχουν καλυφθεί"
191
 
192
- #: includes/admin/class-wp-job-manager-settings.php:46
193
  msgid "If enabled, filled positions will be hidden from the job list."
194
  msgstr "Ενεργοποιημένο θα αποκρύψει θέσεις που έχουν καλυφθεί από τη λίστα εργασιών."
195
 
196
- #: includes/admin/class-wp-job-manager-settings.php:53
197
  msgid "Job categories"
198
  msgstr "Κατηγορίες Αγγελιών"
199
 
200
- #: includes/admin/class-wp-job-manager-settings.php:54
201
  msgid "Enable job categories"
202
  msgstr "Ενεργοποίηση κατηγοριών θέσεων εργασίας"
203
 
204
- #: includes/admin/class-wp-job-manager-settings.php:55
205
  msgid ""
206
  "Choose whether to enable job categories. Categories must be setup by an "
207
  "admin for users to choose during job submission."
208
  msgstr "Επιλέξτε εάν θέλετε να ενεργοποιήσετε κατηγορίες θέσεων εργασίας. Οι κατηγορίες πρέπει να ρυθμιστούν από ένα διαχειριστή ώστε οι χρήστες να επιλέξουν κατά τη διάρκεια της υποβολής της αγγελίας."
209
 
210
- #: includes/admin/class-wp-job-manager-settings.php:62
211
  msgid "Job Submission"
212
  msgstr "Υποβολή Αγγελίας"
213
 
214
- #: includes/admin/class-wp-job-manager-settings.php:67
215
  msgid "Account creation"
216
  msgstr "Δημιουργία λογαριασμού"
217
 
218
- #: includes/admin/class-wp-job-manager-settings.php:68
219
  msgid "Allow account creation"
220
  msgstr "Επιτρέψτε τη δημιουργία λογαριασμού"
221
 
222
- #: includes/admin/class-wp-job-manager-settings.php:69
223
  msgid ""
224
  "If enabled, non-logged in users will be able to create an account by "
225
  "entering their email address on the job submission form."
 
 
 
 
 
 
 
 
 
 
226
  msgstr ""
227
 
228
- #: includes/admin/class-wp-job-manager-settings.php:76
229
  msgid "Account required"
230
  msgstr "Απαιτείται λογαριασμός"
231
 
232
- #: includes/admin/class-wp-job-manager-settings.php:77
233
  msgid "Job submission requires an account"
234
  msgstr "Για υποβολή αγγελίας πρέπει να έχετε λογαριασμό"
235
 
236
- #: includes/admin/class-wp-job-manager-settings.php:78
237
  msgid ""
238
  "If disabled, non-logged in users will be able to submit job listings without"
239
  " creating an account."
240
  msgstr "Εάν είναι απενεργοποιημένη, μη συνδεδεμένοι χρήστες θα είναι σε θέση να υποβάλουν αγγελίες χωρίς να δημιουργήσουν λογαριασμό."
241
 
242
- #: includes/admin/class-wp-job-manager-settings.php:85
243
  msgid "Approval Required"
244
  msgstr "Απαιτείται έγκριση"
245
 
246
- #: includes/admin/class-wp-job-manager-settings.php:86
247
  msgid "New submissions require admin approval"
248
  msgstr "Νέες αγγελίες απαιτούν την έγκριση του διαχειριστή"
249
 
250
- #: includes/admin/class-wp-job-manager-settings.php:87
251
  msgid "If enabled, new submissions will be inactive, pending admin approval."
252
  msgstr "Εάν είναι ενεργοποιημένη, οι νέες αγγελίες θα είναι ανενεργές, εν αναμονή έγκρισης από διαχειριστή."
253
 
254
- #: includes/admin/class-wp-job-manager-settings.php:94
255
  msgid "Listing duration"
256
  msgstr "Διάρκεια αγγελίας"
257
 
258
- #: includes/admin/class-wp-job-manager-settings.php:95
259
  msgid ""
260
  "How many <strong>days</strong> listings are live before expiring. Can be "
261
  "left blank to never expire."
262
  msgstr "Πόσες <strong>μέρες</strong> διαρκούν οι καταχωρίσεις πριν λήξουν; Αφήστε το κενό για να μην λήγουν ποτέ."
263
 
264
- #: includes/admin/class-wp-job-manager-settings.php:101
265
  msgid "Submit Page Slug"
266
  msgstr ""
267
 
268
- #: includes/admin/class-wp-job-manager-settings.php:102
269
  msgid ""
270
  "Enter the slug of the page where you have placed the [submit_job_form] "
271
  "shortcode. This lets the plugin know where the form is located."
272
  msgstr ""
273
 
274
- #: includes/admin/class-wp-job-manager-settings.php:154
275
  msgid "Settings successfully saved"
276
  msgstr "Οι ρυθμίσεις αποθηκεύτηκαν με επιτυχία"
277
 
278
- #: includes/admin/class-wp-job-manager-settings.php:233
279
  msgid "Save Changes"
280
  msgstr "Αποθήκευση αλλαγών"
281
 
@@ -287,13 +298,13 @@ msgstr "Τοποθεσία εργασίας"
287
  #: includes/admin/class-wp-job-manager-writepanels.php:28
288
  #: includes/forms/class-wp-job-manager-form-submit-job.php:117
289
  msgid "e.g. \"London, UK\", \"New York\", \"Houston, TX\""
290
- msgstr ""
291
 
292
  #: includes/admin/class-wp-job-manager-writepanels.php:29
293
  #: includes/forms/class-wp-job-manager-form-submit-job.php:114
294
  msgid ""
295
  "Leave this blank if the job can be done from anywhere (i.e. telecommuting)"
296
- msgstr ""
297
 
298
  #: includes/admin/class-wp-job-manager-writepanels.php:32
299
  #: includes/forms/class-wp-job-manager-form-submit-job.php:144
@@ -339,7 +350,7 @@ msgstr "Καλύφθηκε η θέση;"
339
 
340
  #: includes/admin/class-wp-job-manager-writepanels.php:61
341
  msgid "Feature this job listing?"
342
- msgstr ""
343
 
344
  #: includes/admin/class-wp-job-manager-writepanels.php:63
345
  msgid ""
@@ -349,11 +360,11 @@ msgstr ""
349
 
350
  #: includes/admin/class-wp-job-manager-writepanels.php:66
351
  msgid "Job Expires"
352
- msgstr ""
353
 
354
  #: includes/admin/class-wp-job-manager-writepanels.php:67
355
  msgid "yyyy-mm-dd"
356
- msgstr ""
357
 
358
  #: includes/admin/class-wp-job-manager-writepanels.php:79
359
  msgid "Job Listing Data"
@@ -385,12 +396,16 @@ msgstr "βρίσκεται στο &ldquo;%s&rdquo;"
385
 
386
  #: includes/class-wp-job-manager-geocode.php:130
387
  msgid "No results found"
388
- msgstr ""
389
 
390
  #: includes/class-wp-job-manager-geocode.php:133
391
  msgid "Query limit reached"
392
  msgstr ""
393
 
 
 
 
 
394
  #: includes/class-wp-job-manager-post-types.php:45
395
  msgid "Job Category"
396
  msgstr "Κατηγορία Εργασίας"
@@ -543,8 +558,8 @@ msgstr "%s έχει διαγραφεί"
543
  msgid "You need to be signed in to manage your job listings."
544
  msgstr "Πρέπει να είστε συνδεδεμένοι για να διαχειριστείτε τις αγγελίες σας."
545
 
546
- #: includes/class-wp-job-manager-shortcodes.php:187
547
- #: includes/class-wp-job-manager-shortcodes.php:217
548
  msgid "Load more job listings"
549
  msgstr "Φορτώστε περισσότερες αγγελίες"
550
 
@@ -640,7 +655,7 @@ msgstr "Περιγράψτε εν συντομία την εταιρεία σα
640
 
641
  #: includes/forms/class-wp-job-manager-form-submit-job.php:175
642
  msgid "Twitter username"
643
- msgstr "Twitter"
644
 
645
  #: includes/forms/class-wp-job-manager-form-submit-job.php:178
646
  msgid "@yourcompany"
@@ -672,7 +687,7 @@ msgstr "&larr; Επεξεργασία αγγελίας"
672
 
673
  #: includes/forms/class-wp-job-manager-form-submit-job.php:633
674
  msgid "\"%s\" needs to be one of the following file types: %s"
675
- msgstr ""
676
 
677
  #: templates/account-signin.php:4
678
  msgid "Your account"
@@ -713,7 +728,7 @@ msgid "Your email"
713
  msgstr "Το email σας"
714
 
715
  #: templates/account-signin.php:38 templates/job-submit.php:24
716
- #: templates/job-submit.php:40
717
  msgid "(optional)"
718
  msgstr "(προαιρετικό)"
719
 
@@ -721,7 +736,7 @@ msgstr "(προαιρετικό)"
721
  #: templates/content-single-job_listing.php:19
722
  #: templates/content-summary-job_listing.php:14
723
  msgid "Posted %s ago"
724
- msgstr ""
725
 
726
  #: templates/content-single-job_listing.php:8
727
  msgid "This job listing has expired"
@@ -733,7 +748,7 @@ msgstr "Αυτή η θέση έχει καλυφθεί"
733
 
734
  #: templates/form-fields/file-field.php:6
735
  msgid "remove"
736
- msgstr ""
737
 
738
  #: templates/form-fields/file-field.php:6
739
  msgid "or"
@@ -741,7 +756,7 @@ msgstr "ή"
741
 
742
  #: templates/form-fields/file-field.php:16
743
  msgid "Max. file size: %s."
744
- msgstr ""
745
 
746
  #: templates/job-application.php:5
747
  msgid "Apply for job"
@@ -813,7 +828,7 @@ msgstr "Κατηγορία"
813
  msgid "All Job Categories"
814
  msgstr "Όλες οι κατηγορίες θέσεων εργασίας"
815
 
816
- #: templates/job-submit.php:34
817
  msgid "Company details"
818
  msgstr "Στοιχεία της εταιρείας"
819
 
@@ -828,19 +843,19 @@ msgid ""
828
  "Job submitted successfully. Your job listing will be visible once approved."
829
  msgstr "Η αγγελία καταχωρήθηκε με επιτυχία. Η αγγελία σας θα είναι ορατή εφόσον εγκριθεί."
830
 
831
- #: wp-job-manager-functions.php:196
832
  msgid "Reset"
833
  msgstr "Επαναφορά"
834
 
835
- #: wp-job-manager-functions.php:200
836
  msgid "RSS"
837
  msgstr "RSS"
838
 
839
- #: wp-job-manager-functions.php:250
840
  msgid "Your email address isn&#8217;t correct."
841
  msgstr "Η διεύθυνση email σας δεν είναι σωστή."
842
 
843
- #: wp-job-manager-functions.php:253
844
  msgid "This email is already registered, please choose another one."
845
  msgstr "Το email έχει ήδη εγγραφεί, επιλέξτε ένα άλλο."
846
 
@@ -860,9 +875,13 @@ msgstr "Εν αναμονή αναθεώρησης"
860
  msgid "Inactive"
861
  msgstr "Ανενεργό"
862
 
 
 
 
 
863
  #: wp-job-manager-template.php:255
864
  msgid "Anywhere"
865
- msgstr ""
866
 
867
  #: wp-job-manager.php:96
868
  msgid "Are you sure you want to delete this job?"
@@ -874,7 +893,7 @@ msgstr "WP Job Manager"
874
 
875
  #. Plugin URI of the plugin/theme
876
  msgid "http://mikejolley.com/projects/wp-job-manager/"
877
- msgstr ""
878
 
879
  #. Description of the plugin/theme
880
  msgid ""
1
  # Copyright (C) 2014 WP Job Manager
2
  # This file is distributed under the same license as the WP Job Manager package.
3
  # Translators:
4
+ # dpetrop <dpetrop@gmail.com>, 2014
5
  msgid ""
6
  msgstr ""
7
  "Project-Id-Version: WP Job Manager\n"
8
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-job-manager\n"
9
+ "POT-Creation-Date: 2014-03-01 18:44:04+00:00\n"
10
+ "PO-Revision-Date: 2014-03-02 08:20+0000\n"
11
  "Last-Translator: mikejolley <mike.jolley@me.com>\n"
12
  "Language-Team: Greek (Greece) (http://www.transifex.com/projects/p/wp-job-manager/language/el_GR/)\n"
13
  "MIME-Version: 1.0\n"
19
  #: includes/admin/class-wp-job-manager-addons.php:50
20
  #: includes/admin/class-wp-job-manager-admin.php:55
21
  msgid "WP Job Manager Add-ons"
22
+ msgstr "WP Job Manager Add-ons"
23
 
24
  #: includes/admin/class-wp-job-manager-admin.php:52
25
  msgid "Settings"
27
 
28
  #: includes/admin/class-wp-job-manager-admin.php:55
29
  msgid "Add-ons"
30
+ msgstr "Πρόσθετα"
31
 
32
  #: includes/admin/class-wp-job-manager-cpt.php:43
33
  #: includes/admin/class-wp-job-manager-cpt.php:44
37
  #: includes/admin/class-wp-job-manager-cpt.php:112
38
  #: includes/admin/class-wp-job-manager-cpt.php:114
39
  msgid "%s approved"
40
+ msgstr "%s εγκρίθηκαν"
41
 
42
  #: includes/admin/class-wp-job-manager-cpt.php:157
43
  msgid "Select a category"
134
 
135
  #: includes/admin/class-wp-job-manager-cpt.php:267
136
  msgid "Job ID: %d"
137
+ msgstr "Κωδ. εργασίας: %d"
138
 
139
  #: includes/admin/class-wp-job-manager-cpt.php:293
140
  #: includes/admin/class-wp-job-manager-cpt.php:298
141
  msgid "M j, Y"
142
+ msgstr "M j, Y"
143
 
144
  #: includes/admin/class-wp-job-manager-cpt.php:294
145
  msgid "by a guest"
151
 
152
  #: includes/admin/class-wp-job-manager-cpt.php:311
153
  msgid "Approve"
154
+ msgstr "Εγκρίνω"
155
 
156
  #: includes/admin/class-wp-job-manager-cpt.php:318
157
  msgid "View"
168
  msgid "Delete"
169
  msgstr "Διαγραφή"
170
 
171
+ #: includes/admin/class-wp-job-manager-settings.php:42
172
  #: includes/class-wp-job-manager-post-types.php:135
173
  #: includes/class-wp-job-manager-post-types.php:225
174
  msgid "Job Listings"
175
  msgstr "Αγγελίες"
176
 
177
+ #: includes/admin/class-wp-job-manager-settings.php:48
178
  msgid "Jobs per page"
179
  msgstr "Αγγελίες ανά σελίδα"
180
 
181
+ #: includes/admin/class-wp-job-manager-settings.php:49
182
  msgid "How many jobs should be shown per page by default?"
183
  msgstr "Πόσες θέσεις εργασίας θα πρέπει να εμφανίζονται ανά σελίδα από προεπιλογή;"
184
 
185
+ #: includes/admin/class-wp-job-manager-settings.php:55
186
  msgid "Filled positions"
187
  msgstr "Θέσεις που έχουν καλυφθεί"
188
 
189
+ #: includes/admin/class-wp-job-manager-settings.php:56
190
  msgid "Hide filled positions"
191
  msgstr "Απόκρυψη θέσεων που έχουν καλυφθεί"
192
 
193
+ #: includes/admin/class-wp-job-manager-settings.php:57
194
  msgid "If enabled, filled positions will be hidden from the job list."
195
  msgstr "Ενεργοποιημένο θα αποκρύψει θέσεις που έχουν καλυφθεί από τη λίστα εργασιών."
196
 
197
+ #: includes/admin/class-wp-job-manager-settings.php:64
198
  msgid "Job categories"
199
  msgstr "Κατηγορίες Αγγελιών"
200
 
201
+ #: includes/admin/class-wp-job-manager-settings.php:65
202
  msgid "Enable job categories"
203
  msgstr "Ενεργοποίηση κατηγοριών θέσεων εργασίας"
204
 
205
+ #: includes/admin/class-wp-job-manager-settings.php:66
206
  msgid ""
207
  "Choose whether to enable job categories. Categories must be setup by an "
208
  "admin for users to choose during job submission."
209
  msgstr "Επιλέξτε εάν θέλετε να ενεργοποιήσετε κατηγορίες θέσεων εργασίας. Οι κατηγορίες πρέπει να ρυθμιστούν από ένα διαχειριστή ώστε οι χρήστες να επιλέξουν κατά τη διάρκεια της υποβολής της αγγελίας."
210
 
211
+ #: includes/admin/class-wp-job-manager-settings.php:73
212
  msgid "Job Submission"
213
  msgstr "Υποβολή Αγγελίας"
214
 
215
+ #: includes/admin/class-wp-job-manager-settings.php:78
216
  msgid "Account creation"
217
  msgstr "Δημιουργία λογαριασμού"
218
 
219
+ #: includes/admin/class-wp-job-manager-settings.php:79
220
  msgid "Allow account creation"
221
  msgstr "Επιτρέψτε τη δημιουργία λογαριασμού"
222
 
223
+ #: includes/admin/class-wp-job-manager-settings.php:80
224
  msgid ""
225
  "If enabled, non-logged in users will be able to create an account by "
226
  "entering their email address on the job submission form."
227
+ msgstr "Εάν ενεργοποιηθεί, οι μη συνδεδεμένοι χρήστες θα μπορούν να δημιουργήσουν λογαριασμό εισάγοντας το email τους στη φόρμα υποβολής εργασίας."
228
+
229
+ #: includes/admin/class-wp-job-manager-settings.php:87
230
+ msgid "Account Role"
231
+ msgstr ""
232
+
233
+ #: includes/admin/class-wp-job-manager-settings.php:88
234
+ msgid ""
235
+ "If you enable registration on your job submission form, choose a role for "
236
+ "the new user."
237
  msgstr ""
238
 
239
+ #: includes/admin/class-wp-job-manager-settings.php:95
240
  msgid "Account required"
241
  msgstr "Απαιτείται λογαριασμός"
242
 
243
+ #: includes/admin/class-wp-job-manager-settings.php:96
244
  msgid "Job submission requires an account"
245
  msgstr "Για υποβολή αγγελίας πρέπει να έχετε λογαριασμό"
246
 
247
+ #: includes/admin/class-wp-job-manager-settings.php:97
248
  msgid ""
249
  "If disabled, non-logged in users will be able to submit job listings without"
250
  " creating an account."
251
  msgstr "Εάν είναι απενεργοποιημένη, μη συνδεδεμένοι χρήστες θα είναι σε θέση να υποβάλουν αγγελίες χωρίς να δημιουργήσουν λογαριασμό."
252
 
253
+ #: includes/admin/class-wp-job-manager-settings.php:104
254
  msgid "Approval Required"
255
  msgstr "Απαιτείται έγκριση"
256
 
257
+ #: includes/admin/class-wp-job-manager-settings.php:105
258
  msgid "New submissions require admin approval"
259
  msgstr "Νέες αγγελίες απαιτούν την έγκριση του διαχειριστή"
260
 
261
+ #: includes/admin/class-wp-job-manager-settings.php:106
262
  msgid "If enabled, new submissions will be inactive, pending admin approval."
263
  msgstr "Εάν είναι ενεργοποιημένη, οι νέες αγγελίες θα είναι ανενεργές, εν αναμονή έγκρισης από διαχειριστή."
264
 
265
+ #: includes/admin/class-wp-job-manager-settings.php:113
266
  msgid "Listing duration"
267
  msgstr "Διάρκεια αγγελίας"
268
 
269
+ #: includes/admin/class-wp-job-manager-settings.php:114
270
  msgid ""
271
  "How many <strong>days</strong> listings are live before expiring. Can be "
272
  "left blank to never expire."
273
  msgstr "Πόσες <strong>μέρες</strong> διαρκούν οι καταχωρίσεις πριν λήξουν; Αφήστε το κενό για να μην λήγουν ποτέ."
274
 
275
+ #: includes/admin/class-wp-job-manager-settings.php:120
276
  msgid "Submit Page Slug"
277
  msgstr ""
278
 
279
+ #: includes/admin/class-wp-job-manager-settings.php:121
280
  msgid ""
281
  "Enter the slug of the page where you have placed the [submit_job_form] "
282
  "shortcode. This lets the plugin know where the form is located."
283
  msgstr ""
284
 
285
+ #: includes/admin/class-wp-job-manager-settings.php:173
286
  msgid "Settings successfully saved"
287
  msgstr "Οι ρυθμίσεις αποθηκεύτηκαν με επιτυχία"
288
 
289
+ #: includes/admin/class-wp-job-manager-settings.php:252
290
  msgid "Save Changes"
291
  msgstr "Αποθήκευση αλλαγών"
292
 
298
  #: includes/admin/class-wp-job-manager-writepanels.php:28
299
  #: includes/forms/class-wp-job-manager-form-submit-job.php:117
300
  msgid "e.g. \"London, UK\", \"New York\", \"Houston, TX\""
301
+ msgstr "π.χ. \"Αθήνα\", \"Περιστέρι\", \"Μαρούσι\", \"Πάτρα\""
302
 
303
  #: includes/admin/class-wp-job-manager-writepanels.php:29
304
  #: includes/forms/class-wp-job-manager-form-submit-job.php:114
305
  msgid ""
306
  "Leave this blank if the job can be done from anywhere (i.e. telecommuting)"
307
+ msgstr "Αφήστε το κενό αν η εργασία μπορεί να γίνει από οπουδήποτε (π.χ. τηλεργασία)"
308
 
309
  #: includes/admin/class-wp-job-manager-writepanels.php:32
310
  #: includes/forms/class-wp-job-manager-form-submit-job.php:144
350
 
351
  #: includes/admin/class-wp-job-manager-writepanels.php:61
352
  msgid "Feature this job listing?"
353
+ msgstr "Χαρακτηριστικό της θέσης εργασίας;"
354
 
355
  #: includes/admin/class-wp-job-manager-writepanels.php:63
356
  msgid ""
360
 
361
  #: includes/admin/class-wp-job-manager-writepanels.php:66
362
  msgid "Job Expires"
363
+ msgstr "Λήξη εργασίας"
364
 
365
  #: includes/admin/class-wp-job-manager-writepanels.php:67
366
  msgid "yyyy-mm-dd"
367
+ msgstr "yyyy-mm-dd"
368
 
369
  #: includes/admin/class-wp-job-manager-writepanels.php:79
370
  msgid "Job Listing Data"
396
 
397
  #: includes/class-wp-job-manager-geocode.php:130
398
  msgid "No results found"
399
+ msgstr "Δεν βρέθηκαν αποτελέσματα"
400
 
401
  #: includes/class-wp-job-manager-geocode.php:133
402
  msgid "Query limit reached"
403
  msgstr ""
404
 
405
+ #: includes/class-wp-job-manager-install.php:40
406
+ msgid "Employer"
407
+ msgstr ""
408
+
409
  #: includes/class-wp-job-manager-post-types.php:45
410
  msgid "Job Category"
411
  msgstr "Κατηγορία Εργασίας"
558
  msgid "You need to be signed in to manage your job listings."
559
  msgstr "Πρέπει να είστε συνδεδεμένοι για να διαχειριστείτε τις αγγελίες σας."
560
 
561
+ #: includes/class-wp-job-manager-shortcodes.php:195
562
+ #: includes/class-wp-job-manager-shortcodes.php:225
563
  msgid "Load more job listings"
564
  msgstr "Φορτώστε περισσότερες αγγελίες"
565
 
655
 
656
  #: includes/forms/class-wp-job-manager-form-submit-job.php:175
657
  msgid "Twitter username"
658
+ msgstr "Twitter username"
659
 
660
  #: includes/forms/class-wp-job-manager-form-submit-job.php:178
661
  msgid "@yourcompany"
687
 
688
  #: includes/forms/class-wp-job-manager-form-submit-job.php:633
689
  msgid "\"%s\" needs to be one of the following file types: %s"
690
+ msgstr "\"%s\" πρέπει να είναι ένας από τους ακόλουθους τύπους αρχείων: %s"
691
 
692
  #: templates/account-signin.php:4
693
  msgid "Your account"
728
  msgstr "Το email σας"
729
 
730
  #: templates/account-signin.php:38 templates/job-submit.php:24
731
+ #: templates/job-submit.php:41
732
  msgid "(optional)"
733
  msgstr "(προαιρετικό)"
734
 
736
  #: templates/content-single-job_listing.php:19
737
  #: templates/content-summary-job_listing.php:14
738
  msgid "Posted %s ago"
739
+ msgstr "Δημοσιεύτηκε πριν από %s"
740
 
741
  #: templates/content-single-job_listing.php:8
742
  msgid "This job listing has expired"
748
 
749
  #: templates/form-fields/file-field.php:6
750
  msgid "remove"
751
+ msgstr "αφαιρώ"
752
 
753
  #: templates/form-fields/file-field.php:6
754
  msgid "or"
756
 
757
  #: templates/form-fields/file-field.php:16
758
  msgid "Max. file size: %s."
759
+ msgstr "Μέγιστο μέγεθος αρχείου: %s"
760
 
761
  #: templates/job-application.php:5
762
  msgid "Apply for job"
828
  msgid "All Job Categories"
829
  msgstr "Όλες οι κατηγορίες θέσεων εργασίας"
830
 
831
+ #: templates/job-submit.php:35
832
  msgid "Company details"
833
  msgstr "Στοιχεία της εταιρείας"
834
 
843
  "Job submitted successfully. Your job listing will be visible once approved."
844
  msgstr "Η αγγελία καταχωρήθηκε με επιτυχία. Η αγγελία σας θα είναι ορατή εφόσον εγκριθεί."
845
 
846
+ #: wp-job-manager-functions.php:214
847
  msgid "Reset"
848
  msgstr "Επαναφορά"
849
 
850
+ #: wp-job-manager-functions.php:218
851
  msgid "RSS"
852
  msgstr "RSS"
853
 
854
+ #: wp-job-manager-functions.php:268
855
  msgid "Your email address isn&#8217;t correct."
856
  msgstr "Η διεύθυνση email σας δεν είναι σωστή."
857
 
858
+ #: wp-job-manager-functions.php:271
859
  msgid "This email is already registered, please choose another one."
860
  msgstr "Το email έχει ήδη εγγραφεί, επιλέξτε ένα άλλο."
861
 
875
  msgid "Inactive"
876
  msgstr "Ανενεργό"
877
 
878
+ #: wp-job-manager-template.php:197
879
+ msgid "Job Application via \"%s\" listing on %s"
880
+ msgstr ""
881
+
882
  #: wp-job-manager-template.php:255
883
  msgid "Anywhere"
884
+ msgstr "Οπουδήποτε"
885
 
886
  #: wp-job-manager.php:96
887
  msgid "Are you sure you want to delete this job?"
893
 
894
  #. Plugin URI of the plugin/theme
895
  msgid "http://mikejolley.com/projects/wp-job-manager/"
896
+ msgstr "http://mikejolley.com/projects/wp-job-manager/"
897
 
898
  #. Description of the plugin/theme
899
  msgid ""
languages/wp-job-manager-es.mo CHANGED
Binary file
languages/wp-job-manager-es.po CHANGED
@@ -6,8 +6,8 @@ msgid ""
6
  msgstr ""
7
  "Project-Id-Version: WP Job Manager\n"
8
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-job-manager\n"
9
- "POT-Creation-Date: 2014-02-01 15:24:41+00:00\n"
10
- "PO-Revision-Date: 2014-01-31 08:21+0000\n"
11
  "Last-Translator: mikejolley <mike.jolley@me.com>\n"
12
  "Language-Team: Spanish (http://www.transifex.com/projects/p/wp-job-manager/language/es/)\n"
13
  "MIME-Version: 1.0\n"
@@ -168,115 +168,125 @@ msgstr "Editar "
168
  msgid "Delete"
169
  msgstr "Eliminar "
170
 
171
- #: includes/admin/class-wp-job-manager-settings.php:31
172
  #: includes/class-wp-job-manager-post-types.php:135
173
  #: includes/class-wp-job-manager-post-types.php:225
174
  msgid "Job Listings"
175
  msgstr "Ofertas laborales"
176
 
177
- #: includes/admin/class-wp-job-manager-settings.php:37
178
  msgid "Jobs per page"
179
  msgstr "Ofertas laborales por página"
180
 
181
- #: includes/admin/class-wp-job-manager-settings.php:38
182
  msgid "How many jobs should be shown per page by default?"
183
  msgstr "Cuantas ofertas laborales deben er mostrado por página de manera predeterminada"
184
 
185
- #: includes/admin/class-wp-job-manager-settings.php:44
186
  msgid "Filled positions"
187
  msgstr "Ofertas de posiciones"
188
 
189
- #: includes/admin/class-wp-job-manager-settings.php:45
190
  msgid "Hide filled positions"
191
  msgstr "Esconder las ofertas laboras"
192
 
193
- #: includes/admin/class-wp-job-manager-settings.php:46
194
  msgid "If enabled, filled positions will be hidden from the job list."
195
  msgstr "Se está activo, las ofertas laborales se ocultará de la lista de ofertas."
196
 
197
- #: includes/admin/class-wp-job-manager-settings.php:53
198
  msgid "Job categories"
199
  msgstr "Categorias de ofertas laborales"
200
 
201
- #: includes/admin/class-wp-job-manager-settings.php:54
202
  msgid "Enable job categories"
203
  msgstr "Activar categorias de ofertas laborales"
204
 
205
- #: includes/admin/class-wp-job-manager-settings.php:55
206
  msgid ""
207
  "Choose whether to enable job categories. Categories must be setup by an "
208
  "admin for users to choose during job submission."
209
  msgstr "Elija si habilitar las categorías de las ofertas laborales. Categorías deben ser definidas por un administrador para ser seleccionada al momento de sugerir."
210
 
211
- #: includes/admin/class-wp-job-manager-settings.php:62
212
  msgid "Job Submission"
213
  msgstr "Enviar oferta laboral"
214
 
215
- #: includes/admin/class-wp-job-manager-settings.php:67
216
  msgid "Account creation"
217
  msgstr "Cración de cuenta"
218
 
219
- #: includes/admin/class-wp-job-manager-settings.php:68
220
  msgid "Allow account creation"
221
  msgstr "Permitir la creación de cuenta "
222
 
223
- #: includes/admin/class-wp-job-manager-settings.php:69
224
  msgid ""
225
  "If enabled, non-logged in users will be able to create an account by "
226
  "entering their email address on the job submission form."
227
  msgstr ""
228
 
229
- #: includes/admin/class-wp-job-manager-settings.php:76
 
 
 
 
 
 
 
 
 
 
230
  msgid "Account required"
231
  msgstr "Cuenta requerida"
232
 
233
- #: includes/admin/class-wp-job-manager-settings.php:77
234
  msgid "Job submission requires an account"
235
  msgstr "Sugerencias de ofertas laborales requieren estar identificados."
236
 
237
- #: includes/admin/class-wp-job-manager-settings.php:78
238
  msgid ""
239
  "If disabled, non-logged in users will be able to submit job listings without"
240
  " creating an account."
241
  msgstr "Si está desactivada, usuarios no identificados podrán enviar ofertas laborales sin crear una cuenta."
242
 
243
- #: includes/admin/class-wp-job-manager-settings.php:85
244
  msgid "Approval Required"
245
  msgstr "Requiere aprobación"
246
 
247
- #: includes/admin/class-wp-job-manager-settings.php:86
248
  msgid "New submissions require admin approval"
249
  msgstr "Nuevas sugerencias requieren de aprobación del administrador"
250
 
251
- #: includes/admin/class-wp-job-manager-settings.php:87
252
  msgid "If enabled, new submissions will be inactive, pending admin approval."
253
  msgstr "Si está activado, nuevas ofertas estarán inactivos hasta tener aprobación del directorio."
254
 
255
- #: includes/admin/class-wp-job-manager-settings.php:94
256
  msgid "Listing duration"
257
  msgstr "Duración visible"
258
 
259
- #: includes/admin/class-wp-job-manager-settings.php:95
260
  msgid ""
261
  "How many <strong>days</strong> listings are live before expiring. Can be "
262
  "left blank to never expire."
263
  msgstr "Cuantos <strong> días </strong> las ofertas laborales nos visibles antes de expirar. Puede quedar en blanco para no expirar nunca."
264
 
265
- #: includes/admin/class-wp-job-manager-settings.php:101
266
  msgid "Submit Page Slug"
267
  msgstr ""
268
 
269
- #: includes/admin/class-wp-job-manager-settings.php:102
270
  msgid ""
271
  "Enter the slug of the page where you have placed the [submit_job_form] "
272
  "shortcode. This lets the plugin know where the form is located."
273
  msgstr ""
274
 
275
- #: includes/admin/class-wp-job-manager-settings.php:154
276
  msgid "Settings successfully saved"
277
  msgstr "Opciones guardadas exitosamente"
278
 
279
- #: includes/admin/class-wp-job-manager-settings.php:233
280
  msgid "Save Changes"
281
  msgstr "Cambios guardados"
282
 
@@ -392,6 +402,10 @@ msgstr ""
392
  msgid "Query limit reached"
393
  msgstr ""
394
 
 
 
 
 
395
  #: includes/class-wp-job-manager-post-types.php:45
396
  msgid "Job Category"
397
  msgstr "Categoría de la oferta laboral"
@@ -544,8 +558,8 @@ msgstr "%s ha sido eliminada"
544
  msgid "You need to be signed in to manage your job listings."
545
  msgstr "Debe estar registrado para poder administrar sus ofertas laborales."
546
 
547
- #: includes/class-wp-job-manager-shortcodes.php:187
548
- #: includes/class-wp-job-manager-shortcodes.php:217
549
  msgid "Load more job listings"
550
  msgstr "Mostar más ofertas laborales"
551
 
@@ -714,7 +728,7 @@ msgid "Your email"
714
  msgstr "Su email"
715
 
716
  #: templates/account-signin.php:38 templates/job-submit.php:24
717
- #: templates/job-submit.php:40
718
  msgid "(optional)"
719
  msgstr "(opcional)"
720
 
@@ -814,7 +828,7 @@ msgstr "Categoría"
814
  msgid "All Job Categories"
815
  msgstr "Todas las categorías"
816
 
817
- #: templates/job-submit.php:34
818
  msgid "Company details"
819
  msgstr "Descripción de la empresa"
820
 
@@ -829,19 +843,19 @@ msgid ""
829
  "Job submitted successfully. Your job listing will be visible once approved."
830
  msgstr "Oferta laboral enviado con éxito. Su sugerencia de oferta laboral será pública una vez aprobada."
831
 
832
- #: wp-job-manager-functions.php:196
833
  msgid "Reset"
834
  msgstr "Cancelar"
835
 
836
- #: wp-job-manager-functions.php:200
837
  msgid "RSS"
838
  msgstr "RSS"
839
 
840
- #: wp-job-manager-functions.php:250
841
  msgid "Your email address isn&#8217;t correct."
842
  msgstr "Su dirección de email no es correcta."
843
 
844
- #: wp-job-manager-functions.php:253
845
  msgid "This email is already registered, please choose another one."
846
  msgstr "Este correo ya está registrado. por favor registre otro o solicite la clave."
847
 
@@ -861,6 +875,10 @@ msgstr "Pendiente de revisión"
861
  msgid "Inactive"
862
  msgstr "Inactivo"
863
 
 
 
 
 
864
  #: wp-job-manager-template.php:255
865
  msgid "Anywhere"
866
  msgstr ""
6
  msgstr ""
7
  "Project-Id-Version: WP Job Manager\n"
8
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-job-manager\n"
9
+ "POT-Creation-Date: 2014-03-01 18:44:04+00:00\n"
10
+ "PO-Revision-Date: 2014-03-02 08:20+0000\n"
11
  "Last-Translator: mikejolley <mike.jolley@me.com>\n"
12
  "Language-Team: Spanish (http://www.transifex.com/projects/p/wp-job-manager/language/es/)\n"
13
  "MIME-Version: 1.0\n"
168
  msgid "Delete"
169
  msgstr "Eliminar "
170
 
171
+ #: includes/admin/class-wp-job-manager-settings.php:42
172
  #: includes/class-wp-job-manager-post-types.php:135
173
  #: includes/class-wp-job-manager-post-types.php:225
174
  msgid "Job Listings"
175
  msgstr "Ofertas laborales"
176
 
177
+ #: includes/admin/class-wp-job-manager-settings.php:48
178
  msgid "Jobs per page"
179
  msgstr "Ofertas laborales por página"
180
 
181
+ #: includes/admin/class-wp-job-manager-settings.php:49
182
  msgid "How many jobs should be shown per page by default?"
183
  msgstr "Cuantas ofertas laborales deben er mostrado por página de manera predeterminada"
184
 
185
+ #: includes/admin/class-wp-job-manager-settings.php:55
186
  msgid "Filled positions"
187
  msgstr "Ofertas de posiciones"
188
 
189
+ #: includes/admin/class-wp-job-manager-settings.php:56
190
  msgid "Hide filled positions"
191
  msgstr "Esconder las ofertas laboras"
192
 
193
+ #: includes/admin/class-wp-job-manager-settings.php:57
194
  msgid "If enabled, filled positions will be hidden from the job list."
195
  msgstr "Se está activo, las ofertas laborales se ocultará de la lista de ofertas."
196
 
197
+ #: includes/admin/class-wp-job-manager-settings.php:64
198
  msgid "Job categories"
199
  msgstr "Categorias de ofertas laborales"
200
 
201
+ #: includes/admin/class-wp-job-manager-settings.php:65
202
  msgid "Enable job categories"
203
  msgstr "Activar categorias de ofertas laborales"
204
 
205
+ #: includes/admin/class-wp-job-manager-settings.php:66
206
  msgid ""
207
  "Choose whether to enable job categories. Categories must be setup by an "
208
  "admin for users to choose during job submission."
209
  msgstr "Elija si habilitar las categorías de las ofertas laborales. Categorías deben ser definidas por un administrador para ser seleccionada al momento de sugerir."
210
 
211
+ #: includes/admin/class-wp-job-manager-settings.php:73
212
  msgid "Job Submission"
213
  msgstr "Enviar oferta laboral"
214
 
215
+ #: includes/admin/class-wp-job-manager-settings.php:78
216
  msgid "Account creation"
217
  msgstr "Cración de cuenta"
218
 
219
+ #: includes/admin/class-wp-job-manager-settings.php:79
220
  msgid "Allow account creation"
221
  msgstr "Permitir la creación de cuenta "
222
 
223
+ #: includes/admin/class-wp-job-manager-settings.php:80
224
  msgid ""
225
  "If enabled, non-logged in users will be able to create an account by "
226
  "entering their email address on the job submission form."
227
  msgstr ""
228
 
229
+ #: includes/admin/class-wp-job-manager-settings.php:87
230
+ msgid "Account Role"
231
+ msgstr ""
232
+
233
+ #: includes/admin/class-wp-job-manager-settings.php:88
234
+ msgid ""
235
+ "If you enable registration on your job submission form, choose a role for "
236
+ "the new user."
237
+ msgstr ""
238
+
239
+ #: includes/admin/class-wp-job-manager-settings.php:95
240
  msgid "Account required"
241
  msgstr "Cuenta requerida"
242
 
243
+ #: includes/admin/class-wp-job-manager-settings.php:96
244
  msgid "Job submission requires an account"
245
  msgstr "Sugerencias de ofertas laborales requieren estar identificados."
246
 
247
+ #: includes/admin/class-wp-job-manager-settings.php:97
248
  msgid ""
249
  "If disabled, non-logged in users will be able to submit job listings without"
250
  " creating an account."
251
  msgstr "Si está desactivada, usuarios no identificados podrán enviar ofertas laborales sin crear una cuenta."
252
 
253
+ #: includes/admin/class-wp-job-manager-settings.php:104
254
  msgid "Approval Required"
255
  msgstr "Requiere aprobación"
256
 
257
+ #: includes/admin/class-wp-job-manager-settings.php:105
258
  msgid "New submissions require admin approval"
259
  msgstr "Nuevas sugerencias requieren de aprobación del administrador"
260
 
261
+ #: includes/admin/class-wp-job-manager-settings.php:106
262
  msgid "If enabled, new submissions will be inactive, pending admin approval."
263
  msgstr "Si está activado, nuevas ofertas estarán inactivos hasta tener aprobación del directorio."
264
 
265
+ #: includes/admin/class-wp-job-manager-settings.php:113
266
  msgid "Listing duration"
267
  msgstr "Duración visible"
268
 
269
+ #: includes/admin/class-wp-job-manager-settings.php:114
270
  msgid ""
271
  "How many <strong>days</strong> listings are live before expiring. Can be "
272
  "left blank to never expire."
273
  msgstr "Cuantos <strong> días </strong> las ofertas laborales nos visibles antes de expirar. Puede quedar en blanco para no expirar nunca."
274
 
275
+ #: includes/admin/class-wp-job-manager-settings.php:120
276
  msgid "Submit Page Slug"
277
  msgstr ""
278
 
279
+ #: includes/admin/class-wp-job-manager-settings.php:121
280
  msgid ""
281
  "Enter the slug of the page where you have placed the [submit_job_form] "
282
  "shortcode. This lets the plugin know where the form is located."
283
  msgstr ""
284
 
285
+ #: includes/admin/class-wp-job-manager-settings.php:173
286
  msgid "Settings successfully saved"
287
  msgstr "Opciones guardadas exitosamente"
288
 
289
+ #: includes/admin/class-wp-job-manager-settings.php:252
290
  msgid "Save Changes"
291
  msgstr "Cambios guardados"
292
 
402
  msgid "Query limit reached"
403
  msgstr ""
404
 
405
+ #: includes/class-wp-job-manager-install.php:40
406
+ msgid "Employer"
407
+ msgstr ""
408
+
409
  #: includes/class-wp-job-manager-post-types.php:45
410
  msgid "Job Category"
411
  msgstr "Categoría de la oferta laboral"
558
  msgid "You need to be signed in to manage your job listings."
559
  msgstr "Debe estar registrado para poder administrar sus ofertas laborales."
560
 
561
+ #: includes/class-wp-job-manager-shortcodes.php:195
562
+ #: includes/class-wp-job-manager-shortcodes.php:225
563
  msgid "Load more job listings"
564
  msgstr "Mostar más ofertas laborales"
565
 
728
  msgstr "Su email"
729
 
730
  #: templates/account-signin.php:38 templates/job-submit.php:24
731
+ #: templates/job-submit.php:41
732
  msgid "(optional)"
733
  msgstr "(opcional)"
734
 
828
  msgid "All Job Categories"
829
  msgstr "Todas las categorías"
830
 
831
+ #: templates/job-submit.php:35
832
  msgid "Company details"
833
  msgstr "Descripción de la empresa"
834
 
843
  "Job submitted successfully. Your job listing will be visible once approved."
844
  msgstr "Oferta laboral enviado con éxito. Su sugerencia de oferta laboral será pública una vez aprobada."
845
 
846
+ #: wp-job-manager-functions.php:214
847
  msgid "Reset"
848
  msgstr "Cancelar"
849
 
850
+ #: wp-job-manager-functions.php:218
851
  msgid "RSS"
852
  msgstr "RSS"
853
 
854
+ #: wp-job-manager-functions.php:268
855
  msgid "Your email address isn&#8217;t correct."
856
  msgstr "Su dirección de email no es correcta."
857
 
858
+ #: wp-job-manager-functions.php:271
859
  msgid "This email is already registered, please choose another one."
860
  msgstr "Este correo ya está registrado. por favor registre otro o solicite la clave."
861
 
875
  msgid "Inactive"
876
  msgstr "Inactivo"
877
 
878
+ #: wp-job-manager-template.php:197
879
+ msgid "Job Application via \"%s\" listing on %s"
880
+ msgstr ""
881
+
882
  #: wp-job-manager-template.php:255
883
  msgid "Anywhere"
884
  msgstr ""
languages/wp-job-manager-fr_FR.mo CHANGED
Binary file
languages/wp-job-manager-fr_FR.po CHANGED
@@ -5,8 +5,8 @@ msgid ""
5
  msgstr ""
6
  "Project-Id-Version: WP Job Manager\n"
7
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-job-manager\n"
8
- "POT-Creation-Date: 2014-02-01 15:24:41+00:00\n"
9
- "PO-Revision-Date: 2014-01-31 08:21+0000\n"
10
  "Last-Translator: mikejolley <mike.jolley@me.com>\n"
11
  "Language-Team: French (France) (http://www.transifex.com/projects/p/wp-job-manager/language/fr_FR/)\n"
12
  "MIME-Version: 1.0\n"
@@ -167,115 +167,125 @@ msgstr "Editer"
167
  msgid "Delete"
168
  msgstr "Supprimer"
169
 
170
- #: includes/admin/class-wp-job-manager-settings.php:31
171
  #: includes/class-wp-job-manager-post-types.php:135
172
  #: includes/class-wp-job-manager-post-types.php:225
173
  msgid "Job Listings"
174
  msgstr "Postes"
175
 
176
- #: includes/admin/class-wp-job-manager-settings.php:37
177
  msgid "Jobs per page"
178
  msgstr "Postes par page"
179
 
180
- #: includes/admin/class-wp-job-manager-settings.php:38
181
  msgid "How many jobs should be shown per page by default?"
182
  msgstr "Combien de postes sont affichés par page par défaut?"
183
 
184
- #: includes/admin/class-wp-job-manager-settings.php:44
185
  msgid "Filled positions"
186
  msgstr "Postes pourvus"
187
 
188
- #: includes/admin/class-wp-job-manager-settings.php:45
189
  msgid "Hide filled positions"
190
  msgstr "Masquer les poste déjà pourvus"
191
 
192
- #: includes/admin/class-wp-job-manager-settings.php:46
193
  msgid "If enabled, filled positions will be hidden from the job list."
194
  msgstr "Si activé, les poste pourvus seront masqués dans la liste des postes."
195
 
196
- #: includes/admin/class-wp-job-manager-settings.php:53
197
  msgid "Job categories"
198
  msgstr "Catégories des postes"
199
 
200
- #: includes/admin/class-wp-job-manager-settings.php:54
201
  msgid "Enable job categories"
202
  msgstr "Activer les catégories"
203
 
204
- #: includes/admin/class-wp-job-manager-settings.php:55
205
  msgid ""
206
  "Choose whether to enable job categories. Categories must be setup by an "
207
  "admin for users to choose during job submission."
208
  msgstr "Choisissez d'activer les catégories des postes. Les catégories doivent être gérées par un administrateur pour permettre aux utilisateur de les choisir lors de la soumission d'un poste."
209
 
210
- #: includes/admin/class-wp-job-manager-settings.php:62
211
  msgid "Job Submission"
212
  msgstr "Soumission d'un poste"
213
 
214
- #: includes/admin/class-wp-job-manager-settings.php:67
215
  msgid "Account creation"
216
  msgstr "Création de compte"
217
 
218
- #: includes/admin/class-wp-job-manager-settings.php:68
219
  msgid "Allow account creation"
220
  msgstr "Autoriser la création de compte"
221
 
222
- #: includes/admin/class-wp-job-manager-settings.php:69
223
  msgid ""
224
  "If enabled, non-logged in users will be able to create an account by "
225
  "entering their email address on the job submission form."
226
  msgstr "Si activé, les utilisateurs non connectés pourront créer un compte en entrant leur adresse email lors de la soumission d'un poste."
227
 
228
- #: includes/admin/class-wp-job-manager-settings.php:76
 
 
 
 
 
 
 
 
 
 
229
  msgid "Account required"
230
  msgstr "Compte obligatoire"
231
 
232
- #: includes/admin/class-wp-job-manager-settings.php:77
233
  msgid "Job submission requires an account"
234
  msgstr "La soumission d'un poste nécessite un compte"
235
 
236
- #: includes/admin/class-wp-job-manager-settings.php:78
237
  msgid ""
238
  "If disabled, non-logged in users will be able to submit job listings without"
239
  " creating an account."
240
  msgstr "Si désactivé, les utilisateurs non connectés pourront soumettre un poste sans créer de compte."
241
 
242
- #: includes/admin/class-wp-job-manager-settings.php:85
243
  msgid "Approval Required"
244
  msgstr "Approbation obligatoire"
245
 
246
- #: includes/admin/class-wp-job-manager-settings.php:86
247
  msgid "New submissions require admin approval"
248
  msgstr "Les nouvelles soumissions doivent être approuvées par un administrateur"
249
 
250
- #: includes/admin/class-wp-job-manager-settings.php:87
251
  msgid "If enabled, new submissions will be inactive, pending admin approval."
252
  msgstr "Si activé, les nouvelles soumissions seront inactives et mises en attente d'approbation"
253
 
254
- #: includes/admin/class-wp-job-manager-settings.php:94
255
  msgid "Listing duration"
256
  msgstr "Durée de vie d'un poste"
257
 
258
- #: includes/admin/class-wp-job-manager-settings.php:95
259
  msgid ""
260
  "How many <strong>days</strong> listings are live before expiring. Can be "
261
  "left blank to never expire."
262
  msgstr "Combien de <strong>jours</strong> un poste est en ligne avant son expiration. Laissez vide pour aucune expiration."
263
 
264
- #: includes/admin/class-wp-job-manager-settings.php:101
265
  msgid "Submit Page Slug"
266
  msgstr ""
267
 
268
- #: includes/admin/class-wp-job-manager-settings.php:102
269
  msgid ""
270
  "Enter the slug of the page where you have placed the [submit_job_form] "
271
  "shortcode. This lets the plugin know where the form is located."
272
  msgstr ""
273
 
274
- #: includes/admin/class-wp-job-manager-settings.php:154
275
  msgid "Settings successfully saved"
276
  msgstr "Paramètres sauvegardés avec succès"
277
 
278
- #: includes/admin/class-wp-job-manager-settings.php:233
279
  msgid "Save Changes"
280
  msgstr "Sauvegarder"
281
 
@@ -391,6 +401,10 @@ msgstr ""
391
  msgid "Query limit reached"
392
  msgstr ""
393
 
 
 
 
 
394
  #: includes/class-wp-job-manager-post-types.php:45
395
  msgid "Job Category"
396
  msgstr "Catégorie"
@@ -543,8 +557,8 @@ msgstr "%s a été supprimé"
543
  msgid "You need to be signed in to manage your job listings."
544
  msgstr "Vous devez être connecté pour gérer vos postes."
545
 
546
- #: includes/class-wp-job-manager-shortcodes.php:187
547
- #: includes/class-wp-job-manager-shortcodes.php:217
548
  msgid "Load more job listings"
549
  msgstr "Charger plus de postes"
550
 
@@ -713,7 +727,7 @@ msgid "Your email"
713
  msgstr "Votre email"
714
 
715
  #: templates/account-signin.php:38 templates/job-submit.php:24
716
- #: templates/job-submit.php:40
717
  msgid "(optional)"
718
  msgstr "(optionnel)"
719
 
@@ -813,7 +827,7 @@ msgstr "Catégorie"
813
  msgid "All Job Categories"
814
  msgstr "Toutes les catégories"
815
 
816
- #: templates/job-submit.php:34
817
  msgid "Company details"
818
  msgstr "Détails de la société"
819
 
@@ -828,19 +842,19 @@ msgid ""
828
  "Job submitted successfully. Your job listing will be visible once approved."
829
  msgstr "Poste soumis avec succès. Votre poste sera visible après validation."
830
 
831
- #: wp-job-manager-functions.php:196
832
  msgid "Reset"
833
  msgstr "Réinitialiser"
834
 
835
- #: wp-job-manager-functions.php:200
836
  msgid "RSS"
837
  msgstr "RSS"
838
 
839
- #: wp-job-manager-functions.php:250
840
  msgid "Your email address isn&#8217;t correct."
841
  msgstr "Votre adresse email est incorrecte."
842
 
843
- #: wp-job-manager-functions.php:253
844
  msgid "This email is already registered, please choose another one."
845
  msgstr "Cette adresse email est déjà enregistrée, merci d'en utiliser une autre."
846
 
@@ -860,6 +874,10 @@ msgstr "En attente"
860
  msgid "Inactive"
861
  msgstr "Inactif"
862
 
 
 
 
 
863
  #: wp-job-manager-template.php:255
864
  msgid "Anywhere"
865
  msgstr "N'importe où"
5
  msgstr ""
6
  "Project-Id-Version: WP Job Manager\n"
7
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-job-manager\n"
8
+ "POT-Creation-Date: 2014-03-01 18:44:04+00:00\n"
9
+ "PO-Revision-Date: 2014-03-02 08:20+0000\n"
10
  "Last-Translator: mikejolley <mike.jolley@me.com>\n"
11
  "Language-Team: French (France) (http://www.transifex.com/projects/p/wp-job-manager/language/fr_FR/)\n"
12
  "MIME-Version: 1.0\n"
167
  msgid "Delete"
168
  msgstr "Supprimer"
169
 
170
+ #: includes/admin/class-wp-job-manager-settings.php:42
171
  #: includes/class-wp-job-manager-post-types.php:135
172
  #: includes/class-wp-job-manager-post-types.php:225
173
  msgid "Job Listings"
174
  msgstr "Postes"
175
 
176
+ #: includes/admin/class-wp-job-manager-settings.php:48
177
  msgid "Jobs per page"
178
  msgstr "Postes par page"
179
 
180
+ #: includes/admin/class-wp-job-manager-settings.php:49
181
  msgid "How many jobs should be shown per page by default?"
182
  msgstr "Combien de postes sont affichés par page par défaut?"
183
 
184
+ #: includes/admin/class-wp-job-manager-settings.php:55
185
  msgid "Filled positions"
186
  msgstr "Postes pourvus"
187
 
188
+ #: includes/admin/class-wp-job-manager-settings.php:56
189
  msgid "Hide filled positions"
190
  msgstr "Masquer les poste déjà pourvus"
191
 
192
+ #: includes/admin/class-wp-job-manager-settings.php:57
193
  msgid "If enabled, filled positions will be hidden from the job list."
194
  msgstr "Si activé, les poste pourvus seront masqués dans la liste des postes."
195
 
196
+ #: includes/admin/class-wp-job-manager-settings.php:64
197
  msgid "Job categories"
198
  msgstr "Catégories des postes"
199
 
200
+ #: includes/admin/class-wp-job-manager-settings.php:65
201
  msgid "Enable job categories"
202
  msgstr "Activer les catégories"
203
 
204
+ #: includes/admin/class-wp-job-manager-settings.php:66
205
  msgid ""
206
  "Choose whether to enable job categories. Categories must be setup by an "
207
  "admin for users to choose during job submission."
208
  msgstr "Choisissez d'activer les catégories des postes. Les catégories doivent être gérées par un administrateur pour permettre aux utilisateur de les choisir lors de la soumission d'un poste."
209
 
210
+ #: includes/admin/class-wp-job-manager-settings.php:73
211
  msgid "Job Submission"
212
  msgstr "Soumission d'un poste"
213
 
214
+ #: includes/admin/class-wp-job-manager-settings.php:78
215
  msgid "Account creation"
216
  msgstr "Création de compte"
217
 
218
+ #: includes/admin/class-wp-job-manager-settings.php:79
219
  msgid "Allow account creation"
220
  msgstr "Autoriser la création de compte"
221
 
222
+ #: includes/admin/class-wp-job-manager-settings.php:80
223
  msgid ""
224
  "If enabled, non-logged in users will be able to create an account by "
225
  "entering their email address on the job submission form."
226
  msgstr "Si activé, les utilisateurs non connectés pourront créer un compte en entrant leur adresse email lors de la soumission d'un poste."
227
 
228
+ #: includes/admin/class-wp-job-manager-settings.php:87
229
+ msgid "Account Role"
230
+ msgstr ""
231
+
232
+ #: includes/admin/class-wp-job-manager-settings.php:88
233
+ msgid ""
234
+ "If you enable registration on your job submission form, choose a role for "
235
+ "the new user."
236
+ msgstr ""
237
+
238
+ #: includes/admin/class-wp-job-manager-settings.php:95
239
  msgid "Account required"
240
  msgstr "Compte obligatoire"
241
 
242
+ #: includes/admin/class-wp-job-manager-settings.php:96
243
  msgid "Job submission requires an account"
244
  msgstr "La soumission d'un poste nécessite un compte"
245
 
246
+ #: includes/admin/class-wp-job-manager-settings.php:97
247
  msgid ""
248
  "If disabled, non-logged in users will be able to submit job listings without"
249
  " creating an account."
250
  msgstr "Si désactivé, les utilisateurs non connectés pourront soumettre un poste sans créer de compte."
251
 
252
+ #: includes/admin/class-wp-job-manager-settings.php:104
253
  msgid "Approval Required"
254
  msgstr "Approbation obligatoire"
255
 
256
+ #: includes/admin/class-wp-job-manager-settings.php:105
257
  msgid "New submissions require admin approval"
258
  msgstr "Les nouvelles soumissions doivent être approuvées par un administrateur"
259
 
260
+ #: includes/admin/class-wp-job-manager-settings.php:106
261
  msgid "If enabled, new submissions will be inactive, pending admin approval."
262
  msgstr "Si activé, les nouvelles soumissions seront inactives et mises en attente d'approbation"
263
 
264
+ #: includes/admin/class-wp-job-manager-settings.php:113
265
  msgid "Listing duration"
266
  msgstr "Durée de vie d'un poste"
267
 
268
+ #: includes/admin/class-wp-job-manager-settings.php:114
269
  msgid ""
270
  "How many <strong>days</strong> listings are live before expiring. Can be "
271
  "left blank to never expire."
272
  msgstr "Combien de <strong>jours</strong> un poste est en ligne avant son expiration. Laissez vide pour aucune expiration."
273
 
274
+ #: includes/admin/class-wp-job-manager-settings.php:120
275
  msgid "Submit Page Slug"
276
  msgstr ""
277
 
278
+ #: includes/admin/class-wp-job-manager-settings.php:121
279
  msgid ""
280
  "Enter the slug of the page where you have placed the [submit_job_form] "
281
  "shortcode. This lets the plugin know where the form is located."
282
  msgstr ""
283
 
284
+ #: includes/admin/class-wp-job-manager-settings.php:173
285
  msgid "Settings successfully saved"
286
  msgstr "Paramètres sauvegardés avec succès"
287
 
288
+ #: includes/admin/class-wp-job-manager-settings.php:252
289
  msgid "Save Changes"
290
  msgstr "Sauvegarder"
291
 
401
  msgid "Query limit reached"
402
  msgstr ""
403
 
404
+ #: includes/class-wp-job-manager-install.php:40
405
+ msgid "Employer"
406
+ msgstr ""
407
+
408
  #: includes/class-wp-job-manager-post-types.php:45
409
  msgid "Job Category"
410
  msgstr "Catégorie"
557
  msgid "You need to be signed in to manage your job listings."
558
  msgstr "Vous devez être connecté pour gérer vos postes."
559
 
560
+ #: includes/class-wp-job-manager-shortcodes.php:195
561
+ #: includes/class-wp-job-manager-shortcodes.php:225
562
  msgid "Load more job listings"
563
  msgstr "Charger plus de postes"
564
 
727
  msgstr "Votre email"
728
 
729
  #: templates/account-signin.php:38 templates/job-submit.php:24
730
+ #: templates/job-submit.php:41
731
  msgid "(optional)"
732
  msgstr "(optionnel)"
733
 
827
  msgid "All Job Categories"
828
  msgstr "Toutes les catégories"
829
 
830
+ #: templates/job-submit.php:35
831
  msgid "Company details"
832
  msgstr "Détails de la société"
833
 
842
  "Job submitted successfully. Your job listing will be visible once approved."
843
  msgstr "Poste soumis avec succès. Votre poste sera visible après validation."
844
 
845
+ #: wp-job-manager-functions.php:214
846
  msgid "Reset"
847
  msgstr "Réinitialiser"
848
 
849
+ #: wp-job-manager-functions.php:218
850
  msgid "RSS"
851
  msgstr "RSS"
852
 
853
+ #: wp-job-manager-functions.php:268
854
  msgid "Your email address isn&#8217;t correct."
855
  msgstr "Votre adresse email est incorrecte."
856
 
857
+ #: wp-job-manager-functions.php:271
858
  msgid "This email is already registered, please choose another one."
859
  msgstr "Cette adresse email est déjà enregistrée, merci d'en utiliser une autre."
860
 
874
  msgid "Inactive"
875
  msgstr "Inactif"
876
 
877
+ #: wp-job-manager-template.php:197
878
+ msgid "Job Application via \"%s\" listing on %s"
879
+ msgstr ""
880
+
881
  #: wp-job-manager-template.php:255
882
  msgid "Anywhere"
883
  msgstr "N'importe où"
languages/wp-job-manager-he_IL.mo CHANGED
Binary file
languages/wp-job-manager-he_IL.po CHANGED
@@ -5,8 +5,8 @@ msgid ""
5
  msgstr ""
6
  "Project-Id-Version: WP Job Manager\n"
7
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-job-manager\n"
8
- "POT-Creation-Date: 2014-02-01 15:24:41+00:00\n"
9
- "PO-Revision-Date: 2014-01-31 08:21+0000\n"
10
  "Last-Translator: mikejolley <mike.jolley@me.com>\n"
11
  "Language-Team: Hebrew (Israel) (http://www.transifex.com/projects/p/wp-job-manager/language/he_IL/)\n"
12
  "MIME-Version: 1.0\n"
@@ -167,115 +167,125 @@ msgstr "ערוך"
167
  msgid "Delete"
168
  msgstr "מחק"
169
 
170
- #: includes/admin/class-wp-job-manager-settings.php:31
171
  #: includes/class-wp-job-manager-post-types.php:135
172
  #: includes/class-wp-job-manager-post-types.php:225
173
  msgid "Job Listings"
174
  msgstr "רשימת משרות"
175
 
176
- #: includes/admin/class-wp-job-manager-settings.php:37
177
  msgid "Jobs per page"
178
  msgstr "משרות לעמוד"
179
 
180
- #: includes/admin/class-wp-job-manager-settings.php:38
181
  msgid "How many jobs should be shown per page by default?"
182
  msgstr "כמה משרות אמורות להיות מוצגות בכל עמוד כברירת מחדל?"
183
 
184
- #: includes/admin/class-wp-job-manager-settings.php:44
185
  msgid "Filled positions"
186
  msgstr "משרות מאויישות"
187
 
188
- #: includes/admin/class-wp-job-manager-settings.php:45
189
  msgid "Hide filled positions"
190
  msgstr "הסתר משרות מאויישות"
191
 
192
- #: includes/admin/class-wp-job-manager-settings.php:46
193
  msgid "If enabled, filled positions will be hidden from the job list."
194
  msgstr "אם מסומן, משרות מאויישות יוסתרו מרשימת המשרות."
195
 
196
- #: includes/admin/class-wp-job-manager-settings.php:53
197
  msgid "Job categories"
198
  msgstr "קטגוריות משרות"
199
 
200
- #: includes/admin/class-wp-job-manager-settings.php:54
201
  msgid "Enable job categories"
202
  msgstr "אפשר קטגוריות משרות"
203
 
204
- #: includes/admin/class-wp-job-manager-settings.php:55
205
  msgid ""
206
  "Choose whether to enable job categories. Categories must be setup by an "
207
  "admin for users to choose during job submission."
208
  msgstr "בחר האם לאפשר קטגוריות משרות. קטגוריות חייבות להיות מוגדרות על ידי מנהל על מנת שמשתמשים יוכלו לבחור אותן בעת הגשת משרה."
209
 
210
- #: includes/admin/class-wp-job-manager-settings.php:62
211
  msgid "Job Submission"
212
  msgstr "הגשת משרה"
213
 
214
- #: includes/admin/class-wp-job-manager-settings.php:67
215
  msgid "Account creation"
216
  msgstr "יצירת חשבון"
217
 
218
- #: includes/admin/class-wp-job-manager-settings.php:68
219
  msgid "Allow account creation"
220
  msgstr "אפשר יצירת חשבון"
221
 
222
- #: includes/admin/class-wp-job-manager-settings.php:69
223
  msgid ""
224
  "If enabled, non-logged in users will be able to create an account by "
225
  "entering their email address on the job submission form."
226
  msgstr "אם מסומן, משתמשים לא רשומים יוכלו ליצור חשבון על ידי הכנסת כתובת המייל שלהם בטופס הגשת המשרה."
227
 
228
- #: includes/admin/class-wp-job-manager-settings.php:76
 
 
 
 
 
 
 
 
 
 
229
  msgid "Account required"
230
  msgstr "דרוש חשבון"
231
 
232
- #: includes/admin/class-wp-job-manager-settings.php:77
233
  msgid "Job submission requires an account"
234
  msgstr "הגשת עבודה דורשת חשבון"
235
 
236
- #: includes/admin/class-wp-job-manager-settings.php:78
237
  msgid ""
238
  "If disabled, non-logged in users will be able to submit job listings without"
239
  " creating an account."
240
  msgstr "אם מבוטל, משתמשים לא רשומים יוכלו להגיש משרות בלי ליצור חשבון."
241
 
242
- #: includes/admin/class-wp-job-manager-settings.php:85
243
  msgid "Approval Required"
244
  msgstr "דרוש אישור"
245
 
246
- #: includes/admin/class-wp-job-manager-settings.php:86
247
  msgid "New submissions require admin approval"
248
  msgstr "הגשות משרה חדשות דורשות אישור מנהל"
249
 
250
- #: includes/admin/class-wp-job-manager-settings.php:87
251
  msgid "If enabled, new submissions will be inactive, pending admin approval."
252
  msgstr "אם מסומן, הגשות משרה חדשות יהיו לא פעילות, ויחכו לאישור מנהל."
253
 
254
- #: includes/admin/class-wp-job-manager-settings.php:94
255
  msgid "Listing duration"
256
  msgstr "סיום הרשימה"
257
 
258
- #: includes/admin/class-wp-job-manager-settings.php:95
259
  msgid ""
260
  "How many <strong>days</strong> listings are live before expiring. Can be "
261
  "left blank to never expire."
262
  msgstr "כמה <strong>ימים</strong> הרשימות יהיו פעילות לפני שהן מסויימות. יכול להישאר ריק כדי לא להסתיים לעולם."
263
 
264
- #: includes/admin/class-wp-job-manager-settings.php:101
265
  msgid "Submit Page Slug"
266
  msgstr "Slug עמוד הגשת המשרות"
267
 
268
- #: includes/admin/class-wp-job-manager-settings.php:102
269
  msgid ""
270
  "Enter the slug of the page where you have placed the [submit_job_form] "
271
  "shortcode. This lets the plugin know where the form is located."
272
  msgstr "הכנס את ה- Slug של העמוד בו שמת את השורטקוד [submit_job_form]. זה מאפשר לתוסף לדעת איפה הטופס ממוקם."
273
 
274
- #: includes/admin/class-wp-job-manager-settings.php:154
275
  msgid "Settings successfully saved"
276
  msgstr "ההגדרות נשמרו בהצלחה"
277
 
278
- #: includes/admin/class-wp-job-manager-settings.php:233
279
  msgid "Save Changes"
280
  msgstr "שמור שינויים"
281
 
@@ -391,6 +401,10 @@ msgstr ""
391
  msgid "Query limit reached"
392
  msgstr ""
393
 
 
 
 
 
394
  #: includes/class-wp-job-manager-post-types.php:45
395
  msgid "Job Category"
396
  msgstr "קטגוריית משרה"
@@ -543,8 +557,8 @@ msgstr ""
543
  msgid "You need to be signed in to manage your job listings."
544
  msgstr ""
545
 
546
- #: includes/class-wp-job-manager-shortcodes.php:187
547
- #: includes/class-wp-job-manager-shortcodes.php:217
548
  msgid "Load more job listings"
549
  msgstr ""
550
 
@@ -713,7 +727,7 @@ msgid "Your email"
713
  msgstr ""
714
 
715
  #: templates/account-signin.php:38 templates/job-submit.php:24
716
- #: templates/job-submit.php:40
717
  msgid "(optional)"
718
  msgstr ""
719
 
@@ -813,7 +827,7 @@ msgstr ""
813
  msgid "All Job Categories"
814
  msgstr ""
815
 
816
- #: templates/job-submit.php:34
817
  msgid "Company details"
818
  msgstr ""
819
 
@@ -828,19 +842,19 @@ msgid ""
828
  "Job submitted successfully. Your job listing will be visible once approved."
829
  msgstr ""
830
 
831
- #: wp-job-manager-functions.php:196
832
  msgid "Reset"
833
  msgstr ""
834
 
835
- #: wp-job-manager-functions.php:200
836
  msgid "RSS"
837
  msgstr ""
838
 
839
- #: wp-job-manager-functions.php:250
840
  msgid "Your email address isn&#8217;t correct."
841
  msgstr ""
842
 
843
- #: wp-job-manager-functions.php:253
844
  msgid "This email is already registered, please choose another one."
845
  msgstr ""
846
 
@@ -860,6 +874,10 @@ msgstr ""
860
  msgid "Inactive"
861
  msgstr ""
862
 
 
 
 
 
863
  #: wp-job-manager-template.php:255
864
  msgid "Anywhere"
865
  msgstr ""
5
  msgstr ""
6
  "Project-Id-Version: WP Job Manager\n"
7
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-job-manager\n"
8
+ "POT-Creation-Date: 2014-03-01 18:44:04+00:00\n"
9
+ "PO-Revision-Date: 2014-03-02 08:20+0000\n"
10
  "Last-Translator: mikejolley <mike.jolley@me.com>\n"
11
  "Language-Team: Hebrew (Israel) (http://www.transifex.com/projects/p/wp-job-manager/language/he_IL/)\n"
12
  "MIME-Version: 1.0\n"
167
  msgid "Delete"
168
  msgstr "מחק"
169
 
170
+ #: includes/admin/class-wp-job-manager-settings.php:42
171
  #: includes/class-wp-job-manager-post-types.php:135
172
  #: includes/class-wp-job-manager-post-types.php:225
173
  msgid "Job Listings"
174
  msgstr "רשימת משרות"
175
 
176
+ #: includes/admin/class-wp-job-manager-settings.php:48
177
  msgid "Jobs per page"
178
  msgstr "משרות לעמוד"
179
 
180
+ #: includes/admin/class-wp-job-manager-settings.php:49
181
  msgid "How many jobs should be shown per page by default?"
182
  msgstr "כמה משרות אמורות להיות מוצגות בכל עמוד כברירת מחדל?"
183
 
184
+ #: includes/admin/class-wp-job-manager-settings.php:55
185
  msgid "Filled positions"
186
  msgstr "משרות מאויישות"
187
 
188
+ #: includes/admin/class-wp-job-manager-settings.php:56
189
  msgid "Hide filled positions"
190
  msgstr "הסתר משרות מאויישות"
191
 
192
+ #: includes/admin/class-wp-job-manager-settings.php:57
193
  msgid "If enabled, filled positions will be hidden from the job list."
194
  msgstr "אם מסומן, משרות מאויישות יוסתרו מרשימת המשרות."
195
 
196
+ #: includes/admin/class-wp-job-manager-settings.php:64
197
  msgid "Job categories"
198
  msgstr "קטגוריות משרות"
199
 
200
+ #: includes/admin/class-wp-job-manager-settings.php:65
201
  msgid "Enable job categories"
202
  msgstr "אפשר קטגוריות משרות"
203
 
204
+ #: includes/admin/class-wp-job-manager-settings.php:66
205
  msgid ""
206
  "Choose whether to enable job categories. Categories must be setup by an "
207
  "admin for users to choose during job submission."
208
  msgstr "בחר האם לאפשר קטגוריות משרות. קטגוריות חייבות להיות מוגדרות על ידי מנהל על מנת שמשתמשים יוכלו לבחור אותן בעת הגשת משרה."
209
 
210
+ #: includes/admin/class-wp-job-manager-settings.php:73
211
  msgid "Job Submission"
212
  msgstr "הגשת משרה"
213
 
214
+ #: includes/admin/class-wp-job-manager-settings.php:78
215
  msgid "Account creation"
216
  msgstr "יצירת חשבון"
217
 
218
+ #: includes/admin/class-wp-job-manager-settings.php:79
219
  msgid "Allow account creation"
220
  msgstr "אפשר יצירת חשבון"
221
 
222
+ #: includes/admin/class-wp-job-manager-settings.php:80
223
  msgid ""
224
  "If enabled, non-logged in users will be able to create an account by "
225
  "entering their email address on the job submission form."
226
  msgstr "אם מסומן, משתמשים לא רשומים יוכלו ליצור חשבון על ידי הכנסת כתובת המייל שלהם בטופס הגשת המשרה."
227
 
228
+ #: includes/admin/class-wp-job-manager-settings.php:87
229
+ msgid "Account Role"
230
+ msgstr ""
231
+
232
+ #: includes/admin/class-wp-job-manager-settings.php:88
233
+ msgid ""
234
+ "If you enable registration on your job submission form, choose a role for "
235
+ "the new user."
236
+ msgstr ""
237
+
238
+ #: includes/admin/class-wp-job-manager-settings.php:95
239
  msgid "Account required"
240
  msgstr "דרוש חשבון"
241
 
242
+ #: includes/admin/class-wp-job-manager-settings.php:96
243
  msgid "Job submission requires an account"
244
  msgstr "הגשת עבודה דורשת חשבון"
245
 
246
+ #: includes/admin/class-wp-job-manager-settings.php:97
247
  msgid ""
248
  "If disabled, non-logged in users will be able to submit job listings without"
249
  " creating an account."
250
  msgstr "אם מבוטל, משתמשים לא רשומים יוכלו להגיש משרות בלי ליצור חשבון."
251
 
252
+ #: includes/admin/class-wp-job-manager-settings.php:104
253
  msgid "Approval Required"
254
  msgstr "דרוש אישור"
255
 
256
+ #: includes/admin/class-wp-job-manager-settings.php:105
257
  msgid "New submissions require admin approval"
258
  msgstr "הגשות משרה חדשות דורשות אישור מנהל"
259
 
260
+ #: includes/admin/class-wp-job-manager-settings.php:106
261
  msgid "If enabled, new submissions will be inactive, pending admin approval."
262
  msgstr "אם מסומן, הגשות משרה חדשות יהיו לא פעילות, ויחכו לאישור מנהל."
263
 
264
+ #: includes/admin/class-wp-job-manager-settings.php:113
265
  msgid "Listing duration"
266
  msgstr "סיום הרשימה"
267
 
268
+ #: includes/admin/class-wp-job-manager-settings.php:114
269
  msgid ""
270
  "How many <strong>days</strong> listings are live before expiring. Can be "
271
  "left blank to never expire."
272
  msgstr "כמה <strong>ימים</strong> הרשימות יהיו פעילות לפני שהן מסויימות. יכול להישאר ריק כדי לא להסתיים לעולם."
273
 
274
+ #: includes/admin/class-wp-job-manager-settings.php:120
275
  msgid "Submit Page Slug"
276
  msgstr "Slug עמוד הגשת המשרות"
277
 
278
+ #: includes/admin/class-wp-job-manager-settings.php:121
279
  msgid ""
280
  "Enter the slug of the page where you have placed the [submit_job_form] "
281
  "shortcode. This lets the plugin know where the form is located."
282
  msgstr "הכנס את ה- Slug של העמוד בו שמת את השורטקוד [submit_job_form]. זה מאפשר לתוסף לדעת איפה הטופס ממוקם."
283
 
284
+ #: includes/admin/class-wp-job-manager-settings.php:173
285
  msgid "Settings successfully saved"
286
  msgstr "ההגדרות נשמרו בהצלחה"
287
 
288
+ #: includes/admin/class-wp-job-manager-settings.php:252
289
  msgid "Save Changes"
290
  msgstr "שמור שינויים"
291
 
401
  msgid "Query limit reached"
402
  msgstr ""
403
 
404
+ #: includes/class-wp-job-manager-install.php:40
405
+ msgid "Employer"
406
+ msgstr ""
407
+
408
  #: includes/class-wp-job-manager-post-types.php:45
409
  msgid "Job Category"
410
  msgstr "קטגוריית משרה"
557
  msgid "You need to be signed in to manage your job listings."
558
  msgstr ""
559
 
560
+ #: includes/class-wp-job-manager-shortcodes.php:195
561
+ #: includes/class-wp-job-manager-shortcodes.php:225
562
  msgid "Load more job listings"
563
  msgstr ""
564
 
727
  msgstr ""
728
 
729
  #: templates/account-signin.php:38 templates/job-submit.php:24
730
+ #: templates/job-submit.php:41
731
  msgid "(optional)"
732
  msgstr ""
733
 
827
  msgid "All Job Categories"
828
  msgstr ""
829
 
830
+ #: templates/job-submit.php:35
831
  msgid "Company details"
832
  msgstr ""
833
 
842
  "Job submitted successfully. Your job listing will be visible once approved."
843
  msgstr ""
844
 
845
+ #: wp-job-manager-functions.php:214
846
  msgid "Reset"
847
  msgstr ""
848
 
849
+ #: wp-job-manager-functions.php:218
850
  msgid "RSS"
851
  msgstr ""
852
 
853
+ #: wp-job-manager-functions.php:268
854
  msgid "Your email address isn&#8217;t correct."
855
  msgstr ""
856
 
857
+ #: wp-job-manager-functions.php:271
858
  msgid "This email is already registered, please choose another one."
859
  msgstr ""
860
 
874
  msgid "Inactive"
875
  msgstr ""
876
 
877
+ #: wp-job-manager-template.php:197
878
+ msgid "Job Application via \"%s\" listing on %s"
879
+ msgstr ""
880
+
881
  #: wp-job-manager-template.php:255
882
  msgid "Anywhere"
883
  msgstr ""
languages/wp-job-manager-hr.mo ADDED
Binary file
languages/wp-job-manager-hr.po ADDED
@@ -0,0 +1,911 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2014 WP Job Manager
2
+ # This file is distributed under the same license as the WP Job Manager package.
3
+ # Translators:
4
+ # vlinicx <toolrijeka@gmail.com>, 2014
5
+ msgid ""
6
+ msgstr ""
7
+ "Project-Id-Version: WP Job Manager\n"
8
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-job-manager\n"
9
+ "POT-Creation-Date: 2014-03-01 18:44:04+00:00\n"
10
+ "PO-Revision-Date: 2014-03-02 21:30+0000\n"
11
+ "Last-Translator: vlinicx <toolrijeka@gmail.com>\n"
12
+ "Language-Team: Croatian (http://www.transifex.com/projects/p/wp-job-manager/language/hr/)\n"
13
+ "MIME-Version: 1.0\n"
14
+ "Content-Type: text/plain; charset=UTF-8\n"
15
+ "Content-Transfer-Encoding: 8bit\n"
16
+ "Language: hr\n"
17
+ "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
18
+
19
+ #: includes/admin/class-wp-job-manager-addons.php:50
20
+ #: includes/admin/class-wp-job-manager-admin.php:55
21
+ msgid "WP Job Manager Add-ons"
22
+ msgstr ""
23
+
24
+ #: includes/admin/class-wp-job-manager-admin.php:52
25
+ msgid "Settings"
26
+ msgstr "Postavke"
27
+
28
+ #: includes/admin/class-wp-job-manager-admin.php:55
29
+ msgid "Add-ons"
30
+ msgstr "Dodaci"
31
+
32
+ #: includes/admin/class-wp-job-manager-cpt.php:43
33
+ #: includes/admin/class-wp-job-manager-cpt.php:44
34
+ msgid "Approve Jobs"
35
+ msgstr ""
36
+
37
+ #: includes/admin/class-wp-job-manager-cpt.php:112
38
+ #: includes/admin/class-wp-job-manager-cpt.php:114
39
+ msgid "%s approved"
40
+ msgstr ""
41
+
42
+ #: includes/admin/class-wp-job-manager-cpt.php:157
43
+ msgid "Select a category"
44
+ msgstr ""
45
+
46
+ #: includes/admin/class-wp-job-manager-cpt.php:190
47
+ msgid "Job position title"
48
+ msgstr ""
49
+
50
+ #: includes/admin/class-wp-job-manager-cpt.php:206
51
+ msgid "Job listing updated. <a href=\"%s\">View Job</a>"
52
+ msgstr ""
53
+
54
+ #: includes/admin/class-wp-job-manager-cpt.php:207
55
+ msgid "Custom field updated."
56
+ msgstr ""
57
+
58
+ #: includes/admin/class-wp-job-manager-cpt.php:208
59
+ msgid "Custom field deleted."
60
+ msgstr ""
61
+
62
+ #: includes/admin/class-wp-job-manager-cpt.php:209
63
+ msgid "Job listing updated."
64
+ msgstr ""
65
+
66
+ #: includes/admin/class-wp-job-manager-cpt.php:210
67
+ msgid "Job listing restored to revision from %s"
68
+ msgstr ""
69
+
70
+ #: includes/admin/class-wp-job-manager-cpt.php:211
71
+ msgid "Job listing published. <a href=\"%s\">View Job</a>"
72
+ msgstr ""
73
+
74
+ #: includes/admin/class-wp-job-manager-cpt.php:212
75
+ msgid "Job listing saved."
76
+ msgstr ""
77
+
78
+ #: includes/admin/class-wp-job-manager-cpt.php:213
79
+ msgid "Job listing submitted. <a target=\"_blank\" href=\"%s\">Preview Job</a>"
80
+ msgstr ""
81
+
82
+ #: includes/admin/class-wp-job-manager-cpt.php:214
83
+ msgid ""
84
+ "Job listing scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" "
85
+ "href=\"%2$s\">Preview Job</a>"
86
+ msgstr ""
87
+
88
+ #: includes/admin/class-wp-job-manager-cpt.php:215
89
+ msgid "M j, Y @ G:i"
90
+ msgstr ""
91
+
92
+ #: includes/admin/class-wp-job-manager-cpt.php:216
93
+ msgid "Job listing draft updated. <a target=\"_blank\" href=\"%s\">Preview Job</a>"
94
+ msgstr ""
95
+
96
+ #: includes/admin/class-wp-job-manager-cpt.php:235
97
+ msgid "Type"
98
+ msgstr "Tip"
99
+
100
+ #: includes/admin/class-wp-job-manager-cpt.php:236
101
+ msgid "Position"
102
+ msgstr "Pozicija"
103
+
104
+ #: includes/admin/class-wp-job-manager-cpt.php:237
105
+ msgid "Posted"
106
+ msgstr "Objavljen"
107
+
108
+ #: includes/admin/class-wp-job-manager-cpt.php:238
109
+ #: templates/job-dashboard.php:9
110
+ msgid "Expires"
111
+ msgstr "Istječe"
112
+
113
+ #: includes/admin/class-wp-job-manager-cpt.php:240
114
+ msgid "Categories"
115
+ msgstr "Kategorije"
116
+
117
+ #: includes/admin/class-wp-job-manager-cpt.php:241
118
+ msgid "Featured?"
119
+ msgstr ""
120
+
121
+ #: includes/admin/class-wp-job-manager-cpt.php:242
122
+ #: templates/job-dashboard.php:10
123
+ msgid "Filled?"
124
+ msgstr ""
125
+
126
+ #: includes/admin/class-wp-job-manager-cpt.php:243
127
+ #: templates/job-dashboard.php:8
128
+ msgid "Status"
129
+ msgstr ""
130
+
131
+ #: includes/admin/class-wp-job-manager-cpt.php:244
132
+ msgid "Actions"
133
+ msgstr ""
134
+
135
+ #: includes/admin/class-wp-job-manager-cpt.php:267
136
+ msgid "Job ID: %d"
137
+ msgstr ""
138
+
139
+ #: includes/admin/class-wp-job-manager-cpt.php:293
140
+ #: includes/admin/class-wp-job-manager-cpt.php:298
141
+ msgid "M j, Y"
142
+ msgstr ""
143
+
144
+ #: includes/admin/class-wp-job-manager-cpt.php:294
145
+ msgid "by a guest"
146
+ msgstr ""
147
+
148
+ #: includes/admin/class-wp-job-manager-cpt.php:294
149
+ msgid "by %s"
150
+ msgstr ""
151
+
152
+ #: includes/admin/class-wp-job-manager-cpt.php:311
153
+ msgid "Approve"
154
+ msgstr ""
155
+
156
+ #: includes/admin/class-wp-job-manager-cpt.php:318
157
+ msgid "View"
158
+ msgstr ""
159
+
160
+ #: includes/admin/class-wp-job-manager-cpt.php:323
161
+ #: includes/class-wp-job-manager-post-types.php:159
162
+ #: templates/job-dashboard.php:33
163
+ msgid "Edit"
164
+ msgstr "Uredi"
165
+
166
+ #: includes/admin/class-wp-job-manager-cpt.php:328
167
+ #: templates/job-dashboard.php:43
168
+ msgid "Delete"
169
+ msgstr "Obriši"
170
+
171
+ #: includes/admin/class-wp-job-manager-settings.php:42
172
+ #: includes/class-wp-job-manager-post-types.php:135
173
+ #: includes/class-wp-job-manager-post-types.php:225
174
+ msgid "Job Listings"
175
+ msgstr "Lista poslova"
176
+
177
+ #: includes/admin/class-wp-job-manager-settings.php:48
178
+ msgid "Jobs per page"
179
+ msgstr "Poslova po stranici"
180
+
181
+ #: includes/admin/class-wp-job-manager-settings.php:49
182
+ msgid "How many jobs should be shown per page by default?"
183
+ msgstr ""
184
+
185
+ #: includes/admin/class-wp-job-manager-settings.php:55
186
+ msgid "Filled positions"
187
+ msgstr ""
188
+
189
+ #: includes/admin/class-wp-job-manager-settings.php:56
190
+ msgid "Hide filled positions"
191
+ msgstr ""
192
+
193
+ #: includes/admin/class-wp-job-manager-settings.php:57
194
+ msgid "If enabled, filled positions will be hidden from the job list."
195
+ msgstr ""
196
+
197
+ #: includes/admin/class-wp-job-manager-settings.php:64
198
+ msgid "Job categories"
199
+ msgstr ""
200
+
201
+ #: includes/admin/class-wp-job-manager-settings.php:65
202
+ msgid "Enable job categories"
203
+ msgstr ""
204
+
205
+ #: includes/admin/class-wp-job-manager-settings.php:66
206
+ msgid ""
207
+ "Choose whether to enable job categories. Categories must be setup by an "
208
+ "admin for users to choose during job submission."
209
+ msgstr ""
210
+
211
+ #: includes/admin/class-wp-job-manager-settings.php:73
212
+ msgid "Job Submission"
213
+ msgstr ""
214
+
215
+ #: includes/admin/class-wp-job-manager-settings.php:78
216
+ msgid "Account creation"
217
+ msgstr ""
218
+
219
+ #: includes/admin/class-wp-job-manager-settings.php:79
220
+ msgid "Allow account creation"
221
+ msgstr ""
222
+
223
+ #: includes/admin/class-wp-job-manager-settings.php:80
224
+ msgid ""
225
+ "If enabled, non-logged in users will be able to create an account by "
226
+ "entering their email address on the job submission form."
227
+ msgstr ""
228
+
229
+ #: includes/admin/class-wp-job-manager-settings.php:87
230
+ msgid "Account Role"
231
+ msgstr ""
232
+
233
+ #: includes/admin/class-wp-job-manager-settings.php:88
234
+ msgid ""
235
+ "If you enable registration on your job submission form, choose a role for "
236
+ "the new user."
237
+ msgstr ""
238
+
239
+ #: includes/admin/class-wp-job-manager-settings.php:95
240
+ msgid "Account required"
241
+ msgstr ""
242
+
243
+ #: includes/admin/class-wp-job-manager-settings.php:96
244
+ msgid "Job submission requires an account"
245
+ msgstr ""
246
+
247
+ #: includes/admin/class-wp-job-manager-settings.php:97
248
+ msgid ""
249
+ "If disabled, non-logged in users will be able to submit job listings without"
250
+ " creating an account."
251
+ msgstr ""
252
+
253
+ #: includes/admin/class-wp-job-manager-settings.php:104
254
+ msgid "Approval Required"
255
+ msgstr ""
256
+
257
+ #: includes/admin/class-wp-job-manager-settings.php:105
258
+ msgid "New submissions require admin approval"
259
+ msgstr ""
260
+
261
+ #: includes/admin/class-wp-job-manager-settings.php:106
262
+ msgid "If enabled, new submissions will be inactive, pending admin approval."
263
+ msgstr ""
264
+
265
+ #: includes/admin/class-wp-job-manager-settings.php:113
266
+ msgid "Listing duration"
267
+ msgstr ""
268
+
269
+ #: includes/admin/class-wp-job-manager-settings.php:114
270
+ msgid ""
271
+ "How many <strong>days</strong> listings are live before expiring. Can be "
272
+ "left blank to never expire."
273
+ msgstr ""
274
+
275
+ #: includes/admin/class-wp-job-manager-settings.php:120
276
+ msgid "Submit Page Slug"
277
+ msgstr ""
278
+
279
+ #: includes/admin/class-wp-job-manager-settings.php:121
280
+ msgid ""
281
+ "Enter the slug of the page where you have placed the [submit_job_form] "
282
+ "shortcode. This lets the plugin know where the form is located."
283
+ msgstr ""
284
+
285
+ #: includes/admin/class-wp-job-manager-settings.php:173
286
+ msgid "Settings successfully saved"
287
+ msgstr ""
288
+
289
+ #: includes/admin/class-wp-job-manager-settings.php:252
290
+ msgid "Save Changes"
291
+ msgstr "Spremi promjene"
292
+
293
+ #: includes/admin/class-wp-job-manager-writepanels.php:27
294
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:113
295
+ msgid "Job location"
296
+ msgstr "Lokacija posla"
297
+
298
+ #: includes/admin/class-wp-job-manager-writepanels.php:28
299
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:117
300
+ msgid "e.g. \"London, UK\", \"New York\", \"Houston, TX\""
301
+ msgstr ""
302
+
303
+ #: includes/admin/class-wp-job-manager-writepanels.php:29
304
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:114
305
+ msgid ""
306
+ "Leave this blank if the job can be done from anywhere (i.e. telecommuting)"
307
+ msgstr ""
308
+
309
+ #: includes/admin/class-wp-job-manager-writepanels.php:32
310
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:144
311
+ msgid "Application email/URL"
312
+ msgstr ""
313
+
314
+ #: includes/admin/class-wp-job-manager-writepanels.php:33
315
+ msgid "URL or email which applicants use to apply"
316
+ msgstr ""
317
+
318
+ #: includes/admin/class-wp-job-manager-writepanels.php:36
319
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:153
320
+ msgid "Company name"
321
+ msgstr "Ime kompanije"
322
+
323
+ #: includes/admin/class-wp-job-manager-writepanels.php:40
324
+ msgid "Company website"
325
+ msgstr ""
326
+
327
+ #: includes/admin/class-wp-job-manager-writepanels.php:44
328
+ msgid "Company tagline"
329
+ msgstr ""
330
+
331
+ #: includes/admin/class-wp-job-manager-writepanels.php:45
332
+ msgid "Brief description about the company"
333
+ msgstr ""
334
+
335
+ #: includes/admin/class-wp-job-manager-writepanels.php:48
336
+ msgid "Company Twitter"
337
+ msgstr ""
338
+
339
+ #: includes/admin/class-wp-job-manager-writepanels.php:52
340
+ msgid "Company logo"
341
+ msgstr ""
342
+
343
+ #: includes/admin/class-wp-job-manager-writepanels.php:53
344
+ msgid "URL to the company logo"
345
+ msgstr ""
346
+
347
+ #: includes/admin/class-wp-job-manager-writepanels.php:57
348
+ msgid "Position filled?"
349
+ msgstr ""
350
+
351
+ #: includes/admin/class-wp-job-manager-writepanels.php:61
352
+ msgid "Feature this job listing?"
353
+ msgstr ""
354
+
355
+ #: includes/admin/class-wp-job-manager-writepanels.php:63
356
+ msgid ""
357
+ "Featured listings will be sticky during searches, and can be styled "
358
+ "differently."
359
+ msgstr ""
360
+
361
+ #: includes/admin/class-wp-job-manager-writepanels.php:66
362
+ msgid "Job Expires"
363
+ msgstr ""
364
+
365
+ #: includes/admin/class-wp-job-manager-writepanels.php:67
366
+ msgid "yyyy-mm-dd"
367
+ msgstr ""
368
+
369
+ #: includes/admin/class-wp-job-manager-writepanels.php:79
370
+ msgid "Job Listing Data"
371
+ msgstr ""
372
+
373
+ #: includes/admin/class-wp-job-manager-writepanels.php:97
374
+ msgid "Use file"
375
+ msgstr ""
376
+
377
+ #: includes/admin/class-wp-job-manager-writepanels.php:97
378
+ msgid "Upload"
379
+ msgstr ""
380
+
381
+ #: includes/class-wp-job-manager-ajax.php:63
382
+ msgid "No more jobs found matching your selection."
383
+ msgstr ""
384
+
385
+ #: includes/class-wp-job-manager-ajax.php:105
386
+ msgid "Showing %s&ldquo;%s&rdquo; %sjobs"
387
+ msgstr ""
388
+
389
+ #: includes/class-wp-job-manager-ajax.php:107
390
+ msgid "Showing all %s%sjobs"
391
+ msgstr ""
392
+
393
+ #: includes/class-wp-job-manager-ajax.php:110
394
+ msgid "located in &ldquo;%s&rdquo;"
395
+ msgstr ""
396
+
397
+ #: includes/class-wp-job-manager-geocode.php:130
398
+ msgid "No results found"
399
+ msgstr ""
400
+
401
+ #: includes/class-wp-job-manager-geocode.php:133
402
+ msgid "Query limit reached"
403
+ msgstr ""
404
+
405
+ #: includes/class-wp-job-manager-install.php:40
406
+ msgid "Employer"
407
+ msgstr ""
408
+
409
+ #: includes/class-wp-job-manager-post-types.php:45
410
+ msgid "Job Category"
411
+ msgstr ""
412
+
413
+ #: includes/class-wp-job-manager-post-types.php:46
414
+ msgid "Job Categories"
415
+ msgstr ""
416
+
417
+ #: includes/class-wp-job-manager-post-types.php:50
418
+ msgctxt "Job category slug - resave permalinks after changing this"
419
+ msgid "job-category"
420
+ msgstr ""
421
+
422
+ #: includes/class-wp-job-manager-post-types.php:67
423
+ #: includes/class-wp-job-manager-post-types.php:110
424
+ #: includes/class-wp-job-manager-post-types.php:164
425
+ msgid "Search %s"
426
+ msgstr ""
427
+
428
+ #: includes/class-wp-job-manager-post-types.php:68
429
+ #: includes/class-wp-job-manager-post-types.php:111
430
+ #: includes/class-wp-job-manager-post-types.php:156
431
+ msgid "All %s"
432
+ msgstr ""
433
+
434
+ #: includes/class-wp-job-manager-post-types.php:69
435
+ #: includes/class-wp-job-manager-post-types.php:112
436
+ #: includes/class-wp-job-manager-post-types.php:167
437
+ msgid "Parent %s"
438
+ msgstr ""
439
+
440
+ #: includes/class-wp-job-manager-post-types.php:70
441
+ #: includes/class-wp-job-manager-post-types.php:113
442
+ msgid "Parent %s:"
443
+ msgstr ""
444
+
445
+ #: includes/class-wp-job-manager-post-types.php:71
446
+ #: includes/class-wp-job-manager-post-types.php:114
447
+ #: includes/class-wp-job-manager-post-types.php:160
448
+ msgid "Edit %s"
449
+ msgstr ""
450
+
451
+ #: includes/class-wp-job-manager-post-types.php:72
452
+ #: includes/class-wp-job-manager-post-types.php:115
453
+ msgid "Update %s"
454
+ msgstr ""
455
+
456
+ #: includes/class-wp-job-manager-post-types.php:73
457
+ #: includes/class-wp-job-manager-post-types.php:116
458
+ msgid "Add New %s"
459
+ msgstr ""
460
+
461
+ #: includes/class-wp-job-manager-post-types.php:74
462
+ #: includes/class-wp-job-manager-post-types.php:117
463
+ msgid "New %s Name"
464
+ msgstr ""
465
+
466
+ #: includes/class-wp-job-manager-post-types.php:89
467
+ msgid "Job Type"
468
+ msgstr ""
469
+
470
+ #: includes/class-wp-job-manager-post-types.php:90
471
+ msgid "Job Types"
472
+ msgstr ""
473
+
474
+ #: includes/class-wp-job-manager-post-types.php:94
475
+ msgctxt "Job type slug - resave permalinks after changing this"
476
+ msgid "job-type"
477
+ msgstr ""
478
+
479
+ #: includes/class-wp-job-manager-post-types.php:134
480
+ msgid "Job Listing"
481
+ msgstr ""
482
+
483
+ #: includes/class-wp-job-manager-post-types.php:138
484
+ msgctxt "Post type archive slug - resave permalinks after changing this"
485
+ msgid "jobs"
486
+ msgstr ""
487
+
488
+ #: includes/class-wp-job-manager-post-types.php:144
489
+ msgctxt "Job permalink - resave permalinks after changing this"
490
+ msgid "job"
491
+ msgstr ""
492
+
493
+ #: includes/class-wp-job-manager-post-types.php:157
494
+ msgid "Add New"
495
+ msgstr ""
496
+
497
+ #: includes/class-wp-job-manager-post-types.php:158
498
+ msgid "Add %s"
499
+ msgstr ""
500
+
501
+ #: includes/class-wp-job-manager-post-types.php:161
502
+ msgid "New %s"
503
+ msgstr ""
504
+
505
+ #: includes/class-wp-job-manager-post-types.php:162
506
+ #: includes/class-wp-job-manager-post-types.php:163
507
+ msgid "View %s"
508
+ msgstr ""
509
+
510
+ #: includes/class-wp-job-manager-post-types.php:165
511
+ msgid "No %s found"
512
+ msgstr ""
513
+
514
+ #: includes/class-wp-job-manager-post-types.php:166
515
+ msgid "No %s found in trash"
516
+ msgstr ""
517
+
518
+ #: includes/class-wp-job-manager-post-types.php:169
519
+ msgid "This is where you can create and manage job listings."
520
+ msgstr ""
521
+
522
+ #: includes/class-wp-job-manager-post-types.php:204
523
+ msgctxt "job_listing"
524
+ msgid "Expired"
525
+ msgstr ""
526
+
527
+ #: includes/class-wp-job-manager-post-types.php:209
528
+ msgid "Expired <span class=\"count\">(%s)</span>"
529
+ msgid_plural "Expired <span class=\"count\">(%s)</span>"
530
+ msgstr[0] ""
531
+ msgstr[1] ""
532
+ msgstr[2] ""
533
+
534
+ #: includes/class-wp-job-manager-shortcodes.php:61
535
+ msgid "Invalid Job ID"
536
+ msgstr ""
537
+
538
+ #: includes/class-wp-job-manager-shortcodes.php:67
539
+ msgid "This job is already filled"
540
+ msgstr ""
541
+
542
+ #: includes/class-wp-job-manager-shortcodes.php:73
543
+ msgid "%s has been filled"
544
+ msgstr ""
545
+
546
+ #: includes/class-wp-job-manager-shortcodes.php:78
547
+ msgid "This job is already not filled"
548
+ msgstr ""
549
+
550
+ #: includes/class-wp-job-manager-shortcodes.php:84
551
+ msgid "%s has been marked as not filled"
552
+ msgstr ""
553
+
554
+ #: includes/class-wp-job-manager-shortcodes.php:91
555
+ msgid "%s has been deleted"
556
+ msgstr ""
557
+
558
+ #: includes/class-wp-job-manager-shortcodes.php:111
559
+ msgid "You need to be signed in to manage your job listings."
560
+ msgstr ""
561
+
562
+ #: includes/class-wp-job-manager-shortcodes.php:195
563
+ #: includes/class-wp-job-manager-shortcodes.php:225
564
+ msgid "Load more job listings"
565
+ msgstr ""
566
+
567
+ #: includes/class-wp-job-manager-widgets.php:139
568
+ msgid "Display a list of the most recent jobs on your site."
569
+ msgstr ""
570
+
571
+ #: includes/class-wp-job-manager-widgets.php:141
572
+ msgid "Recent Job Listings"
573
+ msgstr ""
574
+
575
+ #: includes/class-wp-job-manager-widgets.php:145
576
+ msgid "Recent Jobs"
577
+ msgstr ""
578
+
579
+ #: includes/class-wp-job-manager-widgets.php:146
580
+ msgid "Title"
581
+ msgstr ""
582
+
583
+ #: includes/class-wp-job-manager-widgets.php:154
584
+ msgid "Number of jobs to show"
585
+ msgstr ""
586
+
587
+ #: includes/forms/class-wp-job-manager-form-edit-job.php:43
588
+ msgid "Invalid job"
589
+ msgstr ""
590
+
591
+ #: includes/forms/class-wp-job-manager-form-edit-job.php:86
592
+ msgid "Update job listing"
593
+ msgstr ""
594
+
595
+ #: includes/forms/class-wp-job-manager-form-edit-job.php:111
596
+ msgid "Your changes have been saved."
597
+ msgstr ""
598
+
599
+ #: includes/forms/class-wp-job-manager-form-edit-job.php:111
600
+ msgid "View Job Listing &rarr;"
601
+ msgstr ""
602
+
603
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:22
604
+ msgid "Submit Details"
605
+ msgstr ""
606
+
607
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:28
608
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:555
609
+ msgid "Preview"
610
+ msgstr ""
611
+
612
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:34
613
+ msgid "Done"
614
+ msgstr ""
615
+
616
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:106
617
+ msgid "Job title"
618
+ msgstr ""
619
+
620
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:121
621
+ msgid "Job type"
622
+ msgstr ""
623
+
624
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:129
625
+ msgid "Job category"
626
+ msgstr ""
627
+
628
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:137
629
+ msgid "Description"
630
+ msgstr ""
631
+
632
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:147
633
+ msgid "Enter an email address or website URL"
634
+ msgstr ""
635
+
636
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:156
637
+ msgid "Enter the name of the company"
638
+ msgstr ""
639
+
640
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:160
641
+ #: templates/content-single-job_listing.php:32
642
+ msgid "Website"
643
+ msgstr ""
644
+
645
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:163
646
+ msgid "http://"
647
+ msgstr ""
648
+
649
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:167
650
+ msgid "Tagline"
651
+ msgstr ""
652
+
653
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:170
654
+ msgid "Briefly describe your company"
655
+ msgstr ""
656
+
657
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:175
658
+ msgid "Twitter username"
659
+ msgstr ""
660
+
661
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:178
662
+ msgid "@yourcompany"
663
+ msgstr ""
664
+
665
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:182
666
+ msgid "Logo"
667
+ msgstr ""
668
+
669
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:293
670
+ msgid "%s is a required field"
671
+ msgstr ""
672
+
673
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:406
674
+ msgid "Preview job listing &rarr;"
675
+ msgstr ""
676
+
677
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:441
678
+ msgid "You must be signed in to post a new job listing."
679
+ msgstr ""
680
+
681
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:549
682
+ msgid "Submit Listing &rarr;"
683
+ msgstr ""
684
+
685
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:550
686
+ msgid "&larr; Edit listing"
687
+ msgstr ""
688
+
689
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:633
690
+ msgid "\"%s\" needs to be one of the following file types: %s"
691
+ msgstr ""
692
+
693
+ #: templates/account-signin.php:4
694
+ msgid "Your account"
695
+ msgstr ""
696
+
697
+ #: templates/account-signin.php:8
698
+ msgid "You are currently signed in as <strong>%s</strong>."
699
+ msgstr ""
700
+
701
+ #: templates/account-signin.php:11
702
+ msgid "Sign out"
703
+ msgstr ""
704
+
705
+ #: templates/account-signin.php:21
706
+ msgid "Have an account?"
707
+ msgstr ""
708
+
709
+ #: templates/account-signin.php:23
710
+ msgid "Sign in"
711
+ msgstr ""
712
+
713
+ #: templates/account-signin.php:27
714
+ msgid ""
715
+ "If you don&lsquo;t have an account you can %screate one below by entering "
716
+ "your email address. A password will be automatically emailed to you."
717
+ msgstr ""
718
+
719
+ #: templates/account-signin.php:27
720
+ msgid "optionally"
721
+ msgstr ""
722
+
723
+ #: templates/account-signin.php:31
724
+ msgid "You must sign in to create a new job listing."
725
+ msgstr ""
726
+
727
+ #: templates/account-signin.php:38
728
+ msgid "Your email"
729
+ msgstr ""
730
+
731
+ #: templates/account-signin.php:38 templates/job-submit.php:24
732
+ #: templates/job-submit.php:41
733
+ msgid "(optional)"
734
+ msgstr ""
735
+
736
+ #: templates/content-job_listing.php:16
737
+ #: templates/content-single-job_listing.php:19
738
+ #: templates/content-summary-job_listing.php:14
739
+ msgid "Posted %s ago"
740
+ msgstr ""
741
+
742
+ #: templates/content-single-job_listing.php:8
743
+ msgid "This job listing has expired"
744
+ msgstr ""
745
+
746
+ #: templates/content-single-job_listing.php:22
747
+ msgid "This position has been filled"
748
+ msgstr ""
749
+
750
+ #: templates/form-fields/file-field.php:6
751
+ msgid "remove"
752
+ msgstr ""
753
+
754
+ #: templates/form-fields/file-field.php:6
755
+ msgid "or"
756
+ msgstr ""
757
+
758
+ #: templates/form-fields/file-field.php:16
759
+ msgid "Max. file size: %s."
760
+ msgstr ""
761
+
762
+ #: templates/job-application.php:5
763
+ msgid "Apply for job"
764
+ msgstr ""
765
+
766
+ #: templates/job-application.php:12
767
+ msgid ""
768
+ "To apply for this job <strong>email your details to</strong> <a "
769
+ "class=\"job_application_email\" href=\"mailto:%1$s%2$s\">%1$s</a>"
770
+ msgstr ""
771
+
772
+ #: templates/job-application.php:14
773
+ msgid "Apply using webmail: "
774
+ msgstr ""
775
+
776
+ #: templates/job-application.php:28
777
+ msgid ""
778
+ "To apply for this job please visit the following URL: <a href=\"%1$s\">%1$s "
779
+ "&rarr;</a>"
780
+ msgstr ""
781
+
782
+ #: templates/job-dashboard.php:2
783
+ msgid ""
784
+ "Your job listings are shown in the table below. Expired listings will be "
785
+ "automatically removed after 30 days."
786
+ msgstr ""
787
+
788
+ #: templates/job-dashboard.php:6
789
+ msgid "Job Title"
790
+ msgstr ""
791
+
792
+ #: templates/job-dashboard.php:7
793
+ msgid "Date Posted"
794
+ msgstr ""
795
+
796
+ #: templates/job-dashboard.php:16
797
+ msgid "You do not have any active job listings."
798
+ msgstr ""
799
+
800
+ #: templates/job-dashboard.php:36
801
+ msgid "Mark not filled"
802
+ msgstr ""
803
+
804
+ #: templates/job-dashboard.php:38
805
+ msgid "Mark filled"
806
+ msgstr ""
807
+
808
+ #: templates/job-filters.php:8
809
+ msgid "Keywords"
810
+ msgstr ""
811
+
812
+ #: templates/job-filters.php:9
813
+ msgid "All Jobs"
814
+ msgstr ""
815
+
816
+ #: templates/job-filters.php:13
817
+ msgid "Location"
818
+ msgstr ""
819
+
820
+ #: templates/job-filters.php:14
821
+ msgid "Any Location"
822
+ msgstr ""
823
+
824
+ #: templates/job-filters.php:23
825
+ msgid "Category"
826
+ msgstr ""
827
+
828
+ #: templates/job-filters.php:24
829
+ msgid "All Job Categories"
830
+ msgstr ""
831
+
832
+ #: templates/job-submit.php:35
833
+ msgid "Company details"
834
+ msgstr ""
835
+
836
+ #: templates/job-submitted.php:4
837
+ msgid ""
838
+ "Job listed successfully. To view your job listing <a href=\"%s\">click "
839
+ "here</a>."
840
+ msgstr ""
841
+
842
+ #: templates/job-submitted.php:7
843
+ msgid ""
844
+ "Job submitted successfully. Your job listing will be visible once approved."
845
+ msgstr ""
846
+
847
+ #: wp-job-manager-functions.php:214
848
+ msgid "Reset"
849
+ msgstr ""
850
+
851
+ #: wp-job-manager-functions.php:218
852
+ msgid "RSS"
853
+ msgstr ""
854
+
855
+ #: wp-job-manager-functions.php:268
856
+ msgid "Your email address isn&#8217;t correct."
857
+ msgstr ""
858
+
859
+ #: wp-job-manager-functions.php:271
860
+ msgid "This email is already registered, please choose another one."
861
+ msgstr ""
862
+
863
+ #: wp-job-manager-template.php:116
864
+ msgid "Active"
865
+ msgstr ""
866
+
867
+ #: wp-job-manager-template.php:118
868
+ msgid "Expired"
869
+ msgstr ""
870
+
871
+ #: wp-job-manager-template.php:120
872
+ msgid "Pending Review"
873
+ msgstr ""
874
+
875
+ #: wp-job-manager-template.php:122
876
+ msgid "Inactive"
877
+ msgstr ""
878
+
879
+ #: wp-job-manager-template.php:197
880
+ msgid "Job Application via \"%s\" listing on %s"
881
+ msgstr ""
882
+
883
+ #: wp-job-manager-template.php:255
884
+ msgid "Anywhere"
885
+ msgstr ""
886
+
887
+ #: wp-job-manager.php:96
888
+ msgid "Are you sure you want to delete this job?"
889
+ msgstr ""
890
+
891
+ #. Plugin Name of the plugin/theme
892
+ msgid "WP Job Manager"
893
+ msgstr ""
894
+
895
+ #. Plugin URI of the plugin/theme
896
+ msgid "http://mikejolley.com/projects/wp-job-manager/"
897
+ msgstr ""
898
+
899
+ #. Description of the plugin/theme
900
+ msgid ""
901
+ "Manage job listings from the WordPress admin panel, and allow users to post "
902
+ "jobs directly to your site."
903
+ msgstr ""
904
+
905
+ #. Author of the plugin/theme
906
+ msgid "Mike Jolley"
907
+ msgstr ""
908
+
909
+ #. Author URI of the plugin/theme
910
+ msgid "http://mikejolley.com"
911
+ msgstr ""
languages/wp-job-manager-hy.mo CHANGED
Binary file
languages/wp-job-manager-hy.po CHANGED
@@ -5,8 +5,8 @@ msgid ""
5
  msgstr ""
6
  "Project-Id-Version: WP Job Manager\n"
7
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-job-manager\n"
8
- "POT-Creation-Date: 2014-02-01 15:24:41+00:00\n"
9
- "PO-Revision-Date: 2014-02-05 12:08+0000\n"
10
  "Last-Translator: mikejolley <mike.jolley@me.com>\n"
11
  "Language-Team: Armenian (http://www.transifex.com/projects/p/wp-job-manager/language/hy/)\n"
12
  "MIME-Version: 1.0\n"
@@ -167,115 +167,125 @@ msgstr ""
167
  msgid "Delete"
168
  msgstr ""
169
 
170
- #: includes/admin/class-wp-job-manager-settings.php:31
171
  #: includes/class-wp-job-manager-post-types.php:135
172
  #: includes/class-wp-job-manager-post-types.php:225
173
  msgid "Job Listings"
174
  msgstr ""
175
 
176
- #: includes/admin/class-wp-job-manager-settings.php:37
177
  msgid "Jobs per page"
178
  msgstr ""
179
 
180
- #: includes/admin/class-wp-job-manager-settings.php:38
181
  msgid "How many jobs should be shown per page by default?"
182
  msgstr ""
183
 
184
- #: includes/admin/class-wp-job-manager-settings.php:44
185
  msgid "Filled positions"
186
  msgstr ""
187
 
188
- #: includes/admin/class-wp-job-manager-settings.php:45
189
  msgid "Hide filled positions"
190
  msgstr ""
191
 
192
- #: includes/admin/class-wp-job-manager-settings.php:46
193
  msgid "If enabled, filled positions will be hidden from the job list."
194
  msgstr ""
195
 
196
- #: includes/admin/class-wp-job-manager-settings.php:53
197
  msgid "Job categories"
198
  msgstr ""
199
 
200
- #: includes/admin/class-wp-job-manager-settings.php:54
201
  msgid "Enable job categories"
202
  msgstr ""
203
 
204
- #: includes/admin/class-wp-job-manager-settings.php:55
205
  msgid ""
206
  "Choose whether to enable job categories. Categories must be setup by an "
207
  "admin for users to choose during job submission."
208
  msgstr ""
209
 
210
- #: includes/admin/class-wp-job-manager-settings.php:62
211
  msgid "Job Submission"
212
  msgstr ""
213
 
214
- #: includes/admin/class-wp-job-manager-settings.php:67
215
  msgid "Account creation"
216
  msgstr ""
217
 
218
- #: includes/admin/class-wp-job-manager-settings.php:68
219
  msgid "Allow account creation"
220
  msgstr ""
221
 
222
- #: includes/admin/class-wp-job-manager-settings.php:69
223
  msgid ""
224
  "If enabled, non-logged in users will be able to create an account by "
225
  "entering their email address on the job submission form."
226
  msgstr ""
227
 
228
- #: includes/admin/class-wp-job-manager-settings.php:76
 
 
 
 
 
 
 
 
 
 
229
  msgid "Account required"
230
  msgstr ""
231
 
232
- #: includes/admin/class-wp-job-manager-settings.php:77
233
  msgid "Job submission requires an account"
234
  msgstr ""
235
 
236
- #: includes/admin/class-wp-job-manager-settings.php:78
237
  msgid ""
238
  "If disabled, non-logged in users will be able to submit job listings without"
239
  " creating an account."
240
  msgstr ""
241
 
242
- #: includes/admin/class-wp-job-manager-settings.php:85
243
  msgid "Approval Required"
244
  msgstr ""
245
 
246
- #: includes/admin/class-wp-job-manager-settings.php:86
247
  msgid "New submissions require admin approval"
248
  msgstr ""
249
 
250
- #: includes/admin/class-wp-job-manager-settings.php:87
251
  msgid "If enabled, new submissions will be inactive, pending admin approval."
252
  msgstr ""
253
 
254
- #: includes/admin/class-wp-job-manager-settings.php:94
255
  msgid "Listing duration"
256
  msgstr ""
257
 
258
- #: includes/admin/class-wp-job-manager-settings.php:95
259
  msgid ""
260
  "How many <strong>days</strong> listings are live before expiring. Can be "
261
  "left blank to never expire."
262
  msgstr ""
263
 
264
- #: includes/admin/class-wp-job-manager-settings.php:101
265
  msgid "Submit Page Slug"
266
  msgstr ""
267
 
268
- #: includes/admin/class-wp-job-manager-settings.php:102
269
  msgid ""
270
  "Enter the slug of the page where you have placed the [submit_job_form] "
271
  "shortcode. This lets the plugin know where the form is located."
272
  msgstr ""
273
 
274
- #: includes/admin/class-wp-job-manager-settings.php:154
275
  msgid "Settings successfully saved"
276
  msgstr ""
277
 
278
- #: includes/admin/class-wp-job-manager-settings.php:233
279
  msgid "Save Changes"
280
  msgstr ""
281
 
@@ -391,6 +401,10 @@ msgstr ""
391
  msgid "Query limit reached"
392
  msgstr ""
393
 
 
 
 
 
394
  #: includes/class-wp-job-manager-post-types.php:45
395
  msgid "Job Category"
396
  msgstr ""
@@ -543,8 +557,8 @@ msgstr ""
543
  msgid "You need to be signed in to manage your job listings."
544
  msgstr ""
545
 
546
- #: includes/class-wp-job-manager-shortcodes.php:187
547
- #: includes/class-wp-job-manager-shortcodes.php:217
548
  msgid "Load more job listings"
549
  msgstr ""
550
 
@@ -713,7 +727,7 @@ msgid "Your email"
713
  msgstr ""
714
 
715
  #: templates/account-signin.php:38 templates/job-submit.php:24
716
- #: templates/job-submit.php:40
717
  msgid "(optional)"
718
  msgstr ""
719
 
@@ -813,7 +827,7 @@ msgstr ""
813
  msgid "All Job Categories"
814
  msgstr ""
815
 
816
- #: templates/job-submit.php:34
817
  msgid "Company details"
818
  msgstr ""
819
 
@@ -828,19 +842,19 @@ msgid ""
828
  "Job submitted successfully. Your job listing will be visible once approved."
829
  msgstr ""
830
 
831
- #: wp-job-manager-functions.php:196
832
  msgid "Reset"
833
  msgstr ""
834
 
835
- #: wp-job-manager-functions.php:200
836
  msgid "RSS"
837
  msgstr ""
838
 
839
- #: wp-job-manager-functions.php:250
840
  msgid "Your email address isn&#8217;t correct."
841
  msgstr ""
842
 
843
- #: wp-job-manager-functions.php:253
844
  msgid "This email is already registered, please choose another one."
845
  msgstr ""
846
 
@@ -860,6 +874,10 @@ msgstr ""
860
  msgid "Inactive"
861
  msgstr ""
862
 
 
 
 
 
863
  #: wp-job-manager-template.php:255
864
  msgid "Anywhere"
865
  msgstr ""
5
  msgstr ""
6
  "Project-Id-Version: WP Job Manager\n"
7
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-job-manager\n"
8
+ "POT-Creation-Date: 2014-03-01 18:44:04+00:00\n"
9
+ "PO-Revision-Date: 2014-03-02 08:20+0000\n"
10
  "Last-Translator: mikejolley <mike.jolley@me.com>\n"
11
  "Language-Team: Armenian (http://www.transifex.com/projects/p/wp-job-manager/language/hy/)\n"
12
  "MIME-Version: 1.0\n"
167
  msgid "Delete"
168
  msgstr ""
169
 
170
+ #: includes/admin/class-wp-job-manager-settings.php:42
171
  #: includes/class-wp-job-manager-post-types.php:135
172
  #: includes/class-wp-job-manager-post-types.php:225
173
  msgid "Job Listings"
174
  msgstr ""
175
 
176
+ #: includes/admin/class-wp-job-manager-settings.php:48
177
  msgid "Jobs per page"
178
  msgstr ""
179
 
180
+ #: includes/admin/class-wp-job-manager-settings.php:49
181
  msgid "How many jobs should be shown per page by default?"
182
  msgstr ""
183
 
184
+ #: includes/admin/class-wp-job-manager-settings.php:55
185
  msgid "Filled positions"
186
  msgstr ""
187
 
188
+ #: includes/admin/class-wp-job-manager-settings.php:56
189
  msgid "Hide filled positions"
190
  msgstr ""
191
 
192
+ #: includes/admin/class-wp-job-manager-settings.php:57
193
  msgid "If enabled, filled positions will be hidden from the job list."
194
  msgstr ""
195
 
196
+ #: includes/admin/class-wp-job-manager-settings.php:64
197
  msgid "Job categories"
198
  msgstr ""
199
 
200
+ #: includes/admin/class-wp-job-manager-settings.php:65
201
  msgid "Enable job categories"
202
  msgstr ""
203
 
204
+ #: includes/admin/class-wp-job-manager-settings.php:66
205
  msgid ""
206
  "Choose whether to enable job categories. Categories must be setup by an "
207
  "admin for users to choose during job submission."
208
  msgstr ""
209
 
210
+ #: includes/admin/class-wp-job-manager-settings.php:73
211
  msgid "Job Submission"
212
  msgstr ""
213
 
214
+ #: includes/admin/class-wp-job-manager-settings.php:78
215
  msgid "Account creation"
216
  msgstr ""
217
 
218
+ #: includes/admin/class-wp-job-manager-settings.php:79
219
  msgid "Allow account creation"
220
  msgstr ""
221
 
222
+ #: includes/admin/class-wp-job-manager-settings.php:80
223
  msgid ""
224
  "If enabled, non-logged in users will be able to create an account by "
225
  "entering their email address on the job submission form."
226
  msgstr ""
227
 
228
+ #: includes/admin/class-wp-job-manager-settings.php:87
229
+ msgid "Account Role"
230
+ msgstr ""
231
+
232
+ #: includes/admin/class-wp-job-manager-settings.php:88
233
+ msgid ""
234
+ "If you enable registration on your job submission form, choose a role for "
235
+ "the new user."
236
+ msgstr ""
237
+
238
+ #: includes/admin/class-wp-job-manager-settings.php:95
239
  msgid "Account required"
240
  msgstr ""
241
 
242
+ #: includes/admin/class-wp-job-manager-settings.php:96
243
  msgid "Job submission requires an account"
244
  msgstr ""
245
 
246
+ #: includes/admin/class-wp-job-manager-settings.php:97
247
  msgid ""
248
  "If disabled, non-logged in users will be able to submit job listings without"
249
  " creating an account."
250
  msgstr ""
251
 
252
+ #: includes/admin/class-wp-job-manager-settings.php:104
253
  msgid "Approval Required"
254
  msgstr ""
255
 
256
+ #: includes/admin/class-wp-job-manager-settings.php:105
257
  msgid "New submissions require admin approval"
258
  msgstr ""
259
 
260
+ #: includes/admin/class-wp-job-manager-settings.php:106
261
  msgid "If enabled, new submissions will be inactive, pending admin approval."
262
  msgstr ""
263
 
264
+ #: includes/admin/class-wp-job-manager-settings.php:113
265
  msgid "Listing duration"
266
  msgstr ""
267
 
268
+ #: includes/admin/class-wp-job-manager-settings.php:114
269
  msgid ""
270
  "How many <strong>days</strong> listings are live before expiring. Can be "
271
  "left blank to never expire."
272
  msgstr ""
273
 
274
+ #: includes/admin/class-wp-job-manager-settings.php:120
275
  msgid "Submit Page Slug"
276
  msgstr ""
277
 
278
+ #: includes/admin/class-wp-job-manager-settings.php:121
279
  msgid ""
280
  "Enter the slug of the page where you have placed the [submit_job_form] "
281
  "shortcode. This lets the plugin know where the form is located."
282
  msgstr ""
283
 
284
+ #: includes/admin/class-wp-job-manager-settings.php:173
285
  msgid "Settings successfully saved"
286
  msgstr ""
287
 
288
+ #: includes/admin/class-wp-job-manager-settings.php:252
289
  msgid "Save Changes"
290
  msgstr ""
291
 
401
  msgid "Query limit reached"
402
  msgstr ""
403
 
404
+ #: includes/class-wp-job-manager-install.php:40
405
+ msgid "Employer"
406
+ msgstr ""
407
+
408
  #: includes/class-wp-job-manager-post-types.php:45
409
  msgid "Job Category"
410
  msgstr ""
557
  msgid "You need to be signed in to manage your job listings."
558
  msgstr ""
559
 
560
+ #: includes/class-wp-job-manager-shortcodes.php:195
561
+ #: includes/class-wp-job-manager-shortcodes.php:225
562
  msgid "Load more job listings"
563
  msgstr ""
564
 
727
  msgstr ""
728
 
729
  #: templates/account-signin.php:38 templates/job-submit.php:24
730
+ #: templates/job-submit.php:41
731
  msgid "(optional)"
732
  msgstr ""
733
 
827
  msgid "All Job Categories"
828
  msgstr ""
829
 
830
+ #: templates/job-submit.php:35
831
  msgid "Company details"
832
  msgstr ""
833
 
842
  "Job submitted successfully. Your job listing will be visible once approved."
843
  msgstr ""
844
 
845
+ #: wp-job-manager-functions.php:214
846
  msgid "Reset"
847
  msgstr ""
848
 
849
+ #: wp-job-manager-functions.php:218
850
  msgid "RSS"
851
  msgstr ""
852
 
853
+ #: wp-job-manager-functions.php:268
854
  msgid "Your email address isn&#8217;t correct."
855
  msgstr ""
856
 
857
+ #: wp-job-manager-functions.php:271
858
  msgid "This email is already registered, please choose another one."
859
  msgstr ""
860
 
874
  msgid "Inactive"
875
  msgstr ""
876
 
877
+ #: wp-job-manager-template.php:197
878
+ msgid "Job Application via \"%s\" listing on %s"
879
+ msgstr ""
880
+
881
  #: wp-job-manager-template.php:255
882
  msgid "Anywhere"
883
  msgstr ""
languages/wp-job-manager-it_IT.mo CHANGED
Binary file
languages/wp-job-manager-it_IT.po CHANGED
@@ -1,12 +1,13 @@
1
  # Copyright (C) 2014 WP Job Manager
2
  # This file is distributed under the same license as the WP Job Manager package.
3
  # Translators:
 
4
  msgid ""
5
  msgstr ""
6
  "Project-Id-Version: WP Job Manager\n"
7
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-job-manager\n"
8
- "POT-Creation-Date: 2014-02-01 15:24:41+00:00\n"
9
- "PO-Revision-Date: 2014-01-31 08:21+0000\n"
10
  "Last-Translator: mikejolley <mike.jolley@me.com>\n"
11
  "Language-Team: Italian (Italy) (http://www.transifex.com/projects/p/wp-job-manager/language/it_IT/)\n"
12
  "MIME-Version: 1.0\n"
@@ -18,7 +19,7 @@ msgstr ""
18
  #: includes/admin/class-wp-job-manager-addons.php:50
19
  #: includes/admin/class-wp-job-manager-admin.php:55
20
  msgid "WP Job Manager Add-ons"
21
- msgstr ""
22
 
23
  #: includes/admin/class-wp-job-manager-admin.php:52
24
  msgid "Settings"
@@ -26,17 +27,17 @@ msgstr "Impostazioni"
26
 
27
  #: includes/admin/class-wp-job-manager-admin.php:55
28
  msgid "Add-ons"
29
- msgstr ""
30
 
31
  #: includes/admin/class-wp-job-manager-cpt.php:43
32
  #: includes/admin/class-wp-job-manager-cpt.php:44
33
  msgid "Approve Jobs"
34
- msgstr ""
35
 
36
  #: includes/admin/class-wp-job-manager-cpt.php:112
37
  #: includes/admin/class-wp-job-manager-cpt.php:114
38
  msgid "%s approved"
39
- msgstr ""
40
 
41
  #: includes/admin/class-wp-job-manager-cpt.php:157
42
  msgid "Select a category"
@@ -115,7 +116,7 @@ msgstr "Categorie"
115
 
116
  #: includes/admin/class-wp-job-manager-cpt.php:241
117
  msgid "Featured?"
118
- msgstr ""
119
 
120
  #: includes/admin/class-wp-job-manager-cpt.php:242
121
  #: templates/job-dashboard.php:10
@@ -133,12 +134,12 @@ msgstr "Azioni"
133
 
134
  #: includes/admin/class-wp-job-manager-cpt.php:267
135
  msgid "Job ID: %d"
136
- msgstr ""
137
 
138
  #: includes/admin/class-wp-job-manager-cpt.php:293
139
  #: includes/admin/class-wp-job-manager-cpt.php:298
140
  msgid "M j, Y"
141
- msgstr ""
142
 
143
  #: includes/admin/class-wp-job-manager-cpt.php:294
144
  msgid "by a guest"
@@ -146,11 +147,11 @@ msgstr "da utente non registrato"
146
 
147
  #: includes/admin/class-wp-job-manager-cpt.php:294
148
  msgid "by %s"
149
- msgstr "per %s"
150
 
151
  #: includes/admin/class-wp-job-manager-cpt.php:311
152
  msgid "Approve"
153
- msgstr ""
154
 
155
  #: includes/admin/class-wp-job-manager-cpt.php:318
156
  msgid "View"
@@ -167,115 +168,125 @@ msgstr "Modifica"
167
  msgid "Delete"
168
  msgstr "Cancella"
169
 
170
- #: includes/admin/class-wp-job-manager-settings.php:31
171
  #: includes/class-wp-job-manager-post-types.php:135
172
  #: includes/class-wp-job-manager-post-types.php:225
173
  msgid "Job Listings"
174
  msgstr "Offerte di lavoro"
175
 
176
- #: includes/admin/class-wp-job-manager-settings.php:37
177
  msgid "Jobs per page"
178
  msgstr "Offerte per pagina"
179
 
180
- #: includes/admin/class-wp-job-manager-settings.php:38
181
  msgid "How many jobs should be shown per page by default?"
182
  msgstr "Numero di offerte da visualizzare per pagina"
183
 
184
- #: includes/admin/class-wp-job-manager-settings.php:44
185
  msgid "Filled positions"
186
  msgstr "Offerte chiuse"
187
 
188
- #: includes/admin/class-wp-job-manager-settings.php:45
189
  msgid "Hide filled positions"
190
  msgstr "Non visualizzare le offerte chiuse"
191
 
192
- #: includes/admin/class-wp-job-manager-settings.php:46
193
  msgid "If enabled, filled positions will be hidden from the job list."
194
  msgstr "Se abilitato, le offerte chiuse non saranno visualizzate "
195
 
196
- #: includes/admin/class-wp-job-manager-settings.php:53
197
  msgid "Job categories"
198
  msgstr "Categorie"
199
 
200
- #: includes/admin/class-wp-job-manager-settings.php:54
201
  msgid "Enable job categories"
202
  msgstr "Abilitare le categorie"
203
 
204
- #: includes/admin/class-wp-job-manager-settings.php:55
205
  msgid ""
206
  "Choose whether to enable job categories. Categories must be setup by an "
207
  "admin for users to choose during job submission."
208
  msgstr "Abilitare le categorie? Amministratore gestisce le categorie che possono essere utilizzate dal utente nella creazione dell'offerta."
209
 
210
- #: includes/admin/class-wp-job-manager-settings.php:62
211
  msgid "Job Submission"
212
  msgstr "Invio delle offerte"
213
 
214
- #: includes/admin/class-wp-job-manager-settings.php:67
215
  msgid "Account creation"
216
  msgstr "Creare profili"
217
 
218
- #: includes/admin/class-wp-job-manager-settings.php:68
219
  msgid "Allow account creation"
220
  msgstr "Permettere la creazione dei profili"
221
 
222
- #: includes/admin/class-wp-job-manager-settings.php:69
223
  msgid ""
224
  "If enabled, non-logged in users will be able to create an account by "
225
  "entering their email address on the job submission form."
 
 
 
 
 
 
 
 
 
 
226
  msgstr ""
227
 
228
- #: includes/admin/class-wp-job-manager-settings.php:76
229
  msgid "Account required"
230
  msgstr "Devi avere un account"
231
 
232
- #: includes/admin/class-wp-job-manager-settings.php:77
233
  msgid "Job submission requires an account"
234
  msgstr "Per inviare un offerta è necessario avere un profilo"
235
 
236
- #: includes/admin/class-wp-job-manager-settings.php:78
237
  msgid ""
238
  "If disabled, non-logged in users will be able to submit job listings without"
239
  " creating an account."
240
  msgstr "Se disabilitata gli utenti non registrati potranno inviare la propria offerta di lavoro senza creare un profilo."
241
 
242
- #: includes/admin/class-wp-job-manager-settings.php:85
243
  msgid "Approval Required"
244
  msgstr "Approvazione richiesta"
245
 
246
- #: includes/admin/class-wp-job-manager-settings.php:86
247
  msgid "New submissions require admin approval"
248
  msgstr "Le nuove offerte devono essere approvate da un amministratore"
249
 
250
- #: includes/admin/class-wp-job-manager-settings.php:87
251
  msgid "If enabled, new submissions will be inactive, pending admin approval."
252
  msgstr "Se abilitata le nuove offerte saranno inattive fino ad approvazione di un amministratore"
253
 
254
- #: includes/admin/class-wp-job-manager-settings.php:94
255
  msgid "Listing duration"
256
  msgstr "Durata offerta"
257
 
258
- #: includes/admin/class-wp-job-manager-settings.php:95
259
  msgid ""
260
  "How many <strong>days</strong> listings are live before expiring. Can be "
261
  "left blank to never expire."
262
  msgstr "Per quanti <strong>giorni</strong> sarà valida l'offerta? Se non compilato l'offerta non avrà scadenza."
263
 
264
- #: includes/admin/class-wp-job-manager-settings.php:101
265
  msgid "Submit Page Slug"
266
- msgstr ""
267
 
268
- #: includes/admin/class-wp-job-manager-settings.php:102
269
  msgid ""
270
  "Enter the slug of the page where you have placed the [submit_job_form] "
271
  "shortcode. This lets the plugin know where the form is located."
272
- msgstr ""
273
 
274
- #: includes/admin/class-wp-job-manager-settings.php:154
275
  msgid "Settings successfully saved"
276
  msgstr "Impostazioni salvate corretamente"
277
 
278
- #: includes/admin/class-wp-job-manager-settings.php:233
279
  msgid "Save Changes"
280
  msgstr "Salvare le modifiche"
281
 
@@ -287,18 +298,18 @@ msgstr "Luogo di lavoro"
287
  #: includes/admin/class-wp-job-manager-writepanels.php:28
288
  #: includes/forms/class-wp-job-manager-form-submit-job.php:117
289
  msgid "e.g. \"London, UK\", \"New York\", \"Houston, TX\""
290
- msgstr ""
291
 
292
  #: includes/admin/class-wp-job-manager-writepanels.php:29
293
  #: includes/forms/class-wp-job-manager-form-submit-job.php:114
294
  msgid ""
295
  "Leave this blank if the job can be done from anywhere (i.e. telecommuting)"
296
- msgstr ""
297
 
298
  #: includes/admin/class-wp-job-manager-writepanels.php:32
299
  #: includes/forms/class-wp-job-manager-form-submit-job.php:144
300
  msgid "Application email/URL"
301
- msgstr "Email/URL per le candidature"
302
 
303
  #: includes/admin/class-wp-job-manager-writepanels.php:33
304
  msgid "URL or email which applicants use to apply"
@@ -335,25 +346,25 @@ msgstr "URL logo aziendale"
335
 
336
  #: includes/admin/class-wp-job-manager-writepanels.php:57
337
  msgid "Position filled?"
338
- msgstr "Compilazione della posizione terminata?"
339
 
340
  #: includes/admin/class-wp-job-manager-writepanels.php:61
341
  msgid "Feature this job listing?"
342
- msgstr ""
343
 
344
  #: includes/admin/class-wp-job-manager-writepanels.php:63
345
  msgid ""
346
  "Featured listings will be sticky during searches, and can be styled "
347
  "differently."
348
- msgstr ""
349
 
350
  #: includes/admin/class-wp-job-manager-writepanels.php:66
351
  msgid "Job Expires"
352
- msgstr ""
353
 
354
  #: includes/admin/class-wp-job-manager-writepanels.php:67
355
  msgid "yyyy-mm-dd"
356
- msgstr ""
357
 
358
  #: includes/admin/class-wp-job-manager-writepanels.php:79
359
  msgid "Job Listing Data"
@@ -361,11 +372,11 @@ msgstr "Descrizione"
361
 
362
  #: includes/admin/class-wp-job-manager-writepanels.php:97
363
  msgid "Use file"
364
- msgstr ""
365
 
366
  #: includes/admin/class-wp-job-manager-writepanels.php:97
367
  msgid "Upload"
368
- msgstr ""
369
 
370
  #: includes/class-wp-job-manager-ajax.php:63
371
  msgid "No more jobs found matching your selection."
@@ -385,10 +396,14 @@ msgstr "Si trova a &ldquo;%s&rdquo;"
385
 
386
  #: includes/class-wp-job-manager-geocode.php:130
387
  msgid "No results found"
388
- msgstr ""
389
 
390
  #: includes/class-wp-job-manager-geocode.php:133
391
  msgid "Query limit reached"
 
 
 
 
392
  msgstr ""
393
 
394
  #: includes/class-wp-job-manager-post-types.php:45
@@ -459,7 +474,7 @@ msgstr "Tipi di offerta"
459
  #: includes/class-wp-job-manager-post-types.php:94
460
  msgctxt "Job type slug - resave permalinks after changing this"
461
  msgid "job-type"
462
- msgstr "Tipo di offerta"
463
 
464
  #: includes/class-wp-job-manager-post-types.php:134
465
  msgid "Job Listing"
@@ -473,7 +488,7 @@ msgstr "Offerte"
473
  #: includes/class-wp-job-manager-post-types.php:144
474
  msgctxt "Job permalink - resave permalinks after changing this"
475
  msgid "job"
476
- msgstr "Offerta"
477
 
478
  #: includes/class-wp-job-manager-post-types.php:157
479
  msgid "Add New"
@@ -512,8 +527,8 @@ msgstr "Scaduta"
512
  #: includes/class-wp-job-manager-post-types.php:209
513
  msgid "Expired <span class=\"count\">(%s)</span>"
514
  msgid_plural "Expired <span class=\"count\">(%s)</span>"
515
- msgstr[0] ""
516
- msgstr[1] ""
517
 
518
  #: includes/class-wp-job-manager-shortcodes.php:61
519
  msgid "Invalid Job ID"
@@ -543,8 +558,8 @@ msgstr "%s cancellata"
543
  msgid "You need to be signed in to manage your job listings."
544
  msgstr "Accedi al tuo account per gestire le tue offerte di lavoro."
545
 
546
- #: includes/class-wp-job-manager-shortcodes.php:187
547
- #: includes/class-wp-job-manager-shortcodes.php:217
548
  msgid "Load more job listings"
549
  msgstr "Carica più offerte di lavoro"
550
 
@@ -672,7 +687,7 @@ msgstr "&larr; Modifica offerta"
672
 
673
  #: includes/forms/class-wp-job-manager-form-submit-job.php:633
674
  msgid "\"%s\" needs to be one of the following file types: %s"
675
- msgstr ""
676
 
677
  #: templates/account-signin.php:4
678
  msgid "Your account"
@@ -713,7 +728,7 @@ msgid "Your email"
713
  msgstr "Il tuo indirizzo email."
714
 
715
  #: templates/account-signin.php:38 templates/job-submit.php:24
716
- #: templates/job-submit.php:40
717
  msgid "(optional)"
718
  msgstr "(opzionale)"
719
 
@@ -721,7 +736,7 @@ msgstr "(opzionale)"
721
  #: templates/content-single-job_listing.php:19
722
  #: templates/content-summary-job_listing.php:14
723
  msgid "Posted %s ago"
724
- msgstr ""
725
 
726
  #: templates/content-single-job_listing.php:8
727
  msgid "This job listing has expired"
@@ -733,7 +748,7 @@ msgstr "Questa offerta è stata chiusa"
733
 
734
  #: templates/form-fields/file-field.php:6
735
  msgid "remove"
736
- msgstr ""
737
 
738
  #: templates/form-fields/file-field.php:6
739
  msgid "or"
@@ -741,7 +756,7 @@ msgstr "o"
741
 
742
  #: templates/form-fields/file-field.php:16
743
  msgid "Max. file size: %s."
744
- msgstr ""
745
 
746
  #: templates/job-application.php:5
747
  msgid "Apply for job"
@@ -751,7 +766,7 @@ msgstr "Candidati"
751
  msgid ""
752
  "To apply for this job <strong>email your details to</strong> <a "
753
  "class=\"job_application_email\" href=\"mailto:%1$s%2$s\">%1$s</a>"
754
- msgstr "Per candidarti <strong>invia i tuoi dati al</strong> <a class=\"job_application_email\" href=\"mailto:%1$s%2$s\">%1$s</a>"
755
 
756
  #: templates/job-application.php:14
757
  msgid "Apply using webmail: "
@@ -813,7 +828,7 @@ msgstr "Categoria"
813
  msgid "All Job Categories"
814
  msgstr "Tutte le categorie"
815
 
816
- #: templates/job-submit.php:34
817
  msgid "Company details"
818
  msgstr "Informazioni sull'azienda"
819
 
@@ -828,19 +843,19 @@ msgid ""
828
  "Job submitted successfully. Your job listing will be visible once approved."
829
  msgstr "Offerta inviata e in attesa di approvazione "
830
 
831
- #: wp-job-manager-functions.php:196
832
  msgid "Reset"
833
  msgstr "Azzera"
834
 
835
- #: wp-job-manager-functions.php:200
836
  msgid "RSS"
837
  msgstr "RSS"
838
 
839
- #: wp-job-manager-functions.php:250
840
  msgid "Your email address isn&#8217;t correct."
841
  msgstr "L'indirizzo email non è corretto."
842
 
843
- #: wp-job-manager-functions.php:253
844
  msgid "This email is already registered, please choose another one."
845
  msgstr "Questa email è già registrata. Scegli un altro indirizzo email."
846
 
@@ -860,9 +875,13 @@ msgstr "In attesa di approvazione"
860
  msgid "Inactive"
861
  msgstr "Inattivo"
862
 
 
 
 
 
863
  #: wp-job-manager-template.php:255
864
  msgid "Anywhere"
865
- msgstr ""
866
 
867
  #: wp-job-manager.php:96
868
  msgid "Are you sure you want to delete this job?"
@@ -874,7 +893,7 @@ msgstr "WP Job Manager"
874
 
875
  #. Plugin URI of the plugin/theme
876
  msgid "http://mikejolley.com/projects/wp-job-manager/"
877
- msgstr ""
878
 
879
  #. Description of the plugin/theme
880
  msgid ""
1
  # Copyright (C) 2014 WP Job Manager
2
  # This file is distributed under the same license as the WP Job Manager package.
3
  # Translators:
4
+ # paletta, 2014
5
  msgid ""
6
  msgstr ""
7
  "Project-Id-Version: WP Job Manager\n"
8
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-job-manager\n"
9
+ "POT-Creation-Date: 2014-03-01 18:44:04+00:00\n"
10
+ "PO-Revision-Date: 2014-03-02 08:20+0000\n"
11
  "Last-Translator: mikejolley <mike.jolley@me.com>\n"
12
  "Language-Team: Italian (Italy) (http://www.transifex.com/projects/p/wp-job-manager/language/it_IT/)\n"
13
  "MIME-Version: 1.0\n"
19
  #: includes/admin/class-wp-job-manager-addons.php:50
20
  #: includes/admin/class-wp-job-manager-admin.php:55
21
  msgid "WP Job Manager Add-ons"
22
+ msgstr "Componenti aggiuntivi per WP Job Manager"
23
 
24
  #: includes/admin/class-wp-job-manager-admin.php:52
25
  msgid "Settings"
27
 
28
  #: includes/admin/class-wp-job-manager-admin.php:55
29
  msgid "Add-ons"
30
+ msgstr "Componenti aggiuntivi"
31
 
32
  #: includes/admin/class-wp-job-manager-cpt.php:43
33
  #: includes/admin/class-wp-job-manager-cpt.php:44
34
  msgid "Approve Jobs"
35
+ msgstr "Approva offerta"
36
 
37
  #: includes/admin/class-wp-job-manager-cpt.php:112
38
  #: includes/admin/class-wp-job-manager-cpt.php:114
39
  msgid "%s approved"
40
+ msgstr "%s approvato"
41
 
42
  #: includes/admin/class-wp-job-manager-cpt.php:157
43
  msgid "Select a category"
116
 
117
  #: includes/admin/class-wp-job-manager-cpt.php:241
118
  msgid "Featured?"
119
+ msgstr "In evidenza?"
120
 
121
  #: includes/admin/class-wp-job-manager-cpt.php:242
122
  #: templates/job-dashboard.php:10
134
 
135
  #: includes/admin/class-wp-job-manager-cpt.php:267
136
  msgid "Job ID: %d"
137
+ msgstr "ID Offerta: %d"
138
 
139
  #: includes/admin/class-wp-job-manager-cpt.php:293
140
  #: includes/admin/class-wp-job-manager-cpt.php:298
141
  msgid "M j, Y"
142
+ msgstr "M g, A"
143
 
144
  #: includes/admin/class-wp-job-manager-cpt.php:294
145
  msgid "by a guest"
147
 
148
  #: includes/admin/class-wp-job-manager-cpt.php:294
149
  msgid "by %s"
150
+ msgstr "da %s"
151
 
152
  #: includes/admin/class-wp-job-manager-cpt.php:311
153
  msgid "Approve"
154
+ msgstr "Approva"
155
 
156
  #: includes/admin/class-wp-job-manager-cpt.php:318
157
  msgid "View"
168
  msgid "Delete"
169
  msgstr "Cancella"
170
 
171
+ #: includes/admin/class-wp-job-manager-settings.php:42
172
  #: includes/class-wp-job-manager-post-types.php:135
173
  #: includes/class-wp-job-manager-post-types.php:225
174
  msgid "Job Listings"
175
  msgstr "Offerte di lavoro"
176
 
177
+ #: includes/admin/class-wp-job-manager-settings.php:48
178
  msgid "Jobs per page"
179
  msgstr "Offerte per pagina"
180
 
181
+ #: includes/admin/class-wp-job-manager-settings.php:49
182
  msgid "How many jobs should be shown per page by default?"
183
  msgstr "Numero di offerte da visualizzare per pagina"
184
 
185
+ #: includes/admin/class-wp-job-manager-settings.php:55
186
  msgid "Filled positions"
187
  msgstr "Offerte chiuse"
188
 
189
+ #: includes/admin/class-wp-job-manager-settings.php:56
190
  msgid "Hide filled positions"
191
  msgstr "Non visualizzare le offerte chiuse"
192
 
193
+ #: includes/admin/class-wp-job-manager-settings.php:57
194
  msgid "If enabled, filled positions will be hidden from the job list."
195
  msgstr "Se abilitato, le offerte chiuse non saranno visualizzate "
196
 
197
+ #: includes/admin/class-wp-job-manager-settings.php:64
198
  msgid "Job categories"
199
  msgstr "Categorie"
200
 
201
+ #: includes/admin/class-wp-job-manager-settings.php:65
202
  msgid "Enable job categories"
203
  msgstr "Abilitare le categorie"
204
 
205
+ #: includes/admin/class-wp-job-manager-settings.php:66
206
  msgid ""
207
  "Choose whether to enable job categories. Categories must be setup by an "
208
  "admin for users to choose during job submission."
209
  msgstr "Abilitare le categorie? Amministratore gestisce le categorie che possono essere utilizzate dal utente nella creazione dell'offerta."
210
 
211
+ #: includes/admin/class-wp-job-manager-settings.php:73
212
  msgid "Job Submission"
213
  msgstr "Invio delle offerte"
214
 
215
+ #: includes/admin/class-wp-job-manager-settings.php:78
216
  msgid "Account creation"
217
  msgstr "Creare profili"
218
 
219
+ #: includes/admin/class-wp-job-manager-settings.php:79
220
  msgid "Allow account creation"
221
  msgstr "Permettere la creazione dei profili"
222
 
223
+ #: includes/admin/class-wp-job-manager-settings.php:80
224
  msgid ""
225
  "If enabled, non-logged in users will be able to create an account by "
226
  "entering their email address on the job submission form."
227
+ msgstr "Se abilitata gli utenti non loggati potranno creare un account inserendo la loro email nel form di invio offerta."
228
+
229
+ #: includes/admin/class-wp-job-manager-settings.php:87
230
+ msgid "Account Role"
231
+ msgstr ""
232
+
233
+ #: includes/admin/class-wp-job-manager-settings.php:88
234
+ msgid ""
235
+ "If you enable registration on your job submission form, choose a role for "
236
+ "the new user."
237
  msgstr ""
238
 
239
+ #: includes/admin/class-wp-job-manager-settings.php:95
240
  msgid "Account required"
241
  msgstr "Devi avere un account"
242
 
243
+ #: includes/admin/class-wp-job-manager-settings.php:96
244
  msgid "Job submission requires an account"
245
  msgstr "Per inviare un offerta è necessario avere un profilo"
246
 
247
+ #: includes/admin/class-wp-job-manager-settings.php:97
248
  msgid ""
249
  "If disabled, non-logged in users will be able to submit job listings without"
250
  " creating an account."
251
  msgstr "Se disabilitata gli utenti non registrati potranno inviare la propria offerta di lavoro senza creare un profilo."
252
 
253
+ #: includes/admin/class-wp-job-manager-settings.php:104
254
  msgid "Approval Required"
255
  msgstr "Approvazione richiesta"
256
 
257
+ #: includes/admin/class-wp-job-manager-settings.php:105
258
  msgid "New submissions require admin approval"
259
  msgstr "Le nuove offerte devono essere approvate da un amministratore"
260
 
261
+ #: includes/admin/class-wp-job-manager-settings.php:106
262
  msgid "If enabled, new submissions will be inactive, pending admin approval."
263
  msgstr "Se abilitata le nuove offerte saranno inattive fino ad approvazione di un amministratore"
264
 
265
+ #: includes/admin/class-wp-job-manager-settings.php:113
266
  msgid "Listing duration"
267
  msgstr "Durata offerta"
268
 
269
+ #: includes/admin/class-wp-job-manager-settings.php:114
270
  msgid ""
271
  "How many <strong>days</strong> listings are live before expiring. Can be "
272
  "left blank to never expire."
273
  msgstr "Per quanti <strong>giorni</strong> sarà valida l'offerta? Se non compilato l'offerta non avrà scadenza."
274
 
275
+ #: includes/admin/class-wp-job-manager-settings.php:120
276
  msgid "Submit Page Slug"
277
+ msgstr "Inserisci slug della pagina"
278
 
279
+ #: includes/admin/class-wp-job-manager-settings.php:121
280
  msgid ""
281
  "Enter the slug of the page where you have placed the [submit_job_form] "
282
  "shortcode. This lets the plugin know where the form is located."
283
+ msgstr "Inserisci lo slug della pagina dove hai inserito lo shortcode [submit_job_form] per far si che il plugin sappia dove è collocato il modulo."
284
 
285
+ #: includes/admin/class-wp-job-manager-settings.php:173
286
  msgid "Settings successfully saved"
287
  msgstr "Impostazioni salvate corretamente"
288
 
289
+ #: includes/admin/class-wp-job-manager-settings.php:252
290
  msgid "Save Changes"
291
  msgstr "Salvare le modifiche"
292
 
298
  #: includes/admin/class-wp-job-manager-writepanels.php:28
299
  #: includes/forms/class-wp-job-manager-form-submit-job.php:117
300
  msgid "e.g. \"London, UK\", \"New York\", \"Houston, TX\""
301
+ msgstr "es. \"London, UK\", \"New York\", \"Houston, TX\""
302
 
303
  #: includes/admin/class-wp-job-manager-writepanels.php:29
304
  #: includes/forms/class-wp-job-manager-form-submit-job.php:114
305
  msgid ""
306
  "Leave this blank if the job can be done from anywhere (i.e. telecommuting)"
307
+ msgstr "Lasciare vuoto se il lavoro può essere svolto ovunque (es. telelavoro)"
308
 
309
  #: includes/admin/class-wp-job-manager-writepanels.php:32
310
  #: includes/forms/class-wp-job-manager-form-submit-job.php:144
311
  msgid "Application email/URL"
312
+ msgstr "Email/URL candidature"
313
 
314
  #: includes/admin/class-wp-job-manager-writepanels.php:33
315
  msgid "URL or email which applicants use to apply"
346
 
347
  #: includes/admin/class-wp-job-manager-writepanels.php:57
348
  msgid "Position filled?"
349
+ msgstr "Posizione chiusa?"
350
 
351
  #: includes/admin/class-wp-job-manager-writepanels.php:61
352
  msgid "Feature this job listing?"
353
+ msgstr "Offerta in evidenza?"
354
 
355
  #: includes/admin/class-wp-job-manager-writepanels.php:63
356
  msgid ""
357
  "Featured listings will be sticky during searches, and can be styled "
358
  "differently."
359
+ msgstr "Le offerte in evidenza verranno sempre mostrate durante le ricerche e possono essere stilate differentemente."
360
 
361
  #: includes/admin/class-wp-job-manager-writepanels.php:66
362
  msgid "Job Expires"
363
+ msgstr "Scadenza offerta"
364
 
365
  #: includes/admin/class-wp-job-manager-writepanels.php:67
366
  msgid "yyyy-mm-dd"
367
+ msgstr "aaaa-mm-gg"
368
 
369
  #: includes/admin/class-wp-job-manager-writepanels.php:79
370
  msgid "Job Listing Data"
372
 
373
  #: includes/admin/class-wp-job-manager-writepanels.php:97
374
  msgid "Use file"
375
+ msgstr "Usa file"
376
 
377
  #: includes/admin/class-wp-job-manager-writepanels.php:97
378
  msgid "Upload"
379
+ msgstr "Carica"
380
 
381
  #: includes/class-wp-job-manager-ajax.php:63
382
  msgid "No more jobs found matching your selection."
396
 
397
  #: includes/class-wp-job-manager-geocode.php:130
398
  msgid "No results found"
399
+ msgstr "Nessun risultato trovato"
400
 
401
  #: includes/class-wp-job-manager-geocode.php:133
402
  msgid "Query limit reached"
403
+ msgstr "Limite di query raggiunto"
404
+
405
+ #: includes/class-wp-job-manager-install.php:40
406
+ msgid "Employer"
407
  msgstr ""
408
 
409
  #: includes/class-wp-job-manager-post-types.php:45
474
  #: includes/class-wp-job-manager-post-types.php:94
475
  msgctxt "Job type slug - resave permalinks after changing this"
476
  msgid "job-type"
477
+ msgstr "tipologia-offerta-lavoro"
478
 
479
  #: includes/class-wp-job-manager-post-types.php:134
480
  msgid "Job Listing"
488
  #: includes/class-wp-job-manager-post-types.php:144
489
  msgctxt "Job permalink - resave permalinks after changing this"
490
  msgid "job"
491
+ msgstr "offerta-lavoro"
492
 
493
  #: includes/class-wp-job-manager-post-types.php:157
494
  msgid "Add New"
527
  #: includes/class-wp-job-manager-post-types.php:209
528
  msgid "Expired <span class=\"count\">(%s)</span>"
529
  msgid_plural "Expired <span class=\"count\">(%s)</span>"
530
+ msgstr[0] "Scaduto <span class=\"count\">(%s)</span>"
531
+ msgstr[1] "Scaduti <span class=\"count\">(%s)</span>"
532
 
533
  #: includes/class-wp-job-manager-shortcodes.php:61
534
  msgid "Invalid Job ID"
558
  msgid "You need to be signed in to manage your job listings."
559
  msgstr "Accedi al tuo account per gestire le tue offerte di lavoro."
560
 
561
+ #: includes/class-wp-job-manager-shortcodes.php:195
562
+ #: includes/class-wp-job-manager-shortcodes.php:225
563
  msgid "Load more job listings"
564
  msgstr "Carica più offerte di lavoro"
565
 
687
 
688
  #: includes/forms/class-wp-job-manager-form-submit-job.php:633
689
  msgid "\"%s\" needs to be one of the following file types: %s"
690
+ msgstr "\"%s\" deve essere una delle tipologie seguenti: %s"
691
 
692
  #: templates/account-signin.php:4
693
  msgid "Your account"
728
  msgstr "Il tuo indirizzo email."
729
 
730
  #: templates/account-signin.php:38 templates/job-submit.php:24
731
+ #: templates/job-submit.php:41
732
  msgid "(optional)"
733
  msgstr "(opzionale)"
734
 
736
  #: templates/content-single-job_listing.php:19
737
  #: templates/content-summary-job_listing.php:14
738
  msgid "Posted %s ago"
739
+ msgstr "Pubblicato %s fa"
740
 
741
  #: templates/content-single-job_listing.php:8
742
  msgid "This job listing has expired"
748
 
749
  #: templates/form-fields/file-field.php:6
750
  msgid "remove"
751
+ msgstr "rimuovi"
752
 
753
  #: templates/form-fields/file-field.php:6
754
  msgid "or"
756
 
757
  #: templates/form-fields/file-field.php:16
758
  msgid "Max. file size: %s."
759
+ msgstr "Dimensione massima: %s"
760
 
761
  #: templates/job-application.php:5
762
  msgid "Apply for job"
766
  msgid ""
767
  "To apply for this job <strong>email your details to</strong> <a "
768
  "class=\"job_application_email\" href=\"mailto:%1$s%2$s\">%1$s</a>"
769
+ msgstr "Per candidarti <strong>invia i tuoi dati a</strong> <a class=\"job_application_email\" href=\"mailto:%1$s%2$s\">%1$s</a>"
770
 
771
  #: templates/job-application.php:14
772
  msgid "Apply using webmail: "
828
  msgid "All Job Categories"
829
  msgstr "Tutte le categorie"
830
 
831
+ #: templates/job-submit.php:35
832
  msgid "Company details"
833
  msgstr "Informazioni sull'azienda"
834
 
843
  "Job submitted successfully. Your job listing will be visible once approved."
844
  msgstr "Offerta inviata e in attesa di approvazione "
845
 
846
+ #: wp-job-manager-functions.php:214
847
  msgid "Reset"
848
  msgstr "Azzera"
849
 
850
+ #: wp-job-manager-functions.php:218
851
  msgid "RSS"
852
  msgstr "RSS"
853
 
854
+ #: wp-job-manager-functions.php:268
855
  msgid "Your email address isn&#8217;t correct."
856
  msgstr "L'indirizzo email non è corretto."
857
 
858
+ #: wp-job-manager-functions.php:271
859
  msgid "This email is already registered, please choose another one."
860
  msgstr "Questa email è già registrata. Scegli un altro indirizzo email."
861
 
875
  msgid "Inactive"
876
  msgstr "Inattivo"
877
 
878
+ #: wp-job-manager-template.php:197
879
+ msgid "Job Application via \"%s\" listing on %s"
880
+ msgstr ""
881
+
882
  #: wp-job-manager-template.php:255
883
  msgid "Anywhere"
884
+ msgstr "Ovunque"
885
 
886
  #: wp-job-manager.php:96
887
  msgid "Are you sure you want to delete this job?"
893
 
894
  #. Plugin URI of the plugin/theme
895
  msgid "http://mikejolley.com/projects/wp-job-manager/"
896
+ msgstr "http://mikejolley.com/projects/wp-job-manager/"
897
 
898
  #. Description of the plugin/theme
899
  msgid ""
languages/wp-job-manager-ja.mo CHANGED
Binary file
languages/wp-job-manager-ja.po CHANGED
@@ -6,9 +6,9 @@ msgid ""
6
  msgstr ""
7
  "Project-Id-Version: WP Job Manager\n"
8
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-job-manager\n"
9
- "POT-Creation-Date: 2014-02-01 15:24:41+00:00\n"
10
- "PO-Revision-Date: 2014-02-06 04:12+0000\n"
11
- "Last-Translator: Shohei Tanaka <shohei.tanaka@artisanworkshop.biz>\n"
12
  "Language-Team: Japanese (http://www.transifex.com/projects/p/wp-job-manager/language/ja/)\n"
13
  "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -168,115 +168,125 @@ msgstr ""
168
  msgid "Delete"
169
  msgstr ""
170
 
171
- #: includes/admin/class-wp-job-manager-settings.php:31
172
  #: includes/class-wp-job-manager-post-types.php:135
173
  #: includes/class-wp-job-manager-post-types.php:225
174
  msgid "Job Listings"
175
  msgstr ""
176
 
177
- #: includes/admin/class-wp-job-manager-settings.php:37
178
  msgid "Jobs per page"
179
  msgstr ""
180
 
181
- #: includes/admin/class-wp-job-manager-settings.php:38
182
  msgid "How many jobs should be shown per page by default?"
183
  msgstr ""
184
 
185
- #: includes/admin/class-wp-job-manager-settings.php:44
186
  msgid "Filled positions"
187
  msgstr ""
188
 
189
- #: includes/admin/class-wp-job-manager-settings.php:45
190
  msgid "Hide filled positions"
191
  msgstr ""
192
 
193
- #: includes/admin/class-wp-job-manager-settings.php:46
194
  msgid "If enabled, filled positions will be hidden from the job list."
195
  msgstr ""
196
 
197
- #: includes/admin/class-wp-job-manager-settings.php:53
198
  msgid "Job categories"
199
  msgstr ""
200
 
201
- #: includes/admin/class-wp-job-manager-settings.php:54
202
  msgid "Enable job categories"
203
  msgstr ""
204
 
205
- #: includes/admin/class-wp-job-manager-settings.php:55
206
  msgid ""
207
  "Choose whether to enable job categories. Categories must be setup by an "
208
  "admin for users to choose during job submission."
209
  msgstr ""
210
 
211
- #: includes/admin/class-wp-job-manager-settings.php:62
212
  msgid "Job Submission"
213
  msgstr ""
214
 
215
- #: includes/admin/class-wp-job-manager-settings.php:67
216
  msgid "Account creation"
217
  msgstr ""
218
 
219
- #: includes/admin/class-wp-job-manager-settings.php:68
220
  msgid "Allow account creation"
221
  msgstr ""
222
 
223
- #: includes/admin/class-wp-job-manager-settings.php:69
224
  msgid ""
225
  "If enabled, non-logged in users will be able to create an account by "
226
  "entering their email address on the job submission form."
227
  msgstr ""
228
 
229
- #: includes/admin/class-wp-job-manager-settings.php:76
 
 
 
 
 
 
 
 
 
 
230
  msgid "Account required"
231
  msgstr ""
232
 
233
- #: includes/admin/class-wp-job-manager-settings.php:77
234
  msgid "Job submission requires an account"
235
  msgstr ""
236
 
237
- #: includes/admin/class-wp-job-manager-settings.php:78
238
  msgid ""
239
  "If disabled, non-logged in users will be able to submit job listings without"
240
  " creating an account."
241
  msgstr ""
242
 
243
- #: includes/admin/class-wp-job-manager-settings.php:85
244
  msgid "Approval Required"
245
  msgstr ""
246
 
247
- #: includes/admin/class-wp-job-manager-settings.php:86
248
  msgid "New submissions require admin approval"
249
  msgstr ""
250
 
251
- #: includes/admin/class-wp-job-manager-settings.php:87
252
  msgid "If enabled, new submissions will be inactive, pending admin approval."
253
  msgstr ""
254
 
255
- #: includes/admin/class-wp-job-manager-settings.php:94
256
  msgid "Listing duration"
257
  msgstr ""
258
 
259
- #: includes/admin/class-wp-job-manager-settings.php:95
260
  msgid ""
261
  "How many <strong>days</strong> listings are live before expiring. Can be "
262
  "left blank to never expire."
263
  msgstr ""
264
 
265
- #: includes/admin/class-wp-job-manager-settings.php:101
266
  msgid "Submit Page Slug"
267
  msgstr ""
268
 
269
- #: includes/admin/class-wp-job-manager-settings.php:102
270
  msgid ""
271
  "Enter the slug of the page where you have placed the [submit_job_form] "
272
  "shortcode. This lets the plugin know where the form is located."
273
  msgstr ""
274
 
275
- #: includes/admin/class-wp-job-manager-settings.php:154
276
  msgid "Settings successfully saved"
277
  msgstr ""
278
 
279
- #: includes/admin/class-wp-job-manager-settings.php:233
280
  msgid "Save Changes"
281
  msgstr ""
282
 
@@ -392,6 +402,10 @@ msgstr ""
392
  msgid "Query limit reached"
393
  msgstr ""
394
 
 
 
 
 
395
  #: includes/class-wp-job-manager-post-types.php:45
396
  msgid "Job Category"
397
  msgstr ""
@@ -543,8 +557,8 @@ msgstr ""
543
  msgid "You need to be signed in to manage your job listings."
544
  msgstr ""
545
 
546
- #: includes/class-wp-job-manager-shortcodes.php:187
547
- #: includes/class-wp-job-manager-shortcodes.php:217
548
  msgid "Load more job listings"
549
  msgstr ""
550
 
@@ -713,7 +727,7 @@ msgid "Your email"
713
  msgstr ""
714
 
715
  #: templates/account-signin.php:38 templates/job-submit.php:24
716
- #: templates/job-submit.php:40
717
  msgid "(optional)"
718
  msgstr ""
719
 
@@ -813,7 +827,7 @@ msgstr ""
813
  msgid "All Job Categories"
814
  msgstr ""
815
 
816
- #: templates/job-submit.php:34
817
  msgid "Company details"
818
  msgstr ""
819
 
@@ -828,19 +842,19 @@ msgid ""
828
  "Job submitted successfully. Your job listing will be visible once approved."
829
  msgstr ""
830
 
831
- #: wp-job-manager-functions.php:196
832
  msgid "Reset"
833
  msgstr ""
834
 
835
- #: wp-job-manager-functions.php:200
836
  msgid "RSS"
837
  msgstr ""
838
 
839
- #: wp-job-manager-functions.php:250
840
  msgid "Your email address isn&#8217;t correct."
841
  msgstr ""
842
 
843
- #: wp-job-manager-functions.php:253
844
  msgid "This email is already registered, please choose another one."
845
  msgstr ""
846
 
@@ -860,6 +874,10 @@ msgstr ""
860
  msgid "Inactive"
861
  msgstr ""
862
 
 
 
 
 
863
  #: wp-job-manager-template.php:255
864
  msgid "Anywhere"
865
  msgstr ""
6
  msgstr ""
7
  "Project-Id-Version: WP Job Manager\n"
8
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-job-manager\n"
9
+ "POT-Creation-Date: 2014-03-01 18:44:04+00:00\n"
10
+ "PO-Revision-Date: 2014-03-02 08:20+0000\n"
11
+ "Last-Translator: mikejolley <mike.jolley@me.com>\n"
12
  "Language-Team: Japanese (http://www.transifex.com/projects/p/wp-job-manager/language/ja/)\n"
13
  "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
168
  msgid "Delete"
169
  msgstr ""
170
 
171
+ #: includes/admin/class-wp-job-manager-settings.php:42
172
  #: includes/class-wp-job-manager-post-types.php:135
173
  #: includes/class-wp-job-manager-post-types.php:225
174
  msgid "Job Listings"
175
  msgstr ""
176
 
177
+ #: includes/admin/class-wp-job-manager-settings.php:48
178
  msgid "Jobs per page"
179
  msgstr ""
180
 
181
+ #: includes/admin/class-wp-job-manager-settings.php:49
182
  msgid "How many jobs should be shown per page by default?"
183
  msgstr ""
184
 
185
+ #: includes/admin/class-wp-job-manager-settings.php:55
186
  msgid "Filled positions"
187
  msgstr ""
188
 
189
+ #: includes/admin/class-wp-job-manager-settings.php:56
190
  msgid "Hide filled positions"
191
  msgstr ""
192
 
193
+ #: includes/admin/class-wp-job-manager-settings.php:57
194
  msgid "If enabled, filled positions will be hidden from the job list."
195
  msgstr ""
196
 
197
+ #: includes/admin/class-wp-job-manager-settings.php:64
198
  msgid "Job categories"
199
  msgstr ""
200
 
201
+ #: includes/admin/class-wp-job-manager-settings.php:65
202
  msgid "Enable job categories"
203
  msgstr ""
204
 
205
+ #: includes/admin/class-wp-job-manager-settings.php:66
206
  msgid ""
207
  "Choose whether to enable job categories. Categories must be setup by an "
208
  "admin for users to choose during job submission."
209
  msgstr ""
210
 
211
+ #: includes/admin/class-wp-job-manager-settings.php:73
212
  msgid "Job Submission"
213
  msgstr ""
214
 
215
+ #: includes/admin/class-wp-job-manager-settings.php:78
216
  msgid "Account creation"
217
  msgstr ""
218
 
219
+ #: includes/admin/class-wp-job-manager-settings.php:79
220
  msgid "Allow account creation"
221
  msgstr ""
222
 
223
+ #: includes/admin/class-wp-job-manager-settings.php:80
224
  msgid ""
225
  "If enabled, non-logged in users will be able to create an account by "
226
  "entering their email address on the job submission form."
227
  msgstr ""
228
 
229
+ #: includes/admin/class-wp-job-manager-settings.php:87
230
+ msgid "Account Role"
231
+ msgstr ""
232
+
233
+ #: includes/admin/class-wp-job-manager-settings.php:88
234
+ msgid ""
235
+ "If you enable registration on your job submission form, choose a role for "
236
+ "the new user."
237
+ msgstr ""
238
+
239
+ #: includes/admin/class-wp-job-manager-settings.php:95
240
  msgid "Account required"
241
  msgstr ""
242
 
243
+ #: includes/admin/class-wp-job-manager-settings.php:96
244
  msgid "Job submission requires an account"
245
  msgstr ""
246
 
247
+ #: includes/admin/class-wp-job-manager-settings.php:97
248
  msgid ""
249
  "If disabled, non-logged in users will be able to submit job listings without"
250
  " creating an account."
251
  msgstr ""
252
 
253
+ #: includes/admin/class-wp-job-manager-settings.php:104
254
  msgid "Approval Required"
255
  msgstr ""
256
 
257
+ #: includes/admin/class-wp-job-manager-settings.php:105
258
  msgid "New submissions require admin approval"
259
  msgstr ""
260
 
261
+ #: includes/admin/class-wp-job-manager-settings.php:106
262
  msgid "If enabled, new submissions will be inactive, pending admin approval."
263
  msgstr ""
264
 
265
+ #: includes/admin/class-wp-job-manager-settings.php:113
266
  msgid "Listing duration"
267
  msgstr ""
268
 
269
+ #: includes/admin/class-wp-job-manager-settings.php:114
270
  msgid ""
271
  "How many <strong>days</strong> listings are live before expiring. Can be "
272
  "left blank to never expire."
273
  msgstr ""
274
 
275
+ #: includes/admin/class-wp-job-manager-settings.php:120
276
  msgid "Submit Page Slug"
277
  msgstr ""
278
 
279
+ #: includes/admin/class-wp-job-manager-settings.php:121
280
  msgid ""
281
  "Enter the slug of the page where you have placed the [submit_job_form] "
282
  "shortcode. This lets the plugin know where the form is located."
283
  msgstr ""
284
 
285
+ #: includes/admin/class-wp-job-manager-settings.php:173
286
  msgid "Settings successfully saved"
287
  msgstr ""
288
 
289
+ #: includes/admin/class-wp-job-manager-settings.php:252
290
  msgid "Save Changes"
291
  msgstr ""
292
 
402
  msgid "Query limit reached"
403
  msgstr ""
404
 
405
+ #: includes/class-wp-job-manager-install.php:40
406
+ msgid "Employer"
407
+ msgstr ""
408
+
409
  #: includes/class-wp-job-manager-post-types.php:45
410
  msgid "Job Category"
411
  msgstr ""
557
  msgid "You need to be signed in to manage your job listings."
558
  msgstr ""
559
 
560
+ #: includes/class-wp-job-manager-shortcodes.php:195
561
+ #: includes/class-wp-job-manager-shortcodes.php:225
562
  msgid "Load more job listings"
563
  msgstr ""
564
 
727
  msgstr ""
728
 
729
  #: templates/account-signin.php:38 templates/job-submit.php:24
730
+ #: templates/job-submit.php:41
731
  msgid "(optional)"
732
  msgstr ""
733
 
827
  msgid "All Job Categories"
828
  msgstr ""
829
 
830
+ #: templates/job-submit.php:35
831
  msgid "Company details"
832
  msgstr ""
833
 
842
  "Job submitted successfully. Your job listing will be visible once approved."
843
  msgstr ""
844
 
845
+ #: wp-job-manager-functions.php:214
846
  msgid "Reset"
847
  msgstr ""
848
 
849
+ #: wp-job-manager-functions.php:218
850
  msgid "RSS"
851
  msgstr ""
852
 
853
+ #: wp-job-manager-functions.php:268
854
  msgid "Your email address isn&#8217;t correct."
855
  msgstr ""
856
 
857
+ #: wp-job-manager-functions.php:271
858
  msgid "This email is already registered, please choose another one."
859
  msgstr ""
860
 
874
  msgid "Inactive"
875
  msgstr ""
876
 
877
+ #: wp-job-manager-template.php:197
878
+ msgid "Job Application via \"%s\" listing on %s"
879
+ msgstr ""
880
+
881
  #: wp-job-manager-template.php:255
882
  msgid "Anywhere"
883
  msgstr ""
languages/wp-job-manager-lt_LT.mo ADDED
Binary file
languages/wp-job-manager-lt_LT.po ADDED
@@ -0,0 +1,910 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2014 WP Job Manager
2
+ # This file is distributed under the same license as the WP Job Manager package.
3
+ # Translators:
4
+ msgid ""
5
+ msgstr ""
6
+ "Project-Id-Version: WP Job Manager\n"
7
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-job-manager\n"
8
+ "POT-Creation-Date: 2014-03-01 18:44:04+00:00\n"
9
+ "PO-Revision-Date: 2014-03-02 08:20+0000\n"
10
+ "Last-Translator: mikejolley <mike.jolley@me.com>\n"
11
+ "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/wp-job-manager/language/lt_LT/)\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: lt_LT\n"
16
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
17
+
18
+ #: includes/admin/class-wp-job-manager-addons.php:50
19
+ #: includes/admin/class-wp-job-manager-admin.php:55
20
+ msgid "WP Job Manager Add-ons"
21
+ msgstr ""
22
+
23
+ #: includes/admin/class-wp-job-manager-admin.php:52
24
+ msgid "Settings"
25
+ msgstr ""
26
+
27
+ #: includes/admin/class-wp-job-manager-admin.php:55
28
+ msgid "Add-ons"
29
+ msgstr ""
30
+
31
+ #: includes/admin/class-wp-job-manager-cpt.php:43
32
+ #: includes/admin/class-wp-job-manager-cpt.php:44
33
+ msgid "Approve Jobs"
34
+ msgstr ""
35
+
36
+ #: includes/admin/class-wp-job-manager-cpt.php:112
37
+ #: includes/admin/class-wp-job-manager-cpt.php:114
38
+ msgid "%s approved"
39
+ msgstr ""
40
+
41
+ #: includes/admin/class-wp-job-manager-cpt.php:157
42
+ msgid "Select a category"
43
+ msgstr ""
44
+
45
+ #: includes/admin/class-wp-job-manager-cpt.php:190
46
+ msgid "Job position title"
47
+ msgstr ""
48
+
49
+ #: includes/admin/class-wp-job-manager-cpt.php:206
50
+ msgid "Job listing updated. <a href=\"%s\">View Job</a>"
51
+ msgstr ""
52
+
53
+ #: includes/admin/class-wp-job-manager-cpt.php:207
54
+ msgid "Custom field updated."
55
+ msgstr ""
56
+
57
+ #: includes/admin/class-wp-job-manager-cpt.php:208
58
+ msgid "Custom field deleted."
59
+ msgstr ""
60
+
61
+ #: includes/admin/class-wp-job-manager-cpt.php:209
62
+ msgid "Job listing updated."
63
+ msgstr ""
64
+
65
+ #: includes/admin/class-wp-job-manager-cpt.php:210
66
+ msgid "Job listing restored to revision from %s"
67
+ msgstr ""
68
+
69
+ #: includes/admin/class-wp-job-manager-cpt.php:211
70
+ msgid "Job listing published. <a href=\"%s\">View Job</a>"
71
+ msgstr ""
72
+
73
+ #: includes/admin/class-wp-job-manager-cpt.php:212
74
+ msgid "Job listing saved."
75
+ msgstr ""
76
+
77
+ #: includes/admin/class-wp-job-manager-cpt.php:213
78
+ msgid "Job listing submitted. <a target=\"_blank\" href=\"%s\">Preview Job</a>"
79
+ msgstr ""
80
+
81
+ #: includes/admin/class-wp-job-manager-cpt.php:214
82
+ msgid ""
83
+ "Job listing scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" "
84
+ "href=\"%2$s\">Preview Job</a>"
85
+ msgstr ""
86
+
87
+ #: includes/admin/class-wp-job-manager-cpt.php:215
88
+ msgid "M j, Y @ G:i"
89
+ msgstr ""
90
+
91
+ #: includes/admin/class-wp-job-manager-cpt.php:216
92
+ msgid "Job listing draft updated. <a target=\"_blank\" href=\"%s\">Preview Job</a>"
93
+ msgstr ""
94
+
95
+ #: includes/admin/class-wp-job-manager-cpt.php:235
96
+ msgid "Type"
97
+ msgstr ""
98
+
99
+ #: includes/admin/class-wp-job-manager-cpt.php:236
100
+ msgid "Position"
101
+ msgstr ""
102
+
103
+ #: includes/admin/class-wp-job-manager-cpt.php:237
104
+ msgid "Posted"
105
+ msgstr ""
106
+
107
+ #: includes/admin/class-wp-job-manager-cpt.php:238
108
+ #: templates/job-dashboard.php:9
109
+ msgid "Expires"
110
+ msgstr ""
111
+
112
+ #: includes/admin/class-wp-job-manager-cpt.php:240
113
+ msgid "Categories"
114
+ msgstr ""
115
+
116
+ #: includes/admin/class-wp-job-manager-cpt.php:241
117
+ msgid "Featured?"
118
+ msgstr ""
119
+
120
+ #: includes/admin/class-wp-job-manager-cpt.php:242
121
+ #: templates/job-dashboard.php:10
122
+ msgid "Filled?"
123
+ msgstr ""
124
+
125
+ #: includes/admin/class-wp-job-manager-cpt.php:243
126
+ #: templates/job-dashboard.php:8
127
+ msgid "Status"
128
+ msgstr ""
129
+
130
+ #: includes/admin/class-wp-job-manager-cpt.php:244
131
+ msgid "Actions"
132
+ msgstr ""
133
+
134
+ #: includes/admin/class-wp-job-manager-cpt.php:267
135
+ msgid "Job ID: %d"
136
+ msgstr ""
137
+
138
+ #: includes/admin/class-wp-job-manager-cpt.php:293
139
+ #: includes/admin/class-wp-job-manager-cpt.php:298
140
+ msgid "M j, Y"
141
+ msgstr ""
142
+
143
+ #: includes/admin/class-wp-job-manager-cpt.php:294
144
+ msgid "by a guest"
145
+ msgstr ""
146
+
147
+ #: includes/admin/class-wp-job-manager-cpt.php:294
148
+ msgid "by %s"
149
+ msgstr ""
150
+
151
+ #: includes/admin/class-wp-job-manager-cpt.php:311
152
+ msgid "Approve"
153
+ msgstr ""
154
+
155
+ #: includes/admin/class-wp-job-manager-cpt.php:318
156
+ msgid "View"
157
+ msgstr ""
158
+
159
+ #: includes/admin/class-wp-job-manager-cpt.php:323
160
+ #: includes/class-wp-job-manager-post-types.php:159
161
+ #: templates/job-dashboard.php:33
162
+ msgid "Edit"
163
+ msgstr ""
164
+
165
+ #: includes/admin/class-wp-job-manager-cpt.php:328
166
+ #: templates/job-dashboard.php:43
167
+ msgid "Delete"
168
+ msgstr ""
169
+
170
+ #: includes/admin/class-wp-job-manager-settings.php:42
171
+ #: includes/class-wp-job-manager-post-types.php:135
172
+ #: includes/class-wp-job-manager-post-types.php:225
173
+ msgid "Job Listings"
174
+ msgstr ""
175
+
176
+ #: includes/admin/class-wp-job-manager-settings.php:48
177
+ msgid "Jobs per page"
178
+ msgstr ""
179
+
180
+ #: includes/admin/class-wp-job-manager-settings.php:49
181
+ msgid "How many jobs should be shown per page by default?"
182
+ msgstr ""
183
+
184
+ #: includes/admin/class-wp-job-manager-settings.php:55
185
+ msgid "Filled positions"
186
+ msgstr ""
187
+
188
+ #: includes/admin/class-wp-job-manager-settings.php:56
189
+ msgid "Hide filled positions"
190
+ msgstr ""
191
+
192
+ #: includes/admin/class-wp-job-manager-settings.php:57
193
+ msgid "If enabled, filled positions will be hidden from the job list."
194
+ msgstr ""
195
+
196
+ #: includes/admin/class-wp-job-manager-settings.php:64
197
+ msgid "Job categories"
198
+ msgstr ""
199
+
200
+ #: includes/admin/class-wp-job-manager-settings.php:65
201
+ msgid "Enable job categories"
202
+ msgstr ""
203
+
204
+ #: includes/admin/class-wp-job-manager-settings.php:66
205
+ msgid ""
206
+ "Choose whether to enable job categories. Categories must be setup by an "
207
+ "admin for users to choose during job submission."
208
+ msgstr ""
209
+
210
+ #: includes/admin/class-wp-job-manager-settings.php:73
211
+ msgid "Job Submission"
212
+ msgstr ""
213
+
214
+ #: includes/admin/class-wp-job-manager-settings.php:78
215
+ msgid "Account creation"
216
+ msgstr ""
217
+
218
+ #: includes/admin/class-wp-job-manager-settings.php:79
219
+ msgid "Allow account creation"
220
+ msgstr ""
221
+
222
+ #: includes/admin/class-wp-job-manager-settings.php:80
223
+ msgid ""
224
+ "If enabled, non-logged in users will be able to create an account by "
225
+ "entering their email address on the job submission form."
226
+ msgstr ""
227
+
228
+ #: includes/admin/class-wp-job-manager-settings.php:87
229
+ msgid "Account Role"
230
+ msgstr ""
231
+
232
+ #: includes/admin/class-wp-job-manager-settings.php:88
233
+ msgid ""
234
+ "If you enable registration on your job submission form, choose a role for "
235
+ "the new user."
236
+ msgstr ""
237
+
238
+ #: includes/admin/class-wp-job-manager-settings.php:95
239
+ msgid "Account required"
240
+ msgstr ""
241
+
242
+ #: includes/admin/class-wp-job-manager-settings.php:96
243
+ msgid "Job submission requires an account"
244
+ msgstr ""
245
+
246
+ #: includes/admin/class-wp-job-manager-settings.php:97
247
+ msgid ""
248
+ "If disabled, non-logged in users will be able to submit job listings without"
249
+ " creating an account."
250
+ msgstr ""
251
+
252
+ #: includes/admin/class-wp-job-manager-settings.php:104
253
+ msgid "Approval Required"
254
+ msgstr ""
255
+
256
+ #: includes/admin/class-wp-job-manager-settings.php:105
257
+ msgid "New submissions require admin approval"
258
+ msgstr ""
259
+
260
+ #: includes/admin/class-wp-job-manager-settings.php:106
261
+ msgid "If enabled, new submissions will be inactive, pending admin approval."
262
+ msgstr ""
263
+
264
+ #: includes/admin/class-wp-job-manager-settings.php:113
265
+ msgid "Listing duration"
266
+ msgstr ""
267
+
268
+ #: includes/admin/class-wp-job-manager-settings.php:114
269
+ msgid ""
270
+ "How many <strong>days</strong> listings are live before expiring. Can be "
271
+ "left blank to never expire."
272
+ msgstr ""
273
+
274
+ #: includes/admin/class-wp-job-manager-settings.php:120
275
+ msgid "Submit Page Slug"
276
+ msgstr ""
277
+
278
+ #: includes/admin/class-wp-job-manager-settings.php:121
279
+ msgid ""
280
+ "Enter the slug of the page where you have placed the [submit_job_form] "
281
+ "shortcode. This lets the plugin know where the form is located."
282
+ msgstr ""
283
+
284
+ #: includes/admin/class-wp-job-manager-settings.php:173
285
+ msgid "Settings successfully saved"
286
+ msgstr ""
287
+
288
+ #: includes/admin/class-wp-job-manager-settings.php:252
289
+ msgid "Save Changes"
290
+ msgstr ""
291
+
292
+ #: includes/admin/class-wp-job-manager-writepanels.php:27
293
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:113
294
+ msgid "Job location"
295
+ msgstr ""
296
+
297
+ #: includes/admin/class-wp-job-manager-writepanels.php:28
298
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:117
299
+ msgid "e.g. \"London, UK\", \"New York\", \"Houston, TX\""
300
+ msgstr ""
301
+
302
+ #: includes/admin/class-wp-job-manager-writepanels.php:29
303
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:114
304
+ msgid ""
305
+ "Leave this blank if the job can be done from anywhere (i.e. telecommuting)"
306
+ msgstr ""
307
+
308
+ #: includes/admin/class-wp-job-manager-writepanels.php:32
309
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:144
310
+ msgid "Application email/URL"
311
+ msgstr ""
312
+
313
+ #: includes/admin/class-wp-job-manager-writepanels.php:33
314
+ msgid "URL or email which applicants use to apply"
315
+ msgstr ""
316
+
317
+ #: includes/admin/class-wp-job-manager-writepanels.php:36
318
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:153
319
+ msgid "Company name"
320
+ msgstr ""
321
+
322
+ #: includes/admin/class-wp-job-manager-writepanels.php:40
323
+ msgid "Company website"
324
+ msgstr ""
325
+
326
+ #: includes/admin/class-wp-job-manager-writepanels.php:44
327
+ msgid "Company tagline"
328
+ msgstr ""
329
+
330
+ #: includes/admin/class-wp-job-manager-writepanels.php:45
331
+ msgid "Brief description about the company"
332
+ msgstr ""
333
+
334
+ #: includes/admin/class-wp-job-manager-writepanels.php:48
335
+ msgid "Company Twitter"
336
+ msgstr ""
337
+
338
+ #: includes/admin/class-wp-job-manager-writepanels.php:52
339
+ msgid "Company logo"
340
+ msgstr ""
341
+
342
+ #: includes/admin/class-wp-job-manager-writepanels.php:53
343
+ msgid "URL to the company logo"
344
+ msgstr ""
345
+
346
+ #: includes/admin/class-wp-job-manager-writepanels.php:57
347
+ msgid "Position filled?"
348
+ msgstr ""
349
+
350
+ #: includes/admin/class-wp-job-manager-writepanels.php:61
351
+ msgid "Feature this job listing?"
352
+ msgstr ""
353
+
354
+ #: includes/admin/class-wp-job-manager-writepanels.php:63
355
+ msgid ""
356
+ "Featured listings will be sticky during searches, and can be styled "
357
+ "differently."
358
+ msgstr ""
359
+
360
+ #: includes/admin/class-wp-job-manager-writepanels.php:66
361
+ msgid "Job Expires"
362
+ msgstr ""
363
+
364
+ #: includes/admin/class-wp-job-manager-writepanels.php:67
365
+ msgid "yyyy-mm-dd"
366
+ msgstr ""
367
+
368
+ #: includes/admin/class-wp-job-manager-writepanels.php:79
369
+ msgid "Job Listing Data"
370
+ msgstr ""
371
+
372
+ #: includes/admin/class-wp-job-manager-writepanels.php:97
373
+ msgid "Use file"
374
+ msgstr ""
375
+
376
+ #: includes/admin/class-wp-job-manager-writepanels.php:97
377
+ msgid "Upload"
378
+ msgstr ""
379
+
380
+ #: includes/class-wp-job-manager-ajax.php:63
381
+ msgid "No more jobs found matching your selection."
382
+ msgstr ""
383
+
384
+ #: includes/class-wp-job-manager-ajax.php:105
385
+ msgid "Showing %s&ldquo;%s&rdquo; %sjobs"
386
+ msgstr ""
387
+
388
+ #: includes/class-wp-job-manager-ajax.php:107
389
+ msgid "Showing all %s%sjobs"
390
+ msgstr ""
391
+
392
+ #: includes/class-wp-job-manager-ajax.php:110
393
+ msgid "located in &ldquo;%s&rdquo;"
394
+ msgstr ""
395
+
396
+ #: includes/class-wp-job-manager-geocode.php:130
397
+ msgid "No results found"
398
+ msgstr ""
399
+
400
+ #: includes/class-wp-job-manager-geocode.php:133
401
+ msgid "Query limit reached"
402
+ msgstr ""
403
+
404
+ #: includes/class-wp-job-manager-install.php:40
405
+ msgid "Employer"
406
+ msgstr ""
407
+
408
+ #: includes/class-wp-job-manager-post-types.php:45
409
+ msgid "Job Category"
410
+ msgstr ""
411
+
412
+ #: includes/class-wp-job-manager-post-types.php:46
413
+ msgid "Job Categories"
414
+ msgstr ""
415
+
416
+ #: includes/class-wp-job-manager-post-types.php:50
417
+ msgctxt "Job category slug - resave permalinks after changing this"
418
+ msgid "job-category"
419
+ msgstr ""
420
+
421
+ #: includes/class-wp-job-manager-post-types.php:67
422
+ #: includes/class-wp-job-manager-post-types.php:110
423
+ #: includes/class-wp-job-manager-post-types.php:164
424
+ msgid "Search %s"
425
+ msgstr ""
426
+
427
+ #: includes/class-wp-job-manager-post-types.php:68
428
+ #: includes/class-wp-job-manager-post-types.php:111
429
+ #: includes/class-wp-job-manager-post-types.php:156
430
+ msgid "All %s"
431
+ msgstr ""
432
+
433
+ #: includes/class-wp-job-manager-post-types.php:69
434
+ #: includes/class-wp-job-manager-post-types.php:112
435
+ #: includes/class-wp-job-manager-post-types.php:167
436
+ msgid "Parent %s"
437
+ msgstr ""
438
+
439
+ #: includes/class-wp-job-manager-post-types.php:70
440
+ #: includes/class-wp-job-manager-post-types.php:113
441
+ msgid "Parent %s:"
442
+ msgstr ""
443
+
444
+ #: includes/class-wp-job-manager-post-types.php:71
445
+ #: includes/class-wp-job-manager-post-types.php:114
446
+ #: includes/class-wp-job-manager-post-types.php:160
447
+ msgid "Edit %s"
448
+ msgstr ""
449
+
450
+ #: includes/class-wp-job-manager-post-types.php:72
451
+ #: includes/class-wp-job-manager-post-types.php:115
452
+ msgid "Update %s"
453
+ msgstr ""
454
+
455
+ #: includes/class-wp-job-manager-post-types.php:73
456
+ #: includes/class-wp-job-manager-post-types.php:116
457
+ msgid "Add New %s"
458
+ msgstr ""
459
+
460
+ #: includes/class-wp-job-manager-post-types.php:74
461
+ #: includes/class-wp-job-manager-post-types.php:117
462
+ msgid "New %s Name"
463
+ msgstr ""
464
+
465
+ #: includes/class-wp-job-manager-post-types.php:89
466
+ msgid "Job Type"
467
+ msgstr ""
468
+
469
+ #: includes/class-wp-job-manager-post-types.php:90
470
+ msgid "Job Types"
471
+ msgstr ""
472
+
473
+ #: includes/class-wp-job-manager-post-types.php:94
474
+ msgctxt "Job type slug - resave permalinks after changing this"
475
+ msgid "job-type"
476
+ msgstr ""
477
+
478
+ #: includes/class-wp-job-manager-post-types.php:134
479
+ msgid "Job Listing"
480
+ msgstr ""
481
+
482
+ #: includes/class-wp-job-manager-post-types.php:138
483
+ msgctxt "Post type archive slug - resave permalinks after changing this"
484
+ msgid "jobs"
485
+ msgstr ""
486
+
487
+ #: includes/class-wp-job-manager-post-types.php:144
488
+ msgctxt "Job permalink - resave permalinks after changing this"
489
+ msgid "job"
490
+ msgstr ""
491
+
492
+ #: includes/class-wp-job-manager-post-types.php:157
493
+ msgid "Add New"
494
+ msgstr ""
495
+
496
+ #: includes/class-wp-job-manager-post-types.php:158
497
+ msgid "Add %s"
498
+ msgstr ""
499
+
500
+ #: includes/class-wp-job-manager-post-types.php:161
501
+ msgid "New %s"
502
+ msgstr ""
503
+
504
+ #: includes/class-wp-job-manager-post-types.php:162
505
+ #: includes/class-wp-job-manager-post-types.php:163
506
+ msgid "View %s"
507
+ msgstr ""
508
+
509
+ #: includes/class-wp-job-manager-post-types.php:165
510
+ msgid "No %s found"
511
+ msgstr ""
512
+
513
+ #: includes/class-wp-job-manager-post-types.php:166
514
+ msgid "No %s found in trash"
515
+ msgstr ""
516
+
517
+ #: includes/class-wp-job-manager-post-types.php:169
518
+ msgid "This is where you can create and manage job listings."
519
+ msgstr ""
520
+
521
+ #: includes/class-wp-job-manager-post-types.php:204
522
+ msgctxt "job_listing"
523
+ msgid "Expired"
524
+ msgstr ""
525
+
526
+ #: includes/class-wp-job-manager-post-types.php:209
527
+ msgid "Expired <span class=\"count\">(%s)</span>"
528
+ msgid_plural "Expired <span class=\"count\">(%s)</span>"
529
+ msgstr[0] ""
530
+ msgstr[1] ""
531
+ msgstr[2] ""
532
+
533
+ #: includes/class-wp-job-manager-shortcodes.php:61
534
+ msgid "Invalid Job ID"
535
+ msgstr ""
536
+
537
+ #: includes/class-wp-job-manager-shortcodes.php:67
538
+ msgid "This job is already filled"
539
+ msgstr ""
540
+
541
+ #: includes/class-wp-job-manager-shortcodes.php:73
542
+ msgid "%s has been filled"
543
+ msgstr ""
544
+
545
+ #: includes/class-wp-job-manager-shortcodes.php:78
546
+ msgid "This job is already not filled"
547
+ msgstr ""
548
+
549
+ #: includes/class-wp-job-manager-shortcodes.php:84
550
+ msgid "%s has been marked as not filled"
551
+ msgstr ""
552
+
553
+ #: includes/class-wp-job-manager-shortcodes.php:91
554
+ msgid "%s has been deleted"
555
+ msgstr ""
556
+
557
+ #: includes/class-wp-job-manager-shortcodes.php:111
558
+ msgid "You need to be signed in to manage your job listings."
559
+ msgstr ""
560
+
561
+ #: includes/class-wp-job-manager-shortcodes.php:195
562
+ #: includes/class-wp-job-manager-shortcodes.php:225
563
+ msgid "Load more job listings"
564
+ msgstr ""
565
+
566
+ #: includes/class-wp-job-manager-widgets.php:139
567
+ msgid "Display a list of the most recent jobs on your site."
568
+ msgstr ""
569
+
570
+ #: includes/class-wp-job-manager-widgets.php:141
571
+ msgid "Recent Job Listings"
572
+ msgstr ""
573
+
574
+ #: includes/class-wp-job-manager-widgets.php:145
575
+ msgid "Recent Jobs"
576
+ msgstr ""
577
+
578
+ #: includes/class-wp-job-manager-widgets.php:146
579
+ msgid "Title"
580
+ msgstr ""
581
+
582
+ #: includes/class-wp-job-manager-widgets.php:154
583
+ msgid "Number of jobs to show"
584
+ msgstr ""
585
+
586
+ #: includes/forms/class-wp-job-manager-form-edit-job.php:43
587
+ msgid "Invalid job"
588
+ msgstr ""
589
+
590
+ #: includes/forms/class-wp-job-manager-form-edit-job.php:86
591
+ msgid "Update job listing"
592
+ msgstr ""
593
+
594
+ #: includes/forms/class-wp-job-manager-form-edit-job.php:111
595
+ msgid "Your changes have been saved."
596
+ msgstr ""
597
+
598
+ #: includes/forms/class-wp-job-manager-form-edit-job.php:111
599
+ msgid "View Job Listing &rarr;"
600
+ msgstr ""
601
+
602
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:22
603
+ msgid "Submit Details"
604
+ msgstr ""
605
+
606
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:28
607
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:555
608
+ msgid "Preview"
609
+ msgstr ""
610
+
611
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:34
612
+ msgid "Done"
613
+ msgstr ""
614
+
615
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:106
616
+ msgid "Job title"
617
+ msgstr ""
618
+
619
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:121
620
+ msgid "Job type"
621
+ msgstr ""
622
+
623
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:129
624
+ msgid "Job category"
625
+ msgstr ""
626
+
627
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:137
628
+ msgid "Description"
629
+ msgstr ""
630
+
631
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:147
632
+ msgid "Enter an email address or website URL"
633
+ msgstr ""
634
+
635
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:156
636
+ msgid "Enter the name of the company"
637
+ msgstr ""
638
+
639
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:160
640
+ #: templates/content-single-job_listing.php:32
641
+ msgid "Website"
642
+ msgstr ""
643
+
644
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:163
645
+ msgid "http://"
646
+ msgstr ""
647
+
648
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:167
649
+ msgid "Tagline"
650
+ msgstr ""
651
+
652
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:170
653
+ msgid "Briefly describe your company"
654
+ msgstr ""
655
+
656
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:175
657
+ msgid "Twitter username"
658
+ msgstr ""
659
+
660
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:178
661
+ msgid "@yourcompany"
662
+ msgstr ""
663
+
664
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:182
665
+ msgid "Logo"
666
+ msgstr ""
667
+
668
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:293
669
+ msgid "%s is a required field"
670
+ msgstr ""
671
+
672
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:406
673
+ msgid "Preview job listing &rarr;"
674
+ msgstr ""
675
+
676
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:441
677
+ msgid "You must be signed in to post a new job listing."
678
+ msgstr ""
679
+
680
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:549
681
+ msgid "Submit Listing &rarr;"
682
+ msgstr ""
683
+
684
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:550
685
+ msgid "&larr; Edit listing"
686
+ msgstr ""
687
+
688
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:633
689
+ msgid "\"%s\" needs to be one of the following file types: %s"
690
+ msgstr ""
691
+
692
+ #: templates/account-signin.php:4
693
+ msgid "Your account"
694
+ msgstr ""
695
+
696
+ #: templates/account-signin.php:8
697
+ msgid "You are currently signed in as <strong>%s</strong>."
698
+ msgstr ""
699
+
700
+ #: templates/account-signin.php:11
701
+ msgid "Sign out"
702
+ msgstr ""
703
+
704
+ #: templates/account-signin.php:21
705
+ msgid "Have an account?"
706
+ msgstr ""
707
+
708
+ #: templates/account-signin.php:23
709
+ msgid "Sign in"
710
+ msgstr ""
711
+
712
+ #: templates/account-signin.php:27
713
+ msgid ""
714
+ "If you don&lsquo;t have an account you can %screate one below by entering "
715
+ "your email address. A password will be automatically emailed to you."
716
+ msgstr ""
717
+
718
+ #: templates/account-signin.php:27
719
+ msgid "optionally"
720
+ msgstr ""
721
+
722
+ #: templates/account-signin.php:31
723
+ msgid "You must sign in to create a new job listing."
724
+ msgstr ""
725
+
726
+ #: templates/account-signin.php:38
727
+ msgid "Your email"
728
+ msgstr ""
729
+
730
+ #: templates/account-signin.php:38 templates/job-submit.php:24
731
+ #: templates/job-submit.php:41
732
+ msgid "(optional)"
733
+ msgstr ""
734
+
735
+ #: templates/content-job_listing.php:16
736
+ #: templates/content-single-job_listing.php:19
737
+ #: templates/content-summary-job_listing.php:14
738
+ msgid "Posted %s ago"
739
+ msgstr ""
740
+
741
+ #: templates/content-single-job_listing.php:8
742
+ msgid "This job listing has expired"
743
+ msgstr ""
744
+
745
+ #: templates/content-single-job_listing.php:22
746
+ msgid "This position has been filled"
747
+ msgstr ""
748
+
749
+ #: templates/form-fields/file-field.php:6
750
+ msgid "remove"
751
+ msgstr ""
752
+
753
+ #: templates/form-fields/file-field.php:6
754
+ msgid "or"
755
+ msgstr ""
756
+
757
+ #: templates/form-fields/file-field.php:16
758
+ msgid "Max. file size: %s."
759
+ msgstr ""
760
+
761
+ #: templates/job-application.php:5
762
+ msgid "Apply for job"
763
+ msgstr ""
764
+
765
+ #: templates/job-application.php:12
766
+ msgid ""
767
+ "To apply for this job <strong>email your details to</strong> <a "
768
+ "class=\"job_application_email\" href=\"mailto:%1$s%2$s\">%1$s</a>"
769
+ msgstr ""
770
+
771
+ #: templates/job-application.php:14
772
+ msgid "Apply using webmail: "
773
+ msgstr ""
774
+
775
+ #: templates/job-application.php:28
776
+ msgid ""
777
+ "To apply for this job please visit the following URL: <a href=\"%1$s\">%1$s "
778
+ "&rarr;</a>"
779
+ msgstr ""
780
+
781
+ #: templates/job-dashboard.php:2
782
+ msgid ""
783
+ "Your job listings are shown in the table below. Expired listings will be "
784
+ "automatically removed after 30 days."
785
+ msgstr ""
786
+
787
+ #: templates/job-dashboard.php:6
788
+ msgid "Job Title"
789
+ msgstr ""
790
+
791
+ #: templates/job-dashboard.php:7
792
+ msgid "Date Posted"
793
+ msgstr ""
794
+
795
+ #: templates/job-dashboard.php:16
796
+ msgid "You do not have any active job listings."
797
+ msgstr ""
798
+
799
+ #: templates/job-dashboard.php:36
800
+ msgid "Mark not filled"
801
+ msgstr ""
802
+
803
+ #: templates/job-dashboard.php:38
804
+ msgid "Mark filled"
805
+ msgstr ""
806
+
807
+ #: templates/job-filters.php:8
808
+ msgid "Keywords"
809
+ msgstr ""
810
+
811
+ #: templates/job-filters.php:9
812
+ msgid "All Jobs"
813
+ msgstr ""
814
+
815
+ #: templates/job-filters.php:13
816
+ msgid "Location"
817
+ msgstr ""
818
+
819
+ #: templates/job-filters.php:14
820
+ msgid "Any Location"
821
+ msgstr ""
822
+
823
+ #: templates/job-filters.php:23
824
+ msgid "Category"
825
+ msgstr ""
826
+
827
+ #: templates/job-filters.php:24
828
+ msgid "All Job Categories"
829
+ msgstr ""
830
+
831
+ #: templates/job-submit.php:35
832
+ msgid "Company details"
833
+ msgstr ""
834
+
835
+ #: templates/job-submitted.php:4
836
+ msgid ""
837
+ "Job listed successfully. To view your job listing <a href=\"%s\">click "
838
+ "here</a>."
839
+ msgstr ""
840
+
841
+ #: templates/job-submitted.php:7
842
+ msgid ""
843
+ "Job submitted successfully. Your job listing will be visible once approved."
844
+ msgstr ""
845
+
846
+ #: wp-job-manager-functions.php:214
847
+ msgid "Reset"
848
+ msgstr ""
849
+
850
+ #: wp-job-manager-functions.php:218
851
+ msgid "RSS"
852
+ msgstr ""
853
+
854
+ #: wp-job-manager-functions.php:268
855
+ msgid "Your email address isn&#8217;t correct."
856
+ msgstr ""
857
+
858
+ #: wp-job-manager-functions.php:271
859
+ msgid "This email is already registered, please choose another one."
860
+ msgstr ""
861
+
862
+ #: wp-job-manager-template.php:116
863
+ msgid "Active"
864
+ msgstr ""
865
+
866
+ #: wp-job-manager-template.php:118
867
+ msgid "Expired"
868
+ msgstr ""
869
+
870
+ #: wp-job-manager-template.php:120
871
+ msgid "Pending Review"
872
+ msgstr ""
873
+
874
+ #: wp-job-manager-template.php:122
875
+ msgid "Inactive"
876
+ msgstr ""
877
+
878
+ #: wp-job-manager-template.php:197
879
+ msgid "Job Application via \"%s\" listing on %s"
880
+ msgstr ""
881
+
882
+ #: wp-job-manager-template.php:255
883
+ msgid "Anywhere"
884
+ msgstr ""
885
+
886
+ #: wp-job-manager.php:96
887
+ msgid "Are you sure you want to delete this job?"
888
+ msgstr ""
889
+
890
+ #. Plugin Name of the plugin/theme
891
+ msgid "WP Job Manager"
892
+ msgstr ""
893
+
894
+ #. Plugin URI of the plugin/theme
895
+ msgid "http://mikejolley.com/projects/wp-job-manager/"
896
+ msgstr ""
897
+
898
+ #. Description of the plugin/theme
899
+ msgid ""
900
+ "Manage job listings from the WordPress admin panel, and allow users to post "
901
+ "jobs directly to your site."
902
+ msgstr ""
903
+
904
+ #. Author of the plugin/theme
905
+ msgid "Mike Jolley"
906
+ msgstr ""
907
+
908
+ #. Author URI of the plugin/theme
909
+ msgid "http://mikejolley.com"
910
+ msgstr ""
languages/wp-job-manager-nb_NO.mo ADDED
Binary file
languages/wp-job-manager-nb_NO.po ADDED
@@ -0,0 +1,910 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2014 WP Job Manager
2
+ # This file is distributed under the same license as the WP Job Manager package.
3
+ # Translators:
4
+ # magnusnesse <magnus@skarpsinn.no>, 2014
5
+ msgid ""
6
+ msgstr ""
7
+ "Project-Id-Version: WP Job Manager\n"
8
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-job-manager\n"
9
+ "POT-Creation-Date: 2014-03-01 18:44:04+00:00\n"
10
+ "PO-Revision-Date: 2014-03-02 08:20+0000\n"
11
+ "Last-Translator: mikejolley <mike.jolley@me.com>\n"
12
+ "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/wp-job-manager/language/nb_NO/)\n"
13
+ "MIME-Version: 1.0\n"
14
+ "Content-Type: text/plain; charset=UTF-8\n"
15
+ "Content-Transfer-Encoding: 8bit\n"
16
+ "Language: nb_NO\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+
19
+ #: includes/admin/class-wp-job-manager-addons.php:50
20
+ #: includes/admin/class-wp-job-manager-admin.php:55
21
+ msgid "WP Job Manager Add-ons"
22
+ msgstr "WP Job Manager Utvidelser"
23
+
24
+ #: includes/admin/class-wp-job-manager-admin.php:52
25
+ msgid "Settings"
26
+ msgstr "Innstillinger"
27
+
28
+ #: includes/admin/class-wp-job-manager-admin.php:55
29
+ msgid "Add-ons"
30
+ msgstr "Utvidelser"
31
+
32
+ #: includes/admin/class-wp-job-manager-cpt.php:43
33
+ #: includes/admin/class-wp-job-manager-cpt.php:44
34
+ msgid "Approve Jobs"
35
+ msgstr "Godkjenn stillinger"
36
+
37
+ #: includes/admin/class-wp-job-manager-cpt.php:112
38
+ #: includes/admin/class-wp-job-manager-cpt.php:114
39
+ msgid "%s approved"
40
+ msgstr "%s godkjent"
41
+
42
+ #: includes/admin/class-wp-job-manager-cpt.php:157
43
+ msgid "Select a category"
44
+ msgstr "Velg en kategori"
45
+
46
+ #: includes/admin/class-wp-job-manager-cpt.php:190
47
+ msgid "Job position title"
48
+ msgstr "Stillingstittel"
49
+
50
+ #: includes/admin/class-wp-job-manager-cpt.php:206
51
+ msgid "Job listing updated. <a href=\"%s\">View Job</a>"
52
+ msgstr "Stillingsannonse oppdatert. <a href=\"%s\">Vis stilling</a>"
53
+
54
+ #: includes/admin/class-wp-job-manager-cpt.php:207
55
+ msgid "Custom field updated."
56
+ msgstr "Tilpassede felt oppdatert."
57
+
58
+ #: includes/admin/class-wp-job-manager-cpt.php:208
59
+ msgid "Custom field deleted."
60
+ msgstr "Tilpassede felt slettet."
61
+
62
+ #: includes/admin/class-wp-job-manager-cpt.php:209
63
+ msgid "Job listing updated."
64
+ msgstr "Stillingsannonse oppdatert."
65
+
66
+ #: includes/admin/class-wp-job-manager-cpt.php:210
67
+ msgid "Job listing restored to revision from %s"
68
+ msgstr "Stillingsannonse gjenopprettet til revisjon fra %s"
69
+
70
+ #: includes/admin/class-wp-job-manager-cpt.php:211
71
+ msgid "Job listing published. <a href=\"%s\">View Job</a>"
72
+ msgstr "Stillingsannonse publisert. <a href=\"%s\">Vis stilling</a>"
73
+
74
+ #: includes/admin/class-wp-job-manager-cpt.php:212
75
+ msgid "Job listing saved."
76
+ msgstr "Stillingsannonse lagret."
77
+
78
+ #: includes/admin/class-wp-job-manager-cpt.php:213
79
+ msgid "Job listing submitted. <a target=\"_blank\" href=\"%s\">Preview Job</a>"
80
+ msgstr "Stillingsannonse innsendt. <a target=\"_blank\" href=\"%s\">Forhåndsvis stilling</a>"
81
+
82
+ #: includes/admin/class-wp-job-manager-cpt.php:214
83
+ msgid ""
84
+ "Job listing scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" "
85
+ "href=\"%2$s\">Preview Job</a>"
86
+ msgstr "Stillingsannonse planlagt til: <strong>%1%s</strong>. <a target=\"_blank\" href=\"%2$s\">Forhåndsvis stilling</a>"
87
+
88
+ #: includes/admin/class-wp-job-manager-cpt.php:215
89
+ msgid "M j, Y @ G:i"
90
+ msgstr "j. M, Y @ H:i"
91
+
92
+ #: includes/admin/class-wp-job-manager-cpt.php:216
93
+ msgid "Job listing draft updated. <a target=\"_blank\" href=\"%s\">Preview Job</a>"
94
+ msgstr "Utkast til stillingsannonse oppdatert. <a href=\"_blank\" href=\"%s\">Forhåndsvis stilling</a>"
95
+
96
+ #: includes/admin/class-wp-job-manager-cpt.php:235
97
+ msgid "Type"
98
+ msgstr "Type"
99
+
100
+ #: includes/admin/class-wp-job-manager-cpt.php:236
101
+ msgid "Position"
102
+ msgstr "Stilling"
103
+
104
+ #: includes/admin/class-wp-job-manager-cpt.php:237
105
+ msgid "Posted"
106
+ msgstr "Postet"
107
+
108
+ #: includes/admin/class-wp-job-manager-cpt.php:238
109
+ #: templates/job-dashboard.php:9
110
+ msgid "Expires"
111
+ msgstr "Utgår"
112
+
113
+ #: includes/admin/class-wp-job-manager-cpt.php:240
114
+ msgid "Categories"
115
+ msgstr "Kategorier"
116
+
117
+ #: includes/admin/class-wp-job-manager-cpt.php:241
118
+ msgid "Featured?"
119
+ msgstr "Framhevet?"
120
+
121
+ #: includes/admin/class-wp-job-manager-cpt.php:242
122
+ #: templates/job-dashboard.php:10
123
+ msgid "Filled?"
124
+ msgstr "Besatt?"
125
+
126
+ #: includes/admin/class-wp-job-manager-cpt.php:243
127
+ #: templates/job-dashboard.php:8
128
+ msgid "Status"
129
+ msgstr "Status"
130
+
131
+ #: includes/admin/class-wp-job-manager-cpt.php:244
132
+ msgid "Actions"
133
+ msgstr "Handlinger"
134
+
135
+ #: includes/admin/class-wp-job-manager-cpt.php:267
136
+ msgid "Job ID: %d"
137
+ msgstr "Stillings-ID: %d"
138
+
139
+ #: includes/admin/class-wp-job-manager-cpt.php:293
140
+ #: includes/admin/class-wp-job-manager-cpt.php:298
141
+ msgid "M j, Y"
142
+ msgstr "j. M, Y"
143
+
144
+ #: includes/admin/class-wp-job-manager-cpt.php:294
145
+ msgid "by a guest"
146
+ msgstr "av en gjest"
147
+
148
+ #: includes/admin/class-wp-job-manager-cpt.php:294
149
+ msgid "by %s"
150
+ msgstr "av %s"
151
+
152
+ #: includes/admin/class-wp-job-manager-cpt.php:311
153
+ msgid "Approve"
154
+ msgstr "Godkjenn"
155
+
156
+ #: includes/admin/class-wp-job-manager-cpt.php:318
157
+ msgid "View"
158
+ msgstr "Vis"
159
+
160
+ #: includes/admin/class-wp-job-manager-cpt.php:323
161
+ #: includes/class-wp-job-manager-post-types.php:159
162
+ #: templates/job-dashboard.php:33
163
+ msgid "Edit"
164
+ msgstr "Rediger"
165
+
166
+ #: includes/admin/class-wp-job-manager-cpt.php:328
167
+ #: templates/job-dashboard.php:43
168
+ msgid "Delete"
169
+ msgstr "Slett"
170
+
171
+ #: includes/admin/class-wp-job-manager-settings.php:42
172
+ #: includes/class-wp-job-manager-post-types.php:135
173
+ #: includes/class-wp-job-manager-post-types.php:225
174
+ msgid "Job Listings"
175
+ msgstr "Stillinger"
176
+
177
+ #: includes/admin/class-wp-job-manager-settings.php:48
178
+ msgid "Jobs per page"
179
+ msgstr "Stillinger per side"
180
+
181
+ #: includes/admin/class-wp-job-manager-settings.php:49
182
+ msgid "How many jobs should be shown per page by default?"
183
+ msgstr "Hvor mange stillingsannonser skal som standard vises per side?"
184
+
185
+ #: includes/admin/class-wp-job-manager-settings.php:55
186
+ msgid "Filled positions"
187
+ msgstr "Fylte stillinger"
188
+
189
+ #: includes/admin/class-wp-job-manager-settings.php:56
190
+ msgid "Hide filled positions"
191
+ msgstr "Skjul besatte stillinger"
192
+
193
+ #: includes/admin/class-wp-job-manager-settings.php:57
194
+ msgid "If enabled, filled positions will be hidden from the job list."
195
+ msgstr "Hvis aktivert vil fylte stillinger skjules fra listen over stillingsannonser."
196
+
197
+ #: includes/admin/class-wp-job-manager-settings.php:64
198
+ msgid "Job categories"
199
+ msgstr "Stillingskategorier"
200
+
201
+ #: includes/admin/class-wp-job-manager-settings.php:65
202
+ msgid "Enable job categories"
203
+ msgstr "Aktiver stillingskategorier"
204
+
205
+ #: includes/admin/class-wp-job-manager-settings.php:66
206
+ msgid ""
207
+ "Choose whether to enable job categories. Categories must be setup by an "
208
+ "admin for users to choose during job submission."
209
+ msgstr "Velg om stillingskategori skal aktiveres. Kategoriene må settes opp av en administrator før de kan brukes ved innsending av stillinger"
210
+
211
+ #: includes/admin/class-wp-job-manager-settings.php:73
212
+ msgid "Job Submission"
213
+ msgstr "Sett inn stillingsannonse"
214
+
215
+ #: includes/admin/class-wp-job-manager-settings.php:78
216
+ msgid "Account creation"
217
+ msgstr "Brukerregistrering"
218
+
219
+ #: includes/admin/class-wp-job-manager-settings.php:79
220
+ msgid "Allow account creation"
221
+ msgstr "Tillat brukerregistrering"
222
+
223
+ #: includes/admin/class-wp-job-manager-settings.php:80
224
+ msgid ""
225
+ "If enabled, non-logged in users will be able to create an account by "
226
+ "entering their email address on the job submission form."
227
+ msgstr "Hvis aktivert vil besøkende som ikke er logget inn kunne opprette en bruker ved å registrere e-postadressen på skjemaet for å sette inn stillingsannonse."
228
+
229
+ #: includes/admin/class-wp-job-manager-settings.php:87
230
+ msgid "Account Role"
231
+ msgstr ""
232
+
233
+ #: includes/admin/class-wp-job-manager-settings.php:88
234
+ msgid ""
235
+ "If you enable registration on your job submission form, choose a role for "
236
+ "the new user."
237
+ msgstr ""
238
+
239
+ #: includes/admin/class-wp-job-manager-settings.php:95
240
+ msgid "Account required"
241
+ msgstr "Brukerkonto kreves"
242
+
243
+ #: includes/admin/class-wp-job-manager-settings.php:96
244
+ msgid "Job submission requires an account"
245
+ msgstr "Å sette inn stillingsannonse krever en brukerkonto"
246
+
247
+ #: includes/admin/class-wp-job-manager-settings.php:97
248
+ msgid ""
249
+ "If disabled, non-logged in users will be able to submit job listings without"
250
+ " creating an account."
251
+ msgstr "Hvis deaktivert vil ikke-innloggede brukere ha muligheten til å sette inn stillingsannonser uten å opprette en bruker."
252
+
253
+ #: includes/admin/class-wp-job-manager-settings.php:104
254
+ msgid "Approval Required"
255
+ msgstr "Godkjenning kreves"
256
+
257
+ #: includes/admin/class-wp-job-manager-settings.php:105
258
+ msgid "New submissions require admin approval"
259
+ msgstr "Nye stillingsannonser må godkjennes av administrator"
260
+
261
+ #: includes/admin/class-wp-job-manager-settings.php:106
262
+ msgid "If enabled, new submissions will be inactive, pending admin approval."
263
+ msgstr "Hvis aktivert må nye stillingsannonser godkjennes før de blir aktive."
264
+
265
+ #: includes/admin/class-wp-job-manager-settings.php:113
266
+ msgid "Listing duration"
267
+ msgstr "Stillingsannonsens varighet"
268
+
269
+ #: includes/admin/class-wp-job-manager-settings.php:114
270
+ msgid ""
271
+ "How many <strong>days</strong> listings are live before expiring. Can be "
272
+ "left blank to never expire."
273
+ msgstr "Hvor mange <strong>dager</strong> stillingsannonser er aktive før de utgår. La så blank hvis de aldri utgår."
274
+
275
+ #: includes/admin/class-wp-job-manager-settings.php:120
276
+ msgid "Submit Page Slug"
277
+ msgstr "Send inn permalenke"
278
+
279
+ #: includes/admin/class-wp-job-manager-settings.php:121
280
+ msgid ""
281
+ "Enter the slug of the page where you have placed the [submit_job_form] "
282
+ "shortcode. This lets the plugin know where the form is located."
283
+ msgstr "Skriv inn permalenken, også kalt slug, til siden hvor du har plassert kortkoden [submit_job_form]. Dette lar forteller utvidelsen hvor skjemaet er plassert."
284
+
285
+ #: includes/admin/class-wp-job-manager-settings.php:173
286
+ msgid "Settings successfully saved"
287
+ msgstr "Innstillingene ble lagret"
288
+
289
+ #: includes/admin/class-wp-job-manager-settings.php:252
290
+ msgid "Save Changes"
291
+ msgstr "Lagre endringer"
292
+
293
+ #: includes/admin/class-wp-job-manager-writepanels.php:27
294
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:113
295
+ msgid "Job location"
296
+ msgstr "Arbeidssted"
297
+
298
+ #: includes/admin/class-wp-job-manager-writepanels.php:28
299
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:117
300
+ msgid "e.g. \"London, UK\", \"New York\", \"Houston, TX\""
301
+ msgstr "eks. \"London, UK\", \"Haugesund, NO\", \"New York\", \"Houston, TX\""
302
+
303
+ #: includes/admin/class-wp-job-manager-writepanels.php:29
304
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:114
305
+ msgid ""
306
+ "Leave this blank if the job can be done from anywhere (i.e. telecommuting)"
307
+ msgstr ""
308
+
309
+ #: includes/admin/class-wp-job-manager-writepanels.php:32
310
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:144
311
+ msgid "Application email/URL"
312
+ msgstr ""
313
+
314
+ #: includes/admin/class-wp-job-manager-writepanels.php:33
315
+ msgid "URL or email which applicants use to apply"
316
+ msgstr ""
317
+
318
+ #: includes/admin/class-wp-job-manager-writepanels.php:36
319
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:153
320
+ msgid "Company name"
321
+ msgstr ""
322
+
323
+ #: includes/admin/class-wp-job-manager-writepanels.php:40
324
+ msgid "Company website"
325
+ msgstr ""
326
+
327
+ #: includes/admin/class-wp-job-manager-writepanels.php:44
328
+ msgid "Company tagline"
329
+ msgstr ""
330
+
331
+ #: includes/admin/class-wp-job-manager-writepanels.php:45
332
+ msgid "Brief description about the company"
333
+ msgstr ""
334
+
335
+ #: includes/admin/class-wp-job-manager-writepanels.php:48
336
+ msgid "Company Twitter"
337
+ msgstr ""
338
+
339
+ #: includes/admin/class-wp-job-manager-writepanels.php:52
340
+ msgid "Company logo"
341
+ msgstr ""
342
+
343
+ #: includes/admin/class-wp-job-manager-writepanels.php:53
344
+ msgid "URL to the company logo"
345
+ msgstr ""
346
+
347
+ #: includes/admin/class-wp-job-manager-writepanels.php:57
348
+ msgid "Position filled?"
349
+ msgstr ""
350
+
351
+ #: includes/admin/class-wp-job-manager-writepanels.php:61
352
+ msgid "Feature this job listing?"
353
+ msgstr ""
354
+
355
+ #: includes/admin/class-wp-job-manager-writepanels.php:63
356
+ msgid ""
357
+ "Featured listings will be sticky during searches, and can be styled "
358
+ "differently."
359
+ msgstr ""
360
+
361
+ #: includes/admin/class-wp-job-manager-writepanels.php:66
362
+ msgid "Job Expires"
363
+ msgstr ""
364
+
365
+ #: includes/admin/class-wp-job-manager-writepanels.php:67
366
+ msgid "yyyy-mm-dd"
367
+ msgstr ""
368
+
369
+ #: includes/admin/class-wp-job-manager-writepanels.php:79
370
+ msgid "Job Listing Data"
371
+ msgstr ""
372
+
373
+ #: includes/admin/class-wp-job-manager-writepanels.php:97
374
+ msgid "Use file"
375
+ msgstr ""
376
+
377
+ #: includes/admin/class-wp-job-manager-writepanels.php:97
378
+ msgid "Upload"
379
+ msgstr ""
380
+
381
+ #: includes/class-wp-job-manager-ajax.php:63
382
+ msgid "No more jobs found matching your selection."
383
+ msgstr ""
384
+
385
+ #: includes/class-wp-job-manager-ajax.php:105
386
+ msgid "Showing %s&ldquo;%s&rdquo; %sjobs"
387
+ msgstr ""
388
+
389
+ #: includes/class-wp-job-manager-ajax.php:107
390
+ msgid "Showing all %s%sjobs"
391
+ msgstr ""
392
+
393
+ #: includes/class-wp-job-manager-ajax.php:110
394
+ msgid "located in &ldquo;%s&rdquo;"
395
+ msgstr ""
396
+
397
+ #: includes/class-wp-job-manager-geocode.php:130
398
+ msgid "No results found"
399
+ msgstr ""
400
+
401
+ #: includes/class-wp-job-manager-geocode.php:133
402
+ msgid "Query limit reached"
403
+ msgstr ""
404
+
405
+ #: includes/class-wp-job-manager-install.php:40
406
+ msgid "Employer"
407
+ msgstr ""
408
+
409
+ #: includes/class-wp-job-manager-post-types.php:45
410
+ msgid "Job Category"
411
+ msgstr ""
412
+
413
+ #: includes/class-wp-job-manager-post-types.php:46
414
+ msgid "Job Categories"
415
+ msgstr ""
416
+
417
+ #: includes/class-wp-job-manager-post-types.php:50
418
+ msgctxt "Job category slug - resave permalinks after changing this"
419
+ msgid "job-category"
420
+ msgstr ""
421
+
422
+ #: includes/class-wp-job-manager-post-types.php:67
423
+ #: includes/class-wp-job-manager-post-types.php:110
424
+ #: includes/class-wp-job-manager-post-types.php:164
425
+ msgid "Search %s"
426
+ msgstr ""
427
+
428
+ #: includes/class-wp-job-manager-post-types.php:68
429
+ #: includes/class-wp-job-manager-post-types.php:111
430
+ #: includes/class-wp-job-manager-post-types.php:156
431
+ msgid "All %s"
432
+ msgstr ""
433
+
434
+ #: includes/class-wp-job-manager-post-types.php:69
435
+ #: includes/class-wp-job-manager-post-types.php:112
436
+ #: includes/class-wp-job-manager-post-types.php:167
437
+ msgid "Parent %s"
438
+ msgstr ""
439
+
440
+ #: includes/class-wp-job-manager-post-types.php:70
441
+ #: includes/class-wp-job-manager-post-types.php:113
442
+ msgid "Parent %s:"
443
+ msgstr ""
444
+
445
+ #: includes/class-wp-job-manager-post-types.php:71
446
+ #: includes/class-wp-job-manager-post-types.php:114
447
+ #: includes/class-wp-job-manager-post-types.php:160
448
+ msgid "Edit %s"
449
+ msgstr ""
450
+
451
+ #: includes/class-wp-job-manager-post-types.php:72
452
+ #: includes/class-wp-job-manager-post-types.php:115
453
+ msgid "Update %s"
454
+ msgstr ""
455
+
456
+ #: includes/class-wp-job-manager-post-types.php:73
457
+ #: includes/class-wp-job-manager-post-types.php:116
458
+ msgid "Add New %s"
459
+ msgstr ""
460
+
461
+ #: includes/class-wp-job-manager-post-types.php:74
462
+ #: includes/class-wp-job-manager-post-types.php:117
463
+ msgid "New %s Name"
464
+ msgstr ""
465
+
466
+ #: includes/class-wp-job-manager-post-types.php:89
467
+ msgid "Job Type"
468
+ msgstr ""
469
+
470
+ #: includes/class-wp-job-manager-post-types.php:90
471
+ msgid "Job Types"
472
+ msgstr ""
473
+
474
+ #: includes/class-wp-job-manager-post-types.php:94
475
+ msgctxt "Job type slug - resave permalinks after changing this"
476
+ msgid "job-type"
477
+ msgstr ""
478
+
479
+ #: includes/class-wp-job-manager-post-types.php:134
480
+ msgid "Job Listing"
481
+ msgstr ""
482
+
483
+ #: includes/class-wp-job-manager-post-types.php:138
484
+ msgctxt "Post type archive slug - resave permalinks after changing this"
485
+ msgid "jobs"
486
+ msgstr ""
487
+
488
+ #: includes/class-wp-job-manager-post-types.php:144
489
+ msgctxt "Job permalink - resave permalinks after changing this"
490
+ msgid "job"
491
+ msgstr ""
492
+
493
+ #: includes/class-wp-job-manager-post-types.php:157
494
+ msgid "Add New"
495
+ msgstr ""
496
+
497
+ #: includes/class-wp-job-manager-post-types.php:158
498
+ msgid "Add %s"
499
+ msgstr ""
500
+
501
+ #: includes/class-wp-job-manager-post-types.php:161
502
+ msgid "New %s"
503
+ msgstr ""
504
+
505
+ #: includes/class-wp-job-manager-post-types.php:162
506
+ #: includes/class-wp-job-manager-post-types.php:163
507
+ msgid "View %s"
508
+ msgstr ""
509
+
510
+ #: includes/class-wp-job-manager-post-types.php:165
511
+ msgid "No %s found"
512
+ msgstr ""
513
+
514
+ #: includes/class-wp-job-manager-post-types.php:166
515
+ msgid "No %s found in trash"
516
+ msgstr ""
517
+
518
+ #: includes/class-wp-job-manager-post-types.php:169
519
+ msgid "This is where you can create and manage job listings."
520
+ msgstr ""
521
+
522
+ #: includes/class-wp-job-manager-post-types.php:204
523
+ msgctxt "job_listing"
524
+ msgid "Expired"
525
+ msgstr ""
526
+
527
+ #: includes/class-wp-job-manager-post-types.php:209
528
+ msgid "Expired <span class=\"count\">(%s)</span>"
529
+ msgid_plural "Expired <span class=\"count\">(%s)</span>"
530
+ msgstr[0] ""
531
+ msgstr[1] ""
532
+
533
+ #: includes/class-wp-job-manager-shortcodes.php:61
534
+ msgid "Invalid Job ID"
535
+ msgstr ""
536
+
537
+ #: includes/class-wp-job-manager-shortcodes.php:67
538
+ msgid "This job is already filled"
539
+ msgstr ""
540
+
541
+ #: includes/class-wp-job-manager-shortcodes.php:73
542
+ msgid "%s has been filled"
543
+ msgstr ""
544
+
545
+ #: includes/class-wp-job-manager-shortcodes.php:78
546
+ msgid "This job is already not filled"
547
+ msgstr ""
548
+
549
+ #: includes/class-wp-job-manager-shortcodes.php:84
550
+ msgid "%s has been marked as not filled"
551
+ msgstr ""
552
+
553
+ #: includes/class-wp-job-manager-shortcodes.php:91
554
+ msgid "%s has been deleted"
555
+ msgstr ""
556
+
557
+ #: includes/class-wp-job-manager-shortcodes.php:111
558
+ msgid "You need to be signed in to manage your job listings."
559
+ msgstr ""
560
+
561
+ #: includes/class-wp-job-manager-shortcodes.php:195
562
+ #: includes/class-wp-job-manager-shortcodes.php:225
563
+ msgid "Load more job listings"
564
+ msgstr ""
565
+
566
+ #: includes/class-wp-job-manager-widgets.php:139
567
+ msgid "Display a list of the most recent jobs on your site."
568
+ msgstr ""
569
+
570
+ #: includes/class-wp-job-manager-widgets.php:141
571
+ msgid "Recent Job Listings"
572
+ msgstr ""
573
+
574
+ #: includes/class-wp-job-manager-widgets.php:145
575
+ msgid "Recent Jobs"
576
+ msgstr ""
577
+
578
+ #: includes/class-wp-job-manager-widgets.php:146
579
+ msgid "Title"
580
+ msgstr ""
581
+
582
+ #: includes/class-wp-job-manager-widgets.php:154
583
+ msgid "Number of jobs to show"
584
+ msgstr ""
585
+
586
+ #: includes/forms/class-wp-job-manager-form-edit-job.php:43
587
+ msgid "Invalid job"
588
+ msgstr ""
589
+
590
+ #: includes/forms/class-wp-job-manager-form-edit-job.php:86
591
+ msgid "Update job listing"
592
+ msgstr ""
593
+
594
+ #: includes/forms/class-wp-job-manager-form-edit-job.php:111
595
+ msgid "Your changes have been saved."
596
+ msgstr ""
597
+
598
+ #: includes/forms/class-wp-job-manager-form-edit-job.php:111
599
+ msgid "View Job Listing &rarr;"
600
+ msgstr ""
601
+
602
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:22
603
+ msgid "Submit Details"
604
+ msgstr ""
605
+
606
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:28
607
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:555
608
+ msgid "Preview"
609
+ msgstr ""
610
+
611
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:34
612
+ msgid "Done"
613
+ msgstr ""
614
+
615
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:106
616
+ msgid "Job title"
617
+ msgstr ""
618
+
619
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:121
620
+ msgid "Job type"
621
+ msgstr ""
622
+
623
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:129
624
+ msgid "Job category"
625
+ msgstr ""
626
+
627
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:137
628
+ msgid "Description"
629
+ msgstr ""
630
+
631
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:147
632
+ msgid "Enter an email address or website URL"
633
+ msgstr ""
634
+
635
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:156
636
+ msgid "Enter the name of the company"
637
+ msgstr ""
638
+
639
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:160
640
+ #: templates/content-single-job_listing.php:32
641
+ msgid "Website"
642
+ msgstr ""
643
+
644
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:163
645
+ msgid "http://"
646
+ msgstr ""
647
+
648
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:167
649
+ msgid "Tagline"
650
+ msgstr ""
651
+
652
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:170
653
+ msgid "Briefly describe your company"
654
+ msgstr ""
655
+
656
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:175
657
+ msgid "Twitter username"
658
+ msgstr ""
659
+
660
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:178
661
+ msgid "@yourcompany"
662
+ msgstr ""
663
+
664
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:182
665
+ msgid "Logo"
666
+ msgstr ""
667
+
668
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:293
669
+ msgid "%s is a required field"
670
+ msgstr ""
671
+
672
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:406
673
+ msgid "Preview job listing &rarr;"
674
+ msgstr ""
675
+
676
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:441
677
+ msgid "You must be signed in to post a new job listing."
678
+ msgstr ""
679
+
680
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:549
681
+ msgid "Submit Listing &rarr;"
682
+ msgstr ""
683
+
684
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:550
685
+ msgid "&larr; Edit listing"
686
+ msgstr ""
687
+
688
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:633
689
+ msgid "\"%s\" needs to be one of the following file types: %s"
690
+ msgstr ""
691
+
692
+ #: templates/account-signin.php:4
693
+ msgid "Your account"
694
+ msgstr ""
695
+
696
+ #: templates/account-signin.php:8
697
+ msgid "You are currently signed in as <strong>%s</strong>."
698
+ msgstr ""
699
+
700
+ #: templates/account-signin.php:11
701
+ msgid "Sign out"
702
+ msgstr ""
703
+
704
+ #: templates/account-signin.php:21
705
+ msgid "Have an account?"
706
+ msgstr ""
707
+
708
+ #: templates/account-signin.php:23
709
+ msgid "Sign in"
710
+ msgstr ""
711
+
712
+ #: templates/account-signin.php:27
713
+ msgid ""
714
+ "If you don&lsquo;t have an account you can %screate one below by entering "
715
+ "your email address. A password will be automatically emailed to you."
716
+ msgstr ""
717
+
718
+ #: templates/account-signin.php:27
719
+ msgid "optionally"
720
+ msgstr ""
721
+
722
+ #: templates/account-signin.php:31
723
+ msgid "You must sign in to create a new job listing."
724
+ msgstr ""
725
+
726
+ #: templates/account-signin.php:38
727
+ msgid "Your email"
728
+ msgstr ""
729
+
730
+ #: templates/account-signin.php:38 templates/job-submit.php:24
731
+ #: templates/job-submit.php:41
732
+ msgid "(optional)"
733
+ msgstr ""
734
+
735
+ #: templates/content-job_listing.php:16
736
+ #: templates/content-single-job_listing.php:19
737
+ #: templates/content-summary-job_listing.php:14
738
+ msgid "Posted %s ago"
739
+ msgstr ""
740
+
741
+ #: templates/content-single-job_listing.php:8
742
+ msgid "This job listing has expired"
743
+ msgstr ""
744
+
745
+ #: templates/content-single-job_listing.php:22
746
+ msgid "This position has been filled"
747
+ msgstr ""
748
+
749
+ #: templates/form-fields/file-field.php:6
750
+ msgid "remove"
751
+ msgstr ""
752
+
753
+ #: templates/form-fields/file-field.php:6
754
+ msgid "or"
755
+ msgstr ""
756
+
757
+ #: templates/form-fields/file-field.php:16
758
+ msgid "Max. file size: %s."
759
+ msgstr ""
760
+
761
+ #: templates/job-application.php:5
762
+ msgid "Apply for job"
763
+ msgstr ""
764
+
765
+ #: templates/job-application.php:12
766
+ msgid ""
767
+ "To apply for this job <strong>email your details to</strong> <a "
768
+ "class=\"job_application_email\" href=\"mailto:%1$s%2$s\">%1$s</a>"
769
+ msgstr ""
770
+
771
+ #: templates/job-application.php:14
772
+ msgid "Apply using webmail: "
773
+ msgstr ""
774
+
775
+ #: templates/job-application.php:28
776
+ msgid ""
777
+ "To apply for this job please visit the following URL: <a href=\"%1$s\">%1$s "
778
+ "&rarr;</a>"
779
+ msgstr ""
780
+
781
+ #: templates/job-dashboard.php:2
782
+ msgid ""
783
+ "Your job listings are shown in the table below. Expired listings will be "
784
+ "automatically removed after 30 days."
785
+ msgstr ""
786
+
787
+ #: templates/job-dashboard.php:6
788
+ msgid "Job Title"
789
+ msgstr ""
790
+
791
+ #: templates/job-dashboard.php:7
792
+ msgid "Date Posted"
793
+ msgstr ""
794
+
795
+ #: templates/job-dashboard.php:16
796
+ msgid "You do not have any active job listings."
797
+ msgstr ""
798
+
799
+ #: templates/job-dashboard.php:36
800
+ msgid "Mark not filled"
801
+ msgstr ""
802
+
803
+ #: templates/job-dashboard.php:38
804
+ msgid "Mark filled"
805
+ msgstr ""
806
+
807
+ #: templates/job-filters.php:8
808
+ msgid "Keywords"
809
+ msgstr ""
810
+
811
+ #: templates/job-filters.php:9
812
+ msgid "All Jobs"
813
+ msgstr ""
814
+
815
+ #: templates/job-filters.php:13
816
+ msgid "Location"
817
+ msgstr ""
818
+
819
+ #: templates/job-filters.php:14
820
+ msgid "Any Location"
821
+ msgstr ""
822
+
823
+ #: templates/job-filters.php:23
824
+ msgid "Category"
825
+ msgstr ""
826
+
827
+ #: templates/job-filters.php:24
828
+ msgid "All Job Categories"
829
+ msgstr ""
830
+
831
+ #: templates/job-submit.php:35
832
+ msgid "Company details"
833
+ msgstr ""
834
+
835
+ #: templates/job-submitted.php:4
836
+ msgid ""
837
+ "Job listed successfully. To view your job listing <a href=\"%s\">click "
838
+ "here</a>."
839
+ msgstr ""
840
+
841
+ #: templates/job-submitted.php:7
842
+ msgid ""
843
+ "Job submitted successfully. Your job listing will be visible once approved."
844
+ msgstr ""
845
+
846
+ #: wp-job-manager-functions.php:214
847
+ msgid "Reset"
848
+ msgstr ""
849
+
850
+ #: wp-job-manager-functions.php:218
851
+ msgid "RSS"
852
+ msgstr ""
853
+
854
+ #: wp-job-manager-functions.php:268
855
+ msgid "Your email address isn&#8217;t correct."
856
+ msgstr ""
857
+
858
+ #: wp-job-manager-functions.php:271
859
+ msgid "This email is already registered, please choose another one."
860
+ msgstr ""
861
+
862
+ #: wp-job-manager-template.php:116
863
+ msgid "Active"
864
+ msgstr ""
865
+
866
+ #: wp-job-manager-template.php:118
867
+ msgid "Expired"
868
+ msgstr ""
869
+
870
+ #: wp-job-manager-template.php:120
871
+ msgid "Pending Review"
872
+ msgstr ""
873
+
874
+ #: wp-job-manager-template.php:122
875
+ msgid "Inactive"
876
+ msgstr ""
877
+
878
+ #: wp-job-manager-template.php:197
879
+ msgid "Job Application via \"%s\" listing on %s"
880
+ msgstr ""
881
+
882
+ #: wp-job-manager-template.php:255
883
+ msgid "Anywhere"
884
+ msgstr ""
885
+
886
+ #: wp-job-manager.php:96
887
+ msgid "Are you sure you want to delete this job?"
888
+ msgstr ""
889
+
890
+ #. Plugin Name of the plugin/theme
891
+ msgid "WP Job Manager"
892
+ msgstr ""
893
+
894
+ #. Plugin URI of the plugin/theme
895
+ msgid "http://mikejolley.com/projects/wp-job-manager/"
896
+ msgstr ""
897
+
898
+ #. Description of the plugin/theme
899
+ msgid ""
900
+ "Manage job listings from the WordPress admin panel, and allow users to post "
901
+ "jobs directly to your site."
902
+ msgstr ""
903
+
904
+ #. Author of the plugin/theme
905
+ msgid "Mike Jolley"
906
+ msgstr ""
907
+
908
+ #. Author URI of the plugin/theme
909
+ msgid "http://mikejolley.com"
910
+ msgstr ""
languages/wp-job-manager-nl_NL.mo ADDED
Binary file
languages/wp-job-manager-nl_NL.po ADDED
@@ -0,0 +1,910 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2014 WP Job Manager
2
+ # This file is distributed under the same license as the WP Job Manager package.
3
+ # Translators:
4
+ # jellealthuizen <jellealthuizen@gmail.com>, 2014
5
+ msgid ""
6
+ msgstr ""
7
+ "Project-Id-Version: WP Job Manager\n"
8
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-job-manager\n"
9
+ "POT-Creation-Date: 2014-03-01 18:44:04+00:00\n"
10
+ "PO-Revision-Date: 2014-03-02 08:20+0000\n"
11
+ "Last-Translator: mikejolley <mike.jolley@me.com>\n"
12
+ "Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/wp-job-manager/language/nl_NL/)\n"
13
+ "MIME-Version: 1.0\n"
14
+ "Content-Type: text/plain; charset=UTF-8\n"
15
+ "Content-Transfer-Encoding: 8bit\n"
16
+ "Language: nl_NL\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+
19
+ #: includes/admin/class-wp-job-manager-addons.php:50
20
+ #: includes/admin/class-wp-job-manager-admin.php:55
21
+ msgid "WP Job Manager Add-ons"
22
+ msgstr ""
23
+
24
+ #: includes/admin/class-wp-job-manager-admin.php:52
25
+ msgid "Settings"
26
+ msgstr "Instellingen"
27
+
28
+ #: includes/admin/class-wp-job-manager-admin.php:55
29
+ msgid "Add-ons"
30
+ msgstr ""
31
+
32
+ #: includes/admin/class-wp-job-manager-cpt.php:43
33
+ #: includes/admin/class-wp-job-manager-cpt.php:44
34
+ msgid "Approve Jobs"
35
+ msgstr ""
36
+
37
+ #: includes/admin/class-wp-job-manager-cpt.php:112
38
+ #: includes/admin/class-wp-job-manager-cpt.php:114
39
+ msgid "%s approved"
40
+ msgstr "% goedgekeurd"
41
+
42
+ #: includes/admin/class-wp-job-manager-cpt.php:157
43
+ msgid "Select a category"
44
+ msgstr "Kies een categorie"
45
+
46
+ #: includes/admin/class-wp-job-manager-cpt.php:190
47
+ msgid "Job position title"
48
+ msgstr "Vacaturetitel"
49
+
50
+ #: includes/admin/class-wp-job-manager-cpt.php:206
51
+ msgid "Job listing updated. <a href=\"%s\">View Job</a>"
52
+ msgstr ""
53
+
54
+ #: includes/admin/class-wp-job-manager-cpt.php:207
55
+ msgid "Custom field updated."
56
+ msgstr ""
57
+
58
+ #: includes/admin/class-wp-job-manager-cpt.php:208
59
+ msgid "Custom field deleted."
60
+ msgstr ""
61
+
62
+ #: includes/admin/class-wp-job-manager-cpt.php:209
63
+ msgid "Job listing updated."
64
+ msgstr "Vacature bijgewerkt"
65
+
66
+ #: includes/admin/class-wp-job-manager-cpt.php:210
67
+ msgid "Job listing restored to revision from %s"
68
+ msgstr ""
69
+
70
+ #: includes/admin/class-wp-job-manager-cpt.php:211
71
+ msgid "Job listing published. <a href=\"%s\">View Job</a>"
72
+ msgstr ""
73
+
74
+ #: includes/admin/class-wp-job-manager-cpt.php:212
75
+ msgid "Job listing saved."
76
+ msgstr "Vacature opgeslagen."
77
+
78
+ #: includes/admin/class-wp-job-manager-cpt.php:213
79
+ msgid "Job listing submitted. <a target=\"_blank\" href=\"%s\">Preview Job</a>"
80
+ msgstr "Vacature toegevoegd. <a target=\"_blank\" href=\"%s\">Bekijk vacature</a>"
81
+
82
+ #: includes/admin/class-wp-job-manager-cpt.php:214
83
+ msgid ""
84
+ "Job listing scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" "
85
+ "href=\"%2$s\">Preview Job</a>"
86
+ msgstr ""
87
+
88
+ #: includes/admin/class-wp-job-manager-cpt.php:215
89
+ msgid "M j, Y @ G:i"
90
+ msgstr ""
91
+
92
+ #: includes/admin/class-wp-job-manager-cpt.php:216
93
+ msgid "Job listing draft updated. <a target=\"_blank\" href=\"%s\">Preview Job</a>"
94
+ msgstr ""
95
+
96
+ #: includes/admin/class-wp-job-manager-cpt.php:235
97
+ msgid "Type"
98
+ msgstr ""
99
+
100
+ #: includes/admin/class-wp-job-manager-cpt.php:236
101
+ msgid "Position"
102
+ msgstr ""
103
+
104
+ #: includes/admin/class-wp-job-manager-cpt.php:237
105
+ msgid "Posted"
106
+ msgstr "Toegevoegd"
107
+
108
+ #: includes/admin/class-wp-job-manager-cpt.php:238
109
+ #: templates/job-dashboard.php:9
110
+ msgid "Expires"
111
+ msgstr "Verloopt"
112
+
113
+ #: includes/admin/class-wp-job-manager-cpt.php:240
114
+ msgid "Categories"
115
+ msgstr "Categorie"
116
+
117
+ #: includes/admin/class-wp-job-manager-cpt.php:241
118
+ msgid "Featured?"
119
+ msgstr ""
120
+
121
+ #: includes/admin/class-wp-job-manager-cpt.php:242
122
+ #: templates/job-dashboard.php:10
123
+ msgid "Filled?"
124
+ msgstr "Ingevuld?"
125
+
126
+ #: includes/admin/class-wp-job-manager-cpt.php:243
127
+ #: templates/job-dashboard.php:8
128
+ msgid "Status"
129
+ msgstr "Status"
130
+
131
+ #: includes/admin/class-wp-job-manager-cpt.php:244
132
+ msgid "Actions"
133
+ msgstr "Acties"
134
+
135
+ #: includes/admin/class-wp-job-manager-cpt.php:267
136
+ msgid "Job ID: %d"
137
+ msgstr "Vacature ID"
138
+
139
+ #: includes/admin/class-wp-job-manager-cpt.php:293
140
+ #: includes/admin/class-wp-job-manager-cpt.php:298
141
+ msgid "M j, Y"
142
+ msgstr ""
143
+
144
+ #: includes/admin/class-wp-job-manager-cpt.php:294
145
+ msgid "by a guest"
146
+ msgstr "Door een gast"
147
+
148
+ #: includes/admin/class-wp-job-manager-cpt.php:294
149
+ msgid "by %s"
150
+ msgstr ""
151
+
152
+ #: includes/admin/class-wp-job-manager-cpt.php:311
153
+ msgid "Approve"
154
+ msgstr "Goedkeuren"
155
+
156
+ #: includes/admin/class-wp-job-manager-cpt.php:318
157
+ msgid "View"
158
+ msgstr "Bekijken"
159
+
160
+ #: includes/admin/class-wp-job-manager-cpt.php:323
161
+ #: includes/class-wp-job-manager-post-types.php:159
162
+ #: templates/job-dashboard.php:33
163
+ msgid "Edit"
164
+ msgstr "Bewerken"
165
+
166
+ #: includes/admin/class-wp-job-manager-cpt.php:328
167
+ #: templates/job-dashboard.php:43
168
+ msgid "Delete"
169
+ msgstr "Verwijderen"
170
+
171
+ #: includes/admin/class-wp-job-manager-settings.php:42
172
+ #: includes/class-wp-job-manager-post-types.php:135
173
+ #: includes/class-wp-job-manager-post-types.php:225
174
+ msgid "Job Listings"
175
+ msgstr "Vacatures"
176
+
177
+ #: includes/admin/class-wp-job-manager-settings.php:48
178
+ msgid "Jobs per page"
179
+ msgstr "Vacatures per pagina"
180
+
181
+ #: includes/admin/class-wp-job-manager-settings.php:49
182
+ msgid "How many jobs should be shown per page by default?"
183
+ msgstr "Hoeveel vacatures wil je standaard vertonen per pagina?"
184
+
185
+ #: includes/admin/class-wp-job-manager-settings.php:55
186
+ msgid "Filled positions"
187
+ msgstr "Ingevulde vacatures"
188
+
189
+ #: includes/admin/class-wp-job-manager-settings.php:56
190
+ msgid "Hide filled positions"
191
+ msgstr "Verberg ingevulde vacatures"
192
+
193
+ #: includes/admin/class-wp-job-manager-settings.php:57
194
+ msgid "If enabled, filled positions will be hidden from the job list."
195
+ msgstr ""
196
+
197
+ #: includes/admin/class-wp-job-manager-settings.php:64
198
+ msgid "Job categories"
199
+ msgstr "Vacature categorieen"
200
+
201
+ #: includes/admin/class-wp-job-manager-settings.php:65
202
+ msgid "Enable job categories"
203
+ msgstr ""
204
+
205
+ #: includes/admin/class-wp-job-manager-settings.php:66
206
+ msgid ""
207
+ "Choose whether to enable job categories. Categories must be setup by an "
208
+ "admin for users to choose during job submission."
209
+ msgstr ""
210
+
211
+ #: includes/admin/class-wp-job-manager-settings.php:73
212
+ msgid "Job Submission"
213
+ msgstr ""
214
+
215
+ #: includes/admin/class-wp-job-manager-settings.php:78
216
+ msgid "Account creation"
217
+ msgstr ""
218
+
219
+ #: includes/admin/class-wp-job-manager-settings.php:79
220
+ msgid "Allow account creation"
221
+ msgstr ""
222
+
223
+ #: includes/admin/class-wp-job-manager-settings.php:80
224
+ msgid ""
225
+ "If enabled, non-logged in users will be able to create an account by "
226
+ "entering their email address on the job submission form."
227
+ msgstr ""
228
+
229
+ #: includes/admin/class-wp-job-manager-settings.php:87
230
+ msgid "Account Role"
231
+ msgstr ""
232
+
233
+ #: includes/admin/class-wp-job-manager-settings.php:88
234
+ msgid ""
235
+ "If you enable registration on your job submission form, choose a role for "
236
+ "the new user."
237
+ msgstr ""
238
+
239
+ #: includes/admin/class-wp-job-manager-settings.php:95
240
+ msgid "Account required"
241
+ msgstr ""
242
+
243
+ #: includes/admin/class-wp-job-manager-settings.php:96
244
+ msgid "Job submission requires an account"
245
+ msgstr ""
246
+
247
+ #: includes/admin/class-wp-job-manager-settings.php:97
248
+ msgid ""
249
+ "If disabled, non-logged in users will be able to submit job listings without"
250
+ " creating an account."
251
+ msgstr ""
252
+
253
+ #: includes/admin/class-wp-job-manager-settings.php:104
254
+ msgid "Approval Required"
255
+ msgstr ""
256
+
257
+ #: includes/admin/class-wp-job-manager-settings.php:105
258
+ msgid "New submissions require admin approval"
259
+ msgstr ""
260
+
261
+ #: includes/admin/class-wp-job-manager-settings.php:106
262
+ msgid "If enabled, new submissions will be inactive, pending admin approval."
263
+ msgstr ""
264
+
265
+ #: includes/admin/class-wp-job-manager-settings.php:113
266
+ msgid "Listing duration"
267
+ msgstr ""
268
+
269
+ #: includes/admin/class-wp-job-manager-settings.php:114
270
+ msgid ""
271
+ "How many <strong>days</strong> listings are live before expiring. Can be "
272
+ "left blank to never expire."
273
+ msgstr ""
274
+
275
+ #: includes/admin/class-wp-job-manager-settings.php:120
276
+ msgid "Submit Page Slug"
277
+ msgstr ""
278
+
279
+ #: includes/admin/class-wp-job-manager-settings.php:121
280
+ msgid ""
281
+ "Enter the slug of the page where you have placed the [submit_job_form] "
282
+ "shortcode. This lets the plugin know where the form is located."
283
+ msgstr ""
284
+
285
+ #: includes/admin/class-wp-job-manager-settings.php:173
286
+ msgid "Settings successfully saved"
287
+ msgstr ""
288
+
289
+ #: includes/admin/class-wp-job-manager-settings.php:252
290
+ msgid "Save Changes"
291
+ msgstr ""
292
+
293
+ #: includes/admin/class-wp-job-manager-writepanels.php:27
294
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:113
295
+ msgid "Job location"
296
+ msgstr ""
297
+
298
+ #: includes/admin/class-wp-job-manager-writepanels.php:28
299
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:117
300
+ msgid "e.g. \"London, UK\", \"New York\", \"Houston, TX\""
301
+ msgstr ""
302
+
303
+ #: includes/admin/class-wp-job-manager-writepanels.php:29
304
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:114
305
+ msgid ""
306
+ "Leave this blank if the job can be done from anywhere (i.e. telecommuting)"
307
+ msgstr ""
308
+
309
+ #: includes/admin/class-wp-job-manager-writepanels.php:32
310
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:144
311
+ msgid "Application email/URL"
312
+ msgstr ""
313
+
314
+ #: includes/admin/class-wp-job-manager-writepanels.php:33
315
+ msgid "URL or email which applicants use to apply"
316
+ msgstr ""
317
+
318
+ #: includes/admin/class-wp-job-manager-writepanels.php:36
319
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:153
320
+ msgid "Company name"
321
+ msgstr ""
322
+
323
+ #: includes/admin/class-wp-job-manager-writepanels.php:40
324
+ msgid "Company website"
325
+ msgstr ""
326
+
327
+ #: includes/admin/class-wp-job-manager-writepanels.php:44
328
+ msgid "Company tagline"
329
+ msgstr ""
330
+
331
+ #: includes/admin/class-wp-job-manager-writepanels.php:45
332
+ msgid "Brief description about the company"
333
+ msgstr ""
334
+
335
+ #: includes/admin/class-wp-job-manager-writepanels.php:48
336
+ msgid "Company Twitter"
337
+ msgstr ""
338
+
339
+ #: includes/admin/class-wp-job-manager-writepanels.php:52
340
+ msgid "Company logo"
341
+ msgstr ""
342
+
343
+ #: includes/admin/class-wp-job-manager-writepanels.php:53
344
+ msgid "URL to the company logo"
345
+ msgstr ""
346
+
347
+ #: includes/admin/class-wp-job-manager-writepanels.php:57
348
+ msgid "Position filled?"
349
+ msgstr ""
350
+
351
+ #: includes/admin/class-wp-job-manager-writepanels.php:61
352
+ msgid "Feature this job listing?"
353
+ msgstr ""
354
+
355
+ #: includes/admin/class-wp-job-manager-writepanels.php:63
356
+ msgid ""
357
+ "Featured listings will be sticky during searches, and can be styled "
358
+ "differently."
359
+ msgstr ""
360
+
361
+ #: includes/admin/class-wp-job-manager-writepanels.php:66
362
+ msgid "Job Expires"
363
+ msgstr ""
364
+
365
+ #: includes/admin/class-wp-job-manager-writepanels.php:67
366
+ msgid "yyyy-mm-dd"
367
+ msgstr ""
368
+
369
+ #: includes/admin/class-wp-job-manager-writepanels.php:79
370
+ msgid "Job Listing Data"
371
+ msgstr ""
372
+
373
+ #: includes/admin/class-wp-job-manager-writepanels.php:97
374
+ msgid "Use file"
375
+ msgstr ""
376
+
377
+ #: includes/admin/class-wp-job-manager-writepanels.php:97
378
+ msgid "Upload"
379
+ msgstr ""
380
+
381
+ #: includes/class-wp-job-manager-ajax.php:63
382
+ msgid "No more jobs found matching your selection."
383
+ msgstr ""
384
+
385
+ #: includes/class-wp-job-manager-ajax.php:105
386
+ msgid "Showing %s&ldquo;%s&rdquo; %sjobs"
387
+ msgstr ""
388
+
389
+ #: includes/class-wp-job-manager-ajax.php:107
390
+ msgid "Showing all %s%sjobs"
391
+ msgstr ""
392
+
393
+ #: includes/class-wp-job-manager-ajax.php:110
394
+ msgid "located in &ldquo;%s&rdquo;"
395
+ msgstr ""
396
+
397
+ #: includes/class-wp-job-manager-geocode.php:130
398
+ msgid "No results found"
399
+ msgstr ""
400
+
401
+ #: includes/class-wp-job-manager-geocode.php:133
402
+ msgid "Query limit reached"
403
+ msgstr ""
404
+
405
+ #: includes/class-wp-job-manager-install.php:40
406
+ msgid "Employer"
407
+ msgstr ""
408
+
409
+ #: includes/class-wp-job-manager-post-types.php:45
410
+ msgid "Job Category"
411
+ msgstr ""
412
+
413
+ #: includes/class-wp-job-manager-post-types.php:46
414
+ msgid "Job Categories"
415
+ msgstr ""
416
+
417
+ #: includes/class-wp-job-manager-post-types.php:50
418
+ msgctxt "Job category slug - resave permalinks after changing this"
419
+ msgid "job-category"
420
+ msgstr ""
421
+
422
+ #: includes/class-wp-job-manager-post-types.php:67
423
+ #: includes/class-wp-job-manager-post-types.php:110
424
+ #: includes/class-wp-job-manager-post-types.php:164
425
+ msgid "Search %s"
426
+ msgstr ""
427
+
428
+ #: includes/class-wp-job-manager-post-types.php:68
429
+ #: includes/class-wp-job-manager-post-types.php:111
430
+ #: includes/class-wp-job-manager-post-types.php:156
431
+ msgid "All %s"
432
+ msgstr ""
433
+
434
+ #: includes/class-wp-job-manager-post-types.php:69
435
+ #: includes/class-wp-job-manager-post-types.php:112
436
+ #: includes/class-wp-job-manager-post-types.php:167
437
+ msgid "Parent %s"
438
+ msgstr ""
439
+
440
+ #: includes/class-wp-job-manager-post-types.php:70
441
+ #: includes/class-wp-job-manager-post-types.php:113
442
+ msgid "Parent %s:"
443
+ msgstr ""
444
+
445
+ #: includes/class-wp-job-manager-post-types.php:71
446
+ #: includes/class-wp-job-manager-post-types.php:114
447
+ #: includes/class-wp-job-manager-post-types.php:160
448
+ msgid "Edit %s"
449
+ msgstr ""
450
+
451
+ #: includes/class-wp-job-manager-post-types.php:72
452
+ #: includes/class-wp-job-manager-post-types.php:115
453
+ msgid "Update %s"
454
+ msgstr ""
455
+
456
+ #: includes/class-wp-job-manager-post-types.php:73
457
+ #: includes/class-wp-job-manager-post-types.php:116
458
+ msgid "Add New %s"
459
+ msgstr ""
460
+
461
+ #: includes/class-wp-job-manager-post-types.php:74
462
+ #: includes/class-wp-job-manager-post-types.php:117
463
+ msgid "New %s Name"
464
+ msgstr ""
465
+
466
+ #: includes/class-wp-job-manager-post-types.php:89
467
+ msgid "Job Type"
468
+ msgstr ""
469
+
470
+ #: includes/class-wp-job-manager-post-types.php:90
471
+ msgid "Job Types"
472
+ msgstr ""
473
+
474
+ #: includes/class-wp-job-manager-post-types.php:94
475
+ msgctxt "Job type slug - resave permalinks after changing this"
476
+ msgid "job-type"
477
+ msgstr ""
478
+
479
+ #: includes/class-wp-job-manager-post-types.php:134
480
+ msgid "Job Listing"
481
+ msgstr ""
482
+
483
+ #: includes/class-wp-job-manager-post-types.php:138
484
+ msgctxt "Post type archive slug - resave permalinks after changing this"
485
+ msgid "jobs"
486
+ msgstr ""
487
+
488
+ #: includes/class-wp-job-manager-post-types.php:144
489
+ msgctxt "Job permalink - resave permalinks after changing this"
490
+ msgid "job"
491
+ msgstr ""
492
+
493
+ #: includes/class-wp-job-manager-post-types.php:157
494
+ msgid "Add New"
495
+ msgstr ""
496
+
497
+ #: includes/class-wp-job-manager-post-types.php:158
498
+ msgid "Add %s"
499
+ msgstr ""
500
+
501
+ #: includes/class-wp-job-manager-post-types.php:161
502
+ msgid "New %s"
503
+ msgstr ""
504
+
505
+ #: includes/class-wp-job-manager-post-types.php:162
506
+ #: includes/class-wp-job-manager-post-types.php:163
507
+ msgid "View %s"
508
+ msgstr ""
509
+
510
+ #: includes/class-wp-job-manager-post-types.php:165
511
+ msgid "No %s found"
512
+ msgstr ""
513
+
514
+ #: includes/class-wp-job-manager-post-types.php:166
515
+ msgid "No %s found in trash"
516
+ msgstr ""
517
+
518
+ #: includes/class-wp-job-manager-post-types.php:169
519
+ msgid "This is where you can create and manage job listings."
520
+ msgstr ""
521
+
522
+ #: includes/class-wp-job-manager-post-types.php:204
523
+ msgctxt "job_listing"
524
+ msgid "Expired"
525
+ msgstr ""
526
+
527
+ #: includes/class-wp-job-manager-post-types.php:209
528
+ msgid "Expired <span class=\"count\">(%s)</span>"
529
+ msgid_plural "Expired <span class=\"count\">(%s)</span>"
530
+ msgstr[0] ""
531
+ msgstr[1] ""
532
+
533
+ #: includes/class-wp-job-manager-shortcodes.php:61
534
+ msgid "Invalid Job ID"
535
+ msgstr ""
536
+
537
+ #: includes/class-wp-job-manager-shortcodes.php:67
538
+ msgid "This job is already filled"
539
+ msgstr ""
540
+
541
+ #: includes/class-wp-job-manager-shortcodes.php:73
542
+ msgid "%s has been filled"
543
+ msgstr ""
544
+
545
+ #: includes/class-wp-job-manager-shortcodes.php:78
546
+ msgid "This job is already not filled"
547
+ msgstr ""
548
+
549
+ #: includes/class-wp-job-manager-shortcodes.php:84
550
+ msgid "%s has been marked as not filled"
551
+ msgstr ""
552
+
553
+ #: includes/class-wp-job-manager-shortcodes.php:91
554
+ msgid "%s has been deleted"
555
+ msgstr ""
556
+
557
+ #: includes/class-wp-job-manager-shortcodes.php:111
558
+ msgid "You need to be signed in to manage your job listings."
559
+ msgstr ""
560
+
561
+ #: includes/class-wp-job-manager-shortcodes.php:195
562
+ #: includes/class-wp-job-manager-shortcodes.php:225
563
+ msgid "Load more job listings"
564
+ msgstr ""
565
+
566
+ #: includes/class-wp-job-manager-widgets.php:139
567
+ msgid "Display a list of the most recent jobs on your site."
568
+ msgstr ""
569
+
570
+ #: includes/class-wp-job-manager-widgets.php:141
571
+ msgid "Recent Job Listings"
572
+ msgstr ""
573
+
574
+ #: includes/class-wp-job-manager-widgets.php:145
575
+ msgid "Recent Jobs"
576
+ msgstr ""
577
+
578
+ #: includes/class-wp-job-manager-widgets.php:146
579
+ msgid "Title"
580
+ msgstr ""
581
+
582
+ #: includes/class-wp-job-manager-widgets.php:154
583
+ msgid "Number of jobs to show"
584
+ msgstr ""
585
+
586
+ #: includes/forms/class-wp-job-manager-form-edit-job.php:43
587
+ msgid "Invalid job"
588
+ msgstr ""
589
+
590
+ #: includes/forms/class-wp-job-manager-form-edit-job.php:86
591
+ msgid "Update job listing"
592
+ msgstr ""
593
+
594
+ #: includes/forms/class-wp-job-manager-form-edit-job.php:111
595
+ msgid "Your changes have been saved."
596
+ msgstr ""
597
+
598
+ #: includes/forms/class-wp-job-manager-form-edit-job.php:111
599
+ msgid "View Job Listing &rarr;"
600
+ msgstr ""
601
+
602
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:22
603
+ msgid "Submit Details"
604
+ msgstr ""
605
+
606
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:28
607
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:555
608
+ msgid "Preview"
609
+ msgstr ""
610
+
611
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:34
612
+ msgid "Done"
613
+ msgstr ""
614
+
615
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:106
616
+ msgid "Job title"
617
+ msgstr ""
618
+
619
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:121
620
+ msgid "Job type"
621
+ msgstr ""
622
+
623
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:129
624
+ msgid "Job category"
625
+ msgstr ""
626
+
627
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:137
628
+ msgid "Description"
629
+ msgstr ""
630
+
631
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:147
632
+ msgid "Enter an email address or website URL"
633
+ msgstr ""
634
+
635
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:156
636
+ msgid "Enter the name of the company"
637
+ msgstr ""
638
+
639
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:160
640
+ #: templates/content-single-job_listing.php:32
641
+ msgid "Website"
642
+ msgstr ""
643
+
644
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:163
645
+ msgid "http://"
646
+ msgstr ""
647
+
648
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:167
649
+ msgid "Tagline"
650
+ msgstr ""
651
+
652
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:170
653
+ msgid "Briefly describe your company"
654
+ msgstr ""
655
+
656
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:175
657
+ msgid "Twitter username"
658
+ msgstr ""
659
+
660
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:178
661
+ msgid "@yourcompany"
662
+ msgstr ""
663
+
664
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:182
665
+ msgid "Logo"
666
+ msgstr ""
667
+
668
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:293
669
+ msgid "%s is a required field"
670
+ msgstr ""
671
+
672
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:406
673
+ msgid "Preview job listing &rarr;"
674
+ msgstr ""
675
+
676
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:441
677
+ msgid "You must be signed in to post a new job listing."
678
+ msgstr ""
679
+
680
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:549
681
+ msgid "Submit Listing &rarr;"
682
+ msgstr ""
683
+
684
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:550
685
+ msgid "&larr; Edit listing"
686
+ msgstr ""
687
+
688
+ #: includes/forms/class-wp-job-manager-form-submit-job.php:633
689
+ msgid "\"%s\" needs to be one of the following file types: %s"
690
+ msgstr ""
691
+
692
+ #: templates/account-signin.php:4
693
+ msgid "Your account"
694
+ msgstr ""
695
+
696
+ #: templates/account-signin.php:8
697
+ msgid "You are currently signed in as <strong>%s</strong>."
698
+ msgstr ""
699
+
700
+ #: templates/account-signin.php:11
701
+ msgid "Sign out"
702
+ msgstr ""
703
+
704
+ #: templates/account-signin.php:21
705
+ msgid "Have an account?"
706
+ msgstr ""
707
+
708
+ #: templates/account-signin.php:23
709
+ msgid "Sign in"
710
+ msgstr ""
711
+
712
+ #: templates/account-signin.php:27
713
+ msgid ""
714
+ "If you don&lsquo;t have an account you can %screate one below by entering "
715
+ "your email address. A password will be automatically emailed to you."
716
+ msgstr ""
717
+
718
+ #: templates/account-signin.php:27
719
+ msgid "optionally"
720
+ msgstr ""
721
+
722
+ #: templates/account-signin.php:31
723
+ msgid "You must sign in to create a new job listing."
724
+ msgstr ""
725
+
726
+ #: templates/account-signin.php:38
727
+ msgid "Your email"
728
+ msgstr ""
729
+
730
+ #: templates/account-signin.php:38 templates/job-submit.php:24
731
+ #: templates/job-submit.php:41
732
+ msgid "(optional)"
733
+ msgstr ""
734
+
735
+ #: templates/content-job_listing.php:16
736
+ #: templates/content-single-job_listing.php:19
737
+ #: templates/content-summary-job_listing.php:14
738
+ msgid "Posted %s ago"
739
+ msgstr ""
740
+
741
+ #: templates/content-single-job_listing.php:8
742
+ msgid "This job listing has expired"
743
+ msgstr ""
744
+
745
+ #: templates/content-single-job_listing.php:22
746
+ msgid "This position has been filled"
747
+ msgstr ""
748
+
749
+ #: templates/form-fields/file-field.php:6
750
+ msgid "remove"
751
+ msgstr ""
752
+
753
+ #: templates/form-fields/file-field.php:6
754
+ msgid "or"
755
+ msgstr ""
756
+
757
+ #: templates/form-fields/file-field.php:16
758
+ msgid "Max. file size: %s."
759
+ msgstr ""
760
+
761
+ #: templates/job-application.php:5
762
+ msgid "Apply for job"
763
+ msgstr ""
764
+
765
+ #: templates/job-application.php:12
766
+ msgid ""
767
+ "To apply for this job <strong>email your details to</strong> <a "
768
+ "class=\"job_application_email\" href=\"mailto:%1$s%2$s\">%1$s</a>"
769
+ msgstr ""
770
+
771
+ #: templates/job-application.php:14
772
+ msgid "Apply using webmail: "
773
+ msgstr ""
774
+
775
+ #: templates/job-application.php:28
776
+ msgid ""
777
+ "To apply for this job please visit the following URL: <a href=\"%1$s\">%1$s "
778
+ "&rarr;</a>"
779
+ msgstr ""
780
+
781
+ #: templates/job-dashboard.php:2
782
+ msgid ""
783
+ "Your job listings are shown in the table below. Expired listings will be "
784
+ "automatically removed after 30 days."
785
+ msgstr ""
786
+
787
+ #: templates/job-dashboard.php:6
788
+ msgid "Job Title"
789
+ msgstr ""
790
+
791
+ #: templates/job-dashboard.php:7
792
+ msgid "Date Posted"
793
+ msgstr ""
794
+
795
+ #: templates/job-dashboard.php:16
796
+ msgid "You do not have any active job listings."
797
+ msgstr ""
798
+
799
+ #: templates/job-dashboard.php:36
800
+ msgid "Mark not filled"
801
+ msgstr ""
802
+
803
+ #: templates/job-dashboard.php:38
804
+ msgid "Mark filled"
805
+ msgstr ""
806
+
807
+ #: templates/job-filters.php:8
808
+ msgid "Keywords"
809
+ msgstr ""
810
+
811
+ #: templates/job-filters.php:9
812
+ msgid "All Jobs"
813
+ msgstr ""
814
+
815
+ #: templates/job-filters.php:13
816
+ msgid "Location"
817
+ msgstr ""
818
+
819
+ #: templates/job-filters.php:14
820
+ msgid "Any Location"
821
+ msgstr ""
822
+
823
+ #: templates/job-filters.php:23
824
+ msgid "Category"
825
+ msgstr ""
826
+
827
+ #: templates/job-filters.php:24
828
+ msgid "All Job Categories"
829
+ msgstr ""
830
+
831
+ #: templates/job-submit.php:35
832
+ msgid "Company details"
833
+ msgstr ""
834
+
835
+ #: templates/job-submitted.php:4
836
+ msgid ""
837
+ "Job listed successfully. To view your job listing <a href=\"%s\">click "
838
+ "here</a>."
839
+ msgstr ""
840
+
841
+ #: templates/job-submitted.php:7
842
+ msgid ""
843
+ "Job submitted successfully. Your job listing will be visible once approved."
844
+ msgstr ""
845
+
846
+ #: wp-job-manager-functions.php:214
847
+ msgid "Reset"
848
+ msgstr ""
849
+
850
+ #: wp-job-manager-functions.php:218
851
+ msgid "RSS"
852
+ msgstr ""
853
+
854
+ #: wp-job-manager-functions.php:268
855
+ msgid "Your email address isn&#8217;t correct."
856
+ msgstr ""
857
+
858
+ #: wp-job-manager-functions.php:271
859
+ msgid "This email is already registered, please choose another one."
860
+ msgstr ""
861
+
862
+ #: wp-job-manager-template.php:116
863
+ msgid "Active"
864
+ msgstr ""
865
+
866
+ #: wp-job-manager-template.php:118
867
+ msgid "Expired"
868
+ msgstr ""
869
+
870
+ #: wp-job-manager-template.php:120
871
+ msgid "Pending Review"
872
+ msgstr ""
873
+
874
+ #: wp-job-manager-template.php:122
875
+ msgid "Inactive"
876
+ msgstr ""
877
+
878
+ #: wp-job-manager-template.php:197
879
+ msgid "Job Application via \"%s\" listing on %s"
880
+ msgstr ""
881
+
882
+ #: wp-job-manager-template.php:255
883
+ msgid "Anywhere"
884
+ msgstr ""
885
+
886
+ #: wp-job-manager.php:96
887
+ msgid "Are you sure you want to delete this job?"
888
+ msgstr ""
889
+
890
+ #. Plugin Name of the plugin/theme
891
+ msgid "WP Job Manager"
892
+ msgstr ""
893
+
894
+ #. Plugin URI of the plugin/theme
895
+ msgid "http://mikejolley.com/projects/wp-job-manager/"
896
+ msgstr ""
897
+
898
+ #. Description of the plugin/theme
899
+ msgid ""
900
+ "Manage job listings from the WordPress admin panel, and allow users to post "
901
+ "jobs directly to your site."
902
+ msgstr ""
903
+
904
+ #. Author of the plugin/theme
905
+ msgid "Mike Jolley"
906
+ msgstr ""
907
+
908
+ #. Author URI of the plugin/theme
909
+ msgid "http://mikejolley.com"
910
+ msgstr ""
languages/wp-job-manager-pt_BR.mo CHANGED
Binary file
languages/wp-job-manager-pt_BR.po CHANGED
@@ -2,12 +2,13 @@
2
  # This file is distributed under the same license as the WP Job Manager package.
3
  # Translators:
4
  # claudiosmweb <contato@claudiosmweb.com>, 2014
 
5
  msgid ""
6
  msgstr ""
7
  "Project-Id-Version: WP Job Manager\n"
8
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-job-manager\n"
9
- "POT-Creation-Date: 2014-02-01 15:24:41+00:00\n"
10
- "PO-Revision-Date: 2014-02-01 14:28+0000\n"
11
  "Last-Translator: claudiosmweb <contato@claudiosmweb.com>\n"
12
  "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/wp-job-manager/language/pt_BR/)\n"
13
  "MIME-Version: 1.0\n"
@@ -168,115 +169,125 @@ msgstr "Editar"
168
  msgid "Delete"
169
  msgstr "Eliminar"
170
 
171
- #: includes/admin/class-wp-job-manager-settings.php:31
172
  #: includes/class-wp-job-manager-post-types.php:135
173
  #: includes/class-wp-job-manager-post-types.php:225
174
  msgid "Job Listings"
175
  msgstr "Empregos"
176
 
177
- #: includes/admin/class-wp-job-manager-settings.php:37
178
  msgid "Jobs per page"
179
  msgstr "Vagas por página"
180
 
181
- #: includes/admin/class-wp-job-manager-settings.php:38
182
  msgid "How many jobs should be shown per page by default?"
183
  msgstr "Quantos vagas devem ser mostrados por página, por padrão?"
184
 
185
- #: includes/admin/class-wp-job-manager-settings.php:44
186
  msgid "Filled positions"
187
  msgstr "Posições preenchidas"
188
 
189
- #: includes/admin/class-wp-job-manager-settings.php:45
190
  msgid "Hide filled positions"
191
  msgstr "Esconder posições preenchidas"
192
 
193
- #: includes/admin/class-wp-job-manager-settings.php:46
194
  msgid "If enabled, filled positions will be hidden from the job list."
195
  msgstr "Se ativo, as posições preenchidas serão escondidas da lista."
196
 
197
- #: includes/admin/class-wp-job-manager-settings.php:53
198
  msgid "Job categories"
199
  msgstr "Áreas de Atuação"
200
 
201
- #: includes/admin/class-wp-job-manager-settings.php:54
202
  msgid "Enable job categories"
203
  msgstr "Ativar áreas de atuação de vagas"
204
 
205
- #: includes/admin/class-wp-job-manager-settings.php:55
206
  msgid ""
207
  "Choose whether to enable job categories. Categories must be setup by an "
208
  "admin for users to choose during job submission."
209
  msgstr "Escolha se deseja ativar áreas de atuação. As áreas de atuação deverão ser criadas por um administrador para que os usuários possam escolher quando enviarem uma vaga."
210
 
211
- #: includes/admin/class-wp-job-manager-settings.php:62
212
  msgid "Job Submission"
213
  msgstr "Envio de Vaga"
214
 
215
- #: includes/admin/class-wp-job-manager-settings.php:67
216
  msgid "Account creation"
217
  msgstr "Criação de conta"
218
 
219
- #: includes/admin/class-wp-job-manager-settings.php:68
220
  msgid "Allow account creation"
221
  msgstr "Permitir a criação de conta"
222
 
223
- #: includes/admin/class-wp-job-manager-settings.php:69
224
  msgid ""
225
  "If enabled, non-logged in users will be able to create an account by "
226
  "entering their email address on the job submission form."
227
  msgstr "Caso esteja ativa, usuários não autenticados terão de criar uma conta digitando o email no formulário de envio da vaga."
228
 
229
- #: includes/admin/class-wp-job-manager-settings.php:76
 
 
 
 
 
 
 
 
 
 
230
  msgid "Account required"
231
  msgstr "Conta obrigatória"
232
 
233
- #: includes/admin/class-wp-job-manager-settings.php:77
234
  msgid "Job submission requires an account"
235
  msgstr "O envio de vagas necessita uma conta"
236
 
237
- #: includes/admin/class-wp-job-manager-settings.php:78
238
  msgid ""
239
  "If disabled, non-logged in users will be able to submit job listings without"
240
  " creating an account."
241
  msgstr "Caso esteja desativado, usuários não autenticados poderão enviar vagas de emprego sem criar uma conta."
242
 
243
- #: includes/admin/class-wp-job-manager-settings.php:85
244
  msgid "Approval Required"
245
  msgstr "Aprovação Necessária"
246
 
247
- #: includes/admin/class-wp-job-manager-settings.php:86
248
  msgid "New submissions require admin approval"
249
  msgstr "Novas vagas necessitam a aprovação de um administrador"
250
 
251
- #: includes/admin/class-wp-job-manager-settings.php:87
252
  msgid "If enabled, new submissions will be inactive, pending admin approval."
253
  msgstr "Caso esteja ativa, novos envios ficarão inativos, esperando aprovação de um administrador."
254
 
255
- #: includes/admin/class-wp-job-manager-settings.php:94
256
  msgid "Listing duration"
257
  msgstr "Duração da vaga"
258
 
259
- #: includes/admin/class-wp-job-manager-settings.php:95
260
  msgid ""
261
  "How many <strong>days</strong> listings are live before expiring. Can be "
262
  "left blank to never expire."
263
  msgstr "Por quantos <strong>dias</strong> as vagas estarão ativas até que expirem. Deixe em branco para nunca expirarem."
264
 
265
- #: includes/admin/class-wp-job-manager-settings.php:101
266
  msgid "Submit Page Slug"
267
  msgstr "Slug da Página de Envio"
268
 
269
- #: includes/admin/class-wp-job-manager-settings.php:102
270
  msgid ""
271
  "Enter the slug of the page where you have placed the [submit_job_form] "
272
  "shortcode. This lets the plugin know where the form is located."
273
  msgstr "Digite o slug da página em que o shortcode [submit_job_form] foi colocado. Isto permite que o plugin saiba onde o formulário está."
274
 
275
- #: includes/admin/class-wp-job-manager-settings.php:154
276
  msgid "Settings successfully saved"
277
  msgstr "Configurações salvas com sucesso"
278
 
279
- #: includes/admin/class-wp-job-manager-settings.php:233
280
  msgid "Save Changes"
281
  msgstr "Salvar Alterações"
282
 
@@ -392,6 +403,10 @@ msgstr "Nenhum resultado foi encontrado"
392
  msgid "Query limit reached"
393
  msgstr "Limite de consulta atingido"
394
 
 
 
 
 
395
  #: includes/class-wp-job-manager-post-types.php:45
396
  msgid "Job Category"
397
  msgstr "Área de Atuação"
@@ -544,8 +559,8 @@ msgstr "%s foi apagada"
544
  msgid "You need to be signed in to manage your job listings."
545
  msgstr "Você precisa se autenticar para gerenciar suas vagas de emprego."
546
 
547
- #: includes/class-wp-job-manager-shortcodes.php:187
548
- #: includes/class-wp-job-manager-shortcodes.php:217
549
  msgid "Load more job listings"
550
  msgstr "Carregar mais vagas de emprego"
551
 
@@ -714,7 +729,7 @@ msgid "Your email"
714
  msgstr "Seu email"
715
 
716
  #: templates/account-signin.php:38 templates/job-submit.php:24
717
- #: templates/job-submit.php:40
718
  msgid "(optional)"
719
  msgstr "(opcional)"
720
 
@@ -746,7 +761,7 @@ msgstr "Tamanho máximo: %s."
746
 
747
  #: templates/job-application.php:5
748
  msgid "Apply for job"
749
- msgstr "Çandidatar-se à vaga"
750
 
751
  #: templates/job-application.php:12
752
  msgid ""
@@ -814,7 +829,7 @@ msgstr "Área de atuação"
814
  msgid "All Job Categories"
815
  msgstr "Todas as Áreas"
816
 
817
- #: templates/job-submit.php:34
818
  msgid "Company details"
819
  msgstr "Detalhes da Empresa"
820
 
@@ -829,19 +844,19 @@ msgid ""
829
  "Job submitted successfully. Your job listing will be visible once approved."
830
  msgstr "Vaga enviada com sucesso. Sua vaga será exibida quando for aprovada."
831
 
832
- #: wp-job-manager-functions.php:196
833
  msgid "Reset"
834
  msgstr "Limpar"
835
 
836
- #: wp-job-manager-functions.php:200
837
  msgid "RSS"
838
  msgstr "RSS"
839
 
840
- #: wp-job-manager-functions.php:250
841
  msgid "Your email address isn&#8217;t correct."
842
  msgstr "Seu email não está correto."
843
 
844
- #: wp-job-manager-functions.php:253
845
  msgid "This email is already registered, please choose another one."
846
  msgstr "Este email já está registrado, por favor, escolha outro."
847
 
@@ -861,6 +876,10 @@ msgstr "Revisão Pendente"
861
  msgid "Inactive"
862
  msgstr "Inativo"
863
 
 
 
 
 
864
  #: wp-job-manager-template.php:255
865
  msgid "Anywhere"
866
  msgstr "Em qualquer lugar"
2
  # This file is distributed under the same license as the WP Job Manager package.
3
  # Translators:
4
  # claudiosmweb <contato@claudiosmweb.com>, 2014
5
+ # vmassuchetto <vmassuchetto@gmail.com>, 2014
6
  msgid ""
7
  msgstr ""
8
  "Project-Id-Version: WP Job Manager\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-job-manager\n"
10
+ "POT-Creation-Date: 2014-03-01 18:44:04+00:00\n"
11
+ "PO-Revision-Date: 2014-03-04 20:41+0000\n"
12
  "Last-Translator: claudiosmweb <contato@claudiosmweb.com>\n"
13
  "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/wp-job-manager/language/pt_BR/)\n"
14
  "MIME-Version: 1.0\n"
169
  msgid "Delete"
170
  msgstr "Eliminar"
171
 
172
+ #: includes/admin/class-wp-job-manager-settings.php:42
173
  #: includes/class-wp-job-manager-post-types.php:135
174
  #: includes/class-wp-job-manager-post-types.php:225
175
  msgid "Job Listings"
176
  msgstr "Empregos"
177
 
178
+ #: includes/admin/class-wp-job-manager-settings.php:48
179
  msgid "Jobs per page"
180
  msgstr "Vagas por página"
181
 
182
+ #: includes/admin/class-wp-job-manager-settings.php:49
183
  msgid "How many jobs should be shown per page by default?"
184
  msgstr "Quantos vagas devem ser mostrados por página, por padrão?"
185
 
186
+ #: includes/admin/class-wp-job-manager-settings.php:55
187
  msgid "Filled positions"
188
  msgstr "Posições preenchidas"
189
 
190
+ #: includes/admin/class-wp-job-manager-settings.php:56
191
  msgid "Hide filled positions"
192
  msgstr "Esconder posições preenchidas"
193
 
194
+ #: includes/admin/class-wp-job-manager-settings.php:57
195
  msgid "If enabled, filled positions will be hidden from the job list."
196
  msgstr "Se ativo, as posições preenchidas serão escondidas da lista."
197
 
198
+ #: includes/admin/class-wp-job-manager-settings.php:64
199
  msgid "Job categories"
200
  msgstr "Áreas de Atuação"
201
 
202
+ #: includes/admin/class-wp-job-manager-settings.php:65
203
  msgid "Enable job categories"
204
  msgstr "Ativar áreas de atuação de vagas"
205
 
206
+ #: includes/admin/class-wp-job-manager-settings.php:66
207
  msgid ""
208
  "Choose whether to enable job categories. Categories must be setup by an "
209
  "admin for users to choose during job submission."
210
  msgstr "Escolha se deseja ativar áreas de atuação. As áreas de atuação deverão ser criadas por um administrador para que os usuários possam escolher quando enviarem uma vaga."
211
 
212
+ #: includes/admin/class-wp-job-manager-settings.php:73
213
  msgid "Job Submission"
214
  msgstr "Envio de Vaga"
215
 
216
+ #: includes/admin/class-wp-job-manager-settings.php:78
217
  msgid "Account creation"
218
  msgstr "Criação de conta"
219
 
220
+ #: includes/admin/class-wp-job-manager-settings.php:79
221
  msgid "Allow account creation"
222
  msgstr "Permitir a criação de conta"
223
 
224
+ #: includes/admin/class-wp-job-manager-settings.php:80
225
  msgid ""
226
  "If enabled, non-logged in users will be able to create an account by "
227
  "entering their email address on the job submission form."
228
  msgstr "Caso esteja ativa, usuários não autenticados terão de criar uma conta digitando o email no formulário de envio da vaga."
229
 
230
+ #: includes/admin/class-wp-job-manager-settings.php:87
231
+ msgid "Account Role"
232
+ msgstr "Papel da Conta"
233
+
234
+ #: includes/admin/class-wp-job-manager-settings.php:88
235
+ msgid ""
236
+ "If you enable registration on your job submission form, choose a role for "
237
+ "the new user."
238
+ msgstr "Escolha um papel para os novos usuários se você habilitar o registro em seu formulário de cadastro de vagas."
239
+
240
+ #: includes/admin/class-wp-job-manager-settings.php:95
241
  msgid "Account required"
242
  msgstr "Conta obrigatória"
243
 
244
+ #: includes/admin/class-wp-job-manager-settings.php:96
245
  msgid "Job submission requires an account"
246
  msgstr "O envio de vagas necessita uma conta"
247
 
248
+ #: includes/admin/class-wp-job-manager-settings.php:97
249
  msgid ""
250
  "If disabled, non-logged in users will be able to submit job listings without"
251
  " creating an account."
252
  msgstr "Caso esteja desativado, usuários não autenticados poderão enviar vagas de emprego sem criar uma conta."
253
 
254
+ #: includes/admin/class-wp-job-manager-settings.php:104
255
  msgid "Approval Required"
256
  msgstr "Aprovação Necessária"
257
 
258
+ #: includes/admin/class-wp-job-manager-settings.php:105
259
  msgid "New submissions require admin approval"
260
  msgstr "Novas vagas necessitam a aprovação de um administrador"
261
 
262
+ #: includes/admin/class-wp-job-manager-settings.php:106
263
  msgid "If enabled, new submissions will be inactive, pending admin approval."
264
  msgstr "Caso esteja ativa, novos envios ficarão inativos, esperando aprovação de um administrador."
265
 
266
+ #: includes/admin/class-wp-job-manager-settings.php:113
267
  msgid "Listing duration"
268
  msgstr "Duração da vaga"
269
 
270
+ #: includes/admin/class-wp-job-manager-settings.php:114
271
  msgid ""
272
  "How many <strong>days</strong> listings are live before expiring. Can be "
273
  "left blank to never expire."
274
  msgstr "Por quantos <strong>dias</strong> as vagas estarão ativas até que expirem. Deixe em branco para nunca expirarem."
275
 
276
+ #: includes/admin/class-wp-job-manager-settings.php:120
277
  msgid "Submit Page Slug"
278
  msgstr "Slug da Página de Envio"
279
 
280
+ #: includes/admin/class-wp-job-manager-settings.php:121
281
  msgid ""
282
  "Enter the slug of the page where you have placed the [submit_job_form] "
283
  "shortcode. This lets the plugin know where the form is located."
284
  msgstr "Digite o slug da página em que o shortcode [submit_job_form] foi colocado. Isto permite que o plugin saiba onde o formulário está."
285
 
286
+ #: includes/admin/class-wp-job-manager-settings.php:173
287
  msgid "Settings successfully saved"
288
  msgstr "Configurações salvas com sucesso"
289
 
290
+ #: includes/admin/class-wp-job-manager-settings.php:252
291
  msgid "Save Changes"
292
  msgstr "Salvar Alterações"
293
 
403
  msgid "Query limit reached"
404
  msgstr "Limite de consulta atingido"
405
 
406
+ #: includes/class-wp-job-manager-install.php:40
407
+ msgid "Employer"
408
+ msgstr "Empregador"
409
+
410
  #: includes/class-wp-job-manager-post-types.php:45
411
  msgid "Job Category"
412
  msgstr "Área de Atuação"
559
  msgid "You need to be signed in to manage your job listings."
560
  msgstr "Você precisa se autenticar para gerenciar suas vagas de emprego."
561
 
562
+ #: includes/class-wp-job-manager-shortcodes.php:195
563
+ #: includes/class-wp-job-manager-shortcodes.php:225
564
  msgid "Load more job listings"
565
  msgstr "Carregar mais vagas de emprego"
566
 
729
  msgstr "Seu email"
730
 
731
  #: templates/account-signin.php:38 templates/job-submit.php:24
732
+ #: templates/job-submit.php:41
733
  msgid "(optional)"
734
  msgstr "(opcional)"
735
 
761
 
762
  #: templates/job-application.php:5
763
  msgid "Apply for job"
764
+ msgstr "Candidatar-se à vaga"
765
 
766
  #: templates/job-application.php:12
767
  msgid ""
829
  msgid "All Job Categories"
830
  msgstr "Todas as Áreas"
831
 
832
+ #: templates/job-submit.php:35
833
  msgid "Company details"
834
  msgstr "Detalhes da Empresa"
835
 
844
  "Job submitted successfully. Your job listing will be visible once approved."
845
  msgstr "Vaga enviada com sucesso. Sua vaga será exibida quando for aprovada."
846
 
847
+ #: wp-job-manager-functions.php:214
848
  msgid "Reset"
849
  msgstr "Limpar"
850
 
851
+ #: wp-job-manager-functions.php:218
852
  msgid "RSS"
853
  msgstr "RSS"
854
 
855
+ #: wp-job-manager-functions.php:268
856
  msgid "Your email address isn&#8217;t correct."
857
  msgstr "Seu email não está correto."
858
 
859
+ #: wp-job-manager-functions.php:271
860
  msgid "This email is already registered, please choose another one."
861
  msgstr "Este email já está registrado, por favor, escolha outro."
862
 
876
  msgid "Inactive"
877
  msgstr "Inativo"
878
 
879
+ #: wp-job-manager-template.php:197
880
+ msgid "Job Application via \"%s\" listing on %s"
881
+ msgstr "Vaga via \"%s\" listada em %s"
882
+
883
  #: wp-job-manager-template.php:255
884
  msgid "Anywhere"
885
  msgstr "Em qualquer lugar"
languages/wp-job-manager-pt_PT.mo CHANGED
Binary file
languages/wp-job-manager-pt_PT.po CHANGED
@@ -2,12 +2,13 @@
2
  # This file is distributed under the same license as the WP Job Manager package.
3
  # Translators:
4
  # zedejose <jfontainhas@gmail.com>, 2014
 
5
  msgid ""
6
  msgstr ""
7
  "Project-Id-Version: WP Job Manager\n"
8
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-job-manager\n"
9
- "POT-Creation-Date: 2014-02-01 15:24:41+00:00\n"
10
- "PO-Revision-Date: 2014-01-31 08:21+0000\n"
11
  "Last-Translator: mikejolley <mike.jolley@me.com>\n"
12
  "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/wp-job-manager/language/pt_PT/)\n"
13
  "MIME-Version: 1.0\n"
@@ -91,7 +92,7 @@ msgstr "j M, Y @ H:i"
91
 
92
  #: includes/admin/class-wp-job-manager-cpt.php:216
93
  msgid "Job listing draft updated. <a target=\"_blank\" href=\"%s\">Preview Job</a>"
94
- msgstr "Rascunho de anúncio actualizado. <a target=\"_blank\" href=\"%2$s\">Pré-visualizar anúncio</a>"
95
 
96
  #: includes/admin/class-wp-job-manager-cpt.php:235
97
  msgid "Type"
@@ -168,115 +169,125 @@ msgstr "Editar"
168
  msgid "Delete"
169
  msgstr "Eliminar"
170
 
171
- #: includes/admin/class-wp-job-manager-settings.php:31
172
  #: includes/class-wp-job-manager-post-types.php:135
173
  #: includes/class-wp-job-manager-post-types.php:225
174
  msgid "Job Listings"
175
  msgstr "Anúncios"
176
 
177
- #: includes/admin/class-wp-job-manager-settings.php:37
178
  msgid "Jobs per page"
179
  msgstr "Anúncios por página"
180
 
181
- #: includes/admin/class-wp-job-manager-settings.php:38
182
  msgid "How many jobs should be shown per page by default?"
183
  msgstr "Quantos anúncios devem ser mostrados por página, por omissão?"
184
 
185
- #: includes/admin/class-wp-job-manager-settings.php:44
186
  msgid "Filled positions"
187
  msgstr "Posições preenchidas"
188
 
189
- #: includes/admin/class-wp-job-manager-settings.php:45
190
  msgid "Hide filled positions"
191
  msgstr "Esconder posições preenchidas"
192
 
193
- #: includes/admin/class-wp-job-manager-settings.php:46
194
  msgid "If enabled, filled positions will be hidden from the job list."
195
  msgstr "Se activo, as posições preenchidas serão escondidas da lista."
196
 
197
- #: includes/admin/class-wp-job-manager-settings.php:53
198
  msgid "Job categories"
199
  msgstr "Categorias de anúncios"
200
 
201
- #: includes/admin/class-wp-job-manager-settings.php:54
202
  msgid "Enable job categories"
203
  msgstr "Activar categorias de anúncios"
204
 
205
- #: includes/admin/class-wp-job-manager-settings.php:55
206
  msgid ""
207
  "Choose whether to enable job categories. Categories must be setup by an "
208
  "admin for users to choose during job submission."
209
  msgstr "Escolha se quer activar as categorias de anúncios. As categorias deverão ser criadas por um administrador para que os utilizadores as possam escolher aquando da submissão de um anúncio."
210
 
211
- #: includes/admin/class-wp-job-manager-settings.php:62
212
  msgid "Job Submission"
213
  msgstr "Submissão de anúncio"
214
 
215
- #: includes/admin/class-wp-job-manager-settings.php:67
216
  msgid "Account creation"
217
  msgstr "Criação de conta"
218
 
219
- #: includes/admin/class-wp-job-manager-settings.php:68
220
  msgid "Allow account creation"
221
  msgstr "Permitir a criação de conta"
222
 
223
- #: includes/admin/class-wp-job-manager-settings.php:69
224
  msgid ""
225
  "If enabled, non-logged in users will be able to create an account by "
226
  "entering their email address on the job submission form."
227
  msgstr "Com esta opção activa, os utilizadores sem sessão iniciada poderão criar uma conta indicando o seu email no formulário de criação de uma vaga."
228
 
229
- #: includes/admin/class-wp-job-manager-settings.php:76
 
 
 
 
 
 
 
 
 
 
230
  msgid "Account required"
231
  msgstr "Conta obrigatória"
232
 
233
- #: includes/admin/class-wp-job-manager-settings.php:77
234
  msgid "Job submission requires an account"
235
  msgstr "A criação de uma vaga requer uma conta neste site"
236
 
237
- #: includes/admin/class-wp-job-manager-settings.php:78
238
  msgid ""
239
  "If disabled, non-logged in users will be able to submit job listings without"
240
  " creating an account."
241
  msgstr "Com esta opção inactiva, os utilizadores sem sessão iniciada poderão submeter vagas sem criar uma conta neste site."
242
 
243
- #: includes/admin/class-wp-job-manager-settings.php:85
244
  msgid "Approval Required"
245
  msgstr "Aprovação obrigatória"
246
 
247
- #: includes/admin/class-wp-job-manager-settings.php:86
248
  msgid "New submissions require admin approval"
249
  msgstr "As novas submissões requerem aprovação"
250
 
251
- #: includes/admin/class-wp-job-manager-settings.php:87
252
  msgid "If enabled, new submissions will be inactive, pending admin approval."
253
  msgstr "Se activo, as novas submissões fica inactivas e pendentes de aprovação."
254
 
255
- #: includes/admin/class-wp-job-manager-settings.php:94
256
  msgid "Listing duration"
257
  msgstr "Duração do anúncio"
258
 
259
- #: includes/admin/class-wp-job-manager-settings.php:95
260
  msgid ""
261
  "How many <strong>days</strong> listings are live before expiring. Can be "
262
  "left blank to never expire."
263
  msgstr "Quantos <strong>dias</strong> fica activo um anúncio antes de expirar. Pode ser deixado em branco para nunca expirarem."
264
 
265
- #: includes/admin/class-wp-job-manager-settings.php:101
266
  msgid "Submit Page Slug"
267
  msgstr "URL da página de submissão"
268
 
269
- #: includes/admin/class-wp-job-manager-settings.php:102
270
  msgid ""
271
  "Enter the slug of the page where you have placed the [submit_job_form] "
272
  "shortcode. This lets the plugin know where the form is located."
273
  msgstr "Indique o URL (slug) da página onde colocou o short code [submit_job_form]. Isto permite ao plugin saber onde está o formulário."
274
 
275
- #: includes/admin/class-wp-job-manager-settings.php:154
276
  msgid "Settings successfully saved"
277
  msgstr "Opções guardadas"
278
 
279
- #: includes/admin/class-wp-job-manager-settings.php:233
280
  msgid "Save Changes"
281
  msgstr "Guardar alterações"
282
 
@@ -392,6 +403,10 @@ msgstr "Sem resultados"
392
  msgid "Query limit reached"
393
  msgstr "Limite atingido"
394
 
 
 
 
 
395
  #: includes/class-wp-job-manager-post-types.php:45
396
  msgid "Job Category"
397
  msgstr "Categoria"
@@ -544,8 +559,8 @@ msgstr "%s foi eliminado"
544
  msgid "You need to be signed in to manage your job listings."
545
  msgstr "Deve iniciar a sessão para gerir os seus anúncios."
546
 
547
- #: includes/class-wp-job-manager-shortcodes.php:187
548
- #: includes/class-wp-job-manager-shortcodes.php:217
549
  msgid "Load more job listings"
550
  msgstr "Carregar mais anúncios"
551
 
@@ -714,7 +729,7 @@ msgid "Your email"
714
  msgstr "O seu email"
715
 
716
  #: templates/account-signin.php:38 templates/job-submit.php:24
717
- #: templates/job-submit.php:40
718
  msgid "(optional)"
719
  msgstr "(opcional)"
720
 
@@ -814,7 +829,7 @@ msgstr "Categoria"
814
  msgid "All Job Categories"
815
  msgstr "Todas as categorias"
816
 
817
- #: templates/job-submit.php:34
818
  msgid "Company details"
819
  msgstr "A sua informação"
820
 
@@ -829,19 +844,19 @@ msgid ""
829
  "Job submitted successfully. Your job listing will be visible once approved."
830
  msgstr "Anúncio registado com sucesso. Ficará visível uma vez aprovado."
831
 
832
- #: wp-job-manager-functions.php:196
833
  msgid "Reset"
834
  msgstr "Repor"
835
 
836
- #: wp-job-manager-functions.php:200
837
  msgid "RSS"
838
  msgstr "RSS"
839
 
840
- #: wp-job-manager-functions.php:250
841
  msgid "Your email address isn&#8217;t correct."
842
  msgstr "O seu email não está correcto."
843
 
844
- #: wp-job-manager-functions.php:253
845
  msgid "This email is already registered, please choose another one."
846
  msgstr "Esse email já está registado neste site, por favor use outro."
847
 
@@ -861,6 +876,10 @@ msgstr "Pendente de revisão"
861
  msgid "Inactive"
862
  msgstr "Inactivo"
863
 
 
 
 
 
864
  #: wp-job-manager-template.php:255
865
  msgid "Anywhere"
866
  msgstr "Qualquer lugar"
2
  # This file is distributed under the same license as the WP Job Manager package.
3
  # Translators:
4
  # zedejose <jfontainhas@gmail.com>, 2014
5
+ # mikejolley <mike.jolley@me.com>, 2014
6
  msgid ""
7
  msgstr ""
8
  "Project-Id-Version: WP Job Manager\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-job-manager\n"
10
+ "POT-Creation-Date: 2014-03-01 18:44:04+00:00\n"
11
+ "PO-Revision-Date: 2014-03-07 09:48+0000\n"
12
  "Last-Translator: mikejolley <mike.jolley@me.com>\n"
13
  "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/wp-job-manager/language/pt_PT/)\n"
14
  "MIME-Version: 1.0\n"
92
 
93
  #: includes/admin/class-wp-job-manager-cpt.php:216
94
  msgid "Job listing draft updated. <a target=\"_blank\" href=\"%s\">Preview Job</a>"
95
+ msgstr "Rascunho de anúncio actualizado. <a target=\"_blank\" href=\"%s\">Pré-visualizar anúncio</a>"
96
 
97
  #: includes/admin/class-wp-job-manager-cpt.php:235
98
  msgid "Type"
169
  msgid "Delete"
170
  msgstr "Eliminar"
171
 
172
+ #: includes/admin/class-wp-job-manager-settings.php:42
173
  #: includes/class-wp-job-manager-post-types.php:135
174
  #: includes/class-wp-job-manager-post-types.php:225
175
  msgid "Job Listings"
176
  msgstr "Anúncios"
177
 
178
+ #: includes/admin/class-wp-job-manager-settings.php:48
179
  msgid "Jobs per page"
180
  msgstr "Anúncios por página"
181
 
182
+ #: includes/admin/class-wp-job-manager-settings.php:49
183
  msgid "How many jobs should be shown per page by default?"
184
  msgstr "Quantos anúncios devem ser mostrados por página, por omissão?"
185
 
186
+ #: includes/admin/class-wp-job-manager-settings.php:55
187
  msgid "Filled positions"
188
  msgstr "Posições preenchidas"
189
 
190
+ #: includes/admin/class-wp-job-manager-settings.php:56
191
  msgid "Hide filled positions"
192
  msgstr "Esconder posições preenchidas"
193
 
194
+ #: includes/admin/class-wp-job-manager-settings.php:57
195
  msgid "If enabled, filled positions will be hidden from the job list."
196
  msgstr "Se activo, as posições preenchidas serão escondidas da lista."
197
 
198
+ #: includes/admin/class-wp-job-manager-settings.php:64
199
  msgid "Job categories"
200
  msgstr "Categorias de anúncios"
201
 
202
+ #: includes/admin/class-wp-job-manager-settings.php:65
203
  msgid "Enable job categories"
204
  msgstr "Activar categorias de anúncios"
205
 
206
+ #: includes/admin/class-wp-job-manager-settings.php:66
207
  msgid ""
208
  "Choose whether to enable job categories. Categories must be setup by an "
209
  "admin for users to choose during job submission."
210
  msgstr "Escolha se quer activar as categorias de anúncios. As categorias deverão ser criadas por um administrador para que os utilizadores as possam escolher aquando da submissão de um anúncio."
211
 
212
+ #: includes/admin/class-wp-job-manager-settings.php:73
213
  msgid "Job Submission"
214
  msgstr "Submissão de anúncio"
215
 
216
+ #: includes/admin/class-wp-job-manager-settings.php:78
217
  msgid "Account creation"
218
  msgstr "Criação de conta"
219
 
220
+ #: includes/admin/class-wp-job-manager-settings.php:79
221
  msgid "Allow account creation"
222
  msgstr "Permitir a criação de conta"
223
 
224
+ #: includes/admin/class-wp-job-manager-settings.php:80
225
  msgid ""
226
  "If enabled, non-logged in users will be able to create an account by "
227
  "entering their email address on the job submission form."
228
  msgstr "Com esta opção activa, os utilizadores sem sessão iniciada poderão criar uma conta indicando o seu email no formulário de criação de uma vaga."
229
 
230
+ #: includes/admin/class-wp-job-manager-settings.php:87
231
+ msgid "Account Role"
232
+ msgstr ""
233
+
234
+ #: includes/admin/class-wp-job-manager-settings.php:88
235
+ msgid ""
236
+ "If you enable registration on your job submission form, choose a role for "
237
+ "the new user."
238
+ msgstr ""
239
+
240
+ #: includes/admin/class-wp-job-manager-settings.php:95
241
  msgid "Account required"
242
  msgstr "Conta obrigatória"
243
 
244
+ #: includes/admin/class-wp-job-manager-settings.php:96
245
  msgid "Job submission requires an account"
246
  msgstr "A criação de uma vaga requer uma conta neste site"
247
 
248
+ #: includes/admin/class-wp-job-manager-settings.php:97
249
  msgid ""
250
  "If disabled, non-logged in users will be able to submit job listings without"
251
  " creating an account."
252
  msgstr "Com esta opção inactiva, os utilizadores sem sessão iniciada poderão submeter vagas sem criar uma conta neste site."
253
 
254
+ #: includes/admin/class-wp-job-manager-settings.php:104
255
  msgid "Approval Required"
256
  msgstr "Aprovação obrigatória"
257
 
258
+ #: includes/admin/class-wp-job-manager-settings.php:105
259
  msgid "New submissions require admin approval"
260
  msgstr "As novas submissões requerem aprovação"
261
 
262
+ #: includes/admin/class-wp-job-manager-settings.php:106
263
  msgid "If enabled, new submissions will be inactive, pending admin approval."
264
  msgstr "Se activo, as novas submissões fica inactivas e pendentes de aprovação."
265
 
266
+ #: includes/admin/class-wp-job-manager-settings.php:113
267
  msgid "Listing duration"
268
  msgstr "Duração do anúncio"
269
 
270
+ #: includes/admin/class-wp-job-manager-settings.php:114
271
  msgid ""
272
  "How many <strong>days</strong> listings are live before expiring. Can be "
273
  "left blank to never expire."
274
  msgstr "Quantos <strong>dias</strong> fica activo um anúncio antes de expirar. Pode ser deixado em branco para nunca expirarem."
275
 
276
+ #: includes/admin/class-wp-job-manager-settings.php:120
277
  msgid "Submit Page Slug"
278
  msgstr "URL da página de submissão"
279
 
280
+ #: includes/admin/class-wp-job-manager-settings.php:121
281
  msgid ""
282
  "Enter the slug of the page where you have placed the [submit_job_form] "
283
  "shortcode. This lets the plugin know where the form is located."
284
  msgstr "Indique o URL (slug) da página onde colocou o short code [submit_job_form]. Isto permite ao plugin saber onde está o formulário."
285
 
286
+ #: includes/admin/class-wp-job-manager-settings.php:173
287
  msgid "Settings successfully saved"
288
  msgstr "Opções guardadas"
289
 
290
+ #: includes/admin/class-wp-job-manager-settings.php:252
291
  msgid "Save Changes"
292
  msgstr "Guardar alterações"
293
 
403
  msgid "Query limit reached"
404
  msgstr "Limite atingido"
405
 
406
+ #: includes/class-wp-job-manager-install.php:40
407
+ msgid "Employer"
408
+ msgstr ""
409
+
410
  #: includes/class-wp-job-manager-post-types.php:45
411
  msgid "Job Category"
412
  msgstr "Categoria"
559
  msgid "You need to be signed in to manage your job listings."
560
  msgstr "Deve iniciar a sessão para gerir os seus anúncios."
561
 
562
+ #: includes/class-wp-job-manager-shortcodes.php:195
563
+ #: includes/class-wp-job-manager-shortcodes.php:225
564
  msgid "Load more job listings"
565
  msgstr "Carregar mais anúncios"
566
 
729
  msgstr "O seu email"
730
 
731
  #: templates/account-signin.php:38 templates/job-submit.php:24
732
+ #: templates/job-submit.php:41
733
  msgid "(optional)"
734
  msgstr "(opcional)"
735
 
829
  msgid "All Job Categories"
830
  msgstr "Todas as categorias"
831
 
832
+ #: templates/job-submit.php:35
833
  msgid "Company details"
834
  msgstr "A sua informação"
835
 
844
  "Job submitted successfully. Your job listing will be visible once approved."
845
  msgstr "Anúncio registado com sucesso. Ficará visível uma vez aprovado."
846
 
847
+ #: wp-job-manager-functions.php:214
848
  msgid "Reset"
849
  msgstr "Repor"
850
 
851
+ #: wp-job-manager-functions.php:218
852
  msgid "RSS"
853
  msgstr "RSS"
854
 
855
+ #: wp-job-manager-functions.php:268
856
  msgid "Your email address isn&#8217;t correct."
857
  msgstr "O seu email não está correcto."
858
 
859
+ #: wp-job-manager-functions.php:271
860
  msgid "This email is already registered, please choose another one."
861
  msgstr "Esse email já está registado neste site, por favor use outro."
862
 
876
  msgid "Inactive"
877
  msgstr "Inactivo"
878
 
879
+ #: wp-job-manager-template.php:197
880
+ msgid "Job Application via \"%s\" listing on %s"
881
+ msgstr ""
882
+
883
  #: wp-job-manager-template.php:255
884
  msgid "Anywhere"
885
  msgstr "Qualquer lugar"
languages/wp-job-manager-ru_RU.mo CHANGED
Binary file
languages/wp-job-manager-ru_RU.po CHANGED
@@ -1,12 +1,13 @@
1
  # Copyright (C) 2014 WP Job Manager
2
  # This file is distributed under the same license as the WP Job Manager package.
3
  # Translators:
 
4
  msgid ""
5
  msgstr ""
6
  "Project-Id-Version: WP Job Manager\n"
7
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-job-manager\n"
8
- "POT-Creation-Date: 2014-02-01 15:24:41+00:00\n"
9
- "PO-Revision-Date: 2014-01-31 08:21+0000\n"
10
  "Last-Translator: mikejolley <mike.jolley@me.com>\n"
11
  "Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/wp-job-manager/language/ru_RU/)\n"
12
  "MIME-Version: 1.0\n"
@@ -18,15 +19,15 @@ msgstr ""
18
  #: includes/admin/class-wp-job-manager-addons.php:50
19
  #: includes/admin/class-wp-job-manager-admin.php:55
20
  msgid "WP Job Manager Add-ons"
21
- msgstr ""
22
 
23
  #: includes/admin/class-wp-job-manager-admin.php:52
24
  msgid "Settings"
25
- msgstr "Установки"
26
 
27
  #: includes/admin/class-wp-job-manager-admin.php:55
28
  msgid "Add-ons"
29
- msgstr ""
30
 
31
  #: includes/admin/class-wp-job-manager-cpt.php:43
32
  #: includes/admin/class-wp-job-manager-cpt.php:44
@@ -133,12 +134,12 @@ msgstr "Действия"
133
 
134
  #: includes/admin/class-wp-job-manager-cpt.php:267
135
  msgid "Job ID: %d"
136
- msgstr ""
137
 
138
  #: includes/admin/class-wp-job-manager-cpt.php:293
139
  #: includes/admin/class-wp-job-manager-cpt.php:298
140
  msgid "M j, Y"
141
- msgstr ""
142
 
143
  #: includes/admin/class-wp-job-manager-cpt.php:294
144
  msgid "by a guest"
@@ -167,115 +168,125 @@ msgstr "Редактирование"
167
  msgid "Delete"
168
  msgstr "Удаление"
169
 
170
- #: includes/admin/class-wp-job-manager-settings.php:31
171
  #: includes/class-wp-job-manager-post-types.php:135
172
  #: includes/class-wp-job-manager-post-types.php:225
173
  msgid "Job Listings"
174
  msgstr "Вакансии"
175
 
176
- #: includes/admin/class-wp-job-manager-settings.php:37
177
  msgid "Jobs per page"
178
  msgstr "Вакансий на страницу"
179
 
180
- #: includes/admin/class-wp-job-manager-settings.php:38
181
  msgid "How many jobs should be shown per page by default?"
182
  msgstr "Сколько вакансий на странице показывать по умолчанию?"
183
 
184
- #: includes/admin/class-wp-job-manager-settings.php:44
185
  msgid "Filled positions"
186
  msgstr "Заполненные позиции"
187
 
188
- #: includes/admin/class-wp-job-manager-settings.php:45
189
  msgid "Hide filled positions"
190
  msgstr "Скрыть закрытые позиции"
191
 
192
- #: includes/admin/class-wp-job-manager-settings.php:46
193
  msgid "If enabled, filled positions will be hidden from the job list."
194
  msgstr "Если разрешено, заполненные позици будут скрыты из списка вакансий"
195
 
196
- #: includes/admin/class-wp-job-manager-settings.php:53
197
  msgid "Job categories"
198
  msgstr "Список категорий"
199
 
200
- #: includes/admin/class-wp-job-manager-settings.php:54
201
  msgid "Enable job categories"
202
  msgstr "Разрешить список категорий"
203
 
204
- #: includes/admin/class-wp-job-manager-settings.php:55
205
  msgid ""
206
  "Choose whether to enable job categories. Categories must be setup by an "
207
  "admin for users to choose during job submission."
208
  msgstr "Выберите для разрешения категорий. Категории должны быть заданы администратором для выбора в процессе публикации вакансии."
209
 
210
- #: includes/admin/class-wp-job-manager-settings.php:62
211
  msgid "Job Submission"
212
  msgstr "Публикация вакансии"
213
 
214
- #: includes/admin/class-wp-job-manager-settings.php:67
215
  msgid "Account creation"
216
  msgstr "Создание учётной записи"
217
 
218
- #: includes/admin/class-wp-job-manager-settings.php:68
219
  msgid "Allow account creation"
220
  msgstr "Разрешить создание учетной записи"
221
 
222
- #: includes/admin/class-wp-job-manager-settings.php:69
223
  msgid ""
224
  "If enabled, non-logged in users will be able to create an account by "
225
  "entering their email address on the job submission form."
226
  msgstr "Если разрешено, не авторизованный пользователь сможет создать учетную запись введя свой почтовый адрес в форме подачи заявки."
227
 
228
- #: includes/admin/class-wp-job-manager-settings.php:76
 
 
 
 
 
 
 
 
 
 
229
  msgid "Account required"
230
  msgstr "Требуется учетная запись"
231
 
232
- #: includes/admin/class-wp-job-manager-settings.php:77
233
  msgid "Job submission requires an account"
234
  msgstr "Публикация вакансий требует учетной записи"
235
 
236
- #: includes/admin/class-wp-job-manager-settings.php:78
237
  msgid ""
238
  "If disabled, non-logged in users will be able to submit job listings without"
239
  " creating an account."
240
  msgstr "Если запрещено, не авторизованный пользователь сможет публиковать список вакансий без создания учетной записи."
241
 
242
- #: includes/admin/class-wp-job-manager-settings.php:85
243
  msgid "Approval Required"
244
  msgstr "Требуется одобрение."
245
 
246
- #: includes/admin/class-wp-job-manager-settings.php:86
247
  msgid "New submissions require admin approval"
248
  msgstr "Новые заявки требуют одобрения администратора"
249
 
250
- #: includes/admin/class-wp-job-manager-settings.php:87
251
  msgid "If enabled, new submissions will be inactive, pending admin approval."
252
  msgstr "Если включено, новые заявки будут неактивны, ожидая одобрения администратором."
253
 
254
- #: includes/admin/class-wp-job-manager-settings.php:94
255
  msgid "Listing duration"
256
  msgstr "Срок публикации"
257
 
258
- #: includes/admin/class-wp-job-manager-settings.php:95
259
  msgid ""
260
  "How many <strong>days</strong> listings are live before expiring. Can be "
261
  "left blank to never expire."
262
  msgstr "Сколько <strong>дней</strong> вакансия будет находится в списке. Оставьте пустым, чтобы вакансия осталась навсегда."
263
 
264
- #: includes/admin/class-wp-job-manager-settings.php:101
265
  msgid "Submit Page Slug"
266
  msgstr ""
267
 
268
- #: includes/admin/class-wp-job-manager-settings.php:102
269
  msgid ""
270
  "Enter the slug of the page where you have placed the [submit_job_form] "
271
  "shortcode. This lets the plugin know where the form is located."
272
  msgstr ""
273
 
274
- #: includes/admin/class-wp-job-manager-settings.php:154
275
  msgid "Settings successfully saved"
276
  msgstr "Настройки успешно сохранены"
277
 
278
- #: includes/admin/class-wp-job-manager-settings.php:233
279
  msgid "Save Changes"
280
  msgstr "Сохранить изменения"
281
 
@@ -349,11 +360,11 @@ msgstr ""
349
 
350
  #: includes/admin/class-wp-job-manager-writepanels.php:66
351
  msgid "Job Expires"
352
- msgstr ""
353
 
354
  #: includes/admin/class-wp-job-manager-writepanels.php:67
355
  msgid "yyyy-mm-dd"
356
- msgstr ""
357
 
358
  #: includes/admin/class-wp-job-manager-writepanels.php:79
359
  msgid "Job Listing Data"
@@ -385,10 +396,14 @@ msgstr "найдено в &ldquo;%s&rdquo;"
385
 
386
  #: includes/class-wp-job-manager-geocode.php:130
387
  msgid "No results found"
388
- msgstr ""
389
 
390
  #: includes/class-wp-job-manager-geocode.php:133
391
  msgid "Query limit reached"
 
 
 
 
392
  msgstr ""
393
 
394
  #: includes/class-wp-job-manager-post-types.php:45
@@ -544,8 +559,8 @@ msgstr "%s была удалена"
544
  msgid "You need to be signed in to manage your job listings."
545
  msgstr "Вы должны быть авторизованы для управлени своим списком вакансий."
546
 
547
- #: includes/class-wp-job-manager-shortcodes.php:187
548
- #: includes/class-wp-job-manager-shortcodes.php:217
549
  msgid "Load more job listings"
550
  msgstr "Загрузить ещё список вакансий"
551
 
@@ -714,7 +729,7 @@ msgid "Your email"
714
  msgstr "Ваш Email"
715
 
716
  #: templates/account-signin.php:38 templates/job-submit.php:24
717
- #: templates/job-submit.php:40
718
  msgid "(optional)"
719
  msgstr "(необязательно)"
720
 
@@ -722,7 +737,7 @@ msgstr "(необязательно)"
722
  #: templates/content-single-job_listing.php:19
723
  #: templates/content-summary-job_listing.php:14
724
  msgid "Posted %s ago"
725
- msgstr ""
726
 
727
  #: templates/content-single-job_listing.php:8
728
  msgid "This job listing has expired"
@@ -814,7 +829,7 @@ msgstr "Категория"
814
  msgid "All Job Categories"
815
  msgstr "Все категории вакансий"
816
 
817
- #: templates/job-submit.php:34
818
  msgid "Company details"
819
  msgstr "Описание организации"
820
 
@@ -829,19 +844,19 @@ msgid ""
829
  "Job submitted successfully. Your job listing will be visible once approved."
830
  msgstr "Вакансия успеншно отправлена на модерацию и будет доступна сразу же после одобрения."
831
 
832
- #: wp-job-manager-functions.php:196
833
  msgid "Reset"
834
  msgstr "Сброс"
835
 
836
- #: wp-job-manager-functions.php:200
837
  msgid "RSS"
838
  msgstr "RSS"
839
 
840
- #: wp-job-manager-functions.php:250
841
  msgid "Your email address isn&#8217;t correct."
842
  msgstr "Недопустимый адрес электронной почты."
843
 
844
- #: wp-job-manager-functions.php:253
845
  msgid "This email is already registered, please choose another one."
846
  msgstr "Учётная запись для этой электронной почты уже существует, пожалуйста, используйте другую электронную почту."
847
 
@@ -861,6 +876,10 @@ msgstr "Ожидает рассмотрения"
861
  msgid "Inactive"
862
  msgstr "Неактивна"
863
 
 
 
 
 
864
  #: wp-job-manager-template.php:255
865
  msgid "Anywhere"
866
  msgstr "Везде"
@@ -871,7 +890,7 @@ msgstr "Вы уверены, что хотите удалить вакансию
871
 
872
  #. Plugin Name of the plugin/theme
873
  msgid "WP Job Manager"
874
- msgstr ""
875
 
876
  #. Plugin URI of the plugin/theme
877
  msgid "http://mikejolley.com/projects/wp-job-manager/"
@@ -885,8 +904,8 @@ msgstr ""
885
 
886
  #. Author of the plugin/theme
887
  msgid "Mike Jolley"
888
- msgstr ""
889
 
890
  #. Author URI of the plugin/theme
891
  msgid "http://mikejolley.com"
892
- msgstr ""
1
  # Copyright (C) 2014 WP Job Manager
2
  # This file is distributed under the same license as the WP Job Manager package.
3
  # Translators:
4
+ # Nikolay Nakuginkin <translator@mondaystar.ru>, 2014
5
  msgid ""
6
  msgstr ""
7
  "Project-Id-Version: WP Job Manager\n"
8
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-job-manager\n"
9
+ "POT-Creation-Date: 2014-03-01 18:44:04+00:00\n"
10
+ "PO-Revision-Date: 2014-03-02 08:20+0000\n"
11
  "Last-Translator: mikejolley <mike.jolley@me.com>\n"
12
  "Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/wp-job-manager/language/ru_RU/)\n"
13
  "MIME-Version: 1.0\n"
19
  #: includes/admin/class-wp-job-manager-addons.php:50
20
  #: includes/admin/class-wp-job-manager-admin.php:55
21
  msgid "WP Job Manager Add-ons"
22
+ msgstr "Дополнения WP Job Manager"
23
 
24
  #: includes/admin/class-wp-job-manager-admin.php:52
25
  msgid "Settings"
26
+ msgstr "Настройки"
27
 
28
  #: includes/admin/class-wp-job-manager-admin.php:55
29
  msgid "Add-ons"
30
+ msgstr "Дополнения"
31
 
32
  #: includes/admin/class-wp-job-manager-cpt.php:43
33
  #: includes/admin/class-wp-job-manager-cpt.php:44
134
 
135
  #: includes/admin/class-wp-job-manager-cpt.php:267
136
  msgid "Job ID: %d"
137
+ msgstr "Вакансия №: %d"
138
 
139
  #: includes/admin/class-wp-job-manager-cpt.php:293
140
  #: includes/admin/class-wp-job-manager-cpt.php:298
141
  msgid "M j, Y"
142
+ msgstr "j F Y"
143
 
144
  #: includes/admin/class-wp-job-manager-cpt.php:294
145
  msgid "by a guest"
168
  msgid "Delete"
169
  msgstr "Удаление"
170
 
171
+ #: includes/admin/class-wp-job-manager-settings.php:42
172
  #: includes/class-wp-job-manager-post-types.php:135
173
  #: includes/class-wp-job-manager-post-types.php:225
174
  msgid "Job Listings"
175
  msgstr "Вакансии"
176
 
177
+ #: includes/admin/class-wp-job-manager-settings.php:48
178
  msgid "Jobs per page"
179
  msgstr "Вакансий на страницу"
180
 
181
+ #: includes/admin/class-wp-job-manager-settings.php:49
182
  msgid "How many jobs should be shown per page by default?"
183
  msgstr "Сколько вакансий на странице показывать по умолчанию?"
184
 
185
+ #: includes/admin/class-wp-job-manager-settings.php:55
186
  msgid "Filled positions"
187
  msgstr "Заполненные позиции"
188
 
189
+ #: includes/admin/class-wp-job-manager-settings.php:56
190
  msgid "Hide filled positions"
191
  msgstr "Скрыть закрытые позиции"
192
 
193
+ #: includes/admin/class-wp-job-manager-settings.php:57
194
  msgid "If enabled, filled positions will be hidden from the job list."
195
  msgstr "Если разрешено, заполненные позици будут скрыты из списка вакансий"
196
 
197
+ #: includes/admin/class-wp-job-manager-settings.php:64
198
  msgid "Job categories"
199
  msgstr "Список категорий"
200
 
201
+ #: includes/admin/class-wp-job-manager-settings.php:65
202
  msgid "Enable job categories"
203
  msgstr "Разрешить список категорий"
204
 
205
+ #: includes/admin/class-wp-job-manager-settings.php:66
206
  msgid ""
207
  "Choose whether to enable job categories. Categories must be setup by an "
208
  "admin for users to choose during job submission."
209
  msgstr "Выберите для разрешения категорий. Категории должны быть заданы администратором для выбора в процессе публикации вакансии."
210
 
211
+ #: includes/admin/class-wp-job-manager-settings.php:73
212
  msgid "Job Submission"
213
  msgstr "Публикация вакансии"
214
 
215
+ #: includes/admin/class-wp-job-manager-settings.php:78
216
  msgid "Account creation"
217
  msgstr "Создание учётной записи"
218
 
219
+ #: includes/admin/class-wp-job-manager-settings.php:79
220
  msgid "Allow account creation"
221
  msgstr "Разрешить создание учетной записи"
222
 
223
+ #: includes/admin/class-wp-job-manager-settings.php:80
224
  msgid ""
225
  "If enabled, non-logged in users will be able to create an account by "
226
  "entering their email address on the job submission form."
227
  msgstr "Если разрешено, не авторизованный пользователь сможет создать учетную запись введя свой почтовый адрес в форме подачи заявки."
228
 
229
+ #: includes/admin/class-wp-job-manager-settings.php:87
230
+ msgid "Account Role"
231
+ msgstr ""
232
+
233
+ #: includes/admin/class-wp-job-manager-settings.php:88
234
+ msgid ""
235
+ "If you enable registration on your job submission form, choose a role for "
236
+ "the new user."
237
+ msgstr ""
238
+
239
+ #: includes/admin/class-wp-job-manager-settings.php:95
240
  msgid "Account required"
241
  msgstr "Требуется учетная запись"
242
 
243
+ #: includes/admin/class-wp-job-manager-settings.php:96
244
  msgid "Job submission requires an account"
245
  msgstr "Публикация вакансий требует учетной записи"
246
 
247
+ #: includes/admin/class-wp-job-manager-settings.php:97
248
  msgid ""
249
  "If disabled, non-logged in users will be able to submit job listings without"
250
  " creating an account."
251
  msgstr "Если запрещено, не авторизованный пользователь сможет публиковать список вакансий без создания учетной записи."
252
 
253
+ #: includes/admin/class-wp-job-manager-settings.php:104
254
  msgid "Approval Required"
255
  msgstr "Требуется одобрение."
256
 
257
+ #: includes/admin/class-wp-job-manager-settings.php:105
258
  msgid "New submissions require admin approval"
259
  msgstr "Новые заявки требуют одобрения администратора"
260
 
261
+ #: includes/admin/class-wp-job-manager-settings.php:106
262
  msgid "If enabled, new submissions will be inactive, pending admin approval."
263
  msgstr "Если включено, новые заявки будут неактивны, ожидая одобрения администратором."
264
 
265
+ #: includes/admin/class-wp-job-manager-settings.php:113
266
  msgid "Listing duration"
267
  msgstr "Срок публикации"
268
 
269
+ #: includes/admin/class-wp-job-manager-settings.php:114
270
  msgid ""
271
  "How many <strong>days</strong> listings are live before expiring. Can be "
272
  "left blank to never expire."
273
  msgstr "Сколько <strong>дней</strong> вакансия будет находится в списке. Оставьте пустым, чтобы вакансия осталась навсегда."
274
 
275
+ #: includes/admin/class-wp-job-manager-settings.php:120
276
  msgid "Submit Page Slug"
277
  msgstr ""
278
 
279
+ #: includes/admin/class-wp-job-manager-settings.php:121
280
  msgid ""
281
  "Enter the slug of the page where you have placed the [submit_job_form] "
282
  "shortcode. This lets the plugin know where the form is located."
283
  msgstr ""
284
 
285
+ #: includes/admin/class-wp-job-manager-settings.php:173
286
  msgid "Settings successfully saved"
287
  msgstr "Настройки успешно сохранены"
288
 
289
+ #: includes/admin/class-wp-job-manager-settings.php:252
290
  msgid "Save Changes"
291
  msgstr "Сохранить изменения"
292
 
360
 
361
  #: includes/admin/class-wp-job-manager-writepanels.php:66
362
  msgid "Job Expires"
363
+ msgstr "Вакансия истекла"
364
 
365
  #: includes/admin/class-wp-job-manager-writepanels.php:67
366
  msgid "yyyy-mm-dd"
367
+ msgstr "dd-mm-yyyy"
368
 
369
  #: includes/admin/class-wp-job-manager-writepanels.php:79
370
  msgid "Job Listing Data"
396
 
397
  #: includes/class-wp-job-manager-geocode.php:130
398
  msgid "No results found"
399
+ msgstr "Нет результатов"
400
 
401
  #: includes/class-wp-job-manager-geocode.php:133
402
  msgid "Query limit reached"
403
+ msgstr "Запрос достиг ограничения"
404
+
405
+ #: includes/class-wp-job-manager-install.php:40
406
+ msgid "Employer"
407
  msgstr ""
408
 
409
  #: includes/class-wp-job-manager-post-types.php:45
559
  msgid "You need to be signed in to manage your job listings."
560
  msgstr "Вы должны быть авторизованы для управлени своим списком вакансий."
561
 
562
+ #: includes/class-wp-job-manager-shortcodes.php:195
563
+ #: includes/class-wp-job-manager-shortcodes.php:225
564
  msgid "Load more job listings"
565
  msgstr "Загрузить ещё список вакансий"
566
 
729
  msgstr "Ваш Email"
730
 
731
  #: templates/account-signin.php:38 templates/job-submit.php:24
732
+ #: templates/job-submit.php:41
733
  msgid "(optional)"
734
  msgstr "(необязательно)"
735
 
737
  #: templates/content-single-job_listing.php:19
738
  #: templates/content-summary-job_listing.php:14
739
  msgid "Posted %s ago"
740
+ msgstr "Опубликовано %s назад"
741
 
742
  #: templates/content-single-job_listing.php:8
743
  msgid "This job listing has expired"
829
  msgid "All Job Categories"
830
  msgstr "Все категории вакансий"
831
 
832
+ #: templates/job-submit.php:35
833
  msgid "Company details"
834
  msgstr "Описание организации"
835
 
844
  "Job submitted successfully. Your job listing will be visible once approved."
845
  msgstr "Вакансия успеншно отправлена на модерацию и будет доступна сразу же после одобрения."
846
 
847
+ #: wp-job-manager-functions.php:214
848
  msgid "Reset"
849
  msgstr "Сброс"
850
 
851
+ #: wp-job-manager-functions.php:218
852
  msgid "RSS"
853
  msgstr "RSS"
854
 
855
+ #: wp-job-manager-functions.php:268
856
  msgid "Your email address isn&#8217;t correct."
857
  msgstr "Недопустимый адрес электронной почты."
858
 
859
+ #: wp-job-manager-functions.php:271
860
  msgid "This email is already registered, please choose another one."
861
  msgstr "Учётная запись для этой электронной почты уже существует, пожалуйста, используйте другую электронную почту."
862
 
876
  msgid "Inactive"
877
  msgstr "Неактивна"
878
 
879
+ #: wp-job-manager-template.php:197
880
+ msgid "Job Application via \"%s\" listing on %s"
881
+ msgstr ""
882
+
883
  #: wp-job-manager-template.php:255
884
  msgid "Anywhere"
885
  msgstr "Везде"
890
 
891
  #. Plugin Name of the plugin/theme
892
  msgid "WP Job Manager"
893
+ msgstr "WP Job Manager"
894
 
895
  #. Plugin URI of the plugin/theme
896
  msgid "http://mikejolley.com/projects/wp-job-manager/"
904
 
905
  #. Author of the plugin/theme
906
  msgid "Mike Jolley"
907
+ msgstr "Майк Джолли"
908
 
909
  #. Author URI of the plugin/theme
910
  msgid "http://mikejolley.com"
911
+ msgstr "http://mikejolley.com"
languages/wp-job-manager.pot CHANGED
@@ -2,9 +2,9 @@
2
  # This file is distributed under the same license as the WP Job Manager package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: WP Job Manager 1.7.3\n"
6
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/WP-Job-Manager\n"
7
- "POT-Creation-Date: 2014-02-08 12:38:55+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -165,115 +165,125 @@ msgstr ""
165
  msgid "Delete"
166
  msgstr ""
167
 
168
- #: includes/admin/class-wp-job-manager-settings.php:31
169
  #: includes/class-wp-job-manager-post-types.php:135
170
  #: includes/class-wp-job-manager-post-types.php:225
171
  msgid "Job Listings"
172
  msgstr ""
173
 
174
- #: includes/admin/class-wp-job-manager-settings.php:37
175
  msgid "Jobs per page"
176
  msgstr ""
177
 
178
- #: includes/admin/class-wp-job-manager-settings.php:38
179
  msgid "How many jobs should be shown per page by default?"
180
  msgstr ""
181
 
182
- #: includes/admin/class-wp-job-manager-settings.php:44
183
  msgid "Filled positions"
184
  msgstr ""
185
 
186
- #: includes/admin/class-wp-job-manager-settings.php:45
187
  msgid "Hide filled positions"
188
  msgstr ""
189
 
190
- #: includes/admin/class-wp-job-manager-settings.php:46
191
  msgid "If enabled, filled positions will be hidden from the job list."
192
  msgstr ""
193
 
194
- #: includes/admin/class-wp-job-manager-settings.php:53
195
  msgid "Job categories"
196
  msgstr ""
197
 
198
- #: includes/admin/class-wp-job-manager-settings.php:54
199
  msgid "Enable job categories"
200
  msgstr ""
201
 
202
- #: includes/admin/class-wp-job-manager-settings.php:55
203
  msgid ""
204
  "Choose whether to enable job categories. Categories must be setup by an "
205
  "admin for users to choose during job submission."
206
  msgstr ""
207
 
208
- #: includes/admin/class-wp-job-manager-settings.php:62
209
  msgid "Job Submission"
210
  msgstr ""
211
 
212
- #: includes/admin/class-wp-job-manager-settings.php:67
213
  msgid "Account creation"
214
  msgstr ""
215
 
216
- #: includes/admin/class-wp-job-manager-settings.php:68
217
  msgid "Allow account creation"
218
  msgstr ""
219
 
220
- #: includes/admin/class-wp-job-manager-settings.php:69
221
  msgid ""
222
  "If enabled, non-logged in users will be able to create an account by "
223
  "entering their email address on the job submission form."
224
  msgstr ""
225
 
226
- #: includes/admin/class-wp-job-manager-settings.php:76
 
 
 
 
 
 
 
 
 
 
227
  msgid "Account required"
228
  msgstr ""
229
 
230
- #: includes/admin/class-wp-job-manager-settings.php:77
231
  msgid "Job submission requires an account"
232
  msgstr ""
233
 
234
- #: includes/admin/class-wp-job-manager-settings.php:78
235
  msgid ""
236
  "If disabled, non-logged in users will be able to submit job listings without "
237
  "creating an account."
238
  msgstr ""
239
 
240
- #: includes/admin/class-wp-job-manager-settings.php:85
241
  msgid "Approval Required"
242
  msgstr ""
243
 
244
- #: includes/admin/class-wp-job-manager-settings.php:86
245
  msgid "New submissions require admin approval"
246
  msgstr ""
247
 
248
- #: includes/admin/class-wp-job-manager-settings.php:87
249
  msgid "If enabled, new submissions will be inactive, pending admin approval."
250
  msgstr ""
251
 
252
- #: includes/admin/class-wp-job-manager-settings.php:94
253
  msgid "Listing duration"
254
  msgstr ""
255
 
256
- #: includes/admin/class-wp-job-manager-settings.php:95
257
  msgid ""
258
  "How many <strong>days</strong> listings are live before expiring. Can be "
259
  "left blank to never expire."
260
  msgstr ""
261
 
262
- #: includes/admin/class-wp-job-manager-settings.php:101
263
  msgid "Submit Page Slug"
264
  msgstr ""
265
 
266
- #: includes/admin/class-wp-job-manager-settings.php:102
267
  msgid ""
268
  "Enter the slug of the page where you have placed the [submit_job_form] "
269
  "shortcode. This lets the plugin know where the form is located."
270
  msgstr ""
271
 
272
- #: includes/admin/class-wp-job-manager-settings.php:154
273
  msgid "Settings successfully saved"
274
  msgstr ""
275
 
276
- #: includes/admin/class-wp-job-manager-settings.php:233
277
  msgid "Save Changes"
278
  msgstr ""
279
 
@@ -389,6 +399,10 @@ msgstr ""
389
  msgid "Query limit reached"
390
  msgstr ""
391
 
 
 
 
 
392
  #: includes/class-wp-job-manager-post-types.php:45
393
  msgid "Job Category"
394
  msgstr ""
@@ -541,8 +555,8 @@ msgstr ""
541
  msgid "You need to be signed in to manage your job listings."
542
  msgstr ""
543
 
544
- #: includes/class-wp-job-manager-shortcodes.php:187
545
- #: includes/class-wp-job-manager-shortcodes.php:217
546
  msgid "Load more job listings"
547
  msgstr ""
548
 
@@ -826,19 +840,19 @@ msgid ""
826
  "Job submitted successfully. Your job listing will be visible once approved."
827
  msgstr ""
828
 
829
- #: wp-job-manager-functions.php:196
830
  msgid "Reset"
831
  msgstr ""
832
 
833
- #: wp-job-manager-functions.php:200
834
  msgid "RSS"
835
  msgstr ""
836
 
837
- #: wp-job-manager-functions.php:250
838
  msgid "Your email address isn&#8217;t correct."
839
  msgstr ""
840
 
841
- #: wp-job-manager-functions.php:253
842
  msgid "This email is already registered, please choose another one."
843
  msgstr ""
844
 
@@ -858,6 +872,10 @@ msgstr ""
858
  msgid "Inactive"
859
  msgstr ""
860
 
 
 
 
 
861
  #: wp-job-manager-template.php:255
862
  msgid "Anywhere"
863
  msgstr ""
2
  # This file is distributed under the same license as the WP Job Manager package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: WP Job Manager 1.8.0\n"
6
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-job-manager\n"
7
+ "POT-Creation-Date: 2014-03-01 18:44:04+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
165
  msgid "Delete"
166
  msgstr ""
167
 
168
+ #: includes/admin/class-wp-job-manager-settings.php:42
169
  #: includes/class-wp-job-manager-post-types.php:135
170
  #: includes/class-wp-job-manager-post-types.php:225
171
  msgid "Job Listings"
172
  msgstr ""
173
 
174
+ #: includes/admin/class-wp-job-manager-settings.php:48
175
  msgid "Jobs per page"
176
  msgstr ""
177
 
178
+ #: includes/admin/class-wp-job-manager-settings.php:49
179
  msgid "How many jobs should be shown per page by default?"
180
  msgstr ""
181
 
182
+ #: includes/admin/class-wp-job-manager-settings.php:55
183
  msgid "Filled positions"
184
  msgstr ""
185
 
186
+ #: includes/admin/class-wp-job-manager-settings.php:56
187
  msgid "Hide filled positions"
188
  msgstr ""
189
 
190
+ #: includes/admin/class-wp-job-manager-settings.php:57
191
  msgid "If enabled, filled positions will be hidden from the job list."
192
  msgstr ""
193
 
194
+ #: includes/admin/class-wp-job-manager-settings.php:64
195
  msgid "Job categories"
196
  msgstr ""
197
 
198
+ #: includes/admin/class-wp-job-manager-settings.php:65
199
  msgid "Enable job categories"
200
  msgstr ""
201
 
202
+ #: includes/admin/class-wp-job-manager-settings.php:66
203
  msgid ""
204
  "Choose whether to enable job categories. Categories must be setup by an "
205
  "admin for users to choose during job submission."
206
  msgstr ""
207
 
208
+ #: includes/admin/class-wp-job-manager-settings.php:73
209
  msgid "Job Submission"
210
  msgstr ""
211
 
212
+ #: includes/admin/class-wp-job-manager-settings.php:78
213
  msgid "Account creation"
214
  msgstr ""
215
 
216
+ #: includes/admin/class-wp-job-manager-settings.php:79
217
  msgid "Allow account creation"
218
  msgstr ""
219
 
220
+ #: includes/admin/class-wp-job-manager-settings.php:80
221
  msgid ""
222
  "If enabled, non-logged in users will be able to create an account by "
223
  "entering their email address on the job submission form."
224
  msgstr ""
225
 
226
+ #: includes/admin/class-wp-job-manager-settings.php:87
227
+ msgid "Account Role"
228
+ msgstr ""
229
+
230
+ #: includes/admin/class-wp-job-manager-settings.php:88
231
+ msgid ""
232
+ "If you enable registration on your job submission form, choose a role for "
233
+ "the new user."
234
+ msgstr ""
235
+
236
+ #: includes/admin/class-wp-job-manager-settings.php:95
237
  msgid "Account required"
238
  msgstr ""
239
 
240
+ #: includes/admin/class-wp-job-manager-settings.php:96
241
  msgid "Job submission requires an account"
242
  msgstr ""
243
 
244
+ #: includes/admin/class-wp-job-manager-settings.php:97
245
  msgid ""
246
  "If disabled, non-logged in users will be able to submit job listings without "
247
  "creating an account."
248
  msgstr ""
249
 
250
+ #: includes/admin/class-wp-job-manager-settings.php:104
251
  msgid "Approval Required"
252
  msgstr ""
253
 
254
+ #: includes/admin/class-wp-job-manager-settings.php:105
255
  msgid "New submissions require admin approval"
256
  msgstr ""
257
 
258
+ #: includes/admin/class-wp-job-manager-settings.php:106
259
  msgid "If enabled, new submissions will be inactive, pending admin approval."
260
  msgstr ""
261
 
262
+ #: includes/admin/class-wp-job-manager-settings.php:113
263
  msgid "Listing duration"
264
  msgstr ""
265
 
266
+ #: includes/admin/class-wp-job-manager-settings.php:114
267
  msgid ""
268
  "How many <strong>days</strong> listings are live before expiring. Can be "
269
  "left blank to never expire."
270
  msgstr ""
271
 
272
+ #: includes/admin/class-wp-job-manager-settings.php:120
273
  msgid "Submit Page Slug"
274
  msgstr ""
275
 
276
+ #: includes/admin/class-wp-job-manager-settings.php:121
277
  msgid ""
278
  "Enter the slug of the page where you have placed the [submit_job_form] "
279
  "shortcode. This lets the plugin know where the form is located."
280
  msgstr ""
281
 
282
+ #: includes/admin/class-wp-job-manager-settings.php:173
283
  msgid "Settings successfully saved"
284
  msgstr ""
285
 
286
+ #: includes/admin/class-wp-job-manager-settings.php:252
287
  msgid "Save Changes"
288
  msgstr ""
289
 
399
  msgid "Query limit reached"
400
  msgstr ""
401
 
402
+ #: includes/class-wp-job-manager-install.php:40
403
+ msgid "Employer"
404
+ msgstr ""
405
+
406
  #: includes/class-wp-job-manager-post-types.php:45
407
  msgid "Job Category"
408
  msgstr ""
555
  msgid "You need to be signed in to manage your job listings."
556
  msgstr ""
557
 
558
+ #: includes/class-wp-job-manager-shortcodes.php:195
559
+ #: includes/class-wp-job-manager-shortcodes.php:225
560
  msgid "Load more job listings"
561
  msgstr ""
562
 
840
  "Job submitted successfully. Your job listing will be visible once approved."
841
  msgstr ""
842
 
843
+ #: wp-job-manager-functions.php:214
844
  msgid "Reset"
845
  msgstr ""
846
 
847
+ #: wp-job-manager-functions.php:218
848
  msgid "RSS"
849
  msgstr ""
850
 
851
+ #: wp-job-manager-functions.php:268
852
  msgid "Your email address isn&#8217;t correct."
853
  msgstr ""
854
 
855
+ #: wp-job-manager-functions.php:271
856
  msgid "This email is already registered, please choose another one."
857
  msgstr ""
858
 
872
  msgid "Inactive"
873
  msgstr ""
874
 
875
+ #: wp-job-manager-template.php:197
876
+ msgid "Job Application via \"%s\" listing on %s"
877
+ msgstr ""
878
+
879
  #: wp-job-manager-template.php:255
880
  msgid "Anywhere"
881
  msgstr ""
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=mike.jol
4
  Tags: job listing, job board, job, jobs, company, hiring, employment, employees, candidate, freelance, internship
5
  Requires at least: 3.8
6
  Tested up to: 3.8
7
- Stable tag: 1.7.3
8
 
9
  Manage job listings from the WordPress admin panel, and allow users to post jobs directly to your site.
10
 
@@ -90,6 +90,16 @@ For more information, [read the documentation](https://github.com/mikejolley/wp-
90
 
91
  == Changelog ==
92
 
 
 
 
 
 
 
 
 
 
 
93
  = 1.7.3 =
94
  * Some changes to file uploads to support custom mime types
95
  * Updated icon file (http://fontello.com/)
4
  Tags: job listing, job board, job, jobs, company, hiring, employment, employees, candidate, freelance, internship
5
  Requires at least: 3.8
6
  Tested up to: 3.8
7
+ Stable tag: 1.8.0
8
 
9
  Manage job listings from the WordPress admin panel, and allow users to post jobs directly to your site.
10
 
90
 
91
  == Changelog ==
92
 
93
+ = 1.8.0 =
94
+ * Feature - Take search/location vars from the querystring if set
95
+ * Feature - Option to choose role for registration, and added an 'employer' role.
96
+ * Feature - Support for comma separated keywords when searching
97
+ * Fix - Use add_post_meta when editing a job to maintain featured status
98
+ * Fix - category ordering
99
+ * Fix - searching for keyword + location at the same time
100
+ * Fix - Only show categories select box when they exist
101
+ * Dev - job_manager_application_email_subject filter
102
+
103
  = 1.7.3 =
104
  * Some changes to file uploads to support custom mime types
105
  * Updated icon file (http://fontello.com/)
templates/job-filters.php CHANGED
@@ -18,10 +18,10 @@
18
  <?php foreach ( $categories as $category ) : ?>
19
  <input type="hidden" name="search_categories[]" value="<?php echo sanitize_title( $category ); ?>" />
20
  <?php endforeach; ?>
21
- <?php elseif ( $show_categories && get_option( 'job_manager_enable_categories' ) && ! is_tax( 'job_listing_category' ) ) : ?>
22
  <div class="search_categories">
23
  <label for="search_categories"><?php _e( 'Category', 'wp-job-manager' ); ?></label>
24
- <?php wp_dropdown_categories( array( 'taxonomy' => 'job_listing_category', 'hierarchical' => 1, 'show_option_all' => __( 'All Job Categories', 'wp-job-manager' ), 'name' => 'search_categories' ) ); ?>
25
  </div>
26
  <?php endif; ?>
27
 
18
  <?php foreach ( $categories as $category ) : ?>
19
  <input type="hidden" name="search_categories[]" value="<?php echo sanitize_title( $category ); ?>" />
20
  <?php endforeach; ?>
21
+ <?php elseif ( $categories && $show_categories && get_option( 'job_manager_enable_categories' ) && ! is_tax( 'job_listing_category' ) ) : ?>
22
  <div class="search_categories">
23
  <label for="search_categories"><?php _e( 'Category', 'wp-job-manager' ); ?></label>
24
+ <?php wp_dropdown_categories( array( 'taxonomy' => 'job_listing_category', 'hierarchical' => 1, 'show_option_all' => __( 'All Job Categories', 'wp-job-manager' ), 'name' => 'search_categories', 'orderby' => 'name' ) ); ?>
25
  </div>
26
  <?php endif; ?>
27
 
wp-job-manager-functions.php CHANGED
@@ -58,31 +58,49 @@ function get_job_listings( $args = array() ) {
58
 
59
  // Location search - search geolocation data and location meta
60
  if ( $args['search_location'] ) {
61
- $post_ids = $wpdb->get_col( $wpdb->prepare( "
62
  SELECT DISTINCT post_id FROM {$wpdb->postmeta}
63
  WHERE meta_key IN ( 'geolocation_city', 'geolocation_country_long', 'geolocation_country_short', 'geolocation_formatted_address', 'geolocation_state_long', 'geolocation_state_short', 'geolocation_street', 'geolocation_zipcode', '_job_location' )
64
  AND meta_value LIKE '%%%s%%'
65
- ", $args['search_location'] ) );
66
-
67
- $query_args['post__in'] = $post_ids + array( 0 );
68
  }
69
 
70
  // Keyword search - search meta as well as post content
71
  if ( $args['search_keywords'] ) {
72
- $post_ids = $wpdb->get_col( $wpdb->prepare( "
 
 
 
 
 
 
 
 
 
 
 
 
73
  SELECT DISTINCT post_id FROM {$wpdb->postmeta}
74
- WHERE meta_value LIKE '%%%s%%'
75
- ", $args['search_keywords'] ) );
76
 
77
- $post_ids = array_merge( $post_ids, $wpdb->get_col( $wpdb->prepare( "
78
  SELECT ID FROM {$wpdb->posts}
79
- WHERE post_title LIKE '%%%s%%'
80
- OR post_content LIKE '%%%s%%'
81
  AND post_type = 'job_listing'
82
  AND post_status = 'publish'
83
- ", $args['search_keywords'], $args['search_keywords'] ) ) );
 
 
 
84
 
85
- $query_args['post__in'] = $post_ids + array( 0 );
 
 
 
 
86
  }
87
 
88
  $query_args = apply_filters( 'job_manager_get_listings', $query_args );
58
 
59
  // Location search - search geolocation data and location meta
60
  if ( $args['search_location'] ) {
61
+ $location_post_ids = array_merge( $wpdb->get_col( $wpdb->prepare( "
62
  SELECT DISTINCT post_id FROM {$wpdb->postmeta}
63
  WHERE meta_key IN ( 'geolocation_city', 'geolocation_country_long', 'geolocation_country_short', 'geolocation_formatted_address', 'geolocation_state_long', 'geolocation_state_short', 'geolocation_street', 'geolocation_zipcode', '_job_location' )
64
  AND meta_value LIKE '%%%s%%'
65
+ ", $args['search_location'] ) ), array( 0 ) );
66
+ } else {
67
+ $location_post_ids = array();
68
  }
69
 
70
  // Keyword search - search meta as well as post content
71
  if ( $args['search_keywords'] ) {
72
+ $search_keywords = array_map( 'trim', explode( ',', $args['search_keywords'] ) );
73
+ $posts_search_keywords_sql = array();
74
+ $postmeta_search_keywords_sql = array();
75
+
76
+ foreach ( $search_keywords as $keyword ) {
77
+ $postmeta_search_keywords_sql[] = " meta_value LIKE '%" . $wpdb->escape( $keyword ) . "%' ";
78
+ $posts_search_keywords_sql[] = "
79
+ post_title LIKE '%" . $wpdb->escape( $keyword ) . "%'
80
+ OR post_content LIKE '%" . $wpdb->escape( $keyword ) . "%'
81
+ ";
82
+ }
83
+
84
+ $keyword_post_ids = $wpdb->get_col( "
85
  SELECT DISTINCT post_id FROM {$wpdb->postmeta}
86
+ WHERE " . implode( ' OR ', $postmeta_search_keywords_sql ) . "
87
+ " );
88
 
89
+ $keyword_post_ids = array_merge( $keyword_post_ids, $wpdb->get_col( "
90
  SELECT ID FROM {$wpdb->posts}
91
+ WHERE ( " . implode( ' OR ', $posts_search_keywords_sql ) . " )
 
92
  AND post_type = 'job_listing'
93
  AND post_status = 'publish'
94
+ " ), array( 0 ) );
95
+ } else {
96
+ $keyword_post_ids = array();
97
+ }
98
 
99
+ // Merge post ids
100
+ if ( ! empty( $location_post_ids ) && ! empty( $keyword_post_ids ) ) {
101
+ $query_args['post__in'] = array_intersect( $location_post_ids, $keyword_post_ids );
102
+ } elseif ( ! empty( $location_post_ids ) || ! empty( $keyword_post_ids ) ) {
103
+ $query_args['post__in'] = array_merge( $location_post_ids, $keyword_post_ids );
104
  }
105
 
106
  $query_args = apply_filters( 'job_manager_get_listings', $query_args );
wp-job-manager-template.php CHANGED
@@ -194,7 +194,7 @@ function get_the_job_application_method( $post = null ) {
194
  $method->type = 'email';
195
  $method->raw_email = $apply;
196
  $method->email = antispambot( $apply );
197
- $method->subject = 'Job Application via "' . $post->post_title . '" listing on ' . home_url();
198
  } else {
199
  if ( strpos( $apply, 'http' ) !== 0 )
200
  $apply = 'http://' . $apply;
@@ -396,10 +396,17 @@ function get_the_company_name( $post = null ) {
396
  */
397
  function get_the_company_website( $post = null ) {
398
  $post = get_post( $post );
 
399
  if ( $post->post_type !== 'job_listing' )
400
  return;
401
 
402
- return apply_filters( 'the_company_website', $post->_company_website, $post );
 
 
 
 
 
 
403
  }
404
 
405
  /**
194
  $method->type = 'email';
195
  $method->raw_email = $apply;
196
  $method->email = antispambot( $apply );
197
+ $method->subject = apply_filters( 'job_manager_application_email_subject', sprintf( __( 'Job Application via "%s" listing on %s', 'wp-job-manager' ), $post->post_title, home_url() ) );
198
  } else {
199
  if ( strpos( $apply, 'http' ) !== 0 )
200
  $apply = 'http://' . $apply;
396
  */
397
  function get_the_company_website( $post = null ) {
398
  $post = get_post( $post );
399
+
400
  if ( $post->post_type !== 'job_listing' )
401
  return;
402
 
403
+ $website = $post->_company_website;
404
+
405
+ if ( $website && ! strstr( $website, 'http:' ) && ! strstr( $website, 'https:' ) ) {
406
+ $website = 'http://' . $website;
407
+ }
408
+
409
+ return apply_filters( 'the_company_website', $website, $post );
410
  }
411
 
412
  /**
wp-job-manager.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: WP Job Manager
4
  Plugin URI: http://mikejolley.com/projects/wp-job-manager/
5
  Description: Manage job listings from the WordPress admin panel, and allow users to post jobs directly to your site.
6
- Version: 1.7.3
7
  Author: Mike Jolley
8
  Author URI: http://mikejolley.com
9
  Requires at least: 3.8
@@ -30,7 +30,7 @@ class WP_Job_Manager {
30
  */
31
  public function __construct() {
32
  // Define constants
33
- define( 'JOB_MANAGER_VERSION', '1.7.3' );
34
  define( 'JOB_MANAGER_PLUGIN_DIR', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
35
  define( 'JOB_MANAGER_PLUGIN_URL', untrailingslashit( plugins_url( basename( plugin_dir_path( __FILE__ ) ), basename( __FILE__ ) ) ) );
36
 
3
  Plugin Name: WP Job Manager
4
  Plugin URI: http://mikejolley.com/projects/wp-job-manager/
5
  Description: Manage job listings from the WordPress admin panel, and allow users to post jobs directly to your site.
6
+ Version: 1.8.0
7
  Author: Mike Jolley
8
  Author URI: http://mikejolley.com
9
  Requires at least: 3.8
30
  */
31
  public function __construct() {
32
  // Define constants
33
+ define( 'JOB_MANAGER_VERSION', '1.8.0' );
34
  define( 'JOB_MANAGER_PLUGIN_DIR', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
35
  define( 'JOB_MANAGER_PLUGIN_URL', untrailingslashit( plugins_url( basename( plugin_dir_path( __FILE__ ) ), basename( __FILE__ ) ) ) );
36