<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>bbPress Support Forums &#187; User Favorites: tommiehansen</title>
		<link>http://bbpress.org/forums/profile/</link>
		<description>bbPress Support Forums &#187; User Favorites: tommiehansen</description>
		<language>en-US</language>
		<pubDate>Fri, 25 May 2012 14:40:54 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/forums/rss/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>chrishajer on "nicer slug url rewrite plugin (done!)"</title>
			<link>http://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done#post-67006</link>
			<pubDate>Thu, 08 Apr 2010 23:44:46 +0000</pubDate>
			<dc:creator>chrishajer</dc:creator>
			<guid isPermaLink="false">67006@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>see <a href="http://bbpress.org/forums/topic/name-based-permalinks-without-page-and-forums" rel="nofollow">http://bbpress.org/forums/topic/name-based-permalinks-without-page-and-forums</a>
</p>]]></description>
					</item>
		<item>
			<title>Dailytalker on "nicer slug url rewrite plugin (done!)"</title>
			<link>http://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done#post-60629</link>
			<pubDate>Sat, 14 Nov 2009 11:35:42 +0000</pubDate>
			<dc:creator>Dailytalker</dc:creator>
			<guid isPermaLink="false">60629@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi, I’ve just followed your instructions and was also able to remove “forum” and “topic” from the urls.</p>
<p>But something is wrong because the pages cannot be found.  This is my rewrite code (it is a bit different from your code because I am using the newest version of bbpress):</p>
<p># BEGIN bbPress</p>
<p>Options -MultiViews</p>
<p>&#60;IfModule mod_rewrite.c&#62;<br />
RewriteEngine On<br />
RewriteBase /forum/</p>
<p>    Options +FollowSymlinks</p>
<p>RewriteRule ^page/([0-9]+)/?$ /index.php?page=$1 [L,QSA]<br />
RewriteRule ^forum/([^/]+)/page/([0-9]+)/?$ forum.php?id=$1&#38;page=$2 [L,QSA]<br />
RewriteRule ^forum/([^/]+)/?$ /forum.php?id=$1 [L,QSA]<br />
RewriteRule ^forum/?$ [R=302,L,QSA]</p>
<p>RewriteRule ^topic/([^/]+)/page/([0-9]+)/?$ /topic.php?id=$1&#38;page=$2 [L,QSA]<br />
RewriteRule ^topic/([^/]+)/?$ /topic.php?id=$1 [L,QSA]<br />
RewriteRule ^topic/?$ /forum/ [R=302,L,QSA]</p>
<p>RewriteRule ^tags/([^/]+)/page/([0-9]+)/?$ tags.php?tag=$1&#38;page=$2 [L,QSA]<br />
RewriteRule ^tags/([^/]+)/?$ tags.php?tag=$1 [L,QSA]<br />
RewriteRule ^tags/?$ tags.php [L,QSA]</p>
<p>RewriteRule ^profile/([^/]+)/page/([0-9]+)/?$ profile.php?id=$1&#38;page=$2 [L,QSA]<br />
RewriteRule ^profile/([^/]+)/([^/]+)/?$ profile.php?id=$1&#38;tab=$2 [L,QSA]<br />
RewriteRule ^profile/([^/]+)/([^/]+)/page/([0-9]+)/?$ profile.php?id=$1&#38;tab=$2&#38;page=$3 [L,QSA]<br />
RewriteRule ^profile/([^/]+)/?$ profile.php?id=$1 [L,QSA]<br />
RewriteRule ^profile/?$ profile.php [L,QSA]</p>
<p>RewriteRule ^view/([^/]+)/page/([0-9]+)/?$ view.php?view=$1&#38;page=$2 [L,QSA]<br />
RewriteRule ^view/([^/]+)/?$ view.php?view=$1 [L,QSA]</p>
<p>RewriteRule ^rss/?$ rss.php [L,QSA]<br />
RewriteRule ^rss/topics/?$ rss.php?topics=1 [L,QSA]<br />
RewriteRule ^rss/forum/([^/]+)/?$ rss.php?forum=$1 [L,QSA]<br />
RewriteRule ^rss/forum/([^/]+)/topics/?$ rss.php?forum=$1&#38;topics=1 [L,QSA]<br />
RewriteRule ^rss/topic/([^/]+)/?$ rss.php?topic=$1 [L,QSA]<br />
RewriteRule ^rss/tags/([^/]+)/?$ rss.php?tag=$1 [L,QSA]<br />
RewriteRule ^rss/tags/([^/]+)/topics/?$ /forum/rss.php?tag=$1&#38;topics=1 [L,QSA]<br />
RewriteRule ^rss/profile/([^/]+)/?$ rss.php?profile=$1 [L,QSA]<br />
RewriteRule ^rss/view/([^/]+)/?$ /forum/rss.php?view=$1 [L,QSA]</p>
<p>RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule ^.*$ /forum/index.php [L]<br />
&#60;/IfModule&#62;</p>
<p># END bbPress</p>
<p>Probably I made something wrong with point four where you say that the lines 46 and 48 have to be switched. What do I actually have do do there?</p>
<p>Quote: "4. Open up bb-post.php at the root of your bbPress install and simply switch lines number 46 and 48"</p>
<p>Is it this code?<br />
$link = get_post_link($post_id);</p>
<p>$topic = get_topic( $topic_id, false );
</p>]]></description>
					</item>
		<item>
			<title>Alekseo on "nicer slug url rewrite plugin (done!)"</title>
			<link>http://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done#post-59769</link>
			<pubDate>Tue, 20 Oct 2009 13:51:35 +0000</pubDate>
			<dc:creator>Alekseo</dc:creator>
			<guid isPermaLink="false">59769@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Anyone got this working atm? And im also wondering if this is the way to remove the topic/ from individual posts and then insert the /forums/FORUMNAME/postname instead?
