From 3ec36ed23b3742f92946731fb1678bea29e4a16e Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 10 Sep 2007 16:15:33 +0000 Subject: use translations in draknfs/draksambashare (#33221) --- NEWS | 2 ++ bin/draknfs | 3 +++ bin/draksambashare | 3 +++ 3 files changed, 8 insertions(+) mode change 100644 => 100755 bin/draknfs diff --git a/NEWS b/NEWS index db4d9fc..0496603 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ o use new status icons o add Quit button o do not show markup instead of interface name if interface does not exist (#33241) +- draknfs/draksambashare: + o use translations (#33221) 0.14: - draknetcenter: diff --git a/bin/draknfs b/bin/draknfs old mode 100644 new mode 100755 index def68be..e71c102 --- a/bin/draknfs +++ b/bin/draknfs @@ -19,6 +19,9 @@ use strict; use lib qw(/usr/lib/libDrakX); + +# i18n: IMPORTANT: to get correct namespace (drakx-net instead of libDrakX) +BEGIN { unshift @::textdomains, 'drakx-net' } use standalone; use common; use network::network; diff --git a/bin/draksambashare b/bin/draksambashare index 418b552..f8ae191 100755 --- a/bin/draksambashare +++ b/bin/draksambashare @@ -23,6 +23,9 @@ my $version = "0.2"; use utf8; use strict; use lib qw(/usr/lib/libDrakX); + +# i18n: IMPORTANT: to get correct namespace (drakx-net instead of libDrakX) +BEGIN { unshift @::textdomains, 'drakx-net' } use standalone; use common; use network::network; -- cgit v1.2.1