Opened 17 years ago
Closed 17 years ago
#7187 closed patch (fixed)
[PATCH i18n] updated german translations for the theme xml files
| Reported by: | Owned by: | Janne Grunau | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.22 |
| Component: | Translations | Version: | head |
| Severity: | medium | Keywords: | |
| Cc: | Janne Grunau | Ticket locked: | no |
Description
In addition, it fixes a typo in one english description (et c instead of etc)
stoffel
Attachments (1)
Change History (10)
by , 17 years ago
| Attachment: | mythtv_xml_2009-09-27.diff.gz added |
|---|
follow-up: 3 comment:2 by , 17 years ago
Replying to Jonathan Martens <jonathan@snetram.nl>:
I think your upload is incorrect, it is not a compressed file, but the html file source of the attachment upload page.
Did you move over the attachment link and chose 'Save link as...'? Then it happens what you describe but it works when you just click on the attachment and then choose download in other formats (original format).
But thanks anyway for checking :)
follow-up: 4 comment:3 by , 17 years ago
Replying to Stefan Frank <sfrsfr@gmail.com>:
Did you move over the attachment link and chose 'Save link as...'? Then it happens what you describe but it works when you just click on the attachment and then choose download in other formats (original format).
I clicked on the link under the header attachments. It prompts me with a empty diff page with only one line. It never prompts me to download a document, so I right clicked in FF and said save target, which normally downloads the file.
Apart from that the file size 8.7k seems a bit small to me.
comment:4 by , 17 years ago
Replying to Jonathan Martens <jonathan@snetram.nl>:
Replying to Stefan Frank <sfrsfr@gmail.com>:
Did you move over the attachment link and chose 'Save link as...'? Then it happens what you describe but it works when you just click on the attachment and then choose download in other formats (original format).
I clicked on the link under the header attachments. It prompts me with a empty diff page with only one line. It never prompts me to download a document, so I right clicked in FF and said save target, which normally downloads the file.
Apart from that the file size 8.7k seems a bit small to me.
It's so small because its gzipped. On the 'empty diff page with only one line', look at the bottom of that page. There it says 'Download in other formats'.
follow-up: 6 comment:5 by , 17 years ago
Thanks, now I was able to view it.
I think you are doing things incorrectly BTW as IMHO you should not modify the descriptions but add alttext's instead:
--- mythtv/themes/classic/recpriorities_settings.xml (revision 22076)
+++ mythtv/themes/classic/recpriorities_settings.xml (working copy)
@@ -30,6 +30,7 @@
<alttext lang="PL">Priorytet nagrywania</alttext>
<alttext lang="HE">קדימיות ההקלטות</alttext>
<description>Settings to prioritize some shows over others</description>
+ <description lang="DE">Einstellungen um bestimmte Sendungen zu bevorzugen</description>
<action>SETTINGS GENERALRECPRIORITIES</action>
</button>
but you should do something like this:
--- mythtv/themes/classic/recpriorities_settings.xml (revision 22076)
+++ mythtv/themes/classic/recpriorities_settings.xml (working copy)
@@ -30,6 +30,7 @@
<alttext lang="PL">Priorytet nagrywania</alttext>
<alttext lang="HE">קדימיות ההקלטות</alttext>
<alttext lang="DE">Einstellungen um bestimmte Sendungen zu bevorzugen</alttext>
<description>Settings to prioritize some shows over others</description>
<action>SETTINGS GENERALRECPRIORITIES</action>
</button>
Perhaps that is why I am seeing things like mentioned in #7186.
follow-up: 7 comment:6 by , 17 years ago
Replying to Jonathan Martens <jonathan@snetram.nl>: . . .
Let's stop cluttering trac, ok? I'm available on irc (#mythtv) and we can discuss it there.
comment:7 by , 17 years ago
Replying to Stefan Frank <sfrsfr@gmail.com>:
Let's stop cluttering trac, ok?
Fine.
Replying to Stefan Frank <sfrsfr@gmail.com>:
I'm available on irc (#mythtv) and we can discuss it there.
Unfortunately I am not and will not be, mythtv-dev perhaps?
comment:8 by , 17 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → accepted |

I think your upload is incorrect, it is not a compressed file, but the html file source of the attachment upload page.