<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress Türkiye Forumları Konu: Yazılar altındaki Yorum Yazma Paneli Türkçeleştirme</title>
<link>http://www.wordpress-tr.com/forum/</link>
<description>WordPress Türkiye Forumları Konu: Yazılar altındaki Yorum Yazma Paneli Türkçeleştirme</description>
<language>en</language>
<pubDate>Mon, 01 Dec 2008 23:16:31 +0000</pubDate>

<item>
<title>canarkadas konu: "Yazılar altındaki Yorum Yazma Paneli Türkçeleştirme"</title>
<link>http://www.wordpress-tr.com/forum/topic/5818#post-29066</link>
<pubDate>Cts, 24 May 2008 16:35:17 +0000</pubDate>
<dc:creator>canarkadas</dc:creator>
<guid isPermaLink="false">29066@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Şükrü abi merhaba, Türkçeleştirme ile ilgili &#60;a href=&#34;http://www.wordpress-tr.com/forum/topic/3370?replies=16#post-17389&#34;&#62;buradan&#60;/a&#62; ve &#60;a href=&#34;http://blog.onurpay.com/2007/12/11/wordpress-tema-turkcelestirme-nasil-yapilir.html&#34;&#62;buradan&#60;/a&#62; yararlanabilirsiniz, lütfen forumda arama yapmadan, sık sorulanlar alanına bakmadan konu açmayınız..
&#60;/p&#62;</description>
</item>
<item>
<title>sukruyilmaz konu: "Yazılar altındaki Yorum Yazma Paneli Türkçeleştirme"</title>
<link>http://www.wordpress-tr.com/forum/topic/5818#post-29057</link>
<pubDate>Cts, 24 May 2008 14:29:07 +0000</pubDate>
<dc:creator>sukruyilmaz</dc:creator>
<guid isPermaLink="false">29057@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Sayın ZeminKat Arkadaşım dediklerini yaptım ama herhalde bir yerde hata yaptım dediğin gibi diğer 3 klasörüde ekliyorum sizden ricam siz düzeltirseniz memnun olurum.&#60;br /&#62;
Düzenle Yorum Oku Yorum Yaz şeklinde yapabilirseniz çok memnun olacağım sizede zahmet veriyorum özür dilerim verdiğim rahatsızlıktan dolayı....&#60;br /&#62;
---------------------------------------------------------------------------&#60;br /&#62;
index.php------------------------------------------------------------------&#60;/p&#62;
&#60;p&#62;&#38;lt;?php get_header(); ?&#38;gt;&#60;br /&#62;
	&#60;div&#62;&#60;/p&#62;
&#60;p&#62;		&#60;div&#62;&#60;/p&#62;
&#60;p&#62;			&#60;div&#62;&#60;/p&#62;
&#60;p&#62;				&#38;lt;?php if (have_posts()) : ?&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;?php while (have_posts()) : the_post(); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;				&#60;div class=&#34;post-wrapper&#34;&#62;&#60;/p&#62;
&#60;p&#62;					&#60;div class=&#34;date&#34;&#62;&#60;br /&#62;
						&#38;lt;span class=&#34;month&#34;&#38;gt;&#38;lt;?php the_time('M') ?&#38;gt;&#38;lt;/span&#38;gt;&#60;br /&#62;
						&#38;lt;span class=&#34;day&#34;&#38;gt;&#38;lt;?php the_time('j') ?&#38;gt;&#38;lt;/span&#38;gt;&#60;br /&#62;
					&#60;/div&#62;&#60;/p&#62;
&#60;p&#62;					&#60;div&#62;&#60;br /&#62;
			&#38;lt;span class=&#34;titles&#34;&#38;gt;&#60;a&#62;&#34; rel=&#34;bookmark&#34; title=&#34;Permanent Link to &#38;lt;?php the_title(); ?&#38;gt;&#34;&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#60;/a&#62;&#38;lt;/span&#38;gt;&#60;br /&#62;
&#60;/div&#62;&#60;br /&#62;
&#60;div&#62;&#60;/div&#62;&#60;/p&#62;
&#60;p&#62;			&#60;div class=&#34;post&#34;&#62;&#60;br /&#62;
			  &#38;lt;?php the_content('Read the rest of this entry &#38;raquo;'); ?&#38;gt;&#60;br /&#62;
			&#60;/div&#62;&#60;/p&#62;
