# -*- Makefile -*- include Makefile.config .PHONY: install INLIBDEST_DIRS = c resize_fat xf86misc HAVEINST_DIRS = share/po standalone/po standalone/interactive_http standalone/menu DIRS = $(INLIBDEST_DIRS) $(HAVEINST_DIRS) harddrake printer ../tools/serial_probe NAME = libDrakX XSETUPLEVEL=40 XSETUPLEVEL_HARDDRAKE=00 PREFIX = LIBDIR = $(PREFIX)/usr/lib MENUDIR= $(LIBDEST)/menu DATADIR = $(PREFIX)/usr/share ICONSDIR= $(DATADIR)/icons BINDEST = $(PREFIX)/usr/bin SBINDEST = $(PREFIX)/usr/sbin ETCDEST = $(PREFIX)/etc/gtk LIBDEST = $(LIBDIR)/$(NAME) PIXDIR = $(DATADIR)/$(NAME)/pixmaps INITDIR = $(PREFIX)/etc/rc.d/init.d .PHONY: $(DIRS) all: ../tools/rpcinfo-flushed $(DIRS) $(DIRS): install -d auto [ ! -e $@/Makefile ] || $(MAKE) -C $@ install: perl -pi -e "s/\"VER\"(; # version)/\"$(VERSION)\"\1/" standalone.pm mkdir -p $(BINDEST) $(ETCDEST) $(SBINDEST) $(DATADIR)/{applications,harddrake,pixmaps,icons/{large,mini},autostart} $(PIXDIR) $(INITDIR) $(MENUDIR) install -d $(INLIBDEST_DIRS:%=$(LIBDEST)/%) install $(STANDALONEPMS) standalone/convert $(SBINDEST) install -s ../tools/rpcinfo-flushed ../tools/serial_probe/serial_probe $(SBINDEST) ln -s XFdrake $(SBINDEST)/Xdrakres ln -s fileshareset $(SBINDEST)/filesharelist mv -f $(SBINDEST)/lsnetdrake $(BINDEST) mv -f $(SBINDEST)/drakbug $(BINDEST) mv -f $(SBINDEST)/drakdvb $(BINDEST) mv -f $(SBINDEST)/drakhelp $(BINDEST) mv -f $(SBINDEST)/display_help $(BINDEST) mv -f $(SBINDEST)/display_release_notes.pl $(BINDEST) mv -f $(SBINDEST)/localedrake $(BINDEST) install -m 644 *.pm $(LIBDEST) for i in $(PMS_DIRS); do install -d $(LIBDEST)/$$i ; install -m 644 $$i/*.pm $(LIBDEST)/$$i/;done install -m 644 pixmaps/*.* $(PIXDIR) install -m 644 share/*.rc $(DATADIR)/$(NAME) install -d $(PREFIX)/etc/security echo 'RESTRICT=yes' > $(PREFIX)/etc/security/fileshare.conf install -D standalone/finish-install.xsetup $(PREFIX)/etc/X11/xsetup.d/$(XSETUPLEVEL)finish-install.xsetup install -D standalone/notify-x11-free-driver-switch.xsetup $(PREFIX)/etc/X11/xsetup.d/$(XSETUPLEVEL_HARDDRAKE)notify-x11-free-driver-switch.xsetup install -d $(PREFIX)/etc/sysconfig echo 'FINISH_INSTALL=yes' > $(PREFIX)/etc/sysconfig/finish-install for i in $(HAVEINST_DIRS); do \ $(MAKE) -C $$i install PREFIX=$(PREFIX) SUDO= DATADIR=$(DATADIR) ; \ done find auto -follow -name .exists -o -name "*.bs" | xargs rm -f cp -rfL auto standalone/icons $(LIBDEST) mv $(LIBDEST)/icons/harddrake2/menu/harddrake-menu32.png $(ICONSDIR)/harddrake.png mv $(LIBDEST)/icons/harddrake2/menu/harddrake-menu48.png $(ICONSDIR)/large/harddrake.png mv $(LIBDEST)/icons/harddrake2/menu/harddrake-menu16.png $(ICONSDIR)/mini/harddrake.png mv $(LIBDEST)/icons/localedrake-32.png $(ICONSDIR)/localedrake.png mv $(LIBDEST)/icons/localedrake-48.png $(ICONSDIR)/large/localedrake.png mv $(LIBDEST)/icons/localedrake-16.png $(ICONSDIR)/mini/localedrake.png rmdir $(LIBDEST)/icons/harddrake2/menu install -m 644 standalone/menu/*.desktop $(DATADIR)/applications mv $(LIBDEST)/icons/harddrake2/ $(DATADIR)/pixmaps/ mv $(SBINDEST)/convert $(DATADIR)/harddrake mv $(SBINDEST)/service_harddrake $(DATADIR)/harddrake/ mv $(SBINDEST)/notify-x11-free-driver-switch $(DATADIR)/harddrake/ ln -s {XFdrake,$(SBINDEST)/drakx11} ln -s {diskdrake,$(SBINDEST)/drakdisk} ln -s {drakclock,$(SBINDEST)/clock.pl} ln -s {harddrake2,$(SBINDEST)/drakhardware} ln -s {keyboarddrake,$(SBINDEST)/drakkeyboard} ln -s {localedrake,$(BINDEST)/draklocale} ln -s {logdrake,$(SBINDEST)/draklog} ln -s {mousedrake,$(SBINDEST)/drakmouse} ln -s {scannerdrake,$(SBINDEST)/drakscanner} check: rm -f share/po/libDrakX.pot standalone/po/libDrakX-standalone.pot @make -C share/po libDrakX.pot @make -C standalone/po libDrakX-standalone.pot ption> Mageia Installer and base platform for many utilitiesThierry Vignaud [tv]
summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2017-03-15 07:48:29 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2017-03-17 02:13:59 +0100
commit8e5160b818c6d4f25ca7aa5d72db6d5754b92334 (patch)
treedec36235265f003dd0fc652e314cff9b063aea58 /perl-install
parentb0cab9b33414e0b0a20837345c5502d7aa074ccf (diff)
downloaddrakx-8e5160b818c6d4f25ca7aa5d72db6d5754b92334.tar
drakx-8e5160b818c6d4f25ca7aa5d72db6d5754b92334.tar.gz
drakx-8e5160b818c6d4f25ca7aa5d72db6d5754b92334.tar.bz2
drakx-8e5160b818c6d4f25ca7aa5d72db6d5754b92334.tar.xz
drakx-8e5160b818c6d4f25ca7aa5d72db6d5754b92334.zip
shrink "expert/normal mode" string
Thus fixing too big translations that make the partition window to be too big (mga#20360) This was a side effect of commit 947ab9bb0fb06611b5bd54465f98545ff175afb2 Adjust translations accordingly (note that some translators have already done so)
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/diskdrake/interactive.pm6
-rw-r--r--perl-install/share/po/af.po8
-rw-r--r--perl-install/share/po/am.po4
-rw-r--r--perl-install/share/po/ar.po8
-rw-r--r--perl-install/share/po/ast.po6
-rw-r--r--perl-install/share/po/az.po8
-rw-r--r--perl-install/share/po/be.po4
-rw-r--r--perl-install/share/po/bg.po4
-rw-r--r--perl-install/share/po/bn.po8
-rw-r--r--perl-install/share/po/br.po8
-rw-r--r--perl-install/share/po/bs.po8
-rw-r--r--perl-install/share/po/ca.po8
-rw-r--r--perl-install/share/po/cs.po8
-rw-r--r--perl-install/share/po/cy.po8
-rw-r--r--perl-install/share/po/da.po8
-rw-r--r--perl-install/share/po/de.po8
-rw-r--r--perl-install/share/po/el.po8
-rw-r--r--perl-install/share/po/eo.po8
-rw-r--r--perl-install/share/po/es.po8
-rw-r--r--perl-install/share/po/et.po8
-rw-r--r--perl-install/share/po/eu.po8
-rw-r--r--perl-install/share/po/fa.po8
-rw-r--r--perl-install/share/po/fi.po8
-rw-r--r--perl-install/share/po/fr.po8
-rw-r--r--perl-install/share/po/fur.po4
-rw-r--r--perl-install/share/po/ga.po4
-rw-r--r--perl-install/share/po/gl.po8
-rw-r--r--perl-install/share/po/he.po8
-rw-r--r--perl-install/share/po/hi.po8
-rw-r--r--perl-install/share/po/hr.po8
-rw-r--r--perl-install/share/po/hu.po8
-rw-r--r--perl-install/share/po/id.po8
-rw-r--r--perl-install/share/po/is.po8
-rw-r--r--perl-install/share/po/it.po8
-rw-r--r--perl-install/share/po/ja.po8
-rw-r--r--perl-install/share/po/ko.po8
-rw-r--r--perl-install/share/po/ky.po8
-rw-r--r--perl-install/share/po/libDrakX.pot4
-rw-r--r--perl-install/share/po/lt.po8
-rw-r--r--perl-install/share/po/ltg.po8
-rw-r--r--perl-install/share/po/lv.po8
-rw-r--r--perl-install/share/po/mk.po8
-rw-r--r--perl-install/share/po/mn.po6
-rw-r--r--perl-install/share/po/ms.po8
-rw-r--r--perl-install/share/po/mt.po8
-rw-r--r--perl-install/share/po/nb.po8
-rw-r--r--perl-install/share/po/nl.po8
-rw-r--r--perl-install/share/po/nn.po8
-rw-r--r--perl-install/share/po/pa_IN.po8
-rw-r--r--perl-install/share/po/pl.po8
-rw-r--r--perl-install/share/po/pt.po4
-rw-r--r--perl-install/share/po/pt_BR.po8
-rw-r--r--perl-install/share/po/ro.po8
-rw-r--r--perl-install/share/po/ru.po8
-rw-r--r--perl-install/share/po/sc.po4
-rw-r--r--perl-install/share/po/sk.po8
-rw-r--r--perl-install/share/po/sl.po8
-rw-r--r--perl-install/share/po/sq.po8
-rw-r--r--perl-install/share/po/sr.po8
-rw-r--r--perl-install/share/po/sr@Latn.po8
-rw-r--r--perl-install/share/po/sv.po8
-rw-r--r--perl-install/share/po/ta.po8
-rw-r--r--perl-install/share/po/tg.po8
-rw-r--r--perl-install/share/po/th.po8
-rw-r--r--perl-install/share/po/tl.po8
-rw-r--r--perl-install/share/po/tr.po8
-rw-r--r--perl-install/share/po/uk.po8
-rw-r--r--perl-install/share/po/uz.po8
-rw-r--r--perl-install/share/po/uz@cyrillic.po8
-rw-r--r--perl-install/share/po/vi.po8
-rw-r--r--perl-install/share/po/wa.po8
-rw-r--r--perl-install/share/po/zh_CN.po8
-rw-r--r--perl-install/share/po/zh_TW.po8
73 files changed, 273 insertions, 273 deletions
diff --git a/perl-install/diskdrake/interactive.pm b/perl-install/diskdrake/interactive.pm
index 0f681ec1a..7521e8685 100644
--- a/perl-install/diskdrake/interactive.pm
+++ b/perl-install/diskdrake/interactive.pm
@@ -322,7 +322,7 @@ sub hd_possible_actions_base {
sub hd_possible_actions_extra {
my ($_hd) = @_;
- $::expert ? N_("Toggle to normal mode") : N_("Toggle to expert mode");
+ $::expert ? N_("Normal mode") : N_("Expert mode");
}
@@ -1150,8 +1150,8 @@ sub Options {
{
no strict;
- *{'Toggle to normal mode'} = sub() { $::expert = 0 };
- *{'Toggle to expert mode'} = sub() { $::expert = 1 };
+ *{'Normal mode'} = sub() { $::expert = 0 };
+ *{'Expert mode'} = sub() { $::expert = 1 };
*{'Clear all'} = \&Clear_all;
*{'Auto allocate'} = \&Auto_allocate;
*{'Mount point'} = \&Mount_point;
diff --git a/perl-install/share/po/af.po b/perl-install/share/po/af.po
index da38a091a..1460d149d 100644
--- a/perl-install/share/po/af.po
+++ b/perl-install/share/po/af.po
@@ -1452,13 +1452,13 @@ msgstr "Outo-allokeer"
#: diskdrake/interactive.pm:325
#, c-format
-msgid "Toggle to normal mode"
-msgstr "Skakel oor na normale gebruiksvlak"
+msgid "Normal mode"
+msgstr "Normale gebruiksvlak"
#: diskdrake/interactive.pm:325
#, c-format
-msgid "Toggle to expert mode"
-msgstr "Skakel oor na kundige gebruiksvlak"
+msgid "Expert mode"
+msgstr "Kundige gebruiksvlak"
#: diskdrake/interactive.pm:337
#, c-format
diff --git a/perl-install/share/po/am.po b/perl-install/share/po/am.po
index 75fbef125..27859fbe6 100644
--- a/perl-install/share/po/am.po
+++ b/perl-install/share/po/am.po
@@ -1410,12 +1410,12 @@ msgstr "በራስ-ገዝ አመልካች"
#: diskdrake/interactive.pm:325
#, c-format
-msgid "Toggle to normal mode"
+msgid "Normal mode"
msgstr ""
#: diskdrake/interactive.pm:325
#, c-format
-msgid "Toggle to expert mode"
+msgid "Expert mode"
msgstr ""
#: diskdrake/interactive.pm:337
diff --git a/perl-install/share/po/ar.po b/perl-install/share/po/ar.po
index f2598472a..f37bc66b2 100644
--- a/perl-install/share/po/ar.po
+++ b/perl-install/share/po/ar.po
@@ -1455,13 +1455,13 @@ msgstr "تحديد آلي"
#: diskdrake/interactive.pm:325
#, c-format
-msgid "Toggle to normal mode"
-msgstr "الانتقال إلى الوضع العادي"
+msgid "Normal mode"
+msgstr "الوضع العادي"
#: diskdrake/interactive.pm:325
#, c-format
-msgid "Toggle to expert mode"
-msgstr "الانتقال إلى وضعية الخبير"
+msgid "Expert mode"
+msgstr "إلى وضعية الخبير"
#: diskdrake/interactive.pm:337
#, c-format
diff --git a/perl-install/share/po/ast.po b/perl-install/share/po/ast.po
index 25089d80b..17b7935bb 100644
--- a/perl-install/share/po/ast.po
+++ b/perl-install/share/po/ast.po
@@ -1477,13 +1477,13 @@ msgstr ""
#: diskdrake/interactive.pm:325
#, c-format
-msgid "Toggle to normal mode"
+msgid "Normal mode"
msgstr ""
#: diskdrake/interactive.pm:325
#, c-format
-msgid "Toggle to expert mode"
-msgstr "Cambiar al mou espertu"
+msgid "Expert mode"
+msgstr "Mou espertu"
#: diskdrake/interactive.pm:337
#, c-format
diff --git a/perl-install/share/po/az.po b/perl-install/share/po/az.po
index fc3760b66..f7ed29c2a 100644
--- a/perl-install/share/po/az.po
+++ b/perl-install/share/po/az.po