Here comes the Swedish translation of this module.
There are three strings not found in the POT:
Activate
Inactivate
Delete

In simplenews.admin.inc on row 599-601:
'activate' => 'Activate',
'inactivate' => 'Inactivate',
'delete' => 'Delete',

should be:
'activate' => t('Activate'),
'inactivate' => t('Inactivate'),
'delete' => t('Delete'),

I guess you'll manage without a patch =)

Cheers
/Magnus

CommentFileSizeAuthor
#6 sv.po46.29 KBmagnus
#3 sv.txt46.1 KBmagnus
sv.txt46.36 KBmagnus

Comments

sutharsan’s picture

Status: Patch (to be ported) » Fixed

Thanks for reporting.
Bug fixed and swedish translation committed.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

magnus’s picture

Version: 6.x-1.0-beta1 » 6.x-1.x-dev
Status: Closed (fixed) » Patch (to be ported)
StatusFileSize
new46.1 KB

Updated the translation with the new strings from latest release.

sutharsan’s picture

Status: Patch (to be ported) » Fixed

Committed. Thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

magnus’s picture

Status: Closed (fixed) » Reviewed & tested by the community
StatusFileSize
new46.29 KB

Updated the translation with the new strings from latest dev.

I can manage the updates through CVS myself if you want me to?

Just a little reminder to put the translations in /translations and not /po from D6 and up.

sutharsan’s picture

Status: Reviewed & tested by the community » Fixed

Thanks for the reminder. I should have know.
Translations directory created, translation committed.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

magnus’s picture

Category: feature » task
Status: Closed (fixed) » Fixed

Imported Swedish translation to localization server and removed CVS file.

If anyone wonder why the translation is gone, please see Maintainer News dec 7 2010:

A. If you are a translation maintainer: you've already been contacted, and
your team is in the process of moving from drupal.org to localize.drupal.org.

B. If you are a translator: stop working on .po files in CVS (either for
Drupal core or contrib), instead import existing .po files from CVS to
localize.drupal.org (if not already), remove the imported file from CVS and
work on localize.drupal.org from now on.

C. If you are a drupal.org project maintainer: do not accept .po files
anymore in your issue queues and remove your .pot files from CVS; tell people
to use localize.drupal.org.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.