</p>]]></description>
					</item>
		<item>
			<title>AphelionZ on "nicer slug url rewrite plugin (done!)"</title>
			<link>http://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done#post-58308</link>
			<pubDate>Sun, 20 Sep 2009 08:56:57 +0000</pubDate>
			<dc:creator>AphelionZ</dc:creator>
			<guid isPermaLink="false">58308@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Whoops! Sorry. Fixed.
</p>]]></description>
					</item>
		<item>
			<title>kirpi.it on "nicer slug url rewrite plugin (done!)"</title>
			<link>http://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done#post-58304</link>
			<pubDate>Sun, 20 Sep 2009 06:12:24 +0000</pubDate>
			<dc:creator>kirpi.it</dc:creator>
			<guid isPermaLink="false">58304@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Point 4 in your linked page does not read in full, AphelionZ: it is cut...
</p>]]></description>
					</item>
		<item>
			<title>AphelionZ on "nicer slug url rewrite plugin (done!)"</title>
			<link>http://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done#post-58280</link>
			<pubDate>Sat, 19 Sep 2009 19:15:54 +0000</pubDate>
			<dc:creator>AphelionZ</dc:creator>
			<guid isPermaLink="false">58280@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I updated this plugin with some fixes - new posts, and paging. Also, I used a better way of removing the forum/ and topic/ from the urls that doesn't involve str_replace.</p>
<p><a href="http://blog.markroberthenderson.com/getting-rid-of-forums-and-topic-from-bbpress-permalinks-updated-plugin/" rel="nofollow">http://blog.markroberthenderson.com/getting-rid-of-forums-and-topic-from-bbpress-permalinks-updated-plugin/</a>
</p>]]></description>
					</item>
		<item>
			<title>plrk on "Swedish translation completed (bbPress 1.0 RC-3)"</title>
			<link>http://bbpress.org/forums/topic/swedish-translation-completed-bbpress-10-rc-3#post-56851</link>
			<pubDate>Sat, 22 Aug 2009 23:08:10 +0000</pubDate>
			<dc:creator>plrk</dc:creator>
			<guid isPermaLink="false">56851@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Dukessa: unfortunately, _e() (and __()) attempts to translate the string it is given - which means that if you try to call "_e(topic_time())", it will be interpreted as "_e("August 12, 2009")" (or whatever topic_time() outputs). The solution is to put translation functions inside the topic_time() function. Note however, that that would indeed translate "August" into "Augusti", but it won't fix the order (it'll still go "month day, year") nor the capitalization (in Swedish, months are spelled with lowercase first letter unless in the beginning of a sentence). In WordPress, the order problem is solved by an admin setting for the date format, but the capitalization issue remains.</p>
