From daa99a6f71d7a084484947459c7cc28bc2b25727 Mon Sep 17 00:00:00 2001 From: Stefan Siegel Date: Wed, 29 Aug 2001 13:15:24 +0000 Subject: let the translations begin ... --- po/.cvsignore | 8 ++++ po/Makefile | 30 +++++++++++++++ po/POTFILES.in | 1 + po/mdkonline.pot | 109 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 148 insertions(+) create mode 100644 po/.cvsignore create mode 100644 po/Makefile create mode 100644 po/POTFILES.in create mode 100644 po/mdkonline.pot diff --git a/po/.cvsignore b/po/.cvsignore new file mode 100644 index 00000000..ac889f32 --- /dev/null +++ b/po/.cvsignore @@ -0,0 +1,8 @@ +.*.sw? +Makefile.in +POTFILES +cat-id-tbl.c +stamp-cat-id +tst.po +test.po +*.mo diff --git a/po/Makefile b/po/Makefile new file mode 100644 index 00000000..f3ae5a31 --- /dev/null +++ b/po/Makefile @@ -0,0 +1,30 @@ +# Installation directories +localedir = $(prefix)/usr/share/locale + +LANGS = $(shell ls *.po | xargs -i basename {} .po ) +PGOAL = mdkonline +GOALS = $(PGOAL).pot $(foreach a, $(LANGS), $(a).mo) + +# $(foreach a, $(LANGS), $($(a).mo)) + +all: $(GOALS) + +install: all + for l in $(LANGS); do \ + install -d $(localedir)/$$l/LC_MESSAGES; \ + install -m 644 $$l.mo $(localedir)/$$l/LC_MESSAGES/$(PGOAL).mo; \ + done + +clean: + rm -f *~ *.[oas] *.mo $(GOALS) TAGS + +%.mo: %.po + msgfmt -o $@ $< + +%.pot: POTFILES.in + xgettext --default-domain=`basename $@ .pot` --directory=.. \ + --add-comments --keyword=__ --keyword=_ --keyword=N_ \ + --keyword=I_ --keyword=i18n \ + --files-from=./POTFILES.in && \ + mv `basename $@ .pot`.po $@ + diff --git a/po/POTFILES.in b/po/POTFILES.in new file mode 100644 index 00000000..3f1e64f2 --- /dev/null +++ b/po/POTFILES.in @@ -0,0 +1 @@ +mdkonline diff --git a/po/mdkonline.pot b/po/mdkonline.pot new file mode 100644 index 00000000..8fe49dff --- /dev/null +++ b/po/mdkonline.pot @@ -0,0 +1,109 @@ +# translation of Madrake Online. +# Copyright (C) 2001 MandrakeSoft S.A. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: mdkonline\n" +"POT-Creation-Date: 2001-08-29 15:10+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#: mdkonline:66 +msgid "Mandrake Online" +msgstr "" + +#: mdkonline:71 +msgid " Next > " +msgstr "" + +#: mdkonline:72 +msgid " Cancel " +msgstr "" + +#: mdkonline:73 +msgid " < Back " +msgstr "" + +#: mdkonline:116 +msgid "Welcome to Mandrake Online" +msgstr "" + +#: mdkonline:117 +msgid "" +"At this step You are supposed to have an account on Mandrake Online.\n" +"This assistant will help you to upload your configuration\n" +"(packages, hardware configuration) to a centralized databases in\n" +"order to keep you informed about security updates and useful upgrades.\n" +msgstr "" + +#: mdkonline:122 +msgid "Mandrake Privacy Policy" +msgstr "" + +#: mdkonline:126 +msgid "Mandrake Online Authentification" +msgstr "" + +#: mdkonline:127 +msgid "" +"\n" +"\n" +" Enter your Mandrake Online login and password \n" +msgstr "" + +#: mdkonline:129 +msgid "Login:" +msgstr "" + +#: mdkonline:129 +msgid "Password:" +msgstr "" + +#: mdkonline:132 +msgid "Sending your config" +msgstr "" + +#: mdkonline:133 +msgid "" +"We are going to store in our databases all the packages\n" +"you have installed on your system and your hardware configuration.\n" +"If you don't want to send anything press 'Cancel'.\n" +"If you will help us improve Mandrake Linux continue by pressing 'Next'." +msgstr "" + +#: mdkonline:147 +msgid "Cancel" +msgstr "" + +#: mdkonline:151 +msgid "Quit" +msgstr "" + +#: mdkonline:156 +msgid "" +"Do you really want to abort Mandrake Online?\n" +"To return to the Wizard press 'Cancel',\n" +"to really quit it press 'Quit'." +msgstr "" + +#: mdkonline:158 +msgid "-adobe-times-bold-r-normal--14-*-100-100-p-*-iso8859-*,*-r-*" +msgstr "" + +#: mdkonline:230 +msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*" +msgstr "" + +#: mdkonline:231 +msgid "Welcome" +msgstr "" + +#: mdkonline:248 +msgid "Quitting Wizard\n" +msgstr "" -- cgit v1.2.1