diff -c mandigo-1.9/README.txt mandigo-1.10/README.txt *** mandigo-1.9/README.txt 2007-02-14 16:36:12.000000000 -0500 --- mandigo-1.10/README.txt 2007-02-21 19:59:20.000000000 -0500 *************** *** 49,55 **** If none of the headers satisfy your needs, replace the contents of head.jpg in the images/ subfolder that corresponds to your current color scheme (i.e. the one you have set on the Theme Options page) with your own image. For best results, the image should ! be 737 pixels wide (961 for the wide version) and 226 pixels high. Images classes: - Images in posts are surrounded by a border by default. To override this behaviour, --- 49,56 ---- If none of the headers satisfy your needs, replace the contents of head.jpg in the images/ subfolder that corresponds to your current color scheme (i.e. the one you have set on the Theme Options page) with your own image. For best results, the image should ! be 737 pixels wide and 226 pixels high. If you are using the wide version of the theme, ! the image should be 961 pixels wide and should be saved as head-1024.jpg Images classes: - Images in posts are surrounded by a border by default. To override this behaviour, *************** *** 57,63 **** - Images are also left-floated by default. To override this, add the 'nofloat' class to your img tags. ! If you enjoy this theme, please consider doing one of the following things: - let me know and send an email to tom@onehertz.com - rate the theme and leave a comment on the Theme Viewer: http://themes.wordpress.net/columns/2-columns/1378/ --- 58,64 ---- - Images are also left-floated by default. To override this, add the 'nofloat' class to your img tags. ! If you enjoy this theme, please consider doing some of the following things: - let me know and send an email to tom@onehertz.com - rate the theme and leave a comment on the Theme Viewer: http://themes.wordpress.net/columns/2-columns/1378/ *************** *** 67,72 **** --- 68,98 ---- Thank you! + === LOCALIZATION ======================================================================= + + For instructions on how to use WordPress in your language, please read the following: + http://codex.wordpress.org/Installing_WordPress_in_Your_Language + + The .mo files which come with Mandigo are complements to the .mo files that are used to + translate the WordPress interface, as they contain the information needed to translate + the parts that are specific to the theme. + + Once you have the WordPress interface set in your language, the Mandigo .mo file will + be loaded automatically, provided it exists. + + + === TRANSLATION CREDITS ================================================================ + + Dutch: Ramsy de Vos + German: Michael Nickel + Italian: Sebastiano Cannata + Swedish: Ulf Wrede + Turkish: Mert Yabul + + Do not see your language listed here? If you are interested in helping with translation, + please let me know by sending an email to tom@onehertz.com + + === PHOTOGRAPHY CREDITS ================================================================ Blue Scheme: "Abstract Smoke" by Brian Lary: http://www.sxc.hu/profile/blary54 *************** *** 80,85 **** --- 106,122 ---- === CHANGELOG ========================================================================== + 1.10 + + Mandigo is now fully localizable + + language: Dutch (nl_NL) + + language: German (de_DE) + + language: Italian (it_IT) + + language: Swedish (sv_SE) + + language: Turkish (tr_TR) + * fixed the nofloat class + * fixed stylesheet not loading when pretty permalinks are enabled + * fixed a bug that caused to wide version header images to always load + 1.9 + by popular request, the theme is now available in two widths: 800px (default) and 1024px, hooray! diff -c mandigo-1.9/archive.php mandigo-1.10/archive.php *** mandigo-1.9/archive.php 2007-01-10 21:23:13.000000000 -0500 --- mandigo-1.10/archive.php 2007-02-16 14:50:33.000000000 -0500 *************** *** 6,37 **** !
Sorry, but you are looking for something that isn't here.
--- 44,72 ---- !=__('Sorry, but you are looking for something that isn\'t here','mandigo')?>.
diff -c mandigo-1.9/archives.php mandigo-1.10/archives.php *** mandigo-1.9/archives.php 2006-06-26 15:33:36.000000000 -0400 --- mandigo-1.10/archives.php 2007-02-16 14:51:15.000000000 -0500 *************** *** 10,21 **** !
guid); ?>
guid); ?>
Sorry, no attachments matched your criteria.
--- 52,58 ---- !=__('Sorry, no posts matched your criteria.','mandigo')?>
Only in mandigo-1.9: comments-popup.php diff -c mandigo-1.9/comments.php mandigo-1.10/comments.php *** mandigo-1.9/comments.php 2006-12-05 14:33:34.000000000 -0500 --- mandigo-1.10/comments.php 2007-02-20 17:17:31.000000000 -0500 *************** *** 20,39 **** !Sorry, but you are looking for something that isn't here.
--- 14,41 ---- !=__('Sorry, but you are looking for something that isn\'t here.','mandigo')?>
Only in mandigo-1.10: it_IT.mo diff -c mandigo-1.9/links.php mandigo-1.10/links.php *** mandigo-1.9/links.php 2006-06-26 15:33:36.000000000 -0400 --- mandigo-1.10/links.php 2007-02-16 15:31:55.000000000 -0500 *************** *** 8,14 ****Sorry, no posts matched your search criteria. Please try and search again.
--- 4,37 ---- !=__('Sorry, no posts matched your search criteria. Please try and search again.','mandigo')?>
diff -c mandigo-1.9/sidebar.php mandigo-1.10/sidebar.php *** mandigo-1.9/sidebar.php 2007-01-05 10:31:31.000000000 -0500 --- mandigo-1.10/sidebar.php 2007-02-20 16:50:10.000000000 -0500 *************** *** 6,39 **** !You are currently browsing the archives for the '' category.
You are currently browsing the weblog archives ! for the day .
You are currently browsing the weblog archives ! for the year .
You have searched the weblog archives ! for ''. If you are unable to find anything in these search results, you can ! try one of these links.
'. 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'));?>
'. get_bloginfo('name') .'','\''. wp_specialchars($s) .'\'');?>
'. get_bloginfo('name') .'');?>
Sorry, no posts matched your criteria.
--- 61,67 ---- !=__('Sorry, no posts matched your criteria.','mandigo')?>
diff -c mandigo-1.9/style.css mandigo-1.10/style.css *** mandigo-1.9/style.css 2007-02-14 16:34:32.000000000 -0500 --- mandigo-1.10/style.css 2007-02-15 21:18:16.000000000 -0500 *************** *** 2,8 **** Theme Name: Mandigo Theme URI: http://www.onehertz.com/portfolio/wordpress/ Description: Mandigo is an elegant widget-ready two-column Wordpress theme, available in two widths and SEVEN color schemes! ! Version: 1.9 Author: t0mmmmmmm Author URI: http://www.onehertz.com/portfolio/ */ --- 2,8 ---- Theme Name: Mandigo Theme URI: http://www.onehertz.com/portfolio/wordpress/ Description: Mandigo is an elegant widget-ready two-column Wordpress theme, available in two widths and SEVEN color schemes! ! Version: 1.10 Author: t0mmmmmmm Author URI: http://www.onehertz.com/portfolio/ */ diff -c mandigo-1.9/style.css.php mandigo-1.10/style.css.php *** mandigo-1.9/style.css.php 2007-02-14 16:30:49.000000000 -0500 --- mandigo-1.10/style.css.php 2007-02-20 15:30:35.000000000 -0500 *************** *** 1,7 **** px; ! background: url('images/=get_option('mandigo_scheme')?>/head-1024.jpg') bottom center no-repeat; } #headerimg h1, #headerimg .description { --- 217,223 ---- top: 11px; height: 226px; width: =(737+224*$wide)?>px; ! background: url('images/=get_option('mandigo_scheme')?>/head=($wide ? '-1024' : '')?>.jpg') bottom center no-repeat; } #headerimg h1, #headerimg .description { *************** *** 324,330 **** padding: 3px; } ! .entry img.wp-smiley, .nofloat { float: none; margin: 0; background: inherit; --- 325,331 ---- padding: 3px; } ! .entry img.wp-smiley { float: none; margin: 0; background: inherit; *************** *** 332,337 **** --- 333,342 ---- padding: 0; } + img.nofloat { + float: none; + } + img.noborder { background: inherit; border: 0; Only in mandigo-1.10: sv_SE.mo Only in mandigo-1.10: tr_TR.mo
! at --- 20,39 ---- !
“”
! *************** *** 55,61 **** ! --- 55,61 ---- ! *************** *** 63,90 **** comment_status) : ?> !
Leave a Reply
!You must be logged in to post a comment.