<p>I hope that explains it. If I have the time some day, I'll try to submit a patch for it to be fixed in the next version.
</p>]]></description>
					</item>
		<item>
			<title>Jany @ Shambix on "Swedish translation completed (bbPress 1.0 RC-3)"</title>
			<link>http://bbpress.org/forums/topic/swedish-translation-completed-bbpress-10-rc-3#post-56827</link>
			<pubDate>Sat, 22 Aug 2009 02:30:18 +0000</pubDate>
			<dc:creator>Jany @ Shambix</dc:creator>
			<guid isPermaLink="false">56827@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hello, I have a working translation for bbPress 1.0.2, and Im having the topic_time() issue too.<br />
It doesnt translate into my local language, even though months, days etc, are translated in the lang file.<br />
When I use _e('something to translate') everything is fine, but calling directly topic_time() doesnt translate anything.</p>
<p>How do I wrap topic_time() into _e() ? or... what is the correct way to translate time?
</p>]]></description>
					</item>
		<item>
			<title>Göran on "Swedish translation completed (bbPress 1.0 RC-3)"</title>
			<link>http://bbpress.org/forums/topic/swedish-translation-completed-bbpress-10-rc-3#post-56436</link>
			<pubDate>Sat, 15 Aug 2009 10:50:09 +0000</pubDate>
			<dc:creator>Göran</dc:creator>
			<guid isPermaLink="false">56436@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I took Tommies file and changed "position" to "plats". The mo and po files with this change can be found at <a href="http://www.enkelwebbplats.se/bbPress-my-languages/sv_SE.mo.zip" rel="nofollow">http://www.enkelwebbplats.se/bbPress-my-languages/sv_SE.mo.zip</a> and <a href="http://www.enkelwebbplats.se/bbPress-my-languages/sv_SE.po.zip" rel="nofollow">http://www.enkelwebbplats.se/bbPress-my-languages/sv_SE.po.zip</a>
</p>]]></description>
					</item>
		<item>
			<title>plrk on "Swedish translation completed (bbPress 1.0 RC-3)"</title>
			<link>http://bbpress.org/forums/topic/swedish-translation-completed-bbpress-10-rc-3#post-43610</link>
			<pubDate>Wed, 22 Jul 2009 10:01:50 +0000</pubDate>
			<dc:creator>plrk</dc:creator>
			<guid isPermaLink="false">43610@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I have incorporated Tommie's metadata changes into the translation file I've made (and changed "sullat" to tappat"). Both .po and .mo files are still available at <a href="http://dropbox.jobjorn.se/bbpress-sv_SE.zip" rel="nofollow">http://dropbox.jobjorn.se/bbpress-sv_SE.zip</a></p>
<p>There are a few differences between my translation file and Tommie's - mainly, his file uses "etikett" and "ämne" where I use "tagg" and "tråd" (the corresponding english words are "tag" and "topic"/"thread"). There are a few other differences, too.</p>
<p>I've uploaded a diff file for the really curious: <a href="http://dropbox.jobjorn.se/tommievsplrk.diff" rel="nofollow">http://dropbox.jobjorn.se/tommievsplrk.diff</a>
</p>]]></description>
					</item>
		<item>
			<title>Göran on "Swedish translation completed (bbPress 1.0 RC-3)"</title>
			<link>http://bbpress.org/forums/topic/swedish-translation-completed-bbpress-10-rc-3#post-43424</link>
			<pubDate>Wed, 22 Jul 2009 08:16:40 +0000</pubDate>
			<dc:creator>Göran</dc:creator>
			<guid isPermaLink="false">43424@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thanks Tommie! My forum looks better and better thanks to you and plrk. </p>
