rhymix/modules/springnote/lang/jp.lang.php
2009-03-25 13:52:15 +00:00

30 lines
2.5 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* @file jp.lang.php
* @author zero (zero@nzeo.com)翻訳:ミニミ
* @brief スプリングノート(springnote) モジュールの基本言語パッケージ 日本語翻訳RisaPapa
**/
$lang->springnote = "スプリングノート";
$lang->springnote_openid = "オープンID";
$lang->springnote_userkey = "ユーザーKey";
$lang->springnote_pageid = "ページ番号";
$lang->springnote_pageid_setup = 'ページ番号設定';
$lang->springnote_pageid_option_only = '指定ページのみ表示(リスト非表示)';
$lang->springnote_pageid_option_list = '指定ページから表示(リスト表示)';
$lang->springnote_domain = "ドメイン指定";
$lang->page_url = "元のURL";
$lang->page_modified = "最終修正";
$lang->page_modifier = "最終修正者";
$lang->cmd_springnote_list = 'スプリングノートリスト';
$lang->cmd_view_info = 'スプリングノート情報';
$lang->about_springnote = "スプリングートは、「openmaru.com」から提供されるウィキサービスです。<br />スプリングノート連動モジュールは、スプリングノートの特定のページを自分のコンテンツの閲覧することができるようにするモジュールです。";
$lang->about_springnote_openid = "スプリングートでページを作成したオープンIDを入力して下さい。";
$lang->about_springnote_userkey = 'スプリングートと連動させるためのユーザKeyを入力して下さい。<br />[<a href="https://api.openmaru.com/delegate_key/springnote?app_id=www.zeroboard.com&openid=" onclick="window.open(this.href);return false;">ユーザーキー受信</a>]をクリックして入力して生成されたキーの値を入力して下さい。';
$lang->about_springnote_pageid = '使用するスプリングートの特定ページを出力させたい場合、「pageid」の値を入力して下さい。';
$lang->about_springnote_pageid_setup = 'ページ番号を指定する際に、該当ページのみ表示(リストを含まない)、該当ページから表示(リストを含む)などを指定することができます。';
$lang->about_springnote_domain = '自分のスプリングノートではない他のドメインのスプリングノートを入力することができます( 「http://domain.springnote.com」でドメインの値を入力して下さい )。';
?>