mirror of
https://github.com/mt-mods/mail.git
synced 2025-07-18 20:26:46 -04:00
Fix strings (translations and checks)
This commit is contained in:
parent
720029a73e
commit
95ab299016
9 changed files with 180 additions and 114 deletions
16
ui/about.lua
16
ui/about.lua
|
@ -9,19 +9,19 @@ function mail.show_about(name)
|
|||
tabheader[0.3,1;optionstab;]] .. S("Settings") .. "," .. S("About") .. [[;2;false;false]
|
||||
button[9.35,0;0.75,0.5;back;X]
|
||||
label[0,0.8;Mail]
|
||||
label[0,1.2;Provided my mt-mods]
|
||||
label[0,1.6;Version: 1.2.0-dev]
|
||||
label[0,2.2;Licenses:]
|
||||
label[0.2,2.6;Expat (code), WTFPL (textures)]
|
||||
label[0,1.2;]] .. S("Provided my mt-mods") .. [[]
|
||||
label[0,1.6;]] .. S("Version") .. [[ : 1.2.0-dev]
|
||||
label[0,2.2;]] .. S("Licenses") .. [[ :]
|
||||
label[0.2,2.6;]] .. S("Expat (code), WTFPL (textures)") .. [[]
|
||||
label[0,3.2;https://github.com/mt-mods/mail]
|
||||
label[0,3.6;https://content.minetest.net/packages/mt-mods/mail]
|
||||
textarea[0.5,4.8;4,5.5;;Note;]] ..
|
||||
[[NOTE: Communication using this system is NOT guaranteed to be private!]] ..
|
||||
[[ Admins are able to view the messages of any player.]
|
||||
textarea[0.5,4.8;4,5.5;;]] .. S("Note") .. [[;]] ..
|
||||
S("Communication using this system is NOT guaranteed to be private!") .. " " ..
|
||||
S("Admins are able to view the messages of any player.") .. [[]
|
||||
|
||||
tablecolumns[color;text;text]
|
||||
table[5,0.75;4.9,5.5;contributors;]] ..
|
||||
[[#999,Contributors,,]] ..
|
||||
[[#999,]] .. S("Contributors") .. [[,,]] ..
|
||||
[[#FFD700,Cheapie,Initial idea/project,]] ..
|
||||
[[#FFF,Rubenwardy,Lua/UI improvements,]] ..
|
||||
[[#FFF,BuckarooBanzay,Clean-ups\, Refactoring,]] ..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue