Skip to content

Commit

Permalink
[plugin:gsearch] New plugin "gsearch" added
Browse files Browse the repository at this point in the history
  • Loading branch information
nao-pon committed Apr 3, 2013
1 parent 6277601 commit 7622dd3
Show file tree
Hide file tree
Showing 9 changed files with 412 additions and 0 deletions.
@@ -0,0 +1,11 @@
<?php
$msg = array(
'msg_notfound' => '# It was not found though %2$s of Google "%1$s" was retrieved.',
'msg_more' => 'Looks for %2$s of "%1$s" more.',
'msg_web' => 'Web sites',
'msg_images' => 'Images',
'msg_video' => 'Videos',
'msg_websvc' => 'Web Service',
'err_badres' => 'Connected failure to Google.',
'err_option' => '#gsearch(mode,query) Error: The option is not correctly specified.',
);
@@ -0,0 +1,11 @@
<?php
$msg = array(
'msg_notfound' => '# It was not found though %2$s of Google "%1$s" was retrieved.',
'msg_more' => 'Looks for %2$s of "%1$s" more.',
'msg_web' => 'Web sites',
'msg_images' => 'Images',
'msg_video' => 'Videos',
'msg_websvc' => 'Web Service',
'err_badres' => 'Connected failure to Google.',
'err_option' => '#gsearch(mode,query) Error: The option is not correctly specified.',
);
@@ -0,0 +1,11 @@
<?php
$msg = array(
'msg_notfound' => '# It was not found though %2$s of Google "%1$s" was retrieved.',
'msg_more' => 'Looks for %2$s of "%1$s" more.',
'msg_web' => 'Web sites',
'msg_images' => 'Images',
'msg_video' => 'Videos',
'msg_websvc' => 'Web Service',
'err_badres' => 'Connected failure to Google.',
'err_option' => '#gsearch(mode,query) Error: The option is not correctly specified.',
);
@@ -0,0 +1,11 @@
<?php
$msg = array(
'msg_notfound' => '※ Google で「%1$s」の%2$sを検索しましたが見つかりませんでした。',
'msg_more' => '「%1$s」の%2$sをもっと探す',
'msg_web' => 'Webサイト',
'msg_images' => '画像',
'msg_video' => '動画',
'msg_websvc' => 'Webサービス',
'err_badres' => 'Google のサーバーに接続できませんでした。',
'err_option' => '#gsearch(mode,query) エラー:オプションが正しく指定されていません。',
);
@@ -0,0 +1,11 @@
<?php
$msg = array(
'msg_notfound' => '※ Google で「%1$s」の%2$sを検索しましたが見つかりませんでした。',
'msg_more' => '「%1$s」の%2$sをもっと探す',
'msg_web' => 'Webサイト',
'msg_images' => '画像',
'msg_video' => '動画',
'msg_websvc' => 'Webサービス',
'err_badres' => 'Google のサーバーに接続できませんでした。',
'err_option' => '#gsearch(mode,query) エラー:オプションが正しく指定されていません。',
);
@@ -0,0 +1,11 @@
<?php
$msg = array(
'msg_notfound' => '# It was not found though %2$s of Google "%1$s" was retrieved.',
'msg_more' => 'Looks for %2$s of "%1$s" more.',
'msg_web' => 'Web sites',
'msg_images' => 'Images',
'msg_video' => 'Videos',
'msg_websvc' => 'Web Service',
'err_badres' => 'Connected failure to Google.',
'err_option' => '#gsearch(mode,query) Error: The option is not correctly specified.',
);
@@ -0,0 +1,11 @@
<?php
$msg = array(
'msg_notfound' => '# It was not found though %2$s of Google "%1$s" was retrieved.',
'msg_more' => 'Looks for %2$s of "%1$s" more.',
'msg_web' => 'Web sites',
'msg_images' => 'Images',
'msg_video' => 'Videos',
'msg_websvc' => 'Web Service',
'err_badres' => 'Connected failure to Google.',
'err_option' => '#gsearch(mode,query) Error: The option is not correctly specified.',
);

0 comments on commit 7622dd3

Please sign in to comment.