rhymix/modules/springnote/lang/jp.lang.php

26 lines
1.9 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 ko.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_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_domain = '자신의 스프링노트가 아닌 다른 도메인의 스프링노트를 입력할 수 있습니다. (http://도메인.springnote.com 에서 도메인값만 입력해주세요)';
?>