&#60;p&#62;			&#60;div class=&#34;post-footer&#34;&#62;Posted in &#38;lt;?php the_category(', ') ?&#38;gt; &#60;strong&#62;&#124;&#60;/strong&#62; &#38;lt;?php edit_post_link('Edit','','&#60;strong&#62;&#124;&#60;/strong&#62;'); ?&#38;gt; &#38;lt;?php comments_popup_link('No Comments &#38;raquo;', '1 Comment &#38;raquo;', '% Comments &#38;raquo;'); ?&#38;gt;&#60;/div&#62;&#60;/p&#62;
&#60;p&#62;			&#60;/div&#62;&#60;/p&#62;
&#60;p&#62;			&#38;lt;?php comments_template(); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;?php endwhile; ?&#38;gt;&#60;/p&#62;
&#60;p&#62;			   &#38;lt;p class=&#34;pagination&#34;&#38;gt;&#38;lt;?php next_posts_link('&#38;laquo; Previous Entries') ?&#38;gt; &#38;lt;?php previous_posts_link('Next Entries &#38;raquo;') ?&#38;gt;&#38;lt;/p&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;?php else : ?&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;h2 align=&#34;center&#34;&#38;gt;Not Found&#38;lt;/h2&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;p align=&#34;center&#34;&#38;gt;Sorry, but you are looking for something that isn't here.&#38;lt;/p&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;?php endif; ?&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#60;/div&#62;&#60;/p&#62;
&#60;p&#62;		&#60;/div&#62;&#60;br /&#62;
		&#38;lt;?php get_sidebar(); ?&#38;gt;&#60;br /&#62;
		&#38;lt;?php get_footer(); ?&#38;gt;   &#60;/p&#62;
&#60;p&#62;&#38;lt;/body&#38;gt;&#60;br /&#62;
&#38;lt;/html&#38;gt;&#60;/p&#62;
&#60;p&#62;---------------------------------------------------------------------------&#60;br /&#62;
single.php-----------------------------------------------------------------&#60;/p&#62;
&#60;p&#62;&#38;lt;?php get_header(); ?&#38;gt;&#60;br /&#62;
	&#60;div&#62;&#60;/p&#62;
&#60;p&#62;		&#60;div&#62;&#60;/p&#62;
&#60;p&#62;			&#60;div&#62;&#60;/p&#62;
&#60;p&#62;				&#38;lt;?php if (have_posts()) : ?&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;?php while (have_posts()) : the_post(); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;				&#60;div class=&#34;post-wrapper&#34;&#62;&#60;/p&#62;
&#60;p&#62;								&#60;div class=&#34;date&#34;&#62;&#60;br /&#62;
						&#38;lt;span class=&#34;month&#34;&#38;gt;&#38;lt;?php the_time('M') ?&#38;gt;&#38;lt;/span&#38;gt;&#60;br /&#62;
						&#38;lt;span class=&#34;day&#34;&#38;gt;&#38;lt;?php the_time('j') ?&#38;gt;&#38;lt;/span&#38;gt;&#60;br /&#62;
					&#60;/div&#62;&#60;/p&#62;
&#60;p&#62;					&#60;div&#62;&#60;br /&#62;
			&#38;lt;span class=&#34;titles&#34;&#38;gt;&#60;a&#62;&#34; rel=&#34;bookmark&#34; title=&#34;Permanent Link to &#38;lt;?php the_title(); ?&#38;gt;&#34;&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#60;/a&#62;&#38;lt;/span&#38;gt;&#60;br /&#62;
&#60;/div&#62;&#60;br /&#62;
&#60;div&#62;&#60;/div&#62;&#60;/p&#62;
&#60;p&#62;			&#60;div class=&#34;post&#34;&#62;&#60;/p&#62;
&#60;p&#62;			&#38;lt;?php the_content('Read the rest of this entry &#38;raquo;'); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#60;/div&#62;&#60;/p&#62;
&#60;p&#62;			&#60;div class=&#34;post-footer&#34;&#62;Posted in &#38;lt;?php the_category(', ') ?&#38;gt; &#60;strong&#62;&#124;&#60;/strong&#62; &#38;lt;?php edit_post_link('Edit','','&#60;strong&#62;&#124;&#60;/strong&#62;'); ?&#38;gt; &#38;lt;?php comments_popup_link('No Comments &#38;raquo;', '1 Comment &#38;raquo;', '% Comments &#38;raquo;'); ?&#38;gt;&#60;/div&#62;&#60;/p&#62;
&#60;p&#62;			&#60;/div&#62;&#60;/p&#62;
&#60;p&#62;			&#38;lt;?php comments_template(); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;?php endwhile; ?&#38;gt;&#60;/p&#62;
&#60;p&#62;			   &#38;lt;p class=&#34;pagination&#34;&#38;gt;&#38;lt;?php next_posts_link('&#38;laquo; Previous Entries') ?&#38;gt; &#38;lt;?php previous_posts_link('Next Entries &#38;raquo;') ?&#38;gt;&#38;lt;/p&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;?php else : ?&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;h2 align=&#34;center&#34;&#38;gt;Not Found&#38;lt;/h2&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;p align=&#34;center&#34;&#38;gt;Sorry, but you are looking for something that isn't here.&#38;lt;/p&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;?php endif; ?&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#60;/div&#62;&#60;/p&#62;
&#60;p&#62;		&#60;/div&#62;&#60;br /&#62;
		&#38;lt;?php get_sidebar(); ?&#38;gt;&#60;br /&#62;
		&#38;lt;?php get_footer(); ?&#38;gt;   &#60;/p&#62;
