mirror of
https://github.com/mt-mods/currency.git
synced 2024-11-19 19:13:44 +01:00
50-minegeld Note added.
This commit is contained in:
parent
5472c543db
commit
bb3fd1a928
12
crafting.lua
12
crafting.lua
@ -47,6 +47,18 @@ minetest.register_craft({
|
||||
recipe = {"currency:minegeld_5"},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "shapeless",
|
||||
output = "currency:minegeld_10 5",
|
||||
recipe = {"currency:minegeld_50"},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "shapeless",
|
||||
output = "currency:minegeld_50",
|
||||
recipe = {"currency:minegeld_10", "currency:minegeld_10", "currency:minegeld_10", "currency:minegeld_10", "currency:minegeld_10"},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "shapeless",
|
||||
output = "currency:minegeld_bundle",
|
||||
|
@ -23,6 +23,13 @@ minetest.register_craftitem("currency:minegeld_10", {
|
||||
groups = {minegeld = 1}
|
||||
})
|
||||
|
||||
minetest.register_craftitem("currency:minegeld_50", {
|
||||
description = S("50 MineGeld Note"),
|
||||
inventory_image = "minegeld_50.png",
|
||||
stack_max = 30000,
|
||||
groups = {minegeld = 1}
|
||||
})
|
||||
|
||||
minetest.register_craftitem("currency:minegeld_bundle", {
|
||||
description = S("Bundle of random Minegeld notes"),
|
||||
inventory_image = "minegeld_bundle.png",
|
||||
|
98
locale/fr.po
98
locale/fr.po
@ -7,173 +7,181 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-03-28 13:49+0200\n"
|
||||
"POT-Creation-Date: 2018-05-24 23:06+0200\n"
|
||||
"PO-Revision-Date: 2018-05-12 14:55+0200\n"
|
||||
"Last-Translator: Papou30\n"
|
||||
"Language-Team: \n"
|
||||
"Language: fr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Poedit 2.0.7\n"
|
||||
"Last-Translator: Papou30\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
"Language: fr\n"
|
||||
|
||||
#: barter.lua:14 barter.lua:22
|
||||
#: barter.lua
|
||||
msgid "Start"
|
||||
msgstr "Début"
|
||||
|
||||
#: barter.lua:16 barter.lua:24
|
||||
#: barter.lua
|
||||
msgid "Confirm"
|
||||
msgstr "Confirmer"
|
||||
|
||||
#: barter.lua:17 barter.lua:19 barter.lua:25 barter.lua:27
|
||||
#: barter.lua
|
||||
msgid "Cancel"
|
||||
msgstr "Annuler"
|
||||
|
||||
#: barter.lua:18 barter.lua:26 shop.lua:20
|
||||
#: barter.lua shop.lua
|
||||
msgid "Exchange"
|
||||
msgstr "Échange"
|
||||
|
||||
#: barter.lua:97 barter.lua:118
|
||||
#: barter.lua
|
||||
msgid "Barter Table"
|
||||
msgstr "Table de troc"
|
||||
|
||||
#: craftitems.lua:6
|
||||
#: craftitems.lua
|
||||
msgid "1 MineGeld Note"
|
||||
msgstr "1 MineGeld"
|
||||
|
||||
#: craftitems.lua:13
|
||||
#: craftitems.lua
|
||||
msgid "5 MineGeld Note"
|
||||
msgstr "5 MineGeld"
|
||||
|
||||
#: craftitems.lua:20
|
||||
#: craftitems.lua
|
||||
msgid "10 MineGeld Note"
|
||||
msgstr "10 MineGeld"
|
||||
|
||||
#: craftitems.lua:27
|
||||
#: craftitems.lua
|
||||
#, fuzzy
|
||||
msgid "50 MineGeld Note"
|
||||
msgstr "5 MineGeld"
|
||||
|
||||
#: craftitems.lua
|
||||
msgid "Bundle of random Minegeld notes"
|
||||
msgstr "Liasse de Minegeld aléatoire"
|
||||
|
||||
#: income.lua:18
|
||||
#: income.lua
|
||||
msgid "basic income for @1"
|
||||
msgstr "revenu de base pour @1"
|
||||
|
||||
#: income.lua:34
|
||||
#: income.lua
|
||||
msgid "added basic income for @1 to inventory"
|
||||
msgstr "revenu de base ajouté pour @1 à l'inventaire"
|
||||
|
||||
#: init.lua:6
|
||||
#: init.lua
|
||||
msgid "Currency mod loading..."
|
||||
msgstr "Chargement du mod Currency..."
|
||||
|
||||
#: init.lua:9
|
||||
#: init.lua
|
||||
msgid "Craft_items Loaded!"
|
||||
msgstr "Fabrication d'objets (Craft_items) chargé!"
|
||||
|
||||
#: init.lua:11
|
||||
#: init.lua
|
||||
msgid "Shop Loaded!"
|
||||
msgstr "Boutique (Shop) chargée!"
|
||||
|
||||
#: init.lua:13
|
||||
#: init.lua
|
||||
msgid "Barter Loaded!"
|
||||
msgstr "Troc (Barter) chargé!"
|
||||
|
||||
#: init.lua:15
|
||||
#: init.lua
|
||||
msgid "Safe Loaded!"
|
||||
msgstr "Coffre-fort (Safe) chargé!"
|
||||
|
||||
#: init.lua:17
|
||||
#: init.lua
|
||||
msgid "Crafting Loaded!"
|
||||
msgstr "Artisanat (Crafting) chargé!"
|
||||
|
||||
#: init.lua:20
|
||||
#: init.lua
|
||||
msgid "Creative mode in use, skipping basic income."
|
||||
msgstr "Mod créatif en cours d'utilisation, ignoré le revenu de base."
|
||||
|
||||
#: init.lua:23
|
||||
#: init.lua
|
||||
msgid "Income Loaded!"
|
||||
msgstr "Revenu de base (Income) chargé!"
|
||||
|
||||
#: safe.lua:29
|
||||
#: safe.lua
|
||||
msgid "Safe"
|
||||
msgstr "Coffre-fort"
|
||||
|
||||
#: safe.lua:44
|
||||
#: safe.lua
|
||||
msgid "Safe (owned by @1)"
|
||||
msgstr "Coffre-fort (appartenant à @1)"
|
||||
|
||||
#: safe.lua:61 safe.lua:70 safe.lua:79
|
||||
#: safe.lua
|
||||
msgid "@1 tried to access a safe belonging to @2 at @3"
|
||||
msgstr "@1 a tenté d'accéder à un coffre-fort appartenant à @2 à @3"
|
||||
|
||||
#: safe.lua:86
|
||||
#: safe.lua
|
||||
msgid "@1 moves stuff in safe at @2"
|
||||
msgstr "@1 déplace le matériel dans coffre-fort à @2"
|
||||
|
||||
#: safe.lua:89
|
||||
#: safe.lua
|
||||
msgid "@1 moves stuff to safe at @2"
|
||||
msgstr "@1 déplace le matériel vers coffre-fort à @2"
|
||||
|
||||
#: safe.lua:92
|
||||
#: safe.lua
|
||||
msgid "@1 takes stuff from safe at @2"
|
||||
msgstr "@1 prend le matériel dans le coffre-fort à @2"
|
||||
|
||||
#: shop.lua:11
|
||||
#: shop.lua
|
||||
msgid "Customer gives (pay here!)"
|
||||
msgstr "Client donne (payer ici!)"
|
||||
|
||||
#: shop.lua:13
|
||||
#: shop.lua
|
||||
msgid "Customer gets:"
|
||||
msgstr "Client obtient:"
|
||||
|
||||
#: shop.lua:15
|
||||
#: shop.lua
|
||||
msgid "Owner wants:"
|
||||
msgstr "Le propriétaire veut:"
|
||||
|
||||
#: shop.lua:17
|
||||
#: shop.lua
|
||||
msgid "Owner gives:"
|
||||
msgstr "Propriétaire donne:"
|
||||
|
||||
#: shop.lua:26
|
||||
#: shop.lua
|
||||
msgid "Customers gave:"
|
||||
msgstr "Le client a donné:"
|
||||
|
||||
#: shop.lua:28
|
||||
#: shop.lua
|
||||
msgid "Your stock:"
|
||||
msgstr "Votre stock:"
|
||||
|
||||
#: shop.lua:30
|
||||
#: shop.lua
|
||||
msgid "You want:"
|
||||
msgstr "Vous voulez:"
|
||||
|
||||
#: shop.lua:32
|
||||
#: shop.lua
|
||||
msgid "In exchange, you give:"
|
||||
msgstr "En échange, vous donnez:"
|
||||
|
||||
#: shop.lua:34
|
||||
#: shop.lua
|
||||
msgid "Owner, Use (E)+Place (right mouse button) for customer interface"
|
||||
msgstr "Propriétaire, utilisez (E) + place (bouton droit de la souris) pour l'interface client"
|
||||
msgstr ""
|
||||
"Propriétaire, utilisez (E) + place (bouton droit de la souris) pour "
|
||||
"l'interface client"
|
||||
|
||||
#: shop.lua:88
|
||||
#: shop.lua
|
||||
msgid "Shop"
|
||||
msgstr "Boutique"
|
||||
|
||||
#: shop.lua:102
|
||||
#: shop.lua
|
||||
msgid "Exchange shop (owned by @1)"
|
||||
msgstr "Boutique d'échange (détenue par @1)"
|
||||
|
||||
#: shop.lua:151
|
||||
#: shop.lua
|
||||
msgid "This is your own shop, you can't exchange to yourself!"
|
||||
msgstr "C'est ta propre boutique, tu ne peux pas échanger avec toi-même!"
|
||||
|
||||
#: shop.lua:188
|
||||
#: shop.lua
|
||||
msgid "Exchanged!"
|
||||
msgstr "Échangé!"
|
||||
|
||||
#: shop.lua:191
|
||||
#: shop.lua
|
||||
msgid "Exchange can not be done, contact the shop owner."
|
||||
msgstr "L'échange ne peut être fait, contactez le propriétaire du magasin."
|
||||
|
||||
#: shop.lua:193
|
||||
#: shop.lua
|
||||
msgid "Exchange can not be done, check if you put all items!"
|
||||
msgstr "L'echange ne peut pas etre fait, verifiez si vous mettez tous les articles!"
|
||||
msgstr ""
|
||||
"L'echange ne peut pas etre fait, verifiez si vous mettez tous les articles!"
|
||||
|
95
locale/ms.po
95
locale/ms.po
@ -7,173 +7,180 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-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: 2017-10-17 02:03+0800\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: ms\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Poedit 2.0.4\n"
|
||||
"Last-Translator: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"Language: ms\n"
|
||||
|
||||
#: barter.lua:14 barter.lua:22
|
||||
#: barter.lua
|
||||
msgid "Start"
|
||||
msgstr "Mula"
|
||||
|
||||
#: barter.lua:16 barter.lua:24
|
||||
#: barter.lua
|
||||
msgid "Confirm"
|
||||
msgstr "Sah"
|
||||
|
||||
#: barter.lua:17 barter.lua:19 barter.lua:25 barter.lua:27
|
||||
#: barter.lua
|
||||
msgid "Cancel"
|
||||
msgstr "Batal"
|
||||
|
||||
#: barter.lua:18 barter.lua:26 shop.lua:20
|
||||
#: barter.lua shop.lua
|
||||
msgid "Exchange"
|
||||
msgstr "Tukar"
|
||||
|
||||
#: barter.lua:97 barter.lua:118
|
||||
#: barter.lua
|
||||
msgid "Barter Table"
|
||||
msgstr "Meja Barter"
|
||||
|
||||
#: craftitems.lua:6
|
||||
#: craftitems.lua
|
||||
msgid "1 MineGeld Note"
|
||||
msgstr "Wang 1 MineGeld"
|
||||
|
||||
#: craftitems.lua:13
|
||||
#: craftitems.lua
|
||||
msgid "5 MineGeld Note"
|
||||
msgstr "Wang 5 MineGeld"
|
||||
|
||||
#: craftitems.lua:20
|
||||
#: craftitems.lua
|
||||
msgid "10 MineGeld Note"
|
||||
msgstr "Wang 10 MineGeld"
|
||||
|
||||
#: craftitems.lua:27
|
||||
#: craftitems.lua
|
||||
#, fuzzy
|
||||
msgid "50 MineGeld Note"
|
||||
msgstr "Wang 5 MineGeld"
|
||||
|
||||
#: craftitems.lua
|
||||
msgid "Bundle of random Minegeld notes"
|
||||
msgstr "Seberkas wang Minegeld rawak"
|
||||
|
||||
#: income.lua:18
|
||||
#: income.lua
|
||||
msgid "basic income for @1"
|
||||
msgstr "pendapatan asas untuk @1"
|
||||
|
||||
#: income.lua:34
|
||||
#: income.lua
|
||||
msgid "added basic income for @1 to inventory"
|
||||
msgstr "pendapatan asas untuk @1 ditambah masuk ke dalam inventori"
|
||||
|
||||
#: init.lua:6
|
||||
#: init.lua
|
||||
msgid "Currency mod loading..."
|
||||
msgstr "Memuatkan mods Currency..."
|
||||
|
||||
#: init.lua:9
|
||||
#: init.lua
|
||||
msgid "Craft_items Loaded!"
|
||||
msgstr "Item pertukangan dimuatkan!"
|
||||
|
||||
#: init.lua:11
|
||||
#: init.lua
|
||||
msgid "Shop Loaded!"
|
||||
msgstr "Kedai dimuatkan!"
|
||||
|
||||
#: init.lua:13
|
||||
#: init.lua
|
||||
msgid "Barter Loaded!"
|
||||
msgstr "Meja barter dimuatkan!"
|
||||
|
||||
#: init.lua:15
|
||||
#: init.lua
|
||||
msgid "Safe Loaded!"
|
||||
msgstr "Peti besi dimuatkan!"
|
||||
|
||||
#: init.lua:17
|
||||
#: init.lua
|
||||
msgid "Crafting Loaded!"
|
||||
msgstr "Pertukangan dimuatkan!"
|
||||
|
||||
#: init.lua:20
|
||||
#: init.lua
|
||||
msgid "Creative mode in use, skipping basic income."
|
||||
msgstr "Dalam mod kreatif, pendapatan asas diabaikan."
|
||||
|
||||
#: init.lua:23
|
||||
#: init.lua
|
||||
msgid "Income Loaded!"
|
||||
msgstr "Pendapatan dimuatkan!"
|
||||
|
||||
#: safe.lua:29
|
||||
#: safe.lua
|
||||
msgid "Safe"
|
||||
msgstr "Peti besi"
|
||||
|
||||
#: safe.lua:44
|
||||
#: safe.lua
|
||||
msgid "Safe (owned by @1)"
|
||||
msgstr "Peti besi (pemilik: @1)"
|
||||
|
||||
#: safe.lua:61 safe.lua:70 safe.lua:79
|
||||
#: safe.lua
|
||||
msgid "@1 tried to access a safe belonging to @2 at @3"
|
||||
msgstr "@1 cuba untuk mengakses peti besi milik @2 di @3"
|
||||
|
||||
#: safe.lua:86
|
||||
#: safe.lua
|
||||
msgid "@1 moves stuff in safe at @2"
|
||||
msgstr "@1 pindahkan barang dalam peti besi di @2"
|
||||
|
||||
#: safe.lua:89
|
||||
#: safe.lua
|
||||
msgid "@1 moves stuff to safe at @2"
|
||||
msgstr "@1 masukkan barang dalam peti besi di @2"
|
||||
|
||||
#: safe.lua:92
|
||||
#: safe.lua
|
||||
msgid "@1 takes stuff from safe at @2"
|
||||
msgstr "@1 keluarkan barang dari peti besi di @2"
|
||||
|
||||
#: shop.lua:11
|
||||
#: shop.lua
|
||||
msgid "Customer gives (pay here!)"
|
||||
msgstr "Pelanggan beri (bayar sini!)"
|
||||
|
||||
#: shop.lua:13
|
||||
#: shop.lua
|
||||
msgid "Customer gets:"
|
||||
msgstr "Pelanggan dapat:"
|
||||
|
||||
#: shop.lua:15
|
||||
#: shop.lua
|
||||
msgid "Owner wants:"
|
||||
msgstr "Penjual inginkan:"
|
||||
|
||||
#: shop.lua:17
|
||||
#: shop.lua
|
||||
msgid "Owner gives:"
|
||||
msgstr "Penjual berikan:"
|
||||
|
||||
#: shop.lua:26
|
||||
#: shop.lua
|
||||
msgid "Customers gave:"
|
||||
msgstr "Pelanggan berikan:"
|
||||
|
||||
#: shop.lua:28
|
||||
#: shop.lua
|
||||
msgid "Your stock:"
|
||||
msgstr "Stok anda:"
|
||||
|
||||
#: shop.lua:30
|
||||
#: shop.lua
|
||||
msgid "You want:"
|
||||
msgstr "Anda mahukan:"
|
||||
|
||||
#: shop.lua:32
|
||||
#: shop.lua
|
||||
msgid "In exchange, you give:"
|
||||
msgstr "Anda berikan:"
|
||||
|
||||
#: shop.lua:34
|
||||
#: shop.lua
|
||||
msgid "Owner, Use (E)+Place (right mouse button) for customer interface"
|
||||
msgstr "Penjual, Gunakan (E) + Letak (butang tetikus kanan) untuk antaramuka pelanggan"
|
||||
msgstr ""
|
||||
"Penjual, Gunakan (E) + Letak (butang tetikus kanan) untuk antaramuka "
|
||||
"pelanggan"
|
||||
|
||||
#: shop.lua:88
|
||||
#: shop.lua
|
||||
msgid "Shop"
|
||||
msgstr "Kedai"
|
||||
|
||||
#: shop.lua:102
|
||||
#: shop.lua
|
||||
msgid "Exchange shop (owned by @1)"
|
||||
msgstr "Kedai (pemilik: @1)"
|
||||
|
||||
#: shop.lua:151
|
||||
#: shop.lua
|
||||
msgid "This is your own shop, you can't exchange to yourself!"
|
||||
msgstr "Ini kedai anda, anda tidak boleh menjual kepada diri sendiri!"
|
||||
|
||||
#: shop.lua:188
|
||||
#: shop.lua
|
||||
msgid "Exchanged!"
|
||||
msgstr "Jual!"
|
||||
|
||||
#: shop.lua:191
|
||||
#: shop.lua
|
||||
msgid "Exchange can not be done, contact the shop owner."
|
||||
msgstr "Tak boleh jual, hubungi penjual."
|
||||
|
||||
#: shop.lua:193
|
||||
#: shop.lua
|
||||
msgid "Exchange can not be done, check if you put all items!"
|
||||
msgstr "Tak boleh jual, pastikan anda ada apa yang penjual mahukan!"
|
||||
|
98
locale/ru.po
98
locale/ru.po
@ -7,173 +7,181 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-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: 2017-08-11 19:03+0300\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: ru\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Poedit 2.0.3\n"
|
||||
"Last-Translator: \n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
"Language: ru\n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\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 "Банкнота в 1 MineGeld"
|
||||
|
||||
#: craftitems.lua:13
|
||||
#: craftitems.lua
|
||||
msgid "5 MineGeld Note"
|
||||
msgstr "Банкнота в 5 MineGeld"
|
||||
|
||||
#: craftitems.lua:20
|
||||
#: craftitems.lua
|
||||
msgid "10 MineGeld Note"
|
||||
msgstr "Банкнота в 10 MineGeld"
|
||||
|
||||
#: craftitems.lua:27
|
||||
#: craftitems.lua
|
||||
#, fuzzy
|
||||
msgid "50 MineGeld Note"
|
||||
msgstr "Банкнота в 5 MineGeld"
|
||||
|
||||
#: craftitems.lua
|
||||
msgid "Bundle of random Minegeld notes"
|
||||
msgstr "Пачка случайных банкнот Minegeld"
|
||||
|
||||
#: income.lua:18
|
||||
#: income.lua
|
||||
msgid "basic income for @1"
|
||||
msgstr "базовая прибыль для @1"
|
||||
|
||||
#: income.lua:34
|
||||
#: income.lua
|
||||
msgid "added basic income for @1 to inventory"
|
||||
msgstr "базовая прибыль для @1 добавлена в инвентарь"
|
||||
|
||||
#: init.lua:6
|
||||
#: init.lua
|
||||
msgid "Currency mod loading..."
|
||||
msgstr "Загружается мод Currency..."
|
||||
|
||||
#: 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 "Сейф (принадлежит @1)"
|
||||
|
||||
#: safe.lua:61 safe.lua:70 safe.lua:79
|
||||
#: safe.lua
|
||||
msgid "@1 tried to access a safe belonging to @2 at @3"
|
||||
msgstr "@1 попробовал открыть сейф, принадлежащий @2 в @3"
|
||||
|
||||
#: safe.lua:86
|
||||
#: safe.lua
|
||||
msgid "@1 moves stuff in safe at @2"
|
||||
msgstr "@1 перемещает вещи в сейфе в @2"
|
||||
|
||||
#: safe.lua:89
|
||||
#: safe.lua
|
||||
msgid "@1 moves stuff to safe at @2"
|
||||
msgstr "@1 кладёт вещи в сейф в @2"
|
||||
|
||||
#: safe.lua:92
|
||||
#: safe.lua
|
||||
msgid "@1 takes stuff from safe at @2"
|
||||
msgstr "@1 забирает вещи из сейфа в @2"
|
||||
|
||||
#: 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 "Владелец, используйте (E)+Разместить (правая кнопка мыши) для открытия интерфейса покупателя"
|
||||
msgstr ""
|
||||
"Владелец, используйте (E)+Разместить (правая кнопка мыши) для открытия "
|
||||
"интерфейса покупателя"
|
||||
|
||||
#: shop.lua:88
|
||||
#: shop.lua
|
||||
msgid "Shop"
|
||||
msgstr "Магазин"
|
||||
|
||||
#: shop.lua:102
|
||||
#: shop.lua
|
||||
msgid "Exchange shop (owned by @1)"
|
||||
msgstr "Пункт обмена (принадлежит @1)"
|
||||
|
||||
#: 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 "Обмен невозможен, проверьте, что вы положили все предметы!"
|
||||
|
@ -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 <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\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 ""
|
||||
|
BIN
textures/minegeld_50.png
Normal file
BIN
textures/minegeld_50.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1014 B |
Loading…
Reference in New Issue
Block a user