<p>A small suggested change in the registration form: "Position" should be changed to "Plats".</p>
<p>I use bbPress 1.0.1. To make it possible for users to register with Swedish or other non-acii names I use Cyrillian Nickname <a href="http://bbpress.ru/downloads/plugins/" rel="nofollow">http://bbpress.ru/downloads/plugins/</a></p>
<p>To prevent spam robots I also use Human Test available at  <a href="http://bbpress.org/plugins/topic/human-test/" rel="nofollow">http://bbpress.org/plugins/topic/human-test/</a> I have translated the few phrases in the plugin. Write me a pm if you want it (I tried to make it available at my site but could not place a php-file there. Should it be zipped?)
</p>]]></description>
					</item>
		<item>
			<title>Tommie Hansen on "Swedish translation completed (bbPress 1.0 RC-3)"</title>
			<link>http://bbpress.org/forums/topic/swedish-translation-completed-bbpress-10-rc-3#post-42482</link>
			<pubDate>Tue, 21 Jul 2009 23:13:53 +0000</pubDate>
			<dc:creator>Tommie Hansen</dc:creator>
			<guid isPermaLink="false">42482@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>It was simply wrong in the id for the translations. I noticed it when i compared it to the bulgarian translation with a little help of EditPlus. I also changed some misspellings and added some of my own flavour to it all.</p>
<p><strong>Changes:</strong><br />
- Time format numbering fixed<br />
- Wrongly entered php-variables fixed<br />
- Tråd / Trådar / Tråden &#62; Ämne / Detta ämne (or 'ämnet') / Ämnen<br />
- Posta / Postad etc. &#62; Skriv, Skrivet etc.<br />
- Fräschhet &#62; Färskhet<br />
- Titel &#62; Rubrik<br />
- Tagg / Taggar &#62; Etikett / Etiketter</p>
<p>...and some other stuff.</p>
<p><strong>Download:</strong><br />
<a href="http://www.callofduty.se/0-gzgrejjer/bbPress_swedish_language_files_by_plrk_and_tommie_hansen.zip" rel="nofollow">http://www.callofduty.se/0-gzgrejjer/bbPress_swedish_language_files_by_plrk_and_tommie_hansen.zip</a></p>
<p>.</p>
<p><strong>NOTE to others.</strong> You must change lines for the time specific translations. I've tried several of other translations that doesn't do it correct either.</p>
<p>Example; Year = bb-includes/functions.bb-core.php<strong>:385</strong><br />
You can use the linked langage .po-file or check the Bulgarian one out for further reference. It easiest to check the .po-file  for line references with a text editor like EditPlus, TextMate or Notepad.
</p>]]></description>
					</item>
		<item>
			<title>Tommie Hansen on "Swedish translation completed (bbPress 1.0 RC-3)"</title>
			<link>http://bbpress.org/forums/topic/swedish-translation-completed-bbpress-10-rc-3#post-42249</link>
			<pubDate>Tue, 21 Jul 2009 21:00:49 +0000</pubDate>
			<dc:creator>Tommie Hansen</dc:creator>
			<guid isPermaLink="false">42249@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>@Göran: It's "great" that you have the same problem. Then it probably isn't some server config hidden away somewhere and the problem will probably be solved pretty soon. ;-)</p>
<p>Edit: Hm.. when i try to edit the languagefile with Poedit and choose to save it i get 3 fatal errors;<br />
<pre><code>23:04:20: F:\Skrivbordet\sv_SE.po:191: message catalog has plural form translations...
23:04:20: F:\Skrivbordet\sv_SE.po:2: ...but header entry lacks a &#34;plural=EXPRESSION&#34; attribute
23:04:20: F:\Skrivbordet\sv_SE.po:191: message catalog has plural form translations...
23:04:20: F:\Skrivbordet\sv_SE.po:2: ...but header entry lacks a &#34;nplurals=INTEGER&#34; attribute
23:04:20: F:\Skrivbordet\sv_SE.po:617: &#39;msgstr&#39; is not a valid PHP format string, unlike &#39;msgid&#39;. Reason: In the directive number 1, the character &#39;a&#39; is not a valid conversion specifier.
23:04:20: msgfmt: found 3 fatal errors</code></pre>
<p><strong>Maybe it's related?</strong></p>
<p>Update 2:<br />
Tried a Bulgarian translation and it did translate time. It must be something with 1.0+ that isn't in 0.9 language wise.
</p>]]></description>
					</item>
		<item>
			<title>Göran on "Swedish translation completed (bbPress 1.0 RC-3)"</title>
			<link>http://bbpress.org/forums/topic/swedish-translation-completed-bbpress-10-rc-3#post-42236</link>
			<pubDate>Tue, 21 Jul 2009 20:53:25 +0000</pubDate>
			<dc:creator>Göran</dc:creator>
			<guid isPermaLink="false">42236@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Dear plrk I downloaded your latest .mo-file and it solved my problem with ugly letters for Swedish characters. Thank you!</p>
