summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-02-12 18:04:31 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-02-12 18:04:31 +0000
commit8ac86cc0b0752ddd36135b41569a6cf363bfc152 (patch)
treed5ecbc93818a42e035ea563db1ca9f6c33fda0bb
parent2400120a1e26a276f7bba9b5e391dc3dcaf74913 (diff)
downloadcontrol-center-8ac86cc0b0752ddd36135b41569a6cf363bfc152.tar
control-center-8ac86cc0b0752ddd36135b41569a6cf363bfc152.tar.gz
control-center-8ac86cc0b0752ddd36135b41569a6cf363bfc152.tar.bz2
control-center-8ac86cc0b0752ddd36135b41569a6cf363bfc152.tar.xz
control-center-8ac86cc0b0752ddd36135b41569a6cf363bfc152.zip
move around translators comment in order to get them into translation catalogs
-rwxr-xr-xcontrol-center11
1 files changed, 7 insertions, 4 deletions
diff --git a/control-center b/control-center
index 7b71d3d9..a052be86 100755
--- a/control-center
+++ b/control-center
@@ -960,16 +960,19 @@ sub about_mdk_cc() {
foreach my $row ([ N("Authors: "), '', '' ],
[ '', 'Chmouel Boudjnah', N("(original C version)") ],
-#-PO "perl" here is the programming language
- [ '', 'Damien "dam\'s" Krotkine', N("(perl version)") ],
+ [ '', 'Damien "dam\'s" Krotkine',
+ #-PO "perl" here is the programming language
+ N("(perl version)") ],
[ '', 'Daouda Lo', '<daouda@mandrakesoft.com>' ],
[ '', 'Thierry Vignaud', '<tvignaud@mandrakesoft.com>' ],
[ '', 'Yves Duret', N("(perl version)") ],
[ '', '' ],
[ N("Artwork: "), '', '' ],
[ '', 'Anh-Van Nguyen', N("(design)") ],
-#-PO If your language allows it, use eacute for first "e" and egrave for 2nd one.
- [ '', N("Helene Durosini"), '<ln@mandrakesoft.com>' ],
+
+ [ '',
+ #-PO If your language allows it, use eacute for first "e" and egrave for 2nd one.
+ N("Helene Durosini"), '<ln@mandrakesoft.com>' ],
) {
$tree_model->append_set(undef, [ map_index { $::i => $_ } @$row ]);
}