Blame view
sources/apps/imprint/l10n/ja_JP.php
1.11 KB
|
42e4f8d60
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
<?php $TRANSLATIONS = array( "Legal notice" => "免責事項", "Nothing here yet" => "ここにはまだ何もありません", "The content of the legal notice has to be configured first" => "免責事項の内容をまず設定しなくてはなりません", "That configuration is done in the administration section." => "その設定は管理部分で行うことができます。", "That configuration has to be done by the system administration." => "その設定はシステム管理で行う必要があります。", "Imprint" => "インプリント", "Placement" => "配置", "Standalone app" => "スタンドアロンアプリ", "Header left" => "ヘッダの左", "Header right" => "ヘッダの右", "Navigation top" => "ナビゲーションの上", "Navigation bottom" => "ナビゲーションの下", "During login" => "ログイン中", "Content" => "内容", "You can use html markup (e.g. <br> for a linebreak) and inline style attributes (e.g. <a style=\"color:red;\">)." => "HTMLマークアップ(例: 改行は <br>) とスタイル属性(例: <a style=\"color:red;\">)を使用できます。" ); |