<p>Unfortunately this cannot be changed, because the "makeLink" thing does more then generating a string. It also needs to know where the link is, so you cannot move it around in translations.</p>
<p>However, the navigation widget doesn't need to be "linguistically nice" at any price. Cannot you just do something like "Back: " or "Previous: "?</p>
<p><blockquote type="cite">Am 08.02.2011 14:00 schrieb "Milian Wolff" <<a href="mailto:mail@milianw.de">mail@milianw.de</a>>:<br><br>Burkhard Lück, 08.02.2011:<br>
> Hi Milian,<br>
><br>
> we got this request today on the translators list.<br>
<br>
Hey Burkhard,<br>
<br>
CCing the devel list as I'm at work right now. Lets see when I have time for<br>
it, but maybe someone else can take a look at it.<br>
<br>
bye<br>
<br>
> ----------  Weitergeleitete Nachricht  ----------<br>
><br>
> Betreff: Oversimplified string in kdevplatform.po<br>
> Datum: Dienstag, 8. Februar 2011, 01:33:15<br>
> Von: Marek Laane <<a href="mailto:bald@smail.ee">bald@smail.ee</a>><br>
> An: "KDE i18n-doc" <<a href="mailto:kde-i18n-doc@kde.org">kde-i18n-doc@kde.org</a>><br>
><br>
> Kdevplatform.po has such string. "Back to ".<br>
> Looking at source code<br>
> (kdevplatform/language/duchain/navigation/abstractdeclarationnavigationcont<br>
> ext.cpp), it appears there would be something after that, making it "link":<br>
><br>
> if( m_previousContext ) {<br>
>     modifyHtml() += navigationHighlight(i18n("Back to "));<br>
>     makeLink( m_previousContext->name(), m_previousContext->name(),<br>
> NavigationAction(m_previousContext) );<br>
>     modifyHtml() += "<br>";<br>
><br>
><br>
><br>
> It may work in English or some else language but it's definitely<br>
> doesn't work in Estonian as we don't have prepositions (at least as a<br>
> rule) and in this case rather some "postposition" is needed. So could<br>
> someone change this string, e.g. to "Back to %1"?<br>
<font color="#888888"><br>
<br>
<br>
--<br>
Milian Wolff<br>
<a href="mailto:mail@milianw.de">mail@milianw.de</a><br>
<a href="http://milianw.de" target="_blank">http://milianw.de</a><br>
</font><br>--<br>
KDevelop-devel mailing list<br>
<a href="mailto:KDevelop-devel@kdevelop.org">KDevelop-devel@kdevelop.org</a><br>
<a href="https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel" target="_blank">https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel</a><br>
<br></blockquote></p>