VK All in One Expansion Unit - Version 3.9.0

Version Description

  • [ Add Function ][ titile tag ] The ability to customize the title tag of homepage.
Download this release

Release Info

Developer kurudrive
Plugin Icon 128x128 VK All in One Expansion Unit
Version 3.9.0
Comparing to
See all releases

Code changes from version 3.8.2 to 3.9.0

common_helpers.php CHANGED
@@ -6,8 +6,6 @@
6
  /*-------------------------------------------*/
7
  /* Chack post type info
8
  /*-------------------------------------------*/
9
- /* Head title
10
- /*-------------------------------------------*/
11
  /* Page description
12
  /*-------------------------------------------*/
13
  /* Archive title
@@ -98,10 +96,10 @@ function vkExUnit_get_post_type() {
98
  $postType = apply_filters( 'vkExUnit_postType_custom',$postType );
99
  return $postType;
100
  }
 
101
  /*-------------------------------------------*/
102
  /* Archive title
103
  /*-------------------------------------------*/
104
-
105
  function vkExUnit_get_the_archive_title() {
106
  if ( is_category() ) {
107
  $title = single_cat_title( '', false );
@@ -156,63 +154,6 @@ function vkExUnit_get_the_archive_title() {
156
  return apply_filters( 'vkExUnit_get_the_archive_title', $title );
157
  }
158
 
159
- /*-------------------------------------------*/
160
- /* Head title
161
- /*-------------------------------------------*/
162
- function vkExUnit_get_wp_head_title() {
163
- global $wp_query;
164
- $post = $wp_query->get_queried_object();
165
- $sep = ' | ';
166
- $sep = apply_filters( 'vkExUnit_get_wp_head_title', $sep );
167
-
168
- if ( is_front_page() ) {
169
- $title = get_bloginfo( 'name' ).$sep.get_bloginfo( 'description' );
170
- } else if ( is_home() && ! is_front_page() ) {
171
- $title = vkExUnit_get_the_archive_title().$sep.get_bloginfo( 'name' );
172
- } else if ( is_archive() ) {
173
- $title = vkExUnit_get_the_archive_title().$sep.get_bloginfo( 'name' );
174
- // Page
175
- } else if ( is_page() ) {
176
- // Sub Pages
177
- if ( $post->post_parent ) {
178
- if ( $post->ancestors ) {
179
- foreach ( $post->ancestors as $post_anc_id ) {
180
- $post_id = $post_anc_id;
181
- }
182
- } else {
183
- $post_id = $post->ID;
184
- }
185
- $title = get_the_title().$sep.get_the_title( $post_id ).$sep.get_bloginfo( 'name' );
186
- // Not Sub Pages
187
- } else {
188
- $title = get_the_title().$sep.get_bloginfo( 'name' );
189
- }
190
- } else if ( is_single() || is_attachment() ) {
191
- $title = get_the_title().$sep.get_bloginfo( 'name' );
192
-
193
- // Search
194
- } else if ( is_search() ) {
195
- $title = sprintf( __( 'Search Results for : %s', 'vkExUnit' ),get_search_query() ).$sep.get_bloginfo( 'name' );
196
- // 404
197
- } else if ( is_404() ) {
198
- $title = __( 'Not found', 'vkExUnit' ).$sep.get_bloginfo( 'name' );
199
- // Other
200
- } else {
201
- $title = get_bloginfo( 'name' );
202
- }
203
-
204
- // Add Page numner.
205
- global $paged;
206
- if ( $paged >= 2 ) {
207
- $title = '['.sprintf( __( 'Page of %s', 'vkExUnit' ),$paged ).'] '.$title;
208
- }
209
-
210
- $title = apply_filters( 'vkExUnit_get_wp_head_title', $title );
211
-
212
- // Remove Tags(ex:<i>) & return
213
- return strip_tags( $title );
214
- }
215
-
216
 
217
  /*-------------------------------------------*/
218
  /* Page description
6
  /*-------------------------------------------*/
7
  /* Chack post type info
8
  /*-------------------------------------------*/
 
 
9
  /* Page description
10
  /*-------------------------------------------*/
11
  /* Archive title
96
  $postType = apply_filters( 'vkExUnit_postType_custom',$postType );
97
  return $postType;
98
  }
99
+
100
  /*-------------------------------------------*/
101
  /* Archive title
102
  /*-------------------------------------------*/
 
103
  function vkExUnit_get_the_archive_title() {
104
  if ( is_category() ) {
105
  $title = single_cat_title( '', false );
154
  return apply_filters( 'vkExUnit_get_the_archive_title', $title );
155
  }
156
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
157
 
158
  /*-------------------------------------------*/
159
  /* Page description
languages/vkExUnit-ja.mo CHANGED
Binary file
languages/vkExUnit-ja.po CHANGED
@@ -1,7 +1,7 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
- "POT-Creation-Date: 2015-12-18 17:14+0900\n"
5
  "PO-Revision-Date: \n"
6
  "Last-Translator: Kurudrive <kurudrive@gmail.com>\n"
7
  "Language-Team: Vektor translate Team <info@vektor-inc.co.jp>\n"
@@ -9,108 +9,100 @@ msgstr ""
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.8.6\n"
13
  "X-Poedit-Basepath: .\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
  "X-Poedit-KeywordsList: __;_x;_e;_ex\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
- #: admin_wrapper.php:7 admin_wrapper.php:8 plugins/meta_keyword.php:103
 
19
  msgid "Main setting"
20
  msgstr "メイン設定"
21
 
22
- #: admin_wrapper.php:76
23
  msgid "Activated Packages is noting. please activate some package."
24
  msgstr ""
25
  "有効化されているパッケージがありません。何かの機能を有効化してください。"
26
 
27
- #: common_helpers.php:111
28
  #, php-format
29
  msgid "Author: %s"
30
  msgstr "著者: %s"
31
 
32
- #: common_helpers.php:113 common_helpers.php:251
33
  msgid "Y"
34
  msgstr "年"
35
 
36
- #: common_helpers.php:115 common_helpers.php:255
37
  msgid "F Y"
38
  msgstr "年月"
39
 
40
- #: common_helpers.php:117
41
  msgid "F j, Y"
42
  msgstr "月日, 年"
43
 
44
- #: common_helpers.php:120
45
  msgid "Asides"
46
  msgstr "サイド"
47
 
48
- #: common_helpers.php:122
49
  msgid "Galleries"
50
  msgstr "ギャラリー"
51
 
52
- #: common_helpers.php:124
53
  msgid "Images"
54
  msgstr "画像"
55
 
56
- #: common_helpers.php:126
57
  msgid "Videos"
58
  msgstr "ビデオ"
59
 
60
- #: common_helpers.php:128
61
  msgid "Quotes"
62
  msgstr "引用"
63
 
64
- #: common_helpers.php:130
65
  msgid "Links"
66
  msgstr "リンク"
67
 
68
- #: common_helpers.php:132
69
  msgid "Statuses"
70
  msgstr "ステータス"
71
 
72
- #: common_helpers.php:134
73
  msgid "Audio"
74
  msgstr "オーディオ"
75
 
76
- #: common_helpers.php:136
77
  msgid "Chats"
78
  msgstr "チャット"
79
 
80
- #: common_helpers.php:152 plugins/other_widget/widget-taxonomies.php:81
81
  msgid "Archives"
82
  msgstr "アーカイブ"
83
 
84
- #: common_helpers.php:195
85
- #, php-format
86
- msgid "Search Results for : %s"
87
- msgstr "検索結果 : %s"
88
-
89
- #: common_helpers.php:198
90
- msgid "Not found"
91
- msgstr "見つかりません"
92
-
93
- #: common_helpers.php:207 common_helpers.php:279
94
- #, php-format
95
- msgid "Page of %s"
96
- msgstr "%sページ目"
97
-
98
- #: common_helpers.php:239 common_helpers.php:247
99
  #, php-format
100
  msgid "About %s"
101
  msgstr "%s について"
102
 
103
- #: common_helpers.php:252 common_helpers.php:256 common_helpers.php:260
104
- #: common_helpers.php:264
105
  #, php-format
106
  msgid "Article of %s."
107
  msgstr "%s の記事"
108
 
109
- #: packages.php:68
 
 
 
 
 
110
  msgid "Print Bootstrap css and js"
111
  msgstr "Bootstrap の CSS と js を出力"
112
 
113
- #: packages.php:69
114
  msgid ""
115
  "If your using theme has already including Bootstrap, you deactivate this "
116
  "item."
@@ -119,96 +111,97 @@ msgstr ""
119
  "中のテーマやプラグインで Bootstrap を既に読み込んでいる場合はチェックを外して"
120
  "下さい。"
121
 
122
- #: packages.php:78
123
  msgid "Print link fontawesome"
124
  msgstr "fontawesome link タグを出力"
125
 
126
- #: packages.php:79
127
  msgid "Print fontawesome link tag to html head."
128
  msgstr ""
129
  "fontawesome を読み込むための link タグを html head 内へ出力します。使用中の"
130
  "テーマやプラグインで fontawesome を既に読み込んでいる場合はチェックを外して下"
131
  "さい。"
132
 
133
- #: packages.php:88
134
  msgid "Favicon setting"
135
  msgstr "ファビコン設定"
136
 
137
- #: packages.php:89
138
  msgid "About favicon."
139
  msgstr ""
140
  "ブラウザでページを表示した際にタブやウィンドウのタイトルに表示されるアイコン"
141
  "(ファビコン)を設定します。"
142
 
143
- #: packages.php:99
144
  msgid "Rewrite the title tag"
145
  msgstr "タイトルタグの書き換え"
146
 
147
- #: packages.php:100
148
  msgid "Print is rewritten by its own rules to html head."
149
  msgstr ""
150
  "head title タグ内へ出力される内容を VK EX Unit のルールで出力します。 ( VK "
151
  "EX Unit 側で wp_title() をフィルターフックでカスタマイズ ) 使用中のテーマやプ"
152
  "ラグインで title タグの内容を出力する場合はチェックを外して下さい。"
153
 
154
- #: packages.php:109
155
  msgid "Print meta Keyword"
156
  msgstr "メタキーワードを出力"
157
 
158
- #: packages.php:110
159
  msgid "Print meta Keyword to html head."
160
  msgstr "ヘッダーにメタキーワードを出力します。"
161
 
162
- #: packages.php:113 packages.php:152 packages.php:170 packages.php:200
163
- #: packages.php:218 packages.php:260 packages.php:296 packages.php:319
 
164
  msgid "Setting"
165
  msgstr "設定"
166
 
167
- #: packages.php:126
168
  msgid "Print meta description"
169
  msgstr "メタディスクリプションタグを出力"
170
 
171
- #: packages.php:127
172
  msgid "Print meta description to html head."
173
  msgstr ""
174
  "投稿画面「抜粋」欄に入力されたテキストを meta description タグとして html "
175
  "head 内へ出力します。使用中のテーマやプラグインで meta description タグを出力"
176
  "している場合はチェックを外して下さい。"
177
 
178
- #: packages.php:136
179
  msgid "Main setting page"
180
  msgstr "メイン設定画面"
181
 
182
- #: packages.php:138
183
  msgid "Print og tags to html head."
184
  msgstr "OG タグを html head 内へ出力します。"
185
 
186
- #: packages.php:139
187
  msgid "Print twitter card tags to html head."
188
  msgstr "Twitter カードタグを html head 内へ出力します。"
189
 
190
- #: packages.php:140
191
  msgid "Print social bookmark buttons."
192
  msgstr "ソーシャルブックマークボタンを表示します。"
193
 
194
- #: packages.php:141
195
  msgid "Facebook Page Plugin widget."
196
  msgstr "Facebookページプラグインウィジェット"
197
 
198
- #: packages.php:142
199
  msgid "Print Follow me box to content bottom."
200
  msgstr "Follow me box を記事コンテンツ下のエリアへ表示します。"
201
 
202
- #: packages.php:144
203
  #, php-format
204
  msgid "* You can stop the function separately from the %s."
205
  msgstr "%s から個別に機能を停止する事ができます。"
206
 
207
- #: packages.php:148
208
  msgid "Social media cooperation"
209
  msgstr "ソーシャルメディア連携"
210
 
211
- #: packages.php:167
212
  msgid "Print Google Analytics tracking code."
213
  msgstr ""
214
  "Google アナリティクスのトラッキングコードを出力します。有効化した後「設定」の"
@@ -216,49 +209,49 @@ msgstr ""
216
  "のテーマやプラグインで Google アナリティクスのトラッキングコードを埋め込む場"
217
  "合はチェックを外して下さい。"
218
 
219
- #: packages.php:183
220
  msgid "You can use various widgets."
221
  msgstr ""
222
- "以下の機能を持ったウィジェットを追加します。各ウィジェットの設定は「外観」"
223
- "→「ウィジェット」の設定画面より行って下さい。"
224
 
225
- #: packages.php:185
226
  msgid ""
227
  "VK_Recent Posts - display the link text and the date of the latest article "
228
  "title."
229
  msgstr "VK_最新記事 - 最新記事タイトルのリンクテキストと日付を表示します。"
230
 
231
- #: packages.php:186
232
  msgid ""
233
  "VK_Page content to widget - display the contents of the page to the widgets."
234
  msgstr ""
235
  "VK_固定ページ本文 - 固定ページのコンテンツ部分をウィジェットに表示します。"
236
 
237
- #: packages.php:187
238
  msgid "VK_Profile - display the profile entered in the widget."
239
  msgstr "VK_プロフィール - ウィジェットに入力されたプロフィールを表示します。"
240
 
241
- #: packages.php:188
242
  msgid "VK_FB Page Plugin - display the Facebook Page Plugin."
243
  msgstr "VK_FB Page Plugin - Facebook ページプラグインを表示します。"
244
 
245
- #: packages.php:189
246
  msgid "VK_3PR area - display the 3PR area."
247
  msgstr "VK_3PR エリア - 3PR エリアを表示します。"
248
 
249
- #: packages.php:190
250
  msgid "categories/tags list"
251
  msgstr "カテゴリー/タグ リスト"
252
 
253
- #: packages.php:190
254
  msgid "Displays a categories, tags or format list."
255
  msgstr "カテゴリ・タグまたは、フォーマットリストを表示します。"
256
 
257
- #: packages.php:191 plugins/other_widget/widget-archives.php:9
258
  msgid "archive list"
259
  msgstr "アーカイブリスト"
260
 
261
- #: packages.php:191 plugins/other_widget/widget-archives.php:14
262
  msgid ""
263
  "Displays a list of archives. You can choose the post type and also to "
264
  "display archives by month or by year."
@@ -266,26 +259,26 @@ msgstr ""
266
  "アーカイブの一覧を表示します。月ごともしくは年ごとでの表示。また、ポストタイ"
267
  "プを選択できます。"
268
 
269
- #: packages.php:196
270
  msgid "Widgets"
271
  msgstr "ウィジェット"
272
 
273
- #: packages.php:214
274
  msgid "CSS customize"
275
  msgstr "CSSカスタマイズ"
276
 
277
- #: packages.php:215
278
  msgid "You can set Customize CSS."
279
  msgstr ""
280
  "テーマデザインをカスタマイズする CSS を管理画面より追加できるようになります。"
281
  "追加する CSS コードは「VK Ex Unit」→「CSS カスタマイズ」の画面にて入力して下"
282
  "さい。"
283
 
284
- #: packages.php:233
285
  msgid "Child page index"
286
  msgstr "子ページの一覧表示"
287
 
288
- #: packages.php:234
289
  msgid ""
290
  "At the bottom of the specified page, it will display a list of the child "
291
  "page."
@@ -293,36 +286,36 @@ msgstr ""
293
  "指定した固定ページの下部へ、その固定ページの下層子ページの「ページタイトル / "
294
  "サムネイル / 抜粋文 / 該当ページへのリンク」をセットで一覧表示します。"
295
 
296
- #: packages.php:245
297
  msgid "Page list from ancestor"
298
  msgstr "先祖階層からの子ページリスト表示"
299
 
300
- #: packages.php:246
301
  msgid "Display Page list from ancestor at after content."
302
  msgstr ""
303
  "現在のページの先祖階層からの子ページリストをページ本文の下に表示します。"
304
 
305
- #: packages.php:256
306
  msgid "Contact Section"
307
  msgstr "お問い合わせ"
308
 
309
- #: packages.php:257
310
  msgid "Display Contact Section at after content."
311
  msgstr "お問い合わせ情報を本文の下に表示する"
312
 
313
- #: packages.php:274
314
  msgid "Display HTML Site Map"
315
  msgstr "HTMLサイトマップの表示"
316
 
317
- #: packages.php:275
318
  msgid "It displays a HTML Site Map to the specified page."
319
  msgstr "指定した固定ページにHTMLサイトマップを表示します。"
320
 
321
- #: packages.php:284 plugins/call_to_action/view.adminsetting.php:10
322
  msgid "Display the CTA at the end of the post content."
323
  msgstr "投稿内容の最後にCTAを表示します。"
324
 
325
- #: packages.php:286 plugins/call_to_action/view.adminsetting.php:11
326
  msgid ""
327
  "The CTA stands for \"Call to action\" and this is the area that prompts the "
328
  "user behavior."
@@ -330,7 +323,7 @@ msgstr ""
330
  "CTAは「Call To Action」の略で、ユーザーにとってもらいたい行動へ誘導するための"
331
  "情報を表示します。"
332
 
333
- #: packages.php:288 plugins/call_to_action/view.adminsetting.php:12
334
  msgid ""
335
  "As an example, text message and a link button for induction to the free "
336
  "sample download page."
@@ -338,275 +331,198 @@ msgstr ""
338
  "例えば、無料サンプルのダウンロードページへの誘導のためのテキストやリンクボタ"
339
  "ンなどです。"
340
 
341
- #: packages.php:292 plugins/call_to_action/view.adminsetting.php:6
342
  msgid "Call To Action"
343
  msgstr "Call To Action"
344
 
345
- #: packages.php:301
346
  msgid "Contents setting"
347
  msgstr "CTA表示内容設定"
348
 
349
- #: packages.php:315 plugins/insert_ads.php:37 plugins/insert_ads.php:119
 
350
  msgid "Insert ads"
351
  msgstr "広告の挿入"
352
 
353
- #: packages.php:316
354
  msgid "Insert ads to content."
355
  msgstr "記事に広告を挿入します"
356
 
357
- #: packages.php:332 plugins/related_posts/related_posts.php:57
358
  msgid "Related posts"
359
  msgstr "関連記事を表示"
360
 
361
- #: packages.php:333
362
  msgid "Print Related posts lists to post content bottom."
363
  msgstr "関連記事を記事コンテンツ下のエリアへ表示します。"
364
 
365
- #: packages.php:343 vkExUnit_admin.php:28
366
  msgid "Automatic Eye Catch insert"
367
  msgstr "アイキャッチ画像自動挿入"
368
 
369
- #: packages.php:344
370
  msgid "Display Eye Catch image at before content."
371
  msgstr ""
372
  "アイキャッチ画像を本文の最初に表示します。各記事毎に非表示にする事も出来ま"
373
  "す。"
374
 
375
- #: packages.php:354
376
  msgid "Disable ping back"
377
  msgstr "ping backを停止"
378
 
379
- #: packages.php:355
380
  msgid "Disable xmlrpc ping back."
381
  msgstr "xmlrpcを停止"
382
 
383
- #: packages.php:364 packages.php:365
384
  msgid "Disable dashbord"
385
  msgstr "ダッシュボードに最新情報を表示しない"
386
 
387
- #: plugins/auto_eyecatch.php:40
388
- msgid "Automatic EyeCatch"
389
- msgstr "アイキャッチ自動挿入"
390
-
391
- #: plugins/auto_eyecatch.php:50
392
- msgid "Do not set eyecatch image automatic."
393
- msgstr "アイキャッチ画像を自動挿入しない"
394
-
395
- #: plugins/call_to_action/class.call_to_action.php:48
396
- #: plugins/call_to_action/view.actionbox.php:39
397
- msgid "Edit CTA"
398
- msgstr "CTAの編集"
399
-
400
- #: plugins/call_to_action/class.call_to_action.php:49
401
- msgid "Add new CTA"
402
- msgstr "CTAの新規作成"
403
-
404
- #: plugins/call_to_action/class.call_to_action.php:50
405
- msgid "New CTA"
406
- msgstr "CTA 新規作成"
407
-
408
- #: plugins/call_to_action/class.call_to_action.php:76
409
- #: plugins/call_to_action/class.call_to_action.php:78
410
- #: plugins/call_to_action/class.call_to_action.php:79
411
- msgid "Call to Action setting"
412
- msgstr "CTA設定"
413
-
414
- #: plugins/call_to_action/class.call_to_action.php:81
415
- msgid "CTA Contents"
416
- msgstr "CTA Contents"
417
-
418
- #: plugins/call_to_action/class.call_to_action.php:89
419
- msgid "Follow common setting"
420
- msgstr "共通設定を使用"
421
-
422
- #: plugins/call_to_action/class.call_to_action.php:90
423
- #: plugins/call_to_action/class.call_to_action.php:399
424
- msgid "Disable display"
425
- msgstr "表示しない"
426
-
427
- #: plugins/call_to_action/class.call_to_action.php:101
428
- msgid "CTA common setting"
429
- msgstr "CTA共通設定"
430
-
431
- #: plugins/call_to_action/class.call_to_action.php:102
432
- #: plugins/call_to_action/view.adminsetting.php:22
433
- msgid "Show CTA index page"
434
- msgstr "CTAの一覧を表示"
435
-
436
- #: plugins/call_to_action/class.call_to_action.php:167
437
- msgid "CTA image"
438
- msgstr "CTA画像"
439
-
440
- #: plugins/call_to_action/class.call_to_action.php:173
441
- msgid "Add image"
442
- msgstr "画像を追加"
443
-
444
- #: plugins/call_to_action/class.call_to_action.php:174
445
- msgid "Change image"
446
- msgstr "画像を変更"
447
-
448
- #: plugins/call_to_action/class.call_to_action.php:175
449
- msgid "Remove image"
450
- msgstr "画像を削除"
451
-
452
- #: plugins/call_to_action/class.call_to_action.php:180
453
- msgid "CTA image position"
454
- msgstr "CTA画像の位置"
455
-
456
- #: plugins/call_to_action/class.call_to_action.php:183
457
- msgid "right"
458
- msgstr "右寄せ"
459
-
460
- #: plugins/call_to_action/class.call_to_action.php:184
461
- msgid "center"
462
- msgstr "中央"
463
 
464
- #: plugins/call_to_action/class.call_to_action.php:185
465
- msgid "left"
466
- msgstr "左寄せ"
467
 
468
- #: plugins/call_to_action/class.call_to_action.php:189
469
- msgid "Button text"
470
- msgstr "ボタンの表記文言"
471
 
472
- #: plugins/call_to_action/class.call_to_action.php:192
473
- msgid "Button link url"
474
- msgstr "ボタンのリンク先URL"
475
 
476
- #: plugins/call_to_action/class.call_to_action.php:195
477
- msgid "Text message"
478
- msgstr "テキストメッセージ"
479
 
480
- #: plugins/call_to_action/class.call_to_action.php:201
481
- msgid "CTA setting"
482
- msgstr "CTA設定"
483
 
484
- #: plugins/call_to_action/view.adminsetting.php:14
485
- msgid "How to use"
486
- msgstr "使い方"
487
 
488
- #: plugins/call_to_action/view.adminsetting.php:17
489
- msgid ""
490
- "You register the contents on \"CTA\" that you want to display to bottom of "
491
- "the content."
492
- msgstr "まずは投稿タイプCTAで、本文の最後に表示させたい内容を登録します。"
493
 
494
- #: plugins/call_to_action/view.adminsetting.php:18
495
- msgid "Choose the CTA to be displayed from the following."
496
- msgstr "下記のプルダウンで、投稿タイプ別に表示するCTAを選択して保存します。"
497
 
498
- #: plugins/call_to_action/view.adminsetting.php:19
499
- msgid ""
500
- "If you want to switch the CTA to be displayed on each post, please set in "
501
- "the details page of such posting."
502
- msgstr ""
503
- "投稿毎に表示するCTAを切り替えたい場合は、投稿などの詳細ページで設定してくださ"
504
- "い。"
505
 
506
- #: plugins/call_to_action/view.adminsetting.php:32
507
- msgid "Show index page"
508
- msgstr "一覧ページを表示する"
509
 
510
- #: plugins/child_page_index.php:40 plugins/other_widget/widget-3pr-area.php:270
511
- #: plugins/other_widget/widget-3pr-area.php:312
512
- #: plugins/other_widget/widget-3pr-area.php:355
 
513
  msgid "Read more"
514
  msgstr "詳しくはこちら"
515
 
516
- #: plugins/child_page_index.php:82
517
  msgid "Display a child page index"
518
  msgstr "子ページ一覧の表示"
519
 
520
- #: plugins/contact_section.php:46 plugins/contact_section.php:72
521
  msgid "Contact Information"
522
  msgstr "お問い合わせ情報"
523
 
524
- #: plugins/contact_section.php:56 plugins/contact_section.php:79
525
  msgid "Please feel free to inquire."
526
  msgstr "お気軽にお問い合わせください。"
527
 
528
- #: plugins/contact_section.php:58
529
  msgid "Office hours 9:00 - 18:00 [ Weekdays except holidays ]"
530
  msgstr "受付時間 9:00-18:00 [ 土・日・祝日除く ]"
531
 
532
- #: plugins/contact_section.php:62
533
  msgid "Contact us"
534
  msgstr "お問い合わせ"
535
 
536
- #: plugins/contact_section.php:76
537
  msgid "Message"
538
  msgstr "メッセージ"
539
 
540
- #: plugins/contact_section.php:79 plugins/contact_section.php:86
541
- #: plugins/contact_section.php:93 plugins/contact_section.php:101
542
- #: plugins/contact_section.php:109 plugins/contact_section.php:117
543
- #: plugins/google_analytics/ga_admin.php:16 plugins/sns/sns_admin.php:31
544
  msgid "ex) "
545
  msgstr "例: "
546
 
547
- #: plugins/contact_section.php:83
548
  msgid "Phone number"
549
  msgstr "電話番号"
550
 
551
- #: plugins/contact_section.php:90 plugins/contact_section.php:93
552
  msgid "Office hours"
553
  msgstr "営業時間"
554
 
555
- #: plugins/contact_section.php:93
556
  msgid "Weekdays except holidays"
557
  msgstr "土日・祝日除く"
558
 
559
- #: plugins/contact_section.php:98
560
  msgid "The contact page URL"
561
  msgstr "お問い合わせ先URL"
562
 
563
- #: plugins/contact_section.php:101
564
  msgid "or"
565
  msgstr "もしくは"
566
 
567
- #: plugins/contact_section.php:102
568
  msgid "* If you fill in the blank, contact button does not appear."
569
  msgstr "未入力の場合はお問い合わせボタンは表示されません。"
570
 
571
- #: plugins/contact_section.php:106
572
  msgid "Contact button Text"
573
  msgstr "お問い合わせボタンに表示するテキスト"
574
 
575
- #: plugins/contact_section.php:109
576
  msgid "Contact Us from email."
577
  msgstr "メールでのお問い合わせはこちら"
578
 
579
- #: plugins/contact_section.php:114
580
  msgid "Contact button text( sub )"
581
  msgstr "お問い合わせボタンに表示するテキスト2(オプション)"
582
 
583
- #: plugins/contact_section.php:118
584
  msgid "Email contact form"
585
  msgstr "お気軽にお問い合わせください。"
586
 
587
- #: plugins/contact_section.php:123
588
  msgid "Contact button short text for side widget"
589
  msgstr "お問い合わせボタンウィジェットに表示するテキスト"
590
 
591
- #: plugins/contact_section.php:127
592
  msgid "This will used to \"Contact Button\" widget."
593
  msgstr ""
594
  "このテキストはお問い合わせボタンウィジェットで使用されます。サイドバーでの利"
595
  "用を想定していますので少ない文字数で設定してください。"
596
 
597
- #: plugins/contact_section.php:148
598
  msgid "Display Contact Section"
599
  msgstr "お問い合わせ情報の表示"
600
 
601
- #: plugins/contact_section.php:224 plugins/contact_section.php:251
602
  msgid "Edit contact information"
603
  msgstr "Contact情報を編集"
604
 
605
- #: plugins/contact_section.php:270
606
  msgid "Contact Button"
607
  msgstr "お問い合わせボタン"
608
 
609
- #: plugins/contact_section.php:276 plugins/contact_section.php:298
610
  #, php-format
611
  msgid ""
612
  "*It is necessary to set the \"%s\" -> \"Contact Information\" section in "
@@ -615,30 +531,7 @@ msgstr ""
615
  "* 「%s」→ 「メイン設定」ページで『お問い合わせ情報』を設定する必要がありま"
616
  "す。"
617
 
618
- #: plugins/css_customize/css_customize-edit.php:2
619
- #: plugins/css_customize/css_customize.php:28
620
- #: plugins/css_customize/css_customize.php:44
621
- #: plugins/css_customize/css_customize.php:45
622
- msgid "CSS Customize"
623
- msgstr "CSSカスタマイズ"
624
-
625
- #: plugins/css_customize/css_customize-edit.php:5
626
- msgid "You can add custom CSS here."
627
- msgstr "デザインをカスタマイズする場合は下のテキストエリアにCSSを入力します"
628
-
629
- #: plugins/css_customize/css_customize-edit.php:10
630
- msgid "Save CSS"
631
- msgstr "CSSを保存する"
632
-
633
- #: plugins/css_customize/css_customize.php:102
634
- msgid "Your custom CSS was saved."
635
- msgstr "CSSが保存されました"
636
-
637
- #: plugins/css_customize/css_customize.php:105
638
- msgid "Error occured. Please try again."
639
- msgstr "何らかのエラー!! また試してみてください"
640
-
641
- #: plugins/footer_copyright_change.php:6
642
  msgid ""
643
  "<p>Powered by <a href=\"https://wordpress.org/\">WordPress</a> with <a href="
644
  "\"//lightning.vektor-inc.co.jp\" target=\"_blank\" title=\"Free WordPress "
@@ -654,80 +547,48 @@ msgstr ""
654
  "All in One Expansion Unit</a> by <a href=\"http://www.vektor-inc.co.jp\" "
655
  "target=\"_blank\">Vektor,Inc.</a> technology.</p>"
656
 
657
- #: plugins/google_analytics/ga_admin.php:9
658
- #: plugins/google_analytics/ga_admin.php:13
659
- #: plugins/google_analytics/google_analytics.php:18
660
- msgid "Google Analytics Settings"
661
- msgstr "Google Analytics設定"
662
-
663
- #: plugins/google_analytics/ga_admin.php:14
664
- msgid ""
665
- "Please fill in the Google Analytics ID from the Analytics embed code used in "
666
- "the site."
667
- msgstr "このサイトで使用する Google アナリティクスの ID を入力して下さい。"
668
-
669
- #: plugins/google_analytics/ga_admin.php:19
670
- msgid ""
671
- "Please select the type of Analytics code . (If you are unsure you can skip "
672
- "this.)"
673
- msgstr ""
674
- "アナリティクスコードの種類を選択して下さい。( 不明な場合この設定は省略できま"
675
- "す )"
676
-
677
- #: plugins/google_analytics/ga_admin.php:23
678
- msgid "To output the Universal Analytics code (default)"
679
- msgstr "ユニバーサル アナリティクスのコードを出力します。( デフォルト )"
680
-
681
- #: plugins/google_analytics/ga_admin.php:24
682
- msgid "To output only normal code"
683
- msgstr "ノーマルのコードのみを出力します。"
684
-
685
- #: plugins/google_analytics/ga_admin.php:25
686
- msgid "To output both types"
687
- msgstr "両タイプのコードを出力します。"
688
-
689
- #: plugins/icons.php:38 plugins/icons.php:68
690
  msgid "icon setting"
691
  msgstr "アイコン設定"
692
 
693
- #: plugins/icons.php:73
694
  msgid "Favicon Setting"
695
  msgstr "ファビコン設定"
696
 
697
- #: plugins/icons.php:75
698
  msgid "Choose icon"
699
  msgstr "アイコンを選択"
700
 
701
- #: plugins/icons.php:76
702
  msgid "Please upload your \".ico\" file"
703
  msgstr "作成したicoファイルをアップロードしてください"
704
 
705
- #: plugins/insert_ads.php:122
706
  msgid "Insert ads to post."
707
  msgstr "投稿に広告を挿入"
708
 
709
- #: plugins/insert_ads.php:124
710
  msgid "Insert ads to more tag and after content."
711
  msgstr "moreタグの直後と、記事の最後に広告を挿入できます。"
712
 
713
- #: plugins/insert_ads.php:124
714
  msgid "If you want to separate ads area, you fill two fields."
715
  msgstr "2つのフィールドに分けて挿入すると、横並び(col-md-6)に表示されます。"
716
 
717
- #: plugins/insert_ads.php:126
718
  msgid "insert the ad [ more tag ]"
719
  msgstr "広告を挿入 [ moreタグ ]"
720
 
721
- #: plugins/insert_ads.php:134
722
  msgid "insert the ad [ after content ]"
723
  msgstr "広告を挿入 [ 記事の最後 ]"
724
 
725
- #: plugins/meta_description.php:20 plugins/meta_description.php:31
726
- #: plugins/meta_description.php:34
727
  msgid "Meta Description"
728
  msgstr "メタディスクリプション"
729
 
730
- #: plugins/meta_description.php:37
731
  msgid ""
732
  "What you have to complete the \"excerpt\" column of the edit screen of each "
733
  "page will be reflected in the description of the meta tag."
@@ -735,7 +596,7 @@ msgstr ""
735
  "各ページの編集画面の「抜粋」欄に記入した内容がmetaタグのディスクリプションに"
736
  "反映されます"
737
 
738
- #: plugins/meta_description.php:38
739
  msgid ""
740
  "Description of meta tags in the search results screen of search sites such "
741
  "as Google, will be Displayed, such as the bottom of the site title. If the "
@@ -746,7 +607,7 @@ msgstr ""
746
  "す。しかし、トップページに設定した固定ページに抜粋が記入されている場合はその"
747
  "内容が反映されます。"
748
 
749
- #: plugins/meta_description.php:39
750
  msgid ""
751
  "The meta description of the top page is subject to the catchphrase of the "
752
  "site. However, its contents will be reflected if the excerpt is entered in "
@@ -756,7 +617,7 @@ msgstr ""
756
  "す。しかし、トップページに設定した固定ページに抜粋が記入されている場合はその"
757
  "内容が反映されます。"
758
 
759
- #: plugins/meta_description.php:40
760
  msgid ""
761
  "If \"excerpt\" column is not found, Click \"Display Option\" of page top at "
762
  "each article edit page, and check the expert column display."
@@ -765,21 +626,21 @@ msgstr ""
765
  "ので、そこをクリックすると「抜粋」欄を表示するチェックボックスが出てきますの"
766
  "で、チェックして下さい。"
767
 
768
- #: plugins/meta_keyword.php:40 plugins/meta_keyword.php:91
769
- #: plugins/meta_keyword.php:93 plugins/meta_keyword.php:94
770
- #: plugins/meta_keyword.php:101
771
  msgid "Meta Keywords"
772
  msgstr "メタキーワード"
773
 
774
- #: plugins/meta_keyword.php:68
775
  msgid "Meta Keyword"
776
  msgstr "メタキーワード"
777
 
778
- #: plugins/meta_keyword.php:71
779
  msgid "Common Keywords"
780
  msgstr "共通キーワード設定"
781
 
782
- #: plugins/meta_keyword.php:72
783
  msgid ""
784
  "Keywords for meta tag. This words will set Meta Keyword with post keywords. "
785
  "if you want multiple keywords, enter with separator of \",\"."
@@ -787,13 +648,13 @@ msgstr ""
787
  "メタタグに入力するキーワードを入力します。ここでは全てのページで使用する共通"
788
  "のキーワードを設定します。複数ある場合は「,」で区切ってください。"
789
 
790
- #: plugins/meta_keyword.php:75
791
  msgid "This is not seriously, Because the SearchEngine does not care this."
792
  msgstr ""
793
  "あまり深く考える必要はありません。現状のサーチエンジンではそこまで重要なファ"
794
  "クターとはなりません。"
795
 
796
- #: plugins/meta_keyword.php:76
797
  msgid ""
798
  "For each page individual keyword is enter at the edit screen of each "
799
  "article. 10 keywords maximum, together with a each article keywords is "
@@ -802,281 +663,502 @@ msgstr ""
802
  "個々のページのキーワードはそれぞれの投稿ページのキーワード入力欄から追加して"
803
  "ください。それらと合わせて10個程度のキーワード数であることが望ましいです。"
804
 
805
- #: plugins/meta_keyword.php:77
806
  msgid "\",\" separator at end of the last keyword is do not need."
807
  msgstr "最後のキーワードの後ろに「,」は必要ありません。"
808
 
809
- #: plugins/meta_keyword.php:78
810
  msgid "Example: WordPress,template,theme,free,GPL"
811
  msgstr "【例】 WordPress,テンプレート,テーマ,無料,GPL"
812
 
813
- #: plugins/meta_keyword.php:102
814
  msgid ""
815
  "To distinguish between individual keywords, please enter a , delimiter "
816
  "(optional)."
817
  msgstr "キーワードを複数入力する場合は , ( カンマ )で区切って下さい。"
818
 
819
- #: plugins/meta_keyword.php:104
820
  #, php-format
821
  msgid "* keywords common to the entire site can be set from %s."
822
  msgstr "サイト全体のキーワードは %s より設定することができます。"
823
 
824
- #: plugins/other_widget/old/widget-rss-widget.php:9
825
- msgid "Displays entries list from a RSS feed link."
826
- msgstr "RSSフィードリンクからエントリーリストを表示します。"
827
 
828
- #: plugins/other_widget/old/widget-rss-widget.php:11
829
- msgid "RSS entries for top"
830
- msgstr "トップのRSSエントリー"
831
 
832
- #: plugins/other_widget/old/widget-rss-widget.php:25
833
- msgid "Blog entries"
834
- msgstr "ブログエントリー"
 
835
 
836
- #: plugins/other_widget/old/widget-rss-widget.php:30
837
- msgid "Heading title"
838
- msgstr "見出しタイトル"
 
 
 
 
 
 
 
 
 
839
 
840
- #: plugins/other_widget/widget-3pr-area.php:9
841
- #: plugins/other_widget/widget-3pr-area.php:241
842
- #: plugins/other_widget/widget-3pr-area.php:283
843
- #: plugins/other_widget/widget-3pr-area.php:326
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
844
  msgid "3PR area"
845
  msgstr "3PR エリア"
846
 
847
- #: plugins/other_widget/widget-3pr-area.php:14
848
  msgid "Displays a 3PR area"
849
  msgstr "3PR エリアを表示します。"
850
 
851
- #: plugins/other_widget/widget-3pr-area.php:20
852
  msgid "3PR area1 title"
853
  msgstr "3PR エリア1 タイトル"
854
 
855
- #: plugins/other_widget/widget-3pr-area.php:27
856
  msgid "3PR area2 title"
857
  msgstr "3PR エリア2 タイトル"
858
 
859
- #: plugins/other_widget/widget-3pr-area.php:34
860
  msgid "3PR area3 title"
861
  msgstr "3PR エリア3 タイトル"
862
 
863
- #: plugins/other_widget/widget-3pr-area.php:46
864
  msgid "3PR area1 setting"
865
  msgstr "3PR エリア1 設定"
866
 
867
- #: plugins/other_widget/widget-3pr-area.php:48
868
- #: plugins/other_widget/widget-3pr-area.php:98
869
- #: plugins/other_widget/widget-3pr-area.php:149
870
- #: plugins/other_widget/widget-new-posts.php:150
871
- #: plugins/other_widget/widget-pr-blocks.php:74
872
- #: plugins/other_widget/widget-profile.php:40
873
- #: plugins/sns/function_fbPagePlugin.php:79
874
  msgid "Title:"
875
  msgstr "タイトル"
876
 
877
- #: plugins/other_widget/widget-3pr-area.php:54
878
- #: plugins/other_widget/widget-3pr-area.php:104
879
- #: plugins/other_widget/widget-3pr-area.php:155
880
  msgid "Select image for PC:"
881
  msgstr "PC 用に表示される画像を選択(横 300px 程度推奨)"
882
 
883
- #: plugins/other_widget/widget-3pr-area.php:57
884
- #: plugins/other_widget/widget-3pr-area.php:74
885
- #: plugins/other_widget/widget-3pr-area.php:110
886
- #: plugins/other_widget/widget-3pr-area.php:128
887
- #: plugins/other_widget/widget-3pr-area.php:161
888
- #: plugins/other_widget/widget-3pr-area.php:178
889
- #: plugins/other_widget/widget-pr-blocks.php:96
890
- #: plugins/other_widget/widget-profile.php:48
891
  msgid "Select image"
892
  msgstr "画像を選択"
893
 
894
- #: plugins/other_widget/widget-3pr-area.php:58
895
- #: plugins/other_widget/widget-3pr-area.php:75
896
- #: plugins/other_widget/widget-3pr-area.php:111
897
- #: plugins/other_widget/widget-3pr-area.php:129
898
- #: plugins/other_widget/widget-3pr-area.php:162
899
- #: plugins/other_widget/widget-3pr-area.php:179
900
- #: plugins/other_widget/widget-pr-blocks.php:99
901
- #: plugins/other_widget/widget-profile.php:49
902
  msgid "Clear image"
903
  msgstr "画像クリア"
904
 
905
- #: plugins/other_widget/widget-3pr-area.php:68
906
- #: plugins/other_widget/widget-3pr-area.php:122
907
- #: plugins/other_widget/widget-3pr-area.php:172
908
  msgid "Select image for Mobile:"
909
  msgstr ""
910
  "スマホ用(ウィンドウサイズが 992px 以下の場合)に表示される画像を選択(橫 "
911
  "690px 以上推奨。空欄も可)"
912
 
913
- #: plugins/other_widget/widget-3pr-area.php:84
914
- #: plugins/other_widget/widget-3pr-area.php:138
915
- #: plugins/other_widget/widget-3pr-area.php:188
916
- #: plugins/other_widget/widget-pr-blocks.php:110
917
  msgid "Summary Text:"
918
  msgstr "概要となるテキスト"
919
 
920
- #: plugins/other_widget/widget-3pr-area.php:90
921
- #: plugins/other_widget/widget-3pr-area.php:142
922
- #: plugins/other_widget/widget-3pr-area.php:192
923
- #: plugins/other_widget/widget-pr-blocks.php:114
924
  msgid "Link URL:"
925
  msgstr "リンク先ページのURL"
926
 
927
- #: plugins/other_widget/widget-3pr-area.php:96
928
  msgid "3PR area2 setting"
929
  msgstr "3PR エリア2 設定"
930
 
931
- #: plugins/other_widget/widget-3pr-area.php:147
932
  msgid "3PR area3 setting"
933
  msgstr "3PR エリア3 設定"
934
 
935
- #: plugins/other_widget/widget-archives.php:53
936
- #: plugins/other_widget/widget-archives.php:54
937
  msgid "Monthly archives"
938
  msgstr "月別アーカイブ"
939
 
940
- #: plugins/other_widget/widget-archives.php:63
941
- #: plugins/other_widget/widget-new-posts.php:147
942
- #: plugins/other_widget/widget-new-posts.php:148
943
  msgid "Title"
944
  msgstr "タイトル"
945
 
946
- #: plugins/other_widget/widget-archives.php:67
947
  msgid "Post type"
948
  msgstr "ポストタイプ"
949
 
950
- #: plugins/other_widget/widget-archives.php:77
951
  msgid "Monthly"
952
  msgstr "月別"
953
 
954
- #: plugins/other_widget/widget-archives.php:79
955
  msgid "Yearly"
956
  msgstr "年別"
957
 
958
- #: plugins/other_widget/widget-archives.php:97
959
  msgid "archive"
960
  msgstr "アーカイブ"
961
 
962
- #: plugins/other_widget/widget-child-page-list.php:10
963
  msgid "Child Page List"
964
  msgstr "子ページのリスト"
965
 
966
- #: plugins/other_widget/widget-child-page-list.php:15
967
- #: plugins/other_widget/widget-child-page-list.php:50
968
  msgid "Display the child pages list from ancestor page."
969
  msgstr "表示しているページの先祖階層からの子ページリストを表示します。"
970
 
971
- #: plugins/other_widget/widget-new-posts.php:11
972
- #: plugins/other_widget/widget-new-posts.php:29
973
- #: plugins/other_widget/widget-new-posts.php:137
974
  msgid "Recent Posts"
975
  msgstr "最新記事"
976
 
977
- #: plugins/other_widget/widget-new-posts.php:16
978
  msgid "Displays a list of your most recent posts"
979
  msgstr "最新の投稿記事リストを表示します。"
980
 
981
- #: plugins/other_widget/widget-new-posts.php:146
982
  msgid "Display Format"
983
  msgstr "表示形式"
984
 
985
- #: plugins/other_widget/widget-new-posts.php:147
986
  msgid "Thumbnail"
987
  msgstr "サムネイル画像"
988
 
989
- #: plugins/other_widget/widget-new-posts.php:147
990
- #: plugins/other_widget/widget-new-posts.php:148
991
  msgid "Date"
992
  msgstr "日付"
993
 
994
- #: plugins/other_widget/widget-new-posts.php:148
995
- #: plugins/other_widget/widget-taxonomies.php:47
996
- #: plugins/other_widget/widget-taxonomies.php:48
 
997
  msgid "Category"
998
  msgstr "カテゴリー"
999
 
1000
- #: plugins/other_widget/widget-new-posts.php:155
1001
  msgid "Display count"
1002
  msgstr "表示する記事数"
1003
 
1004
- #: plugins/other_widget/widget-new-posts.php:160
1005
  msgid "Slug for the custom type you want to display"
1006
  msgstr "表示したい記事タイプ"
1007
 
1008
- #: plugins/other_widget/widget-new-posts.php:165
1009
  msgid "taxonomy ID"
1010
  msgstr "カテゴリー(タクソノミー)ID"
1011
 
1012
- #: plugins/other_widget/widget-new-posts.php:167
1013
  msgid "if you need filtering by term, add the term ID separate by \",\"."
1014
  msgstr ""
1015
  "特定のカテゴリーのみ表示したい場合は<br/>カンマ(,)区切りでカテゴリーIDを入力"
1016
  "します。"
1017
 
1018
- #: plugins/other_widget/widget-new-posts.php:169 plugins/sns/sns_admin.php:66
 
1019
  msgid "if empty this area, I will do not filtering."
1020
  msgstr "空欄の場合はフィルタリングは行いません。"
1021
 
1022
- #: plugins/other_widget/widget-page.php:9
1023
  msgid "page content to widget"
1024
  msgstr "固定ページ本文"
1025
 
1026
- #: plugins/other_widget/widget-page.php:14
1027
  msgid "Displays a page contents to widget."
1028
  msgstr "選択したページの内容を表示します。"
1029
 
1030
- #: plugins/other_widget/widget-page.php:34
1031
- #: plugins/other_widget/widget-taxonomies.php:60
1032
  msgid "Display page"
1033
  msgstr "ページを表示"
1034
 
1035
- #: plugins/other_widget/widget-page.php:42
1036
  msgid "display title"
1037
  msgstr "タイトルを表示"
1038
 
1039
- #: plugins/other_widget/widget-page.php:66
1040
  msgid "Edit"
1041
  msgstr "編集"
1042
 
1043
- #: plugins/other_widget/widget-pr-blocks.php:9
1044
  msgid "PR Blocks"
1045
  msgstr "PR Blocks"
1046
 
1047
- #: plugins/other_widget/widget-pr-blocks.php:14
1048
  msgid "Displays a circle image or icon font for pr blocks"
1049
  msgstr "丸抜きの画像やアイコンフォントをPRブロックに表示"
1050
 
1051
- #: plugins/other_widget/widget-pr-blocks.php:22
1052
  msgid "Service"
1053
  msgstr "サービス紹介"
1054
 
1055
- #: plugins/other_widget/widget-pr-blocks.php:30
1056
  msgid "Company"
1057
  msgstr "会社案内"
1058
 
1059
- #: plugins/other_widget/widget-pr-blocks.php:38
1060
  msgid "Recruit"
1061
  msgstr "採用情報"
1062
 
1063
- #: plugins/other_widget/widget-pr-blocks.php:46
1064
  msgid "Contact"
1065
  msgstr "Contact"
1066
 
1067
- #: plugins/other_widget/widget-pr-blocks.php:59
1068
  msgid "The choice of the number of columns:"
1069
  msgstr "列の数"
1070
 
1071
- #: plugins/other_widget/widget-pr-blocks.php:61
1072
  msgid "3column"
1073
  msgstr "3列"
1074
 
1075
- #: plugins/other_widget/widget-pr-blocks.php:62
1076
  msgid "4column"
1077
  msgstr "4列"
1078
 
1079
- #: plugins/other_widget/widget-pr-blocks.php:64
1080
  msgid ""
1081
  "If you change the number of columns, click to \"Save\" botton and exit the "
1082
  "edit page. When restart the edit page, the column input form is increased or "
@@ -1085,202 +1167,210 @@ msgstr ""
1085
  "列の数を変更する場合は「保存して公開」ボタンをクリックして編集画面を終了しま"
1086
  "す。それから編集画面を再度開くと列の入力フォームが増減します。"
1087
 
1088
- #: plugins/other_widget/widget-pr-blocks.php:71
1089
- #: plugins/other_widget/widget-pr-blocks.php:168
1090
  msgid "PR Block"
1091
  msgstr "PRブロック"
1092
 
1093
- #: plugins/other_widget/widget-pr-blocks.php:78
1094
  msgid "Class name of the icon font you want to use:"
1095
  msgstr "使用したいアイコンフォントのクラス名:"
1096
 
1097
- #: plugins/other_widget/widget-pr-blocks.php:81
1098
  msgid "To choose your favorite icon, and enter the class."
1099
  msgstr "アイコンフォントを選んでそのクラス名を入力してください。"
1100
 
1101
- #: plugins/other_widget/widget-pr-blocks.php:81
1102
  msgid " ex:fa-file-text-o"
1103
  msgstr "例:fa-file-text-o"
1104
 
1105
- #: plugins/other_widget/widget-pr-blocks.php:85
1106
  msgid "Icon bg-color:"
1107
  msgstr "アイコン背景色:"
1108
 
1109
- #: plugins/other_widget/widget-pr-blocks.php:89
1110
  msgid "Select image:"
1111
  msgstr "画像を選択"
1112
 
1113
- #: plugins/other_widget/widget-pr-blocks.php:100
1114
  msgid "When you have an image. Image is displayed with priority"
1115
  msgstr "画像を設定するとアイコンフォントよりも画像が優先されます。"
1116
 
1117
- #: plugins/other_widget/widget-profile.php:9
1118
- #: plugins/other_widget/widget-profile.php:20
1119
  msgid "Profile"
1120
  msgstr "プロフィール"
1121
 
1122
- #: plugins/other_widget/widget-profile.php:14
1123
  msgid "Displays a your profile"
1124
  msgstr ""
1125
  "ブログのサイドバーに運営者情報を表示したり、フッターに企業情報を表示します。"
1126
 
1127
- #: plugins/other_widget/widget-profile.php:27
1128
  msgid "Profile Text"
1129
  msgstr "プロフィールテキスト"
1130
 
1131
- #: plugins/other_widget/widget-profile.php:45
1132
  msgid "Select Profile image:"
1133
  msgstr "プロフィール用画像を選択"
1134
 
1135
- #: plugins/other_widget/widget-profile.php:58
1136
  msgid "Cut out round the image."
1137
  msgstr "画像を丸く切り抜いて表示する"
1138
 
1139
- #: plugins/other_widget/widget-profile.php:62
1140
  msgid "Media size (Optional)"
1141
  msgstr "画像の大きさ( 任意 )"
1142
 
1143
- #: plugins/other_widget/widget-profile.php:67
1144
  msgid "Image align left"
1145
  msgstr "画像を左揃えにする"
1146
 
1147
- #: plugins/other_widget/widget-profile.php:71
1148
  msgid "Text float to image."
1149
  msgstr "テキストを画像に回りこませる"
1150
 
1151
- #: plugins/other_widget/widget-profile.php:75
1152
  msgid "Profile Text:"
1153
  msgstr "プロフィールテキスト"
1154
 
1155
- #: plugins/other_widget/widget-profile.php:79
1156
  msgid "Facebook URL:"
1157
  msgstr "Facebook リンク先ページのURL"
1158
 
1159
- #: plugins/other_widget/widget-profile.php:84
1160
  msgid "Twitter URL:"
1161
  msgstr "twitterリンク先ページのURL"
1162
 
1163
- #: plugins/other_widget/widget-profile.php:89
1164
  msgid "Email Address:"
1165
  msgstr "Email リンク先ページのURL"
1166
 
1167
- #: plugins/other_widget/widget-profile.php:94
1168
  msgid "Youtube URL:"
1169
  msgstr "Youtube リンク先ページのURL"
1170
 
1171
- #: plugins/other_widget/widget-profile.php:99
1172
  msgid "RSS URL:"
1173
  msgstr "RSS リンク先ページのURL"
1174
 
1175
- #: plugins/other_widget/widget-profile.php:104
1176
  msgid "instagram URL:"
1177
  msgstr "instagram リンク先ページのURL"
1178
 
1179
- #: plugins/other_widget/widget-profile.php:108
1180
  msgid "linkedin URL:"
1181
  msgstr "linkedin リンク先ページのURL"
1182
 
1183
- #: plugins/other_widget/widget-taxonomies.php:9
1184
  msgid "Categories/Custom taxonomies list"
1185
  msgstr "カテゴリー/カスタム分類リスト"
1186
 
1187
- #: plugins/other_widget/widget-taxonomies.php:14
1188
  msgid "Displays a categories and custom taxonomies list."
1189
  msgstr "カテゴリーやカスタム分類のリストを表示します。"
1190
 
1191
- #: plugins/other_widget/widget-taxonomies.php:56
1192
  msgid "Label to display"
1193
  msgstr "表示するラベル"
1194
 
1195
- #: plugins/other_widget/widget-taxonomies.php:76
1196
  msgid "Blog"
1197
  msgstr "ブログ"
1198
 
1199
- #: plugins/pageList_ancestor.php:64
1200
- msgid "Display a page list from ancestor"
1201
- msgstr "現在のページの先祖階層からの子ページリストを表示"
1202
 
1203
- #: plugins/page_custom_field.php:11
1204
- msgid "Setting of insert items"
1205
- msgstr "挿入アイテムの設定"
 
 
 
 
 
 
 
 
1206
 
1207
- #: plugins/sitemap_page/sitemap_admin.php:9
1208
  msgid "HTML Sitemap Settings"
1209
  msgstr "HTMLサイトマップ設定"
1210
 
1211
- #: plugins/sitemap_page/sitemap_admin.php:13
1212
  msgid "Exclude page Settings"
1213
  msgstr "除外ページ設定"
1214
 
1215
- #: plugins/sitemap_page/sitemap_admin.php:15
1216
  msgid "Input you want to exclude page id."
1217
  msgstr "HTMLサイトマップから除外したい固定ページのIDを入力してください。"
1218
 
1219
- #: plugins/sitemap_page/sitemap_admin.php:17
1220
  msgid ""
1221
  "* Please enter separated by \",\"(commas) if there is more than one page ID "
1222
  "that you want to exclude."
1223
  msgstr "複数のページを除外する場合は , (コンマ)で区切って入力してください。"
1224
 
1225
- #: plugins/sitemap_page/sitemap_page.php:31
1226
  msgid "HTML Sitemap"
1227
  msgstr "HTMLサイトマップ"
1228
 
1229
- #: plugins/sitemap_page/sitemap_page.php:223
1230
  msgid "Display a HTML sitemap"
1231
  msgstr "HTMLサイトマップの表示"
1232
 
1233
- #: plugins/sns/function_fbPagePlugin.php:13
1234
  msgid "Displays a Facebook Page Plugin"
1235
  msgstr "Facebook ページプラグインを表示します。"
1236
 
1237
- #: plugins/sns/function_fbPagePlugin.php:89
1238
  msgid "Height"
1239
  msgstr "高さ"
1240
 
1241
- #: plugins/sns/function_fbPagePlugin.php:94
1242
  msgid "Show Friend's Faces"
1243
  msgstr "アイコンを表示する"
1244
 
1245
- #: plugins/sns/function_fbPagePlugin.php:99
1246
  msgid "Hide Cover Photo"
1247
  msgstr "カバー画像を表示しない"
1248
 
1249
- #: plugins/sns/function_fbPagePlugin.php:104
1250
  msgid "Show Page Posts"
1251
  msgstr "タイムラインを表示"
1252
 
1253
- #: plugins/sns/function_follow.php:16
1254
  msgid "Follow me"
1255
  msgstr "このサイトをフォローする"
1256
 
1257
- #: plugins/sns/function_meta_box.php:28
1258
  msgid "Sns Title"
1259
  msgstr "OGPタイトル"
1260
 
1261
- #: plugins/sns/function_meta_box.php:39
1262
  msgid "if filled this area then override title of OGP and Twitter Card"
1263
  msgstr ""
1264
  "このエリアにタイトルを入力すると、このページのOGP,ツイッターカードに出力され"
1265
  "るタイトルを上書きすることができます"
1266
 
1267
- #: plugins/sns/sns.php:17
1268
  msgid "SNS"
1269
  msgstr "SNS"
1270
 
1271
- #: plugins/sns/sns_admin.php:1
1272
  msgid "SNS Settings"
1273
  msgstr "SNS設定"
1274
 
1275
- #: plugins/sns/sns_admin.php:13
1276
  msgid "facebook application ID"
1277
  msgstr "facebookアプリケーションID"
1278
 
1279
- #: plugins/sns/sns_admin.php:15
1280
  msgid "I will check and get the application ID"
1281
  msgstr "アプリケーションIDを確認・取得する "
1282
 
1283
- #: plugins/sns/sns_admin.php:16
1284
  msgid ""
1285
  "* If an application ID is not specified, neither a Like button nor the "
1286
  "comment field displays and operates correctly."
@@ -1288,7 +1378,7 @@ msgstr ""
1288
  "※アプリケーションIDを入力しないとボタンやコメント欄が表示・正しく動作しませ"
1289
  "ん。"
1290
 
1291
- #: plugins/sns/sns_admin.php:17
1292
  msgid ""
1293
  "Please search for terms as [get Facebook application ID] If you do not know "
1294
  "much about how to get application ID for Facebook."
@@ -1296,15 +1386,15 @@ msgstr ""
1296
  "facebookのアプリケーションIDの取得方法についてよくわからない場合は「facebook "
1297
  "アプリケーションID 取得」などで検索して下さい。"
1298
 
1299
- #: plugins/sns/sns_admin.php:21
1300
  msgid "facebook page URL"
1301
  msgstr "FacebookページURL"
1302
 
1303
- #: plugins/sns/sns_admin.php:26
1304
  msgid "OG default image"
1305
  msgstr "デフォルトのOGPイメージ"
1306
 
1307
- #: plugins/sns/sns_admin.php:27
1308
  msgid ""
1309
  "If, for example someone pressed the Facebook [Like] button, this is the "
1310
  "image that appears on the Facebook timeline."
@@ -1312,35 +1402,35 @@ msgstr ""
1312
  "Facebookの「いいね!」ボタンを押した際、ここで設定した画像が Facebook のタイ"
1313
  "ムラインに表示されます。"
1314
 
1315
- #: plugins/sns/sns_admin.php:28
1316
  msgid "If a featured image is specified for the page, it takes precedence."
1317
  msgstr ""
1318
  "ページにアイキャッチ画像が指定されている場合は、アイキャッチ画像が優先されま"
1319
  "す。"
1320
 
1321
- #: plugins/sns/sns_admin.php:30
1322
  msgid "Select an image"
1323
  msgstr "画像を選択"
1324
 
1325
- #: plugins/sns/sns_admin.php:32
1326
  msgid ""
1327
  "* Picture sizes are 300x300 pixels or more and picture ratio 16:9 is "
1328
  "recommended."
1329
  msgstr "画像サイズ 橫 300px 縦 300px 以上、画像比率 16:9 を推奨します。"
1330
 
1331
- #: plugins/sns/sns_admin.php:36
1332
  msgid "twitter ID"
1333
  msgstr "twitterアカウント"
1334
 
1335
- #: plugins/sns/sns_admin.php:41
1336
  msgid "OG tags"
1337
  msgstr "OGタグ"
1338
 
1339
- #: plugins/sns/sns_admin.php:43
1340
  msgid "Print the OG tags"
1341
  msgstr "OGタグを出力する"
1342
 
1343
- #: plugins/sns/sns_admin.php:44
1344
  msgid ""
1345
  "If other plug-ins are used for the OG, do not output the OG using this "
1346
  "plugin."
@@ -1348,97 +1438,69 @@ msgstr ""
1348
  "OGタグの出力を選択して下さい。もし他のプラグインやテーマでOGタグを出力してい"
1349
  "る場合は、このプラグインでの出力は必要ありません。"
1350
 
1351
- #: plugins/sns/sns_admin.php:49
1352
  msgid "Twitter Card tags"
1353
  msgstr "Twitterカードタグ"
1354
 
1355
- #: plugins/sns/sns_admin.php:51
1356
  msgid "Print the Twitter Card tags"
1357
  msgstr "Twitter カードタグを html head 内へ出力します。"
1358
 
1359
- #: plugins/sns/sns_admin.php:56
1360
  msgid "Social bookmark buttons"
1361
  msgstr "ソーシャルボタン"
1362
 
1363
- #: plugins/sns/sns_admin.php:57
1364
  msgid "Print the social bookmark buttons"
1365
  msgstr "ソーシャルブックマーク(シェアボタンやtweetボタン)を表示します。"
1366
 
1367
- #: plugins/sns/sns_admin.php:61
1368
  msgid "ignore postID for SNS buttons"
1369
  msgstr "SNSボタンの非表示設定"
1370
 
1371
- #: plugins/sns/sns_admin.php:64
1372
  msgid ""
1373
  "if you need filtering by post_ID, add the ignore post_ID separate by \",\"."
1374
  msgstr ""
1375
  "特定のポストのみSNSボタンを表示したくない場合、カンマ(,)区切りでポストIDを入"
1376
  "力します。"
1377
 
1378
- #: plugins/sns/sns_admin.php:68
1379
  msgid "example"
1380
  msgstr "例"
1381
 
1382
- #: plugins/sns/sns_admin.php:74
1383
  msgid "Follow me box"
1384
  msgstr "Follow me box"
1385
 
1386
- #: plugins/sns/sns_admin.php:75
1387
  msgid "Print the Follow me box"
1388
  msgstr "Follow me ユニットを本文の下に表示する"
1389
 
1390
- #: plugins/sns/sns_admin.php:77
1391
  msgid "Follow me box title"
1392
  msgstr "Follow me box の見出しテキスト"
1393
 
1394
- #: plugins_admin/admin_bar.php:17 plugins_admin/admin_bar.php:34
1395
  msgid "Edit Guide"
1396
  msgstr "編集ガイド"
1397
 
1398
- #: plugins_admin/admin_bar.php:60
1399
  msgid "Active Setting"
1400
  msgstr "有効化設定"
1401
 
1402
- #: plugins_admin/admin_bar.php:68
1403
  msgid "Main Setting"
1404
  msgstr "メイン設定"
1405
 
1406
- #: plugins_admin/dashboard_info_widget.php:18
1407
  msgid "News from VK All in One Expansion Unit"
1408
  msgstr "VK All in One Expansion Unit からのお知らせ"
1409
 
1410
- #: plugins_admin/news_from_exUnit.php:31
1411
  msgid "Sorry, there is no post"
1412
  msgstr "お知らせはありません。"
1413
 
1414
- #: vkExUnit_admin.php:3
1415
- msgid "Enable setting"
1416
- msgstr "有効化設定"
1417
-
1418
- #: vkExUnit_admin.php:16 vkExUnit_admin.php:74
1419
- msgid "Select all"
1420
- msgstr "全てを選択"
1421
-
1422
- #: vkExUnit_admin.php:16 vkExUnit_admin.php:74
1423
- msgid "Function"
1424
- msgstr "有効化"
1425
-
1426
- #: vkExUnit_admin.php:16 vkExUnit_admin.php:74
1427
- msgid "Description"
1428
- msgstr "説明"
1429
-
1430
- #: vkExUnit_admin.php:80
1431
- msgid "Extension Setting"
1432
- msgstr "拡張設定"
1433
-
1434
- #: vkExUnit_admin.php:83
1435
- msgid "Plugin setting options"
1436
- msgstr "プラグイン設定オプション"
1437
-
1438
- #: vkExUnit_admin.php:85
1439
- msgid "Delete myOptions when deactivate me."
1440
- msgstr "プラグインを無効化する際にDBに保存したオプション項目を削除します。"
1441
-
1442
  #~ msgid "* It is necessary to set the Theme options page."
1443
  #~ msgstr "* テーマオプションページで設定する必要があります。"
1444
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2016-05-12 13:11+0900\n"
5
  "PO-Revision-Date: \n"
6
  "Last-Translator: Kurudrive <kurudrive@gmail.com>\n"
7
  "Language-Team: Vektor translate Team <info@vektor-inc.co.jp>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.5.7\n"
13
  "X-Poedit-Basepath: .\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
  "X-Poedit-KeywordsList: __;_x;_e;_ex\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
+ #: ../admin_wrapper.php:7 ../admin_wrapper.php:8
19
+ #: ../plugins/meta_keyword.php:103
20
  msgid "Main setting"
21
  msgstr "メイン設定"
22
 
23
+ #: ../admin_wrapper.php:73
24
  msgid "Activated Packages is noting. please activate some package."
25
  msgstr ""
26
  "有効化されているパッケージがありません。何かの機能を有効化してください。"
27
 
28
+ #: ../common_helpers.php:109
29
  #, php-format
30
  msgid "Author: %s"
31
  msgstr "著者: %s"
32
 
33
+ #: ../common_helpers.php:111 ../common_helpers.php:192
34
  msgid "Y"
35
  msgstr "年"
36
 
37
+ #: ../common_helpers.php:113 ../common_helpers.php:196
38
  msgid "F Y"
39
  msgstr "年月"
40
 
41
+ #: ../common_helpers.php:115
42
  msgid "F j, Y"
43
  msgstr "月日, 年"
44
 
45
+ #: ../common_helpers.php:118
46
  msgid "Asides"
47
  msgstr "サイド"
48
 
49
+ #: ../common_helpers.php:120
50
  msgid "Galleries"
51
  msgstr "ギャラリー"
52
 
53
+ #: ../common_helpers.php:122
54
  msgid "Images"
55
  msgstr "画像"
56
 
57
+ #: ../common_helpers.php:124
58
  msgid "Videos"
59
  msgstr "ビデオ"
60
 
61
+ #: ../common_helpers.php:126
62
  msgid "Quotes"
63
  msgstr "引用"
64
 
65
+ #: ../common_helpers.php:128
66
  msgid "Links"
67
  msgstr "リンク"
68
 
69
+ #: ../common_helpers.php:130
70
  msgid "Statuses"
71
  msgstr "ステータス"
72
 
73
+ #: ../common_helpers.php:132
74
  msgid "Audio"
75
  msgstr "オーディオ"
76
 
77
+ #: ../common_helpers.php:134
78
  msgid "Chats"
79
  msgstr "チャット"
80
 
81
+ #: ../common_helpers.php:150 ../plugins/other_widget/widget-taxonomies.php:83
82
  msgid "Archives"
83
  msgstr "アーカイブ"
84
 
85
+ #: ../common_helpers.php:180 ../common_helpers.php:188
 
 
 
 
 
 
 
 
 
 
 
 
 
 
86
  #, php-format
87
  msgid "About %s"
88
  msgstr "%s について"
89
 
90
+ #: ../common_helpers.php:193 ../common_helpers.php:197
91
+ #: ../common_helpers.php:201 ../common_helpers.php:205
92
  #, php-format
93
  msgid "Article of %s."
94
  msgstr "%s の記事"
95
 
96
+ #: ../common_helpers.php:220 ../plugins/wp_title.php:59
97
+ #, php-format
98
+ msgid "Page of %s"
99
+ msgstr "%sページ目"
100
+
101
+ #: ../packages.php:70
102
  msgid "Print Bootstrap css and js"
103
  msgstr "Bootstrap の CSS と js を出力"
104
 
105
+ #: ../packages.php:71
106
  msgid ""
107
  "If your using theme has already including Bootstrap, you deactivate this "
108
  "item."
111
  "中のテーマやプラグインで Bootstrap を既に読み込んでいる場合はチェックを外して"
112
  "下さい。"
113
 
114
+ #: ../packages.php:80
115
  msgid "Print link fontawesome"
116
  msgstr "fontawesome link タグを出力"
117
 
118
+ #: ../packages.php:81
119
  msgid "Print fontawesome link tag to html head."
120
  msgstr ""
121
  "fontawesome を読み込むための link タグを html head 内へ出力します。使用中の"
122
  "テーマやプラグインで fontawesome を既に読み込んでいる場合はチェックを外して下"
123
  "さい。"
124
 
125
+ #: ../packages.php:90
126
  msgid "Favicon setting"
127
  msgstr "ファビコン設定"
128
 
129
+ #: ../packages.php:91
130
  msgid "About favicon."
131
  msgstr ""
132
  "ブラウザでページを表示した際にタブやウィンドウのタイトルに表示されるアイコン"
133
  "(ファビコン)を設定します。"
134
 
135
+ #: ../packages.php:101
136
  msgid "Rewrite the title tag"
137
  msgstr "タイトルタグの書き換え"
138
 
139
+ #: ../packages.php:102
140
  msgid "Print is rewritten by its own rules to html head."
141
  msgstr ""
142
  "head title タグ内へ出力される内容を VK EX Unit のルールで出力します。 ( VK "
143
  "EX Unit 側で wp_title() をフィルターフックでカスタマイズ ) 使用中のテーマやプ"
144
  "ラグインで title タグの内容を出力する場合はチェックを外して下さい。"
145
 
146
+ #: ../packages.php:112
147
  msgid "Print meta Keyword"
148
  msgstr "メタキーワードを出力"
149
 
150
+ #: ../packages.php:113
151
  msgid "Print meta Keyword to html head."
152
  msgstr "ヘッダーにメタキーワードを出力します。"
153
 
154
+ #: ../packages.php:116 ../packages.php:155 ../packages.php:173
155
+ #: ../packages.php:203 ../packages.php:221 ../packages.php:263
156
+ #: ../packages.php:299 ../packages.php:322
157
  msgid "Setting"
158
  msgstr "設定"
159
 
160
+ #: ../packages.php:129
161
  msgid "Print meta description"
162
  msgstr "メタディスクリプションタグを出力"
163
 
164
+ #: ../packages.php:130
165
  msgid "Print meta description to html head."
166
  msgstr ""
167
  "投稿画面「抜粋」欄に入力されたテキストを meta description タグとして html "
168
  "head 内へ出力します。使用中のテーマやプラグインで meta description タグを出力"
169
  "している場合はチェックを外して下さい。"
170
 
171
+ #: ../packages.php:139
172
  msgid "Main setting page"
173
  msgstr "メイン設定画面"
174
 
175
+ #: ../packages.php:141
176
  msgid "Print og tags to html head."
177
  msgstr "OG タグを html head 内へ出力します。"
178
 
179
+ #: ../packages.php:142
180
  msgid "Print twitter card tags to html head."
181
  msgstr "Twitter カードタグを html head 内へ出力します。"
182
 
183
+ #: ../packages.php:143
184
  msgid "Print social bookmark buttons."
185
  msgstr "ソーシャルブックマークボタンを表示します。"
186
 
187
+ #: ../packages.php:144
188
  msgid "Facebook Page Plugin widget."
189
  msgstr "Facebookページプラグインウィジェット"
190
 
191
+ #: ../packages.php:145
192
  msgid "Print Follow me box to content bottom."
193
  msgstr "Follow me box を記事コンテンツ下のエリアへ表示します。"
194
 
195
+ #: ../packages.php:147
196
  #, php-format
197
  msgid "* You can stop the function separately from the %s."
198
  msgstr "%s から個別に機能を停止する事ができます。"
199
 
200
+ #: ../packages.php:151
201
  msgid "Social media cooperation"
202
  msgstr "ソーシャルメディア連携"
203
 
204
+ #: ../packages.php:170
205
  msgid "Print Google Analytics tracking code."
206
  msgstr ""
207
  "Google アナリティクスのトラッキングコードを出力します。有効化した後「設定」の"
209
  "のテーマやプラグインで Google アナリティクスのトラッキングコードを埋め込む場"
210
  "合はチェックを外して下さい。"
211
 
212
+ #: ../packages.php:186
213
  msgid "You can use various widgets."
214
  msgstr ""
215
+ "以下の機能を持ったウィジェットを追加します。各ウィジェットの設定は「外観」→"
216
+ "「ウィジェット」の設定画面より行って下さい。"
217
 
218
+ #: ../packages.php:188
219
  msgid ""
220
  "VK_Recent Posts - display the link text and the date of the latest article "
221
  "title."
222
  msgstr "VK_最新記事 - 最新記事タイトルのリンクテキストと日付を表示します。"
223
 
224
+ #: ../packages.php:189
225
  msgid ""
226
  "VK_Page content to widget - display the contents of the page to the widgets."
227
  msgstr ""
228
  "VK_固定ページ本文 - 固定ページのコンテンツ部分をウィジェットに表示します。"
229
 
230
+ #: ../packages.php:190
231
  msgid "VK_Profile - display the profile entered in the widget."
232
  msgstr "VK_プロフィール - ウィジェットに入力されたプロフィールを表示します。"
233
 
234
+ #: ../packages.php:191
235
  msgid "VK_FB Page Plugin - display the Facebook Page Plugin."
236
  msgstr "VK_FB Page Plugin - Facebook ページプラグインを表示します。"
237
 
238
+ #: ../packages.php:192
239
  msgid "VK_3PR area - display the 3PR area."
240
  msgstr "VK_3PR エリア - 3PR エリアを表示します。"
241
 
242
+ #: ../packages.php:193
243
  msgid "categories/tags list"
244
  msgstr "カテゴリー/タグ リスト"
245
 
246
+ #: ../packages.php:193
247
  msgid "Displays a categories, tags or format list."
248
  msgstr "カテゴリ・タグまたは、フォーマットリストを表示します。"
249
 
250
+ #: ../packages.php:194 ../plugins/other_widget/widget-archives.php:9
251
  msgid "archive list"
252
  msgstr "アーカイブリスト"
253
 
254
+ #: ../packages.php:194 ../plugins/other_widget/widget-archives.php:14
255
  msgid ""
256
  "Displays a list of archives. You can choose the post type and also to "
257
  "display archives by month or by year."
259
  "アーカイブの一覧を表示します。月ごともしくは年ごとでの表示。また、ポストタイ"
260
  "プを選択できます。"
261
 
262
+ #: ../packages.php:199
263
  msgid "Widgets"
264
  msgstr "ウィジェット"
265
 
266
+ #: ../packages.php:217
267
  msgid "CSS customize"
268
  msgstr "CSSカスタマイズ"
269
 
270
+ #: ../packages.php:218
271
  msgid "You can set Customize CSS."
272
  msgstr ""
273
  "テーマデザインをカスタマイズする CSS を管理画面より追加できるようになります。"
274
  "追加する CSS コードは「VK Ex Unit」→「CSS カスタマイズ」の画面にて入力して下"
275
  "さい。"
276
 
277
+ #: ../packages.php:236
278
  msgid "Child page index"
279
  msgstr "子ページの一覧表示"
280
 
281
+ #: ../packages.php:237
282
  msgid ""
283
  "At the bottom of the specified page, it will display a list of the child "
284
  "page."
286
  "指定した固定ページの下部へ、その固定ページの下層子ページの「ページタイトル / "
287
  "サムネイル / 抜粋文 / 該当ページへのリンク」をセットで一覧表示します。"
288
 
289
+ #: ../packages.php:248
290
  msgid "Page list from ancestor"
291
  msgstr "先祖階層からの子ページリスト表示"
292
 
293
+ #: ../packages.php:249
294
  msgid "Display Page list from ancestor at after content."
295
  msgstr ""
296
  "現在のページの先祖階層からの子ページリストをページ本文の下に表示します。"
297
 
298
+ #: ../packages.php:259
299
  msgid "Contact Section"
300
  msgstr "お問い合わせ"
301
 
302
+ #: ../packages.php:260
303
  msgid "Display Contact Section at after content."
304
  msgstr "お問い合わせ情報を本文の下に表示する"
305
 
306
+ #: ../packages.php:277
307
  msgid "Display HTML Site Map"
308
  msgstr "HTMLサイトマップの表示"
309
 
310
+ #: ../packages.php:278
311
  msgid "It displays a HTML Site Map to the specified page."
312
  msgstr "指定した固定ページにHTMLサイトマップを表示します。"
313
 
314
+ #: ../packages.php:287 ../plugins/call_to_action/view.adminsetting.php:10
315
  msgid "Display the CTA at the end of the post content."
316
  msgstr "投稿内容の最後にCTAを表示します。"
317
 
318
+ #: ../packages.php:289 ../plugins/call_to_action/view.adminsetting.php:11
319
  msgid ""
320
  "The CTA stands for \"Call to action\" and this is the area that prompts the "
321
  "user behavior."
323
  "CTAは「Call To Action」の略で、ユーザーにとってもらいたい行動へ誘導するための"
324
  "情報を表示します。"
325
 
326
+ #: ../packages.php:291 ../plugins/call_to_action/view.adminsetting.php:12
327
  msgid ""
328
  "As an example, text message and a link button for induction to the free "
329
  "sample download page."
331
  "例えば、無料サンプルのダウンロードページへの誘導のためのテキストやリンクボタ"
332
  "ンなどです。"
333
 
334
+ #: ../packages.php:295 ../plugins/call_to_action/view.adminsetting.php:6
335
  msgid "Call To Action"
336
  msgstr "Call To Action"
337
 
338
+ #: ../packages.php:304
339
  msgid "Contents setting"
340
  msgstr "CTA表示内容設定"
341
 
342
+ #: ../packages.php:318 ../plugins/insert_ads.php:37
343
+ #: ../plugins/insert_ads.php:119
344
  msgid "Insert ads"
345
  msgstr "広告の挿入"
346
 
347
+ #: ../packages.php:319
348
  msgid "Insert ads to content."
349
  msgstr "記事に広告を挿入します"
350
 
351
+ #: ../packages.php:335 ../plugins/related_posts/related_posts.php:57
352
  msgid "Related posts"
353
  msgstr "関連記事を表示"
354
 
355
+ #: ../packages.php:336
356
  msgid "Print Related posts lists to post content bottom."
357
  msgstr "関連記事を記事コンテンツ下のエリアへ表示します。"
358
 
359
+ #: ../packages.php:346 ../vkExUnit_admin.php:28
360
  msgid "Automatic Eye Catch insert"
361
  msgstr "アイキャッチ画像自動挿入"
362
 
363
+ #: ../packages.php:347
364
  msgid "Display Eye Catch image at before content."
365
  msgstr ""
366
  "アイキャッチ画像を本文の最初に表示します。各記事毎に非表示にする事も出来ま"
367
  "す。"
368
 
369
+ #: ../packages.php:357
370
  msgid "Disable ping back"
371
  msgstr "ping backを停止"
372
 
373
+ #: ../packages.php:358
374
  msgid "Disable xmlrpc ping back."
375
  msgstr "xmlrpcを停止"
376
 
377
+ #: ../packages.php:367 ../packages.php:368
378
  msgid "Disable dashbord"
379
  msgstr "ダッシュボードに最新情報を表示しない"
380
 
381
+ #: ../packages.php:379
382
+ msgid "TinyMCE Style Tags"
383
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
384
 
385
+ #: ../packages.php:380
386
+ msgid "Add TinyMCE Editor to style tags."
387
+ msgstr ""
388
 
389
+ #: ../vkExUnit_admin.php:3
390
+ msgid "Enable setting"
391
+ msgstr "有効化設定"
392
 
393
+ #: ../vkExUnit_admin.php:16 ../vkExUnit_admin.php:74
394
+ msgid "Select all"
395
+ msgstr "全てを選択"
396
 
397
+ #: ../vkExUnit_admin.php:16 ../vkExUnit_admin.php:74
398
+ msgid "Function"
399
+ msgstr "有効化"
400
 
401
+ #: ../vkExUnit_admin.php:16 ../vkExUnit_admin.php:74
402
+ msgid "Description"
403
+ msgstr "説明"
404
 
405
+ #: ../vkExUnit_admin.php:80
406
+ msgid "Extension Setting"
407
+ msgstr "拡張設定"
408
 
409
+ #: ../vkExUnit_admin.php:83
410
+ msgid "Plugin setting options"
411
+ msgstr "プラグイン設定オプション"
 
 
412
 
413
+ #: ../vkExUnit_admin.php:85
414
+ msgid "Delete myOptions when deactivate me."
415
+ msgstr "プラグインを無効化する際にDBに保存したオプション項目を削除します。"
416
 
417
+ #: ../plugins/auto_eyecatch.php:40
418
+ msgid "Automatic EyeCatch"
419
+ msgstr "アイキャッチ自動挿入"
 
 
 
 
420
 
421
+ #: ../plugins/auto_eyecatch.php:50
422
+ msgid "Do not set eyecatch image automatic."
423
+ msgstr "アイキャッチ画像を自動挿入しない"
424
 
425
+ #: ../plugins/child_page_index.php:40
426
+ #: ../plugins/other_widget/widget-3pr-area.php:270
427
+ #: ../plugins/other_widget/widget-3pr-area.php:312
428
+ #: ../plugins/other_widget/widget-3pr-area.php:355
429
  msgid "Read more"
430
  msgstr "詳しくはこちら"
431
 
432
+ #: ../plugins/child_page_index.php:82
433
  msgid "Display a child page index"
434
  msgstr "子ページ一覧の表示"
435
 
436
+ #: ../plugins/contact_section.php:46 ../plugins/contact_section.php:72
437
  msgid "Contact Information"
438
  msgstr "お問い合わせ情報"
439
 
440
+ #: ../plugins/contact_section.php:56 ../plugins/contact_section.php:79
441
  msgid "Please feel free to inquire."
442
  msgstr "お気軽にお問い合わせください。"
443
 
444
+ #: ../plugins/contact_section.php:58
445
  msgid "Office hours 9:00 - 18:00 [ Weekdays except holidays ]"
446
  msgstr "受付時間 9:00-18:00 [ 土・日・祝日除く ]"
447
 
448
+ #: ../plugins/contact_section.php:62
449
  msgid "Contact us"
450
  msgstr "お問い合わせ"
451
 
452
+ #: ../plugins/contact_section.php:76
453
  msgid "Message"
454
  msgstr "メッセージ"
455
 
456
+ #: ../plugins/contact_section.php:79 ../plugins/contact_section.php:86
457
+ #: ../plugins/contact_section.php:93 ../plugins/contact_section.php:101
458
+ #: ../plugins/contact_section.php:109 ../plugins/contact_section.php:117
459
+ #: ../plugins/google_analytics/ga_admin.php:16 ../plugins/sns/sns_admin.php:31
460
  msgid "ex) "
461
  msgstr "例: "
462
 
463
+ #: ../plugins/contact_section.php:83
464
  msgid "Phone number"
465
  msgstr "電話番号"
466
 
467
+ #: ../plugins/contact_section.php:90 ../plugins/contact_section.php:93
468
  msgid "Office hours"
469
  msgstr "営業時間"
470
 
471
+ #: ../plugins/contact_section.php:93
472
  msgid "Weekdays except holidays"
473
  msgstr "土日・祝日除く"
474
 
475
+ #: ../plugins/contact_section.php:98
476
  msgid "The contact page URL"
477
  msgstr "お問い合わせ先URL"
478
 
479
+ #: ../plugins/contact_section.php:101
480
  msgid "or"
481
  msgstr "もしくは"
482
 
483
+ #: ../plugins/contact_section.php:102
484
  msgid "* If you fill in the blank, contact button does not appear."
485
  msgstr "未入力の場合はお問い合わせボタンは表示されません。"
486
 
487
+ #: ../plugins/contact_section.php:106
488
  msgid "Contact button Text"
489
  msgstr "お問い合わせボタンに表示するテキスト"
490
 
491
+ #: ../plugins/contact_section.php:109
492
  msgid "Contact Us from email."
493
  msgstr "メールでのお問い合わせはこちら"
494
 
495
+ #: ../plugins/contact_section.php:114
496
  msgid "Contact button text( sub )"
497
  msgstr "お問い合わせボタンに表示するテキスト2(オプション)"
498
 
499
+ #: ../plugins/contact_section.php:118
500
  msgid "Email contact form"
501
  msgstr "お気軽にお問い合わせください。"
502
 
503
+ #: ../plugins/contact_section.php:123
504
  msgid "Contact button short text for side widget"
505
  msgstr "お問い合わせボタンウィジェットに表示するテキスト"
506
 
507
+ #: ../plugins/contact_section.php:127
508
  msgid "This will used to \"Contact Button\" widget."
509
  msgstr ""
510
  "このテキストはお問い合わせボタンウィジェットで使用されます。サイドバーでの利"
511
  "用を想定していますので少ない文字数で設定してください。"
512
 
513
+ #: ../plugins/contact_section.php:148
514
  msgid "Display Contact Section"
515
  msgstr "お問い合わせ情報の表示"
516
 
517
+ #: ../plugins/contact_section.php:226 ../plugins/contact_section.php:253
518
  msgid "Edit contact information"
519
  msgstr "Contact情報を編集"
520
 
521
+ #: ../plugins/contact_section.php:272
522
  msgid "Contact Button"
523
  msgstr "お問い合わせボタン"
524
 
525
+ #: ../plugins/contact_section.php:278 ../plugins/contact_section.php:300
526
  #, php-format
527
  msgid ""
528
  "*It is necessary to set the \"%s\" -> \"Contact Information\" section in "
531
  "* 「%s」→ 「メイン設定」ページで『お問い合わせ情報』を設定する必要がありま"
532
  "す。"
533
 
534
+ #: ../plugins/footer_copyright_change.php:6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
535
  msgid ""
536
  "<p>Powered by <a href=\"https://wordpress.org/\">WordPress</a> with <a href="
537
  "\"//lightning.vektor-inc.co.jp\" target=\"_blank\" title=\"Free WordPress "
547
  "All in One Expansion Unit</a> by <a href=\"http://www.vektor-inc.co.jp\" "
548
  "target=\"_blank\">Vektor,Inc.</a> technology.</p>"
549
 
550
+ #: ../plugins/icons.php:38 ../plugins/icons.php:68
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
551
  msgid "icon setting"
552
  msgstr "アイコン設定"
553
 
554
+ #: ../plugins/icons.php:73
555
  msgid "Favicon Setting"
556
  msgstr "ファビコン設定"
557
 
558
+ #: ../plugins/icons.php:75
559
  msgid "Choose icon"
560
  msgstr "アイコンを選択"
561
 
562
+ #: ../plugins/icons.php:76
563
  msgid "Please upload your \".ico\" file"
564
  msgstr "作成したicoファイルをアップロードしてください"
565
 
566
+ #: ../plugins/insert_ads.php:122
567
  msgid "Insert ads to post."
568
  msgstr "投稿に広告を挿入"
569
 
570
+ #: ../plugins/insert_ads.php:124
571
  msgid "Insert ads to more tag and after content."
572
  msgstr "moreタグの直後と、記事の最後に広告を挿入できます。"
573
 
574
+ #: ../plugins/insert_ads.php:124
575
  msgid "If you want to separate ads area, you fill two fields."
576
  msgstr "2つのフィールドに分けて挿入すると、横並び(col-md-6)に表示されます。"
577
 
578
+ #: ../plugins/insert_ads.php:126
579
  msgid "insert the ad [ more tag ]"
580
  msgstr "広告を挿入 [ moreタグ ]"
581
 
582
+ #: ../plugins/insert_ads.php:134
583
  msgid "insert the ad [ after content ]"
584
  msgstr "広告を挿入 [ 記事の最後 ]"
585
 
586
+ #: ../plugins/meta_description.php:20 ../plugins/meta_description.php:31
587
+ #: ../plugins/meta_description.php:34
588
  msgid "Meta Description"
589
  msgstr "メタディスクリプション"
590
 
591
+ #: ../plugins/meta_description.php:37
592
  msgid ""
593
  "What you have to complete the \"excerpt\" column of the edit screen of each "
594
  "page will be reflected in the description of the meta tag."
596
  "各ページの編集画面の「抜粋」欄に記入した内容がmetaタグのディスクリプションに"
597
  "反映されます"
598
 
599
+ #: ../plugins/meta_description.php:38
600
  msgid ""
601
  "Description of meta tags in the search results screen of search sites such "
602
  "as Google, will be Displayed, such as the bottom of the site title. If the "
607
  "す。しかし、トップページに設定した固定ページに抜粋が記入されている場合はその"
608
  "内容が反映されます。"
609
 
610
+ #: ../plugins/meta_description.php:39
611
  msgid ""
612
  "The meta description of the top page is subject to the catchphrase of the "
613
  "site. However, its contents will be reflected if the excerpt is entered in "
617
  "す。しかし、トップページに設定した固定ページに抜粋が記入されている場合はその"
618
  "内容が反映されます。"
619
 
620
+ #: ../plugins/meta_description.php:40
621
  msgid ""
622
  "If \"excerpt\" column is not found, Click \"Display Option\" of page top at "
623
  "each article edit page, and check the expert column display."
626
  "ので、そこをクリックすると「抜粋」欄を表示するチェックボックスが出てきますの"
627
  "で、チェックして下さい。"
628
 
629
+ #: ../plugins/meta_keyword.php:40 ../plugins/meta_keyword.php:91
630
+ #: ../plugins/meta_keyword.php:93 ../plugins/meta_keyword.php:94
631
+ #: ../plugins/meta_keyword.php:101
632
  msgid "Meta Keywords"
633
  msgstr "メタキーワード"
634
 
635
+ #: ../plugins/meta_keyword.php:68
636
  msgid "Meta Keyword"
637
  msgstr "メタキーワード"
638
 
639
+ #: ../plugins/meta_keyword.php:71
640
  msgid "Common Keywords"
641
  msgstr "共通キーワード設定"
642
 
643
+ #: ../plugins/meta_keyword.php:72
644
  msgid ""
645
  "Keywords for meta tag. This words will set Meta Keyword with post keywords. "
646
  "if you want multiple keywords, enter with separator of \",\"."
648
  "メタタグに入力するキーワードを入力します。ここでは全てのページで使用する共通"
649
  "のキーワードを設定します。複数ある場合は「,」で区切ってください。"
650
 
651
+ #: ../plugins/meta_keyword.php:75
652
  msgid "This is not seriously, Because the SearchEngine does not care this."
653
  msgstr ""
654
  "あまり深く考える必要はありません。現状のサーチエンジンではそこまで重要なファ"
655
  "クターとはなりません。"
656
 
657
+ #: ../plugins/meta_keyword.php:76
658
  msgid ""
659
  "For each page individual keyword is enter at the edit screen of each "
660
  "article. 10 keywords maximum, together with a each article keywords is "
663
  "個々のページのキーワードはそれぞれの投稿ページのキーワード入力欄から追加して"
664
  "ください。それらと合わせて10個程度のキーワード数であることが望ましいです。"
665
 
666
+ #: ../plugins/meta_keyword.php:77
667
  msgid "\",\" separator at end of the last keyword is do not need."
668
  msgstr "最後のキーワードの後ろに「,」は必要ありません。"
669
 
670
+ #: ../plugins/meta_keyword.php:78
671
  msgid "Example: WordPress,template,theme,free,GPL"
672
  msgstr "【例】 WordPress,テンプレート,テーマ,無料,GPL"
673
 
674
+ #: ../plugins/meta_keyword.php:102
675
  msgid ""
676
  "To distinguish between individual keywords, please enter a , delimiter "
677
  "(optional)."
678
  msgstr "キーワードを複数入力する場合は , ( カンマ )で区切って下さい。"
679
 
680
+ #: ../plugins/meta_keyword.php:104
681
  #, php-format
682
  msgid "* keywords common to the entire site can be set from %s."
683
  msgstr "サイト全体のキーワードは %s より設定することができます。"
684
 
685
+ #: ../plugins/page_custom_field.php:11
686
+ msgid "Setting of insert items"
687
+ msgstr "挿入アイテムの設定"
688
 
689
+ #: ../plugins/pageList_ancestor.php:64
690
+ msgid "Display a page list from ancestor"
691
+ msgstr "現在のページの先祖階層からの子ページリストを表示"
692
 
693
+ #: ../plugins/wp_title.php:47
694
+ #, php-format
695
+ msgid "Search Results for : %s"
696
+ msgstr "検索結果 : %s"
697
 
698
+ #: ../plugins/wp_title.php:50
699
+ msgid "Not found"
700
+ msgstr "見つかりません"
701
+
702
+ #: ../plugins/wp_title.php:71 ../plugins/wp_title.php:83
703
+ #: ../plugins/wp_title.php:87
704
+ msgid "&lt;title&gt; tag of homepage"
705
+ msgstr "トップページの&lt;title&gt;タグ"
706
+
707
+ #: ../plugins/wp_title.php:91
708
+ msgid "title of the site"
709
+ msgstr "サイトのタイトル"
710
 
711
+ #: ../plugins/wp_title.php:92
712
+ #, php-format
713
+ msgid "Normally, I will include the %1$s in the title tag."
714
+ msgstr "通常 %1$s が全ページのタイトルタグに入ります。"
715
+
716
+ #: ../plugins/wp_title.php:93
717
+ msgid ""
718
+ "For example, it appears in the form of <br />&lt;title&gt;page title | site "
719
+ "title&lt;/title&gt;<br /> if using a static page."
720
+ msgstr ""
721
+ "例えば固定ページであれば<br>&lt;title&gt;固定ページ名 | サイトタイトル&lt;/"
722
+ "title&gt;<br>というような形式で出力されます。<br>"
723
+
724
+ #: ../plugins/wp_title.php:95
725
+ #, php-format
726
+ msgid ""
727
+ "However, it might have negative impact on search engine rankings if the &lt;"
728
+ "title&gt; is too long, <strong>therefore please include the most popular "
729
+ "keywords in a summarized manner, keeping the %s as short as possible.</"
730
+ "strong>"
731
+ msgstr ""
732
+ "しかし、&lt;title&gt;の文字数が長くなりすぎると検索エンジンからの評価が逆に悪"
733
+ "くなるので、%s は一番検索されたいキーワードを盛り込みつつなるべく短くまとめる"
734
+ "事が望ましいです。<br>"
735
+
736
+ #: ../plugins/wp_title.php:96
737
+ msgid ""
738
+ "However, in the home page, as described above, other title will not be "
739
+ "added, it is possible to make the &lt;title&gt; little longer, which can be "
740
+ "set separately here."
741
+ msgstr ""
742
+ "ただ、トップページにおいては上記のように他のタイトルと連結されないので、もう"
743
+ "少し長めの&lt;title&gt;をつける事が出来るために、ここで別途設定する事が出来る"
744
+ "ようになっています。"
745
+
746
+ #: ../plugins/wp_title.php:98
747
+ msgid "Noting, set automatically"
748
+ msgstr ""
749
+
750
+ #: ../plugins/call_to_action/class.call_to_action.php:48
751
+ #: ../plugins/call_to_action/view.actionbox.php:39
752
+ msgid "Edit CTA"
753
+ msgstr "CTAの編集"
754
+
755
+ #: ../plugins/call_to_action/class.call_to_action.php:49
756
+ msgid "Add new CTA"
757
+ msgstr "CTAの新規作成"
758
+
759
+ #: ../plugins/call_to_action/class.call_to_action.php:50
760
+ msgid "New CTA"
761
+ msgstr "CTA 新規作成"
762
+
763
+ #: ../plugins/call_to_action/class.call_to_action.php:76
764
+ #: ../plugins/call_to_action/class.call_to_action.php:78
765
+ #: ../plugins/call_to_action/class.call_to_action.php:79
766
+ msgid "Call to Action setting"
767
+ msgstr "CTA設定"
768
+
769
+ #: ../plugins/call_to_action/class.call_to_action.php:81
770
+ msgid "CTA Contents"
771
+ msgstr "CTA Contents"
772
+
773
+ #: ../plugins/call_to_action/class.call_to_action.php:89
774
+ msgid "Follow common setting"
775
+ msgstr "共通設定を使用"
776
+
777
+ #: ../plugins/call_to_action/class.call_to_action.php:90
778
+ #: ../plugins/call_to_action/class.call_to_action.php:399
779
+ msgid "Disable display"
780
+ msgstr "表示しない"
781
+
782
+ #: ../plugins/call_to_action/class.call_to_action.php:101
783
+ msgid "CTA common setting"
784
+ msgstr "CTA共通設定"
785
+
786
+ #: ../plugins/call_to_action/class.call_to_action.php:102
787
+ #: ../plugins/call_to_action/view.adminsetting.php:22
788
+ msgid "Show CTA index page"
789
+ msgstr "CTAの一覧を表示"
790
+
791
+ #: ../plugins/call_to_action/class.call_to_action.php:167
792
+ msgid "CTA image"
793
+ msgstr "CTA画像"
794
+
795
+ #: ../plugins/call_to_action/class.call_to_action.php:173
796
+ msgid "Add image"
797
+ msgstr "画像を追加"
798
+
799
+ #: ../plugins/call_to_action/class.call_to_action.php:174
800
+ msgid "Change image"
801
+ msgstr "画像を変更"
802
+
803
+ #: ../plugins/call_to_action/class.call_to_action.php:175
804
+ msgid "Remove image"
805
+ msgstr "画像を削除"
806
+
807
+ #: ../plugins/call_to_action/class.call_to_action.php:180
808
+ msgid "CTA image position"
809
+ msgstr "CTA画像の位置"
810
+
811
+ #: ../plugins/call_to_action/class.call_to_action.php:183
812
+ msgid "right"
813
+ msgstr "右寄せ"
814
+
815
+ #: ../plugins/call_to_action/class.call_to_action.php:184
816
+ msgid "center"
817
+ msgstr "中央"
818
+
819
+ #: ../plugins/call_to_action/class.call_to_action.php:185
820
+ msgid "left"
821
+ msgstr "左寄せ"
822
+
823
+ #: ../plugins/call_to_action/class.call_to_action.php:189
824
+ msgid "Button text"
825
+ msgstr "ボタンの表記文言"
826
+
827
+ #: ../plugins/call_to_action/class.call_to_action.php:192
828
+ msgid "Button link url"
829
+ msgstr "ボタンのリンク先URL"
830
+
831
+ #: ../plugins/call_to_action/class.call_to_action.php:195
832
+ msgid "Text message"
833
+ msgstr "テキストメッセージ"
834
+
835
+ #: ../plugins/call_to_action/class.call_to_action.php:201
836
+ msgid "CTA setting"
837
+ msgstr "CTA設定"
838
+
839
+ #: ../plugins/call_to_action/view.adminsetting.php:14
840
+ msgid "How to use"
841
+ msgstr "使い方"
842
+
843
+ #: ../plugins/call_to_action/view.adminsetting.php:17
844
+ msgid ""
845
+ "You register the contents on \"CTA\" that you want to display to bottom of "
846
+ "the content."
847
+ msgstr "まずは投稿タイプCTAで、本文の最後に表示させたい内容を登録します。"
848
+
849
+ #: ../plugins/call_to_action/view.adminsetting.php:18
850
+ msgid "Choose the CTA to be displayed from the following."
851
+ msgstr "下記のプルダウンで、投稿タイプ別に表示するCTAを選択して保存します。"
852
+
853
+ #: ../plugins/call_to_action/view.adminsetting.php:19
854
+ msgid ""
855
+ "If you want to switch the CTA to be displayed on each post, please set in "
856
+ "the details page of such posting."
857
+ msgstr ""
858
+ "投稿毎に表示するCTAを切り替えたい場合は、投稿などの詳細ページで設定してくださ"
859
+ "い。"
860
+
861
+ #: ../plugins/call_to_action/view.adminsetting.php:32
862
+ msgid "Show index page"
863
+ msgstr "一覧ページを表示する"
864
+
865
+ #: ../plugins/css_customize/css_customize-edit.php:2
866
+ #: ../plugins/css_customize/css_customize.php:28
867
+ #: ../plugins/css_customize/css_customize.php:44
868
+ #: ../plugins/css_customize/css_customize.php:45
869
+ msgid "CSS Customize"
870
+ msgstr "CSSカスタマイズ"
871
+
872
+ #: ../plugins/css_customize/css_customize-edit.php:5
873
+ msgid "You can add custom CSS here."
874
+ msgstr "デザインをカスタマイズする場合は下のテキストエリアにCSSを入力します"
875
+
876
+ #: ../plugins/css_customize/css_customize-edit.php:10
877
+ msgid "Save CSS"
878
+ msgstr "CSSを保存する"
879
+
880
+ #: ../plugins/css_customize/css_customize.php:102
881
+ msgid "Your custom CSS was saved."
882
+ msgstr "CSSが保存されました"
883
+
884
+ #: ../plugins/css_customize/css_customize.php:105
885
+ msgid "Error occured. Please try again."
886
+ msgstr "何らかのエラー!! また試してみてください"
887
+
888
+ #: ../plugins/google_analytics/ga_admin.php:9
889
+ #: ../plugins/google_analytics/ga_admin.php:13
890
+ #: ../plugins/google_analytics/google_analytics.php:18
891
+ msgid "Google Analytics Settings"
892
+ msgstr "Google Analytics設定"
893
+
894
+ #: ../plugins/google_analytics/ga_admin.php:14
895
+ msgid ""
896
+ "Please fill in the Google Analytics ID from the Analytics embed code used in "
897
+ "the site."
898
+ msgstr "このサイトで使用する Google アナリティクスの ID を入力して下さい。"
899
+
900
+ #: ../plugins/google_analytics/ga_admin.php:19
901
+ msgid ""
902
+ "Please select the type of Analytics code . (If you are unsure you can skip "
903
+ "this.)"
904
+ msgstr ""
905
+ "アナリティクスコードの種類を選択して下さい。( 不明な場合この設定は省略できま"
906
+ "す )"
907
+
908
+ #: ../plugins/google_analytics/ga_admin.php:23
909
+ msgid "To output the Universal Analytics code (default)"
910
+ msgstr "ユニバーサル アナリティクスのコードを出力します。( デフォルト )"
911
+
912
+ #: ../plugins/google_analytics/ga_admin.php:24
913
+ msgid "To output only normal code"
914
+ msgstr "ノーマルのコードのみを出力します。"
915
+
916
+ #: ../plugins/google_analytics/ga_admin.php:25
917
+ msgid "To output both types"
918
+ msgstr "両タイプのコードを出力します。"
919
+
920
+ #: ../plugins/other_widget/widget-3pr-area.php:9
921
+ #: ../plugins/other_widget/widget-3pr-area.php:241
922
+ #: ../plugins/other_widget/widget-3pr-area.php:283
923
+ #: ../plugins/other_widget/widget-3pr-area.php:326
924
  msgid "3PR area"
925
  msgstr "3PR エリア"
926
 
927
+ #: ../plugins/other_widget/widget-3pr-area.php:14
928
  msgid "Displays a 3PR area"
929
  msgstr "3PR エリアを表示します。"
930
 
931
+ #: ../plugins/other_widget/widget-3pr-area.php:20
932
  msgid "3PR area1 title"
933
  msgstr "3PR エリア1 タイトル"
934
 
935
+ #: ../plugins/other_widget/widget-3pr-area.php:27
936
  msgid "3PR area2 title"
937
  msgstr "3PR エリア2 タイトル"
938
 
939
+ #: ../plugins/other_widget/widget-3pr-area.php:34
940
  msgid "3PR area3 title"
941
  msgstr "3PR エリア3 タイトル"
942
 
943
+ #: ../plugins/other_widget/widget-3pr-area.php:46
944
  msgid "3PR area1 setting"
945
  msgstr "3PR エリア1 設定"
946
 
947
+ #: ../plugins/other_widget/widget-3pr-area.php:48
948
+ #: ../plugins/other_widget/widget-3pr-area.php:98
949
+ #: ../plugins/other_widget/widget-3pr-area.php:149
950
+ #: ../plugins/other_widget/widget-new-posts.php:159
951
+ #: ../plugins/other_widget/widget-pr-blocks.php:74
952
+ #: ../plugins/other_widget/widget-profile.php:40
953
+ #: ../plugins/sns/function_fbPagePlugin.php:79
954
  msgid "Title:"
955
  msgstr "タイトル"
956
 
957
+ #: ../plugins/other_widget/widget-3pr-area.php:54
958
+ #: ../plugins/other_widget/widget-3pr-area.php:104
959
+ #: ../plugins/other_widget/widget-3pr-area.php:155
960
  msgid "Select image for PC:"
961
  msgstr "PC 用に表示される画像を選択(横 300px 程度推奨)"
962
 
963
+ #: ../plugins/other_widget/widget-3pr-area.php:57
964
+ #: ../plugins/other_widget/widget-3pr-area.php:74
965
+ #: ../plugins/other_widget/widget-3pr-area.php:110
966
+ #: ../plugins/other_widget/widget-3pr-area.php:128
967
+ #: ../plugins/other_widget/widget-3pr-area.php:161
968
+ #: ../plugins/other_widget/widget-3pr-area.php:178
969
+ #: ../plugins/other_widget/widget-pr-blocks.php:96
970
+ #: ../plugins/other_widget/widget-profile.php:48
971
  msgid "Select image"
972
  msgstr "画像を選択"
973
 
974
+ #: ../plugins/other_widget/widget-3pr-area.php:58
975
+ #: ../plugins/other_widget/widget-3pr-area.php:75
976
+ #: ../plugins/other_widget/widget-3pr-area.php:111
977
+ #: ../plugins/other_widget/widget-3pr-area.php:129
978
+ #: ../plugins/other_widget/widget-3pr-area.php:162
979
+ #: ../plugins/other_widget/widget-3pr-area.php:179
980
+ #: ../plugins/other_widget/widget-pr-blocks.php:99
981
+ #: ../plugins/other_widget/widget-profile.php:49
982
  msgid "Clear image"
983
  msgstr "画像クリア"
984
 
985
+ #: ../plugins/other_widget/widget-3pr-area.php:68
986
+ #: ../plugins/other_widget/widget-3pr-area.php:122
987
+ #: ../plugins/other_widget/widget-3pr-area.php:172
988
  msgid "Select image for Mobile:"
989
  msgstr ""
990
  "スマホ用(ウィンドウサイズが 992px 以下の場合)に表示される画像を選択(橫 "
991
  "690px 以上推奨。空欄も可)"
992
 
993
+ #: ../plugins/other_widget/widget-3pr-area.php:84
994
+ #: ../plugins/other_widget/widget-3pr-area.php:138
995
+ #: ../plugins/other_widget/widget-3pr-area.php:188
996
+ #: ../plugins/other_widget/widget-pr-blocks.php:110
997
  msgid "Summary Text:"
998
  msgstr "概要となるテキスト"
999
 
1000
+ #: ../plugins/other_widget/widget-3pr-area.php:90
1001
+ #: ../plugins/other_widget/widget-3pr-area.php:142
1002
+ #: ../plugins/other_widget/widget-3pr-area.php:192
1003
+ #: ../plugins/other_widget/widget-pr-blocks.php:114
1004
  msgid "Link URL:"
1005
  msgstr "リンク先ページのURL"
1006
 
1007
+ #: ../plugins/other_widget/widget-3pr-area.php:96
1008
  msgid "3PR area2 setting"
1009
  msgstr "3PR エリア2 設定"
1010
 
1011
+ #: ../plugins/other_widget/widget-3pr-area.php:147
1012
  msgid "3PR area3 setting"
1013
  msgstr "3PR エリア3 設定"
1014
 
1015
+ #: ../plugins/other_widget/widget-archives.php:53
1016
+ #: ../plugins/other_widget/widget-archives.php:54
1017
  msgid "Monthly archives"
1018
  msgstr "月別アーカイブ"
1019
 
1020
+ #: ../plugins/other_widget/widget-archives.php:63
1021
+ #: ../plugins/other_widget/widget-new-posts.php:156
1022
+ #: ../plugins/other_widget/widget-new-posts.php:157
1023
  msgid "Title"
1024
  msgstr "タイトル"
1025
 
1026
+ #: ../plugins/other_widget/widget-archives.php:67
1027
  msgid "Post type"
1028
  msgstr "ポストタイプ"
1029
 
1030
+ #: ../plugins/other_widget/widget-archives.php:77
1031
  msgid "Monthly"
1032
  msgstr "月別"
1033
 
1034
+ #: ../plugins/other_widget/widget-archives.php:79
1035
  msgid "Yearly"
1036
  msgstr "年別"
1037
 
1038
+ #: ../plugins/other_widget/widget-archives.php:97
1039
  msgid "archive"
1040
  msgstr "アーカイブ"
1041
 
1042
+ #: ../plugins/other_widget/widget-child-page-list.php:10
1043
  msgid "Child Page List"
1044
  msgstr "子ページのリスト"
1045
 
1046
+ #: ../plugins/other_widget/widget-child-page-list.php:15
1047
+ #: ../plugins/other_widget/widget-child-page-list.php:50
1048
  msgid "Display the child pages list from ancestor page."
1049
  msgstr "表示しているページの先祖階層からの子ページリストを表示します。"
1050
 
1051
+ #: ../plugins/other_widget/widget-new-posts.php:11
1052
+ #: ../plugins/other_widget/widget-new-posts.php:29
1053
+ #: ../plugins/other_widget/widget-new-posts.php:146
1054
  msgid "Recent Posts"
1055
  msgstr "最新記事"
1056
 
1057
+ #: ../plugins/other_widget/widget-new-posts.php:16
1058
  msgid "Displays a list of your most recent posts"
1059
  msgstr "最新の投稿記事リストを表示します。"
1060
 
1061
+ #: ../plugins/other_widget/widget-new-posts.php:155
1062
  msgid "Display Format"
1063
  msgstr "表示形式"
1064
 
1065
+ #: ../plugins/other_widget/widget-new-posts.php:156
1066
  msgid "Thumbnail"
1067
  msgstr "サムネイル画像"
1068
 
1069
+ #: ../plugins/other_widget/widget-new-posts.php:156
1070
+ #: ../plugins/other_widget/widget-new-posts.php:157
1071
  msgid "Date"
1072
  msgstr "日付"
1073
 
1074
+ #: ../plugins/other_widget/widget-new-posts.php:157
1075
+ #: ../plugins/other_widget/widget-taxonomies.php:20
1076
+ #: ../plugins/other_widget/widget-taxonomies.php:49
1077
+ #: ../plugins/other_widget/widget-taxonomies.php:50
1078
  msgid "Category"
1079
  msgstr "カテゴリー"
1080
 
1081
+ #: ../plugins/other_widget/widget-new-posts.php:164
1082
  msgid "Display count"
1083
  msgstr "表示する記事数"
1084
 
1085
+ #: ../plugins/other_widget/widget-new-posts.php:169
1086
  msgid "Slug for the custom type you want to display"
1087
  msgstr "表示したい記事タイプ"
1088
 
1089
+ #: ../plugins/other_widget/widget-new-posts.php:174
1090
  msgid "taxonomy ID"
1091
  msgstr "カテゴリー(タクソノミー)ID"
1092
 
1093
+ #: ../plugins/other_widget/widget-new-posts.php:176
1094
  msgid "if you need filtering by term, add the term ID separate by \",\"."
1095
  msgstr ""
1096
  "特定のカテゴリーのみ表示したい場合は<br/>カンマ(,)区切りでカテゴリーIDを入力"
1097
  "します。"
1098
 
1099
+ #: ../plugins/other_widget/widget-new-posts.php:178
1100
+ #: ../plugins/sns/sns_admin.php:66
1101
  msgid "if empty this area, I will do not filtering."
1102
  msgstr "空欄の場合はフィルタリングは行いません。"
1103
 
1104
+ #: ../plugins/other_widget/widget-page.php:9
1105
  msgid "page content to widget"
1106
  msgstr "固定ページ本文"
1107
 
1108
+ #: ../plugins/other_widget/widget-page.php:14
1109
  msgid "Displays a page contents to widget."
1110
  msgstr "選択したページの内容を表示します。"
1111
 
1112
+ #: ../plugins/other_widget/widget-page.php:34
1113
+ #: ../plugins/other_widget/widget-taxonomies.php:62
1114
  msgid "Display page"
1115
  msgstr "ページを表示"
1116
 
1117
+ #: ../plugins/other_widget/widget-page.php:42
1118
  msgid "display title"
1119
  msgstr "タイトルを表示"
1120
 
1121
+ #: ../plugins/other_widget/widget-page.php:64
1122
  msgid "Edit"
1123
  msgstr "編集"
1124
 
1125
+ #: ../plugins/other_widget/widget-pr-blocks.php:9
1126
  msgid "PR Blocks"
1127
  msgstr "PR Blocks"
1128
 
1129
+ #: ../plugins/other_widget/widget-pr-blocks.php:14
1130
  msgid "Displays a circle image or icon font for pr blocks"
1131
  msgstr "丸抜きの画像やアイコンフォントをPRブロックに表示"
1132
 
1133
+ #: ../plugins/other_widget/widget-pr-blocks.php:22
1134
  msgid "Service"
1135
  msgstr "サービス紹介"
1136
 
1137
+ #: ../plugins/other_widget/widget-pr-blocks.php:30
1138
  msgid "Company"
1139
  msgstr "会社案内"
1140
 
1141
+ #: ../plugins/other_widget/widget-pr-blocks.php:38
1142
  msgid "Recruit"
1143
  msgstr "採用情報"
1144
 
1145
+ #: ../plugins/other_widget/widget-pr-blocks.php:46
1146
  msgid "Contact"
1147
  msgstr "Contact"
1148
 
1149
+ #: ../plugins/other_widget/widget-pr-blocks.php:59
1150
  msgid "The choice of the number of columns:"
1151
  msgstr "列の数"
1152
 
1153
+ #: ../plugins/other_widget/widget-pr-blocks.php:61
1154
  msgid "3column"
1155
  msgstr "3列"
1156
 
1157
+ #: ../plugins/other_widget/widget-pr-blocks.php:62
1158
  msgid "4column"
1159
  msgstr "4列"
1160
 
1161
+ #: ../plugins/other_widget/widget-pr-blocks.php:64
1162
  msgid ""
1163
  "If you change the number of columns, click to \"Save\" botton and exit the "
1164
  "edit page. When restart the edit page, the column input form is increased or "
1167
  "列の数を変更する場合は「保存して公開」ボタンをクリックして編集画面を終了しま"
1168
  "す。それから編集画面を再度開くと列の入力フォームが増減します。"
1169
 
1170
+ #: ../plugins/other_widget/widget-pr-blocks.php:71
1171
+ #: ../plugins/other_widget/widget-pr-blocks.php:173
1172
  msgid "PR Block"
1173
  msgstr "PRブロック"
1174
 
1175
+ #: ../plugins/other_widget/widget-pr-blocks.php:78
1176
  msgid "Class name of the icon font you want to use:"
1177
  msgstr "使用したいアイコンフォントのクラス名:"
1178
 
1179
+ #: ../plugins/other_widget/widget-pr-blocks.php:81
1180
  msgid "To choose your favorite icon, and enter the class."
1181
  msgstr "アイコンフォントを選んでそのクラス名を入力してください。"
1182
 
1183
+ #: ../plugins/other_widget/widget-pr-blocks.php:81
1184
  msgid " ex:fa-file-text-o"
1185
  msgstr "例:fa-file-text-o"
1186
 
1187
+ #: ../plugins/other_widget/widget-pr-blocks.php:85
1188
  msgid "Icon bg-color:"
1189
  msgstr "アイコン背景色:"
1190
 
1191
+ #: ../plugins/other_widget/widget-pr-blocks.php:89
1192
  msgid "Select image:"
1193
  msgstr "画像を選択"
1194
 
1195
+ #: ../plugins/other_widget/widget-pr-blocks.php:100
1196
  msgid "When you have an image. Image is displayed with priority"
1197
  msgstr "画像を設定するとアイコンフォントよりも画像が優先されます。"
1198
 
1199
+ #: ../plugins/other_widget/widget-profile.php:9
1200
+ #: ../plugins/other_widget/widget-profile.php:20
1201
  msgid "Profile"
1202
  msgstr "プロフィール"
1203
 
1204
+ #: ../plugins/other_widget/widget-profile.php:14
1205
  msgid "Displays a your profile"
1206
  msgstr ""
1207
  "ブログのサイドバーに運営者情報を表示したり、フッターに企業情報を表示します。"
1208
 
1209
+ #: ../plugins/other_widget/widget-profile.php:27
1210
  msgid "Profile Text"
1211
  msgstr "プロフィールテキスト"
1212
 
1213
+ #: ../plugins/other_widget/widget-profile.php:45
1214
  msgid "Select Profile image:"
1215
  msgstr "プロフィール用画像を選択"
1216
 
1217
+ #: ../plugins/other_widget/widget-profile.php:58
1218
  msgid "Cut out round the image."
1219
  msgstr "画像を丸く切り抜いて表示する"
1220
 
1221
+ #: ../plugins/other_widget/widget-profile.php:62
1222
  msgid "Media size (Optional)"
1223
  msgstr "画像の大きさ( 任意 )"
1224
 
1225
+ #: ../plugins/other_widget/widget-profile.php:67
1226
  msgid "Image align left"
1227
  msgstr "画像を左揃えにする"
1228
 
1229
+ #: ../plugins/other_widget/widget-profile.php:71
1230
  msgid "Text float to image."
1231
  msgstr "テキストを画像に回りこませる"
1232
 
1233
+ #: ../plugins/other_widget/widget-profile.php:75
1234
  msgid "Profile Text:"
1235
  msgstr "プロフィールテキスト"
1236
 
1237
+ #: ../plugins/other_widget/widget-profile.php:79
1238
  msgid "Facebook URL:"
1239
  msgstr "Facebook リンク先ページのURL"
1240
 
1241
+ #: ../plugins/other_widget/widget-profile.php:84
1242
  msgid "Twitter URL:"
1243
  msgstr "twitterリンク先ページのURL"
1244
 
1245
+ #: ../plugins/other_widget/widget-profile.php:89
1246
  msgid "Email Address:"
1247
  msgstr "Email リンク先ページのURL"
1248
 
1249
+ #: ../plugins/other_widget/widget-profile.php:94
1250
  msgid "Youtube URL:"
1251
  msgstr "Youtube リンク先ページのURL"
1252
 
1253
+ #: ../plugins/other_widget/widget-profile.php:99
1254
  msgid "RSS URL:"
1255
  msgstr "RSS リンク先ページのURL"
1256
 
1257
+ #: ../plugins/other_widget/widget-profile.php:104
1258
  msgid "instagram URL:"
1259
  msgstr "instagram リンク先ページのURL"
1260
 
1261
+ #: ../plugins/other_widget/widget-profile.php:108
1262
  msgid "linkedin URL:"
1263
  msgstr "linkedin リンク先ページのURL"
1264
 
1265
+ #: ../plugins/other_widget/widget-taxonomies.php:9
1266
  msgid "Categories/Custom taxonomies list"
1267
  msgstr "カテゴリー/カスタム分類リスト"
1268
 
1269
+ #: ../plugins/other_widget/widget-taxonomies.php:14
1270
  msgid "Displays a categories and custom taxonomies list."
1271
  msgstr "カテゴリーやカスタム分類のリストを表示します。"
1272
 
1273
+ #: ../plugins/other_widget/widget-taxonomies.php:58
1274
  msgid "Label to display"
1275
  msgstr "表示するラベル"
1276
 
1277
+ #: ../plugins/other_widget/widget-taxonomies.php:78
1278
  msgid "Blog"
1279
  msgstr "ブログ"
1280
 
1281
+ #: ../plugins/other_widget/old/widget-rss-widget.php:9
1282
+ msgid "Displays entries list from a RSS feed link."
1283
+ msgstr "RSSフィードリンクからエントリーリストを表示します。"
1284
 
1285
+ #: ../plugins/other_widget/old/widget-rss-widget.php:11
1286
+ msgid "RSS entries for top"
1287
+ msgstr "トップのRSSエントリー"
1288
+
1289
+ #: ../plugins/other_widget/old/widget-rss-widget.php:25
1290
+ msgid "Blog entries"
1291
+ msgstr "ブログエントリー"
1292
+
1293
+ #: ../plugins/other_widget/old/widget-rss-widget.php:30
1294
+ msgid "Heading title"
1295
+ msgstr "見出しタイトル"
1296
 
1297
+ #: ../plugins/sitemap_page/sitemap_admin.php:9
1298
  msgid "HTML Sitemap Settings"
1299
  msgstr "HTMLサイトマップ設定"
1300
 
1301
+ #: ../plugins/sitemap_page/sitemap_admin.php:13
1302
  msgid "Exclude page Settings"
1303
  msgstr "除外ページ設定"
1304
 
1305
+ #: ../plugins/sitemap_page/sitemap_admin.php:15
1306
  msgid "Input you want to exclude page id."
1307
  msgstr "HTMLサイトマップから除外したい固定ページのIDを入力してください。"
1308
 
1309
+ #: ../plugins/sitemap_page/sitemap_admin.php:17
1310
  msgid ""
1311
  "* Please enter separated by \",\"(commas) if there is more than one page ID "
1312
  "that you want to exclude."
1313
  msgstr "複数のページを除外する場合は , (コンマ)で区切って入力してください。"
1314
 
1315
+ #: ../plugins/sitemap_page/sitemap_page.php:31
1316
  msgid "HTML Sitemap"
1317
  msgstr "HTMLサイトマップ"
1318
 
1319
+ #: ../plugins/sitemap_page/sitemap_page.php:223
1320
  msgid "Display a HTML sitemap"
1321
  msgstr "HTMLサイトマップの表示"
1322
 
1323
+ #: ../plugins/sns/function_fbPagePlugin.php:13
1324
  msgid "Displays a Facebook Page Plugin"
1325
  msgstr "Facebook ページプラグインを表示します。"
1326
 
1327
+ #: ../plugins/sns/function_fbPagePlugin.php:89
1328
  msgid "Height"
1329
  msgstr "高さ"
1330
 
1331
+ #: ../plugins/sns/function_fbPagePlugin.php:94
1332
  msgid "Show Friend's Faces"
1333
  msgstr "アイコンを表示する"
1334
 
1335
+ #: ../plugins/sns/function_fbPagePlugin.php:99
1336
  msgid "Hide Cover Photo"
1337
  msgstr "カバー画像を表示しない"
1338
 
1339
+ #: ../plugins/sns/function_fbPagePlugin.php:104
1340
  msgid "Show Page Posts"
1341
  msgstr "タイムラインを表示"
1342
 
1343
+ #: ../plugins/sns/function_follow.php:16
1344
  msgid "Follow me"
1345
  msgstr "このサイトをフォローする"
1346
 
1347
+ #: ../plugins/sns/function_meta_box.php:28
1348
  msgid "Sns Title"
1349
  msgstr "OGPタイトル"
1350
 
1351
+ #: ../plugins/sns/function_meta_box.php:39
1352
  msgid "if filled this area then override title of OGP and Twitter Card"
1353
  msgstr ""
1354
  "このエリアにタイトルを入力すると、このページのOGP,ツイッターカードに出力され"
1355
  "るタイトルを上書きすることができます"
1356
 
1357
+ #: ../plugins/sns/sns.php:17
1358
  msgid "SNS"
1359
  msgstr "SNS"
1360
 
1361
+ #: ../plugins/sns/sns_admin.php:1
1362
  msgid "SNS Settings"
1363
  msgstr "SNS設定"
1364
 
1365
+ #: ../plugins/sns/sns_admin.php:13
1366
  msgid "facebook application ID"
1367
  msgstr "facebookアプリケーションID"
1368
 
1369
+ #: ../plugins/sns/sns_admin.php:15
1370
  msgid "I will check and get the application ID"
1371
  msgstr "アプリケーションIDを確認・取得する "
1372
 
1373
+ #: ../plugins/sns/sns_admin.php:16
1374
  msgid ""
1375
  "* If an application ID is not specified, neither a Like button nor the "
1376
  "comment field displays and operates correctly."
1378
  "※アプリケーションIDを入力しないとボタンやコメント欄が表示・正しく動作しませ"
1379
  "ん。"
1380
 
1381
+ #: ../plugins/sns/sns_admin.php:17
1382
  msgid ""
1383
  "Please search for terms as [get Facebook application ID] If you do not know "
1384
  "much about how to get application ID for Facebook."
1386
  "facebookのアプリケーションIDの取得方法についてよくわからない場合は「facebook "
1387
  "アプリケーションID 取得」などで検索して下さい。"
1388
 
1389
+ #: ../plugins/sns/sns_admin.php:21
1390
  msgid "facebook page URL"
1391
  msgstr "FacebookページURL"
1392
 
1393
+ #: ../plugins/sns/sns_admin.php:26
1394
  msgid "OG default image"
1395
  msgstr "デフォルトのOGPイメージ"
1396
 
1397
+ #: ../plugins/sns/sns_admin.php:27
1398
  msgid ""
1399
  "If, for example someone pressed the Facebook [Like] button, this is the "
1400
  "image that appears on the Facebook timeline."
1402
  "Facebookの「いいね!」ボタンを押した際、ここで設定した画像が Facebook のタイ"
1403
  "ムラインに表示されます。"
1404
 
1405
+ #: ../plugins/sns/sns_admin.php:28
1406
  msgid "If a featured image is specified for the page, it takes precedence."
1407
  msgstr ""
1408
  "ページにアイキャッチ画像が指定されている場合は、アイキャッチ画像が優先されま"
1409
  "す。"
1410
 
1411
+ #: ../plugins/sns/sns_admin.php:30
1412
  msgid "Select an image"
1413
  msgstr "画像を選択"
1414
 
1415
+ #: ../plugins/sns/sns_admin.php:32
1416
  msgid ""
1417
  "* Picture sizes are 300x300 pixels or more and picture ratio 16:9 is "
1418
  "recommended."
1419
  msgstr "画像サイズ 橫 300px 縦 300px 以上、画像比率 16:9 を推奨します。"
1420
 
1421
+ #: ../plugins/sns/sns_admin.php:36
1422
  msgid "twitter ID"
1423
  msgstr "twitterアカウント"
1424
 
1425
+ #: ../plugins/sns/sns_admin.php:41
1426
  msgid "OG tags"
1427
  msgstr "OGタグ"
1428
 
1429
+ #: ../plugins/sns/sns_admin.php:43
1430
  msgid "Print the OG tags"
1431
  msgstr "OGタグを出力する"
1432
 
1433
+ #: ../plugins/sns/sns_admin.php:44
1434
  msgid ""
1435
  "If other plug-ins are used for the OG, do not output the OG using this "
1436
  "plugin."
1438
  "OGタグの出力を選択して下さい。もし他のプラグインやテーマでOGタグを出力してい"
1439
  "る場合は、このプラグインでの出力は必要ありません。"
1440
 
1441
+ #: ../plugins/sns/sns_admin.php:49
1442
  msgid "Twitter Card tags"
1443
  msgstr "Twitterカードタグ"
1444
 
1445
+ #: ../plugins/sns/sns_admin.php:51
1446
  msgid "Print the Twitter Card tags"
1447
  msgstr "Twitter カードタグを html head 内へ出力します。"
1448
 
1449
+ #: ../plugins/sns/sns_admin.php:56
1450
  msgid "Social bookmark buttons"
1451
  msgstr "ソーシャルボタン"
1452
 
1453
+ #: ../plugins/sns/sns_admin.php:57
1454
  msgid "Print the social bookmark buttons"
1455
  msgstr "ソーシャルブックマーク(シェアボタンやtweetボタン)を表示します。"
1456
 
1457
+ #: ../plugins/sns/sns_admin.php:61
1458
  msgid "ignore postID for SNS buttons"
1459
  msgstr "SNSボタンの非表示設定"
1460
 
1461
+ #: ../plugins/sns/sns_admin.php:64
1462
  msgid ""
1463
  "if you need filtering by post_ID, add the ignore post_ID separate by \",\"."
1464
  msgstr ""
1465
  "特定のポストのみSNSボタンを表示したくない場合、カンマ(,)区切りでポストIDを入"
1466
  "力します。"
1467
 
1468
+ #: ../plugins/sns/sns_admin.php:68
1469
  msgid "example"
1470
  msgstr "例"
1471
 
1472
+ #: ../plugins/sns/sns_admin.php:74
1473
  msgid "Follow me box"
1474
  msgstr "Follow me box"
1475
 
1476
+ #: ../plugins/sns/sns_admin.php:75
1477
  msgid "Print the Follow me box"
1478
  msgstr "Follow me ユニットを本文の下に表示する"
1479
 
1480
+ #: ../plugins/sns/sns_admin.php:77
1481
  msgid "Follow me box title"
1482
  msgstr "Follow me box の見出しテキスト"
1483
 
1484
+ #: ../plugins_admin/admin_bar.php:17 ../plugins_admin/admin_bar.php:34
1485
  msgid "Edit Guide"
1486
  msgstr "編集ガイド"
1487
 
1488
+ #: ../plugins_admin/admin_bar.php:57
1489
  msgid "Active Setting"
1490
  msgstr "有効化設定"
1491
 
1492
+ #: ../plugins_admin/admin_bar.php:65
1493
  msgid "Main Setting"
1494
  msgstr "メイン設定"
1495
 
1496
+ #: ../plugins_admin/dashboard_info_widget.php:18
1497
  msgid "News from VK All in One Expansion Unit"
1498
  msgstr "VK All in One Expansion Unit からのお知らせ"
1499
 
1500
+ #: ../plugins_admin/news_from_exUnit.php:31
1501
  msgid "Sorry, there is no post"
1502
  msgstr "お知らせはありません。"
1503
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1504
  #~ msgid "* It is necessary to set the Theme options page."
1505
  #~ msgstr "* テーマオプションページで設定する必要があります。"
1506
 
languages/vkexunit.mo CHANGED
Binary file
languages/vkexunit.pot CHANGED
@@ -1,15 +1,14 @@
1
- #, fuzzy
2
  msgid ""
3
  msgstr ""
4
  "Project-Id-Version: \n"
5
- "POT-Creation-Date: 2015-12-18 17:14+0900\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Kurudrive <kurudrive@gmail.com>\n"
8
  "Language-Team: Vektor,Inc. <info@vektor-inc.co.jp>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.8.6\n"
13
  "X-Poedit-SourceCharset: UTF-8\n"
14
  "X-Poedit-KeywordsList: __;_e;_x\n"
15
  "X-Poedit-Basepath: ..\n"
@@ -19,457 +18,372 @@ msgstr ""
19
  msgid "Main setting"
20
  msgstr ""
21
 
22
- #: admin_wrapper.php:76
23
  msgid "Activated Packages is noting. please activate some package."
24
  msgstr ""
25
 
26
- #: common_helpers.php:111
27
  #, php-format
28
  msgid "Author: %s"
29
  msgstr ""
30
 
31
- #: common_helpers.php:113 common_helpers.php:251
32
  msgid "Y"
33
  msgstr ""
34
 
35
- #: common_helpers.php:115 common_helpers.php:255
36
  msgid "F Y"
37
  msgstr ""
38
 
39
- #: common_helpers.php:117
40
  msgid "F j, Y"
41
  msgstr ""
42
 
43
- #: common_helpers.php:120
44
  msgid "Asides"
45
  msgstr ""
46
 
47
- #: common_helpers.php:122
48
  msgid "Galleries"
49
  msgstr ""
50
 
51
- #: common_helpers.php:124
52
  msgid "Images"
53
  msgstr ""
54
 
55
- #: common_helpers.php:126
56
  msgid "Videos"
57
  msgstr ""
58
 
59
- #: common_helpers.php:128
60
  msgid "Quotes"
61
  msgstr ""
62
 
63
- #: common_helpers.php:130
64
  msgid "Links"
65
  msgstr ""
66
 
67
- #: common_helpers.php:132
68
  msgid "Statuses"
69
  msgstr ""
70
 
71
- #: common_helpers.php:134
72
  msgid "Audio"
73
  msgstr ""
74
 
75
- #: common_helpers.php:136
76
  msgid "Chats"
77
  msgstr ""
78
 
79
- #: common_helpers.php:152 plugins/other_widget/widget-taxonomies.php:81
80
  msgid "Archives"
81
  msgstr ""
82
 
83
- #: common_helpers.php:195
84
- #, php-format
85
- msgid "Search Results for : %s"
86
- msgstr ""
87
-
88
- #: common_helpers.php:198
89
- msgid "Not found"
90
- msgstr ""
91
-
92
- #: common_helpers.php:207 common_helpers.php:279
93
  #, php-format
94
- msgid "Page of %s"
95
  msgstr ""
96
 
97
- #: common_helpers.php:239 common_helpers.php:247
 
98
  #, php-format
99
- msgid "About %s"
100
  msgstr ""
101
 
102
- #: common_helpers.php:252 common_helpers.php:256 common_helpers.php:260
103
- #: common_helpers.php:264
104
  #, php-format
105
- msgid "Article of %s."
106
  msgstr ""
107
 
108
- #: packages.php:68
109
  msgid "Print Bootstrap css and js"
110
  msgstr ""
111
 
112
- #: packages.php:69
113
  msgid ""
114
  "If your using theme has already including Bootstrap, you deactivate this "
115
  "item."
116
  msgstr ""
117
 
118
- #: packages.php:78
119
  msgid "Print link fontawesome"
120
  msgstr ""
121
 
122
- #: packages.php:79
123
  msgid "Print fontawesome link tag to html head."
124
  msgstr ""
125
 
126
- #: packages.php:88
127
  msgid "Favicon setting"
128
  msgstr ""
129
 
130
- #: packages.php:89
131
  msgid "About favicon."
132
  msgstr ""
133
 
134
- #: packages.php:99
135
  msgid "Rewrite the title tag"
136
  msgstr ""
137
 
138
- #: packages.php:100
139
  msgid "Print is rewritten by its own rules to html head."
140
  msgstr ""
141
 
142
- #: packages.php:109
143
  msgid "Print meta Keyword"
144
  msgstr ""
145
 
146
- #: packages.php:110
147
  msgid "Print meta Keyword to html head."
148
  msgstr ""
149
 
150
- #: packages.php:113 packages.php:152 packages.php:170 packages.php:200
151
- #: packages.php:218 packages.php:260 packages.php:296 packages.php:319
152
  msgid "Setting"
153
  msgstr ""
154
 
155
- #: packages.php:126
156
  msgid "Print meta description"
157
  msgstr ""
158
 
159
- #: packages.php:127
160
  msgid "Print meta description to html head."
161
  msgstr ""
162
 
163
- #: packages.php:136
164
  msgid "Main setting page"
165
  msgstr ""
166
 
167
- #: packages.php:138
168
  msgid "Print og tags to html head."
169
  msgstr ""
170
 
171
- #: packages.php:139
172
  msgid "Print twitter card tags to html head."
173
  msgstr ""
174
 
175
- #: packages.php:140
176
  msgid "Print social bookmark buttons."
177
  msgstr ""
178
 
179
- #: packages.php:141
180
  msgid "Facebook Page Plugin widget."
181
  msgstr ""
182
 
183
- #: packages.php:142
184
  msgid "Print Follow me box to content bottom."
185
  msgstr ""
186
 
187
- #: packages.php:144
188
  #, php-format
189
  msgid "* You can stop the function separately from the %s."
190
  msgstr ""
191
 
192
- #: packages.php:148
193
  msgid "Social media cooperation"
194
  msgstr ""
195
 
196
- #: packages.php:167
197
  msgid "Print Google Analytics tracking code."
198
  msgstr ""
199
 
200
- #: packages.php:183
201
  msgid "You can use various widgets."
202
  msgstr ""
203
 
204
- #: packages.php:185
205
  msgid ""
206
  "VK_Recent Posts - display the link text and the date of the latest article "
207
  "title."
208
  msgstr ""
209
 
210
- #: packages.php:186
211
  msgid ""
212
  "VK_Page content to widget - display the contents of the page to the widgets."
213
  msgstr ""
214
 
215
- #: packages.php:187
216
  msgid "VK_Profile - display the profile entered in the widget."
217
  msgstr ""
218
 
219
- #: packages.php:188
220
  msgid "VK_FB Page Plugin - display the Facebook Page Plugin."
221
  msgstr ""
222
 
223
- #: packages.php:189
224
  msgid "VK_3PR area - display the 3PR area."
225
  msgstr ""
226
 
227
- #: packages.php:190
228
  msgid "categories/tags list"
229
  msgstr ""
230
 
231
- #: packages.php:190
232
  msgid "Displays a categories, tags or format list."
233
  msgstr ""
234
 
235
- #: packages.php:191 plugins/other_widget/widget-archives.php:9
236
  msgid "archive list"
237
  msgstr ""
238
 
239
- #: packages.php:191 plugins/other_widget/widget-archives.php:14
240
  msgid ""
241
  "Displays a list of archives. You can choose the post type and also to "
242
  "display archives by month or by year."
243
  msgstr ""
244
 
245
- #: packages.php:196
246
  msgid "Widgets"
247
  msgstr ""
248
 
249
- #: packages.php:214
250
  msgid "CSS customize"
251
  msgstr ""
252
 
253
- #: packages.php:215
254
  msgid "You can set Customize CSS."
255
  msgstr ""
256
 
257
- #: packages.php:233
258
  msgid "Child page index"
259
  msgstr ""
260
 
261
- #: packages.php:234
262
  msgid ""
263
  "At the bottom of the specified page, it will display a list of the child "
264
  "page."
265
  msgstr ""
266
 
267
- #: packages.php:245
268
  msgid "Page list from ancestor"
269
  msgstr ""
270
 
271
- #: packages.php:246
272
  msgid "Display Page list from ancestor at after content."
273
  msgstr ""
274
 
275
- #: packages.php:256
276
  msgid "Contact Section"
277
  msgstr ""
278
 
279
- #: packages.php:257
280
  msgid "Display Contact Section at after content."
281
  msgstr ""
282
 
283
- #: packages.php:274
284
  msgid "Display HTML Site Map"
285
  msgstr ""
286
 
287
- #: packages.php:275
288
  msgid "It displays a HTML Site Map to the specified page."
289
  msgstr ""
290
 
291
- #: packages.php:284 plugins/call_to_action/view.adminsetting.php:10
292
  msgid "Display the CTA at the end of the post content."
293
  msgstr ""
294
 
295
- #: packages.php:286 plugins/call_to_action/view.adminsetting.php:11
296
  msgid ""
297
  "The CTA stands for \"Call to action\" and this is the area that prompts the "
298
  "user behavior."
299
  msgstr ""
300
 
301
- #: packages.php:288 plugins/call_to_action/view.adminsetting.php:12
302
  msgid ""
303
  "As an example, text message and a link button for induction to the free "
304
  "sample download page."
305
  msgstr ""
306
 
307
- #: packages.php:292 plugins/call_to_action/view.adminsetting.php:6
308
  msgid "Call To Action"
309
  msgstr ""
310
 
311
- #: packages.php:301
312
  msgid "Contents setting"
313
  msgstr ""
314
 
315
- #: packages.php:315 plugins/insert_ads.php:37 plugins/insert_ads.php:119
316
  msgid "Insert ads"
317
  msgstr ""
318
 
319
- #: packages.php:316
320
  msgid "Insert ads to content."
321
  msgstr ""
322
 
323
- #: packages.php:332 plugins/related_posts/related_posts.php:57
324
  msgid "Related posts"
325
  msgstr ""
326
 
327
- #: packages.php:333
328
  msgid "Print Related posts lists to post content bottom."
329
  msgstr ""
330
 
331
- #: packages.php:343 vkExUnit_admin.php:28
332
  msgid "Automatic Eye Catch insert"
333
  msgstr ""
334
 
335
- #: packages.php:344
336
  msgid "Display Eye Catch image at before content."
337
  msgstr ""
338
 
339
- #: packages.php:354
340
  msgid "Disable ping back"
341
  msgstr ""
342
 
343
- #: packages.php:355
344
  msgid "Disable xmlrpc ping back."
345
  msgstr ""
346
 
347
- #: packages.php:364 packages.php:365
348
  msgid "Disable dashbord"
349
  msgstr ""
350
 
351
- #: plugins/auto_eyecatch.php:40
352
- msgid "Automatic EyeCatch"
353
- msgstr ""
354
-
355
- #: plugins/auto_eyecatch.php:50
356
- msgid "Do not set eyecatch image automatic."
357
- msgstr ""
358
-
359
- #: plugins/call_to_action/class.call_to_action.php:48
360
- #: plugins/call_to_action/view.actionbox.php:39
361
- msgid "Edit CTA"
362
- msgstr ""
363
-
364
- #: plugins/call_to_action/class.call_to_action.php:49
365
- msgid "Add new CTA"
366
- msgstr ""
367
-
368
- #: plugins/call_to_action/class.call_to_action.php:50
369
- msgid "New CTA"
370
- msgstr ""
371
-
372
- #: plugins/call_to_action/class.call_to_action.php:76
373
- #: plugins/call_to_action/class.call_to_action.php:78
374
- #: plugins/call_to_action/class.call_to_action.php:79
375
- msgid "Call to Action setting"
376
- msgstr ""
377
-
378
- #: plugins/call_to_action/class.call_to_action.php:81
379
- msgid "CTA Contents"
380
- msgstr ""
381
-
382
- #: plugins/call_to_action/class.call_to_action.php:89
383
- msgid "Follow common setting"
384
- msgstr ""
385
-
386
- #: plugins/call_to_action/class.call_to_action.php:90
387
- #: plugins/call_to_action/class.call_to_action.php:399
388
- msgid "Disable display"
389
- msgstr ""
390
-
391
- #: plugins/call_to_action/class.call_to_action.php:101
392
- msgid "CTA common setting"
393
- msgstr ""
394
-
395
- #: plugins/call_to_action/class.call_to_action.php:102
396
- #: plugins/call_to_action/view.adminsetting.php:22
397
- msgid "Show CTA index page"
398
- msgstr ""
399
-
400
- #: plugins/call_to_action/class.call_to_action.php:167
401
- msgid "CTA image"
402
- msgstr ""
403
-
404
- #: plugins/call_to_action/class.call_to_action.php:173
405
- msgid "Add image"
406
- msgstr ""
407
-
408
- #: plugins/call_to_action/class.call_to_action.php:174
409
- msgid "Change image"
410
- msgstr ""
411
-
412
- #: plugins/call_to_action/class.call_to_action.php:175
413
- msgid "Remove image"
414
- msgstr ""
415
-
416
- #: plugins/call_to_action/class.call_to_action.php:180
417
- msgid "CTA image position"
418
- msgstr ""
419
-
420
- #: plugins/call_to_action/class.call_to_action.php:183
421
- msgid "right"
422
- msgstr ""
423
-
424
- #: plugins/call_to_action/class.call_to_action.php:184
425
- msgid "center"
426
  msgstr ""
427
 
428
- #: plugins/call_to_action/class.call_to_action.php:185
429
- msgid "left"
430
  msgstr ""
431
 
432
- #: plugins/call_to_action/class.call_to_action.php:189
433
- msgid "Button text"
434
  msgstr ""
435
 
436
- #: plugins/call_to_action/class.call_to_action.php:192
437
- msgid "Button link url"
438
  msgstr ""
439
 
440
- #: plugins/call_to_action/class.call_to_action.php:195
441
- msgid "Text message"
442
  msgstr ""
443
 
444
- #: plugins/call_to_action/class.call_to_action.php:201
445
- msgid "CTA setting"
446
  msgstr ""
447
 
448
- #: plugins/call_to_action/view.adminsetting.php:14
449
- msgid "How to use"
450
  msgstr ""
451
 
452
- #: plugins/call_to_action/view.adminsetting.php:17
453
- msgid ""
454
- "You register the contents on \"CTA\" that you want to display to bottom of "
455
- "the content."
456
  msgstr ""
457
 
458
- #: plugins/call_to_action/view.adminsetting.php:18
459
- msgid "Choose the CTA to be displayed from the following."
460
  msgstr ""
461
 
462
- #: plugins/call_to_action/view.adminsetting.php:19
463
- msgid ""
464
- "If you want to switch the CTA to be displayed on each post, please set in "
465
- "the details page of such posting."
466
  msgstr ""
467
 
468
- #: plugins/call_to_action/view.adminsetting.php:32
469
- msgid "Show index page"
470
  msgstr ""
471
 
472
- #: plugins/child_page_index.php:40 plugins/other_widget/widget-3pr-area.php:270
 
473
  #: plugins/other_widget/widget-3pr-area.php:312
474
  #: plugins/other_widget/widget-3pr-area.php:355
475
  msgid "Read more"
@@ -558,44 +472,21 @@ msgstr ""
558
  msgid "Display Contact Section"
559
  msgstr ""
560
 
561
- #: plugins/contact_section.php:224 plugins/contact_section.php:251
562
  msgid "Edit contact information"
563
  msgstr ""
564
 
565
- #: plugins/contact_section.php:270
566
  msgid "Contact Button"
567
  msgstr ""
568
 
569
- #: plugins/contact_section.php:276 plugins/contact_section.php:298
570
  #, php-format
571
  msgid ""
572
  "*It is necessary to set the \"%s\" -> \"Contact Information\" section in "
573
  "\"Main setting\" page."
574
  msgstr ""
575
 
576
- #: plugins/css_customize/css_customize-edit.php:2
577
- #: plugins/css_customize/css_customize.php:28
578
- #: plugins/css_customize/css_customize.php:44
579
- #: plugins/css_customize/css_customize.php:45
580
- msgid "CSS Customize"
581
- msgstr ""
582
-
583
- #: plugins/css_customize/css_customize-edit.php:5
584
- msgid "You can add custom CSS here."
585
- msgstr ""
586
-
587
- #: plugins/css_customize/css_customize-edit.php:10
588
- msgid "Save CSS"
589
- msgstr ""
590
-
591
- #: plugins/css_customize/css_customize.php:102
592
- msgid "Your custom CSS was saved."
593
- msgstr ""
594
-
595
- #: plugins/css_customize/css_customize.php:105
596
- msgid "Error occured. Please try again."
597
- msgstr ""
598
-
599
  #: plugins/footer_copyright_change.php:6
600
  msgid ""
601
  "<p>Powered by <a href=\"https://wordpress.org/\">WordPress</a> with <a href="
@@ -606,36 +497,6 @@ msgid ""
606
  "</p>"
607
  msgstr ""
608
 
609
- #: plugins/google_analytics/ga_admin.php:9
610
- #: plugins/google_analytics/ga_admin.php:13
611
- #: plugins/google_analytics/google_analytics.php:18
612
- msgid "Google Analytics Settings"
613
- msgstr ""
614
-
615
- #: plugins/google_analytics/ga_admin.php:14
616
- msgid ""
617
- "Please fill in the Google Analytics ID from the Analytics embed code used in "
618
- "the site."
619
- msgstr ""
620
-
621
- #: plugins/google_analytics/ga_admin.php:19
622
- msgid ""
623
- "Please select the type of Analytics code . (If you are unsure you can skip "
624
- "this.)"
625
- msgstr ""
626
-
627
- #: plugins/google_analytics/ga_admin.php:23
628
- msgid "To output the Universal Analytics code (default)"
629
- msgstr ""
630
-
631
- #: plugins/google_analytics/ga_admin.php:24
632
- msgid "To output only normal code"
633
- msgstr ""
634
-
635
- #: plugins/google_analytics/ga_admin.php:25
636
- msgid "To output both types"
637
- msgstr ""
638
-
639
  #: plugins/icons.php:38 plugins/icons.php:68
640
  msgid "icon setting"
641
  msgstr ""
@@ -754,20 +615,226 @@ msgstr ""
754
  msgid "* keywords common to the entire site can be set from %s."
755
  msgstr ""
756
 
757
- #: plugins/other_widget/old/widget-rss-widget.php:9
758
- msgid "Displays entries list from a RSS feed link."
759
  msgstr ""
760
 
761
- #: plugins/other_widget/old/widget-rss-widget.php:11
762
- msgid "RSS entries for top"
763
  msgstr ""
764
 
765
- #: plugins/other_widget/old/widget-rss-widget.php:25
766
- msgid "Blog entries"
 
767
  msgstr ""
768
 
769
- #: plugins/other_widget/old/widget-rss-widget.php:30
770
- msgid "Heading title"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
771
  msgstr ""
772
 
773
  #: plugins/other_widget/widget-3pr-area.php:9
@@ -800,7 +867,7 @@ msgstr ""
800
  #: plugins/other_widget/widget-3pr-area.php:48
801
  #: plugins/other_widget/widget-3pr-area.php:98
802
  #: plugins/other_widget/widget-3pr-area.php:149
803
- #: plugins/other_widget/widget-new-posts.php:150
804
  #: plugins/other_widget/widget-pr-blocks.php:74
805
  #: plugins/other_widget/widget-profile.php:40
806
  #: plugins/sns/function_fbPagePlugin.php:79
@@ -869,8 +936,8 @@ msgid "Monthly archives"
869
  msgstr ""
870
 
871
  #: plugins/other_widget/widget-archives.php:63
872
- #: plugins/other_widget/widget-new-posts.php:147
873
- #: plugins/other_widget/widget-new-posts.php:148
874
  msgid "Title"
875
  msgstr ""
876
 
@@ -901,7 +968,7 @@ msgstr ""
901
 
902
  #: plugins/other_widget/widget-new-posts.php:11
903
  #: plugins/other_widget/widget-new-posts.php:29
904
- #: plugins/other_widget/widget-new-posts.php:137
905
  msgid "Recent Posts"
906
  msgstr ""
907
 
@@ -909,42 +976,43 @@ msgstr ""
909
  msgid "Displays a list of your most recent posts"
910
  msgstr ""
911
 
912
- #: plugins/other_widget/widget-new-posts.php:146
913
  msgid "Display Format"
914
  msgstr ""
915
 
916
- #: plugins/other_widget/widget-new-posts.php:147
917
  msgid "Thumbnail"
918
  msgstr ""
919
 
920
- #: plugins/other_widget/widget-new-posts.php:147
921
- #: plugins/other_widget/widget-new-posts.php:148
922
  msgid "Date"
923
  msgstr ""
924
 
925
- #: plugins/other_widget/widget-new-posts.php:148
926
- #: plugins/other_widget/widget-taxonomies.php:47
927
- #: plugins/other_widget/widget-taxonomies.php:48
 
928
  msgid "Category"
929
  msgstr ""
930
 
931
- #: plugins/other_widget/widget-new-posts.php:155
932
  msgid "Display count"
933
  msgstr ""
934
 
935
- #: plugins/other_widget/widget-new-posts.php:160
936
  msgid "Slug for the custom type you want to display"
937
  msgstr ""
938
 
939
- #: plugins/other_widget/widget-new-posts.php:165
940
  msgid "taxonomy ID"
941
  msgstr ""
942
 
943
- #: plugins/other_widget/widget-new-posts.php:167
944
  msgid "if you need filtering by term, add the term ID separate by \",\"."
945
  msgstr ""
946
 
947
- #: plugins/other_widget/widget-new-posts.php:169 plugins/sns/sns_admin.php:66
948
  msgid "if empty this area, I will do not filtering."
949
  msgstr ""
950
 
@@ -957,7 +1025,7 @@ msgid "Displays a page contents to widget."
957
  msgstr ""
958
 
959
  #: plugins/other_widget/widget-page.php:34
960
- #: plugins/other_widget/widget-taxonomies.php:60
961
  msgid "Display page"
962
  msgstr ""
963
 
@@ -965,7 +1033,7 @@ msgstr ""
965
  msgid "display title"
966
  msgstr ""
967
 
968
- #: plugins/other_widget/widget-page.php:66
969
  msgid "Edit"
970
  msgstr ""
971
 
@@ -1013,7 +1081,7 @@ msgid ""
1013
  msgstr ""
1014
 
1015
  #: plugins/other_widget/widget-pr-blocks.php:71
1016
- #: plugins/other_widget/widget-pr-blocks.php:168
1017
  msgid "PR Block"
1018
  msgstr ""
1019
 
@@ -1114,20 +1182,28 @@ msgstr ""
1114
  msgid "Displays a categories and custom taxonomies list."
1115
  msgstr ""
1116
 
1117
- #: plugins/other_widget/widget-taxonomies.php:56
1118
  msgid "Label to display"
1119
  msgstr ""
1120
 
1121
- #: plugins/other_widget/widget-taxonomies.php:76
1122
  msgid "Blog"
1123
  msgstr ""
1124
 
1125
- #: plugins/pageList_ancestor.php:64
1126
- msgid "Display a page list from ancestor"
1127
  msgstr ""
1128
 
1129
- #: plugins/page_custom_field.php:11
1130
- msgid "Setting of insert items"
 
 
 
 
 
 
 
 
1131
  msgstr ""
1132
 
1133
  #: plugins/sitemap_page/sitemap_admin.php:9
@@ -1307,11 +1383,11 @@ msgstr ""
1307
  msgid "Edit Guide"
1308
  msgstr ""
1309
 
1310
- #: plugins_admin/admin_bar.php:60
1311
  msgid "Active Setting"
1312
  msgstr ""
1313
 
1314
- #: plugins_admin/admin_bar.php:68
1315
  msgid "Main Setting"
1316
  msgstr ""
1317
 
@@ -1322,31 +1398,3 @@ msgstr ""
1322
  #: plugins_admin/news_from_exUnit.php:31
1323
  msgid "Sorry, there is no post"
1324
  msgstr ""
1325
-
1326
- #: vkExUnit_admin.php:3
1327
- msgid "Enable setting"
1328
- msgstr ""
1329
-
1330
- #: vkExUnit_admin.php:16 vkExUnit_admin.php:74
1331
- msgid "Select all"
1332
- msgstr ""
1333
-
1334
- #: vkExUnit_admin.php:16 vkExUnit_admin.php:74
1335
- msgid "Function"
1336
- msgstr ""
1337
-
1338
- #: vkExUnit_admin.php:16 vkExUnit_admin.php:74
1339
- msgid "Description"
1340
- msgstr ""
1341
-
1342
- #: vkExUnit_admin.php:80
1343
- msgid "Extension Setting"
1344
- msgstr ""
1345
-
1346
- #: vkExUnit_admin.php:83
1347
- msgid "Plugin setting options"
1348
- msgstr ""
1349
-
1350
- #: vkExUnit_admin.php:85
1351
- msgid "Delete myOptions when deactivate me."
1352
- msgstr ""
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2016-05-12 13:21+0900\n"
5
  "PO-Revision-Date: \n"
6
  "Last-Translator: Kurudrive <kurudrive@gmail.com>\n"
7
  "Language-Team: Vektor,Inc. <info@vektor-inc.co.jp>\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
+ "X-Generator: Poedit 1.5.7\n"
12
  "X-Poedit-SourceCharset: UTF-8\n"
13
  "X-Poedit-KeywordsList: __;_e;_x\n"
14
  "X-Poedit-Basepath: ..\n"
18
  msgid "Main setting"
19
  msgstr ""
20
 
21
+ #: admin_wrapper.php:73
22
  msgid "Activated Packages is noting. please activate some package."
23
  msgstr ""
24
 
25
+ #: common_helpers.php:109
26
  #, php-format
27
  msgid "Author: %s"
28
  msgstr ""
29
 
30
+ #: common_helpers.php:111 common_helpers.php:192
31
  msgid "Y"
32
  msgstr ""
33
 
34
+ #: common_helpers.php:113 common_helpers.php:196
35
  msgid "F Y"
36
  msgstr ""
37
 
38
+ #: common_helpers.php:115
39
  msgid "F j, Y"
40
  msgstr ""
41
 
42
+ #: common_helpers.php:118
43
  msgid "Asides"
44
  msgstr ""
45
 
46
+ #: common_helpers.php:120
47
  msgid "Galleries"
48
  msgstr ""
49
 
50
+ #: common_helpers.php:122
51
  msgid "Images"
52
  msgstr ""
53
 
54
+ #: common_helpers.php:124
55
  msgid "Videos"
56
  msgstr ""
57
 
58
+ #: common_helpers.php:126
59
  msgid "Quotes"
60
  msgstr ""
61
 
62
+ #: common_helpers.php:128
63
  msgid "Links"
64
  msgstr ""
65
 
66
+ #: common_helpers.php:130
67
  msgid "Statuses"
68
  msgstr ""
69
 
70
+ #: common_helpers.php:132
71
  msgid "Audio"
72
  msgstr ""
73
 
74
+ #: common_helpers.php:134
75
  msgid "Chats"
76
  msgstr ""
77
 
78
+ #: common_helpers.php:150 plugins/other_widget/widget-taxonomies.php:83
79
  msgid "Archives"
80
  msgstr ""
81
 
82
+ #: common_helpers.php:180 common_helpers.php:188
 
 
 
 
 
 
 
 
 
83
  #, php-format
84
+ msgid "About %s"
85
  msgstr ""
86
 
87
+ #: common_helpers.php:193 common_helpers.php:197 common_helpers.php:201
88
+ #: common_helpers.php:205
89
  #, php-format
90
+ msgid "Article of %s."
91
  msgstr ""
92
 
93
+ #: common_helpers.php:220 plugins/wp_title.php:59
 
94
  #, php-format
95
+ msgid "Page of %s"
96
  msgstr ""
97
 
98
+ #: packages.php:70
99
  msgid "Print Bootstrap css and js"
100
  msgstr ""
101
 
102
+ #: packages.php:71
103
  msgid ""
104
  "If your using theme has already including Bootstrap, you deactivate this "
105
  "item."
106
  msgstr ""
107
 
108
+ #: packages.php:80
109
  msgid "Print link fontawesome"
110
  msgstr ""
111
 
112
+ #: packages.php:81
113
  msgid "Print fontawesome link tag to html head."
114
  msgstr ""
115
 
116
+ #: packages.php:90
117
  msgid "Favicon setting"
118
  msgstr ""
119
 
120
+ #: packages.php:91
121
  msgid "About favicon."
122
  msgstr ""
123
 
124
+ #: packages.php:101
125
  msgid "Rewrite the title tag"
126
  msgstr ""
127
 
128
+ #: packages.php:102
129
  msgid "Print is rewritten by its own rules to html head."
130
  msgstr ""
131
 
132
+ #: packages.php:112
133
  msgid "Print meta Keyword"
134
  msgstr ""
135
 
136
+ #: packages.php:113
137
  msgid "Print meta Keyword to html head."
138
  msgstr ""
139
 
140
+ #: packages.php:116 packages.php:155 packages.php:173 packages.php:203
141
+ #: packages.php:221 packages.php:263 packages.php:299 packages.php:322
142
  msgid "Setting"
143
  msgstr ""
144
 
145
+ #: packages.php:129
146
  msgid "Print meta description"
147
  msgstr ""
148
 
149
+ #: packages.php:130
150
  msgid "Print meta description to html head."
151
  msgstr ""
152
 
153
+ #: packages.php:139
154
  msgid "Main setting page"
155
  msgstr ""
156
 
157
+ #: packages.php:141
158
  msgid "Print og tags to html head."
159
  msgstr ""
160
 
161
+ #: packages.php:142
162
  msgid "Print twitter card tags to html head."
163
  msgstr ""
164
 
165
+ #: packages.php:143
166
  msgid "Print social bookmark buttons."
167
  msgstr ""
168
 
169
+ #: packages.php:144
170
  msgid "Facebook Page Plugin widget."
171
  msgstr ""
172
 
173
+ #: packages.php:145
174
  msgid "Print Follow me box to content bottom."
175
  msgstr ""
176
 
177
+ #: packages.php:147
178
  #, php-format
179
  msgid "* You can stop the function separately from the %s."
180
  msgstr ""
181
 
182
+ #: packages.php:151
183
  msgid "Social media cooperation"
184
  msgstr ""
185
 
186
+ #: packages.php:170
187
  msgid "Print Google Analytics tracking code."
188
  msgstr ""
189
 
190
+ #: packages.php:186
191
  msgid "You can use various widgets."
192
  msgstr ""
193
 
194
+ #: packages.php:188
195
  msgid ""
196
  "VK_Recent Posts - display the link text and the date of the latest article "
197
  "title."
198
  msgstr ""
199
 
200
+ #: packages.php:189
201
  msgid ""
202
  "VK_Page content to widget - display the contents of the page to the widgets."
203
  msgstr ""
204
 
205
+ #: packages.php:190
206
  msgid "VK_Profile - display the profile entered in the widget."
207
  msgstr ""
208
 
209
+ #: packages.php:191
210
  msgid "VK_FB Page Plugin - display the Facebook Page Plugin."
211
  msgstr ""
212
 
213
+ #: packages.php:192
214
  msgid "VK_3PR area - display the 3PR area."
215
  msgstr ""
216
 
217
+ #: packages.php:193
218
  msgid "categories/tags list"
219
  msgstr ""
220
 
221
+ #: packages.php:193
222
  msgid "Displays a categories, tags or format list."
223
  msgstr ""
224
 
225
+ #: packages.php:194 plugins/other_widget/widget-archives.php:9
226
  msgid "archive list"
227
  msgstr ""
228
 
229
+ #: packages.php:194 plugins/other_widget/widget-archives.php:14
230
  msgid ""
231
  "Displays a list of archives. You can choose the post type and also to "
232
  "display archives by month or by year."
233
  msgstr ""
234
 
235
+ #: packages.php:199
236
  msgid "Widgets"
237
  msgstr ""
238
 
239
+ #: packages.php:217
240
  msgid "CSS customize"
241
  msgstr ""
242
 
243
+ #: packages.php:218
244
  msgid "You can set Customize CSS."
245
  msgstr ""
246
 
247
+ #: packages.php:236
248
  msgid "Child page index"
249
  msgstr ""
250
 
251
+ #: packages.php:237
252
  msgid ""
253
  "At the bottom of the specified page, it will display a list of the child "
254
  "page."
255
  msgstr ""
256
 
257
+ #: packages.php:248
258
  msgid "Page list from ancestor"
259
  msgstr ""
260
 
261
+ #: packages.php:249
262
  msgid "Display Page list from ancestor at after content."
263
  msgstr ""
264
 
265
+ #: packages.php:259
266
  msgid "Contact Section"
267
  msgstr ""
268
 
269
+ #: packages.php:260
270
  msgid "Display Contact Section at after content."
271
  msgstr ""
272
 
273
+ #: packages.php:277
274
  msgid "Display HTML Site Map"
275
  msgstr ""
276
 
277
+ #: packages.php:278
278
  msgid "It displays a HTML Site Map to the specified page."
279
  msgstr ""
280
 
281
+ #: packages.php:287 plugins/call_to_action/view.adminsetting.php:10
282
  msgid "Display the CTA at the end of the post content."
283
  msgstr ""
284
 
285
+ #: packages.php:289 plugins/call_to_action/view.adminsetting.php:11
286
  msgid ""
287
  "The CTA stands for \"Call to action\" and this is the area that prompts the "
288
  "user behavior."
289
  msgstr ""
290
 
291
+ #: packages.php:291 plugins/call_to_action/view.adminsetting.php:12
292
  msgid ""
293
  "As an example, text message and a link button for induction to the free "
294
  "sample download page."
295
  msgstr ""
296
 
297
+ #: packages.php:295 plugins/call_to_action/view.adminsetting.php:6
298
  msgid "Call To Action"
299
  msgstr ""
300
 
301
+ #: packages.php:304
302
  msgid "Contents setting"
303
  msgstr ""
304
 
305
+ #: packages.php:318 plugins/insert_ads.php:37 plugins/insert_ads.php:119
306
  msgid "Insert ads"
307
  msgstr ""
308
 
309
+ #: packages.php:319
310
  msgid "Insert ads to content."
311
  msgstr ""
312
 
313
+ #: packages.php:335 plugins/related_posts/related_posts.php:57
314
  msgid "Related posts"
315
  msgstr ""
316
 
317
+ #: packages.php:336
318
  msgid "Print Related posts lists to post content bottom."
319
  msgstr ""
320
 
321
+ #: packages.php:346 vkExUnit_admin.php:28
322
  msgid "Automatic Eye Catch insert"
323
  msgstr ""
324
 
325
+ #: packages.php:347
326
  msgid "Display Eye Catch image at before content."
327
  msgstr ""
328
 
329
+ #: packages.php:357
330
  msgid "Disable ping back"
331
  msgstr ""
332
 
333
+ #: packages.php:358
334
  msgid "Disable xmlrpc ping back."
335
  msgstr ""
336
 
337
+ #: packages.php:367 packages.php:368
338
  msgid "Disable dashbord"
339
  msgstr ""
340
 
341
+ #: packages.php:379
342
+ msgid "TinyMCE Style Tags"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
343
  msgstr ""
344
 
345
+ #: packages.php:380
346
+ msgid "Add TinyMCE Editor to style tags."
347
  msgstr ""
348
 
349
+ #: vkExUnit_admin.php:3
350
+ msgid "Enable setting"
351
  msgstr ""
352
 
353
+ #: vkExUnit_admin.php:16 vkExUnit_admin.php:74
354
+ msgid "Select all"
355
  msgstr ""
356
 
357
+ #: vkExUnit_admin.php:16 vkExUnit_admin.php:74
358
+ msgid "Function"
359
  msgstr ""
360
 
361
+ #: vkExUnit_admin.php:16 vkExUnit_admin.php:74
362
+ msgid "Description"
363
  msgstr ""
364
 
365
+ #: vkExUnit_admin.php:80
366
+ msgid "Extension Setting"
367
  msgstr ""
368
 
369
+ #: vkExUnit_admin.php:83
370
+ msgid "Plugin setting options"
 
 
371
  msgstr ""
372
 
373
+ #: vkExUnit_admin.php:85
374
+ msgid "Delete myOptions when deactivate me."
375
  msgstr ""
376
 
377
+ #: plugins/auto_eyecatch.php:40
378
+ msgid "Automatic EyeCatch"
 
 
379
  msgstr ""
380
 
381
+ #: plugins/auto_eyecatch.php:50
382
+ msgid "Do not set eyecatch image automatic."
383
  msgstr ""
384
 
385
+ #: plugins/child_page_index.php:40
386
+ #: plugins/other_widget/widget-3pr-area.php:270
387
  #: plugins/other_widget/widget-3pr-area.php:312
388
  #: plugins/other_widget/widget-3pr-area.php:355
389
  msgid "Read more"
472
  msgid "Display Contact Section"
473
  msgstr ""
474
 
475
+ #: plugins/contact_section.php:226 plugins/contact_section.php:253
476
  msgid "Edit contact information"
477
  msgstr ""
478
 
479
+ #: plugins/contact_section.php:272
480
  msgid "Contact Button"
481
  msgstr ""
482
 
483
+ #: plugins/contact_section.php:278 plugins/contact_section.php:300
484
  #, php-format
485
  msgid ""
486
  "*It is necessary to set the \"%s\" -> \"Contact Information\" section in "
487
  "\"Main setting\" page."
488
  msgstr ""
489
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
490
  #: plugins/footer_copyright_change.php:6
491
  msgid ""
492
  "<p>Powered by <a href=\"https://wordpress.org/\">WordPress</a> with <a href="
497
  "</p>"
498
  msgstr ""
499
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
500
  #: plugins/icons.php:38 plugins/icons.php:68
501
  msgid "icon setting"
502
  msgstr ""
615
  msgid "* keywords common to the entire site can be set from %s."
616
  msgstr ""
617
 
618
+ #: plugins/page_custom_field.php:11
619
+ msgid "Setting of insert items"
620
  msgstr ""
621
 
622
+ #: plugins/pageList_ancestor.php:64
623
+ msgid "Display a page list from ancestor"
624
  msgstr ""
625
 
626
+ #: plugins/wp_title.php:47
627
+ #, php-format
628
+ msgid "Search Results for : %s"
629
  msgstr ""
630
 
631
+ #: plugins/wp_title.php:50
632
+ msgid "Not found"
633
+ msgstr ""
634
+
635
+ #: plugins/wp_title.php:71 plugins/wp_title.php:83 plugins/wp_title.php:87
636
+ msgid "&lt;title&gt; tag of homepage"
637
+ msgstr ""
638
+
639
+ #: plugins/wp_title.php:91
640
+ msgid "title of the site"
641
+ msgstr ""
642
+
643
+ #: plugins/wp_title.php:92
644
+ #, php-format
645
+ msgid "Normally, I will include the %1$s in the title tag."
646
+ msgstr ""
647
+
648
+ #: plugins/wp_title.php:93
649
+ msgid ""
650
+ "For example, it appears in the form of <br />&lt;title&gt;page title | site "
651
+ "title&lt;/title&gt;<br /> if using a static page."
652
+ msgstr ""
653
+
654
+ #: plugins/wp_title.php:95
655
+ #, php-format
656
+ msgid ""
657
+ "However, it might have negative impact on search engine rankings if the &lt;"
658
+ "title&gt; is too long, <strong>therefore please include the most popular "
659
+ "keywords in a summarized manner, keeping the %s as short as possible.</"
660
+ "strong>"
661
+ msgstr ""
662
+
663
+ #: plugins/wp_title.php:96
664
+ msgid ""
665
+ "However, in the home page, as described above, other title will not be "
666
+ "added, it is possible to make the &lt;title&gt; little longer, which can be "
667
+ "set separately here."
668
+ msgstr ""
669
+
670
+ #: plugins/wp_title.php:98
671
+ msgid "Noting, set automatically"
672
+ msgstr ""
673
+
674
+ #: plugins/call_to_action/class.call_to_action.php:48
675
+ #: plugins/call_to_action/view.actionbox.php:39
676
+ msgid "Edit CTA"
677
+ msgstr ""
678
+
679
+ #: plugins/call_to_action/class.call_to_action.php:49
680
+ msgid "Add new CTA"
681
+ msgstr ""
682
+
683
+ #: plugins/call_to_action/class.call_to_action.php:50
684
+ msgid "New CTA"
685
+ msgstr ""
686
+
687
+ #: plugins/call_to_action/class.call_to_action.php:76
688
+ #: plugins/call_to_action/class.call_to_action.php:78
689
+ #: plugins/call_to_action/class.call_to_action.php:79
690
+ msgid "Call to Action setting"
691
+ msgstr ""
692
+
693
+ #: plugins/call_to_action/class.call_to_action.php:81
694
+ msgid "CTA Contents"
695
+ msgstr ""
696
+
697
+ #: plugins/call_to_action/class.call_to_action.php:89
698
+ msgid "Follow common setting"
699
+ msgstr ""
700
+
701
+ #: plugins/call_to_action/class.call_to_action.php:90
702
+ #: plugins/call_to_action/class.call_to_action.php:399
703
+ msgid "Disable display"
704
+ msgstr ""
705
+
706
+ #: plugins/call_to_action/class.call_to_action.php:101
707
+ msgid "CTA common setting"
708
+ msgstr ""
709
+
710
+ #: plugins/call_to_action/class.call_to_action.php:102
711
+ #: plugins/call_to_action/view.adminsetting.php:22
712
+ msgid "Show CTA index page"
713
+ msgstr ""
714
+
715
+ #: plugins/call_to_action/class.call_to_action.php:167
716
+ msgid "CTA image"
717
+ msgstr ""
718
+
719
+ #: plugins/call_to_action/class.call_to_action.php:173
720
+ msgid "Add image"
721
+ msgstr ""
722
+
723
+ #: plugins/call_to_action/class.call_to_action.php:174
724
+ msgid "Change image"
725
+ msgstr ""
726
+
727
+ #: plugins/call_to_action/class.call_to_action.php:175
728
+ msgid "Remove image"
729
+ msgstr ""
730
+
731
+ #: plugins/call_to_action/class.call_to_action.php:180
732
+ msgid "CTA image position"
733
+ msgstr ""
734
+
735
+ #: plugins/call_to_action/class.call_to_action.php:183
736
+ msgid "right"
737
+ msgstr ""
738
+
739
+ #: plugins/call_to_action/class.call_to_action.php:184
740
+ msgid "center"
741
+ msgstr ""
742
+
743
+ #: plugins/call_to_action/class.call_to_action.php:185
744
+ msgid "left"
745
+ msgstr ""
746
+
747
+ #: plugins/call_to_action/class.call_to_action.php:189
748
+ msgid "Button text"
749
+ msgstr ""
750
+
751
+ #: plugins/call_to_action/class.call_to_action.php:192
752
+ msgid "Button link url"
753
+ msgstr ""
754
+
755
+ #: plugins/call_to_action/class.call_to_action.php:195
756
+ msgid "Text message"
757
+ msgstr ""
758
+
759
+ #: plugins/call_to_action/class.call_to_action.php:201
760
+ msgid "CTA setting"
761
+ msgstr ""
762
+
763
+ #: plugins/call_to_action/view.adminsetting.php:14
764
+ msgid "How to use"
765
+ msgstr ""
766
+
767
+ #: plugins/call_to_action/view.adminsetting.php:17
768
+ msgid ""
769
+ "You register the contents on \"CTA\" that you want to display to bottom of "
770
+ "the content."
771
+ msgstr ""
772
+
773
+ #: plugins/call_to_action/view.adminsetting.php:18
774
+ msgid "Choose the CTA to be displayed from the following."
775
+ msgstr ""
776
+
777
+ #: plugins/call_to_action/view.adminsetting.php:19
778
+ msgid ""
779
+ "If you want to switch the CTA to be displayed on each post, please set in "
780
+ "the details page of such posting."
781
+ msgstr ""
782
+
783
+ #: plugins/call_to_action/view.adminsetting.php:32
784
+ msgid "Show index page"
785
+ msgstr ""
786
+
787
+ #: plugins/css_customize/css_customize-edit.php:2
788
+ #: plugins/css_customize/css_customize.php:28
789
+ #: plugins/css_customize/css_customize.php:44
790
+ #: plugins/css_customize/css_customize.php:45
791
+ msgid "CSS Customize"
792
+ msgstr ""
793
+
794
+ #: plugins/css_customize/css_customize-edit.php:5
795
+ msgid "You can add custom CSS here."
796
+ msgstr ""
797
+
798
+ #: plugins/css_customize/css_customize-edit.php:10
799
+ msgid "Save CSS"
800
+ msgstr ""
801
+
802
+ #: plugins/css_customize/css_customize.php:102
803
+ msgid "Your custom CSS was saved."
804
+ msgstr ""
805
+
806
+ #: plugins/css_customize/css_customize.php:105
807
+ msgid "Error occured. Please try again."
808
+ msgstr ""
809
+
810
+ #: plugins/google_analytics/ga_admin.php:9
811
+ #: plugins/google_analytics/ga_admin.php:13
812
+ #: plugins/google_analytics/google_analytics.php:18
813
+ msgid "Google Analytics Settings"
814
+ msgstr ""
815
+
816
+ #: plugins/google_analytics/ga_admin.php:14
817
+ msgid ""
818
+ "Please fill in the Google Analytics ID from the Analytics embed code used in "
819
+ "the site."
820
+ msgstr ""
821
+
822
+ #: plugins/google_analytics/ga_admin.php:19
823
+ msgid ""
824
+ "Please select the type of Analytics code . (If you are unsure you can skip "
825
+ "this.)"
826
+ msgstr ""
827
+
828
+ #: plugins/google_analytics/ga_admin.php:23
829
+ msgid "To output the Universal Analytics code (default)"
830
+ msgstr ""
831
+
832
+ #: plugins/google_analytics/ga_admin.php:24
833
+ msgid "To output only normal code"
834
+ msgstr ""
835
+
836
+ #: plugins/google_analytics/ga_admin.php:25
837
+ msgid "To output both types"
838
  msgstr ""
839
 
840
  #: plugins/other_widget/widget-3pr-area.php:9
867
  #: plugins/other_widget/widget-3pr-area.php:48
868
  #: plugins/other_widget/widget-3pr-area.php:98
869
  #: plugins/other_widget/widget-3pr-area.php:149
870
+ #: plugins/other_widget/widget-new-posts.php:159
871
  #: plugins/other_widget/widget-pr-blocks.php:74
872
  #: plugins/other_widget/widget-profile.php:40
873
  #: plugins/sns/function_fbPagePlugin.php:79
936
  msgstr ""
937
 
938
  #: plugins/other_widget/widget-archives.php:63
939
+ #: plugins/other_widget/widget-new-posts.php:156
940
+ #: plugins/other_widget/widget-new-posts.php:157
941
  msgid "Title"
942
  msgstr ""
943
 
968
 
969
  #: plugins/other_widget/widget-new-posts.php:11
970
  #: plugins/other_widget/widget-new-posts.php:29
971
+ #: plugins/other_widget/widget-new-posts.php:146
972
  msgid "Recent Posts"
973
  msgstr ""
974
 
976
  msgid "Displays a list of your most recent posts"
977
  msgstr ""
978
 
979
+ #: plugins/other_widget/widget-new-posts.php:155
980
  msgid "Display Format"
981
  msgstr ""
982
 
983
+ #: plugins/other_widget/widget-new-posts.php:156
984
  msgid "Thumbnail"
985
  msgstr ""
986
 
987
+ #: plugins/other_widget/widget-new-posts.php:156
988
+ #: plugins/other_widget/widget-new-posts.php:157
989
  msgid "Date"
990
  msgstr ""
991
 
992
+ #: plugins/other_widget/widget-new-posts.php:157
993
+ #: plugins/other_widget/widget-taxonomies.php:20
994
+ #: plugins/other_widget/widget-taxonomies.php:49
995
+ #: plugins/other_widget/widget-taxonomies.php:50
996
  msgid "Category"
997
  msgstr ""
998
 
999
+ #: plugins/other_widget/widget-new-posts.php:164
1000
  msgid "Display count"
1001
  msgstr ""
1002
 
1003
+ #: plugins/other_widget/widget-new-posts.php:169
1004
  msgid "Slug for the custom type you want to display"
1005
  msgstr ""
1006
 
1007
+ #: plugins/other_widget/widget-new-posts.php:174
1008
  msgid "taxonomy ID"
1009
  msgstr ""
1010
 
1011
+ #: plugins/other_widget/widget-new-posts.php:176
1012
  msgid "if you need filtering by term, add the term ID separate by \",\"."
1013
  msgstr ""
1014
 
1015
+ #: plugins/other_widget/widget-new-posts.php:178 plugins/sns/sns_admin.php:66
1016
  msgid "if empty this area, I will do not filtering."
1017
  msgstr ""
1018
 
1025
  msgstr ""
1026
 
1027
  #: plugins/other_widget/widget-page.php:34
1028
+ #: plugins/other_widget/widget-taxonomies.php:62
1029
  msgid "Display page"
1030
  msgstr ""
1031
 
1033
  msgid "display title"
1034
  msgstr ""
1035
 
1036
+ #: plugins/other_widget/widget-page.php:64
1037
  msgid "Edit"
1038
  msgstr ""
1039
 
1081
  msgstr ""
1082
 
1083
  #: plugins/other_widget/widget-pr-blocks.php:71
1084
+ #: plugins/other_widget/widget-pr-blocks.php:173
1085
  msgid "PR Block"
1086
  msgstr ""
1087
 
1182
  msgid "Displays a categories and custom taxonomies list."
1183
  msgstr ""
1184
 
1185
+ #: plugins/other_widget/widget-taxonomies.php:58
1186
  msgid "Label to display"
1187
  msgstr ""
1188
 
1189
+ #: plugins/other_widget/widget-taxonomies.php:78
1190
  msgid "Blog"
1191
  msgstr ""
1192
 
1193
+ #: plugins/other_widget/old/widget-rss-widget.php:9
1194
+ msgid "Displays entries list from a RSS feed link."
1195
  msgstr ""
1196
 
1197
+ #: plugins/other_widget/old/widget-rss-widget.php:11
1198
+ msgid "RSS entries for top"
1199
+ msgstr ""
1200
+
1201
+ #: plugins/other_widget/old/widget-rss-widget.php:25
1202
+ msgid "Blog entries"
1203
+ msgstr ""
1204
+
1205
+ #: plugins/other_widget/old/widget-rss-widget.php:30
1206
+ msgid "Heading title"
1207
  msgstr ""
1208
 
1209
  #: plugins/sitemap_page/sitemap_admin.php:9
1383
  msgid "Edit Guide"
1384
  msgstr ""
1385
 
1386
+ #: plugins_admin/admin_bar.php:57
1387
  msgid "Active Setting"
1388
  msgstr ""
1389
 
1390
+ #: plugins_admin/admin_bar.php:65
1391
  msgid "Main Setting"
1392
  msgstr ""
1393
 
1398
  #: plugins_admin/news_from_exUnit.php:31
1399
  msgid "Sorry, there is no post"
1400
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
packages.php CHANGED
@@ -101,6 +101,7 @@ $required_packages[] = array(
101
  'title' => __( 'Rewrite the title tag', 'vkExUnit' ),
102
  'description' => __( 'Print is rewritten by its own rules to html head.', 'vkExUnit' ),
103
  'default' => true,
 
104
  );
105
 
106
  /*-------------------------------------------*/
101
  'title' => __( 'Rewrite the title tag', 'vkExUnit' ),
102
  'description' => __( 'Print is rewritten by its own rules to html head.', 'vkExUnit' ),
103
  'default' => true,
104
+ 'include' => 'wp_title.php',
105
  );
106
 
107
  /*-------------------------------------------*/
plugins/sns/function_og.php CHANGED
@@ -13,7 +13,7 @@ function vkExUnit_print_og() {
13
  $title = get_post_meta( get_the_id(), 'vkExUnit_sns_title', true );
14
  }
15
  if ( ! $title ) {
16
- $title = vkExUnit_get_wp_head_title();
17
  }
18
 
19
  //$ogImage = $vkExUnit_sns_options['ogImage'];
13
  $title = get_post_meta( get_the_id(), 'vkExUnit_sns_title', true );
14
  }
15
  if ( ! $title ) {
16
+ $title = strip_tags( wp_title( '', false ) );
17
  }
18
 
19
  //$ogImage = $vkExUnit_sns_options['ogImage'];
plugins/sns/function_twitterCard.php CHANGED
@@ -28,7 +28,7 @@ function vkExUnit_add_twitterCard() {
28
  $title = get_post_meta( get_the_id(), 'vkExUnit_sns_title', true );
29
  }
30
  if ( ! $title ) {
31
- $title = vkExUnit_get_wp_head_title();
32
  }
33
  // domain
34
  preg_match( '/https?:\/\/(.+?)\//i', admin_url(), $match );
28
  $title = get_post_meta( get_the_id(), 'vkExUnit_sns_title', true );
29
  }
