summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2003-01-31 16:26:55 +0000
committerPablo Saratxaga <pablo@mandriva.com>2003-01-31 16:26:55 +0000
commit5a4c08c32fc59e87c869ea539b5e9825949c03ae (patch)
tree05df16f26acfc4f66a98c488624a656034c8904e
parentf26a82ad3ccbdd28e85b66b8a605426a300c0c94 (diff)
downloadcontrol-center-5a4c08c32fc59e87c869ea539b5e9825949c03ae.tar
control-center-5a4c08c32fc59e87c869ea539b5e9825949c03ae.tar.gz
control-center-5a4c08c32fc59e87c869ea539b5e9825949c03ae.tar.bz2
control-center-5a4c08c32fc59e87c869ea539b5e9825949c03ae.tar.xz
control-center-5a4c08c32fc59e87c869ea539b5e9825949c03ae.zip
Make some more strings translatable
-rwxr-xr-xcontrol-center9
1 files changed, 5 insertions, 4 deletions
diff --git a/control-center b/control-center
index 483c47d3..43bc7bde 100755
--- a/control-center
+++ b/control-center
@@ -805,14 +805,15 @@ sub about_mdk_cc {
$list->set_headers_visible(0);
foreach my $row ([ N("Authors: "), '', '' ],
- [ '', 'Chmouel Boudjnah', '(original C version)' ],
- [ '', 'Damien "dam\'s" Krotkine', '(perl version)' ],
+ [ '', 'Chmouel Boudjnah', N("(original C version)") ],
+#-PO "perl" here is the programming language
+ [ '', 'Damien "dam\'s" Krotkine', N("(perl version)") ],
[ '', 'Daouda Lo', '<daouda@mandrakesoft.com>' ],
[ '', 'Thierry Vignaud', '<tvignaud@mandrakesoft.com>' ],
- [ '', 'Yves Duret', '(perl version)' ],
+ [ '', 'Yves Duret', N("(perl version)") ],
[ '', '' ],
[ N("Artwork: "), '', '' ],
- [ '', 'Anh-Van Nguyen', '(design)' ],
+ [ '', '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>' ],
) {