aboutsummaryrefslogtreecommitdiff
path: root/po/minetest.pot
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2020-07-08 20:31:55 +0000
committersfan5 <sfan5@live.de>2020-07-08 22:51:18 +0200
commitb7129f63c47eaacf9ad712efed4533982b68beb7 (patch)
tree4dae4b1e76076064632edf585cb7f46edf1a8698 /po/minetest.pot
parent3547c47ee70bbf34242c6f10f8ff404944614a5f (diff)
downloadminetest-b7129f63c47eaacf9ad712efed4533982b68beb7.tar.gz
minetest-b7129f63c47eaacf9ad712efed4533982b68beb7.tar.bz2
minetest-b7129f63c47eaacf9ad712efed4533982b68beb7.zip
Translated using Weblate (Basque)
Currently translated at 17.5% (237 of 1350 strings)
Diffstat (limited to 'po/minetest.pot')
0 files changed, 0 insertions, 0 deletions
3' href='#n113'>113 114 115 116
--Minetest
--Copyright (C) 2014 sapier
--
--This program is free software; you can redistribute it and/or modify
--it under the terms of the GNU Lesser General Public License as published by
--the Free Software Foundation; either version 2.1 of the License, or
--(at your option) any later version.
--
--This program is distributed in the hope that it will be useful,
--but WITHOUT ANY WARRANTY; without even the implied warranty of
--MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
--GNU Lesser General Public License for more details.
--
--You should have received a copy of the GNU Lesser General Public License along
--with this program; if not, write to the Free Software Foundation, Inc.,
--51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

mt_color_grey  = "#AAAAAA"
mt_color_blue  = "#6389FF"
mt_color_green = "#72FF63"
mt_color_dark_green = "#25C191"

local menupath = core.get_mainmenu_path()
local basepath = core.get_builtin_path()
defaulttexturedir = core.get_texturepath_share() .. DIR_DELIM .. "base" ..
					DIR_DELIM .. "pack" .. DIR_DELIM

dofile(basepath .. "common" .. DIR_DELIM .. "filterlist.lua")
dofile(basepath .. "fstk" .. DIR_DELIM .. "buttonbar.lua")
dofile(basepath .. "fstk" .. DIR_DELIM .. "dialog.lua")
dofile(basepath .. "fstk" .. DIR_DELIM .. "tabview.lua")
dofile(basepath .. "fstk" .. DIR_DELIM .. "ui.lua")