30
  if ( ! $title ) {
31
+ $title = strip_tags( wp_title( '', false ) );
32
  }
33
  // domain
34
  preg_match( '/https?:\/\/(.+?)\//i', admin_url(), $match );
plugins/wp_title.php ADDED
@@ -0,0 +1,130 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ //WordPress -> 4.3
3
+ add_filter( 'wp_title', 'vkExUnit_get_wp_head_title', 11 );
4
+ //WordPress 4.4 ->
5
+ add_filter( 'pre_get_document_title', 'vkExUnit_get_wp_head_title', 11 );
6
+ /*-------------------------------------------*/
7
+ /* Head title
8
+ /*-------------------------------------------*/
9
+ function vkExUnit_get_wp_head_title() {
10
+ global $wp_query;
11
+ $post = $wp_query->get_queried_object();
12
+ $sep = ' | ';
13
+ $sep = apply_filters( 'vkExUnit_get_wp_head_title', $sep );
14
+
15
+ if ( is_front_page() ) {
16
+ $options = vkExUnit_get_wp_title_options();
17
+ if( empty( $options['extend_frontTitle'] ) )
18
+ $title = get_bloginfo( 'name' ).$sep.get_bloginfo( 'description' );
19
+ else
20
+ $title = $options['extend_frontTitle'];
21
+
22
+ } else if ( is_home() && ! is_front_page() ) {
23
+ $title = vkExUnit_get_the_archive_title().$sep.get_bloginfo( 'name' );
24
+ } else if ( is_archive() ) {
25
+ $title = vkExUnit_get_the_archive_title().$sep.get_bloginfo( 'name' );
26
+ // Page
27
+ } else if ( is_page() ) {
28
+ // Sub Pages
29
+ if ( $post->post_parent ) {
30
+ if ( $post->ancestors ) {
31
+ foreach ( $post->ancestors as $post_anc_id ) {
32
+ $post_id = $post_anc_id;
33
+ }
34
+ } else {
35
+ $post_id = $post->ID;
36
+ }
37
+ $title = get_the_title().$sep.get_the_title( $post_id ).$sep.get_bloginfo( 'name' );
38
+ // Not Sub Pages
39
+ } else {
40
+ $title = get_the_title().$sep.get_bloginfo( 'name' );
41
+ }
42
+ } else if ( is_single() || is_attachment() ) {
43
+ $title = get_the_title().$sep.get_bloginfo( 'name' );
44
+
45
+ // Search
46
+ } else if ( is_search() ) {
47
+ $title = sprintf( __( 'Search Results for : %s', 'vkExUnit' ),get_search_query() ).$sep.get_bloginfo( 'name' );
48
+ // 404
49
+ } else if ( is_404() ) {
50
+ $title = __( 'Not found', 'vkExUnit' ).$sep.get_bloginfo( 'name' );
51
+ // Other
52
+ } else {
53
+ $title = get_bloginfo( 'name' );
54
+ }
55
+
56
+ // Add Page numner.
57
+ global $paged;
58
+ if ( $paged >= 2 ) {
59
+ $title = '['.sprintf( __( 'Page of %s', 'vkExUnit' ),$paged ).'] '.$title;
60
+ }
61
+
62
+ $title = apply_filters( 'vkExUnit_get_wp_head_title', $title );
63
+
64
+ // Remove Tags(ex:<i>) & return
65
+ return strip_tags( $title );
66
+ }
67
+
68
+
69
+ function vkExUnit_wp_title_init() {
70
+ vkExUnit_register_setting(
71
+ __( '&lt;title&gt; tag of homepage', 'vkExUnit' ),
72
+ 'vkExUnit_wp_title',
73
+ 'vkExUnit_wp_title_validate',
74
+ 'vkExUnit_add_wp_title_page'
75
+ );
76
+ }
77
+ add_action( 'admin_init', 'vkExUnit_wp_title_init' );
78
+
79
+ function vkExUnit_add_wp_title_page(){
80
+ $options = vkExUnit_get_wp_title_options();
81
+ ?>
82
+ <div id="seoSetting" class="sectionBox">
83
+ <h3><?php _e( '&lt;title&gt; tag of homepage', 'vkExUnit' ); ?></h3>
84
+ <table class="form-table">
85
+ <!-- Google Analytics -->
86
+ <tr>
87
+ <th><?php _e( '&lt;title&gt; tag of homepage', 'vkExUnit' ); ?></th>
88
+ <td>
89
+ <p>
90
+ <?php
91
+ $sitetitle_link = '<a href="'.get_admin_url().'options-general.php" target="_blank">'.__('title of the site', 'vkExUnit').'</a>';
92
+ printf( __( 'Normally, I will include the %1$s in the title tag.', 'vkExUnit' ), $sitetitle_link );?><br />
93
+ <?php _e('For example, it appears in the form of <br />&lt;title&gt;page title | site title&lt;/title&gt;<br /> if using a static page.', 'vkExUnit'); ?>
94
+ <?php
95
+ printf( __('However, it might have negative impact on search engine rankings if the &lt;title&gt; is too long, <strong>therefore please include the most popular keywords in a summarized manner, keeping the %s as short as possible.</strong>', 'vkExUnit'),$sitetitle_link) ; ?>
96
+ <?php _e('However, in the home page, as described above, other title will not be added, it is possible to make the &lt;title&gt; little longer, which can be set separately here.', 'vkExUnit'); ?></p>
97
+
98
+ <input type="text" name="vkExUnit_wp_title[extend_frontTitle]" value="<?php echo $options['extend_frontTitle']; ?>" placeholder="<?php _e( 'Noting, set automatically', 'vkExUnit' ); ?>" />
99
+ </td>
100
+ </tr>
101
+ </table>
102
+ <?php submit_button(); ?>
103
+ </div>
104
+ <?php
105
+ }
106
+
107
+
108
+
109
+ function vkExUnit_get_wp_title_options() {
110
+ $options = get_option( 'vkExUnit_wp_title', array() );
111
+ $options = wp_parse_args( $options, vkExUnit_get_wp_title_default() );
112
+ return $options;
113
+ }
114
+
115
+
116
+
117
+ function vkExUnit_get_wp_title_default() {
118
+ $default_options = array(
119
+ 'extend_frontTitle' => '',
120
+ );
121
+ return apply_filters( 'vkExUnit_wp_title_default', $default_options );
122
+ }
123
+
124
+
125
+
126
+ function vkExUnit_wp_title_validate( $input ) {
127
+ $output = array();
128
+ $output['extend_frontTitle'] = htmlspecialchars( $input['extend_frontTitle'] );
129
+ return $output;
130
+ }
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: vektor-inc,bizvektor,kurudrive,nc30,SaoriMiyazaki
3
  Donate link:
