diff -c mandigo-1.11/README.txt mandigo-1.12/README.txt *** mandigo-1.11/README.txt 2007-02-25 22:10:44.000000000 -0500 --- mandigo-1.12/README.txt 2007-02-28 21:26:38.000000000 -0500 *************** *** 83,93 **** --- 83,98 ---- === TRANSLATION CREDITS ================================================================ + Czech: Milan Tucek + Danish: Daniel Noesgaard Rasmussen Dutch: Ramsy de Vos + French: Michel Bibal German: Michael Nickel + Hungarian: Horvath Zoltan Italian: Sebastiano Cannata Japanese: Mitsuhiro Kanda Norwegian: Torbjorn Blystad + Slovak: Marek Spanish: Juan Luis Perez Perez Swedish: Ulf Wrede Turkish: Mert Yabul *************** *** 109,114 **** --- 114,129 ---- === CHANGELOG ========================================================================== + 1.12 + + added Top and Bottom widgets bars + + language: Czech (cs_CZ) + + language: Danish (da_DK) + + language: French (fr_FR) + + language: Hungarian (hu_HU) + + language: Slovak (sk) + * localized dates + * fixed calendar caption issue in Safari + 1.11 + added an option to prevent images from float'ing + added an option to display stats (queries+rendering time) in the footer diff -c mandigo-1.11/archive.php mandigo-1.12/archive.php *** mandigo-1.11/archive.php 2007-02-16 14:50:33.000000000 -0500 --- mandigo-1.12/archive.php 2007-02-27 23:07:35.000000000 -0500 *************** *** 9,18 ****

!

!

--- 9,18 ----

!

!

*************** *** 74,77 **** ! \ No newline at end of file --- 74,77 ---- ! diff -c mandigo-1.11/attachment.php mandigo-1.12/attachment.php *** mandigo-1.11/attachment.php 2007-02-16 17:32:29.000000000 -0500 --- mandigo-1.12/attachment.php 2007-02-27 23:15:46.000000000 -0500 *************** *** 21,27 ****

! RSS 2.0'); ?> comment_status) && ('open' == $post->ping_status)) { --- 21,27 ----

! RSS 2.0'); ?> comment_status) && ('open' == $post->ping_status)) { Only in mandigo-1.12: cs_CZ.mo Only in mandigo-1.12: da_DK.mo Binary files mandigo-1.11/de_DE.mo and mandigo-1.12/de_DE.mo differ Binary files mandigo-1.11/es_ES.mo and mandigo-1.12/es_ES.mo differ Only in mandigo-1.12: fr_FR.mo diff -c mandigo-1.11/functions.php mandigo-1.12/functions.php *** mandigo-1.11/functions.php 2007-02-25 22:07:07.000000000 -0500 --- mandigo-1.12/functions.php 2007-02-28 20:13:04.000000000 -0500 *************** *** 1,5 **** 'Mandigo Top')); ! register_sidebar(array('name'=>'Mandigo Bottom')); ! } load_theme_textdomain('mandigo'); // Set default values Only in mandigo-1.12: hu_HU.mo Common subdirectories: mandigo-1.11/images and mandigo-1.12/images diff -c mandigo-1.11/index.php mandigo-1.12/index.php *** mandigo-1.11/index.php 2007-02-23 16:07:20.000000000 -0500 --- mandigo-1.12/index.php 2007-02-28 20:28:03.000000000 -0500 *************** *** 1,5 **** --- 1,10 ----

+ +
    + +
+ *************** *** 27,36 **** --- 32,47 ---- + + *************** *** 39,44 **** --- 50,60 ---- + +
    + +
+
Binary files mandigo-1.11/it_IT.mo and mandigo-1.12/it_IT.mo differ Binary files mandigo-1.11/ja_EUC.mo and mandigo-1.12/ja_EUC.mo differ Binary files mandigo-1.11/nb_NO.mo and mandigo-1.12/nb_NO.mo differ Binary files mandigo-1.11/nl_NL.mo and mandigo-1.12/nl_NL.mo differ diff -c mandigo-1.11/sidebar.php mandigo-1.12/sidebar.php *** mandigo-1.11/sidebar.php 2007-02-25 13:02:00.000000000 -0500 --- mandigo-1.12/sidebar.php 2007-02-27 23:12:05.000000000 -0500 *************** *** 9,18 ****
  • !
  • '. get_bloginfo('name') .'',get_the_time(__('l, F jS, Y')));?>

  • !
  • '. get_bloginfo('name') .'',get_the_time(__('F, Y')));?>

  • '. get_bloginfo('name') .'',get_the_time('Y'));?>

  • --- 9,18 ----
  • !
  • '. get_bloginfo('name') .'',get_the_time(__('l, F jS, Y','mandigo')));?>

  • !
  • '. get_bloginfo('name') .'',get_the_time(__('F, Y','mandigo')));?>

  • '. get_bloginfo('name') .'',get_the_time('Y'));?>

  • diff -c mandigo-1.11/single.php mandigo-1.12/single.php *** mandigo-1.11/single.php 2007-02-16 16:25:55.000000000 -0500 --- mandigo-1.12/single.php 2007-02-27 23:15:22.000000000 -0500 *************** *** 29,35 ****