Changeset 487
- Timestamp:
- 08/16/08 00:30:20 (5 months ago)
- Location:
- Templets/trunk/Templets
- Files:
-
- 2 modified
-
Templets.pl (modified) (1 diff)
-
lib/Templets/L10N/ja.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Templets/trunk/Templets/Templets.pl
r482 r487 21 21 name => 'Templets', 22 22 description => 23 q(<MT_TRANS phrase="Templets allows you to handle a templet, which means partial template set.">),23 q(<MT_TRANS phrase="Templets plugin provides a framework for making Template Sets pluggable.">), 24 24 doc_link => 'http://code.as-is.net/public/wiki/Templets', 25 25 author_name => 'Hirotaka Ogawa', -
Templets/trunk/Templets/lib/Templets/L10N/ja.pm
r482 r487 7 7 8 8 our %Lexicon = ( 9 qq{Templets allows you to handle a templet, which means partial template set.} => qq{Templetsを使うと、テンプレット(部分テンプレートセット)を扱うことができるようになります。}, 9 qq{Templets plugin provides a framework for making Template Sets pluggable.} 10 => qq{Templetsプラグインは、テンプレートセットをpluggableにするためのフレームワークを提供します。}, 10 11 'Append a templet' => 'テンプレットを追加', 11 12 'Select a templet' => 'テンプレットの選択', 12 'Append' => '追加',13 'Append' => '追加', 13 14 ); 14 15
![(please configure the [header_logo] section in trac.ini)](/public/chrome/common/trac_banner.png)