<p>It is still "sullat" but I now know how to change that. And did so. However I also have English words for months. I do not know how to change that. </p>
<p>My almost good enough forum is at <a href="http://www.32astolf.se/forum/" rel="nofollow">http://www.32astolf.se/forum/</a>
</p>]]></description>
					</item>
		<item>
			<title>Tommie Hansen on "Swedish translation completed (bbPress 1.0 RC-3)"</title>
			<link>http://bbpress.org/forums/topic/swedish-translation-completed-bbpress-10-rc-3#post-42173</link>
			<pubDate>Tue, 21 Jul 2009 20:18:42 +0000</pubDate>
			<dc:creator>Tommie Hansen</dc:creator>
			<guid isPermaLink="false">42173@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Yeah, probably. I'm trying to figure out now how to translate the topic_time(); -function. The _e('Some Text') is quite understandable, don't get how to translate a function yet though. I've never messed around with translations at all (obviously). :)
</p>]]></description>
					</item>
		<item>
			<title>plrk on "Swedish translation completed (bbPress 1.0 RC-3)"</title>
			<link>http://bbpress.org/forums/topic/swedish-translation-completed-bbpress-10-rc-3#post-42142</link>
			<pubDate>Tue, 21 Jul 2009 20:02:12 +0000</pubDate>
			<dc:creator>plrk</dc:creator>
			<guid isPermaLink="false">42142@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>My theme is based on the default theme, and it works like a charm... It could be that you have based your theme on an older version of Kakumei that did not use the translation functions everywhere.
</p>]]></description>
					</item>
		<item>
			<title>Tommie Hansen on "Swedish translation completed (bbPress 1.0 RC-3)"</title>
			<link>http://bbpress.org/forums/topic/swedish-translation-completed-bbpress-10-rc-3#post-42098</link>
			<pubDate>Tue, 21 Jul 2009 19:39:54 +0000</pubDate>
			<dc:creator>Tommie Hansen</dc:creator>
			<guid isPermaLink="false">42098@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>@plrk: Got your E-mail. I actually do have this thread as a favorite, thanks anyway for the update though! (I wished this forum had the E-mail notification option...)</p>
<p>It works! Thanks!</p>
<p>However my time-relevant php aren't translated still. The strange thing is that those functions aren't touched at all. I'll have to dig again to see if there are any errors related to the __ -stuff. One would think the default theme wouldn't have any problem with the translations(?) :)
</p>]]></description>
					</item>
		<item>
			<title>plrk on "Swedish translation completed (bbPress 1.0 RC-3)"</title>
			<link>http://bbpress.org/forums/topic/swedish-translation-completed-bbpress-10-rc-3#post-42085</link>
			<pubDate>Tue, 21 Jul 2009 19:27:36 +0000</pubDate>
			<dc:creator>plrk</dc:creator>
			<guid isPermaLink="false">42085@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>RSS problem fixed: it did not approve of the HTML entities. Considering Göran's problem above, I thought it best to simply replace all HTML entities of åäöÅÄÖ with their "real" characters. It works for me, and you people can download it at <a href="http://dropbox.jobjorn.se/bbpress-sv_SE.zip" rel="nofollow">http://dropbox.jobjorn.se/bbpress-sv_SE.zip</a>
</p>]]></description>
					</item>
		<item>
			<title>plrk on "Swedish translation completed (bbPress 1.0 RC-3)"</title>
			<link>http://bbpress.org/forums/topic/swedish-translation-completed-bbpress-10-rc-3#post-42074</link>
			<pubDate>Tue, 21 Jul 2009 17:40:33 +0000</pubDate>
			<dc:creator>plrk</dc:creator>
			<guid isPermaLink="false">42074@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>@tommiehansen: You're right about the RSS feeds. Strange... I will look into it. Broken RSS feeds are not OK!</p>
