German Translation for Version 6.x
dereine - September 25, 2008 - 22:42
| Project: | Computed Field |
| Version: | 6.x-1.0-beta1 |
| Component: | Documentation |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | patch (code needs review) |
Description
Just the German Translation of the Version 6.x-3.0-alpha4 of the Computed Field Module.
Involved Drupalchannel Translators:
SirFiChi
dereine
| Attachment | Size |
|---|---|
| po2.txt | 4.19 KB |

#1
Thanks! I'm new to translations but I'll figure things out this week and get it in there. :)
#2
for 6 create a folder called translations for 5 a folder called po
there you place the general.pot and all translated .po files
#3
Thanks! Committed to 6.x dev...
#4
Changed to active, since the Plural-Forms are just copied over from the pot file and creates an error during installation of the module:
Die Übersetzungsdatei de.po ist fehlerhaft: Die Pluralformel konnte nicht verarbeitet werden.de.po file with corrected line attached (saved as UTF-8 like done before).
#5
Some minor corrections (spelling and translation).
#6
Hello...
Sorry for the trouble here guys. I'm really not familiar with translations, but will certainly commit any corrections you have. :)
I've committed the changes from #4 to DEV.
In looking at #5, a diff showed a replacement for every line. (maybe because it's not-UTF8 like the original, or line endings possibly?) In any event, I'll hold off on that update until there is a version where the changes can be seen. :) Also note that for computed_field.module:43 the translation should be for "Computed Value" (Berechneter Wert?) rather then "Raw Value" (Rohdaten?). That wording was corrected recently in Computed Field.
I'll leave this issue open for a few days to see if we can get a new version of the corrections in #5, and then will tag a new beta.
Thanks again everyone!
#7
Hi.
Sorry, used wordpad for #5. Silly me :-)
Now it should be utf8 and have unix line endings.
Unfortunately diff still shows every line as changed.
Hm, looked into latest version of computed field and it is Note: this code has no effect if you use the "Raw Value" formatter option..
Translates to HINWEIS: Dieser Code wird nicht verwendet wenn die Formatierungsoption \"Rohdaten\" aktiviert ist..
#4 has some spelling mistakes and one or more strange translations (e.g. computed_field.module:48).
greetings,
Stefan
#8
Ahh... sorry for the confusion, but I've been committing updates to the DRUPAL-6--1 branch rather then HEAD, so you may not have seen the change I made for that string:
http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/computed_fi...
In any event, I got a good diff from your file after converting the line endings from CRLF, so I just changed that one string and committed it to the branch. So there will be a new DEV tarball here later today.
I'll have to figure out a good way to keep both up to date here, as I'm used to using SVN rather then CVS :/
Let me know if there is any trouble.. Thanks again.