summaryrefslogtreecommitdiff
path: root/lib/plugins/config/lang/ja/lang.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2012-01-25 20:24:15 +0100
committerAndreas Gohr <andi@splitbrain.org>2012-01-25 20:24:15 +0100
commit8ffcd8ae653b6e080efb01adcc96482315496bab (patch)
tree0d3ef49407be7b821f2b25f02305ad8bd7a9d6df /lib/plugins/config/lang/ja/lang.php
parent61d7a0b7204a0a21c3fdcd65c7d2661403c0a443 (diff)
parent5371328c2ade9ee2c2e09db62992fe4cfaadbbf1 (diff)
downloadrpg-8ffcd8ae653b6e080efb01adcc96482315496bab.tar.gz
rpg-8ffcd8ae653b6e080efb01adcc96482315496bab.tar.bz2
Merge branch 'master' into stable
* master: (75 commits) release preparations Romanian language update removed 'view original' button from new media manager again (was added in b8a84c03) and made a link around the image instead, as that is a more minor change (as it should be during the RC phase) and is what was originally planned corrected old mediaupload introduction text Removed obsolete Opera fix that now causes harm FS#2429 don't limit download sizes in plugin manager Disable E_STRICT error reporting Make Sitemapper functions static as they were used as static functions Make this dummy file empty like all others Update copyright year Remove testing md5 hash from installer Slovak language update localization: removed strings from old flashuploader Polish language update readded missing "view original" button to the new media manager always show full filename as tooltip in mediamanager Fix sorting in media manager search (FS#2423) make the installer check for new media dirs do not rely on tmpfile() in the AJAX uploader backend FS#2417 Galician language update ...
Diffstat (limited to 'lib/plugins/config/lang/ja/lang.php')
-rw-r--r--lib/plugins/config/lang/ja/lang.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/plugins/config/lang/ja/lang.php b/lib/plugins/config/lang/ja/lang.php
index 19f10af48..500d44539 100644
--- a/lib/plugins/config/lang/ja/lang.php
+++ b/lib/plugins/config/lang/ja/lang.php
@@ -41,9 +41,10 @@ $lang['_msg_setting_no_default'] = '初期値が設定されていません。';
$lang['fmode'] = 'ファイル作成マスク';
$lang['dmode'] = 'フォルダ作成マスク';
$lang['lang'] = '使用言語';
-$lang['basedir'] = 'ベースディレクトリ';
-$lang['baseurl'] = 'ベースURL';
+$lang['basedir'] = 'サーバのパス (例: <code>/dokuwiki/</code>)。空欄にすると自動的に検出します。';
+$lang['baseurl'] = 'サーバの URL (例: <code>http://www.yourserver.com</code>)。空欄にすると自動的に検出します。';
$lang['savedir'] = '保存ディレクトリ';
+$lang['cookiedir'] = 'Cookie のパス。空欄にすると baseurl を使用します。';
$lang['start'] = 'スタートページ名';
$lang['title'] = 'WIKIタイトル';
$lang['template'] = 'テンプレート';
@@ -67,6 +68,7 @@ $lang['useheading'] = '最初の見出しをページ名とする';
$lang['refcheck'] = 'メディア参照元チェック';
$lang['refshow'] = 'メディア参照元表示数';
$lang['allowdebug'] = 'デバッグモード(<b>必要で無いときは無効にしてください</b>)';
+$lang['mediarevisions'] = 'メディアファイルの履歴を有効にしますか?';
$lang['usewordblock'] = '単語リストに基づくスパムブロック';
$lang['indexdelay'] = 'インデックスを許可(何秒後)';
$lang['relnofollow'] = 'rel="nofollow"を付加';
@@ -114,6 +116,7 @@ $lang['jpg_quality'] = 'JPG圧縮品質(0-100)';
$lang['subscribers'] = '更新通知機能';
$lang['subscribe_time'] = '購読リストと概要を送信する期間(秒)。「最近の変更とする期間」で指定した期間より小さくしてください。';
$lang['compress'] = 'CSSとJavaScriptを圧縮';
+$lang['cssdatauri'] = 'HTTP リクエスト数によるオーバーヘッドを減らすため、CSS ファイルから参照される画像ファイルのサイズがここで指定するバイト数以内の場合は CSS ファイル内に Data URI として埋め込みます。このテクニックは IE7 以下では動作しません! <code>400</code> から <code>600</code> バイトがちょうどよい値です。<code>0</code> を指定すると埋め込み処理は行われません。';
$lang['hidepages'] = '非公開ページ(Regex)';
$lang['send404'] = '文書が存在しないページに"HTTP404/Page Not Found"を使用';
$lang['sitemap'] = 'Googleサイトマップ作成頻度(日数)';