<p>However, my time units are translated and the translation file definitely includes translation of those. You seem to have customized the Kakumei theme for your forum - are you sure that the months etc are wrapped in the translation function; __() or _e()?
</p>]]></description>
					</item>
		<item>
			<title>Tommie Hansen on "nicer slug url rewrite plugin (done!)"</title>
			<link>http://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done#post-41386</link>
			<pubDate>Tue, 21 Jul 2009 07:16:31 +0000</pubDate>
			<dc:creator>Tommie Hansen</dc:creator>
			<guid isPermaLink="false">41386@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hm, this doesn't seem to work that well with bbPress 1.01 unfortunately. Posting new posts seem to go to hell and it just redirects one to FORUM-URL/</p>
<p>Any updates?</p>
<p>Forum:<br />
<a href="http://www.callofduty.se/forum/" rel="nofollow">http://www.callofduty.se/forum/</a>
</p>]]></description>
					</item>
		<item>
			<title>Tommie Hansen on "Swedish translation completed (bbPress 1.0 RC-3)"</title>
			<link>http://bbpress.org/forums/topic/swedish-translation-completed-bbpress-10-rc-3#post-39120</link>
			<pubDate>Fri, 17 Jul 2009 11:50:26 +0000</pubDate>
			<dc:creator>Tommie Hansen</dc:creator>
			<guid isPermaLink="false">39120@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>This language file causes RSS for forums not to work. And also translations for month, days, years, seconds etc.. doesn't seem to be translated at all. :f</p>
<p>Running bbPress 1.01.<br />
<a href="http://www.callofduty.se/forum/" rel="nofollow">http://www.callofduty.se/forum/</a>
</p>]]></description>
					</item>
		<item>
			<title>plrk on "Swedish translation completed (bbPress 1.0 RC-3)"</title>
			<link>http://bbpress.org/forums/topic/swedish-translation-completed-bbpress-10-rc-3#post-39117</link>
			<pubDate>Fri, 17 Jul 2009 10:16:42 +0000</pubDate>
			<dc:creator>plrk</dc:creator>
			<guid isPermaLink="false">39117@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Editing the .mo file directly is possible but hardly recommended. I'll make sure to change "sullat" to "tappat" my next update of the files though.</p>
<p>The <code>&#38;auml;</code> things are called HTML character entities. I use them to make sure the correct characters will show up regardless of character encoding difficulties. However, not all (but most) e-mail clients parse this HTML, so they may show up in their &#38;-form. Have you experienced this?
</p>]]></description>
					</item>
		<item>
			<title>Göran on "Swedish translation completed (bbPress 1.0 RC-3)"</title>
			<link>http://bbpress.org/forums/topic/swedish-translation-completed-bbpress-10-rc-3#post-39033</link>
			<pubDate>Thu, 16 Jul 2009 10:44:01 +0000</pubDate>
			<dc:creator>Göran</dc:creator>
			<guid isPermaLink="false">39033@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I opened the .mo file and changed "sullat" to "tappat" in it using a text editor and saved the change and uploaded it and ir worked. It should perhaps not have been possible but it was!</p>
<p>The second part of my question now seems strange since I pasted what in my e-mail looked like  <code>Ditt anv&#38;auml;ndarnamn &#38;auml;r: Gran Lindgren</code> but it displayed correctly here!
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "Swedish translation completed (bbPress 1.0 RC-3)"</title>
			<link>http://bbpress.org/forums/topic/swedish-translation-completed-bbpress-10-rc-3#post-39025</link>
			<pubDate>Thu, 16 Jul 2009 09:57:06 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">39025@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p><code>.mo</code> files cannot be directly edited, you need to use a tool like poedit <a href="http://www.poedit.net/" rel="nofollow">http://www.poedit.net/</a> to correct the <code>.po</code> file and then compile it to <code>.mo</code>
</p>]]></description>
					</item>
		<item>
			<title>Göran on "Swedish translation completed (bbPress 1.0 RC-3)"</title>
			<link>http://bbpress.org/forums/topic/swedish-translation-completed-bbpress-10-rc-3#post-39023</link>
			<pubDate>Thu, 16 Jul 2009 09:25:49 +0000</pubDate>
			<dc:creator>Göran</dc:creator>
			<guid isPermaLink="false">39023@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I managed to find the word "sullat" in sv_SE.mo and changed it to "tappat", saved the changed file and uploaded it and it worked fine.</p>
