i10n auto.setup
authorJoey Hess <joey@kodama.kitenet.net>
Fri, 22 Aug 2008 02:49:50 +0000 (22:49 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Fri, 22 Aug 2008 02:49:50 +0000 (22:49 -0400)
auto.setup
po/Makefile
po/ikiwiki.pot

index 47d0d868f5de010af5c235827daf5ae376e9d68a..74879dbc51047fb66db08027cf02e9f8a2c1d737 100644 (file)
 require IkiWiki::Setup::Automator;
 
 our $wikiname=IkiWiki::Setup::Automator::ask(
 require IkiWiki::Setup::Automator;
 
 our $wikiname=IkiWiki::Setup::Automator::ask(
-       "What will the wiki be named?", "wiki");
+       gettext("What will the wiki be named?"), gettext("wiki"));
 our $rcs=IkiWiki::Setup::Automator::ask(
 our $rcs=IkiWiki::Setup::Automator::ask(
-       "What revision control system to use?", "git");
+       gettext("What revision control system to use?"), "git");
 our $admin=IkiWiki::Setup::Automator::ask(
 our $admin=IkiWiki::Setup::Automator::ask(
-       "What wiki user (or openid) will be wiki admin?", $ENV{USER});
+       gettext("What wiki user (or openid) will be wiki admin?"), $ENV{USER});
 use Net::Domain q{hostfqdn};
 our $domain=hostfqdn() || ikiwiki::setup::automator::ask(
 use Net::Domain q{hostfqdn};
 our $domain=hostfqdn() || ikiwiki::setup::automator::ask(
-       "What is the domain name of the web server?", "");
+       gettext("What is the domain name of the web server?"), "");
 
 IkiWiki::Setup::Automator->import(
        wikiname => $wikiname,
 
 IkiWiki::Setup::Automator->import(
        wikiname => $wikiname,
index 013cdf26834e9f8679b82ae9e7252b56cff9f6fc..084d011f07111bf446ffbb1683fab6c509cdf656 100644 (file)
@@ -1,6 +1,6 @@
 # List here all source files with translatable strings.
 POTFILES=$(sort $(shell find ../IkiWiki -type f -name \*.pm)) \
 # List here all source files with translatable strings.
 POTFILES=$(sort $(shell find ../IkiWiki -type f -name \*.pm)) \
-       ../ikiwiki.in ../IkiWiki.pm
+       ../ikiwiki.in ../IkiWiki.pm ../auto.setup
 
 POFILES=$(wildcard *.po)
 MOFILES=$(POFILES:.po=.mo)
 
 POFILES=$(wildcard *.po)
 MOFILES=$(POFILES:.po=.mo)
index 1bfc9bb109aeba86bfac69cfbf7b5266605def6a..99a18be37430b9d1e551cc79ef035b1fb7dc0b16 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-14 18:13-0400\n"
+"POT-Creation-Date: 2008-08-21 22:49-0400\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -868,3 +868,23 @@ msgstr ""
 #: ../IkiWiki.pm:1588
 msgid "yes"
 msgstr ""
 #: ../IkiWiki.pm:1588
 msgid "yes"
 msgstr ""
+
+#: ../auto.setup:16
+msgid "What will the wiki be named?"
+msgstr ""
+
+#: ../auto.setup:16
+msgid "wiki"
+msgstr ""
+
+#: ../auto.setup:18
+msgid "What revision control system to use?"
+msgstr ""
+
+#: ../auto.setup:20
+msgid "What wiki user (or openid) will be wiki admin?"
+msgstr ""
+
+#: ../auto.setup:23
+msgid "What is the domain name of the web server?"
+msgstr ""