Changeset 17979
- Timestamp:
- 10/06/08 23:08:46 (2 months ago)
- Files:
-
- trunk/midcom/net.nehmer.blog/config/config.inc (modified) (1 diff)
- trunk/midcom/net.nehmer.blog/config/schemadb_config.inc (modified) (1 diff)
- trunk/midcom/net.nehmer.blog/locale/default.en.txt (modified) (4 diffs)
- trunk/midcom/net.nehmer.blog/locale/default.pl.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/net.nehmer.blog/config/config.inc
r17733 r17979 63 63 64 64 // Page linking system 65 'enable_article_links' => false,65 'enable_article_links' => true, 66 66 'enable_editing_of_linked_articles' => false, 67 67 'include_linked_articles_to_feeds' => true, trunk/midcom/net.nehmer.blog/config/schemadb_config.inc
r13889 r17979 19 19 ), 20 20 ), 21 'index_fulltext' => array 22 ( 23 'description' => 'show content in index', 24 'datatype' => 'text', 25 'location' => 'config', 26 'config_domain' => 'net.nehmer.blog', 27 'config_key' => 'index_fulltext', 28 'widget' => 'config_radiobox', 29 'widget_radiobox_choices' => array 30 ( 31 '' => 'default setting', 32 '1' => 'yes', 33 '0' => 'no', 34 ), 35 ), 36 21 37 'categories' => array 22 38 ( trunk/midcom/net.nehmer.blog/locale/default.en.txt
r13889 r17979 144 144 ---STRINGEND 145 145 146 ---STRING enable scheduled publishing 147 Enable scheduled publishing 148 ---STRINGEND 149 146 150 ---STRING enable subdirectories 147 151 Include all subtopic's News Articles into Index (and RSS) … … 180 184 ---STRINGEND 181 185 186 ---STRING language 187 Language 188 ---STRINGEND 189 182 190 ---STRING link_to_external_url 183 191 Link items to external URL if available … … 320 328 ---STRINGEND 321 329 330 ---STRING show content in index 331 Show full articles in index 332 ---STRINGEND 333 322 334 ---STRING show latest items in navigation 323 335 Show latest items in navigation … … 356 368 ---STRINGEND 357 369 358 ---STRING language359 Language360 ---STRINGEND361 362 ---STRING enable scheduled publishing363 Enable scheduled publishing364 ---STRINGENDtrunk/midcom/net.nehmer.blog/locale/default.pl.txt
r17439 r17979 159 159 ---STRINGEND 160 160 161 ---STRING enable scheduled publishing 162 WÅÄ 163 cz planowanie publikacji 164 ---STRINGEND 165 161 166 ---STRING enable subdirectories 162 167 DoÅÄ … … 198 203 ---STRINGEND 199 204 205 ---STRING language 206 JÄzyk 207 ---STRINGEND 208 200 209 ---STRING link_to_external_url 201 210 Linkuj do zewnÄtrznych URLi jeÅli moÅŒliwe … … 385 394 ---STRINGEND 386 395 387 ---STRING enable scheduled publishing 388 WÅÄ 389 cz planowanie publikacji 390 ---STRINGEND 391 392 ---STRING language 393 JÄzyk 394 ---STRINGEND 395 396 ---STRING show content in index 397 PokaÅŒ treÅÄ artykuÅów w indeksie 398 ---STRINGEND 399
