|
From: <tiz...@us...> - 2012-09-14 19:15:26
|
Revision: 335
http://sepiola.svn.sourceforge.net/sepiola/?rev=335&view=rev
Author: tizianomueller
Date: 2012-09-14 19:15:20 +0000 (Fri, 14 Sep 2012)
Log Message:
-----------
Revert translation for CSS/HTML attributes
Resulted in errors like "Unknown property Hintergrundfarbe" when using the
german translation and the menu bar was missing the white background.
Modified Paths:
--------------
trunk/src/i18n/app_de.ts
Modified: trunk/src/i18n/app_de.ts
===================================================================
--- trunk/src/i18n/app_de.ts 2012-09-14 19:12:58 UTC (rev 334)
+++ trunk/src/i18n/app_de.ts 2012-09-14 19:15:20 UTC (rev 335)
@@ -462,7 +462,8 @@
<message>
<location filename="../gui/main_window.ui" line="47"/>
<source>background-color: white</source>
- <translation>Hintergrundfarbe: weiss</translation>
+ <translatorcomment>do not translate</translatorcomment>
+ <translation>background-color: white</translation>
</message>
<message>
<location filename="../gui/main_window.ui" line="105"/>
@@ -1024,17 +1025,20 @@
<message>
<location filename="../model/backup_task.cc" line="62"/>
<source><font color="green">Successful</font></source>
- <translation><font color="grün">Erfolgreich</font></translation>
+ <translatorcomment>do not translate the color name!</translatorcomment>
+ <translation><font color="green">Erfolgreich</font></translation>
</message>
<message>
<location filename="../model/backup_task.cc" line="63"/>
<source><font color="orange">Warnings</font></source>
+ <translatorcomment>do not translate the color name!</translatorcomment>
<translation><font color="orange">Warnungen</font></translation>
</message>
<message>
<location filename="../model/backup_task.cc" line="64"/>
<source><font color="red">Failed</font></source>
- <translation><font color="rot">Fehlgeschlagen</font></translation>
+ <translatorcomment>do not translate the color name!</translatorcomment>
+ <translation><font color="red">Fehlgeschlagen</font></translation>
</message>
<message>
<location filename="../model/backup_task.cc" line="65"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|