&#60;p&#62;&#38;lt;/body&#38;gt;&#60;br /&#62;
&#38;lt;/html&#38;gt;&#60;br /&#62;
---------------------------------------------------------------------------comments.php---------------------------------------------------------------&#60;/p&#62;
&#60;p&#62;&#38;lt;?php // Do not delete these lines&#60;br /&#62;
 if ('comments.php' == basename($_SERVER['SCRIPT_FILENAME']))&#60;br /&#62;
  die ('Please do not load this page directly. Thanks!');&#60;/p&#62;
&#60;p&#62;        if (!empty($post-&#38;gt;post_password)) { // if there's a password&#60;br /&#62;
            if ($_COOKIE['wp-postpass_'.$cookiehash] != $post-&#38;gt;post_password) {  // and it doesn't match the cookie&#60;br /&#62;
    ?&#38;gt;&#60;/p&#62;
&#60;p&#62;    &#38;lt;p class=&#34;nocomments&#34;&#38;gt;&#38;lt;?php _e(&#34;This post is password protected. Enter the password to view comments.&#34;); ?&#38;gt;&#38;lt;p&#38;gt;&#60;/p&#62;
&#60;p&#62;    &#38;lt;?php&#60;br /&#62;
    return;&#60;br /&#62;
            }&#60;br /&#62;
        }&#60;/p&#62;
&#60;p&#62;  /* This variable is for alternating comment background */&#60;br /&#62;
  $oddcomment = &#34;graybox&#34;;&#60;br /&#62;
?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;!-- You can start editing here. --&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php if ($comments) : ?&#38;gt;&#60;br /&#62;
 &#60;a&#62;&#60;/a&#62;&#38;lt;h2&#38;gt;&#38;lt;?php comments_number('No Responses','One Response','% Responses' );?&#38;gt;&#38;lt;/h2&#38;gt;&#60;/p&#62;
&#60;p&#62; &#38;lt;ol class=&#34;commentlist&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62; &#38;lt;?php foreach ($comments as $comment) : ?&#38;gt;&#60;/p&#62;
&#60;p&#62;  &#38;lt;li class=&#34;&#38;lt;?=$oddcomment;?&#38;gt;&#34;&#38;gt;&#60;br /&#62;
   &#60;a&#62;&#34;&#38;gt;&#60;/a&#62;&#38;lt;cite&#38;gt;&#38;lt;?php comment_author_link() ?&#38;gt;&#38;lt;/cite&#38;gt; Says:&#60;br /&#62;
   &#38;lt;!--&#38;lt;small class=&#34;commentmetadata&#34;&#38;gt;&#60;a&#62;&#34; title=&#34;&#38;lt;?php comment_date('l, F jS, Y') ?&#38;gt; at &#38;lt;?php comment_time() ?&#38;gt;&#34;&#38;gt;&#38;lt;?php /* $entry_datetime = abs(strtotime($post-&#38;gt;post_date)); $comment_datetime = abs(strtotime($comment-&#38;gt;comment_date)); echo time_since($entry_datetime, $comment_datetime) */ ?&#38;gt;&#60;/a&#62; after publication. &#38;lt;?php edit_comment_link('e','',''); ?&#38;gt;&#38;lt;/small&#38;gt;--&#38;gt;&#60;br /&#62;
   &#38;lt;small class=&#34;commentmetadata&#34;&#38;gt;&#60;a&#62;&#34; title=&#34;&#34;&#38;gt;&#38;lt;?php comment_date('F jS, Y') ?&#38;gt; at &#38;lt;?php comment_time() ?&#38;gt;&#60;/a&#62; &#38;lt;?php edit_comment_link('e','',''); ?&#38;gt;&#38;lt;/small&#38;gt;&#60;/p&#62;