<p>But when a new user get the password the text looks like this:<br />
"Ditt anv&#228;ndarnamn &#228;r: åke-örjan<br />
Ditt l&#246;senord &#228;r: ••••••••••"</p>
<p>It seems ok in the sv_SE.mo file but is not ok when it reaches the user. What is the problem and how can it be fixed?
</p>]]></description>
					</item>
		<item>
			<title>Göran on "Swedish translation completed (bbPress 1.0 RC-3)"</title>
			<link>http://bbpress.org/forums/topic/swedish-translation-completed-bbpress-10-rc-3#post-39021</link>
			<pubDate>Thu, 16 Jul 2009 08:55:49 +0000</pubDate>
			<dc:creator>Göran</dc:creator>
			<guid isPermaLink="false">39021@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Answer to my post about Swedish names: <a href="http://bbpress.org/forums/topic/swedish-names-for-users-wanted#post-39020" rel="nofollow">http://bbpress.org/forums/topic/swedish-names-for-users-wanted#post-39020</a></p>
<p>In the translation I want to change a word. It states:<br />
"Registrera dig eller logga in - sullat bort lösenordet? " where the word "sullat" is very unusal and not understandable to many people. How can I replace it with "tappat" ?
</p>]]></description>
					</item>
		<item>
			<title>Göran on "Swedish translation completed (bbPress 1.0 RC-3)"</title>
			<link>http://bbpress.org/forums/topic/swedish-translation-completed-bbpress-10-rc-3#post-38024</link>
			<pubDate>Sat, 04 Jul 2009 08:00:24 +0000</pubDate>
			<dc:creator>Göran</dc:creator>
			<guid isPermaLink="false">38024@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thank you! Is it with bbPress 1.0 possible to register users with Swedish names like Göran?
</p>]]></description>
					</item>
		<item>
			<title>plrk on "Swedish translation completed (bbPress 1.0 RC-3)"</title>
			<link>http://bbpress.org/forums/topic/swedish-translation-completed-bbpress-10-rc-3#post-37329</link>
			<pubDate>Sat, 20 Jun 2009 12:37:34 +0000</pubDate>
			<dc:creator>plrk</dc:creator>
			<guid isPermaLink="false">37329@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I have finished a Swedish translation based on a .pot file found in Subversion repository, specificially revision 438 if memory serves me right. Info in Swedish about the translation and how to install it can be found at: <a href="http://luftslott.org/2009/06/ny-svensk-oversattning-av-bbpress/" rel="nofollow">http://luftslott.org/2009/06/ny-svensk-oversattning-av-bbpress/</a></p>
<p>The actual translation files, both .po and .mo, cna be found at: <a href="http://dropbox.jobjorn.se/bbpress-sv_SE.zip" rel="nofollow">http://dropbox.jobjorn.se/bbpress-sv_SE.zip</a>
</p>]]></description>
					</item>
		<item>
			<title>anandsrinivasan on "nicer slug url rewrite plugin (done!)"</title>
			<link>http://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done#post-24607</link>
			<pubDate>Mon, 09 Mar 2009 14:42:46 +0000</pubDate>
			<dc:creator>anandsrinivasan</dc:creator>
			<guid isPermaLink="false">24607@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Is there a 'for dummies' version of the same. I am programming-handicapped and can understand nothing of what is been discussed here, though I too want to achieve the same thing :O</p>
<p>Thanks
</p>]]></description>
					</item>
		<item>
			<title>kilbot on "nicer slug url rewrite plugin (done!)"</title>
			<link>http://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done#post-22988</link>
			<pubDate>Tue, 13 Jan 2009 03:53:59 +0000</pubDate>
			<dc:creator>kilbot</dc:creator>
			<guid isPermaLink="false">22988@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Has anyone got search results to work ok with this plugin?<br />
The post_link() on my search results are missing the base directory and forum slug (ie: they look like <a href="http://domain.tld//topic-slug#id)" rel="nofollow">http://domain.tld//topic-slug#id)</a></p>
<p>Also, the <a href="http://bbpress.org/plugins/topic/67">My Views</a> plugins don't seem to work properly, has anyone else noticed this?
</p>]]></description>
					</item>

	</channel>
</rss>

