Plugin Directory

Changeset 2614212


Ignore:
Timestamp:
10/14/2021 11:47:51 AM (4 years ago)
Author:
joanv
Message:

2.0.12 Selling points fix, translations and visibility checkbox

Location:
jobsearch
Files:
5 added
12 edited

Legend:

Unmodified
Added
Removed
  • jobsearch/helper/Job.php

    r2605912 r2614212  
    4141    private $holidays;
    4242    private $condition;
    43     private $selling_point;
     43    private $selling_points;
    4444    private $address;
    4545    private $working_hours;
     
    184184            // selling point
    185185            if(isset($xml->{'company'}->{'selling_points'}) && !empty($param["selling_points"])) {
    186                 $this->set_selling_point($jobHelper->tdb_jb_get_json_value($xml->{'company'}->{'selling_points'}));
     186                $this->set_selling_points($jobHelper->tdb_jb_get_json_value($xml->{'company'}->{'selling_points'}));
    187187            }
    188188            // address
     
    272272        $this->holidays = '';
    273273        $this->condition = '';
    274         $this->selling_point = '';
     274        $this->selling_points = '';
    275275        $this->address = '';
    276276        $this->working_hours = '';
     
    554554        $this->google_job["conditions"] = $this->condition;
    555555    }
    556     private function set_selling_point($selling_point) {
    557         $this->selling_point = $selling_point;
    558         $this->google_job["selling_points"] = $this->selling_point;
     556    private function set_selling_points($selling_points) {
     557        $this->selling_points = $selling_points;
     558        $this->google_job["selling_points"] = $this->selling_points;
    559559    }
    560560    private function set_address($address) {
     
    765765        return array("value" => $this->condition, "translate" => TDB_LANG_CONDITION);
    766766    }
    767     public function get_array_selling_point() {
    768         return array("value" => $this->selling_point, "translate" => TDB_LANG_SELLINGPOINT);
     767    public function get_array_selling_points() {
     768        return array("value" => $this->selling_points, "translate" => TDB_LANG_SELLINGPOINT);
    769769    }
    770770    public function get_array_address() {
     
    807807        $array["holidays"] = $this->get_array_holidays();
    808808        $array["conditions"] = $this->get_array_condition();
    809         $array["selling_points"] = $this->get_array_selling_point();
     809        $array["selling_points"] = $this->get_array_selling_points();
    810810        $array["address"] = $this->get_array_address();
    811811        $array["working_hours"] = $this->get_array_working_hours();
     
    842842        $array["conditions"] = $this->get_array_condition();
    843843        $array["reason_for_hiring_details"] = $this->get_array_reason_hiring();
    844         $array["selling_points"] = $this->get_array_selling_point();
     844        $array["selling_points"] = $this->get_array_selling_points();
    845845        $array["visas"] = $this->get_array_visa();
    846846
  • jobsearch/helper/helper.php

    r2514553 r2614212  
    691691        $param["industry"] = preg_replace('/\s\s+/', '', $this->tdb_jb_get_parameters(TDB_TABLE_PARAM,'industryParam','sValue','sName'));
    692692        $param["benefits"] = preg_replace('/\s\s+/', '', $this->tdb_jb_get_parameters(TDB_TABLE_PARAM,'benefitsParam','sValue','sName'));
     693        $param["selling_points"] = preg_replace('/\s\s+/', '', $this->tdb_jb_get_parameters(TDB_TABLE_PARAM,'selling_pointsParam','sValue','sName'));
    693694
    694695        return $param;
  • jobsearch/helper/translation.php

    r2573203 r2614212  
    11391139        define('TDB_LANG_SETTINGS',__("Settings",$translation_name));
    11401140        define('TDB_LANG_SHORTCODE',__("Shortcode",$translation_name));
    1141         define('TDB_LANG_SELLINGPOINT',__("Selling point",$translation_name));
     1141        define('TDB_LANG_SELLINGPOINTS',__("Selling points",$translation_name));
    11421142        define('TDB_LANG_SELECTEMPLOYEMENTTYPE',__("Select type",$translation_name));
    11431143        define('TDB_LANG_SELECTINDUSTRY',__("Select industry",$translation_name));
     
    12621262        define('TDB_LANG_VIDEO',__("Video",$translation_name));
    12631263        define('TDB_LANG_VIDEOTEMPLATE',__("For templates using video",$translation_name));
    1264         define('TDB_LANG_VIDEOSHOWEXPLAIN',__("",$translation_name));
     1264        define('TDB_LANG_VIDEOSHOWEXPLAIN',__("Show the video",$translation_name));
    12651265//W//
    12661266        define('TDB_LANG_MAXWAGEAMOUNT',__("Max wage amount",$translation_name));
  • jobsearch/jobsearch.php

    r2609971 r2614212  
    33Plugin Name: Tamago-DB Job Board
    44Description: Job board integrated with the ATS/CRM Tamago-DB
    5 Version: 2.0.11
     5Version: 2.0.12
    66Author: Tamago-DB
    77Text Domain: jobsearch
     
    365365    wp_enqueue_style( 'jobsearch-admin-css', 1 );
    366366    wp_register_style( 'jobsearch-admin-css1', plugins_url( $cssLink ));
    367     wp_enqueue_style( 'jobsearch-admin-css1' );
     367    wp_enqueue_style( 'jobsearch-admin-css1');
    368368    wp_register_script( 'jobsearchScriptAdmin',  plugins_url( $jsAdmin),'admin', '1.0',true );
    369369    wp_enqueue_script('jobsearchScriptAdmin');
     
    418418    $plugin = basename( plugin_dir_path( __FILE__  ));
    419419
    420    
     420
    421421    $plugin_name = $plugin;
    422422    $jsLink = $plugin . '/js/jobsearch.js';
  • jobsearch/languages/ja/jobsearch-ja.po

    r2579099 r2614212  
    22msgstr ""
    33"Project-Id-Version: \n"
    4 "POT-Creation-Date: 2021-04-07 15:32+0900\n"
    5 "PO-Revision-Date: 2021-08-06 11:37+0900\n"
     4"POT-Creation-Date: 2021-10-14 12:52+0200\n"
     5"PO-Revision-Date: 2021-10-14 12:52+0200\n"
    66"Last-Translator: \n"
    77"Language-Team: \n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "X-Generator: Poedit 2.3\n"
     12"X-Generator: Poedit 2.4.2\n"
    1313"X-Poedit-Basepath: ../..\n"
    1414"Plural-Forms: nplurals=1; plural=0;\n"
     
    1717"X-Poedit-SearchPath-0: .\n"
    1818
    19 #: helper/translation.php:869
     19#: frontEnd/widget/sidebarJobList.php:16
     20#, fuzzy
     21#| msgid "Kind of job"
     22msgid "list of jobs"
     23msgstr "仕事の種類"
     24
     25#: helper/translation.php:870
    2026msgid "Ability"
    2127msgstr "レベル"
    2228
    23 #: helper/translation.php:871
     29#: helper/translation.php:872
    2430msgid "Add email"
    2531msgstr "Eメールを追加"
    2632
    27 #: helper/translation.php:872
     33#: helper/translation.php:873
    2834msgid "Add phone"
    2935msgstr "電話番号を追加"
    3036
    31 #: helper/translation.php:873
     37#: helper/translation.php:874
    3238msgid "Add language"
    3339msgstr "言語を追加"
    3440
    35 #: helper/translation.php:874
     41#: helper/translation.php:875
    3642#, fuzzy
    3743#| msgid "Api link"
     
    3945msgstr "API リンク"
    4046
    41 #: helper/translation.php:875
     47#: helper/translation.php:876
    4248msgid "Add details"
    4349msgstr "資格を追加"
    4450
    45 #: helper/translation.php:876
     51#: helper/translation.php:877
    4652msgid "Advanced"
    4753msgstr ""
    4854
    49 #: helper/translation.php:877
     55#: helper/translation.php:878
    5056msgid "Address"
    5157msgstr "住所"
    5258
    53 #: helper/translation.php:878 helper/translation.php:889
    54 #: helper/translation.php:1223
     59#: helper/translation.php:879 helper/translation.php:890
     60#: helper/translation.php:1224
    5561msgid "Apply"
    5662msgstr "今すぐ応募"
    5763
    58 #: helper/translation.php:879
     64#: helper/translation.php:880
    5965msgid ""
    6066"An undefined error occurred with the attachment. Please check the attachment "
     
    6470"下さい。"
    6571
    66 #: helper/translation.php:880
     72#: helper/translation.php:881
    6773msgid "An undefined error occurred. Please try again later."
    6874msgstr "予期せぬ問題が発生しました。後ほど再度お試しください。"
    6975
    70 #: helper/translation.php:881
     76#: helper/translation.php:882
    7177msgid "Any"
    7278msgstr "問わない"
    7379
    74 #: helper/translation.php:882
     80#: helper/translation.php:883
    7581msgid "Address Postal"
    7682msgstr "住所"
    7783
    78 #: helper/translation.php:884
     84#: helper/translation.php:885
    7985msgid "Api key"
    8086msgstr "API キー"
    8187
    82 #: helper/translation.php:885
     88#: helper/translation.php:886
    8389msgid "Api link (domain without http protocol)"
    8490msgstr "リンク"
    8591
    86 #: helper/translation.php:886
     92#: helper/translation.php:887
    8793msgid "Apply date"
    8894msgstr "応募日"
    8995
    90 #: helper/translation.php:887
     96#: helper/translation.php:888
    9197#, fuzzy
    9298#| msgid "Apply fields"
     
    94100msgstr "応募画面の設定"
    95101
    96 #: helper/translation.php:888
     102#: helper/translation.php:889
    97103msgid "Apply Now"
    98104msgstr "今すぐ応募"
    99105
    100 #: helper/translation.php:890
     106#: helper/translation.php:891
    101107msgid "Apply history"
    102108msgstr "応募履歴"
    103109
    104 #: helper/translation.php:891
     110#: helper/translation.php:892
    105111msgid "ASC"
    106112msgstr "昇順"
    107113
    108 #: helper/translation.php:892
     114#: helper/translation.php:893
    109115msgid "At the bottom"
    110116msgstr "一番下に行く"
    111117
    112 #: helper/translation.php:893
     118#: helper/translation.php:894
    113119msgid "At the top"
    114120msgstr "トップに戻る"
    115121
    116 #: helper/translation.php:894
     122#: helper/translation.php:895
    117123msgid "Attachment"
    118124msgstr "添付ファイル"
    119125
    120 #: helper/translation.php:896
     126#: helper/translation.php:897
    121127msgid "Basis"
    122128msgstr "支給方式"
    123129
    124 #: helper/translation.php:897
     130#: helper/translation.php:898
    125131#, fuzzy
    126132#| msgid "Reverse language skill"
     
    128134msgstr "必須言語"
    129135
    130 #: helper/translation.php:898
     136#: helper/translation.php:899
    131137msgid "And lower"
    132138msgstr "それ以下"
    133139
    134 #: helper/translation.php:899
     140#: helper/translation.php:900
    135141msgid "Benefits"
    136142msgstr "待遇・福利厚生"
    137143
    138 #: helper/translation.php:900
     144#: helper/translation.php:901
    139145msgid "Birthdate"
    140146msgstr "誕生日"
    141147
    142 #: helper/translation.php:901
     148#: helper/translation.php:902
    143149msgid "button"
    144150msgstr "ボタン"
    145151
    146 #: helper/translation.php:902
     152#: helper/translation.php:903
    147153#, fuzzy
    148154#| msgid "Button Submit background color"
     
    150156msgstr "背景色を指定するボタン"
    151157
    152 #: helper/translation.php:903
     158#: helper/translation.php:904
    153159#, fuzzy
    154160#| msgid "Button Submit font color"
     
    156162msgstr "フォントの色を指定するボタン"
    157163
    158 #: helper/translation.php:904
     164#: helper/translation.php:905
    159165#, fuzzy
    160166#| msgid "Button More background color"
     
    162168msgstr "背景色を指定するボタン"
    163169
    164 #: helper/translation.php:905
     170#: helper/translation.php:906
    165171#, fuzzy
    166172#| msgid "Button More font color"
     
    168174msgstr "フォントの色"
    169175
    170 #: helper/translation.php:907
     176#: helper/translation.php:908
    171177msgid "Category"
    172178msgstr "職種"
    173179
    174 #: helper/translation.php:908
     180#: helper/translation.php:909
    175181#, fuzzy
    176182#| msgid "Display category"
     
    178184msgstr "部門表示"
    179185
    180 #: helper/translation.php:909
     186#: helper/translation.php:910
    181187#, fuzzy
    182188#| msgid "Display type"
     
    184190msgstr "表示形式"
    185191
    186 #: helper/translation.php:910
     192#: helper/translation.php:911
    187193msgid "Excluded"
    188194msgstr ""
    189195
    190 #: helper/translation.php:911
     196#: helper/translation.php:912
    191197msgid "Invalid captcha"
    192198msgstr "CAPTCHAの入力が間違っています"
    193199
    194 #: helper/translation.php:912
     200#: helper/translation.php:913
    195201msgid "Certification"
    196202msgstr "学歴・資格"
    197203
    198 #: helper/translation.php:913
     204#: helper/translation.php:914
    199205#, fuzzy
    200206#| msgid "Language certification"
     
    202208msgstr "言語資格"
    203209
    204 #: helper/translation.php:914
     210#: helper/translation.php:915
    205211#, fuzzy
    206212#| msgid "Certification"
     
    208214msgstr "学歴・資格"
    209215
    210 #: helper/translation.php:915
     216#: helper/translation.php:916
    211217msgid "Certifications"
    212218msgstr "スキル及び学歴・資格"
    213219
    214 #: helper/translation.php:916
     220#: helper/translation.php:917
    215221msgid "Certification score"
    216222msgstr "資格の得点"
    217223
    218 #: helper/translation.php:917
     224#: helper/translation.php:918
    219225msgid "Certifications scores"
    220226msgstr "資格の得点"
    221227
    222 #: helper/translation.php:918
     228#: helper/translation.php:919
    223229msgid "Check all"
    224230msgstr "全てをチェック"
    225231
    226 #: helper/translation.php:919
    227 #, fuzzy
    228 #| msgid ""
    229 #| "Choose the first option which will be shown on the list (on the search "
    230 #| "form for currency, on the apply form for the language certification)"
     232#: helper/translation.php:920
    231233msgid ""
    232234"Choose the first option who will be shown on the list (Currency and basis "
     
    234236msgstr "リストの一番最初に来るオプションを選択"
    235237
    236 #: helper/translation.php:920
     238#: helper/translation.php:921
    237239#, fuzzy
    238240#| msgid "Choose which field have to be shown on the apply form"
     
    240242msgstr "応募フォームで表示させる項目を選択"
    241243
    242 #: helper/translation.php:921
     244#: helper/translation.php:922
    243245msgid "Choose which field have to be mandatory on the apply form"
    244246msgstr "応募フォームで必須となる項目を選択"
    245247
    246 #: helper/translation.php:922
     248#: helper/translation.php:923
    247249msgid "Mandatory fields"
    248250msgstr "必須項目"
    249251
    250 #: helper/translation.php:923
     252#: helper/translation.php:924
    251253msgid "Choose a work place"
    252254msgstr "勤務地を選ぶ"
    253255
    254 #: helper/translation.php:924
     256#: helper/translation.php:925
    255257msgid "Choose which elements have to be visible on the detail page"
    256258msgstr "求人の詳細ページで表示させる項目を選択"
    257259
    258 #: helper/translation.php:925
     260#: helper/translation.php:926
    259261msgid "City"
    260262msgstr "市区町村"
    261263
    262 #: helper/translation.php:926
     264#: helper/translation.php:927
    263265msgid "Resize column"
    264266msgstr ""
    265267
    266 #: helper/translation.php:927
     268#: helper/translation.php:928
    267269msgid "change the colsize for the register form"
    268270msgstr ""
    269271
    270 #: helper/translation.php:928
     272#: helper/translation.php:929
    271273msgid "company.tamago-db.com"
    272274msgstr "company.tamago-db.com"
    273275
    274 #: helper/translation.php:929
     276#: helper/translation.php:930
    275277msgid "Condition"
    276278msgstr "条件"
    277279
    278 #: helper/translation.php:930
     280#: helper/translation.php:931
    279281msgid "Contact Details"
    280282msgstr "連絡先情報"
    281283
    282 #: helper/translation.php:931
     284#: helper/translation.php:932
    283285msgid "Country"
    284286msgstr "国名"
    285287
    286 #: helper/translation.php:932
     288#: helper/translation.php:933
    287289msgid ""
    288290"Country visa(set up by default a country for the visa if the candidate "
     
    290292msgstr ""
    291293
    292 #: helper/translation.php:933
     294#: helper/translation.php:934
    293295msgid "Currencies"
    294296msgstr "通貨"
    295297
    296 #: helper/translation.php:934
     298#: helper/translation.php:935
    297299msgid "Current salary"
    298300msgstr "現在の給与"
    299301
    300 #: helper/translation.php:935
     302#: helper/translation.php:936
    301303#, fuzzy
    302304#| msgid "Wage currency"
     
    304306msgstr "給与の通貨"
    305307
    306 #: helper/translation.php:936
     308#: helper/translation.php:937
    307309#, fuzzy
    308310#| msgid "Use one basis"
     
    311313"つの基準を使用/(検索フォームでは、1つの基準のみを使用、毎年、毎月、毎日)"
    312314
    313 #: helper/translation.php:937
     315#: helper/translation.php:938
    314316msgid "Bonus salary"
    315317msgstr "ボーナス給与"
    316318
    317 #: helper/translation.php:938
     319#: helper/translation.php:939
    318320#, fuzzy
    319321#| msgid "Use one currency"
     
    322324"つの通貨を使用/(検索フォームでは、1つの通貨のみを使用、円もしくはユーロ)"
    323325
    324 #: helper/translation.php:939
     326#: helper/translation.php:940
    325327#, fuzzy
    326328#| msgid "Use one basis"
     
    329331"つの基準を使用/(検索フォームでは、1つの基準のみを使用、毎年、毎月、毎日)"
    330332
    331 #: helper/translation.php:941
     333#: helper/translation.php:942
    332334msgid "CC"
    333335msgstr "CC"
    334336
    335 #: helper/translation.php:942
     337#: helper/translation.php:943
    336338msgid "Bcc"
    337339msgstr "BCC"
    338340
    339 #: helper/translation.php:943
     341#: helper/translation.php:944
    340342msgid "Currency"
    341343msgstr "通貨"
    342344
    343 #: helper/translation.php:944
     345#: helper/translation.php:945
    344346msgid "Customize design"
    345347msgstr "デザインのカスタマイズ"
    346348
    347 #: helper/translation.php:945
     349#: helper/translation.php:946
    348350msgid "Use customize folder"
    349351msgstr "カスタマイズの使用"
    350352
    351 #: helper/translation.php:946 helper/translation.php:982
     353#: helper/translation.php:947 helper/translation.php:983
    352354msgid "Current company"
    353355msgstr "現在の会社"
    354356
    355 #: helper/translation.php:947 helper/translation.php:984
     357#: helper/translation.php:948 helper/translation.php:985
    356358msgid "Current department"
    357359msgstr "現在の部署"
    358360
    359 #: helper/translation.php:948 helper/translation.php:983
     361#: helper/translation.php:949 helper/translation.php:984
    360362msgid "Current position"
    361363msgstr "現在の役職"
    362364
    363 #: helper/translation.php:950
     365#: helper/translation.php:951
    364366msgid "Data sended"
    365367msgstr "送信されたデータ"
    366368
    367 #: helper/translation.php:951
     369#: helper/translation.php:952
    368370msgid "Date"
    369371msgstr "日付"
    370372
    371 #: helper/translation.php:952
     373#: helper/translation.php:953
    372374msgid "Day"
    373375msgstr "日"
    374376
    375 #: helper/translation.php:953
     377#: helper/translation.php:954
    376378msgid "Default"
    377379msgstr "デフォルト"
    378380
    379 #: helper/translation.php:954
     381#: helper/translation.php:955
    380382msgid "DESC"
    381383msgstr "降順"
    382384
    383 #: helper/translation.php:955
     385#: helper/translation.php:956
    384386#, fuzzy
    385387#| msgid "Add phone"
     
    387389msgstr "電話番号を追加"
    388390
    389 #: helper/translation.php:956
     391#: helper/translation.php:957
    390392#, fuzzy
    391393#| msgid "Add email"
     
    393395msgstr "Eメールを追加"
    394396
    395 #: helper/translation.php:957
     397#: helper/translation.php:958
    396398msgid "Description"
    397399msgstr "求人情報"
    398400
    399 #: helper/translation.php:958
     401#: helper/translation.php:959
    400402msgid "Use default image"
    401403msgstr ""
    402404
    403 #: helper/translation.php:959
     405#: helper/translation.php:960
    404406msgid "Upload default image"
    405407msgstr ""
    406408
    407 #: helper/translation.php:960
     409#: helper/translation.php:961
    408410msgid "Description cleaned (strip 'p' tag and 'ul' tag)"
    409411msgstr ""
    410412
    411 #: helper/translation.php:961
     413#: helper/translation.php:962
    412414msgid "Desired employment"
    413415msgstr "希望勤務形態"
    414416
    415 #: helper/translation.php:962
     417#: helper/translation.php:963
    416418msgid "Desired employment types"
    417419msgstr "希望勤務形態"
    418420
    419 #: helper/translation.php:963
     421#: helper/translation.php:964
    420422msgid "Desired wage"
    421423msgstr "希望給与"
    422424
    423 #: helper/translation.php:964
     425#: helper/translation.php:965
    424426msgid "Desired job industry"
    425427msgstr "業種"
    426428
    427 #: helper/translation.php:965
     429#: helper/translation.php:966
    428430msgid "Desired location"
    429431msgstr "勤務地"
    430432
    431 #: helper/translation.php:966
     433#: helper/translation.php:967
    432434msgid "Desired job category"
    433435msgstr "職種"
    434436
    435 #: helper/translation.php:967
     437#: helper/translation.php:968
    436438msgid "Display type"
    437439msgstr "表示形式"
    438440
    439 #: helper/translation.php:968
     441#: helper/translation.php:969
    440442msgid "Display category"
    441443msgstr "部門表示"
    442444
    443 #: helper/translation.php:969
     445#: helper/translation.php:970
    444446#, fuzzy
    445447#| msgid "Apply fields"
     
    447449msgstr "応募画面の設定"
    448450
    449 #: helper/translation.php:970
     451#: helper/translation.php:971
    450452#, fuzzy
    451453#| msgid "Display type"
     
    453455msgstr "表示形式"
    454456
    455 #: helper/translation.php:971
     457#: helper/translation.php:972
    456458#, fuzzy
    457459#| msgid "Display type"
     
    459461msgstr "表示形式"
    460462
    461 #: helper/translation.php:972
     463#: helper/translation.php:973
    462464msgid "Display industry"
    463465msgstr "業種を選ぶ"
    464466
    465 #: helper/translation.php:973
     467#: helper/translation.php:974
    466468msgid "Download json"
    467469msgstr "JSONをダウンロード"
    468470
    469 #: helper/translation.php:975
     471#: helper/translation.php:976
    470472msgid "Education"
    471473msgstr "求められる学歴"
    472474
    473 #: helper/translation.php:976
     475#: helper/translation.php:977
    474476msgid "Education level"
    475477msgstr "求められる学歴"
    476478
    477 #: helper/translation.php:977 helper/translation.php:1226
     479#: helper/translation.php:978 helper/translation.php:1227
    478480msgid "Email"
    479481msgstr "Eメール"
    480482
    481 #: helper/translation.php:978
     483#: helper/translation.php:979
    482484#, fuzzy
    483485#| msgid "Email type"
     
    485487msgstr "種類"
    486488
    487 #: helper/translation.php:979
     489#: helper/translation.php:980
    488490msgid "From, Subject and Content are mandatory to send an email!"
    489491msgstr ""
    490492
    491 #: helper/translation.php:980
     493#: helper/translation.php:981
    492494msgid "Emails"
    493495msgstr "Eメール"
    494496
    495 #: helper/translation.php:981
     497#: helper/translation.php:982
    496498msgid "Employment"
    497499msgstr "職歴"
    498500
    499 #: helper/translation.php:985
     501#: helper/translation.php:986
    500502msgid ""
    501503"Error message - 'There has been an error with your application. Please check "
     
    504506"応募書類に予期せぬエラーが発生いたしました。確認後、再度ご応募ください。"
    505507
    506 #: helper/translation.php:986
     508#: helper/translation.php:987
    507509msgid "Employement type"
    508510msgstr "雇用形態"
    509511
    510 #: helper/translation.php:987
     512#: helper/translation.php:988
    511513msgid "Established years"
    512514msgstr "設立"
    513515
    514 #: helper/translation.php:988
     516#: helper/translation.php:989
    515517msgid "Extended"
    516518msgstr "マンション、ビル名など"
    517519
    518 #: helper/translation.php:989
     520#: helper/translation.php:990
    519521msgid "Extra"
    520522msgstr "余分な"
    521523
    522 #: helper/translation.php:990
     524#: helper/translation.php:991
    523525msgid "The uploaded file should be an image"
    524526msgstr ""
    525527
    526 #: helper/translation.php:991
     528#: helper/translation.php:992
    527529msgid "The uploaded file should be lower than"
    528530msgstr ""
    529531
    530 #: helper/translation.php:993
     532#: helper/translation.php:994
    531533msgid "Facebook"
    532534msgstr "Facebook"
    533535
    534 #: helper/translation.php:994
     536#: helper/translation.php:995
    535537msgid "From"
    536538msgstr "から"
    537539
    538 #: helper/translation.php:995
     540#: helper/translation.php:996
    539541msgid "Family Name"
    540542msgstr "姓(Last name)"
    541543
    542 #: helper/translation.php:996
     544#: helper/translation.php:997
    543545msgid "Suggested country"
    544546msgstr "得意な国"
    545547
    546 #: helper/translation.php:997
     548#: helper/translation.php:998
    547549msgid "Suggested languages"
    548550msgstr "得意な言語"
    549551
    550 #: helper/translation.php:998
     552#: helper/translation.php:999
    551553msgid "F"
    552554msgstr "女"
    553555
    554 #: helper/translation.php:999
     556#: helper/translation.php:1000
    555557msgid "Fetch latest labels and translations"
    556558msgstr "最新のラベルと翻訳に更新する"
    557559
    558 #: helper/translation.php:1000
     560#: helper/translation.php:1001
    559561msgid "Featured"
    560562msgstr ""
    561563
    562 #: helper/translation.php:1001
     564#: helper/translation.php:1002
    563565msgid "Files"
    564566msgstr "ファイル"
    565567
    566 #: helper/translation.php:1002
     568#: helper/translation.php:1003
    567569msgid "First"
    568570msgstr "最初へ"
    569571
    570 #: helper/translation.php:1003
     572#: helper/translation.php:1004
    571573msgid "Please upload your resume"
    572574msgstr ""
    573575"※履歴書・職務経歴書があればアップロードしてください。なければ不要です。"
    574576
    575 #: helper/translation.php:1004
     577#: helper/translation.php:1005
    576578msgid "found"
    577579msgstr "見つかりました"
    578580
    579 #: helper/translation.php:1005
     581#: helper/translation.php:1006
    580582#, fuzzy
    581583#| msgid "Submit button"
     
    583585msgstr "応募する"
    584586
    585 #: helper/translation.php:1007
     587#: helper/translation.php:1008
    586588msgid "Gender"
    587589msgstr "性別"
    588590
    589 #: helper/translation.php:1008
     591#: helper/translation.php:1009
    590592msgid "Given name"
    591593msgstr "名(First Name)"
    592594
    593 #: helper/translation.php:1010 helper/translation.php:1011
     595#: helper/translation.php:1011 helper/translation.php:1012
    594596msgid "Hide salary"
    595597msgstr "給与検索を非表示にする/(検索フォームの給与フィールドを非表示にする)"
    596598
    597 #: helper/translation.php:1012
     599#: helper/translation.php:1013
    598600#, fuzzy
    599601#| msgid "Wage basis"
     
    601603msgstr "給与の支給方式"
    602604
    603 #: helper/translation.php:1013
     605#: helper/translation.php:1014
    604606#, fuzzy
    605607#| msgid "Wage currency"
     
    607609msgstr "給与の通貨"
    608610
    609 #: helper/translation.php:1014
     611#: helper/translation.php:1015
    610612#, fuzzy
    611613#| msgid "Max wage"
     
    613615msgstr "最高給与"
    614616
    615 #: helper/translation.php:1015
     617#: helper/translation.php:1016
    616618#, fuzzy
    617619#| msgid "Min wage"
     
    619621msgstr "最小給与"
    620622
    621 #: helper/translation.php:1016
     623#: helper/translation.php:1017
    622624#, fuzzy
    623625#| msgid "Add language"
     
    625627msgstr "言語を追加"
    626628
    627 #: helper/translation.php:1017
     629#: helper/translation.php:1018
    628630#, fuzzy
    629631#| msgid "add language"
     
    631633msgstr "言語を追加"
    632634
    633 #: helper/translation.php:1018
     635#: helper/translation.php:1019
    634636#, fuzzy
    635637#| msgid "Hide search form"
     
    637639msgstr "検索フォームを隠す"
    638640
    639 #: helper/translation.php:1019
     641#: helper/translation.php:1020
    640642#, fuzzy
    641643#| msgid "Hide search form"
     
    643645msgstr "検索フォームを隠す"
    644646
    645 #: helper/translation.php:1020
     647#: helper/translation.php:1021
    646648#, fuzzy
    647649#| msgid "Submit button"
     
    649651msgstr "応募する"
    650652
    651 #: helper/translation.php:1021
     653#: helper/translation.php:1022
    652654#, fuzzy
    653655#| msgid "Desired location"
     
    655657msgstr "勤務地"
    656658
    657 #: helper/translation.php:1022
     659#: helper/translation.php:1023
    658660msgid "Holiday"
    659661msgstr "休日・休暇"
    660662
    661 #: helper/translation.php:1023
     663#: helper/translation.php:1024
    662664msgid "home"
    663665msgstr "個人"
    664666
    665 #: helper/translation.php:1024
     667#: helper/translation.php:1025
    666668msgid "home mobile"
    667669msgstr "個人携帯"
    668670
    669 #: helper/translation.php:1025
     671#: helper/translation.php:1026
    670672msgid "home other"
    671673msgstr "自宅その他"
    672674
    673 #: helper/translation.php:1027
     675#: helper/translation.php:1028
    674676msgid "Id"
    675677msgstr "Id"
    676678
    677 #: helper/translation.php:1028
     679#: helper/translation.php:1029
    678680msgid "job ID"
    679681msgstr "求人ID"
    680682
    681 #: helper/translation.php:1029
     683#: helper/translation.php:1030
    682684msgid "Industry"
    683685msgstr "業種"
    684686
    685 #: helper/translation.php:1031
     687#: helper/translation.php:1032
    686688msgid "JLPT"
    687689msgstr "JLPT"
    688690
    689 #: helper/translation.php:1032
     691#: helper/translation.php:1033
    690692msgid "job"
    691693msgstr "求人"
    692694
    693 #: helper/translation.php:1033 helper/translation.php:1219
     695#: helper/translation.php:1034 helper/translation.php:1220
    694696msgid "Job"
    695697msgstr "求人"
    696698
    697 #: helper/translation.php:1034
     699#: helper/translation.php:1035
    698700msgid "Job description"
    699701msgstr "求人概要"
    700702
    701 #: helper/translation.php:1035
     703#: helper/translation.php:1036
    702704msgid "Job page"
    703705msgstr ""
    704706
    705 #: helper/translation.php:1036
     707#: helper/translation.php:1037
    706708#, fuzzy
    707709#| msgid "jobsearch"
     
    709711msgstr "求人検索"
    710712
    711 #: helper/translation.php:1037
     713#: helper/translation.php:1038
    712714msgid "Job requirements"
    713715msgstr "応募資格"
    714716
    715 #: helper/translation.php:1038
     717#: helper/translation.php:1039
    716718msgid "Job information visibilty"
    717719msgstr "求人の表示設定"
    718720
    719 #: helper/translation.php:1039
     721#: helper/translation.php:1040
    720722msgid "Video visibility(only for video template)"
    721723msgstr ""
    722724
    723 #: helper/translation.php:1040
     725#: helper/translation.php:1041
    724726#, fuzzy
    725727#| msgid "Number of job to show in the widget"
     
    727729msgstr "ウィジェットに表示する求人の数"
    728730
    729 #: helper/translation.php:1041
     731#: helper/translation.php:1042
    730732msgid "Number of job to show in the widget"
    731733msgstr "ウィジェットに表示する求人の数"
    732734
    733 #: helper/translation.php:1042
     735#: helper/translation.php:1043
    734736msgid "Number of characters to use in the short description"
    735737msgstr "短い説明の文字数"
    736738
    737 #: helper/translation.php:1044
     739#: helper/translation.php:1045
    738740msgid "Keyword"
    739741msgstr "キーワード"
    740742
    741 #: helper/translation.php:1046 helper/translation.php:1047
     743#: helper/translation.php:1047 helper/translation.php:1048
    742744msgid "Language"
    743745msgstr "言語"
    744746
    745 #: helper/translation.php:1048
     747#: helper/translation.php:1049
    746748msgid "Languages"
    747749msgstr "言語"
    748750
    749 #: helper/translation.php:1049
     751#: helper/translation.php:1050
    750752msgid "Language ability"
    751753msgstr "言語スキル"
    752754
    753 #: helper/translation.php:1050
     755#: helper/translation.php:1051
    754756msgid "Language certification"
    755757msgstr "言語資格"
    756758
    757 #: helper/translation.php:1051
     759#: helper/translation.php:1052
    758760msgid "Language certifications"
    759761msgstr "言語資格"
    760762
    761 #: helper/translation.php:1052
     763#: helper/translation.php:1053
    762764#, fuzzy
    763765#| msgid "Language certification"
     
    765767msgstr "言語資格"
    766768
    767 #: helper/translation.php:1053
     769#: helper/translation.php:1054
    768770msgid "Language required"
    769771msgstr "必須言語"
    770772
    771 #: helper/translation.php:1054
     773#: helper/translation.php:1055
    772774msgid "Last"
    773775msgstr "最後へ"
    774776
    775 #: helper/translation.php:1055
     777#: helper/translation.php:1056
    776778msgid "Latest job"
    777779msgstr "新着求人"
    778780
    779 #: helper/translation.php:1056
     781#: helper/translation.php:1057
    780782msgid "Level"
    781783msgstr "レベル"
    782784
    783 #: helper/translation.php:1057
     785#: helper/translation.php:1058
    784786msgid "Linkedin"
    785787msgstr "Linkedin"
    786788
    787 #: helper/translation.php:1058 helper/translation.php:1218
     789#: helper/translation.php:1059 helper/translation.php:1219
    788790msgid "Link"
    789791msgstr "リンク"
    790792
    791 #: helper/translation.php:1059
     793#: helper/translation.php:1060
    792794#, fuzzy
    793795#| msgid "link font color"
     
    795797msgstr "フォントの色"
    796798
    797 #: helper/translation.php:1060
     799#: helper/translation.php:1061
    798800msgid "Location"
    799801msgstr "勤務地"
    800802
    801 #: helper/translation.php:1062
     803#: helper/translation.php:1063
    802804msgid "M"
    803805msgstr "男"
    804806
    805 #: helper/translation.php:1063
     807#: helper/translation.php:1064
    806808msgid "Max wage"
    807809msgstr "最高給与"
    808810
    809 #: helper/translation.php:1064
     811#: helper/translation.php:1065
    810812msgid "Message"
    811813msgstr "メッセージ"
    812814
    813 #: helper/translation.php:1065
     815#: helper/translation.php:1066
    814816msgid "Min wage"
    815817msgstr "最小給与"
    816818
    817 #: helper/translation.php:1066
     819#: helper/translation.php:1067
    818820msgid "mobile"
    819821msgstr "携帯"
    820822
    821 #: helper/translation.php:1067
     823#: helper/translation.php:1068
    822824msgid "Month"
    823825msgstr "月"
    824826
    825 #: helper/translation.php:1068
     827#: helper/translation.php:1069
    826828msgid "More information"
    827829msgstr "続きを読む"
    828830
    829 #: helper/translation.php:1070
     831#: helper/translation.php:1071
    830832msgid "Name"
    831833msgstr "名前"
    832834
    833 #: helper/translation.php:1071
     835#: helper/translation.php:1072
    834836msgid "Nationality"
    835837msgstr "国籍"
    836838
    837 #: helper/translation.php:1072
     839#: helper/translation.php:1073
    838840msgid "Nearest station"
    839841msgstr "最寄駅"
    840842
    841 #: helper/translation.php:1073
     843#: helper/translation.php:1074
    842844msgid "negotiable"
    843845msgstr "経験考慮の上、応相談"
    844846
    845 #: helper/translation.php:1074
     847#: helper/translation.php:1075
    846848msgid "Next"
    847849msgstr "次へ"
    848850
    849 #: helper/translation.php:1075
     851#: helper/translation.php:1076
    850852msgid "No job was found for your search"
    851853msgstr "あなたの検索で求人が見つかりませんでした"
    852854
    853 #: helper/translation.php:1076
     855#: helper/translation.php:1077
    854856msgid "Notice period"
    855857msgstr "退職までにかかる期間"
    856858
    857 #: helper/translation.php:1078
     859#: helper/translation.php:1079
    858860msgid "One code per line (iso 639-1, example: \"en\")"
    859861msgstr "一列に1コード(例:en)"
    860862
    861 #: helper/translation.php:1079
     863#: helper/translation.php:1080
    862864msgid "One code per line (iso 639-2, example: \"JP\")"
    863865msgstr "行に1つのコード(iso 639-2、例: \"JP\")"
    864866
    865 #: helper/translation.php:1080
     867#: helper/translation.php:1081
    866868#, fuzzy
    867869#| msgid "Order of favorite language"
     
    869871msgstr "お気に入りの言語の順番"
    870872
    871 #: helper/translation.php:1081
     873#: helper/translation.php:1082
    872874#, fuzzy
    873875#| msgid "Order of favorite nationality"
     
    875877msgstr "好きな国籍の順番"
    876878
    877 #: helper/translation.php:1082
     879#: helper/translation.php:1083
    878880#, fuzzy
    879881#| msgid "Order of favorite country others"
     
    881883msgstr "その他の気なる国を順位つける"
    882884
    883 #: helper/translation.php:1083
     885#: helper/translation.php:1084
    884886msgid "Order of favorite country others"
    885887msgstr "その他の気なる国を順位つける"
    886888
    887 #: helper/translation.php:1084
     889#: helper/translation.php:1085
    888890msgid "Other country"
    889891msgstr "海外"
    890892
    891 #: helper/translation.php:1085
     893#: helper/translation.php:1086
    892894msgid "Other languages"
    893895msgstr "他の言語"
    894896
    895 #: helper/translation.php:1086
     897#: helper/translation.php:1087
    896898msgid "Other"
    897899msgstr "その他"
    898900
    899 #: helper/translation.php:1087
     901#: helper/translation.php:1088
    900902msgid "other"
    901903msgstr "その他"
    902904
    903 #: helper/translation.php:1089
     905#: helper/translation.php:1090
    904906msgid "Parameters"
    905907msgstr "パラメーター"
    906908
    907 #: helper/translation.php:1090
     909#: helper/translation.php:1091
    908910msgid "Personal information"
    909911msgstr "個人情報"
    910912
    911 #: helper/translation.php:1091
     913#: helper/translation.php:1092
    912914msgid "Pick a color"
    913915msgstr "色の選択"
    914916
    915 #: helper/translation.php:1092
     917#: helper/translation.php:1093
    916918msgid "Phone number"
    917919msgstr "電話番号"
    918920
    919 #: helper/translation.php:1093 helper/translation.php:1245
     921#: helper/translation.php:1094 helper/translation.php:1246
    920922msgid "Phone type"
    921923msgstr "種類"
    922924
    923 #: helper/translation.php:1094
     925#: helper/translation.php:1095
    924926msgid "Phone"
    925927msgstr "電話番号"
    926928
    927 #: helper/translation.php:1095
     929#: helper/translation.php:1096
    928930msgid "Postal code"
    929931msgstr "郵便番号"
    930932
    931 #: helper/translation.php:1096
     933#: helper/translation.php:1097
    932934msgid "Previous"
    933935msgstr "前へ"
    934936
    935 #: helper/translation.php:1097
     937#: helper/translation.php:1098
    936938msgid "Privacy policy"
    937939msgstr "プライバシーポリシー"
    938940
    939 #: helper/translation.php:1098
     941#: helper/translation.php:1099
    940942#, fuzzy
    941943#| msgid "Privacy policy "
     
    943945msgstr "プライバシーポリシー "
    944946
    945 #: helper/translation.php:1099
     947#: helper/translation.php:1100
    946948msgid "I have read and agree with the privacy policy"
    947949msgstr "プライバシーポリシーに同意する"
    948950
    949 #: helper/translation.php:1100
     951#: helper/translation.php:1101
    950952msgid "Privacy policy link"
    951953msgstr "プライバシーポリシーのリンク"
    952954
    953 #: helper/translation.php:1101
     955#: helper/translation.php:1102
    954956msgid "Prefered list options"
    955957msgstr "選択のリストの配置"
    956958
    957 #: helper/translation.php:1102
     959#: helper/translation.php:1103
    958960msgid "ProbationPeriod"
    959961msgstr "試用期間"
    960962
    961 #: helper/translation.php:1103
     963#: helper/translation.php:1104
    962964msgid "Published"
    963965msgstr "公開日"
    964966
    965 #: helper/translation.php:1105
     967#: helper/translation.php:1106
    966968msgid "Recaptcha"
    967969msgstr ""
    968970
    969 #: helper/translation.php:1106
     971#: helper/translation.php:1107
    970972msgid "Recaptcha key"
    971973msgstr ""
    972974
    973 #: helper/translation.php:1107
     975#: helper/translation.php:1108
    974976msgid "Recaptcha secret"
    975977msgstr ""
    976978
    977 #: helper/translation.php:1108
     979#: helper/translation.php:1109
    978980msgid "please declare your website on the following link to get a key"
    979981msgstr ""
    980982
    981 #: helper/translation.php:1109
     983#: helper/translation.php:1110
    982984msgid "Read more..."
    983985msgstr "続きを読む。"
    984986
    985 #: helper/translation.php:1110
     987#: helper/translation.php:1111
    986988msgid "Read privacy policy"
    987989msgstr "プライバシーポリシーをお読み下さい"
    988990
    989 #: helper/translation.php:1111
     991#: helper/translation.php:1112
    990992msgid "Reason for hiring"
    991993msgstr "募集背景"
    992994
    993 #: helper/translation.php:1112
     995#: helper/translation.php:1113
    994996msgid "Reason for hiring details"
    995997msgstr "募集背景"
    996998
    997 #: helper/translation.php:1113
     999#: helper/translation.php:1114
    9981000msgid "Referrer"
    9991001msgstr "紹介"
    10001002
    1001 #: helper/translation.php:1114
     1003#: helper/translation.php:1115
    10021004msgid "How did you find us?"
    10031005msgstr "経路(どこで知りましたか)"
    10041006
    1005 #: helper/translation.php:1115
     1007#: helper/translation.php:1116
    10061008msgid "Region"
    10071009msgstr "都道府県"
    10081010
    1009 #: helper/translation.php:1116
     1011#: helper/translation.php:1117
    10101012msgid "Register"
    10111013msgstr "登録"
    10121014
    1013 #: helper/translation.php:1117
     1015#: helper/translation.php:1118
    10141016msgid "Remove"
    10151017msgstr "削除"
    10161018
    1017 #: helper/translation.php:1118
     1019#: helper/translation.php:1119
    10181020msgid "Reset"
    10191021msgstr "リセット"
    10201022
    1021 #: helper/translation.php:1119
     1023#: helper/translation.php:1120
    10221024msgid "results"
    10231025msgstr "件の検索結果が"
    10241026
    1025 #: helper/translation.php:1120
     1027#: helper/translation.php:1121
    10261028msgid "Resume"
    10271029msgstr "履歴書・職務経歴書"
    10281030
    1029 #: helper/translation.php:1121
     1031#: helper/translation.php:1122
    10301032msgid "Required language"
    10311033msgstr "必須言語"
    10321034
    1033 #: helper/translation.php:1123 helper/translation.php:1257
     1035#: helper/translation.php:1124 helper/translation.php:1258
    10341036msgid "Visa"
    10351037msgstr "ビザ"
    10361038
    1037 #: helper/translation.php:1124
     1039#: helper/translation.php:1125
    10381040msgid "Requirements"
    10391041msgstr "応募資格"
    10401042
    1041 #: helper/translation.php:1125
     1043#: helper/translation.php:1126
    10421044msgid "Return to search"
    10431045msgstr "検索に戻る"
    10441046
    1045 #: helper/translation.php:1126
     1047#: helper/translation.php:1127
    10461048msgid "Return to Job Details"
    10471049msgstr "求人詳細に戻る"
    10481050
    1049 #: helper/translation.php:1127
     1051#: helper/translation.php:1128
    10501052msgid "Reverse language skill"
    10511053msgstr "必須言語"
    10521054
    1053 #: helper/translation.php:1128
     1055#: helper/translation.php:1129
    10541056msgid "Rewrite url"
    10551057msgstr ""
    10561058
    1057 #: helper/translation.php:1130
     1059#: helper/translation.php:1131
    10581060msgid "Salary"
    10591061msgstr "給与"
    10601062
    1061 #: helper/translation.php:1131
     1063#: helper/translation.php:1132
    10621064#, fuzzy
    10631065#| msgid "Hide salary"
     
    10651067msgstr "給与検索を非表示にする/(検索フォームの給与フィールドを非表示にする)"
    10661068
    1067 #: helper/translation.php:1132 helper/translation.php:1221
     1069#: helper/translation.php:1133 helper/translation.php:1222
    10681070msgid "Search"
    10691071msgstr "検索"
    10701072
    1071 #: helper/translation.php:1133
     1073#: helper/translation.php:1134
    10721074#, fuzzy
    10731075#| msgid "Languages"
     
    10751077msgstr "言語"
    10761078
    1077 #: helper/translation.php:1134
     1079#: helper/translation.php:1135
    10781080msgid "Search jobs"
    10791081msgstr "求人を検索する"
    10801082
    1081 #: helper/translation.php:1135
     1083#: helper/translation.php:1136
    10821084msgid "Level or score"
    10831085msgstr "レベル又は得点"
    10841086
    1085 #: helper/translation.php:1136
     1087#: helper/translation.php:1137
    10861088msgid "Search results"
    10871089msgstr "検索結果"
    10881090
    1089 #: helper/translation.php:1137
     1091#: helper/translation.php:1138
    10901092msgid "Search field is multiple type"
    10911093msgstr "検索は複数選択可"
    10921094
    1093 #: helper/translation.php:1138
     1095#: helper/translation.php:1139
    10941096msgid "Settings"
    10951097msgstr "設定"
    10961098
    1097 #: helper/translation.php:1139 helper/translation.php:1225
     1099#: helper/translation.php:1140 helper/translation.php:1226
    10981100#, fuzzy
    10991101#| msgid "Postal code"
     
    11011103msgstr "郵便番号"
    11021104
    1103 #: helper/translation.php:1140
    1104 msgid "Selling point"
     1105#: helper/translation.php:1141
     1106msgid "Selling points"
    11051107msgstr "セールスポイント"
    11061108
    1107 #: helper/translation.php:1141
     1109#: helper/translation.php:1142
    11081110msgid "Select type"
    11091111msgstr "雇用形態を選ぶ"
    11101112
    1111 #: helper/translation.php:1142
     1113#: helper/translation.php:1143
    11121114msgid "Select industry"
    11131115msgstr "業種を選ぶ"
    11141116
    1115 #: helper/translation.php:1143
     1117#: helper/translation.php:1144
    11161118#, fuzzy
    11171119#| msgid "Select type"
     
    11191121msgstr "雇用形態を選ぶ"
    11201122
    1121 #: helper/translation.php:1144
     1123#: helper/translation.php:1145
    11221124msgid ""
    11231125"To select multiple fields, 'Ctrl+Click' for Windows and 'Command+Click' for "
     
    11271129"リック」"
    11281130
    1129 #: helper/translation.php:1145
     1131#: helper/translation.php:1146
    11301132msgid "Skills and Certification"
    11311133msgstr "スキル及び学歴・資格"
    11321134
    1133 #: helper/translation.php:1146
     1135#: helper/translation.php:1147
    11341136msgid "Skills and Certifications"
    11351137msgstr "スキル及び学歴・資格"
    11361138
    1137 #: helper/translation.php:1147
     1139#: helper/translation.php:1148
    11381140msgid "Social media"
    11391141msgstr "ソーシャルメディア"
    11401142
    1141 #: helper/translation.php:1148
     1143#: helper/translation.php:1149
    11421144msgid "Sort by"
    11431145msgstr "並び替え"
    11441146
    1145 #: helper/translation.php:1149
     1147#: helper/translation.php:1150
    11461148msgid "Source"
    11471149msgstr "媒体・情報源"
    11481150
    1149 #: helper/translation.php:1150
     1151#: helper/translation.php:1151
    11501152msgid "Source type"
    11511153msgstr "媒体・情報源"
    11521154
    1153 #: helper/translation.php:1151
     1155#: helper/translation.php:1152
    11541156#, fuzzy
    11551157#| msgid "Social media"
     
    11571159msgstr "ソーシャルメディア"
    11581160
    1159 #: helper/translation.php:1152
     1161#: helper/translation.php:1153
    11601162msgid "Status"
    11611163msgstr "状況"
    11621164
    1163 #: helper/translation.php:1153
     1165#: helper/translation.php:1154
    11641166msgid "Status of Residence"
    11651167msgstr "在留資格"
    11661168
    1167 #: helper/translation.php:1154
     1169#: helper/translation.php:1155
    11681170msgid "Street"
    11691171msgstr "番地"
    11701172
    1171 #: helper/translation.php:1155
     1173#: helper/translation.php:1156
    11721174msgid "Submit"
    11731175msgstr "応募する"
    11741176
    1175 #: helper/translation.php:1156
     1177#: helper/translation.php:1157
    11761178msgid "Subject"
    11771179msgstr ""
    11781180
    1179 #: helper/translation.php:1157
     1181#: helper/translation.php:1158
    11801182msgid "Summary"
    11811183msgstr ""
    11821184
    1183 #: helper/translation.php:1158
     1185#: helper/translation.php:1159
    11841186#, fuzzy
    11851187#| msgid "Hide salary"
     
    11871189msgstr "給与検索を非表示にする/(検索フォームの給与フィールドを非表示にする)"
    11881190
    1189 #: helper/translation.php:1159
     1191#: helper/translation.php:1160
    11901192#, fuzzy
    11911193#| msgid "Postal code"
     
    11931195msgstr "郵便番号"
    11941196
    1195 #: helper/translation.php:1160
     1197#: helper/translation.php:1161
    11961198msgid "[job-url]<br/>[given-name]<br/>[family-name]"
    11971199msgstr ""
    11981200
    1199 #: helper/translation.php:1161
     1201#: helper/translation.php:1162
    12001202msgid ""
    12011203"<h4>[jobsearch_form] - [tdb_job_board_form] / Include search and list</h4> \n"
     
    12981300msgstr ""
    12991301
    1300 #: helper/translation.php:1220
     1302#: helper/translation.php:1221
    13011303msgid "Design"
    13021304msgstr "デザイン"
    13031305
    1304 #: helper/translation.php:1222
     1306#: helper/translation.php:1223
    13051307msgid "Detail"
    13061308msgstr "詳細"
    13071309
    1308 #: helper/translation.php:1224 helper/translation.php:1272
     1310#: helper/translation.php:1225 helper/translation.php:1273
    13091311msgid "Widget"
    13101312msgstr "ウィジェット"
    13111313
    1312 #: helper/translation.php:1227
     1314#: helper/translation.php:1228
    13131315msgid "Tag group"
    13141316msgstr ""
    13151317
    1316 #: helper/translation.php:1228
     1318#: helper/translation.php:1229
    13171319msgid "Tag job title"
    13181320msgstr ""
    13191321
    1320 #: helper/translation.php:1229
     1322#: helper/translation.php:1230
    13211323msgid "Tags"
    13221324msgstr "タグ"
    13231325
    1324 #: helper/translation.php:1230
     1326#: helper/translation.php:1231
    13251327msgid "TDB"
    13261328msgstr "Tamago-DB"
    13271329
    1328 #: helper/translation.php:1231
     1330#: helper/translation.php:1232
    13291331msgid "TDB Job board"
    13301332msgstr "Tamago-DB求人連携"
    13311333
    1332 #: helper/translation.php:1232
     1334#: helper/translation.php:1233
    13331335msgid "Template"
    13341336msgstr "テンプレート"
    13351337
    1336 #: helper/translation.php:1233
     1338#: helper/translation.php:1234
    13371339msgid "Enable application for confirmation email"
    13381340msgstr ""
    13391341
    1340 #: helper/translation.php:1234
     1342#: helper/translation.php:1235
    13411343#, fuzzy
    13421344#| msgid "Template"
     
    13441346msgstr "テンプレート"
    13451347
    1346 #: helper/translation.php:1235
     1348#: helper/translation.php:1236
    13471349msgid "Template to be used"
    13481350msgstr "使用するテンプレート"
    13491351
    1350 #: helper/translation.php:1236
     1352#: helper/translation.php:1237
    13511353msgid "Thank you for your application. Your application has been sent."
    13521354msgstr "ご応募いただきありがとうございます。応募書類は正常に送信されました。"
    13531355
    1354 #: helper/translation.php:1237
     1356#: helper/translation.php:1238
    13551357msgid "Thank you. Your attachment has been sent."
    13561358msgstr "添付書類は正常に送信されました。"
    13571359
    1358 #: helper/translation.php:1238
     1360#: helper/translation.php:1239
    13591361msgid "TOEIC"
    13601362msgstr "TOEIC"
    13611363
    1362 #: helper/translation.php:1239
     1364#: helper/translation.php:1240
    13631365msgid "TOEFL"
    13641366msgstr "TOEFL"
    13651367
    1366 #: helper/translation.php:1240
     1368#: helper/translation.php:1241
    13671369msgid "Title"
    13681370msgstr "タイトル"
    13691371
    1370 #: helper/translation.php:1241
     1372#: helper/translation.php:1242
    13711373msgid "Type"
    13721374msgstr "雇用形態"
    13731375
    1374 #: helper/translation.php:1242
     1376#: helper/translation.php:1243
    13751377msgid "Type of Source"
    13761378msgstr "媒体・情報源(詳細"
    13771379
    1378 #: helper/translation.php:1243
     1380#: helper/translation.php:1244
    13791381msgid "Employement type detail"
    13801382msgstr "雇用形態(詳細)"
    13811383
    1382 #: helper/translation.php:1244
     1384#: helper/translation.php:1245
    13831385msgid "Email type"
    13841386msgstr "種類"
    13851387
    1386 #: helper/translation.php:1247
     1388#: helper/translation.php:1248
    13871389msgid "Url (personal website)"
    13881390msgstr "URL"
    13891391
    1390 #: helper/translation.php:1248
     1392#: helper/translation.php:1249
    13911393#, fuzzy
    13921394#| msgid "required field to apply"
     
    13941396msgstr "必須項目"
    13951397
    1396 #: helper/translation.php:1249
     1398#: helper/translation.php:1250
    13971399msgid "Update API"
    13981400msgstr "APIを更新"
    13991401
    1400 #: helper/translation.php:1250
     1402#: helper/translation.php:1251
    14011403msgid "Upload image"
    14021404msgstr ""
    14031405
    1404 #: helper/translation.php:1251
     1406#: helper/translation.php:1252
    14051407msgid "Update api"
    14061408msgstr "APIを更新"
    14071409
    1408 #: helper/translation.php:1252
     1410#: helper/translation.php:1253
    14091411msgid "Update translation"
    14101412msgstr "翻訳を更新"
    14111413
    1412 #: helper/translation.php:1253
     1414#: helper/translation.php:1254
    14131415msgid "Use one basis"
    14141416msgstr ""
    14151417"つの基準を使用/(検索フォームでは、1つの基準のみを使用、毎年、毎月、毎日)"
    14161418
    1417 #: helper/translation.php:1254
     1419#: helper/translation.php:1255
    14181420msgid "Use one currency"
    14191421msgstr ""
    14201422"つの通貨を使用/(検索フォームでは、1つの通貨のみを使用、円もしくはユーロ)"
    14211423
    1422 #: helper/translation.php:1255
     1424#: helper/translation.php:1256
    14231425msgid "Upload logo for social sharing"
    14241426msgstr ""
    14251427
    1426 #: helper/translation.php:1258
     1428#: helper/translation.php:1259
    14271429msgid "Visas"
    14281430msgstr "ビザ"
    14291431
    1430 #: helper/translation.php:1259
     1432#: helper/translation.php:1260
    14311433msgid "Country of issue"
    14321434msgstr "ビザ発行国"
    14331435
    1434 #: helper/translation.php:1260
     1436#: helper/translation.php:1261
    14351437msgid "Visa type"
    14361438msgstr "ビザの種類"
    14371439
    1438 #: helper/translation.php:1261
     1440#: helper/translation.php:1262
    14391441msgid "Video"
    14401442msgstr ""
    14411443
    1442 #: helper/translation.php:1262
     1444#: helper/translation.php:1263
    14431445msgid "For templates using video"
    14441446msgstr ""
    14451447
    1446 #: helper/translation.php:1265
     1448#: helper/translation.php:1264
     1449msgid "Show the video"
     1450msgstr ""
     1451
     1452#: helper/translation.php:1266
    14471453#, fuzzy
    14481454#| msgid "Wage amount"
     
    14501456msgstr "金額"
    14511457
    1452 #: helper/translation.php:1266
     1458#: helper/translation.php:1267
    14531459msgid "Wage amount"
    14541460msgstr "金額"
    14551461
    1456 #: helper/translation.php:1267
     1462#: helper/translation.php:1268
    14571463msgid "Wage basis"
    14581464msgstr "給与の支給方式"
    14591465
    1460 #: helper/translation.php:1268
     1466#: helper/translation.php:1269
    14611467#, fuzzy
    14621468#| msgid "Wage basis"
     
    14641470msgstr "給与の支給方式"
    14651471
    1466 #: helper/translation.php:1269
     1472#: helper/translation.php:1270
    14671473msgid "Wage currency"
    14681474msgstr "給与の通貨"
    14691475
    1470 #: helper/translation.php:1270
     1476#: helper/translation.php:1271
    14711477#, fuzzy
    14721478#| msgid "Wage currency"
     
    14741480msgstr "給与の通貨"
    14751481
    1476 #: helper/translation.php:1271
     1482#: helper/translation.php:1272
    14771483msgid "Wage detail"
    14781484msgstr "給与(詳細)"
    14791485
    1480 #: helper/translation.php:1273
     1486#: helper/translation.php:1274
    14811487msgid "Widget : Maximum date to show published jobs"
    14821488msgstr "ウィジェット:過去何日間の最新公開求人の表示するか選択"
    14831489
    1484 #: helper/translation.php:1274
     1490#: helper/translation.php:1275
    14851491msgid "Widget : Category to filter"
    14861492msgstr "ウィジェット:カテゴリーのフィルター"
    14871493
    1488 #: helper/translation.php:1275
     1494#: helper/translation.php:1276
    14891495msgid "Wage negotiable"
    14901496msgstr "経験考慮の上、応相談"
    14911497
    1492 #: helper/translation.php:1276
     1498#: helper/translation.php:1277
    14931499msgid "wordpress ID"
    14941500msgstr "ワードプレス ID"
    14951501
    1496 #: helper/translation.php:1277
     1502#: helper/translation.php:1278
    14971503msgid "Working hours"
    14981504msgstr "勤務時間"
    14991505
    1500 #: helper/translation.php:1278
     1506#: helper/translation.php:1279
    15011507msgid "work mobile"
    15021508msgstr "会社携帯"
    15031509
    1504 #: helper/translation.php:1279
     1510#: helper/translation.php:1280
    15051511msgid "work"
    15061512msgstr "会社"
    15071513
    1508 #: helper/translation.php:1280
     1514#: helper/translation.php:1281
    15091515msgid "work other"
    15101516msgstr "会社その他"
    15111517
    1512 #: helper/translation.php:1282
     1518#: helper/translation.php:1283
    15131519msgid "Years"
    15141520msgstr "年"
    15151521
    1516 #: helper/translation.php:1283
     1522#: helper/translation.php:1284
    15171523msgid "Your application has been sent. "
    15181524msgstr "応募書類は正常に送信されました。"
    15191525
    1520 #: helper/translation.php:1284
     1526#: helper/translation.php:1285
    15211527msgid "Error "
    15221528msgstr "エラー "
    1523 
    1524 #~ msgid ""
    1525 #~ "Tamago-DB Pro not working because you need to activate the Tamago-DB "
    1526 #~ "plugin."
    1527 #~ msgstr ""
    1528 #~ "Tamago-DB Proは動作していない場合、Tamago-DBプラグインを有効にする必要があ"
    1529 #~ "ります。"
    1530 
    1531 #~ msgid "Activate Tamago Now"
    1532 #~ msgstr "今すぐTamagoを有効にする"
    1533 
    1534 #~ msgid ""
    1535 #~ "Tamago-DB Pro not working because you need to install Tamago-DB plugin"
    1536 #~ msgstr ""
    1537 #~ "Tamago-DB Proは動作していない場合、Tamago-DBプラグインを有効にする必要があ"
    1538 #~ "ります。"
    1539 
    1540 #~ msgid "Install Tamago-DB Now"
    1541 #~ msgstr "今すぐTamago-DBをインストールする"
    1542 
    1543 #~ msgid ""
    1544 #~ "Tamago-DB Pro not working because you are using an old version of Tamago-"
    1545 #~ "DB."
    1546 #~ msgstr ""
    1547 #~ "旧型の“Tamago-DB”を使用しているため、“Tamago-DB Pro”は動作しません。\""
    1548 
    1549 #~ msgid "Update Tamago Now"
    1550 #~ msgstr "今すぐTamagoを更新する"
    1551 
    1552 #~ msgid ""
    1553 #~ "A new version of Tamago-DB is available. For better performance and "
    1554 #~ "compatibility of Tamago-DB Pro, we recommend updating to the latest "
    1555 #~ "version."
    1556 #~ msgstr ""
    1557 #~ "Tamago-DBの新しいバージョンが利用可能です。Tamago-DB Proのより良い性能と互"
    1558 #~ "換性のために、最新バージョンに更新することをお勧めします。"
    1559 
    1560 #~ msgid "Update Tamago-DB Now"
    1561 #~ msgstr "Tamago-DBを今すぐ更新"
    1562 
    1563 #~ msgid "Requirement"
    1564 #~ msgstr "応募資格"
    1565 
    1566 #~ msgid "Country visa"
    1567 #~ msgstr "入国ビザを申請"
    1568 
    1569 #~ msgid "Hide salary search"
    1570 #~ msgstr ""
    1571 #~ "給与検索を非表示にする/(検索フォームの給与フィールドを非表示にする)"
    1572 
    1573 #~ msgid "Job to show per page key"
    1574 #~ msgstr "求人をページ毎に表示するキー"
    1575 
    1576 #~ msgid "Order of favorite country"
    1577 #~ msgstr "ご希望の国の順番"
    1578 
    1579 #~ msgid "Referrer (how did you hear about us)"
    1580 #~ msgstr "経路(どこで知りましたか)"
    1581 
    1582 #~ msgid "Add certification"
    1583 #~ msgstr "資格を追加"
    1584 
    1585 #, fuzzy
    1586 #~| msgid "Email"
    1587 #~ msgid "Email phone"
    1588 #~ msgstr "Eメール"
    1589 
    1590 #~ msgid "Type email"
    1591 #~ msgstr "種類"
    1592 
    1593 #~ msgid "Type phone"
    1594 #~ msgstr "種類"
    1595 
    1596 #~ msgid "Url"
    1597 #~ msgstr "URL"
    1598 
    1599 #~ msgid "Desired employement"
    1600 #~ msgstr "希望勤務形態"
    1601 
    1602 #~ msgid "Noticed period"
    1603 #~ msgstr "退職までにかかる期間"
    1604 
    1605 #~ msgid "Required visa"
    1606 #~ msgstr "求められるビザ"
    1607 
    1608 #~ msgid "Overseas"
    1609 #~ msgstr "他の国"
    1610 
    1611 #~ msgid "File upload"
    1612 #~ msgstr "ファイルのアップロード"
    1613 
    1614 #~ msgid "Visa country"
    1615 #~ msgstr "ビザのある国"
    1616 
    1617 #~ msgid "Family name"
    1618 #~ msgstr "姓"
    1619 
    1620 #~ msgid "Sort by "
    1621 #~ msgstr "並び替え "
    1622 
    1623 #~ msgid "Favorite country"
    1624 #~ msgstr "好きな国"
    1625 
    1626 #~ msgid "Favorite languages"
    1627 #~ msgstr "好きな言語"
    1628 
    1629 #~ msgid "Holidays"
    1630 #~ msgstr "休日・休暇"
    1631 
    1632 #~ msgid "Conditions"
    1633 #~ msgstr "その他条件"
    1634 
    1635 #~ msgid "Selling points"
    1636 #~ msgstr "セールスポイント"
    1637 
    1638 #~ msgid "Working_hours"
    1639 #~ msgstr "勤務時間"
    1640 
    1641 #~ msgid "Phone numbers"
    1642 #~ msgstr "電話番号"
    1643 
    1644 #~ msgid "Score"
    1645 #~ msgstr "得点"
    1646 
    1647 #~ msgid "Return to Search"
    1648 #~ msgstr "検索に戻る"
    1649 
    1650 #~ msgid "Language Skill"
    1651 #~ msgstr "言語スキル"
    1652 
    1653 #~ msgid "Visa required"
    1654 #~ msgstr "就労ビザが必要になります"
    1655 
    1656 #~ msgid "Company"
    1657 #~ msgstr "会社"
    1658 
    1659 #~ msgid "Postal"
    1660 #~ msgstr "郵便番号"
    1661 
    1662 #~ msgid "Amount"
    1663 #~ msgstr "金額"
    1664 
    1665 #~ msgid "Negotiable"
    1666 #~ msgstr "経験考慮の上、応相談"
    1667 
    1668 #~ msgid "Type detail"
    1669 #~ msgstr "タイプの詳細"
    1670 
    1671 #~ msgid "Capital"
    1672 #~ msgstr "資本金"
    1673 
    1674 #~ msgid "Revenue"
    1675 #~ msgstr "売上高"
    1676 
    1677 #~ msgid "Employee count"
    1678 #~ msgstr "従業員数"
    1679 
    1680 #~ msgid "Publicy held"
    1681 #~ msgstr "株式公開"
    1682 
    1683 #~ msgid "publicly_held_details"
    1684 #~ msgstr "株式公開(詳細)"
    1685 
    1686 #~ msgid "working_hours"
    1687 #~ msgstr "勤務時間"
    1688 
    1689 #~ msgid "probationPeriod"
    1690 #~ msgstr "試用期間"
    1691 
    1692 #~ msgid "RESET"
    1693 #~ msgstr "リセット"
    1694 
    1695 #~ msgid "ID"
    1696 #~ msgstr "ID\v"
    1697 
    1698 #~ msgid "ID job"
    1699 #~ msgstr "求人ID"
    1700 
    1701 #~ msgid "Refferer"
    1702 #~ msgstr "紹介者(どこで弊社の事を知りましたか)"
    1703 
    1704 #~ msgid "Jobsearch setting"
    1705 #~ msgstr "求人検索設定"
    1706 
    1707 #~ msgid "Update database with api data"
    1708 #~ msgstr "API データを基にデータベースを更新する"
    1709 
    1710 #~ msgid "Update parameters"
    1711 #~ msgstr "パラメーターを更新"
    1712 
    1713 #~ msgid "Update content"
    1714 #~ msgstr "コンテンツの更新"
    1715 
    1716 #~ msgid "empty Css"
    1717 #~ msgstr "CSSを空にする"
    1718 
    1719 #~ msgid "prefered content in top"
    1720 #~ msgstr "お好みのコンテンツを上部に配置"
    1721 
    1722 #~ msgid "position of search button"
    1723 #~ msgstr "検索ボタンの位置"
    1724 
    1725 #~ msgid "Application Form"
    1726 #~ msgstr "応募書類"
    1727 
    1728 #~ msgid "Contact"
    1729 #~ msgstr "連絡先"
    1730 
    1731 #~ msgid "Established"
    1732 #~ msgstr "設立"
    1733 
    1734 #~ msgid "Number of employee"
    1735 #~ msgstr "従業員数"
    1736 
    1737 #~ msgid "Probation period"
    1738 #~ msgstr "試用期間"
    1739 
    1740 #~ msgid "Benefit"
    1741 #~ msgstr "福利厚生"
    1742 
    1743 #~ msgid "Yes"
    1744 #~ msgstr "はい"
    1745 
    1746 #, fuzzy
    1747 #~| msgid "Postal"
    1748 #~ msgid "Posted"
    1749 #~ msgstr "郵便番号"
    1750 
    1751 #~ msgid "Update link to synch with api"
    1752 #~ msgstr "API情報を同期するためにリンクを更新"
    1753 
    1754 #~ msgid "Update website colors"
    1755 #~ msgstr "ウェブサイトの色を更新"
    1756 
    1757 #~ msgid "Job title color"
    1758 #~ msgstr "求人タイトルの色"
    1759 
    1760 #~ msgid "Add"
    1761 #~ msgstr "追加"
    1762 
    1763 #~ msgid "These followed fields are incorrect"
    1764 #~ msgstr "下記の項目が正しくありません"
    1765 
    1766 #~ msgid "one or more fields are incorrect"
    1767 #~ msgstr "単一もしくは複数の項目が正しくありません"
    1768 
    1769 #, fuzzy
    1770 #~ msgid "Local"
    1771 #~ msgstr "地元"
    1772 
    1773 #, fuzzy
    1774 #~ msgid "title"
    1775 #~ msgstr "タイトル"
    1776 
    1777 #, fuzzy
    1778 #~| msgid "Birthdate"
    1779 #~ msgid "date"
    1780 #~ msgstr "誕生日"
    1781 
    1782 #, fuzzy
    1783 #~| msgid "Category"
    1784 #~ msgid "Catergory"
    1785 #~ msgstr "Category"
    1786 
    1787 #, fuzzy
    1788 #~| msgid "Publicy held"
    1789 #~ msgid "Published date"
    1790 #~ msgstr "公開された"
    1791 
    1792 #, fuzzy
    1793 #~| msgid "Established"
    1794 #~ msgid "Date published"
    1795 #~ msgstr "設立"
    1796 
    1797 #~ msgid "Search Job Form"
    1798 #~ msgstr "求人フォームを検索する"
    1799 
    1800 #~ msgid "Kind of job"
    1801 #~ msgstr "仕事の種類"
    1802 
    1803 #~ msgid "Your search have found"
    1804 #~ msgstr "あなたの検索が見つかりました"
    1805 
    1806 #~ msgid "To"
    1807 #~ msgstr "に"
    1808 
    1809 #~ msgid "Expired"
    1810 #~ msgstr "期限切れ"
    1811 
    1812 #~ msgid "Japanese"
    1813 #~ msgstr "日本"
    1814 
    1815 #~ msgid "English"
    1816 #~ msgstr "英語"
    1817 
    1818 #, fuzzy
    1819 #~| msgid "Given name"
    1820 #~ msgid "Vietnamese"
    1821 #~ msgstr "指定された名前"
    1822 
    1823 #~ msgid "Japan"
    1824 #~ msgstr "日本"
  • jobsearch/trunk/helper/Job.php

    r2605912 r2614212  
    4141    private $holidays;
    4242    private $condition;
    43     private $selling_point;
     43    private $selling_points;
    4444    private $address;
    4545    private $working_hours;
     
    184184            // selling point
    185185            if(isset($xml->{'company'}->{'selling_points'}) && !empty($param["selling_points"])) {
    186                 $this->set_selling_point($jobHelper->tdb_jb_get_json_value($xml->{'company'}->{'selling_points'}));
     186                $this->set_selling_points($jobHelper->tdb_jb_get_json_value($xml->{'company'}->{'selling_points'}));
    187187            }
    188188            // address
     
    272272        $this->holidays = '';
    273273        $this->condition = '';
    274         $this->selling_point = '';
     274        $this->selling_points = '';
    275275        $this->address = '';
    276276        $this->working_hours = '';
     
    554554        $this->google_job["conditions"] = $this->condition;
    555555    }
    556     private function set_selling_point($selling_point) {
    557         $this->selling_point = $selling_point;
    558         $this->google_job["selling_points"] = $this->selling_point;
     556    private function set_selling_points($selling_points) {
     557        $this->selling_points = $selling_points;
     558        $this->google_job["selling_points"] = $this->selling_points;
    559559    }
    560560    private function set_address($address) {
     
    765765        return array("value" => $this->condition, "translate" => TDB_LANG_CONDITION);
    766766    }
    767     public function get_array_selling_point() {
    768         return array("value" => $this->selling_point, "translate" => TDB_LANG_SELLINGPOINT);
     767    public function get_array_selling_points() {
     768        return array("value" => $this->selling_points, "translate" => TDB_LANG_SELLINGPOINT);
    769769    }
    770770    public function get_array_address() {
     
    807807        $array["holidays"] = $this->get_array_holidays();
    808808        $array["conditions"] = $this->get_array_condition();
    809         $array["selling_points"] = $this->get_array_selling_point();
     809        $array["selling_points"] = $this->get_array_selling_points();
    810810        $array["address"] = $this->get_array_address();
    811811        $array["working_hours"] = $this->get_array_working_hours();
     
    842842        $array["conditions"] = $this->get_array_condition();
    843843        $array["reason_for_hiring_details"] = $this->get_array_reason_hiring();
    844         $array["selling_points"] = $this->get_array_selling_point();
     844        $array["selling_points"] = $this->get_array_selling_points();
    845845        $array["visas"] = $this->get_array_visa();
    846846
  • jobsearch/trunk/helper/helper.php

    r2514553 r2614212  
    691691        $param["industry"] = preg_replace('/\s\s+/', '', $this->tdb_jb_get_parameters(TDB_TABLE_PARAM,'industryParam','sValue','sName'));
    692692        $param["benefits"] = preg_replace('/\s\s+/', '', $this->tdb_jb_get_parameters(TDB_TABLE_PARAM,'benefitsParam','sValue','sName'));
     693        $param["selling_points"] = preg_replace('/\s\s+/', '', $this->tdb_jb_get_parameters(TDB_TABLE_PARAM,'selling_pointsParam','sValue','sName'));
    693694
    694695        return $param;
  • jobsearch/trunk/helper/translation.php

    r2573203 r2614212  
    11391139        define('TDB_LANG_SETTINGS',__("Settings",$translation_name));
    11401140        define('TDB_LANG_SHORTCODE',__("Shortcode",$translation_name));
    1141         define('TDB_LANG_SELLINGPOINT',__("Selling point",$translation_name));
     1141        define('TDB_LANG_SELLINGPOINTS',__("Selling points",$translation_name));
    11421142        define('TDB_LANG_SELECTEMPLOYEMENTTYPE',__("Select type",$translation_name));
    11431143        define('TDB_LANG_SELECTINDUSTRY',__("Select industry",$translation_name));
     
    12621262        define('TDB_LANG_VIDEO',__("Video",$translation_name));
    12631263        define('TDB_LANG_VIDEOTEMPLATE',__("For templates using video",$translation_name));
    1264         define('TDB_LANG_VIDEOSHOWEXPLAIN',__("",$translation_name));
     1264        define('TDB_LANG_VIDEOSHOWEXPLAIN',__("Show the video",$translation_name));
    12651265//W//
    12661266        define('TDB_LANG_MAXWAGEAMOUNT',__("Max wage amount",$translation_name));
  • jobsearch/trunk/jobsearch.php

    r2609971 r2614212  
    33Plugin Name: Tamago-DB Job Board
    44Description: Job board integrated with the ATS/CRM Tamago-DB
    5 Version: 2.0.11
     5Version: 2.0.12
    66Author: Tamago-DB
    77Text Domain: jobsearch
     
    365365    wp_enqueue_style( 'jobsearch-admin-css', 1 );
    366366    wp_register_style( 'jobsearch-admin-css1', plugins_url( $cssLink ));
    367     wp_enqueue_style( 'jobsearch-admin-css1' );
     367    wp_enqueue_style( 'jobsearch-admin-css1');
    368368    wp_register_script( 'jobsearchScriptAdmin',  plugins_url( $jsAdmin),'admin', '1.0',true );
    369369    wp_enqueue_script('jobsearchScriptAdmin');
     
    418418    $plugin = basename( plugin_dir_path( __FILE__  ));
    419419
    420    
     420
    421421    $plugin_name = $plugin;
    422422    $jsLink = $plugin . '/js/jobsearch.js';
  • jobsearch/trunk/languages/ja/jobsearch-ja.po

    r2579099 r2614212  
    22msgstr ""
    33"Project-Id-Version: \n"
    4 "POT-Creation-Date: 2021-04-07 15:32+0900\n"
    5 "PO-Revision-Date: 2021-08-06 11:37+0900\n"
     4"POT-Creation-Date: 2021-10-14 12:52+0200\n"
     5"PO-Revision-Date: 2021-10-14 12:52+0200\n"
    66"Last-Translator: \n"
    77"Language-Team: \n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "X-Generator: Poedit 2.3\n"
     12"X-Generator: Poedit 2.4.2\n"
    1313"X-Poedit-Basepath: ../..\n"
    1414"Plural-Forms: nplurals=1; plural=0;\n"
     
    1717"X-Poedit-SearchPath-0: .\n"
    1818
    19 #: helper/translation.php:869
     19#: frontEnd/widget/sidebarJobList.php:16
     20#, fuzzy
     21#| msgid "Kind of job"
     22msgid "list of jobs"
     23msgstr "仕事の種類"
     24
     25#: helper/translation.php:870
    2026msgid "Ability"
    2127msgstr "レベル"
    2228
    23 #: helper/translation.php:871
     29#: helper/translation.php:872
    2430msgid "Add email"
    2531msgstr "Eメールを追加"
    2632
    27 #: helper/translation.php:872
     33#: helper/translation.php:873
    2834msgid "Add phone"
    2935msgstr "電話番号を追加"
    3036
    31 #: helper/translation.php:873
     37#: helper/translation.php:874
    3238msgid "Add language"
    3339msgstr "言語を追加"
    3440
    35 #: helper/translation.php:874
     41#: helper/translation.php:875
    3642#, fuzzy
    3743#| msgid "Api link"
     
    3945msgstr "API リンク"
    4046
    41 #: helper/translation.php:875
     47#: helper/translation.php:876
    4248msgid "Add details"
    4349msgstr "資格を追加"
    4450
    45 #: helper/translation.php:876
     51#: helper/translation.php:877
    4652msgid "Advanced"
    4753msgstr ""
    4854
    49 #: helper/translation.php:877
     55#: helper/translation.php:878
    5056msgid "Address"
    5157msgstr "住所"
    5258
    53 #: helper/translation.php:878 helper/translation.php:889
    54 #: helper/translation.php:1223
     59#: helper/translation.php:879 helper/translation.php:890
     60#: helper/translation.php:1224
    5561msgid "Apply"
    5662msgstr "今すぐ応募"
    5763
    58 #: helper/translation.php:879
     64#: helper/translation.php:880
    5965msgid ""
    6066"An undefined error occurred with the attachment. Please check the attachment "
     
    6470"下さい。"
    6571
    66 #: helper/translation.php:880
     72#: helper/translation.php:881
    6773msgid "An undefined error occurred. Please try again later."
    6874msgstr "予期せぬ問題が発生しました。後ほど再度お試しください。"
    6975
    70 #: helper/translation.php:881
     76#: helper/translation.php:882
    7177msgid "Any"
    7278msgstr "問わない"
    7379
    74 #: helper/translation.php:882
     80#: helper/translation.php:883
    7581msgid "Address Postal"
    7682msgstr "住所"
    7783
    78 #: helper/translation.php:884
     84#: helper/translation.php:885
    7985msgid "Api key"
    8086msgstr "API キー"
    8187
    82 #: helper/translation.php:885
     88#: helper/translation.php:886
    8389msgid "Api link (domain without http protocol)"
    8490msgstr "リンク"
    8591
    86 #: helper/translation.php:886
     92#: helper/translation.php:887
    8793msgid "Apply date"
    8894msgstr "応募日"
    8995
    90 #: helper/translation.php:887
     96#: helper/translation.php:888
    9197#, fuzzy
    9298#| msgid "Apply fields"
     
    94100msgstr "応募画面の設定"
    95101
    96 #: helper/translation.php:888
     102#: helper/translation.php:889
    97103msgid "Apply Now"
    98104msgstr "今すぐ応募"
    99105
    100 #: helper/translation.php:890
     106#: helper/translation.php:891
    101107msgid "Apply history"
    102108msgstr "応募履歴"
    103109
    104 #: helper/translation.php:891
     110#: helper/translation.php:892
    105111msgid "ASC"
    106112msgstr "昇順"
    107113
    108 #: helper/translation.php:892
     114#: helper/translation.php:893
    109115msgid "At the bottom"
    110116msgstr "一番下に行く"
    111117
    112 #: helper/translation.php:893
     118#: helper/translation.php:894
    113119msgid "At the top"
    114120msgstr "トップに戻る"
    115121
    116 #: helper/translation.php:894
     122#: helper/translation.php:895
    117123msgid "Attachment"
    118124msgstr "添付ファイル"
    119125
    120 #: helper/translation.php:896
     126#: helper/translation.php:897
    121127msgid "Basis"
    122128msgstr "支給方式"
    123129
    124 #: helper/translation.php:897
     130#: helper/translation.php:898
    125131#, fuzzy
    126132#| msgid "Reverse language skill"
     
    128134msgstr "必須言語"
    129135
    130 #: helper/translation.php:898
     136#: helper/translation.php:899
    131137msgid "And lower"
    132138msgstr "それ以下"
    133139
    134 #: helper/translation.php:899
     140#: helper/translation.php:900
    135141msgid "Benefits"
    136142msgstr "待遇・福利厚生"
    137143
    138 #: helper/translation.php:900
     144#: helper/translation.php:901
    139145msgid "Birthdate"
    140146msgstr "誕生日"
    141147
    142 #: helper/translation.php:901
     148#: helper/translation.php:902
    143149msgid "button"
    144150msgstr "ボタン"
    145151
    146 #: helper/translation.php:902
     152#: helper/translation.php:903
    147153#, fuzzy
    148154#| msgid "Button Submit background color"
     
    150156msgstr "背景色を指定するボタン"
    151157
    152 #: helper/translation.php:903
     158#: helper/translation.php:904
    153159#, fuzzy
    154160#| msgid "Button Submit font color"
     
    156162msgstr "フォントの色を指定するボタン"
    157163
    158 #: helper/translation.php:904
     164#: helper/translation.php:905
    159165#, fuzzy
    160166#| msgid "Button More background color"
     
    162168msgstr "背景色を指定するボタン"
    163169
    164 #: helper/translation.php:905
     170#: helper/translation.php:906
    165171#, fuzzy
    166172#| msgid "Button More font color"
     
    168174msgstr "フォントの色"
    169175
    170 #: helper/translation.php:907
     176#: helper/translation.php:908
    171177msgid "Category"
    172178msgstr "職種"
    173179
    174 #: helper/translation.php:908
     180#: helper/translation.php:909
    175181#, fuzzy
    176182#| msgid "Display category"
     
    178184msgstr "部門表示"
    179185
    180 #: helper/translation.php:909
     186#: helper/translation.php:910
    181187#, fuzzy
    182188#| msgid "Display type"
     
    184190msgstr "表示形式"
    185191
    186 #: helper/translation.php:910
     192#: helper/translation.php:911
    187193msgid "Excluded"
    188194msgstr ""
    189195
    190 #: helper/translation.php:911
     196#: helper/translation.php:912
    191197msgid "Invalid captcha"
    192198msgstr "CAPTCHAの入力が間違っています"
    193199
    194 #: helper/translation.php:912
     200#: helper/translation.php:913
    195201msgid "Certification"
    196202msgstr "学歴・資格"
    197203
    198 #: helper/translation.php:913
     204#: helper/translation.php:914
    199205#, fuzzy
    200206#| msgid "Language certification"
     
    202208msgstr "言語資格"
    203209
    204 #: helper/translation.php:914
     210#: helper/translation.php:915
    205211#, fuzzy
    206212#| msgid "Certification"
     
    208214msgstr "学歴・資格"
    209215
    210 #: helper/translation.php:915
     216#: helper/translation.php:916
    211217msgid "Certifications"
    212218msgstr "スキル及び学歴・資格"
    213219
    214 #: helper/translation.php:916
     220#: helper/translation.php:917
    215221msgid "Certification score"
    216222msgstr "資格の得点"
    217223
    218 #: helper/translation.php:917
     224#: helper/translation.php:918
    219225msgid "Certifications scores"
    220226msgstr "資格の得点"
    221227
    222 #: helper/translation.php:918
     228#: helper/translation.php:919
    223229msgid "Check all"
    224230msgstr "全てをチェック"
    225231
    226 #: helper/translation.php:919
    227 #, fuzzy
    228 #| msgid ""
    229 #| "Choose the first option which will be shown on the list (on the search "
    230 #| "form for currency, on the apply form for the language certification)"
     232#: helper/translation.php:920
    231233msgid ""
    232234"Choose the first option who will be shown on the list (Currency and basis "
     
    234236msgstr "リストの一番最初に来るオプションを選択"
    235237
    236 #: helper/translation.php:920
     238#: helper/translation.php:921
    237239#, fuzzy
    238240#| msgid "Choose which field have to be shown on the apply form"
     
    240242msgstr "応募フォームで表示させる項目を選択"
    241243
    242 #: helper/translation.php:921
     244#: helper/translation.php:922
    243245msgid "Choose which field have to be mandatory on the apply form"
    244246msgstr "応募フォームで必須となる項目を選択"
    245247
    246 #: helper/translation.php:922
     248#: helper/translation.php:923
    247249msgid "Mandatory fields"
    248250msgstr "必須項目"
    249251
    250 #: helper/translation.php:923
     252#: helper/translation.php:924
    251253msgid "Choose a work place"
    252254msgstr "勤務地を選ぶ"
    253255
    254 #: helper/translation.php:924
     256#: helper/translation.php:925
    255257msgid "Choose which elements have to be visible on the detail page"
    256258msgstr "求人の詳細ページで表示させる項目を選択"
    257259
    258 #: helper/translation.php:925
     260#: helper/translation.php:926
    259261msgid "City"
    260262msgstr "市区町村"
    261263
    262 #: helper/translation.php:926
     264#: helper/translation.php:927
    263265msgid "Resize column"
    264266msgstr ""
    265267
    266 #: helper/translation.php:927
     268#: helper/translation.php:928
    267269msgid "change the colsize for the register form"
    268270msgstr ""
    269271
    270 #: helper/translation.php:928
     272#: helper/translation.php:929
    271273msgid "company.tamago-db.com"
    272274msgstr "company.tamago-db.com"
    273275
    274 #: helper/translation.php:929
     276#: helper/translation.php:930
    275277msgid "Condition"
    276278msgstr "条件"
    277279
    278 #: helper/translation.php:930
     280#: helper/translation.php:931
    279281msgid "Contact Details"
    280282msgstr "連絡先情報"
    281283
    282 #: helper/translation.php:931
     284#: helper/translation.php:932
    283285msgid "Country"
    284286msgstr "国名"
    285287
    286 #: helper/translation.php:932
     288#: helper/translation.php:933
    287289msgid ""
    288290"Country visa(set up by default a country for the visa if the candidate "
     
    290292msgstr ""
    291293
    292 #: helper/translation.php:933
     294#: helper/translation.php:934
    293295msgid "Currencies"
    294296msgstr "通貨"
    295297
    296 #: helper/translation.php:934
     298#: helper/translation.php:935
    297299msgid "Current salary"
    298300msgstr "現在の給与"
    299301
    300 #: helper/translation.php:935
     302#: helper/translation.php:936
    301303#, fuzzy
    302304#| msgid "Wage currency"
     
    304306msgstr "給与の通貨"
    305307
    306 #: helper/translation.php:936
     308#: helper/translation.php:937
    307309#, fuzzy
    308310#| msgid "Use one basis"
     
    311313"つの基準を使用/(検索フォームでは、1つの基準のみを使用、毎年、毎月、毎日)"
    312314
    313 #: helper/translation.php:937
     315#: helper/translation.php:938
    314316msgid "Bonus salary"
    315317msgstr "ボーナス給与"
    316318
    317 #: helper/translation.php:938
     319#: helper/translation.php:939
    318320#, fuzzy
    319321#| msgid "Use one currency"
     
    322324"つの通貨を使用/(検索フォームでは、1つの通貨のみを使用、円もしくはユーロ)"
    323325
    324 #: helper/translation.php:939
     326#: helper/translation.php:940
    325327#, fuzzy
    326328#| msgid "Use one basis"
     
    329331"つの基準を使用/(検索フォームでは、1つの基準のみを使用、毎年、毎月、毎日)"
    330332
    331 #: helper/translation.php:941
     333#: helper/translation.php:942
    332334msgid "CC"
    333335msgstr "CC"
    334336
    335 #: helper/translation.php:942
     337#: helper/translation.php:943
    336338msgid "Bcc"
    337339msgstr "BCC"
    338340
    339 #: helper/translation.php:943
     341#: helper/translation.php:944
    340342msgid "Currency"
    341343msgstr "通貨"
    342344
    343 #: helper/translation.php:944
     345#: helper/translation.php:945
    344346msgid "Customize design"
    345347msgstr "デザインのカスタマイズ"
    346348
    347 #: helper/translation.php:945
     349#: helper/translation.php:946
    348350msgid "Use customize folder"
    349351msgstr "カスタマイズの使用"
    350352
    351 #: helper/translation.php:946 helper/translation.php:982
     353#: helper/translation.php:947 helper/translation.php:983
    352354msgid "Current company"
    353355msgstr "現在の会社"
    354356
    355 #: helper/translation.php:947 helper/translation.php:984
     357#: helper/translation.php:948 helper/translation.php:985
    356358msgid "Current department"
    357359msgstr "現在の部署"
    358360
    359 #: helper/translation.php:948 helper/translation.php:983
     361#: helper/translation.php:949 helper/translation.php:984
    360362msgid "Current position"
    361363msgstr "現在の役職"
    362364
    363 #: helper/translation.php:950
     365#: helper/translation.php:951
    364366msgid "Data sended"
    365367msgstr "送信されたデータ"
    366368
    367 #: helper/translation.php:951
     369#: helper/translation.php:952
    368370msgid "Date"
    369371msgstr "日付"
    370372
    371 #: helper/translation.php:952
     373#: helper/translation.php:953
    372374msgid "Day"
    373375msgstr "日"
    374376
    375 #: helper/translation.php:953
     377#: helper/translation.php:954
    376378msgid "Default"
    377379msgstr "デフォルト"
    378380
    379 #: helper/translation.php:954
     381#: helper/translation.php:955
    380382msgid "DESC"
    381383msgstr "降順"
    382384
    383 #: helper/translation.php:955
     385#: helper/translation.php:956
    384386#, fuzzy
    385387#| msgid "Add phone"
     
    387389msgstr "電話番号を追加"
    388390
    389 #: helper/translation.php:956
     391#: helper/translation.php:957
    390392#, fuzzy
    391393#| msgid "Add email"
     
    393395msgstr "Eメールを追加"
    394396
    395 #: helper/translation.php:957
     397#: helper/translation.php:958
    396398msgid "Description"
    397399msgstr "求人情報"
    398400
    399 #: helper/translation.php:958
     401#: helper/translation.php:959
    400402msgid "Use default image"
    401403msgstr ""
    402404
    403 #: helper/translation.php:959
     405#: helper/translation.php:960
    404406msgid "Upload default image"
    405407msgstr ""
    406408
    407 #: helper/translation.php:960
     409#: helper/translation.php:961
    408410msgid "Description cleaned (strip 'p' tag and 'ul' tag)"
    409411msgstr ""
    410412
    411 #: helper/translation.php:961
     413#: helper/translation.php:962
    412414msgid "Desired employment"
    413415msgstr "希望勤務形態"
    414416
    415 #: helper/translation.php:962
     417#: helper/translation.php:963
    416418msgid "Desired employment types"
    417419msgstr "希望勤務形態"
    418420
    419 #: helper/translation.php:963
     421#: helper/translation.php:964
    420422msgid "Desired wage"
    421423msgstr "希望給与"
    422424
    423 #: helper/translation.php:964
     425#: helper/translation.php:965
    424426msgid "Desired job industry"
    425427msgstr "業種"
    426428
    427 #: helper/translation.php:965
     429#: helper/translation.php:966
    428430msgid "Desired location"
    429431msgstr "勤務地"
    430432
    431 #: helper/translation.php:966
     433#: helper/translation.php:967
    432434msgid "Desired job category"
    433435msgstr "職種"
    434436
    435 #: helper/translation.php:967
     437#: helper/translation.php:968
    436438msgid "Display type"
    437439msgstr "表示形式"
    438440
    439 #: helper/translation.php:968
     441#: helper/translation.php:969
    440442msgid "Display category"
    441443msgstr "部門表示"
    442444
    443 #: helper/translation.php:969
     445#: helper/translation.php:970
    444446#, fuzzy
    445447#| msgid "Apply fields"
     
    447449msgstr "応募画面の設定"
    448450
    449 #: helper/translation.php:970
     451#: helper/translation.php:971
    450452#, fuzzy
    451453#| msgid "Display type"
     
    453455msgstr "表示形式"
    454456
    455 #: helper/translation.php:971
     457#: helper/translation.php:972
    456458#, fuzzy
    457459#| msgid "Display type"
     
    459461msgstr "表示形式"
    460462
    461 #: helper/translation.php:972
     463#: helper/translation.php:973
    462464msgid "Display industry"
    463465msgstr "業種を選ぶ"
    464466
    465 #: helper/translation.php:973
     467#: helper/translation.php:974
    466468msgid "Download json"
    467469msgstr "JSONをダウンロード"
    468470
    469 #: helper/translation.php:975
     471#: helper/translation.php:976
    470472msgid "Education"
    471473msgstr "求められる学歴"
    472474
    473 #: helper/translation.php:976
     475#: helper/translation.php:977
    474476msgid "Education level"
    475477msgstr "求められる学歴"
    476478
    477 #: helper/translation.php:977 helper/translation.php:1226
     479#: helper/translation.php:978 helper/translation.php:1227
    478480msgid "Email"
    479481msgstr "Eメール"
    480482
    481 #: helper/translation.php:978
     483#: helper/translation.php:979
    482484#, fuzzy
    483485#| msgid "Email type"
     
    485487msgstr "種類"
    486488
    487 #: helper/translation.php:979
     489#: helper/translation.php:980
    488490msgid "From, Subject and Content are mandatory to send an email!"
    489491msgstr ""
    490492
    491 #: helper/translation.php:980
     493#: helper/translation.php:981
    492494msgid "Emails"
    493495msgstr "Eメール"
    494496
    495 #: helper/translation.php:981
     497#: helper/translation.php:982
    496498msgid "Employment"
    497499msgstr "職歴"
    498500
    499 #: helper/translation.php:985
     501#: helper/translation.php:986
    500502msgid ""
    501503"Error message - 'There has been an error with your application. Please check "
     
    504506"応募書類に予期せぬエラーが発生いたしました。確認後、再度ご応募ください。"
    505507
    506 #: helper/translation.php:986
     508#: helper/translation.php:987
    507509msgid "Employement type"
    508510msgstr "雇用形態"
    509511
    510 #: helper/translation.php:987
     512#: helper/translation.php:988
    511513msgid "Established years"
    512514msgstr "設立"
    513515
    514 #: helper/translation.php:988
     516#: helper/translation.php:989
    515517msgid "Extended"
    516518msgstr "マンション、ビル名など"
    517519
    518 #: helper/translation.php:989
     520#: helper/translation.php:990
    519521msgid "Extra"
    520522msgstr "余分な"
    521523
    522 #: helper/translation.php:990
     524#: helper/translation.php:991
    523525msgid "The uploaded file should be an image"
    524526msgstr ""
    525527
    526 #: helper/translation.php:991
     528#: helper/translation.php:992
    527529msgid "The uploaded file should be lower than"
    528530msgstr ""
    529531
    530 #: helper/translation.php:993
     532#: helper/translation.php:994
    531533msgid "Facebook"
    532534msgstr "Facebook"
    533535
    534 #: helper/translation.php:994
     536#: helper/translation.php:995
    535537msgid "From"
    536538msgstr "から"
    537539
    538 #: helper/translation.php:995
     540#: helper/translation.php:996
    539541msgid "Family Name"
    540542msgstr "姓(Last name)"
    541543
    542 #: helper/translation.php:996
     544#: helper/translation.php:997
    543545msgid "Suggested country"
    544546msgstr "得意な国"
    545547
    546 #: helper/translation.php:997
     548#: helper/translation.php:998
    547549msgid "Suggested languages"
    548550msgstr "得意な言語"
    549551
    550 #: helper/translation.php:998
     552#: helper/translation.php:999
    551553msgid "F"
    552554msgstr "女"
    553555
    554 #: helper/translation.php:999
     556#: helper/translation.php:1000
    555557msgid "Fetch latest labels and translations"
    556558msgstr "最新のラベルと翻訳に更新する"
    557559
    558 #: helper/translation.php:1000
     560#: helper/translation.php:1001
    559561msgid "Featured"
    560562msgstr ""
    561563
    562 #: helper/translation.php:1001
     564#: helper/translation.php:1002
    563565msgid "Files"
    564566msgstr "ファイル"
    565567
    566 #: helper/translation.php:1002
     568#: helper/translation.php:1003
    567569msgid "First"
    568570msgstr "最初へ"
    569571
    570 #: helper/translation.php:1003
     572#: helper/translation.php:1004
    571573msgid "Please upload your resume"
    572574msgstr ""
    573575"※履歴書・職務経歴書があればアップロードしてください。なければ不要です。"
    574576
    575 #: helper/translation.php:1004
     577#: helper/translation.php:1005
    576578msgid "found"
    577579msgstr "見つかりました"
    578580
    579 #: helper/translation.php:1005
     581#: helper/translation.php:1006
    580582#, fuzzy
    581583#| msgid "Submit button"
     
    583585msgstr "応募する"
    584586
    585 #: helper/translation.php:1007
     587#: helper/translation.php:1008
    586588msgid "Gender"
    587589msgstr "性別"
    588590
    589 #: helper/translation.php:1008
     591#: helper/translation.php:1009
    590592msgid "Given name"
    591593msgstr "名(First Name)"
    592594
    593 #: helper/translation.php:1010 helper/translation.php:1011
     595#: helper/translation.php:1011 helper/translation.php:1012
    594596msgid "Hide salary"
    595597msgstr "給与検索を非表示にする/(検索フォームの給与フィールドを非表示にする)"
    596598
    597 #: helper/translation.php:1012
     599#: helper/translation.php:1013
    598600#, fuzzy
    599601#| msgid "Wage basis"
     
    601603msgstr "給与の支給方式"
    602604
    603 #: helper/translation.php:1013
     605#: helper/translation.php:1014
    604606#, fuzzy
    605607#| msgid "Wage currency"
     
    607609msgstr "給与の通貨"
    608610
    609 #: helper/translation.php:1014
     611#: helper/translation.php:1015
    610612#, fuzzy
    611613#| msgid "Max wage"
     
    613615msgstr "最高給与"
    614616
    615 #: helper/translation.php:1015
     617#: helper/translation.php:1016
    616618#, fuzzy
    617619#| msgid "Min wage"
     
    619621msgstr "最小給与"
    620622
    621 #: helper/translation.php:1016
     623#: helper/translation.php:1017
    622624#, fuzzy
    623625#| msgid "Add language"
     
    625627msgstr "言語を追加"
    626628
    627 #: helper/translation.php:1017
     629#: helper/translation.php:1018
    628630#, fuzzy
    629631#| msgid "add language"
     
    631633msgstr "言語を追加"
    632634
    633 #: helper/translation.php:1018
     635#: helper/translation.php:1019
    634636#, fuzzy
    635637#| msgid "Hide search form"
     
    637639msgstr "検索フォームを隠す"
    638640
    639 #: helper/translation.php:1019
     641#: helper/translation.php:1020
    640642#, fuzzy
    641643#| msgid "Hide search form"
     
    643645msgstr "検索フォームを隠す"
    644646
    645 #: helper/translation.php:1020
     647#: helper/translation.php:1021
    646648#, fuzzy
    647649#| msgid "Submit button"
     
    649651msgstr "応募する"
    650652
    651 #: helper/translation.php:1021
     653#: helper/translation.php:1022
    652654#, fuzzy
    653655#| msgid "Desired location"
     
    655657msgstr "勤務地"
    656658
    657 #: helper/translation.php:1022
     659#: helper/translation.php:1023
    658660msgid "Holiday"
    659661msgstr "休日・休暇"
    660662
    661 #: helper/translation.php:1023
     663#: helper/translation.php:1024
    662664msgid "home"
    663665msgstr "個人"
    664666
    665 #: helper/translation.php:1024
     667#: helper/translation.php:1025
    666668msgid "home mobile"
    667669msgstr "個人携帯"
    668670
    669 #: helper/translation.php:1025
     671#: helper/translation.php:1026
    670672msgid "home other"
    671673msgstr "自宅その他"
    672674
    673 #: helper/translation.php:1027
     675#: helper/translation.php:1028
    674676msgid "Id"
    675677msgstr "Id"
    676678
    677 #: helper/translation.php:1028
     679#: helper/translation.php:1029
    678680msgid "job ID"
    679681msgstr "求人ID"
    680682
    681 #: helper/translation.php:1029
     683#: helper/translation.php:1030
    682684msgid "Industry"
    683685msgstr "業種"
    684686
    685 #: helper/translation.php:1031
     687#: helper/translation.php:1032
    686688msgid "JLPT"
    687689msgstr "JLPT"
    688690
    689 #: helper/translation.php:1032
     691#: helper/translation.php:1033
    690692msgid "job"
    691693msgstr "求人"
    692694
    693 #: helper/translation.php:1033 helper/translation.php:1219
     695#: helper/translation.php:1034 helper/translation.php:1220
    694696msgid "Job"
    695697msgstr "求人"
    696698
    697 #: helper/translation.php:1034
     699#: helper/translation.php:1035
    698700msgid "Job description"
    699701msgstr "求人概要"
    700702
    701 #: helper/translation.php:1035
     703#: helper/translation.php:1036
    702704msgid "Job page"
    703705msgstr ""
    704706
    705 #: helper/translation.php:1036
     707#: helper/translation.php:1037
    706708#, fuzzy
    707709#| msgid "jobsearch"
     
    709711msgstr "求人検索"
    710712
    711 #: helper/translation.php:1037
     713#: helper/translation.php:1038
    712714msgid "Job requirements"
    713715msgstr "応募資格"
    714716
    715 #: helper/translation.php:1038
     717#: helper/translation.php:1039
    716718msgid "Job information visibilty"
    717719msgstr "求人の表示設定"
    718720
    719 #: helper/translation.php:1039
     721#: helper/translation.php:1040
    720722msgid "Video visibility(only for video template)"
    721723msgstr ""
    722724
    723 #: helper/translation.php:1040
     725#: helper/translation.php:1041
    724726#, fuzzy
    725727#| msgid "Number of job to show in the widget"
     
    727729msgstr "ウィジェットに表示する求人の数"
    728730
    729 #: helper/translation.php:1041
     731#: helper/translation.php:1042
    730732msgid "Number of job to show in the widget"
    731733msgstr "ウィジェットに表示する求人の数"
    732734
    733 #: helper/translation.php:1042
     735#: helper/translation.php:1043
    734736msgid "Number of characters to use in the short description"
    735737msgstr "短い説明の文字数"
    736738
    737 #: helper/translation.php:1044
     739#: helper/translation.php:1045
    738740msgid "Keyword"
    739741msgstr "キーワード"
    740742
    741 #: helper/translation.php:1046 helper/translation.php:1047
     743#: helper/translation.php:1047 helper/translation.php:1048
    742744msgid "Language"
    743745msgstr "言語"
    744746
    745 #: helper/translation.php:1048
     747#: helper/translation.php:1049
    746748msgid "Languages"
    747749msgstr "言語"
    748750
    749 #: helper/translation.php:1049
     751#: helper/translation.php:1050
    750752msgid "Language ability"
    751753msgstr "言語スキル"
    752754
    753 #: helper/translation.php:1050
     755#: helper/translation.php:1051
    754756msgid "Language certification"
    755757msgstr "言語資格"
    756758
    757 #: helper/translation.php:1051
     759#: helper/translation.php:1052
    758760msgid "Language certifications"
    759761msgstr "言語資格"
    760762
    761 #: helper/translation.php:1052
     763#: helper/translation.php:1053
    762764#, fuzzy
    763765#| msgid "Language certification"
     
    765767msgstr "言語資格"
    766768
    767 #: helper/translation.php:1053
     769#: helper/translation.php:1054
    768770msgid "Language required"
    769771msgstr "必須言語"
    770772
    771 #: helper/translation.php:1054
     773#: helper/translation.php:1055
    772774msgid "Last"
    773775msgstr "最後へ"
    774776
    775 #: helper/translation.php:1055
     777#: helper/translation.php:1056
    776778msgid "Latest job"
    777779msgstr "新着求人"
    778780
    779 #: helper/translation.php:1056
     781#: helper/translation.php:1057
    780782msgid "Level"
    781783msgstr "レベル"
    782784
    783 #: helper/translation.php:1057
     785#: helper/translation.php:1058
    784786msgid "Linkedin"
    785787msgstr "Linkedin"
    786788
    787 #: helper/translation.php:1058 helper/translation.php:1218
     789#: helper/translation.php:1059 helper/translation.php:1219
    788790msgid "Link"
    789791msgstr "リンク"
    790792
    791 #: helper/translation.php:1059
     793#: helper/translation.php:1060
    792794#, fuzzy
    793795#| msgid "link font color"
     
    795797msgstr "フォントの色"
    796798
    797 #: helper/translation.php:1060
     799#: helper/translation.php:1061
    798800msgid "Location"
    799801msgstr "勤務地"
    800802
    801 #: helper/translation.php:1062
     803#: helper/translation.php:1063
    802804msgid "M"
    803805msgstr "男"
    804806
    805 #: helper/translation.php:1063
     807#: helper/translation.php:1064
    806808msgid "Max wage"
    807809msgstr "最高給与"
    808810
    809 #: helper/translation.php:1064
     811#: helper/translation.php:1065
    810812msgid "Message"
    811813msgstr "メッセージ"
    812814
    813 #: helper/translation.php:1065
     815#: helper/translation.php:1066
    814816msgid "Min wage"
    815817msgstr "最小給与"
    816818
    817 #: helper/translation.php:1066
     819#: helper/translation.php:1067
    818820msgid "mobile"
    819821msgstr "携帯"
    820822
    821 #: helper/translation.php:1067
     823#: helper/translation.php:1068
    822824msgid "Month"
    823825msgstr "月"
    824826
    825 #: helper/translation.php:1068
     827#: helper/translation.php:1069
    826828msgid "More information"
    827829msgstr "続きを読む"
    828830
    829 #: helper/translation.php:1070
     831#: helper/translation.php:1071
    830832msgid "Name"
    831833msgstr "名前"
    832834
    833 #: helper/translation.php:1071
     835#: helper/translation.php:1072
    834836msgid "Nationality"
    835837msgstr "国籍"
    836838
    837 #: helper/translation.php:1072
     839#: helper/translation.php:1073
    838840msgid "Nearest station"
    839841msgstr "最寄駅"
    840842
    841 #: helper/translation.php:1073
     843#: helper/translation.php:1074
    842844msgid "negotiable"
    843845msgstr "経験考慮の上、応相談"
    844846
    845 #: helper/translation.php:1074
     847#: helper/translation.php:1075
    846848msgid "Next"
    847849msgstr "次へ"
    848850
    849 #: helper/translation.php:1075
     851#: helper/translation.php:1076
    850852msgid "No job was found for your search"
    851853msgstr "あなたの検索で求人が見つかりませんでした"
    852854
    853 #: helper/translation.php:1076
     855#: helper/translation.php:1077
    854856msgid "Notice period"
    855857msgstr "退職までにかかる期間"
    856858
    857 #: helper/translation.php:1078
     859#: helper/translation.php:1079
    858860msgid "One code per line (iso 639-1, example: \"en\")"
    859861msgstr "一列に1コード(例:en)"
    860862
    861 #: helper/translation.php:1079
     863#: helper/translation.php:1080
    862864msgid "One code per line (iso 639-2, example: \"JP\")"
    863865msgstr "行に1つのコード(iso 639-2、例: \"JP\")"
    864866
    865 #: helper/translation.php:1080
     867#: helper/translation.php:1081
    866868#, fuzzy
    867869#| msgid "Order of favorite language"
     
    869871msgstr "お気に入りの言語の順番"
    870872
    871 #: helper/translation.php:1081
     873#: helper/translation.php:1082
    872874#, fuzzy
    873875#| msgid "Order of favorite nationality"
     
    875877msgstr "好きな国籍の順番"
    876878
    877 #: helper/translation.php:1082
     879#: helper/translation.php:1083
    878880#, fuzzy
    879881#| msgid "Order of favorite country others"
     
    881883msgstr "その他の気なる国を順位つける"
    882884
    883 #: helper/translation.php:1083
     885#: helper/translation.php:1084
    884886msgid "Order of favorite country others"
    885887msgstr "その他の気なる国を順位つける"
    886888
    887 #: helper/translation.php:1084
     889#: helper/translation.php:1085
    888890msgid "Other country"
    889891msgstr "海外"
    890892
    891 #: helper/translation.php:1085
     893#: helper/translation.php:1086
    892894msgid "Other languages"
    893895msgstr "他の言語"
    894896
    895 #: helper/translation.php:1086
     897#: helper/translation.php:1087
    896898msgid "Other"
    897899msgstr "その他"
    898900
    899 #: helper/translation.php:1087
     901#: helper/translation.php:1088
    900902msgid "other"
    901903msgstr "その他"
    902904
    903 #: helper/translation.php:1089
     905#: helper/translation.php:1090
    904906msgid "Parameters"
    905907msgstr "パラメーター"
    906908
    907 #: helper/translation.php:1090
     909#: helper/translation.php:1091
    908910msgid "Personal information"
    909911msgstr "個人情報"
    910912
    911 #: helper/translation.php:1091
     913#: helper/translation.php:1092
    912914msgid "Pick a color"
    913915msgstr "色の選択"
    914916
    915 #: helper/translation.php:1092
     917#: helper/translation.php:1093
    916918msgid "Phone number"
    917919msgstr "電話番号"
    918920
    919 #: helper/translation.php:1093 helper/translation.php:1245
     921#: helper/translation.php:1094 helper/translation.php:1246
    920922msgid "Phone type"
    921923msgstr "種類"
    922924
    923 #: helper/translation.php:1094
     925#: helper/translation.php:1095
    924926msgid "Phone"
    925927msgstr "電話番号"
    926928
    927 #: helper/translation.php:1095
     929#: helper/translation.php:1096
    928930msgid "Postal code"
    929931msgstr "郵便番号"
    930932
    931 #: helper/translation.php:1096
     933#: helper/translation.php:1097
    932934msgid "Previous"
    933935msgstr "前へ"
    934936
    935 #: helper/translation.php:1097
     937#: helper/translation.php:1098
    936938msgid "Privacy policy"
    937939msgstr "プライバシーポリシー"
    938940
    939 #: helper/translation.php:1098
     941#: helper/translation.php:1099
    940942#, fuzzy
    941943#| msgid "Privacy policy "
     
    943945msgstr "プライバシーポリシー "
    944946
    945 #: helper/translation.php:1099
     947#: helper/translation.php:1100
    946948msgid "I have read and agree with the privacy policy"
    947949msgstr "プライバシーポリシーに同意する"
    948950
    949 #: helper/translation.php:1100
     951#: helper/translation.php:1101
    950952msgid "Privacy policy link"
    951953msgstr "プライバシーポリシーのリンク"
    952954
    953 #: helper/translation.php:1101
     955#: helper/translation.php:1102
    954956msgid "Prefered list options"
    955957msgstr "選択のリストの配置"
    956958
    957 #: helper/translation.php:1102
     959#: helper/translation.php:1103
    958960msgid "ProbationPeriod"
    959961msgstr "試用期間"
    960962
    961 #: helper/translation.php:1103
     963#: helper/translation.php:1104
    962964msgid "Published"
    963965msgstr "公開日"
    964966
    965 #: helper/translation.php:1105
     967#: helper/translation.php:1106
    966968msgid "Recaptcha"
    967969msgstr ""
    968970
    969 #: helper/translation.php:1106
     971#: helper/translation.php:1107
    970972msgid "Recaptcha key"
    971973msgstr ""
    972974
    973 #: helper/translation.php:1107
     975#: helper/translation.php:1108
    974976msgid "Recaptcha secret"
    975977msgstr ""
    976978
    977 #: helper/translation.php:1108
     979#: helper/translation.php:1109
    978980msgid "please declare your website on the following link to get a key"
    979981msgstr ""
    980982
    981 #: helper/translation.php:1109
     983#: helper/translation.php:1110
    982984msgid "Read more..."
    983985msgstr "続きを読む。"
    984986
    985 #: helper/translation.php:1110
     987#: helper/translation.php:1111
    986988msgid "Read privacy policy"
    987989msgstr "プライバシーポリシーをお読み下さい"
    988990
    989 #: helper/translation.php:1111
     991#: helper/translation.php:1112
    990992msgid "Reason for hiring"
    991993msgstr "募集背景"
    992994
    993 #: helper/translation.php:1112
     995#: helper/translation.php:1113
    994996msgid "Reason for hiring details"
    995997msgstr "募集背景"
    996998
    997 #: helper/translation.php:1113
     999#: helper/translation.php:1114
    9981000msgid "Referrer"
    9991001msgstr "紹介"
    10001002
    1001 #: helper/translation.php:1114
     1003#: helper/translation.php:1115
    10021004msgid "How did you find us?"
    10031005msgstr "経路(どこで知りましたか)"
    10041006
    1005 #: helper/translation.php:1115
     1007#: helper/translation.php:1116
    10061008msgid "Region"
    10071009msgstr "都道府県"
    10081010
    1009 #: helper/translation.php:1116
     1011#: helper/translation.php:1117
    10101012msgid "Register"
    10111013msgstr "登録"
    10121014
    1013 #: helper/translation.php:1117
     1015#: helper/translation.php:1118
    10141016msgid "Remove"
    10151017msgstr "削除"
    10161018
    1017 #: helper/translation.php:1118
     1019#: helper/translation.php:1119
    10181020msgid "Reset"
    10191021msgstr "リセット"
    10201022
    1021 #: helper/translation.php:1119
     1023#: helper/translation.php:1120
    10221024msgid "results"
    10231025msgstr "件の検索結果が"
    10241026
    1025 #: helper/translation.php:1120
     1027#: helper/translation.php:1121
    10261028msgid "Resume"
    10271029msgstr "履歴書・職務経歴書"
    10281030
    1029 #: helper/translation.php:1121
     1031#: helper/translation.php:1122
    10301032msgid "Required language"
    10311033msgstr "必須言語"
    10321034
    1033 #: helper/translation.php:1123 helper/translation.php:1257
     1035#: helper/translation.php:1124 helper/translation.php:1258
    10341036msgid "Visa"
    10351037msgstr "ビザ"
    10361038
    1037 #: helper/translation.php:1124
     1039#: helper/translation.php:1125
    10381040msgid "Requirements"
    10391041msgstr "応募資格"
    10401042
    1041 #: helper/translation.php:1125
     1043#: helper/translation.php:1126
    10421044msgid "Return to search"
    10431045msgstr "検索に戻る"
    10441046
    1045 #: helper/translation.php:1126
     1047#: helper/translation.php:1127
    10461048msgid "Return to Job Details"
    10471049msgstr "求人詳細に戻る"
    10481050
    1049 #: helper/translation.php:1127
     1051#: helper/translation.php:1128
    10501052msgid "Reverse language skill"
    10511053msgstr "必須言語"
    10521054
    1053 #: helper/translation.php:1128
     1055#: helper/translation.php:1129
    10541056msgid "Rewrite url"
    10551057msgstr ""
    10561058
    1057 #: helper/translation.php:1130
     1059#: helper/translation.php:1131
    10581060msgid "Salary"
    10591061msgstr "給与"
    10601062
    1061 #: helper/translation.php:1131
     1063#: helper/translation.php:1132
    10621064#, fuzzy
    10631065#| msgid "Hide salary"
     
    10651067msgstr "給与検索を非表示にする/(検索フォームの給与フィールドを非表示にする)"
    10661068
    1067 #: helper/translation.php:1132 helper/translation.php:1221
     1069#: helper/translation.php:1133 helper/translation.php:1222
    10681070msgid "Search"
    10691071msgstr "検索"
    10701072
    1071 #: helper/translation.php:1133
     1073#: helper/translation.php:1134
    10721074#, fuzzy
    10731075#| msgid "Languages"
     
    10751077msgstr "言語"
    10761078
    1077 #: helper/translation.php:1134
     1079#: helper/translation.php:1135
    10781080msgid "Search jobs"
    10791081msgstr "求人を検索する"
    10801082
    1081 #: helper/translation.php:1135
     1083#: helper/translation.php:1136
    10821084msgid "Level or score"
    10831085msgstr "レベル又は得点"
    10841086
    1085 #: helper/translation.php:1136
     1087#: helper/translation.php:1137
    10861088msgid "Search results"
    10871089msgstr "検索結果"
    10881090
    1089 #: helper/translation.php:1137
     1091#: helper/translation.php:1138
    10901092msgid "Search field is multiple type"
    10911093msgstr "検索は複数選択可"
    10921094
    1093 #: helper/translation.php:1138
     1095#: helper/translation.php:1139
    10941096msgid "Settings"
    10951097msgstr "設定"
    10961098
    1097 #: helper/translation.php:1139 helper/translation.php:1225
     1099#: helper/translation.php:1140 helper/translation.php:1226
    10981100#, fuzzy
    10991101#| msgid "Postal code"
     
    11011103msgstr "郵便番号"
    11021104
    1103 #: helper/translation.php:1140
    1104 msgid "Selling point"
     1105#: helper/translation.php:1141
     1106msgid "Selling points"
    11051107msgstr "セールスポイント"
    11061108
    1107 #: helper/translation.php:1141
     1109#: helper/translation.php:1142
    11081110msgid "Select type"
    11091111msgstr "雇用形態を選ぶ"
    11101112
    1111 #: helper/translation.php:1142
     1113#: helper/translation.php:1143
    11121114msgid "Select industry"
    11131115msgstr "業種を選ぶ"
    11141116
    1115 #: helper/translation.php:1143
     1117#: helper/translation.php:1144
    11161118#, fuzzy
    11171119#| msgid "Select type"
     
    11191121msgstr "雇用形態を選ぶ"
    11201122
    1121 #: helper/translation.php:1144
     1123#: helper/translation.php:1145
    11221124msgid ""
    11231125"To select multiple fields, 'Ctrl+Click' for Windows and 'Command+Click' for "
     
    11271129"リック」"
    11281130
    1129 #: helper/translation.php:1145
     1131#: helper/translation.php:1146
    11301132msgid "Skills and Certification"
    11311133msgstr "スキル及び学歴・資格"
    11321134
    1133 #: helper/translation.php:1146
     1135#: helper/translation.php:1147
    11341136msgid "Skills and Certifications"
    11351137msgstr "スキル及び学歴・資格"
    11361138
    1137 #: helper/translation.php:1147
     1139#: helper/translation.php:1148
    11381140msgid "Social media"
    11391141msgstr "ソーシャルメディア"
    11401142
    1141 #: helper/translation.php:1148
     1143#: helper/translation.php:1149
    11421144msgid "Sort by"
    11431145msgstr "並び替え"
    11441146
    1145 #: helper/translation.php:1149
     1147#: helper/translation.php:1150
    11461148msgid "Source"
    11471149msgstr "媒体・情報源"
    11481150
    1149 #: helper/translation.php:1150
     1151#: helper/translation.php:1151
    11501152msgid "Source type"
    11511153msgstr "媒体・情報源"
    11521154
    1153 #: helper/translation.php:1151
     1155#: helper/translation.php:1152
    11541156#, fuzzy
    11551157#| msgid "Social media"
     
    11571159msgstr "ソーシャルメディア"
    11581160
    1159 #: helper/translation.php:1152
     1161#: helper/translation.php:1153
    11601162msgid "Status"
    11611163msgstr "状況"
    11621164
    1163 #: helper/translation.php:1153
     1165#: helper/translation.php:1154
    11641166msgid "Status of Residence"
    11651167msgstr "在留資格"
    11661168
    1167 #: helper/translation.php:1154
     1169#: helper/translation.php:1155
    11681170msgid "Street"
    11691171msgstr "番地"
    11701172
    1171 #: helper/translation.php:1155
     1173#: helper/translation.php:1156
    11721174msgid "Submit"
    11731175msgstr "応募する"
    11741176
    1175 #: helper/translation.php:1156
     1177#: helper/translation.php:1157
    11761178msgid "Subject"
    11771179msgstr ""
    11781180
    1179 #: helper/translation.php:1157
     1181#: helper/translation.php:1158
    11801182msgid "Summary"
    11811183msgstr ""
    11821184
    1183 #: helper/translation.php:1158
     1185#: helper/translation.php:1159
    11841186#, fuzzy
    11851187#| msgid "Hide salary"
     
    11871189msgstr "給与検索を非表示にする/(検索フォームの給与フィールドを非表示にする)"
    11881190
    1189 #: helper/translation.php:1159
     1191#: helper/translation.php:1160
    11901192#, fuzzy
    11911193#| msgid "Postal code"
     
    11931195msgstr "郵便番号"
    11941196
    1195 #: helper/translation.php:1160
     1197#: helper/translation.php:1161
    11961198msgid "[job-url]<br/>[given-name]<br/>[family-name]"
    11971199msgstr ""
    11981200
    1199 #: helper/translation.php:1161
     1201#: helper/translation.php:1162
    12001202msgid ""
    12011203"<h4>[jobsearch_form] - [tdb_job_board_form] / Include search and list</h4> \n"
     
    12981300msgstr ""
    12991301
    1300 #: helper/translation.php:1220
     1302#: helper/translation.php:1221
    13011303msgid "Design"
    13021304msgstr "デザイン"
    13031305
    1304 #: helper/translation.php:1222
     1306#: helper/translation.php:1223
    13051307msgid "Detail"
    13061308msgstr "詳細"
    13071309
    1308 #: helper/translation.php:1224 helper/translation.php:1272
     1310#: helper/translation.php:1225 helper/translation.php:1273
    13091311msgid "Widget"
    13101312msgstr "ウィジェット"
    13111313
    1312 #: helper/translation.php:1227
     1314#: helper/translation.php:1228
    13131315msgid "Tag group"
    13141316msgstr ""
    13151317
    1316 #: helper/translation.php:1228
     1318#: helper/translation.php:1229
    13171319msgid "Tag job title"
    13181320msgstr ""
    13191321
    1320 #: helper/translation.php:1229
     1322#: helper/translation.php:1230
    13211323msgid "Tags"
    13221324msgstr "タグ"
    13231325
    1324 #: helper/translation.php:1230
     1326#: helper/translation.php:1231
    13251327msgid "TDB"
    13261328msgstr "Tamago-DB"
    13271329
    1328 #: helper/translation.php:1231
     1330#: helper/translation.php:1232
    13291331msgid "TDB Job board"
    13301332msgstr "Tamago-DB求人連携"
    13311333
    1332 #: helper/translation.php:1232
     1334#: helper/translation.php:1233
    13331335msgid "Template"
    13341336msgstr "テンプレート"
    13351337
    1336 #: helper/translation.php:1233
     1338#: helper/translation.php:1234
    13371339msgid "Enable application for confirmation email"
    13381340msgstr ""
    13391341
    1340 #: helper/translation.php:1234
     1342#: helper/translation.php:1235
    13411343#, fuzzy
    13421344#| msgid "Template"
     
    13441346msgstr "テンプレート"
    13451347
    1346 #: helper/translation.php:1235
     1348#: helper/translation.php:1236
    13471349msgid "Template to be used"
    13481350msgstr "使用するテンプレート"
    13491351
    1350 #: helper/translation.php:1236
     1352#: helper/translation.php:1237
    13511353msgid "Thank you for your application. Your application has been sent."
    13521354msgstr "ご応募いただきありがとうございます。応募書類は正常に送信されました。"
    13531355
    1354 #: helper/translation.php:1237
     1356#: helper/translation.php:1238
    13551357msgid "Thank you. Your attachment has been sent."
    13561358msgstr "添付書類は正常に送信されました。"
    13571359
    1358 #: helper/translation.php:1238
     1360#: helper/translation.php:1239
    13591361msgid "TOEIC"
    13601362msgstr "TOEIC"
    13611363
    1362 #: helper/translation.php:1239
     1364#: helper/translation.php:1240
    13631365msgid "TOEFL"
    13641366msgstr "TOEFL"
    13651367
    1366 #: helper/translation.php:1240
     1368#: helper/translation.php:1241
    13671369msgid "Title"
    13681370msgstr "タイトル"
    13691371
    1370 #: helper/translation.php:1241
     1372#: helper/translation.php:1242
    13711373msgid "Type"
    13721374msgstr "雇用形態"
    13731375
    1374 #: helper/translation.php:1242
     1376#: helper/translation.php:1243
    13751377msgid "Type of Source"
    13761378msgstr "媒体・情報源(詳細"
    13771379
    1378 #: helper/translation.php:1243
     1380#: helper/translation.php:1244
    13791381msgid "Employement type detail"
    13801382msgstr "雇用形態(詳細)"
    13811383
    1382 #: helper/translation.php:1244
     1384#: helper/translation.php:1245
    13831385msgid "Email type"
    13841386msgstr "種類"
    13851387
    1386 #: helper/translation.php:1247
     1388#: helper/translation.php:1248
    13871389msgid "Url (personal website)"
    13881390msgstr "URL"
    13891391
    1390 #: helper/translation.php:1248
     1392#: helper/translation.php:1249
    13911393#, fuzzy
    13921394#| msgid "required field to apply"
     
    13941396msgstr "必須項目"
    13951397
    1396 #: helper/translation.php:1249
     1398#: helper/translation.php:1250
    13971399msgid "Update API"
    13981400msgstr "APIを更新"
    13991401
    1400 #: helper/translation.php:1250
     1402#: helper/translation.php:1251
    14011403msgid "Upload image"
    14021404msgstr ""
    14031405
    1404 #: helper/translation.php:1251
     1406#: helper/translation.php:1252
    14051407msgid "Update api"
    14061408msgstr "APIを更新"
    14071409
    1408 #: helper/translation.php:1252
     1410#: helper/translation.php:1253
    14091411msgid "Update translation"
    14101412msgstr "翻訳を更新"
    14111413
    1412 #: helper/translation.php:1253
     1414#: helper/translation.php:1254
    14131415msgid "Use one basis"
    14141416msgstr ""
    14151417"つの基準を使用/(検索フォームでは、1つの基準のみを使用、毎年、毎月、毎日)"
    14161418
    1417 #: helper/translation.php:1254
     1419#: helper/translation.php:1255
    14181420msgid "Use one currency"
    14191421msgstr ""
    14201422"つの通貨を使用/(検索フォームでは、1つの通貨のみを使用、円もしくはユーロ)"
    14211423
    1422 #: helper/translation.php:1255
     1424#: helper/translation.php:1256
    14231425msgid "Upload logo for social sharing"
    14241426msgstr ""
    14251427
    1426 #: helper/translation.php:1258
     1428#: helper/translation.php:1259
    14271429msgid "Visas"
    14281430msgstr "ビザ"
    14291431
    1430 #: helper/translation.php:1259
     1432#: helper/translation.php:1260
    14311433msgid "Country of issue"
    14321434msgstr "ビザ発行国"
    14331435
    1434 #: helper/translation.php:1260
     1436#: helper/translation.php:1261
    14351437msgid "Visa type"
    14361438msgstr "ビザの種類"
    14371439
    1438 #: helper/translation.php:1261
     1440#: helper/translation.php:1262
    14391441msgid "Video"
    14401442msgstr ""
    14411443
    1442 #: helper/translation.php:1262
     1444#: helper/translation.php:1263
    14431445msgid "For templates using video"
    14441446msgstr ""
    14451447
    1446 #: helper/translation.php:1265
     1448#: helper/translation.php:1264
     1449msgid "Show the video"
     1450msgstr ""
     1451
     1452#: helper/translation.php:1266
    14471453#, fuzzy
    14481454#| msgid "Wage amount"
     
    14501456msgstr "金額"
    14511457
    1452 #: helper/translation.php:1266
     1458#: helper/translation.php:1267
    14531459msgid "Wage amount"
    14541460msgstr "金額"
    14551461
    1456 #: helper/translation.php:1267
     1462#: helper/translation.php:1268
    14571463msgid "Wage basis"
    14581464msgstr "給与の支給方式"
    14591465
    1460 #: helper/translation.php:1268
     1466#: helper/translation.php:1269
    14611467#, fuzzy
    14621468#| msgid "Wage basis"
     
    14641470msgstr "給与の支給方式"
    14651471
    1466 #: helper/translation.php:1269
     1472#: helper/translation.php:1270
    14671473msgid "Wage currency"
    14681474msgstr "給与の通貨"
    14691475
    1470 #: helper/translation.php:1270
     1476#: helper/translation.php:1271
    14711477#, fuzzy
    14721478#| msgid "Wage currency"
     
    14741480msgstr "給与の通貨"
    14751481
    1476 #: helper/translation.php:1271
     1482#: helper/translation.php:1272
    14771483msgid "Wage detail"
    14781484msgstr "給与(詳細)"
    14791485
    1480 #: helper/translation.php:1273
     1486#: helper/translation.php:1274
    14811487msgid "Widget : Maximum date to show published jobs"
    14821488msgstr "ウィジェット:過去何日間の最新公開求人の表示するか選択"
    14831489
    1484 #: helper/translation.php:1274
     1490#: helper/translation.php:1275
    14851491msgid "Widget : Category to filter"
    14861492msgstr "ウィジェット:カテゴリーのフィルター"
    14871493
    1488 #: helper/translation.php:1275
     1494#: helper/translation.php:1276
    14891495msgid "Wage negotiable"
    14901496msgstr "経験考慮の上、応相談"
    14911497
    1492 #: helper/translation.php:1276
     1498#: helper/translation.php:1277
    14931499msgid "wordpress ID"
    14941500msgstr "ワードプレス ID"
    14951501
    1496 #: helper/translation.php:1277
     1502#: helper/translation.php:1278
    14971503msgid "Working hours"
    14981504msgstr "勤務時間"
    14991505
    1500 #: helper/translation.php:1278
     1506#: helper/translation.php:1279
    15011507msgid "work mobile"
    15021508msgstr "会社携帯"
    15031509
    1504 #: helper/translation.php:1279
     1510#: helper/translation.php:1280
    15051511msgid "work"
    15061512msgstr "会社"
    15071513
    1508 #: helper/translation.php:1280
     1514#: helper/translation.php:1281
    15091515msgid "work other"
    15101516msgstr "会社その他"
    15111517
    1512 #: helper/translation.php:1282
     1518#: helper/translation.php:1283
    15131519msgid "Years"
    15141520msgstr "年"
    15151521
    1516 #: helper/translation.php:1283
     1522#: helper/translation.php:1284
    15171523msgid "Your application has been sent. "
    15181524msgstr "応募書類は正常に送信されました。"
    15191525
    1520 #: helper/translation.php:1284
     1526#: helper/translation.php:1285
    15211527msgid "Error "
    15221528msgstr "エラー "
    1523 
    1524 #~ msgid ""
    1525 #~ "Tamago-DB Pro not working because you need to activate the Tamago-DB "
    1526 #~ "plugin."
    1527 #~ msgstr ""
    1528 #~ "Tamago-DB Proは動作していない場合、Tamago-DBプラグインを有効にする必要があ"
    1529 #~ "ります。"
    1530 
    1531 #~ msgid "Activate Tamago Now"
    1532 #~ msgstr "今すぐTamagoを有効にする"
    1533 
    1534 #~ msgid ""
    1535 #~ "Tamago-DB Pro not working because you need to install Tamago-DB plugin"
    1536 #~ msgstr ""
    1537 #~ "Tamago-DB Proは動作していない場合、Tamago-DBプラグインを有効にする必要があ"
    1538 #~ "ります。"
    1539 
    1540 #~ msgid "Install Tamago-DB Now"
    1541 #~ msgstr "今すぐTamago-DBをインストールする"
    1542 
    1543 #~ msgid ""
    1544 #~ "Tamago-DB Pro not working because you are using an old version of Tamago-"
    1545 #~ "DB."
    1546 #~ msgstr ""
    1547 #~ "旧型の“Tamago-DB”を使用しているため、“Tamago-DB Pro”は動作しません。\""
    1548 
    1549 #~ msgid "Update Tamago Now"
    1550 #~ msgstr "今すぐTamagoを更新する"
    1551 
    1552 #~ msgid ""
    1553 #~ "A new version of Tamago-DB is available. For better performance and "
    1554 #~ "compatibility of Tamago-DB Pro, we recommend updating to the latest "
    1555 #~ "version."
    1556 #~ msgstr ""
    1557 #~ "Tamago-DBの新しいバージョンが利用可能です。Tamago-DB Proのより良い性能と互"
    1558 #~ "換性のために、最新バージョンに更新することをお勧めします。"
    1559 
    1560 #~ msgid "Update Tamago-DB Now"
    1561 #~ msgstr "Tamago-DBを今すぐ更新"
    1562 
    1563 #~ msgid "Requirement"
    1564 #~ msgstr "応募資格"
    1565 
    1566 #~ msgid "Country visa"
    1567 #~ msgstr "入国ビザを申請"
    1568 
    1569 #~ msgid "Hide salary search"
    1570 #~ msgstr ""
    1571 #~ "給与検索を非表示にする/(検索フォームの給与フィールドを非表示にする)"
    1572 
    1573 #~ msgid "Job to show per page key"
    1574 #~ msgstr "求人をページ毎に表示するキー"
    1575 
    1576 #~ msgid "Order of favorite country"
    1577 #~ msgstr "ご希望の国の順番"
    1578 
    1579 #~ msgid "Referrer (how did you hear about us)"
    1580 #~ msgstr "経路(どこで知りましたか)"
    1581 
    1582 #~ msgid "Add certification"
    1583 #~ msgstr "資格を追加"
    1584 
    1585 #, fuzzy
    1586 #~| msgid "Email"
    1587 #~ msgid "Email phone"
    1588 #~ msgstr "Eメール"
    1589 
    1590 #~ msgid "Type email"
    1591 #~ msgstr "種類"
    1592 
    1593 #~ msgid "Type phone"
    1594 #~ msgstr "種類"
    1595 
    1596 #~ msgid "Url"
    1597 #~ msgstr "URL"
    1598 
    1599 #~ msgid "Desired employement"
    1600 #~ msgstr "希望勤務形態"
    1601 
    1602 #~ msgid "Noticed period"
    1603 #~ msgstr "退職までにかかる期間"
    1604 
    1605 #~ msgid "Required visa"
    1606 #~ msgstr "求められるビザ"
    1607 
    1608 #~ msgid "Overseas"
    1609 #~ msgstr "他の国"
    1610 
    1611 #~ msgid "File upload"
    1612 #~ msgstr "ファイルのアップロード"
    1613 
    1614 #~ msgid "Visa country"
    1615 #~ msgstr "ビザのある国"
    1616 
    1617 #~ msgid "Family name"
    1618 #~ msgstr "姓"
    1619 
    1620 #~ msgid "Sort by "
    1621 #~ msgstr "並び替え "
    1622 
    1623 #~ msgid "Favorite country"
    1624 #~ msgstr "好きな国"
    1625 
    1626 #~ msgid "Favorite languages"
    1627 #~ msgstr "好きな言語"
    1628 
    1629 #~ msgid "Holidays"
    1630 #~ msgstr "休日・休暇"
    1631 
    1632 #~ msgid "Conditions"
    1633 #~ msgstr "その他条件"
    1634 
    1635 #~ msgid "Selling points"
    1636 #~ msgstr "セールスポイント"
    1637 
    1638 #~ msgid "Working_hours"
    1639 #~ msgstr "勤務時間"
    1640 
    1641 #~ msgid "Phone numbers"
    1642 #~ msgstr "電話番号"
    1643 
    1644 #~ msgid "Score"
    1645 #~ msgstr "得点"
    1646 
    1647 #~ msgid "Return to Search"
    1648 #~ msgstr "検索に戻る"
    1649 
    1650 #~ msgid "Language Skill"
    1651 #~ msgstr "言語スキル"
    1652 
    1653 #~ msgid "Visa required"
    1654 #~ msgstr "就労ビザが必要になります"
    1655 
    1656 #~ msgid "Company"
    1657 #~ msgstr "会社"
    1658 
    1659 #~ msgid "Postal"
    1660 #~ msgstr "郵便番号"
    1661 
    1662 #~ msgid "Amount"
    1663 #~ msgstr "金額"
    1664 
    1665 #~ msgid "Negotiable"
    1666 #~ msgstr "経験考慮の上、応相談"
    1667 
    1668 #~ msgid "Type detail"
    1669 #~ msgstr "タイプの詳細"
    1670 
    1671 #~ msgid "Capital"
    1672 #~ msgstr "資本金"
    1673 
    1674 #~ msgid "Revenue"
    1675 #~ msgstr "売上高"
    1676 
    1677 #~ msgid "Employee count"
    1678 #~ msgstr "従業員数"
    1679 
    1680 #~ msgid "Publicy held"
    1681 #~ msgstr "株式公開"
    1682 
    1683 #~ msgid "publicly_held_details"
    1684 #~ msgstr "株式公開(詳細)"
    1685 
    1686 #~ msgid "working_hours"
    1687 #~ msgstr "勤務時間"
    1688 
    1689 #~ msgid "probationPeriod"
    1690 #~ msgstr "試用期間"
    1691 
    1692 #~ msgid "RESET"
    1693 #~ msgstr "リセット"
    1694 
    1695 #~ msgid "ID"
    1696 #~ msgstr "ID\v"
    1697 
    1698 #~ msgid "ID job"
    1699 #~ msgstr "求人ID"
    1700 
    1701 #~ msgid "Refferer"
    1702 #~ msgstr "紹介者(どこで弊社の事を知りましたか)"
    1703 
    1704 #~ msgid "Jobsearch setting"
    1705 #~ msgstr "求人検索設定"
    1706 
    1707 #~ msgid "Update database with api data"
    1708 #~ msgstr "API データを基にデータベースを更新する"
    1709 
    1710 #~ msgid "Update parameters"
    1711 #~ msgstr "パラメーターを更新"
    1712 
    1713 #~ msgid "Update content"
    1714 #~ msgstr "コンテンツの更新"
    1715 
    1716 #~ msgid "empty Css"
    1717 #~ msgstr "CSSを空にする"
    1718 
    1719 #~ msgid "prefered content in top"
    1720 #~ msgstr "お好みのコンテンツを上部に配置"
    1721 
    1722 #~ msgid "position of search button"
    1723 #~ msgstr "検索ボタンの位置"
    1724 
    1725 #~ msgid "Application Form"
    1726 #~ msgstr "応募書類"
    1727 
    1728 #~ msgid "Contact"
    1729 #~ msgstr "連絡先"
    1730 
    1731 #~ msgid "Established"
    1732 #~ msgstr "設立"
    1733 
    1734 #~ msgid "Number of employee"
    1735 #~ msgstr "従業員数"
    1736 
    1737 #~ msgid "Probation period"
    1738 #~ msgstr "試用期間"
    1739 
    1740 #~ msgid "Benefit"
    1741 #~ msgstr "福利厚生"
    1742 
    1743 #~ msgid "Yes"
    1744 #~ msgstr "はい"
    1745 
    1746 #, fuzzy
    1747 #~| msgid "Postal"
    1748 #~ msgid "Posted"
    1749 #~ msgstr "郵便番号"
    1750 
    1751 #~ msgid "Update link to synch with api"
    1752 #~ msgstr "API情報を同期するためにリンクを更新"
    1753 
    1754 #~ msgid "Update website colors"
    1755 #~ msgstr "ウェブサイトの色を更新"
    1756 
    1757 #~ msgid "Job title color"
    1758 #~ msgstr "求人タイトルの色"
    1759 
    1760 #~ msgid "Add"
    1761 #~ msgstr "追加"
    1762 
    1763 #~ msgid "These followed fields are incorrect"
    1764 #~ msgstr "下記の項目が正しくありません"
    1765 
    1766 #~ msgid "one or more fields are incorrect"
    1767 #~ msgstr "単一もしくは複数の項目が正しくありません"
    1768 
    1769 #, fuzzy
    1770 #~ msgid "Local"
    1771 #~ msgstr "地元"
    1772 
    1773 #, fuzzy
    1774 #~ msgid "title"
    1775 #~ msgstr "タイトル"
    1776 
    1777 #, fuzzy
    1778 #~| msgid "Birthdate"
    1779 #~ msgid "date"
    1780 #~ msgstr "誕生日"
    1781 
    1782 #, fuzzy
    1783 #~| msgid "Category"
    1784 #~ msgid "Catergory"
    1785 #~ msgstr "Category"
    1786 
    1787 #, fuzzy
    1788 #~| msgid "Publicy held"
    1789 #~ msgid "Published date"
    1790 #~ msgstr "公開された"
    1791 
    1792 #, fuzzy
    1793 #~| msgid "Established"
    1794 #~ msgid "Date published"
    1795 #~ msgstr "設立"
    1796 
    1797 #~ msgid "Search Job Form"
    1798 #~ msgstr "求人フォームを検索する"
    1799 
    1800 #~ msgid "Kind of job"
    1801 #~ msgstr "仕事の種類"
    1802 
    1803 #~ msgid "Your search have found"
    1804 #~ msgstr "あなたの検索が見つかりました"
    1805 
    1806 #~ msgid "To"
    1807 #~ msgstr "に"
    1808 
    1809 #~ msgid "Expired"
    1810 #~ msgstr "期限切れ"
    1811 
    1812 #~ msgid "Japanese"
    1813 #~ msgstr "日本"
    1814 
    1815 #~ msgid "English"
    1816 #~ msgstr "英語"
    1817 
    1818 #, fuzzy
    1819 #~| msgid "Given name"
    1820 #~ msgid "Vietnamese"
    1821 #~ msgstr "指定された名前"
    1822 
    1823 #~ msgid "Japan"
    1824 #~ msgstr "日本"
Note: See TracChangeset for help on using the changeset viewer.