&#60;p&#62;   &#38;lt;?php comment_text() ?&#38;gt;&#60;/p&#62;
&#60;p&#62;  &#38;lt;?php /* Changes every other comment to a different class */&#60;br /&#62;
   if(&#34;graybox&#34; == $oddcomment) {$oddcomment=&#34;&#34;;}&#60;br /&#62;
   else { $oddcomment=&#34;graybox&#34;; }&#60;br /&#62;
  ?&#38;gt;&#60;/p&#62;
&#60;p&#62; &#38;lt;?php endforeach; /* end for each comment */ ?&#38;gt;&#60;/p&#62;
&#60;p&#62; &#38;lt;?php else : // this is displayed if there are no comments so far ?&#38;gt;&#60;/p&#62;
&#60;p&#62;  &#38;lt;?php if ('open' == $post-&#38;gt; comment_status) : ?&#38;gt;&#60;br /&#62;
  &#38;lt;!-- If comments are open, but there are no comments. --&#38;gt;&#60;/p&#62;
&#60;p&#62;  &#38;lt;?php else : // comments are closed ?&#38;gt;&#60;br /&#62;
  &#38;lt;!-- If comments are closed. --&#38;gt;&#60;br /&#62;
  &#38;lt;p class=&#34;nocomments&#34;&#38;gt;Comments are closed.&#38;lt;/p&#38;gt;&#60;/p&#62;
&#60;p&#62; &#38;lt;?php endif; ?&#38;gt;&#60;br /&#62;
&#38;lt;?php endif; ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php if ('open' == $post-&#38;gt; comment_status) : ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#60;a&#62;&#60;/a&#62;&#38;lt;h3&#38;gt;Leave a Comment&#38;lt;/h3&#38;gt;&#60;br /&#62;
&#38;lt;form action=&#34;&#38;lt;?php echo get_settings('siteurl'); ?&#38;gt;/wp-comments-post.php&#34; method=&#34;post&#34; id=&#34;commentform&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;p&#38;gt;&#38;lt;input type=&#34;text&#34; name=&#34;author&#34; id=&#34;author&#34; class=&#34;styled&#34; value=&#34;&#38;lt;?php echo $comment_author; ?&#38;gt;&#34; size=&#34;22&#34; tabindex=&#34;1&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;input type=&#34;hidden&#34; name=&#34;comment_post_ID&#34; value=&#34;&#38;lt;?php echo $id; ?&#38;gt;&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;input type=&#34;hidden&#34; name=&#34;redirect_to&#34; value=&#34;&#38;lt;?php echo htmlspecialchars($_SERVER[&#34;REQUEST_URI&#34;]); ?&#38;gt;&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;label for=&#34;author&#34;&#38;gt;&#38;lt;small&#38;gt;Name&#38;lt;/small&#38;gt;&#38;lt;/label&#38;gt;&#38;lt;/p&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;p&#38;gt;&#38;lt;input type=&#34;text&#34; name=&#34;email&#34; id=&#34;email&#34; value=&#34;&#38;lt;?php echo $comment_author_email; ?&#38;gt;&#34; size=&#34;22&#34; tabindex=&#34;2&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;label for=&#34;email&#34;&#38;gt;&#38;lt;small&#38;gt;Mail (will not be published)&#38;lt;/small&#38;gt;&#38;lt;/label&#38;gt;&#38;lt;/p&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;p&#38;gt;&#38;lt;input type=&#34;text&#34; name=&#34;url&#34; id=&#34;url&#34; value=&#34;&#38;lt;?php echo $comment_author_url; ?&#38;gt;&#34; size=&#34;22&#34; tabindex=&#34;3&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;label for=&#34;url&#34;&#38;gt;&#38;lt;small&#38;gt;Website&#38;lt;/small&#38;gt;&#38;lt;/label&#38;gt;&#38;lt;/p&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;!--&#38;lt;p&#38;gt;&#38;lt;small&#38;gt;&#60;strong&#62;XHTML:&#60;/strong&#62; You can use these tags: &#38;lt;?php echo allowed_tags(); ?&#38;gt;&#38;lt;/small&#38;gt;&#38;lt;/p&#38;gt;--&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;p&#38;gt;&#38;lt;textarea name=&#34;comment&#34; id=&#34;comment&#34; cols=&#34;100%&#34; rows=&#34;10&#34; tabindex=&#34;4&#34;&#38;gt;&#38;lt;/textarea&#38;gt;&#38;lt;/p&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php if ('none' != get_settings(&#34;comment_moderation&#34;)) { ?&#38;gt;&#60;br /&#62;
 &#38;lt;p&#38;gt;&#38;lt;small&#38;gt;&#60;strong&#62;Please note:&#60;/strong&#62; Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.&#38;lt;/small&#38;gt;&#38;lt;/p&#38;gt;&#60;br /&#62;
&#38;lt;?php } ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;p&#38;gt;&#38;lt;input name=&#34;submit&#34; type=&#34;submit&#34; id=&#34;submit&#34; tabindex=&#34;5&#34; value=&#34;Submit Comment&#34; /&#38;gt;&#38;lt;/p&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;/form&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php // if you delete this the sky will fall on your head&#60;br /&#62;
endif; ?&#38;gt;&#60;br /&#62;
------------------------------------------------------------------------------------------------------------------------------------------------------&#60;/div&#62;&#60;/div&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>sukruyilmaz konu: "Yazılar altındaki Yorum Yazma Paneli Türkçeleştirme"</title>
<link>http://www.wordpress-tr.com/forum/topic/5818#post-29056</link>
<pubDate>Cts, 24 May 2008 13:48:06 +0000</pubDate>
<dc:creator>sukruyilmaz</dc:creator>
<guid isPermaLink="false">29056@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Sayın ZeminKat Arkadaşım Güzel vede böyle Açıklayıcı bilgilendirmene teşekkür ederim inşallah umarım yaparım ki yapacağımı tahmin ediyorum yapamazsam sizi rahatsız ederim ellerinize ve yüreğinize sağlık teşekkür eder başarılarınızın devamını dilerim.Saygılarımla
&#60;/p&#62;</description>
</item>
<item>
<title>zeminkat konu: "Yazılar altındaki Yorum Yazma Paneli Türkçeleştirme"</title>
<link>http://www.wordpress-tr.com/forum/topic/5818#post-29041</link>
<pubDate>Cts, 24 May 2008 08:34:39 +0000</pubDate>
<dc:creator>zeminkat</dc:creator>
<guid isPermaLink="false">29041@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Şimdi ben size nasıl yapıldığını açıklayım,&#60;/p&#62;
&#60;p&#62;Öncelikle ftp ye girip kullandığınız temanın index.php single.php ve comments.php masa üztüne alıp, bir metin editörü yardımı ile açıp ilgili kelimeyti(ingilizce olanlar)bulup silmeniz ve türkçesini yazıp kaydetmeniz gerekli.. Şayet yapamam derseniz, bu dediğim dosyaları bir yere ekleyin ben indirip size türkçe yapıp tekrar yollayayım...&#60;/p&#62;
&#60;p&#62;2. olanı pek beceremem, ama arkadaşlarımız yardımcı olur.
&#60;/p&#62;</description>
</item>
<item>
<title>sukruyilmaz konu: "Yazılar altındaki Yorum Yazma Paneli Türkçeleştirme"</title>
<link>http://www.wordpress-tr.com/forum/topic/5818#post-29039</link>
<pubDate>Cts, 24 May 2008 08:01:34 +0000</pubDate>
<dc:creator>sukruyilmaz</dc:creator>
<guid isPermaLink="false">29039@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Hocam Ayrıca Ana Sayfada En Üstte Blog İsmi olana HATAY ve ANTAKYA yazısını buyuk harfle yazmama rağmen Küçük harf çıkıyor vede Ayrıca Özel isimlerin Baş Harfleri Büyük olması lazım H ve A harflerinide büyük harf diğerlerini küçük harfle yazıyorum tamamı küçük harf çıkıyor Alttaki Slogan Bölümüde aynı şekilde vede siyah renk yazıyor lütfen yardımcı olurmusunuz.&#60;br /&#62;
Değerli Vaktinizi Alarak Verdiğim Rahatsızlıktan Dolayı Özür Dilerim.
&#60;/p&#62;</description>
</item>
<item>
<title>sukruyilmaz konu: "Yazılar altındaki Yorum Yazma Paneli Türkçeleştirme"</title>
<link>http://www.wordpress-tr.com/forum/topic/5818#post-29038</link>
<pubDate>Cts, 24 May 2008 07:43:24 +0000</pubDate>
<dc:creator>sukruyilmaz</dc:creator>
<guid isPermaLink="false">29038@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Sayın Hocalarım Yazıların Altında bulunan Posted in Şiir &#124; Edit&#124; No Comments » burayı Yorum  Yorum Oku Yorum Yaz veya / Düzenle yorum yaz yorum Oku Şeklinde nasıl türkçeye çevirebiliriz
&#60;/p&#62;</description>
</item>

</channel>
</rss>
