Translatestrings updated.

master
A.C.M 2020-02-21 16:23:06 +01:00
parent 245aa7a400
commit c99cdbeff9
3 changed files with 48 additions and 39 deletions

View File

@ -361,36 +361,36 @@ function poi.gui(player_name, showup, main)
end -- for key,value
if minetest.get_player_privs(player_name).poi then
manageme = "button[5,6.5;2,1;poimanager;" .. "Manage_PoI]"
manageme = "button[5,6.5;2,1;poimanager;" .. S("Manage PoI") .. "]"
end
if main then
minetest.show_formspec(player_name,"minetest_poi:thegui", -- The main gui for everyone with interact
"size[7,8]" ..
"label[0.4,0;> ".. "Double-click on destination to teleport" .. " <]"..
"label[0.4,0;> ".. S("Double-click on destination to teleport") .. " <]"..
--showcat..
"textlist[0.4,1;3,5;name;"..list..";selected_idx;false]"..
"label[0.6,6;".. count .. " points in list]" ..
"label[4.3,0.5; ".. "Categories ]" ..
"label[0.6,6;".. count .. S(" points in list") .. "]" ..
"label[4.3,0.5; ".. S("Categories") .. " ]" ..
"dropdown[4,1;2,1;dname;"..catlist..";"..drop_down.."]"..
"button[0.4,6.5;1,1;poitelme;".. "Go]" ..
"button[1.4,6.5;2,1;poishowall;" .. "ShowAll]" ..manageme..
"button_exit[0.4,7.4;3.4,1;poiexit;" .. "Quit]"
"button[0.4,6.5;1,1;poitelme;".. S("Go") .. "]" ..
"button[1.4,6.5;2,1;poishowall;" .. S("Show all") .. "]" ..manageme..
"button_exit[0.4,7.4;3.4,1;poiexit;" .. S("Quit") .. "]"
)
else
minetest.show_formspec(player_name,"minetest_poi:manager", -- The management gui for people with poi priv
"size[7,9]" ..
"textlist[0.4,0;3,5;maname;"..list..";"..choosen_name..";false]"..
"textlist[4,0;2,2;madname;"..catlist..";"..selected_category..";false]"..
"button[4,2.5;2,1;reload;" .. "Reload" .. "]" ..
"button[4,3.5;2,1;validate;" .. "Validate" .. "]"..
"field[0.3,5.4;7,1;managename; - enter name -;"..selected_point.."]"..
"button[0.4,6;6,1;set;" .. "Set Point or change Categorie" .. "]"..
"button[0.4,7;2,1;rename;" .. "Rename" .. "]"..
"button[2.4,7;2,1;move;" .. "Move" .. "]"..
"button[4,2.5;2,1;reload;" .. S("Reload") .. "]" ..
"button[4,3.5;2,1;validate;" .. S("Validate") .. "]"..
"field[0.3,5.4;7,1;managename; - ".. S("Enter Name").." -;"..selected_point.."]"..
"button[0.4,6;6,1;set;" .. S("Set Point or change Categorie") .. "]"..
"button[0.4,7;2,1;rename;" .. S("Rename") .. "]"..
"button[2.4,7;2,1;move;" .. S("Move") .. "]"..
"image_button[5.4,7;1,1;minetest_poi_deleteme.png;delete;]"..
"button_exit[0.4,8;3,1;doexit;" .. "Quit" .. "]"..
"button[3.4,8;3,1;goback;" .. "Back" .. "]"
"button_exit[0.4,8;3,1;doexit;" .. S("Quit") .. "]"..
"button[3.4,8;3,1;goback;" .. S("Back") .. "]"
)
end
end -- poi.gui()
@ -958,7 +958,7 @@ minetest.register_chatcommand("poi_gui", {
})
minetest.register_chatcommand("poi_list", {
params = S("<-a> <-c> <-f> <-i [Categorie[Number]]>"),
description = S("Shows Point's of Interest.\nOption -a shows Point's of Interest with Coordinates.\nOption -c shows you Categories.\nOption -f shows you the Namefilter\nOption -i <Categorie[number]]> shows only the Entries of the given Categorienumber or Name"),
description = S("Shows Point's of Interest.\nOption -a shows Point's of Interest with Coordinates.\nOption -c shows you Categories.\nOption -f shows you the Namefilter\nOption -i <Categorie[number]> shows only the Entries of the given Categorienumber or Name"),
privs = {interact = true},
func = function(name, arg)

View File

@ -26,7 +26,7 @@ foo=foo
>>> Sorry this button is for admin only, please use /poi_delete = >>> Entschuldige, dieser Knopf ist nur für Admins, bitte verwende /poi_delete
Categorie: = Kategorie:
Categories in List.=Kategorien in Liste.
Categories in List.= Kategorien in Liste.
Filter in List.=Filter in Liste.
PoI's with an invalid Categorie found and set to 1.= PoI's mit ungültiger Kategorie gefunden und auf 1 gesetzt.
Point's of Interest are:= Sehenswürdigkeiten sind:
@ -44,6 +44,7 @@ foo=foo
interact= interact
invalid PoI's found and deleted.= ungültige PoI's gefunden und gelöscht.
moved to Position: = verschoben zu Position:
points in list= Punkte in Liste
priv, please type= priv, bitte gib
renamed to = umbenannt zu
stored.= gespeichert.
@ -59,14 +60,21 @@ foo=foo
> for PoI.=> für PoI.
> in Categorie <=> in Kategorie <
> unknown to delete.=> unbekannt um zu löschen.
Back=Zurück
Categories=Kategorien
Changes the Name of the Point of Interest.=Verändert den Namen der Sehenswürdigkeit.
Changes the Position of the Point of Interest.=Verändert die Position der Sehenswürdigkeit.
Deletes a Point of Interest.=Löscht eine Sehenswürdigkeit.
Double-click on destination to teleport=Doppelklick auf Ziel zum Teleportieren
Enter Name=Namen eingeben
Given Categorie don't exists.=Gegebene Kategorie gibt es nicht.
Go=Los
Invalid new Pointname.=Ungültiger neuer Punktnamen.
Invalid or Forbidden Name <= Ungültiger oder verbotener Name <
Jumps to the Position of the Point of Interest.=Springt zur Position der Sehenswürdigkeit.
Loads the List of POI's new.=Lädt die Liste der POI's neu.
Manage PoI=Verwalte PoI
Move=Verschieben
Name of the PoI needed.=Namen der Sehenswürdigkeit benötigt.
New Pointname already exists.=Neuen Punktnamen gibt es bereits.
No invalid PoI found.=Keinen ungültigen PoI gefunden.
@ -75,36 +83,23 @@ Player may set and manage Points of Interest.=Spieler dürfen Sehenswürdigkeite
PoI-Name: =PoI-Name:
Point to rename not found.=Punkt zum Umbenennen nicht gefunden.
Point's of Interest in Categorie =Sehenswürdigkeiten in Kategorie
Quit=Ende
Reload=Neu laden
Rename=Umbenennen
Set Point or change Categorie=Erstelle Punkt oder ändere die Kategorie
Set's a Point of Interest or changes the Categorie of an existing Point.=
Set's a Point of Interest or changes the Categorie of an existing Point.=Setzt eine Sehenswürdigkeit oder ändert die Kategorie einer existierenden Sehenswürdigkeit.
Show Points of Interest=Zeige Sehenswürdigkeiten
Show all=Zeige Alles
Shows PoIs in a GUI.=Zeigt PoIs in einer GUI
Shows Point's of Interest.@nOption -a shows Point's of Interest with Coordinates.@nOption -c shows you Categories.@nOption -f shows you the Namefilter@nOption -i <Categorie[number]]> shows only the Entries of the given Categorienumber or Name=
Shows Point's of Interest.@nOption -a shows Point's of Interest with Coordinates.@nOption -c shows you Categories.@nOption -f shows you the Namefilter@nOption -i <Categorie[number]> shows only the Entries of the given Categorienumber or Name=Zeigt Sehenswürdigkeiten.@nOption -a zeigt Sehenswürdigkeit mit Koordinaten.@nOption -c zeigt die Kategorien.@nOption -f zeigt den Namensfilter.@nOption -i <Kategorie[nummer]> zeigt nur die Einträge der Kategorienummer oder Name
Unknown PoI <=Unbekannter PoI <
Unknown Point of Interest: =Unbekannte Sehenswürdigkeit:
Validate=Überprüfen
Validates the List of PoI's.=Überprüft die Liste der PoI's.
Warning: Unkown Categorie, set to Categorie 1.=Warnung: Unbekannte Kategorie, auf Kategorie 1 gesetzt.
You are moved to POI: =Du wurdest verschoben zur Sehenswürdigkeit:
You need the=Du brauchst
##### not used anymore #####
Manage_PoI]=Verwalte PoI
Points in List]= Punkte in Liste]
Categories ]= Kategorien ]
Go]=Los]
ShowAll]=ZeigeAlles]
Quit]=Ende]
Doubleclick on destination to teleport=Doppelklick auf Ziel zum Teleportieren
Reload=Neu laden
Validate=Überprüfen
Set Point or change Categorie=Erstelle Punkt oder ändere die Kategorie
Rename=Umbenennen
Move=Verschieben
Quit=Ende
Back=Zurück
Unknown PoI <= Unbekannter PoI <