4
  Tags: Google Analytics, New posts, Related Posts, sitemap, sns, twitter card, Facebook Page Plugin, OG tags,
5
  Requires at least: 4.2
6
- Tested up to: 4.5.1
7
- Stable tag: 3.8.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -71,6 +71,9 @@ e.g.
71
 
72
  == Changelog ==
73
 
 
 
 
74
  = 3.8.2 =
75
  * [ bug fix ][ SNS Buttons ] ignore post id no work...
76
 
@@ -192,7 +195,7 @@ e.g.
192
  * Setting page url bug fix
193
 
194
  = 0.1.1.0 =
195
- * Hellow world
196
 
197
  == Upgrade Notice ==
198
 
3
  Donate link:
4
  Tags: Google Analytics, New posts, Related Posts, sitemap, sns, twitter card, Facebook Page Plugin, OG tags,
5
  Requires at least: 4.2
6
+ Tested up to: 4.5.2
7
+ Stable tag: 3.9.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
71
 
72
  == Changelog ==
73
 
74
+ = 3.9.0 =
75
+ * [ Add Function ][ titile tag ] The ability to customize the title tag of homepage.
76
+
77
  = 3.8.2 =
78
  * [ bug fix ][ SNS Buttons ] ignore post id no work...
79
 
195
  * Setting page url bug fix
