mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-17 07:50:29 +01:00
Minor update of moreores
- Moreores mod updated, will be soon rewritten
This commit is contained in:
parent
dba0ef5fab
commit
c72b671dd8
|
@ -9,11 +9,10 @@ Licensed under the zlib license. See LICENSE.md for more information.
|
||||||
--]]
|
--]]
|
||||||
|
|
||||||
local S
|
local S
|
||||||
if (minetest.get_modpath("intllib")) then
|
if minetest.get_modpath("intllib") then
|
||||||
dofile(minetest.get_modpath("intllib").."/intllib.lua")
|
S = intllib.Getter()
|
||||||
S = intllib.Getter(minetest.get_current_modname())
|
else
|
||||||
else
|
S = function(s) return s end
|
||||||
S = function ( s ) return s end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
local modpath = minetest.get_modpath("moreores")
|
local modpath = minetest.get_modpath("moreores")
|
||||||
|
|
25
mods/moreores/locale/tr.txt
Normal file
25
mods/moreores/locale/tr.txt
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Translation by Mahmutelmas06
|
||||||
|
# mahmutelmas06@hotmail.com
|
||||||
|
# Türkçe Çeviri
|
||||||
|
# Turkish translation
|
||||||
|
# Language 2 letter iso code is "tr"
|
||||||
|
|
||||||
|
[moreores] loaded. = [moreores] yüklendi.
|
||||||
|
|
||||||
|
%s Ore = %s madeni
|
||||||
|
%s Lump = %s yığını
|
||||||
|
%s Ingot = %s külçesi
|
||||||
|
%s Block = %s blok
|
||||||
|
%s Pickaxe = %s kazma
|
||||||
|
%s Shovel = %s kürek
|
||||||
|
%s Axe = %s balta
|
||||||
|
%s Sword = %s kılıç
|
||||||
|
|
||||||
|
Copper = Bakır
|
||||||
|
Tin = Kalay
|
||||||
|
Bronze = Bronz
|
||||||
|
Silver = Gümüş
|
||||||
|
Gold = Altın
|
||||||
|
Mithril = Mithril
|
||||||
|
|
||||||
|
Copper Rail = Bakır ray
|
Loading…
Reference in New Issue
Block a user