From 4c11d3ce2edd0bc0fd45795069ec45e038229360 Mon Sep 17 00:00:00 2001 From: FaceDeer Date: Sat, 11 Feb 2017 21:24:30 -0700 Subject: add support for intllib and loot mods --- locale/template.pot | 177 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 177 insertions(+) create mode 100644 locale/template.pot (limited to 'locale/template.pot') diff --git a/locale/template.pot b/locale/template.pot new file mode 100644 index 0000000..aaae543 --- /dev/null +++ b/locale/template.pot @@ -0,0 +1,177 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-11 21:23-0700\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" + +#: barter.lua:14 barter.lua:22 +msgid "Start" +msgstr "" + +#: barter.lua:16 barter.lua:24 +msgid "Confirm" +msgstr "" + +#: barter.lua:17 barter.lua:19 barter.lua:25 barter.lua:27 +msgid "Cancel" +msgstr "" + +#: barter.lua:18 barter.lua:26 shop.lua:20 +msgid "Exchange" +msgstr "" + +#: barter.lua:97 barter.lua:118 +msgid "Barter Table" +msgstr "" + +#: craftitems.lua:6 +msgid "1 MineGeld Note" +msgstr "" + +#: craftitems.lua:13 +msgid "5 MineGeld Note" +msgstr "" + +#: craftitems.lua:20 +msgid "10 MineGeld Note" +msgstr "" + +#: craftitems.lua:27 +msgid "Bundle of random Minegeld notes" +msgstr "" + +#: income.lua:18 +msgid "[Currency] basic income for @1" +msgstr "" + +#: income.lua:34 +msgid "[Currency] added basic income for @1 to inventory" +msgstr "" + +#: init.lua:6 +msgid "Currency mod loading..." +msgstr "" + +#: init.lua:9 +msgid "[Currency] Craft_items Loaded!" +msgstr "" + +#: init.lua:11 +msgid "[Currency] Shop Loaded!" +msgstr "" + +#: init.lua:13 +msgid "[Currency] Barter Loaded!" +msgstr "" + +#: init.lua:15 +msgid "[Currency] Safe Loaded!" +msgstr "" + +#: init.lua:17 +msgid "[Currency] Crafting Loaded!" +msgstr "" + +#: init.lua:20 +msgid "[Currency] Creative mode in use, skipping basic income." +msgstr "" + +#: init.lua:23 +msgid "[Currency] Income Loaded!" +msgstr "" + +#: safe.lua:29 +msgid "Safe" +msgstr "" + +#: safe.lua:44 +msgid "Safe (owned by @1)" +msgstr "" + +#: safe.lua:61 safe.lua:70 safe.lua:79 +msgid "@1 tried to access a safe belonging to @2 at @3" +msgstr "" + +#: safe.lua:86 +msgid "@1 moves stuff in safe at @2" +msgstr "" + +#: safe.lua:89 +msgid "@1 moves stuff to safe at @2" +msgstr "" + +#: safe.lua:92 +msgid "@1 takes stuff from safe at @2" +msgstr "" + +#: shop.lua:11 +msgid "Customer gives (pay here!)" +msgstr "" + +#: shop.lua:13 +msgid "Customer gets:" +msgstr "" + +#: shop.lua:15 +msgid "Owner wants:" +msgstr "" + +#: shop.lua:17 +msgid "Owner gives:" +msgstr "" + +#: shop.lua:26 +msgid "Customers gave:" +msgstr "" + +#: shop.lua:28 +msgid "Your stock:" +msgstr "" + +#: shop.lua:30 +msgid "You want:" +msgstr "" + +#: shop.lua:32 +msgid "In exchange, you give:" +msgstr "" + +#: shop.lua:34 +msgid "Owner, Use (E)+Place (right mouse button) for customer interface" +msgstr "" + +#: shop.lua:88 +msgid "Shop" +msgstr "" + +#: shop.lua:102 +msgid "Exchange shop (owned by @1)" +msgstr "" + +#: shop.lua:151 +msgid "This is your own shop, you can't exchange to yourself!" +msgstr "" + +#: shop.lua:188 +msgid "Exchanged!" +msgstr "" + +#: shop.lua:191 +msgid "Exchange can not be done, contact the shop owner." +msgstr "" + +#: shop.lua:193 +msgid "Exchange can not be done, check if you put all items!" +msgstr "" -- cgit v1.2.3 From 215a33ee9afa9726e7af5b96f03d642807014c60 Mon Sep 17 00:00:00 2001 From: FaceDeer Date: Mon, 20 Feb 2017 14:01:45 -0700 Subject: requested localization changes --- locale/template.pot | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'locale/template.pot') diff --git a/locale/template.pot b/locale/template.pot index aaae543..f528214 100644 --- a/locale/template.pot +++ b/locale/template.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-11 21:23-0700\n" +"POT-Creation-Date: 2017-02-20 13:58-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -53,11 +53,11 @@ msgid "Bundle of random Minegeld notes" msgstr "" #: income.lua:18 -msgid "[Currency] basic income for @1" +msgid "basic income for @1" msgstr "" #: income.lua:34 -msgid "[Currency] added basic income for @1 to inventory" +msgid "added basic income for @1 to inventory" msgstr "" #: init.lua:6 @@ -65,31 +65,31 @@ msgid "Currency mod loading..." msgstr "" #: init.lua:9 -msgid "[Currency] Craft_items Loaded!" +msgid "Craft_items Loaded!" msgstr "" #: init.lua:11 -msgid "[Currency] Shop Loaded!" +msgid "Shop Loaded!" msgstr "" #: init.lua:13 -msgid "[Currency] Barter Loaded!" +msgid "Barter Loaded!" msgstr "" #: init.lua:15 -msgid "[Currency] Safe Loaded!" +msgid "Safe Loaded!" msgstr "" #: init.lua:17 -msgid "[Currency] Crafting Loaded!" +msgid "Crafting Loaded!" msgstr "" #: init.lua:20 -msgid "[Currency] Creative mode in use, skipping basic income." +msgid "Creative mode in use, skipping basic income." msgstr "" #: init.lua:23 -msgid "[Currency] Income Loaded!" +msgid "Income Loaded!" msgstr "" #: safe.lua:29 -- cgit v1.2.3 From bb3fd1a928c730c9a99a341ec4aa9969f99c0195 Mon Sep 17 00:00:00 2001 From: "A.C.M" Date: Thu, 24 May 2018 23:08:23 +0200 Subject: 50-minegeld Note added. --- locale/template.pot | 87 ++++++++++++++++++++++++++++------------------------- 1 file changed, 46 insertions(+), 41 deletions(-) (limited to 'locale/template.pot') diff --git a/locale/template.pot b/locale/template.pot index f528214..396dde0 100644 --- a/locale/template.pot +++ b/locale/template.pot @@ -8,170 +8,175 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-20 13:58-0700\n" +"POT-Creation-Date: 2018-05-24 23:06+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: barter.lua:14 barter.lua:22 +#: barter.lua msgid "Start" msgstr "" -#: barter.lua:16 barter.lua:24 +#: barter.lua msgid "Confirm" msgstr "" -#: barter.lua:17 barter.lua:19 barter.lua:25 barter.lua:27 +#: barter.lua msgid "Cancel" msgstr "" -#: barter.lua:18 barter.lua:26 shop.lua:20 +#: barter.lua shop.lua msgid "Exchange" msgstr "" -#: barter.lua:97 barter.lua:118 +#: barter.lua msgid "Barter Table" msgstr "" -#: craftitems.lua:6 +#: craftitems.lua msgid "1 MineGeld Note" msgstr "" -#: craftitems.lua:13 +#: craftitems.lua msgid "5 MineGeld Note" msgstr "" -#: craftitems.lua:20 +#: craftitems.lua msgid "10 MineGeld Note" msgstr "" -#: craftitems.lua:27 +#: craftitems.lua +msgid "50 MineGeld Note" +msgstr "" + +#: craftitems.lua msgid "Bundle of random Minegeld notes" msgstr "" -#: income.lua:18 +#: income.lua msgid "basic income for @1" msgstr "" -#: income.lua:34 +#: income.lua msgid "added basic income for @1 to inventory" msgstr "" -#: init.lua:6 +#: init.lua msgid "Currency mod loading..." msgstr "" -#: init.lua:9 +#: init.lua msgid "Craft_items Loaded!" msgstr "" -#: init.lua:11 +#: init.lua msgid "Shop Loaded!" msgstr "" -#: init.lua:13 +#: init.lua msgid "Barter Loaded!" msgstr "" -#: init.lua:15 +#: init.lua msgid "Safe Loaded!" msgstr "" -#: init.lua:17 +#: init.lua msgid "Crafting Loaded!" msgstr "" -#: init.lua:20 +#: init.lua msgid "Creative mode in use, skipping basic income." msgstr "" -#: init.lua:23 +#: init.lua msgid "Income Loaded!" msgstr "" -#: safe.lua:29 +#: safe.lua msgid "Safe" msgstr "" -#: safe.lua:44 +#: safe.lua msgid "Safe (owned by @1)" msgstr "" -#: safe.lua:61 safe.lua:70 safe.lua:79 +#: safe.lua msgid "@1 tried to access a safe belonging to @2 at @3" msgstr "" -#: safe.lua:86 +#: safe.lua msgid "@1 moves stuff in safe at @2" msgstr "" -#: safe.lua:89 +#: safe.lua msgid "@1 moves stuff to safe at @2" msgstr "" -#: safe.lua:92 +#: safe.lua msgid "@1 takes stuff from safe at @2" msgstr "" -#: shop.lua:11 +#: shop.lua msgid "Customer gives (pay here!)" msgstr "" -#: shop.lua:13 +#: shop.lua msgid "Customer gets:" msgstr "" -#: shop.lua:15 +#: shop.lua msgid "Owner wants:" msgstr "" -#: shop.lua:17 +#: shop.lua msgid "Owner gives:" msgstr "" -#: shop.lua:26 +#: shop.lua msgid "Customers gave:" msgstr "" -#: shop.lua:28 +#: shop.lua msgid "Your stock:" msgstr "" -#: shop.lua:30 +#: shop.lua msgid "You want:" msgstr "" -#: shop.lua:32 +#: shop.lua msgid "In exchange, you give:" msgstr "" -#: shop.lua:34 +#: shop.lua msgid "Owner, Use (E)+Place (right mouse button) for customer interface" msgstr "" -#: shop.lua:88 +#: shop.lua msgid "Shop" msgstr "" -#: shop.lua:102 +#: shop.lua msgid "Exchange shop (owned by @1)" msgstr "" -#: shop.lua:151 +#: shop.lua msgid "This is your own shop, you can't exchange to yourself!" msgstr "" -#: shop.lua:188 +#: shop.lua msgid "Exchanged!" msgstr "" -#: shop.lua:191 +#: shop.lua msgid "Exchange can not be done, contact the shop owner." msgstr "" -#: shop.lua:193 +#: shop.lua msgid "Exchange can not be done, check if you put all items!" msgstr "" -- cgit v1.2.3