196
 
197
  = 0.1.1.0 =
198
+ * Hellow world
199
 
200
  == Upgrade Notice ==
201
 
vkExUnit.php CHANGED
@@ -3,13 +3,13 @@
3
  Plugin Name: VK All in One Expansion Unit
4
  Plugin URI: http://ex-unit.vektor-inc.co.jp
5
  Description: This plug-in is an integrated plug-in with a variety of features that make it powerful your web site. Many features can be stopped individually. Example Facebook Page Plugin,Social Bookmarks,Print OG Tags,Print Twitter Card Tags,Print Google Analytics tag,New post widget,Insert Related Posts and more!
6
- Version: 3.8.2
7
  Author: Vektor,Inc.
8
  Author URI: http://vektor-inc.co.jp
9
  License: GPL2
10
  */
11
  /*
12
- Copyright 2015 Hidekazu Ishikawa ( email : kurudrive@gmail.com )
13
 
14
  This program is free software; you can redistribute it and/or modify
15
  it under the terms of the GNU General Public License, version 2, as
@@ -102,13 +102,6 @@ require vkExUnit_get_directory() . '/plugins/page_custom_field.php';
102
 
103
  vkExUnit_package_include(); // package_manager.php
104
 
105
- if ( vkExUnit_package_is_enable( 'wpTitle' ) ) {
106
- //WordPress -> 4.3
107
- add_filter( 'wp_title', 'vkExUnit_get_wp_head_title', 11 );
108
- //WordPress 4.4 ->
109
- add_filter( 'pre_get_document_title', 'vkExUnit_get_wp_head_title', 11 );
110
- }
111
-
112
  /*-------------------------------------------*/
113
  /* Add vkExUnit css
114
  /*-------------------------------------------*/
3
  Plugin Name: VK All in One Expansion Unit
4
  Plugin URI: http://ex-unit.vektor-inc.co.jp
5
  Description: This plug-in is an integrated plug-in with a variety of features that make it powerful your web site. Many features can be stopped individually. Example Facebook Page Plugin,Social Bookmarks,Print OG Tags,Print Twitter Card Tags,Print Google Analytics tag,New post widget,Insert Related Posts and more!
6
+ Version: 3.9.0
7
  Author: Vektor,Inc.
8
  Author URI: http://vektor-inc.co.jp
9
  License: GPL2
10
  */
11
  /*
12
+ Copyright 2015-2016 Vektor,Inc. ( email : kurudrive@gmail.com )
13
 
14
  This program is free software; you can redistribute it and/or modify
15
  it under the terms of the GNU General Public License, version 2, as
102
 
103
  vkExUnit_package_include(); // package_manager.php
104
 
 
 
 
 
 
 
 
105
  /*-------------------------------------------*/
106
  /* Add vkExUnit css
107
  /*-------------------------------------------*/