View File

@ -44,6 +44,7 @@ foo=
interact=
invalid PoI's found and deleted.=
moved to Position: =
points in list=
priv, please type=
renamed to =
stored.=
@ -59,14 +60,21 @@ foo=
> for PoI.=
> in Categorie <=
> unknown to delete.=
Back=
Categories=
Changes the Name of the Point of Interest.=
Changes the Position of the Point of Interest.=
Deletes a Point of Interest.=
Double-click on destination to teleport=
Enter Name=
Given Categorie don't exists.=
Go=
Invalid new Pointname.=
Invalid or Forbidden Name <=
Jumps to the Position of the Point of Interest.=
Loads the List of POI's new.=
Manage PoI=
Move=
Name of the PoI needed.=
New Pointname already exists.=
No invalid PoI found.=
@ -75,16 +83,22 @@ Player may set and manage Points of Interest.=
PoI-Name: =
Point to rename not found.=
Point's of Interest in Categorie =
Quit=
Reload=
Rename=
Set Point or change Categorie=
Set's a Point of Interest or changes the Categorie of an existing Point.=
Show Points of Interest=
Show all=
Shows PoIs in a GUI.=
Shows Point's of Interest.@nOption -a shows Point's of Interest with Coordinates.@nOption -c shows you Categories.@nOption -f shows you the Namefilter@nOption -i <Categorie[number]]> shows only the Entries of the given Categorienumber or Name=
Shows Point's of Interest.@nOption -a shows Point's of Interest with Coordinates.@nOption -c shows you Categories.@nOption -f shows you the Namefilter@nOption -i <Categorie[number]> shows only the Entries of the given Categorienumber or Name=
Unknown PoI <=
Unknown Point of Interest: =
Validate=
Validates the List of PoI's.=
Warning: Unkown Categorie, set to Categorie 1.=
You are moved to POI: =