0
Validation results

Cocoon

Cocoon

WordPress 6.5.2 theme
0
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEcocoon-master.zip
  • FILE SIZE15627851 bytes
  • MD542a94810c7b2e1a5de425190e8ee709f
  • SHA17d3f10679fad03521825a5459a1c85363f933210
  • LICENSEGNU GPL 2
  • FILES INCLUDEDCSS, PHP, HTML, XML, Bitmap images, Adobe Illustrator
  • VERSION2.6.9
  • TAGStwo-columns, left-sidebar, right-sidebar
  • CREATION DATE2024-01-03
  • LAST FILE UPDATE2024-01-03
  • LAST VALIDATION2024-01-03 09:21
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Customizer : Sanitization of Customizer settings Found a Customizer setting that did not have a sanitization callback function in file functions.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file functions.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file functions.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file functions.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file functions.php. Every call to the add_setting() method needs to have a sanitization callback function passed.
  2. Title : Title The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
  3. Security breaches : Modification of PHP server settings Found ini_set in file Extension.php. 155: @ini_set('display_errors', 'On');
  4. Security breaches : Use of base64_decode() Found base64_decode in file youtube.php. 122: $json = json_decode(base64_decode($MATCH_CACHE), true);Found base64_decode in file GitLabApi.php. 334: return base64_decode($response->content);Found base64_decode in file GitHubApi.php. 319: return base64_decode($response->content);
  5. Security breaches : Use of base64_encode() Found base64_encode in file CSS.php.
     $importContent = base64_encode($importContent);
    Found base64_encode in file youtube.php.
     $youtube_cache = base64_encode(json_encode($youtube_cache));
    Found base64_encode in file GitHubApi.php.
     return 'Basic ' . base64_encode($this->userName . ':' . $this->accessToken);
    Found base64_encode in file OAuthSignature.php.
     $parameters['oauth_signature'] = base64_encode(hash_hmac('sha1', $stringToSign, $secret, true));
    Found base64_encode in file comments.php.
     echo mb_substr(
  6. Unwanted files : hidden file(s) or folder(s) .prettierignore .ds_store .gitignore .prettierrc.js .github .gitattributes .editorconfig .vscode .stylelintignore .eslintignore .eslintrc.js was found.
  7. Presence of iframes : iframes are sometimes used to load unwanted adverts and malicious code on another site Found <iframe src="https://www.googletagmanager.com/ns.html?id=<?php echo $gtm_tracking_id; ?> in file body-top-analytics.php. 13: <noscript><iframe src='https://www.googletagmanager.com/ns.html?id=<?php echo $gtm_trFound <iframe src="https://www.googletagmanager.com/ns.html?id=')) { continue; } //置換するタグを格納してく $img_tags[] = $match; /////////////////////////////////////////// // 除外設定 /////////////////////////////////////////// if ( //サイトロゴ includes_string($match, 'header-site-logo-image') // //アイキャッチ // || includes_string($match, ' eye-catch-image ') //Jetpackの統計グラフ || (is_user_logged_in() && includes_string($match, 'admin-bar-hours-scale')) ) { continue; } //除外リストにマッチする文字列はLazy Loadしない $exclude_list = get_lazy_load_exclude_list(); if ($exclude_list && has_match_list_text($match, $exclude_list)) { continue; } //変数の初期化 $src_attr = null; $url = null; $tag = $match; //Lazy Load:画像URLの入れ替え $search = '{ src=["\'](.+?)["\']}i'; //$replace = ' src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="$1"'; $replace = ' data-src="$1"'; $tag = preg_replace($search, $replace, $tag); //$tag = convert_src_to_data_src($tag); //クラスの変更 //挿入するクラス $classes = 'lozad lozad-'.$media; $chrome_lazy = 'loading="lazy"'; if (preg_match('/class=/i', $tag)) { $search = '{class=["\'](.+?)["\']}i'; $replace = 'class="$1 '.$classes.'" '.$chrome_lazy; $tag = preg_replace($search, $replace, $tag); } else { $search = '<'.$media; $replace = '<'.$media.' class="'.$classes.'" '.$chrome_lazy; $tag = str_replace($search, $replace, $tag); } //srcsetの変換宇 $tag = str_replace(' srcset=', ' data-srcset=', $tag); //noscriptタグの追加 $tag = $tag.'<noscript> in file minify-html.php. Found <iframe id="all-demo" class="iframe-demo" src="<?php echo home_url(); ?> in file all-forms.php. 21: <iframe id='all-demo' class='iframe-demo' src='<?php echo home_url(); ?>' wFound <iframe id="skin-demo" class="iframe-demo" src="<?php echo home_url(); ?> in file skin-forms.php. 20: <iframe id='skin-demo' class='iframe-demo' src='<?php echo home_url(); ?>' Found <iframe id="page-404-demo" class="iframe-demo" src="<?php echo get_home_url().'/404/not/found/'; ?> in file 404-forms.php. 26: <iframe id='page-404-demo' class='iframe-demo' src='<?php echo get_home_urlFound <iframe id="column-demo" class="iframe-demo" src="<?php echo home_url(); ?> in file column-forms.php. 26: <iframe id='column-demo' class='iframe-demo' src='<?php echo home_url(); ?>Found <iframe id="mobile-demo" class="iframe-demo" src="<?php echo home_url(); ?> in file mobile-buttons-forms.php. 80: <iframe id='mobile-demo' class='iframe-demo' src='<?php echo home_url(); ?>
  8. Malware : Operations on file system file_get_contents was found in the file Minify.php 218: $data = file_get_contents($data);fclose was found in the file Minify.php 243: @fclose($handler);fopen was found in the file Minify.php 518: if ($path === '' || ($handler = @fopen($path, 'w')) === false) {fwrite was found in the file Minify.php 538: || ($result = @fwrite($handler, $content)) === falsefopen was found in the file shortcodes-amazon.php 291: if ( ini_get('allow_url_fopen') == '1' ) {302: $fp = @fopen ( 'https://'.$host.$uriPath, 'rb', false, $stream );484: return get_amazon_admin_error_message_tag($associate_url, __( '503エラー。このエラーは、PA-APIのアクセス制限を超えた場合や、メンテナンス中などにより、リクエストに応答できない場合に出力されるエラーコードです。サーバーの「php.ini設定」の「allow_url_file_get_contents was found in the file utils.php 1921: return file_get_contents($file);1924: return @file_get_contents($file, false, stream_context_create($options));file_get_contents was found in the file utils.php 1921: return file_get_contents($file);1924: return @file_get_contents($file, false, stream_context_create($options));file_put_contents was found in the file utils.php 1940: return file_put_contents($new_file, $file_data, $chmod);
  9. Malware : Network operations curl_init was found in the file youtube.php 64: $ch = curl_init();curl_exec was found in the file youtube.php 76: $data = curl_exec($ch);curl_init was found in the file shortcodes-amazon.php 314: $curl = curl_init();curl_exec was found in the file shortcodes-amazon.php 323: $response = curl_exec( $curl );curl_init was found in the file utils.php 2877: $ch = curl_init();curl_exec was found in the file utils.php 2883: $body = curl_exec($ch);
  10. Admin menu : Themes should use add_theme_page() for adding admin pages. File functions.php : 1052: add_menu_page('再利用ブロック', '再利用ブロック', 'manage_optFile functions.php : 1053: 1054: File functions.php : 1053: 1054: File original-menu.php : 20: add_menu_page(SETTING_NAME_TOP, SETTING_NAME_TOP, 'manage_options', THEME_S23: //add_menu_page();File original-menu.php : 20: add_menu_page(SETTING_NAME_TOP, SETTING_NAME_TOP, 'manage_options', THEME_S23: //add_menu_page();File original-menu.php : 27: 30: add_submenu_page(THEME_SETTINGS_PAFE, __('テンプレート', THEME_NAME),33: add_submenu_page(THEME_SETTINGS_PAFE, __('アフィリエイトタグ', THE36: add_submenu_page(THEME_SETTINGS_PAFE, __('ランキング作成', THEME_NAM39: add_submenu_page(THEME_SETTINGS_PAFE, __('アクセス集計', THEME_NAME),42: 45: add_submenu_page(THEME_SETTINGS_PAFE, __('バックアップ', THEME_NAME),48: add_submenu_page(THEME_SETTINGS_PAFE, __('キャッシュ削除', THEME_NAMFile original-menu.php : 27: 30: add_submenu_page(THEME_SETTINGS_PAFE, __('テンプレート', THEME_NAME),33: add_submenu_page(THEME_SETTINGS_PAFE, __('アフィリエイトタグ', THE36: add_submenu_page(THEME_SETTINGS_PAFE, __('ランキング作成', THEME_NAM39: add_submenu_page(THEME_SETTINGS_PAFE, __('アクセス集計', THEME_NAME),42: 45: add_submenu_page(THEME_SETTINGS_PAFE, __('バックアップ', THEME_NAME),48: add_submenu_page(THEME_SETTINGS_PAFE, __('キャッシュ削除', THEME_NAMFile original-menu.php : 27: 30: add_submenu_page(THEME_SETTINGS_PAFE, __('テンプレート', THEME_NAME),33: add_submenu_page(THEME_SETTINGS_PAFE, __('アフィリエイトタグ', THE36: add_submenu_page(THEME_SETTINGS_PAFE, __('ランキング作成', THEME_NAM39: add_submenu_page(THEME_SETTINGS_PAFE, __('アクセス集計', THEME_NAME),42: 45: add_submenu_page(THEME_SETTINGS_PAFE, __('バックアップ', THEME_NAME),48: add_submenu_page(THEME_SETTINGS_PAFE, __('キャッシュ削除', THEME_NAMFile original-menu.php : 27: 30: add_submenu_page(THEME_SETTINGS_PAFE, __('テンプレート', THEME_NAME),33: add_submenu_page(THEME_SETTINGS_PAFE, __('アフィリエイトタグ', THE36: add_submenu_page(THEME_SETTINGS_PAFE, __('ランキング作成', THEME_NAM39: add_submenu_page(THEME_SETTINGS_PAFE, __('アクセス集計', THEME_NAME),42: 45: add_submenu_page(THEME_SETTINGS_PAFE, __('バックアップ', THEME_NAME),48: add_submenu_page(THEME_SETTINGS_PAFE, __('キャッシュ削除', THEME_NAMFile original-menu.php : 27: 30: add_submenu_page(THEME_SETTINGS_PAFE, __('テンプレート', THEME_NAME),33: add_submenu_page(THEME_SETTINGS_PAFE, __('アフィリエイトタグ', THE36: add_submenu_page(THEME_SETTINGS_PAFE, __('ランキング作成', THEME_NAM39: add_submenu_page(THEME_SETTINGS_PAFE, __('アクセス集計', THEME_NAME),42: 45: add_submenu_page(THEME_SETTINGS_PAFE, __('バックアップ', THEME_NAME),48: add_submenu_page(THEME_SETTINGS_PAFE, __('キャッシュ削除', THEME_NAMFile original-menu.php : 27: 30: add_submenu_page(THEME_SETTINGS_PAFE, __('テンプレート', THEME_NAME),33: add_submenu_page(THEME_SETTINGS_PAFE, __('アフィリエイトタグ', THE36: add_submenu_page(THEME_SETTINGS_PAFE, __('ランキング作成', THEME_NAM39: add_submenu_page(THEME_SETTINGS_PAFE, __('アクセス集計', THEME_NAME),42: 45: add_submenu_page(THEME_SETTINGS_PAFE, __('バックアップ', THEME_NAME),48: add_submenu_page(THEME_SETTINGS_PAFE, __('キャッシュ削除', THEME_NAMFile original-menu.php : 27: 30: add_submenu_page(THEME_SETTINGS_PAFE, __('テンプレート', THEME_NAME),33: add_submenu_page(THEME_SETTINGS_PAFE, __('アフィリエイトタグ', THE36: add_submenu_page(THEME_SETTINGS_PAFE, __('ランキング作成', THEME_NAM39: add_submenu_page(THEME_SETTINGS_PAFE, __('アクセス集計', THEME_NAME),42: 45: add_submenu_page(THEME_SETTINGS_PAFE, __('バックアップ', THEME_NAME),48: add_submenu_page(THEME_SETTINGS_PAFE, __('キャッシュ削除', THEME_NAMFile original-menu.php : 27: 30: add_submenu_page(THEME_SETTINGS_PAFE, __('テンプレート', THEME_NAME),33: add_submenu_page(THEME_SETTINGS_PAFE, __('アフィリエイトタグ', THE36: add_submenu_page(THEME_SETTINGS_PAFE, __('ランキング作成', THEME_NAM39: add_submenu_page(THEME_SETTINGS_PAFE, __('アクセス集計', THEME_NAME),42: 45: add_submenu_page(THEME_SETTINGS_PAFE, __('バックアップ', THEME_NAME),48: add_submenu_page(THEME_SETTINGS_PAFE, __('キャッシュ削除', THEME_NAM
Warning
  1. core scripts deregistered : Core scripts deregistrationFound wp_deregister_script in utils.php. Themes must not deregister core scripts. 456: wp_deregister_script('jquery');457: wp_deregister_script('jquery-core');458: wp_deregister_script('jquery-migrate');852: //wp_deregister_script('jquery-masonry');
  2. Text domain : Incorrect use of translation functions.Wrong installation directory for the theme name. The directory name must match the slug of the theme. This theme's correct slug and text-domain is cocoon.
  3. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function __, with the arguments '更新日' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿日' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ふわっとタイプ' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments '表示スキン(ベース)' in file functions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Xをフォロー' in file cstm-sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Xをフォロー' in file cstm-sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Facebookをフォロー' in file cstm-sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Facebookをフォロー' in file cstm-sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'はてブをフォロー' in file cstm-sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'はてブをフォロー' in file cstm-sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Instagramをフォロー' in file cstm-sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Instagramをフォロー' in file cstm-sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Pinterestをフォロー' in file cstm-sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Pinterestをフォロー' in file cstm-sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'YouTubeをフォロー' in file cstm-sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'YouTubeをフォロー' in file cstm-sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'LinkedInをフォロー' in file cstm-sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'LinkedInをフォロー' in file cstm-sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'noteをフォロー' in file cstm-sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'noteをフォロー' in file cstm-sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Flickrをフォロー' in file cstm-sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Flickrをフォロー' in file cstm-sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Amazon欲しい物リスト' in file cstm-sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Amazonほしい物リストをチェック' in file cstm-sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Twitchをフォロー' in file cstm-sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Twitchをフォロー' in file cstm-sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '楽天ROOMをフォロー' in file cstm-sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '楽天ROOMをフォロー' in file cstm-sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Slackをフォロー' in file cstm-sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Slackをフォロー' in file cstm-sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'GitHubをフォロー' in file cstm-sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'GitHubをフォロー' in file cstm-sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'CodePenをフォロー' in file cstm-sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'CodePenをフォロー' in file cstm-sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'TikTokをフォロー' in file cstm-sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'TikTokをフォロー' in file cstm-sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'SoundCloudをフォロー' in file cstm-sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'SoundCloudをフォロー' in file cstm-sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'LINE@をフォロー' in file cstm-sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'LINE@をフォロー' in file cstm-sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file cstm-mobile-search-button.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイトテキストグレー' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ライトグレーT0' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ライトブルーT0' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ライトブルーT70' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ライトブルーT90' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'シェイドブルーS30' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'シェイドブルーS50' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PinkT0' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PinkT50' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PinkT90' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PinkS50' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'RedT0' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'RedT50' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'YellowT0' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'YellowT50' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'YellowT90' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'YellowS50' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'BeigeT0' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'BeigeT50' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'BeigeT90' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'BeigeS50' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'GreenT0' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'GreenT50' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'GreenT90' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'GreenS30' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'GreenS50' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments '横スクロールできます' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'スキンカラー' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments '背景アニメーション<br><small>(選択した4色がゆっくり入れ替わる)</small>' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments '記事内のタイトル<br><small>(選択した4色を順に適応する)</small>' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイドバー内のタイトル<br><small>(選択した4色を順に適応する)</small>' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'トップへ戻る' in file button-go-to-top.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '本日:' in file admin-pv.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '週:' in file admin-pv.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '月:' in file admin-pv.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '全体:' in file admin-pv.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Jetpackの統計' in file admin-pv.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フォロー' in file mobile-follow-button.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ホーム' in file mobile-home-button.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイドバー' in file mobile-sidebar-button.php.Found a translation function that is missing a text-domain. Function __, with the arguments '前へ' in file mobile-prev-button.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'コメント' in file mobile-comments-button.php.Found a translation function that is missing a text-domain. Function __, with the arguments '目次へ' in file mobile-toc-button.php.Found a translation function that is missing a text-domain. Function __, with the arguments '前へ' in file pager-page-links.php.Found a translation function that is missing a text-domain. Function __, with the arguments '次へ' in file pager-page-links.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ja_JP' in file header-ogp.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メニュー' in file mobile-navi-button.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'この記事は<span class="bold">約%s分</span>で読めます。' in file content.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'シェア' in file mobile-share-button.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'トップ' in file mobile-top-button.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ホーム' in file breadcrumbs-page.php.Found a translation function that is missing a text-domain. Function __, with the arguments '次のページ' in file pagination.php.Found a translation function that is missing a text-domain. Function __, with the arguments '前へ' in file pagination.php.Found a translation function that is missing a text-domain. Function __, with the arguments '次へ' in file pagination.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '通常ページへ' in file date-tags.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '関連記事は見つかりませんでした。' in file related-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments '検索' in file mobile-search-button.php.Found a translation function that is missing a text-domain. Function __, with the arguments '次へ' in file mobile-next-button.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ホーム' in file breadcrumbs.php.Found a translation function that is missing a text-domain. Function __, with the arguments '新着記事' in file list-new-entries.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'もっと見る' in file list-new-entries.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'いいね!' in file fb-like-balloon.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ラベルなし' in file css-custom.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '関連記事' in file css-custom.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '参考記事' in file css-custom.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '参考リンク' in file css-custom.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '人気記事' in file css-custom.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ピックアップ' in file css-custom.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'チェック' in file css-custom.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'あわせて読みたい' in file css-custom.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '詳細はこちら' in file css-custom.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '公式サイト' in file css-custom.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ダウンロード' in file css-custom.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '前回の記事' in file css-custom.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '続きの記事' in file css-custom.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '関連記事' in file css-custom.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '参考記事' in file css-custom.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '参考リンク' in file css-custom.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '人気記事' in file css-custom.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ピックアップ' in file css-custom.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'チェック' in file css-custom.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'あわせて読みたい' in file css-custom.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '詳細はこちら' in file css-custom.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '公式サイト' in file css-custom.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ダウンロード' in file css-custom.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '前回の記事' in file css-custom.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '続きの記事' in file css-custom.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'タイトルとURLをコピーしました' in file footer-javascript.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'もっと見る' in file list-category.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '著者サイト' in file sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '著作サイトをチェック' in file sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Xをフォロー' in file sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Xをフォロー' in file sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Facebookをフォロー' in file sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Facebookをフォロー' in file sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'はてブをフォロー' in file sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'はてブをフォロー' in file sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Google+をフォロー' in file sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Instagramをフォロー' in file sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Instagramをフォロー' in file sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'YouTubeをフォロー' in file sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'YouTubeをフォロー' in file sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'TikTokをフォロー' in file sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'TikTokをフォロー' in file sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'LinkedInをフォロー' in file sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'LinkedInをフォロー' in file sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'noteをフォロー' in file sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'noteをフォロー' in file sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'SoundCloudをフォロー' in file sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'SoundCloudをフォロー' in file sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Flickrをフォロー' in file sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Flickrをフォロー' in file sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Pinterestをフォロー' in file sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Pinterestをフォロー' in file sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'LINE@をフォロー' in file sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'LINE@をフォロー' in file sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Amazon欲しい物リスト' in file sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Amazonほしい物リストをチェック' in file sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Twitchをフォロー' in file sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Twitchをフォロー' in file sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '楽天ROOMをフォロー' in file sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '楽天ROOMをフォロー' in file sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Slackをフォロー' in file sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Slackをフォロー' in file sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'GitHubをフォロー' in file sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'GitHubをフォロー' in file sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'CodePenをフォロー' in file sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'CodePenをフォロー' in file sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'feedlyで更新情報を購読' in file sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'feedlyで更新情報を購読' in file sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'RSSで更新情報を購読' in file sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'RSSで更新情報を購読' in file sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ダッシュボード' in file admin-panel.php.Found a translation function that is missing a text-domain. Function __, with the arguments '編集' in file admin-panel.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'WLWで編集' in file admin-panel.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'AMPページへ' in file admin-panel.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Google AMPテスト' in file admin-panel.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'The AMP Validator' in file admin-panel.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'AMPBench' in file admin-panel.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ja' in file admin-panel.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ページスピード' in file admin-panel.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'GTmetrix' in file admin-panel.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'モバイルフレンドリー' in file admin-panel.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ja' in file admin-panel.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '構造化データ' in file admin-panel.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'HTML5' in file admin-panel.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'アウトライン' in file admin-panel.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'SEOチェキ' in file admin-panel.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ツイート検索' in file admin-panel.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'レスポンシブテスト' in file admin-panel.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Sizzy' in file admin-panel.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Resolution Test' in file admin-panel.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'フォントプレビュー' in file font-preview.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '吾輩は猫である。名前はまだ無い。どこで生れたかとんと見当がつかぬ。何でも薄暗いじめじめした所でニャーニャー泣いていた事だけは記憶している。吾輩はここで初めて人間というものを見た。' in file font-preview.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '現在の太さ:' in file font-preview.php.Found a translation function that is missing a text-domain. Function __, with the arguments '「文字の太さ」変更でフォントに合った太さに調整しよう。' in file font-preview.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '太さ見本:' in file font-preview.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '利用可:' in file font-preview.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '(WEBフォント)' in file font-preview.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Xでシェア' in file sns-share-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'X' in file sns-share-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Facebookでシェア' in file sns-share-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Facebook' in file sns-share-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'はてブでブックマーク' in file sns-share-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'はてブ' in file sns-share-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Pocketに保存' in file sns-share-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Pocket' in file sns-share-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'LINEでシェア' in file sns-share-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'LINE' in file sns-share-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Pinterestでシェア' in file sns-share-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Pinterest' in file sns-share-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'LinkedInでシェア' in file sns-share-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'LinkedIn' in file sns-share-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'タイトルとURLをコピーする' in file sns-share-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'コピー' in file sns-share-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'コメントする' in file sns-share-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'コメント' in file sns-share-buttons.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿が見つかりませんでした。' in file list-not-found-posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'もっと見る' in file list-category-columns.php.Found a translation function that is missing a text-domain. Function __, with the arguments '新着記事' in file list-tab-index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'もっと見る' in file list-tab-index.php.Found a translation function that is missing a text-domain. Function _e, with the arguments in file fb-like-box.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'いいね!' in file fb-like-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments '@%sさんをフォロー' in file fb-like-box.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '友だち追加' in file fb-like-box.php.Found a translation function that is missing a text-domain. Function _e, with the arguments in file fb-like-box.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '設定を変更しました。' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'アクセス集計' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'テーマ内で独自にアクセス集計を行います。集計結果は、人気ウィジェットなどで使用されます。' in file _top-page.php.Found a translation function that is missing a text-domain. Function __, with the arguments '変更を保存' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'アクセス集計' in file access-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'テーマ独自のアクセス集計機能の設定です。' in file access-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アクセス集計' in file access-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アクセス集計の有効化' in file access-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '有効にすることで「人気記事」ウィジェット等が利用できるようになります。簡易的なWordPress Popular Postsプラグインを実装しているようなものなのでレンタルサーバーから負荷が高いといわれたら無効にしてください。' in file access-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'キャッシュ' in file access-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アクセスキャッシュの有効化' in file access-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アクセス統計情報の取得は多少なりともサーバーに負荷をかけるのでキャッシュの利用をおすすめします。' in file access-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'キャッシュ更新間隔' in file access-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '10分' in file access-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '20分' in file access-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '30分' in file access-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '45分' in file access-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '1時間' in file access-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '1時間半' in file access-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '2時間' in file access-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '3時間' in file access-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '6時間' in file access-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '9時間' in file access-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '12時間' in file access-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '18時間' in file access-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '24時間' in file access-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '2日' in file access-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '3日' in file access-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '1週間' in file access-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '設定間隔ごとに新しいキャッシュを生成します' in file access-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '関連記事' in file related-entries.php.Found a translation function that is missing a text-domain. Function __, with the arguments '関連記事リストをサムネイルつきで表示するウィジェットです。投稿ページのみ表示されます。' in file related-entries.php.Found a translation function that is missing a text-domain. Function __, with the arguments '関連記事' in file related-entries.php.Found a translation function that is missing a text-domain. Function __, with the arguments '関連記事' in file related-entries.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '関連記事のタイトル' in file related-entries.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '表示数(半角数字)' in file related-entries.php.Found a translation function that is missing a text-domain. Function __, with the arguments '表示タイプ' in file related-entries.php.Found a translation function that is missing a text-domain. Function __, with the arguments '関連付け' in file related-entries.php.Found a translation function that is missing a text-domain. Function __, with the arguments '横型表示' in file related-entries.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '(「大きなサムネイル」との使用がお勧め)' in file related-entries.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タイトルを太字にする' in file related-entries.php.Found a translation function that is missing a text-domain. Function __, with the arguments '矢印表示' in file related-entries.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '除外カテゴリーID(除外するものを選択してください)' in file related-entries.php.Found a translation function that is missing a text-domain. Function __, with the arguments '目次' in file toc.php.Found a translation function that is missing a text-domain. Function __, with the arguments '目次リンクを表示するだけのウィジェットです。' in file toc.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タイトル' in file toc.php.Found a translation function that is missing a text-domain. Function __, with the arguments '目次表示の深さ' in file toc.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'H2見出しまで' in file toc.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'H3見出しまで' in file toc.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'H4見出しまで' in file toc.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'H5見出しまで' in file toc.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'H6見出しまで(デフォルト)' in file toc.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cocoon設定「目次」タブの「目次表示の深さ」で表示されていないものは表示できません。' in file toc.php.Found a translation function that is missing a text-domain. Function __, with the arguments '例:Cocoon設定で「h2見出しまで」と設定されている場合、このウィジェットで「h3見出し」以降を表示することはできません。' in file toc.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ランキング' in file item-ranking.php.Found a translation function that is missing a text-domain. Function __, with the arguments '商品・サービスのランキングを表示するウィジェットです。' in file item-ranking.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タイトル' in file item-ranking.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ランキング' in file item-ranking.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ランキングを選択してください。' in file item-ranking.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ランキングが設定されていません。' in file item-ranking.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '設定画面からランキングを設定してください→' in file item-ranking.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ランキング設定' in file item-ranking.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ナビカード' in file navi-entries.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ナビカードリストを表示するウィジェットです。' in file navi-entries.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'タイトル' in file navi-entries.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メニュー名' in file navi-entries.php.Found a translation function that is missing a text-domain. Function __, with the arguments '表示タイプ' in file navi-entries.php.Found a translation function that is missing a text-domain. Function __, with the arguments '横型表示' in file navi-entries.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '(「大きなサムネイル」との使用がお勧め)' in file navi-entries.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タイトルを太字にする' in file navi-entries.php.Found a translation function that is missing a text-domain. Function __, with the arguments '矢印表示' in file navi-entries.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ボックスメニュー' in file box-menus.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アイコンつきメニューを表示するウィジェットです。' in file box-menus.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'タイトル' in file box-menus.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メニュー名' in file box-menus.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'おすすめカード' in file recommended-cards.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'おすすめカード一覧を表示するウィジェットです。' in file recommended-cards.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'タイトル' in file recommended-cards.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メニュー名' in file recommended-cards.php.Found a translation function that is missing a text-domain. Function __, with the arguments '表示スタイル' in file recommended-cards.php.Found a translation function that is missing a text-domain. Function __, with the arguments '余白を有効にする' in file recommended-cards.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'プロフィール' in file author-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments '記事を書いた著者のプロフィール情報を表示するウィジェットです。' in file author-box.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'タイトル' in file author-box.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '肩書きラベル' in file author-box.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '例:この記事を書いた人' in file author-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments '画像を円形にする' in file author-box.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '※「プロフィール画像・情報」や、「フォローボタン」はプロフィールページにて変更してください。' in file author-box.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'あなたのプロフィール' in file author-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments '最近のコメント' in file recent-comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments '最近投稿されたコメントを表示するウィジェットです。' in file recent-comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'コメントなし' in file recent-comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments '最近のコメント' in file recent-comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments '最近のコメント' in file recent-comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'タイトル' in file recent-comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '表示するコメント数' in file recent-comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'コメント文字数' in file recent-comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '管理者の除外' in file recent-comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '管理者のコメントを表示しない' in file recent-comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments '新着記事' in file new-entries.php.Found a translation function that is missing a text-domain. Function __, with the arguments '新着記事リストをサムネイルつきで表示するウィジェットです。' in file new-entries.php.Found a translation function that is missing a text-domain. Function __, with the arguments '新着記事' in file new-entries.php.Found a translation function that is missing a text-domain. Function __, with the arguments '表示モード' in file new-entries.php.Found a translation function that is missing a text-domain. Function __, with the arguments '全ての新着記事(全ページで表示)' in file new-entries.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カテゴリー別新着記事(投稿・カテゴリーで表示)' in file new-entries.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '新着記事のタイトル' in file new-entries.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '表示数(半角数字)' in file new-entries.php.Found a translation function that is missing a text-domain. Function __, with the arguments '表示タイプ' in file new-entries.php.Found a translation function that is missing a text-domain. Function __, with the arguments '横型表示' in file new-entries.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '(「大きなサムネイル」との使用がお勧め)' in file new-entries.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タイトルを太字にする' in file new-entries.php.Found a translation function that is missing a text-domain. Function __, with the arguments '矢印表示' in file new-entries.php.Found a translation function that is missing a text-domain. Function __, with the arguments '「固定表示」記事を表示' in file new-entries.php.Found a translation function that is missing a text-domain. Function __, with the arguments '更新日順に並び替え' in file new-entries.php.Found a translation function that is missing a text-domain. Function __, with the arguments '人気記事' in file popular-entries.php.Found a translation function that is missing a text-domain. Function __, with the arguments '人気記事リストをサムネイルつきで表示するウィジェットです。' in file popular-entries.php.Found a translation function that is missing a text-domain. Function __, with the arguments '人気記事' in file popular-entries.php.Found a translation function that is missing a text-domain. Function __, with the arguments '人気記事' in file popular-entries.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '表示モード' in file popular-entries.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '全ての人気記事(全ページで表示)' in file popular-entries.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'カテゴリー別人気記事(投稿・カテゴリーで表示)' in file popular-entries.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '人気記事のタイトル' in file popular-entries.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '表示数(半角数字)' in file popular-entries.php.Found a translation function that is missing a text-domain. Function __, with the arguments '表示タイプ' in file popular-entries.php.Found a translation function that is missing a text-domain. Function __, with the arguments '集計期間' in file popular-entries.php.Found a translation function that is missing a text-domain. Function __, with the arguments '本日' in file popular-entries.php.Found a translation function that is missing a text-domain. Function __, with the arguments '7日間' in file popular-entries.php.Found a translation function that is missing a text-domain. Function __, with the arguments '30日間' in file popular-entries.php.Found a translation function that is missing a text-domain. Function __, with the arguments '1年間' in file popular-entries.php.Found a translation function that is missing a text-domain. Function __, with the arguments '全期間' in file popular-entries.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ランキング表示' in file popular-entries.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PV表示' in file popular-entries.php.Found a translation function that is missing a text-domain. Function __, with the arguments '横型表示' in file popular-entries.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '(「大きなサムネイル」との使用がお勧め)' in file popular-entries.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タイトルを太字にする' in file popular-entries.php.Found a translation function that is missing a text-domain. Function __, with the arguments '矢印表示' in file popular-entries.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '除外投稿ID(カンマ区切りでIDを入力してください)' in file popular-entries.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '除外カテゴリー(除外するものを選択してください)' in file popular-entries.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'CTAボックス' in file cta-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'コール・トゥ・アクションで訪問者にとってもらいたい行動を促すウィジェットです。' in file cta-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments '詳細はこちら' in file cta-box.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'タイトル' in file cta-box.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'CTA見出し' in file cta-box.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '画像とメッセージのレイアウト(サイドバー以外)' in file cta-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments '画像・メッセージを上下に配置' in file cta-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments '画像・メッセージを左右に配置' in file cta-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メッセージ・画像を左右に配置' in file cta-box.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'CTA画像(選択ボタンが動作しない場合は再読み込み)' in file cta-box.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'CTAメッセージ' in file cta-box.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '自動的に段落を追加する' in file cta-box.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'CTAボタンテキスト' in file cta-box.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'CTAボタンURL' in file cta-box.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'CTAボタン色' in file cta-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments '黒色' in file cta-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments '赤色' in file cta-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ピンク' in file cta-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments '紫色' in file cta-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments '深紫' in file cta-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments '紺色(インディゴ)' in file cta-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments '青色' in file cta-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments '水色' in file cta-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments '明るい青(シアン)' in file cta-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments '緑色がかった青(ティール)' in file cta-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments '緑色' in file cta-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments '明るい緑' in file cta-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ライム' in file cta-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments '黄色' in file cta-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments '琥珀色(アンバー)' in file cta-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'オレンジ' in file cta-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ディープオレンジ' in file cta-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments '茶色' in file cta-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments '灰色' in file cta-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments '新着情報' in file info-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments '最近書かれた記事のタイトルリストを表示します。' in file info-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments '新着情報' in file info-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments '新着情報' in file info-list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '新着情報のタイトル' in file info-list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'キャプション(枠線内表示)' in file info-list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '表示数(半角数字)' in file info-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments '枠線表示' in file info-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments '仕切り線表示' in file info-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments '更新日順に並び替え' in file info-list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '表示カテゴリー' in file info-list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '(※未選択の場合は全て表示)' in file info-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments '広告(モバイル用)' in file mobile-ad.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'モバイルのみで表示される広告ウィジェットです。834px以下で表示されます。' in file mobile-ad.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '広告タグ' in file mobile-ad.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'AdSenseの場合はレスポンシブタグを挿入してください。未記入の場合は、設定項目に指定したAdSenseコードが利用されます。' in file mobile-ad.php.Found a translation function that is missing a text-domain. Function __, with the arguments '広告フォーマット(AdSenseコード入力時のみ有効)' in file mobile-ad.php.Found a translation function that is missing a text-domain. Function __, with the arguments '広告ラベル' in file mobile-ad.php.Found a translation function that is missing a text-domain. Function __, with the arguments '広告ラベルを表示する' in file mobile-ad.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PC用ダブルレクタングル広告' in file pc-double-ads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'パソコンのみで表示されるダブルレクタングル広告ウィジェットです。834pxより大きな画面で表示されます。' in file pc-double-ads.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '広告タグ(左)' in file pc-double-ads.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '広告タグ(右)' in file pc-double-ads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Facebookバルーン' in file fb-like-balloon.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿・個別ページのアイキャッチを利用したFacebookページへの「いいね!」ボタンを表示するウィジェットです。' in file fb-like-balloon.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'タイトル' in file fb-like-balloon.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'メッセージ' in file fb-like-balloon.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'この記事が気に入ったら最新ニュース情報を、<br><span class="bold-red">いいね</span>してチェックしよう!' in file fb-like-balloon.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'FacebookページURL' in file fb-like-balloon.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'https://www.facebook.com/XXXXXXX' in file fb-like-balloon.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '※未入力だとプロフィールページで設定されているものを利用。' in file fb-like-balloon.php.Found a translation function that is missing a text-domain. Function __, with the arguments '広告' in file ad.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'パソコンとモバイル端末両方に表示される広告ウィジェットです。' in file ad.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '広告タグ' in file ad.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'AdSenseの場合はレスポンシブタグを挿入してください。未記入の場合は、設定項目に指定したAdSenseコードが利用されます。' in file ad.php.Found a translation function that is missing a text-domain. Function __, with the arguments '広告フォーマット(AdSenseコード入力時のみ有効)' in file ad.php.Found a translation function that is missing a text-domain. Function __, with the arguments '広告ラベル' in file ad.php.Found a translation function that is missing a text-domain. Function __, with the arguments '広告ラベルを表示する' in file ad.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'テキスト(PC用)' in file pc-text.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'パソコンのみで表示されるテキストウィジェットです。834pxより大きな画面で表示されます。' in file pc-text.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'タイトル' in file pc-text.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'テキスト' in file pc-text.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '自動的に段落を追加する' in file pc-text.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'テキスト(モバイル用)' in file mobile-text.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'モバイルのみで表示されるテキストウィジェットです。834px以下で表示されます。' in file mobile-text.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'タイトル' in file mobile-text.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'テキスト' in file mobile-text.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '自動的に段落を追加する' in file mobile-text.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SNSフォローボタン' in file sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SNSサービスのフォローアイコンボタンを表示するウィジェットです。' in file sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SNSフォローボタン' in file sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SNSフォローボタン' in file sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'タイトル' in file sns-follow-buttons.php.Found a translation function that is missing a text-domain. Function __, with the arguments '広告(PC用)' in file pc-ad.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'パソコンのみで表示される広告ウィジェットです。834pxより大きな画面で表示されます。' in file pc-ad.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '広告タグ' in file pc-ad.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'AdSenseの場合はレスポンシブタグを挿入してください。未記入の場合は、設定項目に指定したAdSenseコードが利用されます。' in file pc-ad.php.Found a translation function that is missing a text-domain. Function __, with the arguments '広告フォーマット(AdSenseコード入力時のみ有効)' in file pc-ad.php.Found a translation function that is missing a text-domain. Function __, with the arguments '広告ラベル' in file pc-ad.php.Found a translation function that is missing a text-domain. Function __, with the arguments '広告ラベルを表示する' in file pc-ad.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Facebookボックス' in file fb-like-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments '「この記事が気に入ったらいいね!しよう」ウィジェットです。' in file fb-like-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'この記事が気に入ったら<br>いいね!しよう' in file fb-like-box.php.Found a translation function that is missing a text-domain. Function __, with the arguments '最新情報をお届けします。' in file fb-like-box.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'タイトル' in file fb-like-box.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'メッセージ' in file fb-like-box.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'この記事が気に入ったら<br>いいね!しよう' in file fb-like-box.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'この記事が気に入ったら<br>いいね!しよう' in file fb-like-box.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'サブメッセージ' in file fb-like-box.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '最新情報をお届けします。' in file fb-like-box.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'FacebookページURL' in file fb-like-box.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'https://www.facebook.com/XXXXXXX' in file fb-like-box.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '未入力だとプロフィールページで設定されているものを利用。' in file fb-like-box.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Twitter ID(@は不要です)' in file fb-like-box.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'XXXXXXX' in file fb-like-box.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '同上。※「0」を入力で非表示。' in file fb-like-box.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'LINE ID(@は不要です)' in file fb-like-box.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'XXXXXXX' in file fb-like-box.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '同上。※「0」を入力で非表示。' in file fb-like-box.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '表示設定' in file display-widgets.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ウィジェットの表示' in file display-widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'チェック・入力したページで非表示' in file display-widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'チェック・入力したページで表示' in file display-widgets.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'カテゴリー' in file display-widgets.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ページ' in file display-widgets.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '著者' in file display-widgets.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '投稿' in file display-widgets.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '固定ページ' in file display-widgets.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'タグ' in file display-widgets.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'カスタム投稿タイプ' in file display-widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments '設定' in file _defins.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PR' in file _defins.php.Found a translation function that is missing a text-domain. Function __, with the arguments '記事内に広告が含まれています。' in file _defins.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'オート(AdSenseにおまかせ)' in file _defins.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'バナー' in file _defins.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'レスポンシブレクタングル' in file _defins.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'シングルレクタングル' in file _defins.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ダブルレクタングル' in file _defins.php.Found a translation function that is missing a text-domain. Function __, with the arguments '記事内広告' in file _defins.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'オート(AdSenseにおまかせ)' in file _defins.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'バナー' in file _defins.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'レクタングル' in file _defins.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ラージスカイスクレイパー' in file _defins.php.Found a translation function that is missing a text-domain. Function __, with the arguments '広告コードをそのまま表示' in file _defins.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'オート(AdSenseにおまかせ)' in file _defins.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'バナー' in file _defins.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'レスポンシブレクタングル' in file _defins.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'シングルレクタングル' in file _defins.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ダブルレクタングル' in file _defins.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ラージスカイスクレイパー' in file _defins.php.Found a translation function that is missing a text-domain. Function __, with the arguments '記事内広告' in file _defins.php.Found a translation function that is missing a text-domain. Function __, with the arguments '広告コードをそのまま表示' in file _defins.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'オート(AdSenseにおまかせ)' in file _defins.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'バナー' in file _defins.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'レスポンシブレクタングル' in file _defins.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'シングルレクタングル' in file _defins.php.Found a translation function that is missing a text-domain. Function __, with the arguments '本当に削除してもいいですか?' in file _defins.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'www.amazon.co.jp' in file _defins.php.Found a translation function that is missing a text-domain. Function __, with the arguments '商品を取得できませんでした。存在しないASINを指定している可能性があります。' in file _defins.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Guidance on COVID-19:' in file dashboard-message.php.Found a translation function that is missing a text-domain. Function __, with the arguments '解説ページ' in file html-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'タイトル検索' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タイトル昇順' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タイトル降順' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '作成日昇順' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '作成日降順' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '編集日昇順' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '編集日降順' in file html-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '抽出' in file html-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '詳細設定' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フォーマット(広告ユニット)' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '広告ラベルを表示' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '広告の表示数を制御する' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '先頭から' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '個まで' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '※-1で全てのH2見出し手前に広告を挿入' in file html-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '入力済' in file html-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '未入力' in file html-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '詳細設定' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フォーマット(広告ユニット)' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '広告ラベルを表示' in file html-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '選択' in file html-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'クリア' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '大きな画像は縮小して表示されます。' in file html-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '画像を選択してください。' in file html-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '画像の選択' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'トップページのみ' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '固定ページ' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カテゴリー一覧' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タグ一覧' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '著者一覧' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アーカイブ一覧' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '検索結果一覧' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '404ページ' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'AMPページ' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'wpForoページ' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'bbPressページ' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'BuddyPressページ' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'プラグインフォーラムページ(bbPress、BuddyPress、wpForo)' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿ID入力' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '例:111,222,333' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿IDをカンマ区切りで入力してください。' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '固定ページID入力' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '例:111,222,333' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '固定ページIDをカンマ区切りで入力してください。' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タグID入力' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '例:111,222,333' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タグIDをカンマ区切りで入力してください。' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '人気記事は見つかりませんでした。' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '記事は見つかりませんでした。' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Posts by %s' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '未登録のユーザーさん' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '未登録のユーザーさんです。' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ログイン・登録はこちら→' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ログインページ' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'プロフィール内容は管理画面から変更可能です→' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'プロフィール設定画面' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '※このメッセージは、ログインユーザーにしか表示されません。' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '管理者用エラーメッセージ' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'おすすめ' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '新着' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '注目' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '必見' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'お得' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '新着情報' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '記事は見つかりませんでした。' in file html-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '補足情報(i)' in file block-editor-styles-group.php.Found a translation function that is missing a text-domain. Function __, with the arguments '補足情報(?)' in file block-editor-styles-group.php.Found a translation function that is missing a text-domain. Function __, with the arguments '補足情報(!)' in file block-editor-styles-group.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メモ' in file block-editor-styles-group.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'コメント' in file block-editor-styles-group.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'OK' in file block-editor-styles-group.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'NG' in file block-editor-styles-group.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'GOOD' in file block-editor-styles-group.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'BAD' in file block-editor-styles-group.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'プロフィール' in file block-editor-styles-group.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'プライマリー(濃い水色)' in file block-editor-styles-group.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'セカンダリー(濃い灰色)' in file block-editor-styles-group.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'インフォ(薄い青)' in file block-editor-styles-group.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サクセス(薄い緑)' in file block-editor-styles-group.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ワーニング(薄い黄色)' in file block-editor-styles-group.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'デンジャー(薄い赤色)' in file block-editor-styles-group.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ライト(白色)' in file block-editor-styles-group.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ダーク(暗い灰色)' in file block-editor-styles-group.php.Found a translation function that is missing a text-domain. Function __, with the arguments '白抜き(赤色)' in file block-editor-styles-group.php.Found a translation function that is missing a text-domain. Function __, with the arguments '白抜き(ピンク)' in file block-editor-styles-group.php.Found a translation function that is missing a text-domain. Function __, with the arguments '白抜き(紺色)' in file block-editor-styles-group.php.Found a translation function that is missing a text-domain. Function __, with the arguments '白抜き(青色)' in file block-editor-styles-group.php.Found a translation function that is missing a text-domain. Function __, with the arguments '白抜き(黄色)' in file block-editor-styles-group.php.Found a translation function that is missing a text-domain. Function __, with the arguments '白抜き(緑色)' in file block-editor-styles-group.php.Found a translation function that is missing a text-domain. Function __, with the arguments '白抜き(オレンジ)' in file block-editor-styles-group.php.Found a translation function that is missing a text-domain. Function __, with the arguments '付箋風(灰色)' in file block-editor-styles-group.php.Found a translation function that is missing a text-domain. Function __, with the arguments '付箋風(黄色)' in file block-editor-styles-group.php.Found a translation function that is missing a text-domain. Function __, with the arguments '付箋風(赤色)' in file block-editor-styles-group.php.Found a translation function that is missing a text-domain. Function __, with the arguments '付箋風(青色)' in file block-editor-styles-group.php.Found a translation function that is missing a text-domain. Function __, with the arguments '付箋風(緑色)' in file block-editor-styles-group.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'プロフィール画像' in file profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'プロフィール画像のアップロード' in file profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '自前でプロフィール画像をアップロードする場合は画像を選択してください。Gravatarよりこちらのプロフィール画像が優先されます。240×240pxの正方形の画像がお勧めです。' in file profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ページサイズ縮小のため<a href="https://tinypng.com/" target="_blank" rel="noopener">TinyPNG</a>等で登録前にで圧縮することをおすすめします。' in file profile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'プロフィールページURL' in file profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'プロフィール情報が入力してあるページURLを入力してください。プロフィール名のリンクがプロフィールページに変更されます。未入力の場合は、著者のアーカイブページにリンクされます。' in file profile.php.Found a translation function that is missing a text-domain. Function __, with the arguments '吹き出し' in file speech-balloons.php.Found a translation function that is missing a text-domain. Function __, with the arguments '内容を入力してください。' in file speech-balloons.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ランキング' in file item-rankings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タグ' in file html-tags.php.Found a translation function that is missing a text-domain. Function __, with the arguments '内容を入力してください。' in file html-tags.php.Found a translation function that is missing a text-domain. Function __, with the arguments '左側に入力する内容' in file html-tags.php.Found a translation function that is missing a text-domain. Function __, with the arguments '中央に入力する内容' in file html-tags.php.Found a translation function that is missing a text-domain. Function __, with the arguments '右側に入力する内容' in file html-tags.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'キーワード' in file html-tags.php.Found a translation function that is missing a text-domain. Function __, with the arguments '2カラム(1:1, |□|□|)' in file html-tags.php.Found a translation function that is missing a text-domain. Function __, with the arguments '2カラム(1:2, |□|□□|)' in file html-tags.php.Found a translation function that is missing a text-domain. Function __, with the arguments '2カラム(2:1, |□□|□|)' in file html-tags.php.Found a translation function that is missing a text-domain. Function __, with the arguments '2カラム(1:3, |□|□□□|)' in file html-tags.php.Found a translation function that is missing a text-domain. Function __, with the arguments '2カラム(3:1, |□□□|□|)' in file html-tags.php.Found a translation function that is missing a text-domain. Function __, with the arguments '3カラム' in file html-tags.php.Found a translation function that is missing a text-domain. Function __, with the arguments '検索' in file html-tags.php.Found a translation function that is missing a text-domain. Function __, with the arguments '検索フォーム風' in file html-tags.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アコーディオンボックス見出し' in file html-tags.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アコーディオンボックス' in file html-tags.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アコーディオンボックス内容' in file html-tags.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ふりがな' in file html-tags.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ふりがな(ルビ)' in file html-tags.php.Found a translation function that is missing a text-domain. Function __, with the arguments '振り仮名' in file html-tags.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ショートコード' in file shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments '広告 [ad]' in file shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments '新着記事一覧' in file shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments '人気記事一覧' in file shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メニュー名' in file shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ナビカード一覧' in file shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'この記事を書いた人' in file shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'プロフィールボックス' in file shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ASIN' in file shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'キーワード' in file shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Amazon商品リンク' in file shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments '新しい商品のタイトル' in file shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Amazon商品リンク(商品タイトル変更)' in file shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Amazon商品リンク(全ボタン非表示)' in file shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments '商品番号' in file shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments '楽天商品リンク' in file shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments '楽天商品リンク(商品タイトル変更)' in file shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments '楽天商品リンク(全ボタン非表示)' in file shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タイムライン' in file shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タイムラインアイテム' in file shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments '過去日時' in file shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(1年前なら f\r\o\m="Y/m/d" と記入)' in file shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments '過去年' in file shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(2年前なら f\r\o\m="Y/m/d" と記入)' in file shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments '年齢(オプションに誕生日を記入)' in file shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カウントダウン(日にちを入力)' in file shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments '評価スター' in file shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'こちらのコンテンツはログインユーザーのみに表示されます。' in file shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ログインユーザーに表示するコンテンツを入力してください。' in file shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ログインユーザーのみ表示' in file shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'キャンペーン中に表示するコンテンツを入力してください。' in file shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'キャンペーン期間中のみ表示' in file shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アフィリエイトタグ' in file affiliate-tags.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'テンプレート' in file function-texts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'HTML挿入' in file insert-html.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'HTMLを挿入してください' in file insert-html.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'キーカラー' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments '赤色' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ピンク' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments '紫色' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments '深紫色' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments '紺色' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments '青色' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments '天色' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments '浅葱色' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments '深緑色' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments '緑色' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments '黄緑色' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ライム' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments '黄色' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アンバー' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'オレンジ' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ディープオレンジ' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments '茶色' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments '灰色' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments '黒' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments '白' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments '淡い青' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments '淡い黄色' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments '淡い赤' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments '淡い緑' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments '拡張色A' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments '拡張色B' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments '拡張色C' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments '拡張色D' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments '拡張色E' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments '拡張色F' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ハイライト表示しない' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'プレーンテキスト' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Bash' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Basic' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'C#' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'C++' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'CSS' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'D' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'DOS' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Delphi' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Go' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'HTML' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Haml' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'JSON' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Java' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'JavaScript' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Less' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Markdown' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Objective C' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PHP' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Perl' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Python' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'R' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ruby' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Rust' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SCSS' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SQL' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Swift' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'VBScript' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'XML' in file gutenberg.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ja_JP' in file sns.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View details' in file Ui.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'More information about %s' in file Ui.php.Found a translation function that is missing a text-domain. Function __, with the arguments '詳細ページ' in file shortcodes-rakuten.php.Found a translation function that is missing a text-domain. Function __, with the arguments '詳細ページ' in file shortcodes-rakuten.php.Found a translation function that is missing a text-domain. Function __, with the arguments '詳細ページ' in file shortcodes-rakuten.php.Found a translation function that is missing a text-domain. Function __, with the arguments '「楽天アプリケーションID」もしくは「楽天アフィリエイトID」が設定されていません。「Cocoon設定」の「API」タブから入力してください。' in file shortcodes-rakuten.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'id, no, searchオプションのいずれかが入力されていません。' in file shortcodes-rakuten.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Y/m/d H:i' in file shortcodes-rakuten.php.Found a translation function that is missing a text-domain. Function __, with the arguments '料率:' in file shortcodes-rakuten.php.Found a translation function that is missing a text-domain. Function __, with the arguments '商品が見つかりませんでした。' in file shortcodes-rakuten.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ショートコードの値が正しく記入されていない可能性があります。' in file shortcodes-rakuten.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Bad Requestが返されました。リクエスト制限を受けた可能性があります。しばらく時間を置いた後、リロードすると商品リンクが表示される可能性があります。' in file shortcodes-rakuten.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'JSONを取得できませんでした。接続環境に問題がある可能性があります。' in file shortcodes-rakuten.php.Found a translation function that is missing a text-domain. Function __, with the arguments '楽天商品取得エラー' in file shortcodes-rakuten.php.Found a translation function that is missing a text-domain. Function __, with the arguments '楽天商品リンクが取得できませんでした。' in file shortcodes-rakuten.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'us-west-2' in file shortcodes-amazon.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'webservices.amazon.co.jp' in file shortcodes-amazon.php.Found a translation function that is missing a text-domain. Function __, with the arguments '詳細ページ' in file shortcodes-amazon.php.Found a translation function that is missing a text-domain. Function __, with the arguments '詳細ページ' in file shortcodes-amazon.php.Found a translation function that is missing a text-domain. Function __, with the arguments '詳細ページ' in file shortcodes-amazon.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Amazon APIのアクセスキーもしくはシークレットキーもしくはトラッキングIDが設定されていません。「Cocoon設定」の「API」タブから入力してください。' in file shortcodes-amazon.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Amazon商品リンクショートコード内にASINが入力されていません。' in file shortcodes-amazon.php.Found a translation function that is missing a text-domain. Function __, with the arguments '503エラー。このエラーは、PA-APIのアクセス制限を超えた場合や、メンテナンス中などにより、リクエストに応答できない場合に出力されるエラーコードです。サーバーの「php.ini設定」の「allow_url_fopen」項目が「ON」になっているかを確認してください。このエラーが頻出する場合は「API」設定項目にある「キャッシュの保存期間」を長めに設定することをおすすめします。' in file shortcodes-amazon.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アイテムを取得できませんでした。' in file shortcodes-amazon.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'このエラーメッセージは"サイト管理者のみ"に表示されています。' in file shortcodes-amazon.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Amazon商品取得エラー' in file shortcodes-amazon.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Amazon商品リンクが取得できませんでした。' in file shortcodes-amazon.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Amazonで詳細を見る' in file shortcodes-amazon.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'キャッシュ削除' in file shortcodes-product-func.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(' in file shortcodes-product-func.php.Found a translation function that is missing a text-domain. Function __, with the arguments '時点' in file shortcodes-product-func.php.Found a translation function that is missing a text-domain. Function __, with the arguments ')' in file shortcodes-product-func.php.Found a translation function that is missing a text-domain. Function __, with the arguments '楽天で詳細を見る' in file shortcodes-product-func.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ヘッダーメニュー' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ヘッダーモバイルメニュー' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ヘッダーモバイルボタン' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フッターメニュー' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フッターモバイルボタン' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'モバイルスライドインメニュー' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '通常のカード表示' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'デフォルト' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カードの上下に破線の区切り線が表示されます。' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '区切り線' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(縦型表示時のみ)' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カード自体を罫線で囲みます。' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '囲み枠' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '大きなサムネイル画像の下にタイトルを表示します。' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '大きなサムネイル' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '大きなサムネイル画像の下段にタイトルを重ねます。' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タイトルを重ねた大きなサムネイル' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '画像のみ' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '画像中央に白文字タイトル' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '画像中央にラベルでタイトル' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '画像下段を黒背景にしタイトルを重ねる' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '「%s」の記事一覧です。' in file seo.php.Found a translation function that is missing a text-domain. Function __, with the arguments '「%s」の記事一覧です。' in file seo.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'こちらのコンテンツはログインユーザーのみに表示されます。' in file shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments '日付未入力' in file shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments '歳' in file shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments '固定ページ' in file shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿一覧' in file shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カテゴリー' in file shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments '月別アーカイブ' in file shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'updatedショートコードは投稿・固定ページ以外では利用できません。' in file shortcodes.php.Found a translation function that is missing a text-domain. Function __, with the arguments '新着情報' in file shortcodes.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ふりがな' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ふりがな' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '太字' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '赤字' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '太い赤字' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '赤アンダー' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '黄色マーカー' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '黄色アンダーマーカー' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '打ち消し線' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'バッジ' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'キーボード' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '補足情報(i)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '補足情報(?)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '補足情報(!)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'primary' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'success' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'warning' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'danger' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'インライン' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '太字' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '赤字' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '赤太字' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '赤アンダーライン' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '青' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '青太字' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '緑' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '緑太字' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '打ち消し線' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'キーボードキー' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'マーカー' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '黄色マーカー' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '赤色マーカー' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '青色マーカー' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '黄色アンダーラインマーカー' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '赤色アンダーラインマーカー' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '青色アンダーラインマーカー' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フォントサイズ' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ボックス(アイコン)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '補足情報(i)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '補足情報(?)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '注意喚起(!)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メモ' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'コメント' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'OK' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'NG' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'GOOD' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'BAD' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'プロフィール' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ボックス(案内)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'プライマリー(濃い水色)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'セカンダリー(濃い灰色)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サクセス(薄い緑)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'インフォ(薄い青)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ワーニング(薄い黄色)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'デンジャー(薄い赤色)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ライト(白色)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ダーク(暗い灰色)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ボックス(白抜き)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '灰色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '黄色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '赤色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '青色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '緑色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ボックス(タブ)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'チェック' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '灰色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '黄色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '赤色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '青色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '緑色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'コメント' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '灰色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '黄色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '赤色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '青色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '緑色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ポイント' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '灰色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '黄色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '赤色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '青色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '緑色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ティップス' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '灰色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '黄色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '赤色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '青色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '緑色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ヒント' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '灰色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '黄色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '赤色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '青色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '緑色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ピックアップ' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '灰色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '黄色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '赤色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '青色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '緑色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ブックマーク' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '灰色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '黄色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '赤色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '青色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '緑色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メモ' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '灰色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '黄色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '赤色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '青色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '緑色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ダウンロード' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '灰色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '黄色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '赤色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '青色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '緑色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ブレイク' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '灰色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '黄色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '赤色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '青色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '緑色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Amazon' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '灰色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '黄色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '赤色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '青色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '緑色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'OK' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '灰色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '黄色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '赤色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '青色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '緑色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'NG' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '灰色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '黄色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '赤色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '青色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '緑色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'GOOD' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '灰色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '黄色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '赤色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '青色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '緑色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'BAD' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '灰色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '黄色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '赤色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '青色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '緑色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'プロフィール' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '灰色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '黄色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '赤色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '青色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '緑色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ボックス(付箋風)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '灰色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '黄色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '赤色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '青色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '緑色' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'バッジ' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'オレンジ' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'レッド' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ピンク' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'パープル' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ブルー' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'グリーン' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'イエロー' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ブラウン' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'グレー' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'マイクロコピー' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'テキスト(上)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '左側' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '中央' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '右側' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'テキスト(下)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '左側' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '中央' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '右側' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '吹き出し(上)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '左側' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '中央' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '右側' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '吹き出し(下)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '左側' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '中央' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '右側' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ボタン' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ブラック(小)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ブラック(中)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ブラック(大)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'レッド(小)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'レッド(中)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'レッド(大)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ピンク(小)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ピンク(中)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ピンク(大)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'パープル(小)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'パープル(中)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'パープル(大)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ディープパープル(小)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ディープパープル(中)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ディープパープル(大)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'インディゴ[紺色](小)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'インディゴ[紺色](中)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'インディゴ[紺色](大)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ブルー(小)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ブルー(中)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ブルー(大)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ライトブルー(小)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ライトブルー(中)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ライトブルー(大)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'シアン(小)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'シアン(中)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'シアン(大)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ティール[緑色がかった青](小)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ティール[緑色がかった青](中)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ティール[緑色がかった青](大)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'グリーン(小)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'グリーン(中)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'グリーン(大)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ライトグリーン(小)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ライトグリーン(中)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ライトグリーン(大)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ライム(小)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ライム(中)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ライム(大)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'イエロー(小)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'イエロー(中)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'イエロー(大)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アンバー[琥珀色](小)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アンバー[琥珀色](中)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アンバー[琥珀色](大)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'オレンジ(小)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'オレンジ(中)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'オレンジ(大)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ディープオレンジ(小)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ディープオレンジ(中)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ディープオレンジ(大)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ブラウン(小)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ブラウン(中)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ブラウン(大)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'グレー(小)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'グレー(中)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'グレー(大)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '囲みボタン' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ブラック(小)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ブラック(中)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ブラック(大)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'レッド(小)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'レッド(中)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'レッド(大)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ピンク(小)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ピンク(中)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ピンク(大)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'パープル(小)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'パープル(中)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'パープル(大)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ディープパープル(小)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ディープパープル(中)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ディープパープル(大)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'インディゴ[紺色](小)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'インディゴ[紺色](中)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'インディゴ[紺色](大)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ブルー(小)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ブルー(中)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ブルー(大)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ライトブルー(小)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ライトブルー(中)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ライトブルー(大)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'シアン(小)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'シアン(中)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'シアン(大)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ティール[緑色がかった青](小)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ティール[緑色がかった青](中)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ティール[緑色がかった青](大)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'グリーン(小)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'グリーン(中)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'グリーン(大)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ライトグリーン(小)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ライトグリーン(中)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ライトグリーン(大)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ライム(小)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ライム(中)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ライム(大)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'イエロー(小)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'イエロー(中)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'イエロー(大)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アンバー[琥珀色](小)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アンバー[琥珀色](中)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アンバー[琥珀色](大)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'オレンジ(小)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'オレンジ(中)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'オレンジ(大)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ディープオレンジ(小)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ディープオレンジ(中)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ディープオレンジ(大)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ブラウン(小)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ブラウン(中)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ブラウン(大)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'グレー(小)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'グレー(中)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'グレー(大)' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '囲みブログカードラベル' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '関連記事' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '参考記事' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '参考リンク' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '人気記事' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'あわせて読みたい' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '詳細はこちら' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'チェック' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ピックアップ' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '公式サイト' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ダウンロード' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '前回の記事' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '続きの記事' in file admin-tinymce-qtag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '吹き出し' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '一覧ページへ' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '新規追加' in file _top-page.php.Found a translation function that is missing a text-domain. Function __, with the arguments '匿名' in file speech-balloon-func.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[SAMPLE 001] 男性(左)' in file speech-balloon-func.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[SAMPLE 002] 女性(右)' in file speech-balloon-func.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[SAMPLE 003] ビジネスマン(左)' in file speech-balloon-func.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[SAMPLE 004] ビジネスウーマン(右)' in file speech-balloon-func.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[SAMPLE 005] 悩むおじさん(左)' in file speech-balloon-func.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[SAMPLE 006] 悩むおばさん(右)' in file speech-balloon-func.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[SAMPLE 007] 男性医師(左)' in file speech-balloon-func.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[SAMPLE 008] 女性医師(右)' in file speech-balloon-func.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[SAMPLE 009] どや顔男性(左)' in file speech-balloon-func.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[SAMPLE 010] どや顔女性(右)' in file speech-balloon-func.php.Found a translation function that is missing a text-domain. Function __, with the arguments '吹き出しが削除されました。' in file posts-delete.php.Found a translation function that is missing a text-domain. Function __, with the arguments '吹き出しの削除に失敗しました。' in file posts-delete.php.Found a translation function that is missing a text-domain. Function __, with the arguments '入力内容が不正です。' in file posts-delete.php.Found a translation function that is missing a text-domain. Function __, with the arguments '吾輩は猫である。名前はまだ無い。どこで生れたかとんと見当けんとうがつかぬ。何でも薄暗いじめじめした所でニャーニャー泣いていた事だけは記憶している。' in file list.php.Found a translation function that is missing a text-domain. Function __, with the arguments '雨ニモマケズ 風ニモマケズ 雪ニモ夏ノ暑サニモマケヌ 丈夫ナカラダヲモチ 慾ハナク 決シテ瞋ラズ ツモシヅカニワラッテヰル' in file list.php.Found a translation function that is missing a text-domain. Function __, with the arguments '私わたくしはその人を常に先生と呼んでいた。だからここでもただ先生と書くだけで本名は打ち明けない。' in file list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メロスは激怒した。必ず、かの邪智暴虐の王を除かなければならぬと決意した。メロスには政治がわからぬ。' in file list.php.Found a translation function that is missing a text-domain. Function __, with the arguments '私は、その男の写真を三葉、見たことがある。' in file list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ある日の暮方の事である。一人の下人が、羅生門の下で雨やみを待っていた。' in file list.php.Found a translation function that is missing a text-domain. Function __, with the arguments '親譲の無鉄砲むてっぽうで小供の時から損ばかりしている。' in file list.php.Found a translation function that is missing a text-domain. Function __, with the arguments '「天は人の上に人を造らず人の下に人を造らず」と言えり。' in file list.php.Found a translation function that is missing a text-domain. Function __, with the arguments '「おい地獄さ行えぐんだで!」 二人はデッキの手すりに寄りかかって、蝸牛が背のびをしたように延びて、海を抱かかえ込んでいる函館の街を見ていた。' in file list.php.Found a translation function that is missing a text-domain. Function __, with the arguments '私がウスウスと眼を覚ました時、こうした蜜蜂の唸るような音は、まだ、その弾力の深い余韻を、私の耳の穴の中にハッキリと引き残していた。' in file list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'うとうととして目がさめると女はいつのまにか、隣のじいさんと話を始めている。このじいさんはたしかに前の前の駅から乗ったいなか者である。' in file list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ゴーシュは町の活動写真館でセロを弾く係りでした。けれどもあんまり上手でないという評判でした。' in file list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'これは、私わたしが小さいときに、村の茂平というおじいさんからきいたお話です。' in file list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '設定を変更したり不要なものは削除してご利用ください。新しいものは「新規作成」ボタンから追加できます。' in file list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '「吹き出し」を作成するには「新規作成」リンクをクリックしてください。' in file list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '吹き出し一覧' in file list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '編集' in file list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '削除' in file list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '最後の一つは削除できません' in file list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '非表示' in file list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '吹き出し用の設定です。' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タイトル' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タイトル入力' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments '吹き出しのタイトルを入力してください。タイトルは管理画面(検索など)で利用されます' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments '名前' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments '推奨:6文字以下' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アイコン下に表示される名前を入力してください。※未入力でも可' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アイコン画像' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アイコンとなる画像を選択してください。160px以上の正方形画像を設定してください。' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments '吹き出しスタイル' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'デフォルト' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フラット' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'LINE風' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments '考え事' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments '吹き出しのスタイルを設定します。' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments '人物位置' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments '左' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments '右' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アイコンを表示するポジションを設定します。' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アイコンスタイル' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments '四角(枠線なし)' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments '四角(枠線あり)' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments '丸(枠線なし)' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments '丸(枠線あり)' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アイコンの形や枠線を指定します。' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'TinyMCE' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'エディターのリストに表示' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'エディターのドロップダウンリストに表示しなくて良い場合は、無効にしてください。' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments '保存' in file form.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ブロックエディターの「吹き出しブロック」で利用後、設定を変更すると、ブロックエディター上で再編集できなくなります。' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments '吹き出しを新規作成しました。' in file posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments '吹き出しを新規作成できませんでした。' in file posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments '吹き出しを更新しました。' in file posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments '吹き出しを更新できませんでした。' in file posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アイコン画像が入力されていません。' in file posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments '入力内容が不正です。' in file posts.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'デモ' in file demo.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ここに入力したテキストが表示されます。' in file demo.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'このアイコンは「いらすとや」さんの許可の下、当テーマのCDNサーバで配信中のデモです。アクセスが増えると、表示されなくなる可能性もあるので、自前で画像を用意するか、「<a href="http://www.irasutoya.com/" target="_blank" rel="noopener">いらすとや</a>」さんの豊富なイラストの中から好みのアイコンを探すなどして、自サーバーにアップして利用することをおすすめします。アクセス集中によりCDN上の画像が表示されなくなっても保証はできませんのでご了承ください。' in file demo.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '以下の内容を削除しますか?' in file form-delete.php.Found a translation function that is missing a text-domain. Function __, with the arguments '削除する' in file form-delete.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '削除しないで一覧に戻る' in file form-delete.php.Found a translation function that is missing a text-domain. Function __, with the arguments '商品リンクの追加' in file admin-tools.php.Found a translation function that is missing a text-domain. Function __, with the arguments '「%s」の記事一覧です。' in file content-tag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'タグタイトル' in file content-tag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'タグページのタイトル' in file content-tag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'タグページのタイトルを指定します。タグページのタイトルタグにここで入力したテキストが適用されます。' in file content-tag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'タグ本文' in file content-tag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'タグページで表示されるメインコンテンツを入力してください。' in file content-tag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'アイキャッチ' in file content-tag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'タイトル下に表示されるアイキャッチ画像を選択してください。' in file content-tag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'メタディスクリプション' in file content-tag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タグページの説明文を入力してください' in file content-tag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'タグページの説明を入力します。ここに入力したテキストはメタディスクリプションタグとして利用されます。' in file content-tag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'メタキーワード' in file content-tag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'キーワード1,キーワード2,キーワード3' in file content-tag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'タグページのメタキーワードをカンマ区切りで入力してください。※現在はあまり意味のない設定となっています。' in file content-tag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'noindex' in file content-tag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'インデックスしない(noindex)' in file content-tag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'このページが検索エンジンにインデックスされないようにメタタグを設定します。' in file content-tag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'こちらの設定を無効にしていても、Cocoon設定の「SEO」タブにある「タグページをnoindexとする」設定を有効にしている場合はそちらが優先されます。' in file content-tag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Clarendon' in file block-editor-styles-image.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Gingham' in file block-editor-styles-image.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Moon' in file block-editor-styles-image.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Lark' in file block-editor-styles-image.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reyes' in file block-editor-styles-image.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Juno' in file block-editor-styles-image.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Slumber' in file block-editor-styles-image.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Crema' in file block-editor-styles-image.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ludwig' in file block-editor-styles-image.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Aden' in file block-editor-styles-image.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Perpetua' in file block-editor-styles-image.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mono' in file block-editor-styles-image.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ID' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments '文字数' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PV' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アイキャッチ' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メモ' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments ' 題:' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments '本文:' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments '日:' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments '週:' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments '月:' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments '全:' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments '管理メニュー' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ダッシュボード' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿一覧' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments '固定ページ一覧' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メディア一覧' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'テーマ' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カスタマイズ' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ウィジェット' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メニュー' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'テーマの編集' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'プラグイン一覧' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments '吹き出し' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'テンプレート' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アフィリエイトタグ' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ランキング作成' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アクセス集計' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments '高速化' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'バックアップ' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'キャッシュ削除' in file admin.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'カテゴリー検索' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Excerpt' in file admin.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Excerpt' in file admin.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'テキストテンプレート' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '一覧ページへ' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '新規追加' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '頻繁に利用する文章のテンプレートを登録する機能です。ショートコードで何度でも使い回すことができます。' in file _top-page.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'テキストが削除されました。' in file posts-delete.php.Found a translation function that is missing a text-domain. Function __, with the arguments '削除に失敗しました。' in file posts-delete.php.Found a translation function that is missing a text-domain. Function __, with the arguments '入力内容が不正です。' in file posts-delete.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ショートコードをコピーして本文の表示したい部分に貼り付けてください。' in file list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '「使いまわしテキスト」を作成するには「新規作成」リンクをクリックしてください。' in file list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ショートコード:' in file list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '非表示' in file list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '編集' in file list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '削除' in file list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タイトル' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タイトルの入力(126文字まで)' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments '表示ラベルとなるタイトルを入力してください。タイトルは一覧表示用です。' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments '内容' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments '関数化するテキストを入力してください。' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'エディターのリストに表示' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'エディターのドロップダウンリストに表示しなくて良い場合は、無効にしてください。' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments '保存' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'テキストを新規作成しました。' in file posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'テキストを更新しました。' in file posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'データベースに保存されませんでした。' in file posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タイトルが入力されていません。' in file posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments '内容が入力されていません。' in file posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments '入力内容が不正です。' in file posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'WordPressカスタマイズ注意文サンプル' in file func-text-func.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'WordPressのfunctions.phpを編集する前は、編集前に必ずバックアップを取って保存してください。もし編集後、エラーが出るようでしたら、バックアップファイルを元に復元してください。 ' in file func-text-func.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '以下の内容を削除しますか?' in file form-delete.php.Found a translation function that is missing a text-domain. Function __, with the arguments '削除する' in file form-delete.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '削除しないで一覧に戻る' in file form-delete.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'アフィリエイトタグ管理' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '一覧ページへ' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '新規追加' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'アフィリエイトタグの一括管理を行います。ショートコードで何度でも使い回すことができます。' in file _top-page.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アフィリエイトタグが削除されました。' in file posts-delete.php.Found a translation function that is missing a text-domain. Function __, with the arguments '削除に失敗しました。' in file posts-delete.php.Found a translation function that is missing a text-domain. Function __, with the arguments '入力内容が不正です。' in file posts-delete.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ショートコードをコピーして本文の表示したい部分に貼り付けてください。' in file list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '「使いまわしテキスト」を作成するには「新規作成」リンクをクリックしてください。' in file list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ショートコード:' in file list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '非表示' in file list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '編集' in file list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '削除' in file list.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タイトル' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タイトルの入力(126文字まで)' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments '表示ラベルとなるタイトルを入力してください。タイトルは一覧表示用です。' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments '内容' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アフィリエイトタグを入力' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アフィリエイトタグを入力してください。' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'エディターのリストに表示' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'エディターのドロップダウンリストに表示しなくて良い場合は、無効にしてください。' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments '保存' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'テキストを新規作成しました。' in file posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アフィリエイトタグを更新しました。' in file posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'データベースに保存されませんでした。' in file posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タイトルが入力されていません。' in file posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アフィリエイトタグが入力されていません。' in file posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments '入力内容が不正です。' in file posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アフィリエイトタグサンプル' in file affiliate-tag-func.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Simplicity | 内部SEO施策済みのシンプルな無料WordPressテーマ' in file affiliate-tag-func.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '以下の内容を削除しますか?' in file form-delete.php.Found a translation function that is missing a text-domain. Function __, with the arguments '削除する' in file form-delete.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '削除しないで一覧に戻る' in file form-delete.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '設定を変更しました。' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'サイト高速化' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'サイト表示スピードの高速化設定を行います。' in file _top-page.php.Found a translation function that is missing a text-domain. Function __, with the arguments '変更を保存' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ブラウザキャッシュ' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ブラウザキャッシュを設定します。ブラウザキャッシュを設定することで、次回からサーバーではなくローカルのリソースファイルが読み込まれることになるので高速化が図れます。' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ブラウザキャッシュ' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ブラウザキャッシュの有効化' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ブラウザキャッシュを有効化することで、訪問者が2回目以降リソースファイルをサーバーから読み込む時間を軽減できます。' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '縮小化' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'HTML、CSS、JavaScriptの縮小化を行うことにより転送サイズを減らし高速化を図ります。AMPページも縮小化されます。' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'HTML縮小化' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'HTMLを縮小化する' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'HTMLの余分な改行や余白を削除することによりソースコードのサイズを減らします。' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'AMPページのHTMLも縮小化' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'AMPページのソースコードを縮小化します。' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'CSS縮小化' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'CSSを縮小化する' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'CSSの余分な改行や余白を削除することによりソースコードのサイズを減らします。' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '縮小化除外CSSファイルの文字列を入力' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '縮小化しないCSSファイルのパス、もしくはパスの一部を改行で区切って入力してください。' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'プラグインCSSを除外する例:/plugins/plugin-folder-name/' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'JavaScript縮小化' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'JavaScriptを縮小化する' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'JavaScript(jQuery)の余分な改行や余白を削除することによりソースコードのサイズを減らします。' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '縮小化除外JavaScriptファイルの文字列を入力' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '縮小化しないJavaScriptファイルのパス、もしくはパスの一部を改行で区切って入力してください。' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'プラグインJavaScriptを除外する例:/plugins/plugin-folder-name/' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Lazy Load設定' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'サイトの画像を遅延読み込み表示する設定です。' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '遅延読み込み' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Lazy Loadを有効にする' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'WordPress 5.5からLazy Loadが標準機能になりました。' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'この機能を有効化すると標準Lazy Loadではカバーしていないエリアの画像の対応をします。' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '例:新着・人気・カルーセル・おすすめカード・ナビカードのNO IMAGEサムネイル等' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '除外文字列を入力' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Lazy Loadを行いたくない場合は、該当するimgタグに含まれている文字列を改行区切りで入力してください。' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ただしWordPress標準のLazy Loadの除外には対応していません。' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '今後のWordPressの動向次第では、CocoonのLazy Load機能は廃止するかもしれません。' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Googleフォント' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Googleフォントの非同期読み込みを有効にする' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイズが大きくなりがちなGoogleフォントを非同期読み込みしてページ表示を高速化します。ただし、JavaScript(Web Font Loader)によりフォントが正常に読み込まれるまでは、多少タイムラグがあります。' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'スクリプト読み込み設定' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'JavaScriptの読み込み方式を変更する設定です。' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'スクリプト' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'JavaScriptをフッターで読み込む' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'JavaScriptファイルのレンダリングブロックを避けるためにフッターでjsファイルを読み込みます。プラグインが正常に動作しない場合は、無効にしてください。ただしレンダリングブロックが発生するので、速さは犠牲になります。' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '事前読み込み設定' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '画像やスクリプト等のリソースの事前読み込み設定です。' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '事前読み込み' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '事前読込ドメインを入力' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'linkタグでdns-prefetchとpreconnectを用いて、外部リソース読み込みの高速化を行います。' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'よくわからない場合は、デフォルトのままご利用ください。' in file speed-up-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'バックアップ・リストア' in file backup-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '設定情報のバックアップやリストアを行います。' in file backup-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'バックアップ' in file backup-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'バックアップファイルの取得' in file backup-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'テーマ設定のバックアップをする際はボタンを押してください。' in file backup-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'リストア' in file backup-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'このファイルをアップロード: ' in file backup-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '設定の復元' in file backup-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '参照ボタンでテーマ設定ファイルを選択し、「設定の復元」ボタンを押してください。' in file backup-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '設定をリストアしました。' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'バックアップ' in file _top-page.php.Found a translation function that is missing a text-domain. Function __, with the arguments '「%s」の記事一覧です。' in file content-category.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'カテゴリー色' in file content-category.php.Found a translation function that is missing a text-domain. Function __, with the arguments '背景色' in file content-category.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'カテゴリーの色を指定します。' in file content-category.php.Found a translation function that is missing a text-domain. Function __, with the arguments '文字色' in file content-category.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'カテゴリーの文字色を指定します。入力しない場合は、白色になります。' in file content-category.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'カテゴリータイトル' in file content-category.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'カテゴリーページのタイトル' in file content-category.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'カテゴリーページのタイトルを指定します。カテゴリーページのタイトルタグにここで入力したテキストが適用されます。' in file content-category.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'カテゴリー本文' in file content-category.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'カテゴリーページで表示されるメインコンテンツを入力してください。' in file content-category.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'アイキャッチ' in file content-category.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'タイトル下に表示されるアイキャッチ画像を選択してください。' in file content-category.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'メタディスクリプション' in file content-category.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カテゴリーページの説明文を入力してください' in file content-category.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'カテゴリーページの説明を入力します。ここに入力したテキストはメタディスクリプションタグとして利用されます。' in file content-category.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'メタキーワード' in file content-category.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'キーワード1,キーワード2,キーワード3' in file content-category.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'カテゴリーページのメタキーワードをカンマ区切りで入力してください。※現在はあまり意味のない設定となっています。' in file content-category.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'noindex' in file content-category.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'インデックスしない(noindex)' in file content-category.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'このページが検索エンジンにインデックスされないようにメタタグを設定します。' in file content-category.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'こちらの設定を無効にしていても、Cocoon設定の「SEO」タブにある「カテゴリーページをnoindexとする」設定を有効にしている場合はそちらが優先されます。' in file content-category.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カテゴリーとしてウィジェットやラベル等で表示される名前です。' in file content-category.php.Found a translation function that is missing a text-domain. Function __, with the arguments '基本的にカテゴリー設定の一覧テーブルに説明文を表示するための入力です。' in file content-category.php.Found a translation function that is missing a text-domain. Function __, with the arguments '基本的にタグ設定の一覧テーブルに説明文を表示するための入力です。' in file content-category.php.Found a translation function that is missing a text-domain. Function __, with the arguments '吹き出し' in file original-menu.php.Found a translation function that is missing a text-domain. Function __, with the arguments '吹き出し' in file original-menu.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'テンプレート' in file original-menu.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'テンプレート' in file original-menu.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アフィリエイトタグ' in file original-menu.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アフィリエイトタグ' in file original-menu.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ランキング作成' in file original-menu.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ランキング作成' in file original-menu.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アクセス集計' in file original-menu.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アクセス集計' in file original-menu.php.Found a translation function that is missing a text-domain. Function __, with the arguments '高速化' in file original-menu.php.Found a translation function that is missing a text-domain. Function __, with the arguments '高速化' in file original-menu.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'バックアップ' in file original-menu.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'バックアップ' in file original-menu.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'キャッシュ削除' in file original-menu.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'キャッシュ削除' in file original-menu.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'このページにアクセスする管理者権限がありません。' in file original-menu.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'このページにアクセスする管理者権限がありません。' in file original-menu.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'このページにアクセスする管理者権限がありません。' in file original-menu.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'このページにアクセスする管理者権限がありません。' in file original-menu.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'このページにアクセスする管理者権限がありません。' in file original-menu.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'このページにアクセスする管理者権限がありません。' in file original-menu.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'このページにアクセスする管理者権限がありません。' in file original-menu.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'このページにアクセスする管理者権限がありません。' in file original-menu.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'このページにアクセスする管理者権限がありません。' in file original-menu.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'X(旧Twitter) URL' in file sns-follow.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Facebook URL' in file sns-follow.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'はてブ URL' in file sns-follow.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Instagram URL' in file sns-follow.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pinterest URL' in file sns-follow.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'YouTube URL' in file sns-follow.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'TikTok URL' in file sns-follow.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'LinkedIn URL' in file sns-follow.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'note URL' in file sns-follow.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SoundCloud URL' in file sns-follow.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Flickr URL' in file sns-follow.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'LINE@ URL' in file sns-follow.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Amazon URL' in file sns-follow.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Twitch URL' in file sns-follow.php.Found a translation function that is missing a text-domain. Function __, with the arguments '楽天 ROOM URL' in file sns-follow.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Slack URL' in file sns-follow.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'GitHub URL' in file sns-follow.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'CodePen URL' in file sns-follow.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'キャッシュを削除しました。' in file _top-page.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ASIN:%sの' in file _top-page.php.Found a translation function that is missing a text-domain. Function __, with the arguments '該当の商品リンクページをリロードしてご確認ください。' in file _top-page.php.Found a translation function that is missing a text-domain. Function __, with the arguments '楽天商品番号:%sの' in file _top-page.php.Found a translation function that is missing a text-domain. Function __, with the arguments '該当の商品リンクページをリロードしてご確認ください。' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'キャッシュ削除' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'キャッシュ削除' in file cache-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'テーマで利用されている各種キャッシュを削除します。' in file cache-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'すべて' in file cache-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '全てのキャッシュの削除' in file cache-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'テーマで利用されているすべてのキャッシュを削除します。' in file cache-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SNSキャッシュ' in file cache-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'SNSキャッシュの削除' in file cache-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SNSカウントのキャッシュを削除します。' in file cache-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '人気記事ウィジェット' in file cache-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '人気記事ウィジェットキャッシュの削除' in file cache-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '人気記事ウィジェットのランキング結果キャッシュを削除します。' in file cache-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ブログカード' in file cache-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ブログカードキャッシュの削除' in file cache-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '外部ブログカードのOGP情報キャッシュを削除します。' in file cache-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'AMP' in file cache-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'AMPキャッシュの削除' in file cache-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'AMPページの全キャッシュを削除します。' in file cache-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Amazon API' in file cache-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Amazon APIキャッシュの削除' in file cache-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Amazonの商品情報全キャッシュを削除します。全てのキャッシュを削除すると、Amazon APIのレスポンスが追いつかない可能性があります。キャッシュが生成されるまでは商品リンクが正常表示しない可能性があるのでお勧めはしません。ただ、時間が経てばいずれ正常表示されます。' in file cache-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '楽天 API' in file cache-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '楽天APIキャッシュの削除' in file cache-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '楽天商品情報の全キャッシュを削除します。全てのキャッシュを削除すると、楽天APIのレスポンスが追いつかない可能性があります。キャッシュが生成されるまでは商品リンクが正常表示しない可能性があるのでお勧めはしません。ただ、時間が経てばいずれ正常表示されます。' in file cache-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '枠線' in file block-editor-styles-paragraph.php.Found a translation function that is missing a text-domain. Function __, with the arguments '背景色' in file block-editor-styles-paragraph.php.Found a translation function that is missing a text-domain. Function __, with the arguments '枠線・背景色' in file block-editor-styles-paragraph.php.Found a translation function that is missing a text-domain. Function __, with the arguments '交差線' in file block-editor-styles-paragraph.php.Found a translation function that is missing a text-domain. Function __, with the arguments '補足情報(i)' in file block-editor-styles-paragraph.php.Found a translation function that is missing a text-domain. Function __, with the arguments '補足情報(?)' in file block-editor-styles-paragraph.php.Found a translation function that is missing a text-domain. Function __, with the arguments '補足情報(!)' in file block-editor-styles-paragraph.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メモ' in file block-editor-styles-paragraph.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'コメント' in file block-editor-styles-paragraph.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'OK' in file block-editor-styles-paragraph.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'NG' in file block-editor-styles-paragraph.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'GOOD' in file block-editor-styles-paragraph.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'BAD' in file block-editor-styles-paragraph.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'プロフィール' in file block-editor-styles-paragraph.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'プライマリー(濃い水色)' in file block-editor-styles-paragraph.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'セカンダリー(濃い灰色)' in file block-editor-styles-paragraph.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'インフォ(薄い青)' in file block-editor-styles-paragraph.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サクセス(薄い緑)' in file block-editor-styles-paragraph.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ワーニング(薄い黄色)' in file block-editor-styles-paragraph.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'デンジャー(薄い赤色)' in file block-editor-styles-paragraph.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ライト(白色)' in file block-editor-styles-paragraph.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ダーク(暗い灰色)' in file block-editor-styles-paragraph.php.Found a translation function that is missing a text-domain. Function __, with the arguments '白抜き(赤色)' in file block-editor-styles-paragraph.php.Found a translation function that is missing a text-domain. Function __, with the arguments '白抜き(ピンク)' in file block-editor-styles-paragraph.php.Found a translation function that is missing a text-domain. Function __, with the arguments '白抜き(紺色)' in file block-editor-styles-paragraph.php.Found a translation function that is missing a text-domain. Function __, with the arguments '白抜き(青色)' in file block-editor-styles-paragraph.php.Found a translation function that is missing a text-domain. Function __, with the arguments '白抜き(黄色)' in file block-editor-styles-paragraph.php.Found a translation function that is missing a text-domain. Function __, with the arguments '白抜き(緑色)' in file block-editor-styles-paragraph.php.Found a translation function that is missing a text-domain. Function __, with the arguments '白抜き(オレンジ)' in file block-editor-styles-paragraph.php.Found a translation function that is missing a text-domain. Function __, with the arguments '付箋風(灰色)' in file block-editor-styles-paragraph.php.Found a translation function that is missing a text-domain. Function __, with the arguments '付箋風(黄色)' in file block-editor-styles-paragraph.php.Found a translation function that is missing a text-domain. Function __, with the arguments '付箋風(赤色)' in file block-editor-styles-paragraph.php.Found a translation function that is missing a text-domain. Function __, with the arguments '付箋風(青色)' in file block-editor-styles-paragraph.php.Found a translation function that is missing a text-domain. Function __, with the arguments '付箋風(緑色)' in file block-editor-styles-paragraph.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイドバー' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイドバーのウィジットエリアです。ウィジェットを入れていない場合は1カラム表示になります。' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイドバースクロール追従' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイドバーで下にスクロールすると追いかけてくるエリアです。' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メインカラムスクロール追従' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メインカラムで下にスクロールすると追いかけてくるエリアです。サイドバーの方が長い場合に追従してきます。' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿タイトル上' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿タイトル上に表示されるウイジェット。' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿タイトル下' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿タイトル下に表示されるウイジェット。' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿本文上' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿本文上に表示されるウイジェット。' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿本文中' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿本文中に表示されるウイジェット。文中最初のH2タグの手前に表示されます。広告が表示されている場合は、広告の下に表示されます。' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿本文下' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿本文下に表示されるウイジェット。' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿SNSボタン上' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿のメインカラムの一番下となるSNSボタンの上に表示されるウイジェット。広告を表示している場合は、広告の下になります。' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿SNSボタン下' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿のメインカラムの一番下となるSNSボタンの下に表示されるウイジェット。' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿関連記事上' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments '関連記事の上に表示されるウイジェット。' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿関連記事下' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments '関連記事の下(広告を表示している場合はその下)に表示されるウイジェット。' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿コメント上' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'コメントエリアの上に表示されるウイジェット。' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿コメント下' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'コメントフォームの下に表示されるウイジェット。' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments '固定ページタイトル上' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments '固定ページタイトル上に表示されるウイジェット。' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments '固定ページタイトル下' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments '固定ページタイトル下に表示されるウイジェット。' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments '固定ページ本文上' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments '固定ページ本文上に表示されるウイジェット。' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments '固定ページ本文中' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments '固定ページ本文中に表示されるウイジェット。文中最初のH2タグの手前に表示されます。広告が表示されている場合は、広告の下に表示されます。' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments '固定ページ本文下' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments '固定ページ本文下に表示されるウイジェット。' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments '固定ページSNSボタン上' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments '固定ページのメインカラムの一番下となるSNSボタンの上に表示されるウイジェット。広告を表示している場合は、広告の下になります。' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments '固定ページSNSボタン下' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments '固定ページのメインカラムの一番下となるSNSボタンの下に表示されるウイジェット。' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'インデックスリストトップ' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'インデックスリストのトップに表示されるウイジェット。広告が表示されているときは広告の下に表示されます。' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'インデックスリストミドル' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'インデックスリストの3つ目下に表示されるウイジェット。「一覧リストのスタイル」が「サムネイルカード」の時のみの機能です。広告が表示されているときは広告の下に表示されます。' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'インデックスリストボトム' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'インデックスリストのボトムに表示されるウイジェット。広告が表示されているときは広告の下に表示されます。' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'コンテンツ上部' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メインカラムとサイドバーの上部エリア。グローバルメニューの下にもなります。' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'コンテンツ下部' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メインカラムとサイドバーの下部エリア。フッターの上になります。' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フッター左' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フッター左側のウィジットエリアです。' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フッター中' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フッター中間のウィジットエリアです。' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フッター右' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フッター右側フッター中のウィジットエリアです。' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フッター(モバイル用)' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'モバイルで表示するウィジットエリアです。834px以下で表示されます。' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments '404ページ' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments '404ページをカスタマイズするためのウィジットエリアです。' in file widget-areas.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s <span class="says">says:</span>' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Your comment is awaiting moderation.' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s at %2$s' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(Edit)' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Y/m/d(D)' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'H:i:s' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<span class="comment-author-label">名前:</span><cite class="fn comment-author">%s<span class="admin"></span></a></cite><span class="comment-author-separator"> :</span>' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '投稿日:' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s at %2$s' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Your comment is awaiting moderation.' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '良い色を選択するにはカラーサンプルサイトの利用をおすすめします。サイトから好みの色を見つけ出し、カラーコードをカラーピッカーにコピペすると設定できます。' in file html-tooltips.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '配色の見本帳' in file html-tooltips.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '日本の伝統色' in file html-tooltips.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'NIPPON COLORS' in file html-tooltips.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Color Hunt' in file html-tooltips.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '広告にグローバルナビメニューが覆いかぶさっていませんか?' in file html-tooltips.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '広告設定の前にAdSenseポリシーをご確認ください。' in file html-tooltips.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ja' in file html-tooltips.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'AdSense プログラム ポリシー' in file html-tooltips.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '広告にグローバルナビメニューが覆いかぶさっていませんか?' in file html-tooltips.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '広告設定の前にAdSenseポリシーをご確認ください。' in file html-tooltips.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ja' in file html-tooltips.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'AdSense プログラム ポリシー' in file html-tooltips.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'スクロールできます' in file utils.php.Found a translation function that is missing a text-domain. Function __, with the arguments '公開' in file utils.php.Found a translation function that is missing a text-domain. Function __, with the arguments '記事を公開してもよろしいですか?' in file utils.php.Found a translation function that is missing a text-domain. Function _n, with the arguments '%s min', '%s mins' in file utils.php.Found a translation function that is missing a text-domain. Function _n, with the arguments '%s hour', '%s hours' in file utils.php.Found a translation function that is missing a text-domain. Function _n, with the arguments '%s day', '%s days' in file utils.php.Found a translation function that is missing a text-domain. Function _n, with the arguments '%s週間', '%s週間' in file utils.php.Found a translation function that is missing a text-domain. Function _n, with the arguments '%sヶ月', '%sヶ月' in file utils.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s年' in file utils.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s年%sヶ月' in file utils.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ランキング' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '一覧ページへ' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '新規追加' in file _top-page.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ランキングへが削除されました。' in file posts-delete.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ランキングへの削除に失敗しました。' in file posts-delete.php.Found a translation function that is missing a text-domain. Function __, with the arguments '入力内容が不正です。' in file posts-delete.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '設定を変更したり不要なものは削除してご利用ください。新しいものは「新規作成」ボタンから追加できます。' in file list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '「ランキング」を作成するには「新規作成」リンクをクリックしてください。' in file list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ランキング一覧' in file list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ショートコード:' in file list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '非表示' in file list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '編集' in file list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '削除' in file list.php.Found a translation function that is missing a text-domain. Function __, with the arguments '詳細ページ' in file item-ranking-func.php.Found a translation function that is missing a text-domain. Function __, with the arguments '公式ページ' in file item-ranking-func.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ランキングを作成します。次のランキングを入力するには保存ボタンを押してください。' in file form.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'プレビュー' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タイトル(※必須)' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タイトルを入力' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ランキングを識別するためのタイトルを入力してください。' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'エディターのリストに表示' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'エディターのドロップダウンリストに表示しなくて良い場合は、無効にしてください。' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments '保存' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments '追加' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments '変更を保存' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments '商品名等、見出しとなる名前を入力してください(※必須)' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments '項目の名前です。タグ・ショートコード入力も可能です。' in file form.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '評価:' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'なし' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments '0' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments '0.5' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments '1' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments '1.5' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments '2' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments '2.5' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments '3' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments '3.5' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments '4' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments '4.5' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments '5' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments '商品等を星の数で評価します。「なし」を選択した場合は表示されません。' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments '画像・バナータグ' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments '商品画像、もしくはバナーのタグを入力してください。ショートコード入力も可能です。' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'イメージ画像のタグを入力してください。※入力していない場合は表示されません。' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments '説明文(※必須)' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments '商品等の説明文を入力してください。' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments '紹介文を入力してください。タグ・ショートコード入力も可能です。' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments '詳細ページURL' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'http://' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments '詳細ページへリンクするためのURLを入力してください。' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ページURL' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'http://' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments '公式ページ等のURLを入力してください。「リンクタグ」と双方入力されている場合はこちらが優先されます。' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タグで入力' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'リンクタグ' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments '公式ページ等のリンク(アフィリエイト)タグを入力してください。' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アフィリエイトタグを直接入力する場合。タグ変更が無効なASP用設定です。ショートコードも入力できます。' in file form.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'アイテムを上に移動' in file form.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '削除' in file form.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ランキングを新規作成しました。' in file posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments '「名前」と「説明文」は必須入力項目です。' in file posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ランキングを新規作成できませんでした。' in file posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments in file posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ランキングを更新しました。' in file posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ランキングを更新できませんでした。' in file posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タイトルが入力されていません。' in file posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ランキングアイテムが作成されていません。' in file posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アイテムカウントが設定されていません。' in file posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments '入力内容が不正です。' in file posts.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'デモ' in file demo.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ここに入力したテキストが表示されます。' in file demo.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '以下の内容を削除しますか?' in file form-delete.php.Found a translation function that is missing a text-domain. Function __, with the arguments '削除する' in file form-delete.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '削除しないで一覧に戻る' in file form-delete.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '全体設定' in file all-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ページ全体の表示に関する設定です。' in file all-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'プレビュー' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'キーカラー' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイトキーカラー' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイト全体のポイントとなる部分に適用される背景色を指定します。' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイトキーテキストカラー' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイト全体のポイントとなる部分に適用されるテキスト色を指定します。' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイトフォント' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ヒラギノ角ゴ, メイリオ' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(デフォルト)' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メイリオ, ヒラギノ角ゴ' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '游ゴシック体, ヒラギノ角ゴ' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'MS Pゴシック, ヒラギノ角ゴ' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Noto Sans JP(WEBフォント)' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Noto Serif JP(WEBフォント)' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Mplus 1p(WEBフォント)' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Rounded Mplus 1c(WEBフォント)' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '小杉ゴシック(WEBフォント)' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '小杉丸ゴシック(WEBフォント)' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'さわらびゴシック(WEBフォント)' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'さわらび明朝(WEBフォント)' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '指定なし' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フォント' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイト全体適用されるフォントを選択します。' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '12px' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '13px' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '14px' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '15px' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '16px' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '17px' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '18px' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '19px' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '20px' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '21px' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '22px' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '文字サイズ' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイト全体のフォントサイズを変更します。' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '文字色' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイト全体の文字色を変更します。' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'モバイルサイトフォント' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'モバイル端末でのフォントサイズを変更します(横幅が480px以下の端末)。' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '文字の太さ' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'font-weightで、フォントの太さを指定します。フォントの太さは「100(細い)~900(太い)」で指定できます。ただし、細かく太さを設定できないフォントもありますので実際の太さを確認しながら設定してください。' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイトアイコンフォント' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Font Awesome 4' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Font Awesome 5' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイト全体で使用するアイコンフォントを選択します。' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイト背景色' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '背景色' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイト全体の背景色を選択します。' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイト背景画像' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイト全体の背景画像を選択します。より詳細に背景画像を設定するには、当設定を無効にして、「外観→カスタマイズ」の「背景画像」設定から行ってください。' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイト幅の均一化' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイト幅を揃える' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイト全体の幅をコンテンツ幅で統一します。' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイトリンク色' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'リンク色' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイトで利用されるリンク色を選択します。' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイト選択文字色' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '選択文字色' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイト内のテキストを選択した際の文字色です。' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイト選択背景色' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '選択文字背景色' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイト内のテキストを選択した際の背景色です。' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイドバーの位置' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイドバー右' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイドバー左' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイドバーの表示位置の設定です。' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイドバーの表示状態' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '全てのページで表示' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '全てのページで非表示' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フロントページで非表示' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'インデックスページで非表示' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '固定ページで非表示' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿ページで非表示' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '404ページで非表示' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイドバーを表示するページの設定です。' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ファビコン' in file all-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ファビコン(サイトアイコン)設定は、管理画面から「外観 → カスタマイズ → サイト基本情報」にある「サイトアイコン」設定から行ってください。設定する画像は512×512 pxのPNG画像を推奨します。' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイトアイコン' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイトアイコンはサイトのアプリとブラウザーのアイコンとして使用されます。アイコンは正方形で、幅・高さともに 512 ピクセル以上である必要があります。' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サムネイル表示' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイト全体のサムネイルを表示する' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイト内のサムネイル画像の表示を切り替えます。文章メインのサイト用設定です。※ブログカードは何かしら画像が取得できるので表示します。' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '日付フォーマット' in file all-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'テーマ全体に使われている日付のフォーマット形式を入力してください(初期値:Y.m.d)。' in file all-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '<a href="https://ja.wordpress.org/support/article/formatting-date-and-time/">日付と時刻の書式の解説</a>' in file all-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '内部ブログカード設定' in file blogcard-in-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'URLやURLリンクをブログカード形式で表示するための設定です。内部ブログカードは、投稿・固定ページを表示するためのものです。' in file blogcard-in-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'プレビュー' in file blogcard-in-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ランダムで投稿を取得しています。' in file blogcard-in-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ブログカード表示' in file blogcard-in-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ブログカード表示を有効にする' in file blogcard-in-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '本文中のURLやURLリンクをブログカード表示します。' in file blogcard-in-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'コメント欄のブログカード表示を有効にする' in file blogcard-in-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'コメント内に書き込まれた独立したURLをブログカード化します。' in file blogcard-in-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サムネイルスタイル' in file blogcard-in-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '左側' in file blogcard-in-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '右側' in file blogcard-in-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サムネイルの表示位置を選択してください。' in file blogcard-in-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '日付表示' in file blogcard-in-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'なし' in file blogcard-in-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿日' in file blogcard-in-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '更新日' in file blogcard-in-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ブログカードに表示する日付を設定します。更新日設定時、更新日がない場合は投稿日が表示されます。' in file blogcard-in-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'リンクの開き方' in file blogcard-in-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '新しいタブで開く' in file blogcard-in-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ブログカードクリック時に新規タブを開きます。「内部リンク」が設定されている場合は、そちらが優先されます。' in file blogcard-in-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'スキン設定' in file skin-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'スキンを変更することで、サイトのデザインを手軽に変更できます。' in file skin-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'プレビュー' in file skin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'スキン一覧' in file skin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'なし' in file skin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '作者' in file skin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '作者' in file skin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'スキンを選択してください。' in file skin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '表示スキン' in file skin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '全てのスキンを表示' in file skin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '親テーマのスキンのみ表示' in file skin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '子テーマのスキンのみ表示' in file skin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'スキン一覧に含めて表示するスキンを選択してください。' in file skin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'オリジナルスキン' in file skin-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'もしスキンを作成された際には、是非ご連絡ください。サイトで紹介させていただければと思います。' in file skin-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '詳しくはこちら' in file skin-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'オリジナルスキンのCocoonサイト紹介について' in file skin-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments in file _top-page.php.Found a translation function that is missing a text-domain. Function __, with the arguments '設定はリセットされました。' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '設定は保存されました。' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Cocoonの設定全般についてはマニュアルを参照してください。' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'テーマ利用マニュアル' in file _top-page.php.Found a translation function that is missing a text-domain. Function __, with the arguments '変更をまとめて保存' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'スキン' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '全体' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ヘッダー' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '広告' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'タイトル' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'SEO' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'OGP' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'アクセス解析・認証' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'カラム' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'インデックス' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '投稿' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '固定ページ' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '本文' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '目次' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'SNSシェア' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'SNSフォロー' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '画像' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ブログカード' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'コード' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'コメント' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '通知' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'アピールエリア' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'おすすめカード' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'カルーセル' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'フッター' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ボタン' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'モバイル' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '404ページ' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'AMP' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'PWA' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '管理者画面' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ウィジェット' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ウィジェットエリア' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'エディター' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'API' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'その他' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'リセット' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'テーマ情報' in file _top-page.php.Found a translation function that is missing a text-domain. Function __, with the arguments '変更をまとめて保存' in file _top-page.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'OGP設定' in file ogp-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'OGPとは「Open Graph protocol」の略称です。 FacebookやXなどのSNSでシェアされた際に、そのページのタイトル・URL・概要・アイキャッチ画像(サムネイル)を意図した通りに正しく表示させる仕組みです。' in file ogp-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'OGPの有効化' in file ogp-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'OGPタグの挿入' in file ogp-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'headタグ内にFacebookや外部サイトなどに、ページの概要情報伝えるタグを挿入します。' in file ogp-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Facebook APP ID' in file ogp-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'fb:app_idを入力' in file ogp-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'fb:appidは、FacebookにOGPを表示させるためには必須の設定になります。' in file ogp-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Twitterカード設定' in file ogp-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Twitter上で利用するOGP情報のようなものです。' in file ogp-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Twitterカードの有効化' in file ogp-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Twitterカードタグの挿入' in file ogp-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'headタグ内にTwitterに対して、ページの概要情報伝えるタグを挿入します。' in file ogp-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Twitterカードタイプ' in file ogp-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サマリー(summary)' in file ogp-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '大きな画像のサマリー(summary_large_image)' in file ogp-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Twitterカードの表示形式の設定です。' in file ogp-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カードタイプ' in file ogp-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ホームイメージ' in file ogp-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'トップページのOGPやTwitter Cardsで表示する画像の設定です。' in file ogp-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '画像のアップロード' in file ogp-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'フッター設定' in file footer-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'フッターやクレジット表示設定です。' in file footer-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'プレビュー' in file footer-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フッター色' in file footer-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フッター背景色' in file footer-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイト下部(フッター部分)の背景色を指定します。' in file footer-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フッター文字色' in file footer-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイト下部(フッター部分)のテキスト色を指定します。' in file footer-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フッター表示タイプ' in file footer-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ロゴ&メニュー&クレジット' in file footer-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メニュー&クレジット(左右)' in file footer-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メニュー&クレジット(中央揃え)' in file footer-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フッターロゴ' in file footer-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フッター部分に表示されるロゴ画像です。未入力だとヘッダーロゴが出力されます。' in file footer-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'クレジット表記' in file footer-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイト開設年:' in file footer-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '著作権者表記:' in file footer-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '※無記入だとサイト名' in file footer-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '独自表記' in file footer-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '上記設定で「独自表記」と入力した場合' in file footer-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'クレジット表記を入力してください。タグ入力も可能です。' in file footer-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フッターメニュー幅' in file footer-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フッターのメニュー幅をpx数で指定します。未記入でデフォルト幅になります。' in file footer-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メニュー幅をテキストに合わせる' in file footer-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メニュー幅を均一にせずにテキスト幅で設定します。' in file footer-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'コメント' in file comment-funcs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'コメントをどうぞ' in file comment-funcs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'コメントを送信' in file comment-funcs.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'カテゴリー・タグ表示設定' in file single-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '投稿本文下のカテゴリーとタグの表示を設定します。' in file single-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'プレビュー' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'デモはランダムです。' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カテゴリー・タグ表示' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カテゴリー・タグ2列' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カテゴリー・タグ1列' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カテゴリーのみ' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タグのみ' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カテゴリーもタグも表示しない' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カテゴリーとタグの表示を制御します。' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カテゴリー・タグ表示位置' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タイトル上' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '本文上' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '本文下(デフォルト)' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カテゴリーとタグの表示位置を設定します。' in file single-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '関連記事設定' in file single-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '関連記事の表示に関する設定です。' in file single-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'プレビュー' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'デモの関連記事はランダムです。' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '表示' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '関連記事を表示する' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿ページの関連記事を表示するか。' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '関連性' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カテゴリー' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タグ' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '関連記事にカテゴリーを関連づけるかタグを関連づけるか。タグに関連付けて、タグがない場合はカテゴリー関連記事が表示されます。逆もしかり。' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '関連記事見出し' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '見出し' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '関連記事の見出しを入力してください。' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サブ見出し' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '関連記事の補助となる見出しを入力してください。' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '表示タイプ' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'エントリーカード(デフォルト)' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ミニカード(推奨表示数:偶数)' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '縦型カード3列(推奨表示数:6, 12, 18...)' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '縦型カード4列(推奨表示数:4, 8, 12...)' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '関連記事の表示タイプを選択します。' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '表示数' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '関連記事で表示する投稿数の設定です。(最小:2、最大:30)' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '取得期間' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '全期間' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '1週間' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '2週間' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '3週間' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '1ヶ月' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '2ヶ月' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '3ヶ月' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '6ヶ月' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '1年' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '2年' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '3年' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '関連記事を取得する期間を選択することで新鮮な記事を表示しやすくします。ニュースサイト等で、新しい記事が並んで欲しい時に設定します。頻回にサイトを更新していない場合は利用しないことをおすすめします。' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '枠線の表示' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カードの枠線を表示する' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿エントリーカードの枠となる罫線を表示するか。' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '最大自動生成抜粋文字数' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '「関連記事エントリーカード」で、「本文から自動生成される抜粋文」を表示する場合の最大文字数を 設定します。※投稿編集画面の抜粋文ではありません。(最小:0、最大:500)' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿関連情報の表示' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'スニペット(抜粋)の表示' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'スマホ端末でスニペットを表示(480px以下)' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿日の表示' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '更新日の表示' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿者名の表示' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿の関連記事のエントリーカードに投稿関連情報を表示するかどうか。' in file single-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ページ送りナビ設定' in file single-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '[前ページ][次ページ]へと送るナビゲーションの設定です。' in file single-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'プレビュー' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'デモはランダム表示です。' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '表示' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ページ送りナビを表示する' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[前ページ][次ページ]ナビを表示するか。' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '表示タイプ' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'デフォルト' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サムネイル正方形' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ページ送りナビの見た目を変更します。' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '表示位置' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '本文下' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '関連記事上' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '関連記事下(デフォルト)' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'コメント下' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ページ送りナビを表示する位置を変更します。' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カテゴリー' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '同一カテゴリーのものを表示する' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿と同一カテゴリーのページ送りナビを表示するかどうか。複数カテゴリーが設定してある場合は、複数に属するものが表示されます。' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '除外カテゴリー' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ページ送りナビに表示させないカテゴリーを選択してください。' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '枠線表示' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ページ送りナビの枠線を表示する' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ページ送りナビを囲む枠線を表示するか。' in file single-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'コメント設定' in file single-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '投稿のコメント表示設定です。' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '表示' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'コメントを表示する' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿ページにコメントを表示するか。' in file single-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'パンくずリスト設定' in file single-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '投稿のパンくずリスト設定です。' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'パンくずリストの配置' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '表示しない' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メインカラム手前' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メインカラムトップ' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メインカラムボトム(デフォルト)' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フッター手前' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿のパンくずリスト表示位置を設定します。' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '記事タイトル' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'パンくずリストに記事タイトルを含める' in file single-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿ページのパンくずリストに対して、表示されているページのタイトルを含めるか切り替えます。' in file single-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'アピールエリア設定' in file appeal-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ヘッダー下でアピールしたい内容を入力します。' in file appeal-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'プレビュー' in file appeal-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'デモの表示は実際の表示と多少変わる可能性があります。' in file appeal-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アピールエリアの表示' in file appeal-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '表示しない' in file appeal-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '全ページで表示' in file appeal-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フロントページのみで表示' in file appeal-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿・固定ページ以外で表示' in file appeal-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿・固定ページのみで表示' in file appeal-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿ページのみで表示' in file appeal-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '固定ページのみで表示' in file appeal-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アピールエリアを表示するページを設定します。' in file appeal-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '高さ' in file appeal-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アピールエリアの高さをpx数で指定します。モバイル環境では高さは無効になります。(最小:200px、最大:800px)' in file appeal-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'エリア画像' in file appeal-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アピールエリアの背景に表示する画像を設定します。' in file appeal-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アピールエリア背景画像の固定' in file appeal-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アピールエリアに設定した背景画像を固定します。上下にスクロールしたときに背景画像が移動しなくなります。' in file appeal-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '※iOSでは動作しません。' in file appeal-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'エリア背景色' in file appeal-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '背景色' in file appeal-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アピールエリアの背景色を設定してください。背景画像を設定すると隠れるエリアとなります。ただ、画像読み込み中に表示される部分でもあります。' in file appeal-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'テキストエリア表示' in file appeal-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'テキストメッセージエリアを表示する' in file appeal-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'この設定を無効にすると「タイトル」や「メッセージ」、「ボタン」は表示されず背景画像のみが表示されます。' in file appeal-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タイトル' in file appeal-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アピールエリアタイトル' in file appeal-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アピールエリアのタイトルを入力してください。入力しない場合は表示されません。' in file appeal-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メッセージ' in file appeal-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '訪問者にアピールしたい内容を入力してください。' in file appeal-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アピールエリアに表示するメッセージを入力してください。HTMLの入力も可能です。' in file appeal-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ボタンメッセージ' in file appeal-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '例:詳細はこちら' in file appeal-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ボタンに表示する文字を入力してください。' in file appeal-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ボタンリンク先' in file appeal-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'https://xxxxxxxx.com/xxxxx/' in file appeal-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ボタンのリンク先となるURLを入力してください。' in file appeal-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ボタンリンクの開き方' in file appeal-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '同じタブで開く(_self)' in file appeal-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '新しいタブで開く(_blank)' in file appeal-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アピールエリアボタンのリンクの開き方を設定します。' in file appeal-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ボタン色' in file appeal-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ボタン色' in file appeal-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ボタン全体の色を選択してください。文字は白色となるので濃いめの色を設定することをおすすめします。' in file appeal-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ウィジェット表示' in file widget-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '使用しないウィジェットを表示しないようにする設定です。' in file widget-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '除外ウィジェット' in file widget-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ブログカード関連ヘルプ' in file blogcard-help.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ブログカードに関する記事です。' in file blogcard-help.php.Found a translation function that is missing a text-domain. Function __, with the arguments '内部ブログカードの利用方法' in file blogcard-help.php.Found a translation function that is missing a text-domain. Function __, with the arguments '外部ブログカードの利用方法' in file blogcard-help.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ブログカードの装飾' in file blogcard-help.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ブログカードの無効化' in file blogcard-help.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'スポンサーリンク' in file ads-funcs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'グローバルナビメニュー色' in file navi-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'グローバルナビ色' in file navi-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'グローバルナビ全体の背景色を選択します。' in file navi-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'グローバルナビ文字色' in file navi-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'グローバルナビ全体のテキスト色を選択します。' in file navi-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'グローバルナビメニュー幅' in file navi-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'トップメニュー幅' in file navi-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'グローバルナビのメニュー幅をpx数で指定します。未記入でデフォルト幅になります。' in file navi-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メニュー幅をテキストに合わせる' in file navi-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メニュー幅を均一にせずにテキスト幅で設定します。' in file navi-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サブメニュー幅' in file navi-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'グローバルナビのサブメニュー幅をpx数で指定します。未記入でデフォルト幅になります。' in file navi-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '関連記事' in file single-funcs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'シェアする' in file sns-share-funcs-bottom.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ソースコード設定' in file code-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ソースコードのハイライト表示の設定です。ハイライト表示には、<a href="https://highlightjs.org/" target="_blank" rel="noopener">highlight.js</a>を利用しています。' in file code-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'プレビュー' in file code-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ハイライト表示' in file code-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ソースコードをハイライト表示' in file code-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '本文中に表示されているpreタグ中のソースコードをハイライト表示します。' in file code-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '行番号表示' in file code-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ソースコード左側に行番号を表示します。' in file code-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ライブラリ' in file code-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '軽量版(よく利用されている言語のみ)' in file code-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '全て(対応している言語全て)' in file code-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ソースコードの対応言語を増やすには「全て」を選択してください。' in file code-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ハイライトスタイル' in file code-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ソースコードのハイライトテーマです。スタイルについては、<a href="https://highlightjs.org/static/demo/" target="_blank" rel="noopener">highlight.js demo</a>を参照してください。' in file code-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ハイライト表示するCSSセレクタ' in file code-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '.entry-content pre' in file code-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ソースコードをハイライトするCSSセレクターを細かく設定できます。よくわからない場合は変更しないでください。' in file code-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '数式設定' in file code-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'MathJaxというスクリプトを利用して、LaTeXで記述された数式をウェブブラウザで表示することが出来るようになります。' in file code-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '数式' in file code-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '数式表示を有効にする' in file code-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'LaTeXで記述された数式表現を有効にします。' in file code-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments in file code-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'フロントページ設定' in file title-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'フロントページの、タイトル、メタディスクリプション、メタキーワードの設定です。' in file title-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'プレビュー' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'プレビューはあくまで目安です。表示は検索エンジンによって変更される可能性があります。' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フロントページタイトル' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイト名' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイト名' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'キャッチフレーズ' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '自由形式' in file title-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '自由形式タイトル' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '自由形式のタイトルを入力してください' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フロントページで出力するタイトルタグのフォーマットを選択してください。自由に設定する場合は「自由形式タイトル」ボックスに入力してください。' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイトの説明' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メタディスクリプションを入力' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フロントページで出力するメタディスクリプションタグの内容を入力してください。入力しない場合は、メタタグは出力されません。' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メタキーワード' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'キーワード1,キーワード2,キーワード3,...' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フロントページで出力するメタキーワードタグの内容を,(カンマ)区切りで入力してください。入力しない場合は、メタタグは出力されません。※SEO的にはほとんど意味のない設定だと思います。' in file title-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '投稿・固定ページ設定' in file title-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '投稿・固定ページの、タイトル、メタディスクリプション、メタキーワードの設定です。' in file title-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'プレビュー' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ランダムで投稿を取得しています。' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'プレビューはあくまで目安です。表示は検索エンジンによって変更される可能性があります。' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿・固定ページタイトル' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ページタイトル' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ページタイトル' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイト名' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイト名' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ページタイトル' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿・固定ページで出力するタイトルタグのフォーマットを選択してください。' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メタディスクリプション' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メタディスクリプションタグを出力する' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿・固定ページのページのheadタグ内に、メタディスクリプションタグを出力するか。' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メタキーワード' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メタキーワードタグを出力する' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿・固定ページのページのheadタグ内に、メタキーワードタグを出力するか。※SEO的にはほとんど意味のない設定だと思います。' in file title-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'カテゴリー・タグページ設定' in file title-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'カテゴリー・タグページの、タイトル、メタディスクリプション、メタキーワードの設定です。' in file title-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'プレビュー' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カテゴリーページのランダム表示です。' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'プレビューはあくまで目安です。表示は検索エンジンによって変更される可能性があります。' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ページタイトル' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ページタイトル' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ページタイトル' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイト名' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイト名' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ページタイトル' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カテゴリー・タグページで出力するタイトルタグのフォーマットを選択してください。' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メタディスクリプション' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メタディスクリプションタグを出力する' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カテゴリー・タグページのページのheadタグ内に、メタディスクリプションタグを出力するか。' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メタキーワード' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メタキーワードタグを出力する' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カテゴリー・タグページのページのheadタグ内に、メタキーワードタグを出力するか。※SEO的にはほとんど意味のない設定だと思います。' in file title-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'タイトル共通設定' in file title-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'タイトルで使用される区切り文字の設定です。' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '簡略化したサイト名' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '短縮形のサイト名' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイト名が長すぎるので簡略化したサイト名をタイトルに含めたい場合は入力してください。入力しない場合は、通常のサイト名が表示されます。この短縮サイト名は投稿・固定・カテゴリー・タグページで適用されます' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'セパレーター' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments ' | (パイプ)' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments ' - (ハイフン)' in file title-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タイトルの区切りとなる文字を設定してください。' in file title-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '404ページ設定' in file 404-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ページが見つからなかった場合の404ページの表示設定です。' in file 404-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'プレビュー' in file 404-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '404ページ画像' in file 404-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '404ページで表示する画像を選択してください。' in file 404-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '404ページタイトル' in file 404-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '404 NOT FOUND' in file 404-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '404ページに表示するタイトルを入力します。' in file 404-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '404ページメッセージ' in file 404-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'お探しのページは見つかりませんでした。' in file 404-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '404ページに表示するメッセージを入力します。タグ入力可能です。入力されたテキストには自動的に段落が付加されます。' in file 404-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Y.m.d' in file all-funcs.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'アクセス解析設定' in file analytics-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'アクセス解析全般に適用される設定です。' in file analytics-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '解析全般' in file analytics-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイト管理者も含めてアクセス解析する' in file analytics-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイト管理者に対してアクセス解析タグを出力するかどうかの設定です。サイト管理者を解析したくない場合は無効にしてください。' in file analytics-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Googleタグマネージャ設定' in file analytics-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Google Tag Managerの解析タグの設定です。' in file analytics-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タグマネージャID' in file analytics-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'GTM-XXXXXXX' in file analytics-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'GoogleタグマネージャのトラッキングIDを入力してください。Google AnalyticsトラッキングIDが入っていてもこちらが優先して計測されます。' in file analytics-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Google Analytics設定' in file analytics-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Google Analyticsの解析タグの設定です。' in file analytics-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'GA4測定ID' in file analytics-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'G-XXXXXXXXXXXX' in file analytics-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Google Analytics 4の測定IDを入力してください。タグマネージャのトラッキングIDが入っている場合はタグマネージャが優先されます。' in file analytics-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Google Search Console設定' in file analytics-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Google Search Consoleのサイト認証タグの設定です。' in file analytics-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Google Search Console ID' in file analytics-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイト認証IDのみ入力' in file analytics-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Google Search Consoleのサイト認証IDを入力してください。' in file analytics-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Clarity設定' in file analytics-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ヒートマップ分析ツールClarityの設定です。' in file analytics-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'プロジェクトID' in file analytics-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'プロジェクトIDのみ入力' in file analytics-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ClarityのプロジェクトIDを入力してください。' in file analytics-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'その他のアクセス解析・認証コード設定' in file analytics-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ヘッダーやフッターに、その他サービスのアクセス解析・サイト認証タグをそのまま貼り付けます。' in file analytics-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ヘッド用コード' in file analytics-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'head用のタグ入力' in file analytics-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ヘッドタグ(&lt;head&gt;&lt;/head&gt;)内に挿入する必要のある、その他アクセス解析・認証タグを入力してください。アドセンス認証コードもこちらに貼り付けて、審査を受けるのが最も楽かと思います。' in file analytics-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ヘッダー用コード' in file analytics-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ヘッダー用のタグ入力' in file analytics-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ヘッダー(&lt;body&gt;直後)に挿入する必要のある、その他アクセス解析・認証タグを入力してください。' in file analytics-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フッター用コード' in file analytics-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フッター用のタグ入力' in file analytics-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フッター(&lt;/body&gt;直前)に挿入する必要のある、その他アクセス解析・認証タグを入力してください。' in file analytics-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '...' in file index-funcs.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ウィジェットエリア表示' in file widget-area-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '使用しないウィジェットエリアを表示しないようにする設定です。' in file widget-area-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '除外ウィジェットエリア' in file widget-area-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'フォローボタン' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'フォローボタンの表示に関する設定です。' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'プレビュー' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フォローボタンの表示' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '本文下のフォローボタンを表示する' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿・固定ページの本文下にあるフォローボタンの表示を切り替えます。' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フォローメッセージ' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フォローメッセージの入力' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '訪問者にフォローを促すメッセージを入力してください。' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'には、投稿者のそれぞれの表示名が入ります。' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'SNSサービスのURL' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'は、ログインユーザーごとにフォローページを設定できます。' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '以下のアカウントURLを設定する場合は、プロフィールページから設定してください。' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'あなたのプロフィール' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ウェブサイト' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'X(旧Twitter)' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Facebook' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Google+' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'はてなブックマーク' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Instagram' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Pinterest' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'YouTube' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'LinkedIn' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'note' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Flickr' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Amazon欲しい物リスト' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Twitch' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '楽天ROOM' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Slack' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'GitHub' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'CodePen' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'あなたのプロフィール' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'から設定' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '現ログインユーザーのSNSフォローページを設定します。' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '表示ページ' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'フォローボタンを表示するページの切り替え。' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フロントページ' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(インデックスページ)' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '固定ページ' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カテゴリー' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タグ' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'フォローボタンを表示するページを選択してください。' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'feedlyの表示' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'feedlyフォローボタンを表示する' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'feedlyフォローボタンを表示します。' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'RSSの表示' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'RSS購読ボタンを表示する' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'RSS購読用のボタンを表示します。' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ボタンカラー' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'モノクロ' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ブランドカラー' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ブランドカラー(白抜き)' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'シェアボタンの配色を選択してください。' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'デフォルトユーザー' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿・固定ページ以外でフォローボタンを表示するユーザーを選択してください。' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フォロー数の表示' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フォロー数を表示する' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '本文下やウィジェットなどのフォロー数表示を切り替えます。' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'feedly購読者数' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'feedlyは購読者情報がエラーで取得できない場合があります。その際には、こちらで設定された購読者数が表示されます。' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'キャッシュ設定' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'フォロー数取得時のキャッシュ利用設定です。キャッシュを利用するとページ表示スピードを多少なりともあげることができます。' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'キャッシュの有効化' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'キャッシュを有効にする' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SNSシェア数をキャッシュ化することでページ表示スピードの短縮化を図ります。' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'キャッシュ間隔' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '6時間' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '12時間' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '18時間' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '24時間' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '2日間' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '3日間' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'キャッシュの取得間隔を設定します。間隔が狭いほど更新は増えますがサーバー負担は増えます(主に相手サーバー)。' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '別スキームフォロー数' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '別スキームのSNSフォロー数をキャッシュする' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'httpsサイトであれば、httpサイトの頃のシェア数を取得するかどうか(httpの場合はhttps)。相手サーバーへ倍の負荷をかけるのと取得に時間がかかるので、キャッシュが有効でないと利用できない仕様です。' in file sns-follow-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'をフォローする' in file sns-follow-funcs.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'メインカラム設定' in file column-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メインカラムの幅、余白幅、枠線の設定です。' in file column-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'プレビュー' in file column-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'コンテンツ幅' in file column-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メインカラムのコンテンツ部分の幅を設定します。(最小:600px、最大:1600px)' in file column-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '※カラム幅を変更した場合はサムネイルを再生成することで最適化されます。' in file column-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'コンテンツ余白幅' in file column-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メインカラムコンテンツ両サイドの余白幅を設定します。(最小:10px、最大:80px)' in file column-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'コンテンツ枠線幅' in file column-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メインカラムのボーダー幅を設定します。(最小:0px、最大:10px)' in file column-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'コンテンツ枠線色' in file column-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ボーダー色' in file column-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メインカラムのボーダー色を設定します。未入力でデフォルトの透過色になります。' in file column-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'サイドバー設定' in file column-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイドバーの幅、余白幅、枠線の設定です。' in file column-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイドバー幅' in file column-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイドバーコンテンツ部分の幅を設定します。(最小:200px、最大:500px)' in file column-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイドバー余白幅' in file column-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイドバーコンテンツ両サイドの余白幅を設定します。(最小:5px、最大:40px)' in file column-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイドバー枠線幅' in file column-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイドバーのボーダー幅を設定します。(最小:0px、最大:10px)' in file column-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイドバー枠線色' in file column-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ボーダー色' in file column-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイドバーのボーダー色を設定します。未入力でデフォルトの透過色になります。' in file column-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'カラム間余白設定' in file column-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メインカラムとサイドバーの間隔設定です。' in file column-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カラム間の幅' in file column-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メインカラムとサイドバーの間の幅を設定します。(最小:0px、最大:60px)' in file column-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'テーマ設定のリセット' in file reset-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '全テーマ設定の内容をリセットします。リセットを行う前にバックアップ機能を用いて設定の保存をしておくことをおすすめします。そうすれば、リストアも可能です。' in file reset-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'リセット' in file reset-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '全ての設定をリセットする' in file reset-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'テーマ設定をデフォルト状態に戻します。チェックをつけて設定の保存を行ってください。' in file reset-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'リセット動作の確認' in file reset-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '誤って設定を削除するのを防ぐために確認のためもう一度チェックしてください。' in file reset-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '寄付' in file donation-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Cocoonは無料テーマのため開発支援をいただければ幸いです。寄付の詳細は<a href="https://wp-cocoon.com/donation-privilege/" target="_blank" rel="noopener noreferrer">こちら</a>。' in file donation-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '寄付特典' in file donation-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '有効' in file donation-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '取得した「<a href="https://wp-cocoon.com/donation-privilege/" target="_blank" rel="noopener noreferrer">寄付コード</a>」を入力してください。' in file donation-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '現在は以下の特典機能が利用できます。' in file donation-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '詳細は<a href="https://wp-cocoon.com/cocoon-donation-privileges/" target="_blank" rel="noopener noreferrer">こちら</a>をご参照ください。' in file donation-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'FAQブロック(リッチスニペット対応)' in file donation-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '(<a href="https://wp-cocoon.com/faq-block/" target="_blank" rel="noopener noreferrer">詳細</a>)' in file donation-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'HTML挿入ボタン(※ショートコード)' in file donation-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '(<a href="https://wp-cocoon.com/html-insert-tool-button/" target="_blank" rel="noopener noreferrer">詳細</a>)' in file donation-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '更新日表示ショートコード' in file donation-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '(<a href="https://wp-cocoon.com/updated-shortcode" target="_blank" rel="noopener noreferrer">詳細</a>)' in file donation-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ウィジェットの「表示設定」の「カスタム投稿タイプ」機能' in file donation-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '(<a href="https://wp-cocoon.com/custom-post-type-for-widget-display-settings" target="_blank" rel="noopener noreferrer">詳細</a>)' in file donation-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '特典機能を入手する場合は<a href="https://wp-cocoon.com/donation-privilege/" target="_blank" rel="noopener noreferrer">こちら</a>。' in file donation-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '目次' in file toc-funcs.php.Found a translation function that is missing a text-domain. Function __, with the arguments '開く' in file toc-funcs.php.Found a translation function that is missing a text-domain. Function __, with the arguments '閉じる' in file toc-funcs.php.Found a translation function that is missing a text-domain. Function __, with the arguments ' - ' in file title-funcs.php.Found a translation function that is missing a text-domain. Function __, with the arguments ' | ' in file title-funcs.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '環境情報' in file about-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '環境に関する情報です。' in file about-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイト名:' in file about-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイトURL:' in file about-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ホームURL:' in file about-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'コンテンツURL:' in file about-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'インクルードURL:' in file about-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'テンプレートURL:' in file about-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'スタイルシートURL:' in file about-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '親テーマスタイル:' in file about-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '子テーマスタイル:' in file about-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'スキン:' in file about-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サーバー:' in file about-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'WordPressバージョン:' in file about-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PHPバージョン:' in file about-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ブラウザ:' in file about-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サーバーソフト:' in file about-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サーバープロトコル:' in file about-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '文字セット:' in file about-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'エンコーディング:' in file about-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '言語:' in file about-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'テーマ名:' in file about-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'バージョン:' in file about-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カテゴリー数:' in file about-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タグ数:' in file about-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ユーザー数:' in file about-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '子テーマ名:' in file about-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'バージョン:' in file about-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'style.cssサイズ:' in file about-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'バイト' in file about-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'functions.phpサイズ:' in file about-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'バイト' in file about-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Gutenberg:' in file about-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'AMP:' in file about-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PWA:' in file about-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Font Awesome:' in file about-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Auto Post Thumbnail:' in file about-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Retina:' in file about-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ホームイメージ:' in file about-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ブラウザキャッシュ有効化:' in file about-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'HTML縮小化:' in file about-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'CSS縮小化:' in file about-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'JavaScript縮小化:' in file about-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Lazy Load:' in file about-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '利用中のプラグイン:' in file about-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '不具合報告の際には以下の情報を添えてもらうと助かります。' in file about-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Xポスト設定' in file sns-share-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'X(旧Twitter)上でのポスト動作の設定です。' in file sns-share-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メンション' in file sns-share-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ポストにメンションを含める' in file sns-share-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'シェアされたポストに著者のX IDを含める。' in file sns-share-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'プロモーション' in file sns-share-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ポスト後にフォローを促す' in file sns-share-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ポスト後に著者のフォローボタンを表示します。' in file sns-share-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ハッシュタグ' in file sns-share-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '#ハッシュタグ' in file sns-share-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ポスト時に含めるハッシュタグを入力してください。半角スペースで区切って複数入力も可能です。URLやタイトルを含めて140文字を超える場合は正常動作しない可能性もあります。' in file sns-share-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Facebook設定' in file sns-share-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Facebookのシェア数に関する設定です。' in file sns-share-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アクセストークン' in file sns-share-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'access_tokenを入力' in file sns-share-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Facebookのシェア数を取得するのに必要なアクセストークンを入力します。当テーマではリアクションカウントをシェア数として採用しています。' in file sns-share-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Pinterest設定' in file sns-share-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Pinterestの「保存」ボタンに関する設定です。' in file sns-share-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pinterest共有' in file sns-share-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pinterestで画像をシェアする' in file sns-share-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'この機能を有効にすると、投稿・固定ページ内の画像にマウスホバーすると「ピン」ボタンが表示されます。' in file sns-share-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'キャッシュ設定' in file sns-share-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'シェア数取得時のキャッシュ利用設定です。キャッシュを利用するとページ表示スピードを多少なりともあげることができます。' in file sns-share-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'キャッシュの有効化' in file sns-share-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'キャッシュを有効にする' in file sns-share-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SNSシェア数をキャッシュ化することでページ表示スピードの短縮化を図ります。' in file sns-share-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'キャッシュ間隔' in file sns-share-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '1時間' in file sns-share-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '2時間' in file sns-share-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '3時間' in file sns-share-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '4時間' in file sns-share-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '5時間' in file sns-share-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '6時間' in file sns-share-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '8時間' in file sns-share-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '10時間' in file sns-share-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '12時間' in file sns-share-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '16時間' in file sns-share-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '20時間' in file sns-share-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '24時間' in file sns-share-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '2日間' in file sns-share-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '3日間' in file sns-share-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'キャッシュの取得間隔を設定します。間隔が狭いほど更新は増えますがサーバー負担は増えます(主に相手サーバー)。' in file sns-share-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '別スキームシェア数' in file sns-share-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '別スキームのSNSシェア数をキャッシュする' in file sns-share-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'httpsサイトであれば、httpサイトの頃のシェア数を取得するかどうか(httpの場合はhttps)。SNSサーバーへ倍の負荷をかけるのと取得に時間がかかるので、キャッシュが有効でないと利用できない仕様です。' in file sns-share-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '取得方法' in file apis-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'API設定' in file apis-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '各種APIやアフィリエイトIDの設定です。' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Amazon' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アクセスキーID' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Amazon必須' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'もしも必須' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Amazon APIを使用するためのアクセスキーIDを入力してください。' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'シークレットキー' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Amazon必須' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'もしも必須' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Amazon APIを使用するためのシークレットキーを入力してください。' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'トラッキングID' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Amazon必須' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'もしも必須' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'yourid-22' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'AmazonアソシエイトのトラッキングIDを入力してください。' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カタログ写真を表示する' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サムネイルとは別に商品に関連付けられている「カタログ写真(サンプル画像)」をボタン形式で全て表示します。ボタン状にマウスを乗せると大きな写真で表示されます。' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '価格を表示する' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '標準価格' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '在庫価格(デフォルト)' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '最安値' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '最高値' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'データー取得時点のAmazon販売ページでの値段を表示します。ショートコードでpriceオプションが設定されている場合は、そちらが優先されます。' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '説明文を表示する' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Amazon側に登録されている説明文を表示します(情報がない場合は表示されません)。descオプションが設定されている場合は、オプション値が優先して表示されます。' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'レビューを表示する' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'レビューページへのリンクテキストを入力' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'レビューページへのリンクを表示します。' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ロゴを表示する' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Amazon商品リンクのロゴの表示切り替え。' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Amazon検索ボタンを表示する' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Amazonのキーワード検索ボタンを表示するか。' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Amazonの検索ボタンに表示するテキストを入力してください。' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '検索ボタンのリンク先を詳細ページにする' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Amazon検索ボタンのリンクURLを商品詳細ページにするか。' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '楽天' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '楽天アプリケーションID' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '楽天必須' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'もしも必須' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '楽天APIを利用するためのアプリケーションIDを入力してください。' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '楽天アフィリエイトID' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '楽天必須' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'もしも必須' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '楽天アフィリエイト用のIDを入力してください。' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '楽天標準ソート順' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アフィリエイト料率順(高い順)' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '価格順(安い順)' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '価格順(高い順)' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '商品並び替え優先度' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '同一商品番号の商品が複数あった場合の表示優先度です。' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '価格を表示する' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'データー取得時点の楽天市場販売ページでの値段を表示します。ショートコードでpriceオプションが設定されている場合は、そちらが優先されます。' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ロゴを表示する' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '楽天商品リンクのロゴの表示切り替え。' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '楽天検索ボタンを表示する' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '楽天のキーワード検索ボタンを表示するか。' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '楽天の検索ボタンに表示するテキストを入力してください。' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '検索ボタンのリンク先を詳細ページにする' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '楽天検索ボタンのリンク先URLを商品詳細ページにするか。' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Yahoo!ショッピング' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'バリューコマースsid' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'バリューコマースpid' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'バリューコマースからYahoo!ショッピングに登録しsidとpidを取得してください。' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Yahoo!検索ボタンを表示する' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Yahoo!のキーワード検索ボタンを表示するか。' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Yahoo!ショッピングの検索ボタンに表示するテキストを入力してください。' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'DMM' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'DMMアフィリエイトID' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'DMMアフィリエイトの「アフィリエイトID」をを取得してください。' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'DMM検索ボタンを表示する' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'DMMのキーワード検索ボタンを表示するか。' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'DMMの検索ボタンに表示するテキストを入力してください。' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'もしもアフィリエイト' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'リンクをもしもアフィリエイトを経由にする' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'もしも必須' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'もしもアフィリエイト経由でAmazonリンクを掲載し報酬を得ます。【重要】2019年1月23日の<a href="https://affiliate.amazon.co.jp/help/topic/t52/ref=amb_link_zYXX0aRKMACI_Qkj9rR6Nw_1?pf_rd_p=c08a6c9b-94fe-481e-ad8b-b2c640121b1f" target="_blank" rel="noopener">PA-APIの仕様変更</a>により、APIが生成するリンクから売上が発生しないとAPIが利用できなくなりました。ですので、<span class="red">もしもアフィリエイト経由の場合は、30日でAPIが利用できなくなる可能性があります</span>。AmazonのAPIを利用したい場合は、この機能は有効にしないことをおすすめします。PA-APIの制限がクリアできない場合は、楽天商品リンクをご利用ください。' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Amazon a_id' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'もしもアフィリエイトのAmazon IDを入力してください。' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '未入力の場合はデフォルトのリンクが出力されます。' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '楽天 a_id' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'もしもアフィリエイトの楽天IDを入力してください。' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '未入力の場合はデフォルトのリンクが出力されます。' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Yahoo!ショッピング a_id' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'もしもアフィリエイトのYahoo!ショッピングIDを入力してください。' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '未入力の場合はデフォルトのリンクが出力されます。' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '楽天キャッシュの保存期間' in file apis-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '日' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'APIキャッシュのリフレッシュ間隔を設定します。1~3650日の間隔を選べます。間隔が短いほどAPIのリクエスト制限にかかる可能性が高くなりますのでご注意ください。アクセス数の多いサイトは長めに設定しておくことをおすすめします。' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Amazon APIのキャッシュは利用規約により24時間で更新されます。' in file apis-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'https://affiliate.amazon.co.jp/help/operating/paapilicenseagreement' in file apis-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Amazon.co.jp Product Advertising API ライセンス契約' in file apis-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'https://affiliate.amazon.co.jp/help/topic/t32/' in file apis-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Product Advertising API (PA-API) の利用ガイドライン' in file apis-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'https://webservice.rakuten.co.jp/guide/rule' in file apis-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '楽天ウェブサービス規約' in file apis-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'エラー設定' in file apis-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'APIに関するエラー通知の設定です。' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メール通知' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '商品リンク切れ情報をメールで送信する' in file apis-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'APIで商品情報を取得できなかった際に、WordPressに登録されているメール宛にエラーメッセージを送信します。※メール送信は数分遅れる可能性もあります。' in file apis-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'トップへ戻るボタン設定' in file buttons-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ページトップにスクロール移動するボタンの設定です。' in file buttons-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'プレビュー' in file buttons-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'デモは動作しません。' in file buttons-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'トップへ戻るボタンの表示' in file buttons-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'トップへ戻るボタンを表示する' in file buttons-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'トップへスクロール移動するボタンを表示するかどうか。' in file buttons-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ボタンのアイコンフォント' in file buttons-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アイコンフォント' in file buttons-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'トップへ戻るボタンを示すアイコンフォントを選択します。' in file buttons-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ボタン色' in file buttons-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '背景色' in file buttons-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ボタンの背景色を設定します。' in file buttons-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '文字色' in file buttons-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ボタンの文字色を設定します。' in file buttons-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ボタン画像' in file buttons-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'トップへ戻るボタンのアイコンフォント代わりに表示する画像を選択します。こちらに画像を設定するとアイコンフォントボタンは表示されません。' in file buttons-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '目次設定' in file toc-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'プラグインのTable of contentsに似た目次設定です。' in file toc-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'プレビュー' in file toc-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'デモの記事はランダムです。H2見出しがない本文には目次は表示されません。' in file toc-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '目次の表示' in file toc-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '目次を表示する' in file toc-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿・固定ページの内容から目次を自動付加します。※[toc]ショートコードで目次を表示させている場合は一貫して表示されます。' in file toc-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '表示ページ' in file toc-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿ページ' in file toc-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '固定ページ' in file toc-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カテゴリーページ' in file toc-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タグページ' in file toc-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '上記のページの目次表示を切り替えることができます。※[toc]ショートコードで目次を表示させている場合は一貫して表示されます。' in file toc-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '目次タイトル' in file toc-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '目次' in file toc-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '目次の上にラベル表示されるタイトルを入力してください。' in file toc-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '目次切り替え' in file toc-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '目次の表示切替機能を有効にする' in file toc-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '目次内容の表示を切り替えるスイッチング機能を有効にするか。' in file toc-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '開:' in file toc-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '開く' in file toc-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '閉:' in file toc-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '閉じる' in file toc-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '目次を「開く」「閉じる」のキャプションを変更します。' in file toc-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '最初から目次内容を表示する' in file toc-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ページ読み込み時に内容を表示した状態にするか。' in file toc-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '表示条件' in file toc-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'つ以上見出しがあるとき' in file toc-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '設定した数以上の見出し数がある時のみ表示されます。' in file toc-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '目次表示の深さ' in file toc-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'H2見出しまで' in file toc-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'H3見出しまで' in file toc-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'H4見出しまで' in file toc-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'H5見出しまで' in file toc-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'H6見出しまで(デフォルト)' in file toc-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'どの見出しの深さまで表示するかを設定します。' in file toc-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'こちらで表示設定がされていないと、ショートコードで深さを指定していたとしても表示されません。' in file toc-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '目次ナンバーの表示' in file toc-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '表示しない' in file toc-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '数字(デフォルト)' in file toc-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '数字詳細(ex: 1.1.1)' in file toc-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ドット(黒丸)' in file toc-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ドット(白丸)' in file toc-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '黒四角' in file toc-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '設定項目手前の数字の表示形式を設定します。' in file toc-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '目次の中央表示' in file toc-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '目次をメインカラムの中央に表示する' in file toc-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '目次の表示位置です。無効にすると左側に表示されます。' in file toc-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '目次の表示順' in file toc-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '広告の手前に目次を表示する' in file toc-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '広告やウィジェットの手前に目次を表示します。※最初のH2見出し手前に表示されているとき' in file toc-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '見出し内タグ' in file toc-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'H見出し内のタグを有効にする' in file toc-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'h2-h6見出し内のHTMLタグをそのまま出力します。' in file toc-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '外部ブログカード設定' in file blogcard-out-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '外部のURLやURLリンクをブログカード形式で表示するための設定です。' in file blogcard-out-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'プレビュー' in file blogcard-out-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '外部リンクのブログカードです。' in file blogcard-out-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ブログカード表示' in file blogcard-out-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ブログカード表示を有効にする' in file blogcard-out-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '本文中にある外部サイトのURLやURLリンクをブログカード表示します。' in file blogcard-out-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'コメント欄のブログカード表示を有効にする' in file blogcard-out-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'コメント内に書き込まれた独立したURLをブログカード化します。' in file blogcard-out-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'コメント内の外部リンクブログカードの場合rel="nofollow"が入ります。' in file blogcard-out-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サムネイルスタイル' in file blogcard-out-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '左側' in file blogcard-out-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '右側' in file blogcard-out-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サムネイルの表示位置を選択してください。' in file blogcard-out-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'リンクの開き方' in file blogcard-out-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '新しいタブで開く' in file blogcard-out-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ブログカードクリック時に新規タブを開きます。「外部リンク」が設定されている場合は、そちらが優先されます。' in file blogcard-out-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'キャッシュの保存期間' in file blogcard-out-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ブログカードキャッシュのリフレッシュ間隔を設定します。1~3650日の間隔を選べます。' in file blogcard-out-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'キャッシュの更新' in file blogcard-out-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'キャッシュ更新モードを有効にする' in file blogcard-out-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'キャッシュ更新モードを有効にした状態でページを開くと、ページ上の外部ブログカードキャッシュを新たに取得します。' in file blogcard-out-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'PWA設定(β版)' in file pwa-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'PWA(Progressive Web Apps)とは、モバイル向けWebサイトをスマートフォン向けアプリのように使える仕組みです。現在β版機能となっています。不具合が起きても対処できる方の利用をおすすめします。' in file pwa-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'PWAを利用するにはサイトをSSL化(https化)する必要があります。httpサイトでは、当設定項目を変更しても反映されません。' in file pwa-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PWAの有効化' in file pwa-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments "PWAを有効化する" in file pwa-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(非推奨)' in file pwa-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '有効化することで、PWA機能が有効化されスマートフォンからサイトがアプリのように利用できます。' in file pwa-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments "ログイン時もPWAを有効化する" in file pwa-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ユーザーがログイン時のPWA動作を制御します。' in file pwa-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '名前' in file pwa-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アプリ名' in file pwa-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'WEBアプリ名として表示される名前を入力してください。' in file pwa-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '短いアプリ名' in file pwa-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アプリの短縮名を入力してください。ホーム画面に表示される短い名前で利用されます。※最大12文字' in file pwa-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '13文字以降は自動的に削除されます。' in file pwa-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '説明文' in file pwa-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アプリの説明文を入力してください。最大132文字まで。' in file pwa-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アイコン' in file pwa-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '512x512px の PNG画像 をサイトアイコンに設定してださい。設定方法は<a href="https://wp-cocoon.com/site-icon/" target="_blank" rel="noopener noreferrer">こちら</a>。' in file pwa-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '現在適切なアイコンが設定されています。' in file pwa-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PWA用のアイコンは<b>512×512px</b>の<b>PNG画像</b>が必要です。サイトアイコンから設定できます。' in file pwa-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '配色' in file pwa-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'テーマカラー' in file pwa-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アプリのテーマカラーです。OSによってどこに適用されるかは異なります。' in file pwa-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '背景色' in file pwa-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アプリの背景色です。サイトが表示されるまでの間、この色が適用される場合があります。' in file pwa-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '表示モード' in file pwa-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'fullscreen(利用可能な表示エリアを全て使用)' in file pwa-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'standalone(ナビゲーションの制御のためのインターフェース非表示)' in file pwa-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'minimal-ui(最小限のインターフェース)' in file pwa-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'browser(従来のブラウザーと同じインターフェース)' in file pwa-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'インターフェースの表示モードの設定です。' in file pwa-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '画面の向き' in file pwa-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'any(回転を許可)' in file pwa-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'landscape(横向きに固定)' in file pwa-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'portrait(縦向きに固定)' in file pwa-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '画面の縦方向、横方向の向きを設定します。' in file pwa-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ボトムシェアボタン' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ボトムシェアボタンの表示に関する設定です。' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'プレビュー' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ボトムシェアボタンの表示' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メインカラムボトムシェアボタンを表示' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ボトムシェアボタンの表示を切り替えます。' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'シェアメッセージ' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'シェアメッセージの入力' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function __, with the arguments '訪問者にシェアを促すメッセージを入力してください。' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function __, with the arguments '表示切替' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '個々のシェアボタンの表示切り替え。' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'X(旧Twitter)' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Facebook' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'はてなブックマーク' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Google' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pocket' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'LINE@' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pinterest' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'LinkedIn' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タイトルとURLをコピー' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'コメント' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'シェアボタンを選択してください。' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function __, with the arguments '表示ページ' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'シェアボタンを表示するページの切り替え。' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フロントページ' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(インデックスページ)' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function __, with the arguments '固定ページ' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カテゴリー' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タグ' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'シェアボタンを表示するページを選択してください。' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ボタンカラー' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'モノクロ' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ブランドカラー' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ブランドカラー(白抜き)' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ボトムシェアボタンの配色を選択してください。' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カラム数' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function __, with the arguments '1列' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function __, with the arguments '2列' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function __, with the arguments '3列' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function __, with the arguments '4列' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function __, with the arguments '5列' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function __, with the arguments '6列' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ボトムシェアボタンのカラム数を選択してください。' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ロゴ・キャプション配置' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ロゴ・キャプション 左右' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ロゴ・キャプション 上下' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'キャプション・ロゴ 上下' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ボトムシェアボタンのロゴとキャプションの配置を選択してください。' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'シェア数の表示' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'シェア数を表示' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ボトムシェアボタンのシェア数表示を切り替えます。' in file sns-share-forms-bottom.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'カルーセル設定' in file carousel-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ヘッダー下でカルーセル表示させたい投稿の設定を行います。' in file carousel-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'プレビュー' in file carousel-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '設定が反映されない場合はリロードしてみてください。' in file carousel-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カルーセルの表示' in file carousel-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '表示しない' in file carousel-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '全ページで表示' in file carousel-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フロントページのみで表示' in file carousel-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿・固定ページ以外で表示' in file carousel-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿・固定ページのみで表示' in file carousel-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿ページのみで表示' in file carousel-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '固定ページのみで表示' in file carousel-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カルーセルを表示するページを設定します。' in file carousel-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'スマートフォンで表示(480px以下)' in file carousel-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '表示内容' in file carousel-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '人気記事' in file carousel-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '本日' in file carousel-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '7日間' in file carousel-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '30日間' in file carousel-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '1年間' in file carousel-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '全期間' in file carousel-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'で集計した人気記事を含める' in file carousel-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カテゴリー' in file carousel-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タグ' in file carousel-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カルーセルと関連付けるカテゴリーもしくはタグを選択してください。人気記事を有効にしカテゴリーもしくはタグを選択した場合は、すべて合算し「カルーセルの並び替え」で設定した順番で表示されます。' in file carousel-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カルーセルの並び替え' in file carousel-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ランダム' in file carousel-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿日(降順)' in file carousel-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '更新日(降順)' in file carousel-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カルーセルを表示する順番を変更します。' in file carousel-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '最大表示数' in file carousel-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カルーセルに表示するアイテムの最大表示数を設定します。(デフォルト:18、最小:12、最大:120)' in file carousel-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '枠線の表示' in file carousel-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カードの枠線を表示する' in file carousel-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カルーセルのカードの枠となる罫線を表示するか。' in file carousel-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'オートプレイ' in file carousel-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'オートプレイを実行' in file carousel-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カルーセルが自動的に送られます。' in file carousel-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'オートプレイインターバル' in file carousel-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '秒' in file carousel-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カルーセルの自動送り間隔です。オートプレイが有効な時のみ設定した秒数ごとに入れ替わります。' in file carousel-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'AMP設定' in file amp-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'AMP(Accelerated Mobile Pages)に関する設定です。投稿・固定ページをモバイル上で高速表示させるための仕組みです。' in file amp-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'AMPの有効化' in file amp-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'AMP機能を有効化する' in file amp-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(非推奨)' in file amp-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '有効化することで、AMP機能が有効化され高速表示されます。※AMP対応するページは投稿・固定ページのみです。' in file amp-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'AMPロゴ' in file amp-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Google検索結果に表示されるAMP用のロゴ画像を設定します。ロゴのサイズは幅600px、高さ60px以下にしてください。構造化データのArticle > publisher > logoでも利用されます。' in file amp-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '画像の拡大効果' in file amp-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'なし' in file amp-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'AMP Lightbox(単一拡大)' in file amp-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'AMPギャラリー(複数画像ギャラリー表示対応)' in file amp-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'リンク画像をクリックしたときの拡大効果の設定です。' in file amp-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'インラインスタイル' in file amp-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments "インラインスタイルを有効にする" in file amp-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '本文中のインラインスタイルを有効にします(無効推奨)。有効にすると、本文内でもインラインのstyle属性でスタイリングできます。ただし、AMPエラーの原因になったり、AMPのサイズ制限(75000バイト)を超えやすくなるため有効は推奨はしません。' in file amp-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイズ制限対応' in file amp-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'スキンのスタイルを有効にする' in file amp-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '凝ったスタイルのスキンを利用していると、AMPのCSSサイズ上限(75000バイト)を超えてしまう可能性があります。スキンを適用したことにより、AMPエラーが続出した場合は、AMPページでスキンを適用しないことにより、CSSのサイズを減らします。' in file amp-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '子テーマのスタイルを有効にする' in file amp-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '子テーマのstyle.cssで凝ったカスタマイズをしていると、AMPのCSSサイズ上限(75000バイト)を超えてしまう可能性があります。子テーマのCSSカスタマイズにより、AMPエラーが続出した場合は、AMPページで「子テーマCSS」を適用しないことにより、CSSのサイズを減らします。' in file amp-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'AMPバリデーター' in file amp-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Google AMPテスト' in file amp-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The AMP Validator' in file amp-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'AMPBench' in file amp-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '「AMPテスト」を行うテストツール(バリデーター)を選択します。' in file amp-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'AMP除外カテゴリー' in file amp-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'AMPページを生成しないカテゴリーを選択してください。' in file amp-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '404 NOT FOUND' in file 404-funcs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'お探しのページは見つかりませんでした。' in file 404-funcs.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'おすすめカード設定' in file recommended-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'おすすめしたい記事やカテゴリーの画像リンクをヘッダー下の目立つ部分に表示させます。' in file recommended-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'プレビュー' in file recommended-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'デモの表示は実際の表示と多少変わる可能性があります。' in file recommended-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'おすすめカードの表示' in file recommended-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '表示しない' in file recommended-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '全ページで表示' in file recommended-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フロントページのみで表示' in file recommended-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿・固定ページ以外で表示' in file recommended-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿・固定ページのみで表示' in file recommended-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿ページのみで表示' in file recommended-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '固定ページのみで表示' in file recommended-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'おすすめカードを表示するページを設定します。' in file recommended-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メニュー選択' in file recommended-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '未選択' in file recommended-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '「外観 → メニュー」で作成した「おすすめカード」用のメニューを選択してください。' in file recommended-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '表示スタイル' in file recommended-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'おすすめカードの表示スタイルを変更します。' in file recommended-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カード余白' in file recommended-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'おすすめカード毎に余白を設ける' in file recommended-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'デフォルトだとカードはすべてくっついています。この機能を有効にすることにより、カードごとに余白を設けます。' in file recommended-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カードエリア左右余白' in file recommended-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'おすすめカードエリアの左右に余白を設ける' in file recommended-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'デフォルトだと、カードエリアは画面幅いっぱいになっています。この設定を有効にすることにより、コンテンツ部分と同等に左右余白を設けます。※PC表示のみ。' in file recommended-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'リスト設定' in file index-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'リスト表示の設定です。' in file index-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'プレビュー' in file index-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '※タイル表示はうまくプレビューできないかも。今のところ原因不明。' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フロントページタイプ' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '表示形式' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '一覧' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(デフォルト)' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タブ一覧' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カテゴリーごと' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カテゴリーごと' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(2カラム)' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カテゴリーごと' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(3カラム)' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '※サイドバーを表示しないレイアウト向け。' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '表示数は3の倍数推奨。' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フロントページの表示形式を選択します。' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '表示カテゴリー' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '通常の記事インデックスの他に、カテゴリーの記事をタブ化して表示します。' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '「タブ一覧」の際は、3つまで有効。4つ目以降は無視されます。' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カテゴリー順の変更' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カテゴリーIDのカンマテキストを入力' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '意図通りの順番でカテゴリーを表示する場合は、カテゴリーIDをカンマ区切りで入力してください。' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'こちらの入力がある場合は、チェックボックスのものよりこちらの設定が優先されます。' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カテゴリー表示の順番を並び替える場合はこちら' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '1個' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '2個' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '3個' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '4個' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(デフォルト)' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '5個' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '6個' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '7個' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '8個' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '9個' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '10個' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '11個' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '12個' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '新着エントリーカード表示数' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フロントページタイプを「カテゴリーごと」にした際に表示される新着エントリーカード数を設定します。' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カテゴリーエントリーカード表示数' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フロントページのインデックスでカテゴリーごとに表示するエントリーカード数を設定します。' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '「カテゴリーごと」表示でカード表示数を変更する場合はこちら' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '並び順' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿日(降順)' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '更新日(降順)' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ランダム' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '一覧リストを表示する順番を設定します。' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カードタイプ' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'エントリーカード(デフォルト)' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '大きなカード(先頭のみ)' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '大きなカード' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '縦型カード2列' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '縦型カード3列' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タイルカード2列' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タイルカード3列' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '一覧リストのカード表示を変更します。カード表示数を変更するには、「設定 → 表示設定 → 1ページに表示する最大投稿数」から変更してください。' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '縦型カード・タイルカードに設定した場合はサムネイルの再生成を行ってください。' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'スマホ端末で縦型&タイル型のエントリーカードを1カラムにする' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'スマホ(480px以下)で表示した際に、カードタイプを「縦型カード」「タイルカード」にしている場合は、1カラムで表示します。※デフォルトは2カラム' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '枠線の表示' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カードの枠線を表示する' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿エントリーカードの枠となる罫線を表示するか。' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '自動生成抜粋文字数' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '「エントリーカード」で、「本文から自動生成される抜粋文」を表示する場合の最大文字数を 設定します。※投稿編集画面の抜粋文ではありません。(最小:0、最大:500)' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '省略文字列' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '...' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '「自動生成抜粋文字数」を自動抜粋文が超えたときに表示する省略を表す文字を入力してください。' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿関連情報の表示' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'スニペット(抜粋)の表示' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'スマホ端末でスニペットを表示(480px以下)' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿日の表示' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '更新日の表示' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿者名の表示' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'コメント数の表示' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'インデックスページのエントリーカードに投稿関連情報を表示するかどうか。' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '除外カテゴリー' in file index-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アーカイブ(インデックスリスト・新着関連記事ウィジェット等)に表示させたくないカテゴリーを選択してください。' in file index-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'トップシェアボタン' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'トップシェアボタンの表示に関する設定です。' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'プレビュー' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'トップシェアボタンの表示' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メインカラムトップシェアボタンを表示' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'トップシェアボタンの表示を切り替えます。' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function __, with the arguments '表示切替' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '個々のシェアボタンの表示切り替え。' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'X(旧Twitter)' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Facebook' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'はてなブックマーク' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Google' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pocket' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'LINE@' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pinterest' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'LinkedIn' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タイトルとURLをコピー' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'コメント' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '表示するシェアボタンを選択してください。' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function __, with the arguments '表示ページ' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'シェアボタンを表示するページの切り替え。' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フロントページ' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(インデックスページ)' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function __, with the arguments '固定ページ' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カテゴリー' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タグ' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'シェアボタンを表示するページを選択してください。' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ボタンカラー' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'モノクロ' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ブランドカラー' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ブランドカラー(白抜き)' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'トップシェアボタンの配色を選択してください。' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カラム数' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function __, with the arguments '1列' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function __, with the arguments '2列' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function __, with the arguments '3列' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function __, with the arguments '4列' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function __, with the arguments '5列' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function __, with the arguments '6列' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'トップシェアボタンのカラム数を選択してください。' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ロゴ・キャプション配置' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ロゴ・キャプション 左右' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ロゴ・キャプション 上下' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'キャプション・ロゴ 上下' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'トップシェアボタンのロゴとキャプションの配置を選択してください。' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'シェア数の表示' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'シェア数を表示' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'トップシェアボタンのシェア数表示を切り替えます。' in file sns-share-forms-top.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'その他設定' in file others-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'その他の設定です。よくわからない場合は、変更しないことをおすすめします。' in file others-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '簡単SSL対応' in file others-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '内部URLをSSL対応(簡易版)' in file others-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイトの内部リンクや、非SSLの画像・URLなど、HTTPS化する必要があるURLをSSL対応させて表示させます(※全てのURLに対応しているわけではありません)。' in file others-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ファイルシステム認証' in file others-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '認証を有効にする' in file others-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'KUSANAGI等のファイルシステム認証が必要なサーバの場合に有効にしてください。' in file others-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Simplicity設定' in file others-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Simplicityから投稿設定を引き継ぐ' in file others-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Simplicityから利用可能なPost meta情報を利用します。例えば投稿画面の「SEO設定」「広告除外」「AMP除外」項目とか。※テーマカスタマイザーとかの設定は移行できません。' in file others-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '日本語スラッグ' in file others-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '日本語スラッグを半角英数字にする' in file others-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '日本語スラッグを投稿の場合は「post-XXXX」、固定ページの場合は「page-XXXX」のような短縮文字列に変更します。' in file others-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'JavaScriptライブラリ設定' in file others-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'JavaScriptライブラリのバージョンを設定できます。' in file others-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'jQuery' in file others-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'jQuery Core 3.6.1' in file others-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'jQuery Core 2.2.4' in file others-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'jQuery Core 1.12.4' in file others-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'jQueryのバージョン違いで動作しないプログラムがある場合は変更してください。' in file others-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'jQuery 1、jQuery 2は古いバージョンなので脆弱性があります。できる限りjQuery 3をご利用ください。' in file others-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'このjQuery選択機能は2022年12月末日をもって廃止いたします。' in file others-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'jQuery Migrate' in file others-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'jQuery Migrate 3.3.2' in file others-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'jQuery Migrate 1.4.1' in file others-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'jQuery Migrateのバージョン違いで動作しないプログラムがある場合は変更してください。' in file others-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'できる限りjQuery Migrate 3をご利用ください。' in file others-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'このjQuery Migrate選択機能は2022年12月末日をもって廃止いたします。' in file others-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'モバイル設定' in file mobile-buttons-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'モバイル環境で表示するレイアウトの設定です。' in file mobile-buttons-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'モバイルメニュー' in file mobile-buttons-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ボタンを表示しない(ミドルメニューのみ)' in file mobile-buttons-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'トップメニュー' in file mobile-buttons-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ヘッダーモバイルボタン' in file mobile-buttons-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フッターモバイルボタン' in file mobile-buttons-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ヘッダー・フッターモバイルボタン' in file mobile-buttons-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'モバイルメニュー等を表示するための設定を行います。1024px未満で表示されます。※「トップボタン」はAMPページでは表示されません。' in file mobile-buttons-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'モバイルボタン' in file mobile-buttons-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'モバイルボタンの固定表示' in file mobile-buttons-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '「モバイルメニュー」で「モバイルボタン」が選択されているときボタンを固定表示するか。無効の場合はスクロールするとモバイルボタンが隠れます。' in file mobile-buttons-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '常にサイトヘッダーロゴを表示する' in file mobile-buttons-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'モバイルで「ヘッダーモバイルボタン」が表示されているとき、ヘッダーのロゴを表示するか。' in file mobile-buttons-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'モバイルボタン時コンテンツ下のサイドバーを表示' in file mobile-buttons-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '「モバイルメニュー」で「モバイルボタン」が選択されているときメインカラム下に表示されるサイドバーを表示するかどうか。' in file mobile-buttons-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'プレビュー' in file mobile-buttons-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'エディター共通設定' in file editor-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '投稿・固定ページ管理画面の設定です。' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Gutenberg' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Gutenbergエディターを有効にする' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '無効化することで旧ビジュアルエディター形式で投稿画面が表示されます。' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'エディタースタイル' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'エディターにテーマスタイルを反映させる' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '無効にするとWordPressデフォルトのエディターになります。' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'エディター色' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '背景色' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'エディターの背景色を指定します。' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '文字色' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'エディターのテキスト色を指定します。' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タグ' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タグ選択をチェックリスト形式にする' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'エディターでチェックリストを選択する形でタグを選択する様に変更します。' in file editor-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ブロックエディター設定' in file editor-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ブロックエディターのみに適用される設定です。' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ボタン' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '「ふりがな(ルビ)」ボタン表示' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cocoonの「ルビ」ボタン表示を切り替えます。プラグインのルビ機能を利用していてエラーが出る場合は無効にしてください。' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '「書式のクリア」ボタン表示' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cocoonの「書式のクリア」表示を切り替えます。プラグインのルビ機能を利用していてエラーが出る場合は無効にしてください。' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'スタイルドロップダウン' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '文字スタイル表示' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ツールバーの文字スタイルドロップダウンを表示するか。' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'マーカー表示' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ツールバーのマーカースタイルドロップダウンを表示するか。' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'バッジ表示' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ツールバーのバッジスタイルドロップダウンを表示するか。' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '文字サイズ表示' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ツールバーの文字サイズスタイルドロップダウンを表示するか。' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ショートコードドロップダウン' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '汎用ショートコード表示' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ツールバーの汎用ショートコードドロップダウンを表示するか。' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'テンプレート表示' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ツールバーのテンプレートショートコードドロップダウンを表示するか。' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アフィリエイト表示' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ツールバーのアフィリエイトショートコードドロップダウンを表示するか。' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ランキング表示' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ツールバーのランキングショートコードドロップダウンを表示するか。' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ブロックオプション' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'スタイル表示' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ブロックエディターのスタイルオプションを表示するか。' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '拡張カラーパレット色' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '拡張色A' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '拡張色B' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '拡張色C' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '拡張色D' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '拡張色E' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '拡張色F' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '任意のカラーパレット色を設定できます。' in file editor-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '旧エディター設定' in file editor-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ビジュアルエディター用の設定です。' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '文字カウンター' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タイトル等の文字数カウンター表示' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タイトルや、SEOタイトル、メタディスクリプションの文字数を表示します。※ブロックエディターではタイトル文字数は表示されません。' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '確認ダイアログ' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ページ公開前に確認アラートを出す' in file editor-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '記事を投稿する前に確認ダイアログを表示します。※旧エディター用の設定' in file editor-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'headタグ設定' in file seo-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'headタグ内に追加するlinkタグの設定です。' in file seo-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'headタグに挿入' in file seo-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'canonicalタグの追加' in file seo-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'WordPressデフォルトでも投稿・固定ページには、canonicalタグは挿入されます。' in file seo-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'この機能を有効にするとトップページやカテゴリーページ等にもcanonicalタグが挿入されます。' in file seo-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '分割ページにrel="next"/"prev"タグの追加' in file seo-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '検索エンジンに続き物ページの順番を知らせます。無効にした場合はWordPressデフォルトのnext/prev設定になります。' in file seo-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カテゴリーページをnoindexとする' in file seo-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カテゴリーページ全体をnoindex設定にします。' in file seo-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カテゴリーページの2ページ目以降をnoindexとする' in file seo-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カテゴリーページのトップページ以外はnoindex設定にします。' in file seo-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タグページをnoindexとする' in file seo-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タグのインデックスページをnoindex設定にします。' in file seo-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タグページの2ページ目以降をnoindexとする' in file seo-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タグページのトップページ以外はnoindex設定にします。' in file seo-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'その他のアーカイブページをnoindexとする' in file seo-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カテゴリー・タグ以外のアーカイブページをnoindex設定にします。' in file seo-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '添付ファイルページをnoindexとする' in file seo-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '画像や動画、ファイルなどの添付ページをnoindex設定にします。' in file seo-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '構造化データ' in file seo-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'JSON-LDを出力' in file seo-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '構造化データのJSON-LD情報をヘッダーに出力するかどうか。' in file seo-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '日付の設定' in file seo-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '表示する日付' in file seo-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿日・更新日を表示' in file seo-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿日のみ表示' in file seo-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '更新日のみ表示' in file seo-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '表示しない' in file seo-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '表示する日付形式を選択してください。表示する日付によって検索エンジンへの伝わり方が変わる可能性があります。' in file seo-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '管理画面設定' in file admin-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '管理画面の機能設定です。' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '管理者メニュー' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '管理画面に素早く移動するためのメニューリンクです。' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アドミンバーに独自管理メニューを表示' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '管理者バーに手軽に設定画面にアクセスできるメニューを表示します。' in file admin-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ダッシュボードメッセージ' in file admin-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'WordPress管理画面上部に表示されるメッセージに関する設定です。' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メッセージ表示' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ダッシュボードメッセージの表示' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '管理画面上部のメッセージを表示するかどうか。' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '新型コロナウイルスに関する情報は、WHOの終息宣言が出るか、それに近い状態になるまで表示します(今回のウイルスの性質的に完全に終息できるものかもわからないので)。' in file admin-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '投稿一覧設定' in file admin-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '管理画面の投稿一覧ページの設定です。' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カラム表示' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿・固定ページ記事一覧テーブルのカラム操作。' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '作成者を表示する' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カテゴリーを表示する' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タグを表示する' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'コメントを表示する' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '日付を表示する' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿IDを表示する' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '文字数を表示する' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PVを表示する' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(※投稿・固定ページ一覧が重い場合は無効にしてください)' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アイキャッチを表示する' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メモの内容を表示する' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿一覧テーブルのカラム表示を切り替えます。' in file admin-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '管理者パネル' in file admin-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '管理者向けのPV表示や編集リンクの表示です。' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '管理者パネルの表示' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '管理者用のPV表示エリア、各種チェックツール表示用のパネルです。' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '全て表示' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PCのみ表示' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'モバイルのみ表示' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '表示しない' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '管理者パネルの表示形式を選択します。' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PVの表示' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PVエリアを表示する' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '管理者パネル内のPVエリアを表示します。' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'インデックスにPV数を表示' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'インデックスページのエントリーカードごとにPV数を表示します。集計方法がJetpackの場合は、初回アクセス時に情報取得に時間がかかります。' in file admin-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'アクセス集計方法' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '※テーマのアクセス集計が有効になっていません。' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '※Jetpackの統計機能が有効になっていません。' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'テーマ独自' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Jetpack' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '管理者パネルで表示するPVの取得方法を選択します。' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '編集エリアの表示' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '編集エリアを表示する' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '管理者パネル内の編集エリアを表示します。' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ダッシュボードリンクの表示' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Wordpressのダッシュボードに移動するためのリンクです。' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿編集リンクの表示' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'WordPress管理画面で投稿内容を編集するためのリンクです。' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'WLW編集リンクの表示' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Windows Live Writerで投稿内容を編集するためのリンクです。' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'AMPエリアの表示' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'AMPエリア表示する' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'AMP動作確認・テストリンクなどを表示します。' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Google AMPテストを表示' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<a href="https://search.google.com/test/amp" target="_blank" rel="noopener">AMP テスト - Google Search Console</a>でチェックするためのリンクの表示。' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The AMP Validatorを表示' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<a href="https://validator.ampproject.org/#" target="_blank" rel="noopener">The AMP Validator</a>でチェックするためのリンクの表示。' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'チェックツールエリアの表示' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'チェックツールエリアを表示する' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ページを診断するためのチェックツールを表示するエリアを表示します。PageSpeed Insights、構造化データチェック、HTML5チェック、アウトラインチェック、Twitterの反応など。' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PageSpeed Insightsを表示する' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<a href="https://developers.google.com/speed/pagespeed/insights/?filter_third_party_resources=true" target="_blank" rel="noopener">PageSpeed Insights</a>リンクの表示。' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'GTmetrixを表示する' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<a href="https://gtmetrix.com/" target="_blank" rel="noopener">GTmetrix</a>リンクの表示。' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'モバイルフレンドリーテストを表示する' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<a href="https://search.google.com/test/mobile-friendly" target="_blank" rel="noopener">モバイルフレンドリーテスト</a>リンクの表示。' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '構造化データチェックを表示する' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<a href="https://search.google.com/structured-data/testing-tool#" target="_blank" rel="noopener">構造化データ テストツール</a>リンクの表示。' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'HTML5チェックを表示する' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<a href="https://validator.w3.org/nu/" target="_blank" rel="noopener">Nu Html Checker</a>リンクの表示。' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'HTML5アウトラインチェックを表示する' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<a href="https://gsnedders.html5.org/outliner/" target="_blank" rel="noopener">HTML 5 Outliner</a>リンクの表示。' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SEOチェキを表示する' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<a href="http://seocheki.net/" target="_blank" rel="noopener">SEOチェキ! 無料で使えるSEOツール</a>リンクの表示。' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ツイートチェックを表示する' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿・固定ページに対するツイートチェックリンクの表示。' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'レスポンシブツールエリアの表示' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'レスポンシブチェックを表示する' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'レスポンシブ表示状態を効率的にチェックできるツールエリアの表示を切り替えます。' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Responsinatorチェックを表示する' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<a href="http://www.responsinator.com/" target="_blank" rel="noopener">Responsinator</a>チェック用リンクの表示。' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sizzyチェックを表示する' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<a href="https://sizzy.co/" target="_blank" rel="noopener">Sizzy</a>チェック用リンクの表示。' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ScreenResolutionチェックを表示する' in file admin-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<a href="http://whatismyscreenresolution.net/multi-screen-test" target="_blank" rel="noopener">WhatIsMyScreenResolution</a>チェック用リンクの表示。' in file admin-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '本文行間設定' in file content-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '本文の行の高さや余白の設定です。' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '本文余白' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '行の高さ' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'line-hightで、行の高さを指定します。1にすると文字列と同等の高さになります。' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '行の余白(単位:em)' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '行間の余白の高さを設定します。1emは、フォントサイズ(font-size)と同等の高さになります。フォントサイズが18pxの場合は余白も18pxになります。' in file content-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '外部リンク設定' in file content-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '外部リンク動作の設定です。外部ブログカードにも適用されます。' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '外部リンクの開き方' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '変更しない' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '新しいタブで開く(_blank)' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '同じタブで開く(_self)' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '本文内の外部リンクをどのように開くか。' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フォロータイプ' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '変更しない' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フォローしない(nofollow)' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フォローする(follow)' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '本文内の外部リンクのフォロー状態を設定します。' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '追加rel属性' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'noopenerを追加' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'rel属性にnoopenerを追加します。' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'target="_blank"の際はnoopenerを追加' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '新しいタブで開くリンクのrel属性にnoopenerを追加します。' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'noreferrerを追加' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'rel属性にnoreferrerを追加します。' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'target="_blank"の際はnoreferrerを追加' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '新しいタブで開くリンクのrel属性にnoreferrerを追加します。' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'externalを追加' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'rel属性にexternalを追加します。' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アイコン表示' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アイコンの表示' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '外部リンクの右部にFont Awesomeアイコンを表示するか。' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アイコン' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アイコンフォント' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '外部リンクの右部に表示するFont Awesomeアイコンを設定します。' in file content-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '内部リンク設定' in file content-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '内部リンク動作の設定です。内部ブログカードにも適用されます。' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '内部リンクの開き方' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '変更しない' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '新しいタブで開く(_blank)' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '同じタブで開く(_self)' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '本文内の内部リンクをどのように開くか。' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フォロータイプ' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '変更しない' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フォローしない(nofollow)' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フォローする(follow)' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '本文内の内部リンクのフォロー状態を設定します。' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '追加rel属性' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'noopenerを追加' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'rel属性にnoopenerを追加します。' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'target="_blank"の際はnoopenerを追加' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '新しいタブで開くリンクのrel属性にnoopenerを追加します。' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'noreferrerを追加' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'rel属性にnoreferrerを追加します。' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'target="_blank"の際はnoreferrerを追加' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '新しいタブで開くリンクのrel属性にnoreferrerを追加します。' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アイコン表示' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アイコンの表示' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '内部リンクの右部にFont Awesomeアイコンを表示するか。' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アイコン' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アイコンフォント' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '内部リンクの右部に表示するFont Awesomeアイコンを設定します。' in file content-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'テーブル設定' in file content-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'テーブル動作の設定です。' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'レスポンシブテーブル' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '横幅の広いテーブルは横スクロール' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '端末幅より広いテーブルが表示されるときは、テーブルを横スクロールして崩れないようにします。' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'テーブルの1列目を固定表示' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '横スクロールテーブルで1列目となるth、tdを固定します。' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'テーブルの1列目のセルを結合している場合は正常に動作しない場合があります。あらかじめご了承ください。' in file content-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '投稿情報表示設定' in file content-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '投稿・固定ページの関連情報の表示に関する設定です。' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿関連情報' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿日の表示' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '更新日の表示' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿者名の表示' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿・固定ページの「投稿日・更新日・投稿者名」を表示するかどうか。' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿日・更新日が同じ日付の場合は投稿日のみが表示されます。' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '記事を読む時間' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '記事を読む時間の目安を表示する' in file content-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '本文を読むのに必要な所要時間を表示します。時間はあくまで目安です。' in file content-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '本文画像設定' in file image-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '投稿・固定ページの本文部分に関する画像の設定です。' in file image-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'プレビュー' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アイキャッチの表示' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '本文上にアイキャッチを表示する' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿・固定ページトップにアイキャッチを表示します。' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アイキャッチラベルを表示する' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿・固定ページのアイキャッチに表示されるカテゴリーラベルの表示切り替えです。' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アイキャッチの中央寄せ' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '投稿・固定ページに表示されるアイキャッチをカラムの中央に表示します。' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アイキャッチをカラム幅に引き伸ばす' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アイキャッチ画像に小さな画像を使っていても、強制的にカラム幅に拡大して表示します。' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アイキャッチにキャプションがある場合は表示する' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アイキャッチ画像にキャプションが設定してある場合、表示するかどうか。' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アイキャッチの自動設定' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アイキャッチ自動設定を有効にする' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '記事を保存したり公開したりするときに、本文中に最初に出てくる画像をアイキャッチにします。※プレビューには反映されません。' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '画像の囲み効果' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'なし' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ボーダー(薄い枠線)' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ボーダー(薄い太線)' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'シャドー(薄い影)' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'シャドー(ペーパー)' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '画像の枠線の設定です。有効にすると白系の画像でも画像と認識しやすくなります。' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '画像の拡大効果' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'なし' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Spotlight(軽量・高機能ギャラリー)' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'baguetteBox(軽量・スマホ向け)' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Lity(軽量・1枚ずつ表示)' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Lightbox' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'リンク画像をクリックしたときの拡大効果の設定です。' in file image-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '全体画像設定' in file image-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '全てのページで共通して利用する画像の設定です。' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サムネイル画像' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'テレビ(地デジ)やYouTubeと同じ比率。' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '9:16, 1:1.777..(地デジ・YouTube比)デフォルト' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '人間が最も美しいと感じる比率とされています。' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '約5:8, 1:1.618..(黄金比)' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '一眼レフのアスペクト比。ハガキの縦横比に近いです。' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '2:3, 1:1.5(一眼レフ比)' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '日本の木造建築に古くから使われている比率。大和比とも呼ばれています。' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '約5:7, 1:1.414..(白銀比)' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アナログテレビやデジタルカメラ、PowerPointのスライドと同じ比率。' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '3:4, 1:1.333..(アナログテレビ・デジカメ比)' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '単なる正方形。' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '1:1(正方形)' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'インデックス等で使われるサムネイル画像の縦横比率を変更します。※「インデックスカードタイプ」の「大きなカード」と「タイルカード」には適用されません。' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Retinaディスプレイ' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サムネイルをRetinaディスプレイ対応にする' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サムネイルをRetinaディスプレイ対応端末で見ても綺麗に表示されるようにします。※「インデックスカードタイプ」の「大きなカード」には適用されません。' in file image-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'これらの設定で変更されるサムネイル部分はこちら。' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'インデックス、アーカイブ、検索結果ページのエントリーカードのサムネイル。' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'インデックスカード' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '新着記事ウィジェットのサムネイル。' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '新着記事' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '人気記事ウィジェットのサムネイル。' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '人気記事' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '関連記事のエントリーカードのサムネイル。' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '関連記事' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カルーセルカードのサムネイル。' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カルーセル' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ページ送りナビのサムネイル。※デフォルトのみ)' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ページ送りナビ' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '内部ブログカード、外部ブログカードのサムネイル。' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ブログカード' in file image-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'NO IMAGE設定' in file image-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'アイキャッチの存在しない投稿のサムネイル画像設定です。' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'NO IMAGE画像' in file image-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アイキャッチが存在しない投稿・固定ページのサムネイルに利用される画像ファイルを指定してください。' in file image-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'コメント設定' in file comment-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'コメント一覧や入力欄のみタグに関する設定です。' in file comment-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'プレビュー' in file comment-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'デモはランダム表示です。' in file comment-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'コメントタイプ' in file comment-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'デフォルト' in file comment-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'シンプルスレッド' in file comment-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'コメントの表示形式を変更します。' in file comment-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'コメント一覧見出し' in file comment-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '見出し' in file comment-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'コメント一覧の見出しを入力してください。' in file comment-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サブ見出し' in file comment-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'コメント一覧の補助となる見出しを入力してください。' in file comment-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'コメント入力欄表示' in file comment-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ボタン切り換え動作。' in file comment-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '常に表示' in file comment-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ボタンで表示切り替え' in file comment-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'コメント入力欄の表示状態を設定します。' in file comment-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'コメント入力欄見出し' in file comment-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '見出し' in file comment-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'コメント入力欄の見出しを入力してください。' in file comment-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'コメント入力案内メッセージ' in file comment-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'コメント入力フォームの上に表示する案内メッセージを入力してください。' in file comment-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ウェブサイトの表示' in file comment-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ウェブサイト入力ボックスを表示する' in file comment-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ウェブサイト入力欄を表示するか。' in file comment-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '送信ボタンラベル' in file comment-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'コメントを送信' in file comment-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'コメントの送信ボタンのラベルテキストを入力してください。' in file comment-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Amazonの商品レビュー・口コミを見る' in file apis-funcs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Amazon' in file apis-funcs.php.Found a translation function that is missing a text-domain. Function __, with the arguments '楽天' in file apis-funcs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Yahoo!ショッピング' in file apis-funcs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'DMM' in file apis-funcs.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '広告設定' in file ads-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '広告全般に関する設定です。アドセンス設定や、ウィジェットの設定も含みます。' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '広告の表示' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments "全ての広告を表示" in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アドセンス設定、ウィジェット設定等、全ての広告の表示を切り替えます。' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '広告ラベル' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '「スポンサーリンク」か「広告」推奨' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '広告上部ラベルに表示されるテキストの入力です。' in file ads-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'アドセンス設定' in file ads-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'アドセンス広告に関する設定です。一応通常広告でも利用できるようにはなっています。' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アドセンス広告の表示' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '全てのアドセンス広告を表示' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '「アドセンス設定」で設定した、アドセンス広告全ての表示を切り替えます。' in file ads-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '広告コード' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アドセンスのレスポンシブコードを入力' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アドセンスのレスポンシブ広告コードを入力してください。サーバーのファイアウォールにより、保存時に403エラーが出る場合はscriptタグを取り除いて入力してみてください。' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アドセンス表示方式' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments "モバイル広告の幅を広くする" in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'モバイルでAdSenseの幅を画面いっぱいにします。' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'AdSenseタグの「data-full-width-responsive」を「true」にします。' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'この機能が有効な場合、AdSenseの仕様で"horizontal","vertical"広告をモバイルで表示した際は"rectangle"として表示されます。' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '意図通りのサイズで表示する場合は機能を無効にしてください。' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '広告の表示位置' in file ads-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'インデックスページの表示位置' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'トップ' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ミドル' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ボトム' in file ads-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'サイドバーの表示位置' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイドバートップ' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'サイドバーボトム' in file ads-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '投稿・固定ページの表示位置' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タイトル上' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タイトル下' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '本文上' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '本文中' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '本文下' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SNSボタン上(本文下部分)' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SNSボタン下(本文下部分)' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '関連記事下(投稿ページのみ)' in file ads-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'それぞれのページで広告を表示する位置を設定します。' in file ads-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '設定によっては、アドセンスポリシー違反になる可能性もあるので設定後は念入りに動作確認をしてください。' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '挿入型広告' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[ad]ショートコード・広告ブロックを有効にする' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '本文内に[ad]と入力したり「広告ブロック」を挿入した場合、その部分に「広告コード」に設定してある広告を表示します。' in file ads-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '設定によっては、アドセンスポリシー違反になる可能性もあるので設定後は念入りに動作確認をしてください。' in file ads-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'PR表記設定' in file ads-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '消費者庁の景品表示法の指定告示(通称:ステマ規制)に対応するための「PR表記」に関する設定です。' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '自動挿入ページ' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '全ての投稿ページ' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '全投稿ページで「自動挿入エリア」で設定した場所に「PR表記」を挿入します。' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '全ての固定ページ' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '全固定ページで「自動挿入エリア」で設定した場所に「PR表記」を挿入します。' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '全てのカテゴリーページ' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '全カテゴリーページで「自動挿入エリア」で設定した場所に「PR表記」を挿入します。' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '全てのタグページ' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '全タグページで「自動挿入エリア」で設定した場所に「PR表記」を挿入します。' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '自動挿入エリア' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メインカラム左上' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(小)' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メインカラムの左上に「PR表記」を表示します。' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '本文の上' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(大)' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '記事本文の上部に「PR表記」を挿入します。' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '表示テキスト' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'テキスト(小)' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メインカラム左上に表示される「PR表記」の文言を入力してください。' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'テキスト(大)' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '記事本文上に表示される「PR表記」の文言を入力してください。' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '除外記事ID' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '例:111,222,3333' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '「PR表記」を非表示にする投稿・固定ページのIDを,(カンマ)区切りで指定してください。' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '除外カテゴリー' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '「PR表記」を非表示にするカテゴリーを選択してください。' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '除外したカテゴリーに属する投稿ページもまとめて非表示になります。' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '除外タグID' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '例:111,222,3333' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '「PR表記」を非表示にするタグページのIDを,(カンマ)区切りで指定してください。' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '除外したタグに属する投稿ページもまとめて非表示になります。' in file ads-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'バリューコマース' in file ads-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'バリューコマース関連の広告設定です。' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'LinkSwitch' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'LinkSwitchを有効にする' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'バリューコマースのLinkSwitch機能を有効にするか。LinkSwitch IDが入力されている必要があります。' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'LinkSwitch ID' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'LinkSwitch IDの入力' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'バリューコマースの「便利ツール」メニューの「LinkSwitch」からIDを取得してください。' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'LinkSwitchタグから取得できるIDを入力してください。' in file ads-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '広告除外設定' in file ads-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '広告を表示したくないページやカテゴリーの設定です。' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '広告除外記事ID' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '例:111,222,3333' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '広告を非表示にする投稿・固定ページのIDを,(カンマ)区切りで指定してください。' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '広告除外カテゴリー' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '広告を非表示にするカテゴリーを選択してください。' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '除外したカテゴリーに属する投稿ページもまとめて非表示になります。' in file ads-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'シェアする' in file sns-share-funcs-top.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'コメント設定' in file page-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '固定ページのコメント表示設定です。' in file page-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '表示' in file page-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'コメントを表示する' in file page-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '固定ページにコメントを表示するか。' in file page-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'パンくずリスト設定' in file page-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '固定ページのパンくずリスト設定です。' in file page-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'パンくずリストの配置' in file page-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '表示しない' in file page-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メインカラム手前' in file page-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メインカラムトップ' in file page-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メインカラムボトム(デフォルト)' in file page-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フッター手前' in file page-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '固定ページのパンくずリスト表示位置を設定します。' in file page-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '記事タイトル' in file page-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'パンくずリストに記事タイトルを含める' in file page-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '固定ページのパンくずリストに対して、表示されているページのタイトルを含めるか切り替えます。' in file page-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '通知設定' in file notice-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'サイト上部ベルト状に表示される通知メッセージの設定です。' in file notice-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'プレビュー' in file notice-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '通知表示' in file notice-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '通知エリアの表示' in file notice-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '通知メッセージを入力して「通知表示」を有効にすればヘッダー下に通知メッセージが表示されます。' in file notice-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '通知メッセージ' in file notice-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メッセージを入力してください。' in file notice-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '通知エリアに表示するメッセージを入力してください。' in file notice-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '通知URL' in file notice-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'http://' in file notice-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '通知エリアにリンクを設定する場合はURLを入力してください。' in file notice-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'リンクの開き方' in file notice-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '通知リンクを新しいタブで開く' in file notice-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '通知エリアのリンクをtarget="_blank"で開くかどうか。' in file notice-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '通知タイプ' in file notice-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '通知(緑色)' in file notice-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '注意(黄色)' in file notice-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '警告(赤色)' in file notice-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '通知の種類を選択してください。背景色も変わり、重要度が変わります。' in file notice-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '色' in file notice-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '通知エリア背景色' in file notice-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メッセージに対して独自の背景色を設定したい場合は色を選択してください。デフォルト色を変更したい場合は、こちらの色が優先されます。' in file notice-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '通知エリア文字色' in file notice-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メッセージに対して独自のテキスト色を設定したい場合は色を選択してください。デフォルト色を変更したい場合は、こちらの色が優先されます。' in file notice-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ヘッダー設定' in file header-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ヘッダーの表示設定を行います。' in file header-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'プレビュー' in file header-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ヘッダーレイアウト' in file header-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'センターロゴ(デフォルト)' in file header-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'センターロゴ(トップメニュー)' in file header-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'センターロゴ(スリムメニュー)' in file header-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'センターロゴ(スリムトップメニュー)' in file header-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'トップメニュー' in file header-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'トップメニュー(右寄せ)' in file header-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'トップメニュー小' in file header-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'トップメニュー小(右寄せ)' in file header-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ヘッダーの表示形式を選択します。' in file header-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ヘッダーの固定' in file header-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ヘッダーを固定する' in file header-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ページをスクロールしても、ヘッダーが追従してきます。こちらはパソコン環境のみの動作になります。IEでは動作しません。' in file header-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '高さ' in file header-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ヘッダーの高さをpx数で指定します。モバイル環境ではモバイル用設定のものが利用されます。未入力でデフォルトになります。(最小:0px、最大:800px)' in file header-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '※「ヘッダーレイアウト」が「センターロゴ」の時のみに適用されます。' in file header-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '高さ(モバイル)' in file header-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'モバイルでのヘッダーの高さをpx数で指定します。834px以下のタブレット以下の幅の狭い端末用です。未入力でデフォルトになります。(最小:0px、最大:600px)' in file header-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ヘッダーロゴ' in file header-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ヘッダー部分に表示する画像を設定します。jpg、jpeg、png形式の画像推奨です。' in file header-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ヘッダーロゴサイズ' in file header-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '幅:' in file header-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments ' × ' in file header-forms.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '高さ:' in file header-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ロゴの縦横幅を指定します。ロゴのRetina対応などに。サイズ設定が不要の場合は空欄にしてください。「ヘッダーレイアウト」が「センターロゴ」でないと、ロゴサイズの変更までは行われません(AMP用の幅と高さ属性は出力されます)。' in file header-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'キャッチフレーズの配置' in file header-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '表示しない' in file header-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ヘッダートップ(デフォルト)' in file header-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ヘッダーボトム' in file header-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'キャッチフレーズの表示位置を設定します。※「ヘッダーレイアウト」が「センターロゴ」の場合。' in file header-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ヘッダー背景画像' in file header-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ヘッダー背景として表示する画像を設定します。' in file header-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ヘッダー背景画像の固定' in file header-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PC画面でヘッダー背景に設定した画像を固定します。上下にスクロールしたときに背景画像が移動しなくなります。' in file header-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '但しモバイル画面では固定は解除されます。' in file header-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '背景画像の全てを表示' in file header-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ヘッダーのサイズを「ヘッダー背景画像」に設定した画像の縦横比サイズに合わせて表示させます。' in file header-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'これにより背景画像が隠れることなく表示されます。' in file header-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments '「ヘッダーレイアウト」設定が「センターロゴ」時のみ。' in file header-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ヘッダー設定にある「高さ」や「高さ(モバイル)」の値は無効になります。' in file header-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ヘッダー全体色' in file header-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ヘッダー全体背景色' in file header-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ロゴ部分やグローバルナビ全てを含めた背景色を選択します。' in file header-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ヘッダー全体文字色' in file header-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ロゴ部分やグローバルナビ全てを含めたテキスト色を選択します。' in file header-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ヘッダー色(ロゴ部)' in file header-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ロゴエリア背景色' in file header-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'グローバルナビ上のヘッダー背景色を選択します。' in file header-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ロゴ文字色' in file header-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'グローバルナビ上のヘッダーテキスト色を選択します。' in file header-forms.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SNS画像' in file sns-image-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SNS画像' in file sns-image-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SNS画像' in file sns-image-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'FacebookやXなど、SNSでシェアする画像を設定します。未設定の場合はアイキャッチが利用されます。' in file sns-image-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カスタムJavaScript' in file custom-js-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カスタムJavaScript' in file custom-js-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カスタムJavaScript' in file custom-js-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments '当ページ変更用のJavaScriptコードのみを入力してください。scriptタグは不要です。' in file custom-js-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments '更新日の変更' in file update-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments '更新日の変更' in file update-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments '更新日の変更' in file update-field.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '更新' in file update-field.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '更新しない' in file update-field.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '更新日の消去' in file update-field.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '更新日を設定' in file update-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments '更新日時:' in file update-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'M j, Y @ H:i' in file update-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments '更新日時:' in file update-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments '年' in file update-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments '年' in file update-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments '月' in file update-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments '日' in file update-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments '日' in file update-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'レビュー' in file review-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'レビュー' in file review-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'レビュー' in file review-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments '評価を表示する' in file review-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'レビュー構造化データを出力するか。' in file review-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'レビュー対象' in file review-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments '製品・サービス' in file review-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ゲーム' in file review-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'プレイリスト形式の音楽トラックのコレクション' in file review-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments '音楽のトラック、通常は1曲' in file review-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'テレビ、ラジオ、ビデオゲームなどのメディアシーズン' in file review-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メディア出版物(書籍や定期刊行物、テレビ、ラジオ、ゲームなど) ' in file review-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'シリーズもののエピソード(テレビ、ラジオ、ビデオゲームなど)' in file review-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ダウンロードデータ(画像、ビデオ、オーディオなど)' in file review-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments '学校、NGO、企業、クラブなどの組織' in file review-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'レビュー対象となるschema typeを入力。※必須' in file review-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'レビュー対象名' in file review-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'レビュー対象名を入力。※必須' in file review-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'レビュー評価' in file review-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments '0から5の範囲で評価を入力。' in file review-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SEO' in file seo-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SEO' in file seo-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SEO' in file seo-field.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '文字数' in file seo-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments '文字数' in file seo-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SEOタイトル' in file seo-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'タイトルを入力してください。' in file seo-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments '検索エンジンに表示させたいタイトルを入力してください。記事のタイトルより、こちらに入力したテキストが優先的にタイトルタグ(&lt;title&gt;)に挿入されます。一般的に日本語の場合は、32文字以内が最適とされています。(※ページやインデックスの見出し部分には「記事のタイトル」が利用されます)' in file seo-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments '文字数' in file seo-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メタディスクリプション' in file seo-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments '記事の説明文を入力してください。' in file seo-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments '記事の説明を入力してください。日本語では、およそ120文字前後の入力をおすすめします。スマホではそのうちの約50文字が表示されます。こちらに入力したメタディスクリプションはブログカードのスニペット(抜粋文部分)にも利用されます。こちらに入力しない場合は、「抜粋」に入力したものがメタディスクリプションとして挿入されます。' in file seo-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メタキーワード' in file seo-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments '記事の関連キーワードを半角カンマ区切りで入力してください。' in file seo-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments '記事に関連するキーワードを,(カンマ)区切りで入力してください。入力しない場合は、カテゴリー名などから自動で設定されます。' in file seo-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'インデックスしない(noindex)' in file seo-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'このページが検索エンジンにインデックスされないようにメタタグを設定します。' in file seo-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'リンクをフォローしない(nofollow)' in file seo-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments '検索エンジンがこのページ上のリンクをフォローしないようにメタタグを設定します。' in file seo-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'canonical' in file seo-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'canonical URLの入力' in file seo-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ページ内容が類似もしくは重複しているURLが複数存在する場合に、検索エンジンからのページ評価が分散されないよう、正規のURLがどれなのかを検索エンジンに示すために用いる記述です。コンテンツが重複している場合は、正規ページのURLを入力してください。' in file seo-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments '詳細設定' in file seo-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'リダイレクト' in file redirect-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'リダイレクト' in file redirect-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'リダイレクト' in file redirect-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'リダイレクトURL' in file redirect-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'https://' in file redirect-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'このページに訪れるユーザーを設定したURLに301リダイレクトします。' in file redirect-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'AMP' in file amp-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'AMP' in file amp-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'AMP' in file amp-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'AMPページを生成しない' in file amp-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'AMP(Accelerated Mobile Pages)ページを生成して、モバイル端末に最適化するかを切り替えます。' in file amp-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メモ' in file memo-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メモ' in file memo-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メモ' in file memo-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'この投稿に記録しておきたいメモがある場合は記入してください。' in file memo-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'その他' in file other-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'その他' in file other-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アーカイブに出力しない' in file other-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'チェックを入れると、この記事はインデックスページ等のアーカイブに表示されなくなります。' in file other-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'フィードに出力しない' in file other-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments '広告' in file ad-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments '広告' in file ad-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments '広告' in file ad-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments '広告を除外する' in file ad-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ページ上の広告(AdSenseなど)表示を切り替えます。「広告」設定からカテゴリーごとの設定も行えます。' in file ad-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PR表記を除外する' in file ad-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cocoon設定で「PR表記」を有効にしていたとしても、この除外オプションを有効にすれば非表示になります。' in file ad-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ページ設定' in file page-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ページ設定' in file page-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ページ設定' in file page-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'デフォルト' in file page-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'メインカテゴリー' in file page-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'このページで優先するカテゴリーを選択します。' in file page-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments '優先カテゴリーは、アイキャッチやパンくずリストに適用されます。' in file page-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カテゴリー選択直後はすぐにセレクトボックスに反映されません。' in file page-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments '一度ページを更新してください。' in file page-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'デフォルト' in file page-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments '1カラム(フルワイド)' in file page-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments '1カラム(広い)' in file page-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments '1カラム(狭い)' in file page-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments '本文のみ(フルワイド)' in file page-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments '本文のみ(広い)' in file page-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments '本文のみ(狭い)' in file page-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ページタイプ' in file page-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'このページの表示状態を設定します。「本文のみ」表示はランディングページ(LP)などにどうぞ。' in file page-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments '読む時間を表示しない' in file page-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'このページに「記事を読む時間」を表示するかを切り替えます。' in file page-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments '目次を表示しない' in file page-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'このページに目次を表示するかを切り替えます。' in file page-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カスタムCSS' in file custom-css-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カスタムCSS' in file custom-css-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'カスタムCSS' in file custom-css-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments '当ページ変更用のCSSコードのみを入力してください。styleタグは不要です。' in file custom-css-field.php.Found a translation function that is missing a text-domain. Function __, with the arguments '枠線' in file block-editor-styles-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments '背景色' in file block-editor-styles-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments '枠線・背景色' in file block-editor-styles-list.php.Found a translation function that is missing a text-domain. Function __, with the arguments '交差線' in file block-editor-styles-list.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'サイト内を検索' in file searchform.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Required fields are marked %s' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Logged in as %1$s. <a href="%2$s">Edit your profile</a>. <a href="%3$s">Log out?</a>' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your email address will not be published.' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'コメントを書き込む' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'コメントを書き込む' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cocoonブロック' in file init.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cocoon汎用ブロック' in file init.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cocoonマイクロコピー' in file init.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cocoonレイアウト' in file init.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cocoonショートコード' in file init.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cocoon旧ブロック(非推奨)' in file init.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'キーワード指定なし' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments '角型ラベル' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'アコーディオン' in file functions.php.More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are theme_slug, theme, simplicity2, plugin-update-checker, https://wp-cocoon.com/do-not-output-post-to-feed/.
  4. Cdn : Use of CDNFound the URL of a CDN in the code: maxcdn.bootstrapcdn.com/font-awesome. CSS or Javascript resources should not be loaded from a CDN. These resources should be bundled with the theme.
  5. Plugin territory : Plugin territory functionalitiesThe theme uses the register_post_type() function, which is plugin-territory functionality.The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
  6. Unwanted directories : GIT revision control directoryA.git was found.
  7. PHP short tags : Presence of PHP short tagsPHP short tags were found in file functions.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.278: tr_fadein += '<li><input type='radio' name='<?=self::FADEIN_TYPE_OPTION_NAME?>' id='<?=$id?>' value='<?=$id?>' <?php th291: tr_base_skin += '<td><select id='<?=self::BASE_SKIN_OPTION_NAME?>' name='<?=self::BASE_SKIN_OPTION_NAME?>' s299: if (skin_url.indexOf('/<?=self::MYSKIN?>/') !== -1) {308: if (skin_url === '<?=$this->skin_base?>') {PHP short tags were found in file functions.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.226: tr_setting += '<li><input type='radio' name='<?=self::ARTICLE_TITLE?>' id='<?=$id?>' value='<?=$val?>' <?php the_checkbo248: tr_setting += '<li><input type='radio' name='<?=self::SIDE_TITLE?>' id='<?=$id?>' value='<?=$val?>' <?php the_checkbox_cPHP short tags were found in file ParsedownModern.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.762: if (preg_match('/^\[(.+?)\]:[ ]*<?(\S+?)>?(?:[ ]+['\'(](.+)['\')])?[ ]*$/', $Line['text'], $matches))
  8. Hidden admin bar : Hidden admin Bar in CSSThemes should not hide admin bar. Detected in file style.css.
  9. I18N implementation : Proper use of _e(Possible variable $_MESSAGE found in translation function in fb-like-box.php. Translation function calls should not contain PHP variables. Possible variable $_SUB_MESSAGE found in translation function in fb-like-box.php. Translation function calls should not contain PHP variables.
  10. I18N implementation : Proper use of ___all(Possible variable $count found in translation function in posts.php. Translation function calls should not contain PHP variables.
  11. Date and time implementation : Use of date_i18n()At least one hard coded date was found in the file shortcodes.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file utils.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file footer-funcs.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file update-field.php. Function get_option( 'date_format' ) should be used instead.
  12. Screenshot : Screenshot fileScreenshot size is 880x660px. Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.
Tip-off
  1. favicon presence : Favicon managementPossible Favicon found in head-pwa.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.Possible Favicon found in amp-header.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.Possible Favicon found in all-funcs.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.
  2. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  3. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  4. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  5. Optional files : Presence of category template file category.phpThis theme does not contain optional file category.php.
  6. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  7. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  8. Optional files : Presence of author template file author.phpThis theme does not contain optional file author.php.
  9. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  10. Optional files : Presence of archive template file archive.phpThis theme does not contain optional file archive.php.
  11. Optional files : Presence of search results template file search.phpThis theme does not contain optional file search.php.
  12. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  13. Use of includes : Use of include or requireThe theme appears to use include or require : smartnews.php 26: * @param string $context Type of feed. Possible values include 'rss2', 'rss2-comments', If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : css-custom.php 424: <?php require_once(get_template_directory().'/scss/breakpoints/_max-width-1240.sc If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : html-forms.php 682: require_once( ABSPATH . '/wp-admin/includes/template.php' ); ?> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : UpgraderStatus.php 127: require_once( ABSPATH . '/wp-admin/includes/plugin.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : Autoloader.php 70: include($this->libraryDir . $this->staticMap[$className]); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : Package.php 148: require_once(ABSPATH . '/wp-admin/includes/plugin.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : PucReadmeParser.php 262: require_once(dirname(__FILE__) . '/Parsedown' . (version_compare(PHP_VERSIO If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : color-palette-css.php 8: // require_once('../../../../../wp-load.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : access.php 16: require_once($wp_load); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : auto-post-thumbnail.php 36: require_once(ABSPATH . '/wp-admin/includes/image.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : shortcodes.php 767: include_once(ABSPATH . WPINC . '/feed.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : db.php 46: require_once( ABSPATH . 'wp-admin/includes/upgrade.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : punycode.php 77: include 'punycode-obj.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : backup-download.php 10: require_once('../../../../../wp-load.php');11: require_once('../_defins.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : utils.php 2764: require_once($resoce_file); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : about-forms.php 136: include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
Other checked themes