flatpress/fp-interface/lang/ja-jp/lang.admin.php
Fraenkiman f46df8aafe Code-Formatierung in Sprachdateien
- For future new language packs, a clean basis has been created with the existing language packs.
	- Removed unnecessary line breaks, spaces and tabs to avoid unexpected views in the responsive design.
	- Updated links to external sources.

- Missing language files created in plugins.
	- Gallerycaptions plugin: cs-cz, el-gr, es-es, fr-fr, ja-jp, nl-nl
	- Mediamanager plugin: el-gr, fr-fr
	- PhotoSwipe plugin: cs-cz, el-gr, es-es, fr-fr, ja-jp, nl-nl
	- Readmore plugin: el-gr, fr-fr
	- Seometataginfo plugin: pt-br
2023-12-10 01:30:26 +01:00

34 lines
887 B
PHP

<?php
$lang ['admin'] ['head'] = '管理者用ページ';
$lang ['admin'] ['panels'] = array(
'main' => 'メイン',
'config' => '設定',
// 'users' => 'Users',
'entry' => 'ブログ記事',
'static' => '固定ページ',
'uploader' => 'アップローダー',
'widgets' => 'ウィジェット',
// 'add' => 'Add',
// 'edit' => 'Edit/Delete',
'maintain' => 'メンテナンス',
'plugin' => 'プラグイン',
'themes' => 'テーマ'
// 'updates' => 'Updates',
);
$lang ['admin'] ['general'] = array(
'id' => 'ID', // for entry ids
'name' => '名前', // for file names
'title' => 'タイトル', // for entry/posts/static titles
'comments' => 'コメント数',
'author' => '作成者',
'actdel' => '削除',
'actedit' => '編集',
'actenable' => '有効',
'actdisable' => '無効',
'startpage' => 'スタートページ',
'logout' => 'ログアウト'
);
?>