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

25 lines
1.2 KiB
PHP

<?php
$lang ['admin'] ['widgets'] ['submenu'] ['blockparser'] = 'BlockParserウィジェット';
$lang ['admin'] ['widgets'] ['blockparser'] = array(
'head' => 'BlockParserウィジェット',
'description' => 'BlockParserプラグインが、固定ページをウィジェット化します。</p>' .
'<p>リストから1つ以上の固定ページを選び、利用可能なウィジェットを作りましょう。</p>' .
'<p><a href="?p=static&amp;action=write">固定ページの新規作成</a>をすれば、このリストに並びます。',
'id' => '固定ページ',
'title' => '題名',
'action' => '作業を選んでください',
'enable' => 'ウィジェット化する',
'disable' => 'ウィジェット化を解除する',
'edit' => '編集する'
);
$lang ['admin'] ['widgets'] ['blockparser'] ['msgs'] = array(
1 => 'ウィジェット化できました。<a href="?p=widgets">ウィジェットの管理</a>ページで使用できます!',
-1 => 'ウィジェット化できませんでした。',
2 => 'ウィジェット化を解除しました: 必ず<a href="?p=widgets">ウィジェットの管理</a>ページで、バーから削除してください!',
-2 => 'ウィジェット化を解除できませんでした。'
);
?>