'ウィジェットの管理 (試験的運用中)', 'descr' => '' . // 'ウィジェットは、情報の表示や閲覧者とのやり取りをダイナミックにできる部品です。 ' . // 'テーマはサイトの見かけを変えますが、ウィジェットは 見かけと機能を拡張します。

' . // '

ウィジェットは、ウィジェットセットという、テーマの特別な領域にドラッグできます。 使えるウィジェットセットの数や拡張機能は、選んだテーマに依存します。

' . // '

FlatPressには、あらかじめいくつかのウィジェットがついています: ログインのためのウィジェット、検索窓のウィジェットなどです。

' . // '

各々のウィジェットは、プラグインで定義されます。', 'availwdgs' => '使用できるウィジェット', 'trashcan' => 'バーから削除したい場合は、ここにドロップします', 'themewdgs' => 'このテーマのためのウィジェット', 'themewdgsdescr' => 'The theme you have currently selected let you have the following widgetsets', 'oldwdgs' => 'その他のウィジェット', 'oldwdgsdescr' => 'The following widgetsets seems not to belong to any of the ' . // 'widgetsets listed above. They might be remainders from another theme.', 'submit' => '変更を保存する' ); $lang ['admin'] ['widgets'] ['default'] ['stdsets'] = array( 'top' => 'トップバー', 'bottom' => 'ボトムバー', 'left' => '左サイドバー', 'right' => '右サイドバー' ); $lang ['admin'] ['widgets'] ['default'] ['msgs'] = array( 1 => '変更は保存されました', -1 => '保存できませんでした。やり直してください。' ); /* "raw" panel */ $lang ['admin'] ['widgets'] ['raw'] = array( 'head' => 'ウィジェットの管理 (raw editor)', 'descr' => 'A ' . // 'Widget is a visual element of a ' . // 'Plugin that you can put in some special areas (the widgetsets) on your blog pages.

' . // '

This is the raw editor; some advanced users or people who can\'t have JavaScript might prefer it.', 'fset1' => 'Editor', 'fset2' => 'Apply Changes', 'submit' => 'Apply' ); $lang ['admin'] ['widgets'] ['raw'] ['msgs'] = array( 1 => 'Config saved', -1 => 'An error occurred while trying to save. This may happen for several reasons: maybe your file contains syntax errors.' ); /* system errors */ $lang ['admin'] ['widgets'] ['errors'] = array( 'generic' => 'The widget called %s is not registered, and will be skipped. ' . // 'Is the plugin enabled in the plugin panel?' ); ?>