- Timestamp:
- 09/15/07 23:01:05 (14 months ago)
- Location:
- team/michiel/import_blogs
- Files:
-
- 7 modified
-
. (modified) (1 prop)
-
common/mvblog_admin.php (modified) (2 diffs)
-
common/mvblog_common.php (modified) (1 diff)
-
locale/nl_NL/LC_MESSAGES/messages.mo (modified) (previous)
-
locale/nl_NL/LC_MESSAGES/messages.po (modified) (1 diff)
-
locale/sv_SE/LC_MESSAGES/messages.mo (modified) (previous)
-
locale/sv_SE/LC_MESSAGES/messages.po (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
team/michiel/import_blogs
- Property svnmerge-integrated changed from /trunk:1-630 to /trunk:1-632
-
team/michiel/import_blogs/common/mvblog_admin.php
r616 r633 336 336 $count = $r->fetchRow(MDB2_FETCHMODE_ASSOC); 337 337 ?> 338 <h2 class="log_post_h2"><?php echo sprintf(ngettext("%d article in this categor ie", "%d articles in this categorie", $count["count"]), $count["count"]); ?></h2>338 <h2 class="log_post_h2"><?php echo sprintf(ngettext("%d article in this category", "%d articles in this category", $count["count"]), $count["count"]); ?></h2> 339 339 </div> 340 340 <div class="log_post_body"> … … 376 376 $count = $r->fetchRow(MDB2_FETCHMODE_ASSOC); 377 377 ?> 378 <h2 class="log_post_h2"><?php echo sprintf(ngettext("%d article in this categor ie", "%d articles in this categorie", $count["count"]), $count["count"]); ?></h2>378 <h2 class="log_post_h2"><?php echo sprintf(ngettext("%d article in this category", "%d articles in this category", $count["count"]), $count["count"]); ?></h2> 379 379 </div> 380 380 <div class="log_post_body"> -
team/michiel/import_blogs/common/mvblog_common.php
r631 r633 495 495 $categories = array( 496 496 0 => array( 497 "name" => "Categor ieName",498 "desc" => "Categor ieDescription",497 "name" => "Category Name", 498 "desc" => "Category Description", 499 499 "public" => 1, 500 500 "active" => 1 -
team/michiel/import_blogs/locale/nl_NL/LC_MESSAGES/messages.po
r539 r633 56 56 #: common/mvblog_admin.php:352 common/mvblog_admin.php:392 57 57 #, php-format 58 msgid "%d article in this categor ie"59 msgid_plural "%d articles in this categor ie"58 msgid "%d article in this category" 59 msgid_plural "%d articles in this category" 60 60 msgstr[0] "%d artikel in deze categorie" 61 61 msgstr[1] "%d artikelen in deze categorie" -
team/michiel/import_blogs/locale/sv_SE/LC_MESSAGES/messages.po
r541 r633 60 60 #: common/mvblog_admin.php:352 common/mvblog_admin.php:392 61 61 #, php-format 62 msgid "%d article in this categor ie"63 msgid_plural "%d articles in this categor ie"62 msgid "%d article in this category" 63 msgid_plural "%d articles in this category" 64 64 msgstr[0] "%d artikel i den här kategorin" 65 65 msgstr[1] "%d artiklar i den här kategorin"
