Here you get the german translation for node_clone. please remove the ".txt" extension... i cannot attach ".po" files here.

Comments

hass’s picture

Status: Active » Reviewed & tested by the community
StatusFileSize
new3.8 KB

take this second one please. i changed some wrong paths in the "de.po" file, while i took the "fr.po" file that seems not clean...

pwolanin’s picture

Is this for 4.7.x or 5.x?

hass’s picture

should really work for both versions, but as basis i used the fr.po from the 4.7.x-1.1.

pwolanin’s picture

Version: 6.x-1.x-dev » 4.7.x-1.x-dev
Status: Reviewed & tested by the community » Patch (to be ported)

Thanks.

I committed this into the 4.7.x version- please confirm that it works for 5.x

hass’s picture

Title: German translation (de.po) attached » Global translation (node-clone.pot) and German translation (de.po) attached
Version: 4.7.x-1.x-dev » 5.x-1.0-beta
Status: Patch (to be ported) » Reviewed & tested by the community
StatusFileSize
new7.27 KB

ok, i worked on this issue with node_clone 5.x-beta1.

Attached you get:
1. a minor translation Bugfix for node_clone.module (must be applied - or the POT and PO file is wrong)
2. the po/node-clone.pot file for everyone to help translating the module
3. the po/de.po file with the german translation for node_clone 5.x

pwolanin’s picture

Status: Reviewed & tested by the community » Needs review
StatusFileSize
new10.63 KB

Why did you use @ in the translation? I prefer % so that I get the automatic theme('placeholder').

Please look at the revised patch (fr, de, and pot)

pwolanin’s picture

StatusFileSize
new11.19 KB

Slightly better patch, fixed module name capitalization

hass’s picture

Status: Needs review » Needs work

A "%" adds in Drupal 5 a <em></em> around the text what "@" doesn't do.

You have changed this for other strings like "Clone of @title" in clone.module. I saw you changed all other strings in the clone.module, except the one string i changed. i thought this one was only missed on the transition from Drupal 4.7.x to Drupal 5... so what i've done is - only restored the old behavior.

You FR translation file contains everywhere "%" where you have an "@" in the modules code. this one will therefor not work...

"%s: ré-initialiser les options de publication" must be "@s: ré-initialiser les options de publication"

pwolanin’s picture

Yes, I want the <em> in the case of the node title for the confirm form, but not for when generating the cloned node title.

hass’s picture

Status: Needs work » Reviewed & tested by the community
StatusFileSize
new10.43 KB

Looks like you have "destroyed" the node-clone.pot file while you edited it by hand... do this very carefully in future and do a poedit crosscheck, please. The fault was the changed string "clone module" to "Clone module" in the last lines and there was another "Clone module" inside the file (line ~26). This caused errors in poedit while duplicate strings existed and makes it impossible to update the language files from .pot and additional .pot cannot saved then. i fixed this now.

Additional i fixed the open bug with % and @ in the FR version (except the %title) and some path errors in the FR version. Additional we should ask Christian Quest to have a look to the new strings like "clone module". I don't think this is correctly translated. I checked them with a dictionary and his translation seems to mean "clone content"... but i don't speak French... maybe i'm wrong.

pwolanin’s picture

Status: Reviewed & tested by the community » Fixed

Thanks for fixing it- obviously I don't have a lot of expertise with translation files!

committed the patch to HEAD

pwolanin’s picture

Status: Fixed » Active

I'm not done yet with the code on the 4.7-2.x and 5.x-2.x branches: http://drupal.org/node/110294

But at least one string is going to be changed to fit the altered functionality

hass’s picture

no problem, we will update short befor you are going to release... ok?

hass’s picture

StatusFileSize
new876 bytes

please apply this patch after the other german patch. i missed to set the plurals-form string.

hass’s picture

Status: Active » Fixed

update has been committed.

Anonymous’s picture

Status: Fixed » Closed (fixed)

  • Commit 9cae96b on 5.x-1.x, 5.x-2.x, 6.x-1.x, 7.x-1.x, master, 8.x-1.x by pwolanin:
    #115646 updated German and French translation, plus .pot thanks to hass