Skip to content
Snippets Groups Projects
Commit e778bb63 authored by Milan's avatar Milan
Browse files

add lang dropdown and migrate content to locales

parent a97db200
No related branches found
No related tags found
No related merge requests found
......@@ -54,3 +54,12 @@
#donate {
color: $green
}
.dropdown-menu {
background-color: $darkest;
}
a.dropdown-switch,
a.dropdown-toggle {
color: $brightest;
}
<div class="left about-section">
<h3>Reliable Minetestservers since early 2014</h3>
<p>We're looking back to years of rocking the serverlist and much fun - on Illuna,<br>you can expect an experienced team of Minetest enthusiasts.</p>
<h3><%= t('home.about.reliable_heading') %></h3>
<p><%= t('home.about.reliable_body') %></p>
</div>
<div class="right about-section">
<h3>24/7 dedicated baremetal server</h3>
<p>We keep it serious, therefor you can expect playing on a dedicated server,<br>rocking raided SSD's, a fancy Xeon processor and Gigabit connection.</p>
<h3><%= t('home.about.dedicated_heading') %></h3>
<p><%= t('home.about.dedicated_body') %></p>
</div>
<div class="left about-section">
<h3>Really unique modcollections</h3>
<p>All of our worlds (see below) come with a bunch of forked mods and a collection<br>of handcrafted and illuna-exclusive mods.</p>
<h3><%= t('home.about.unique_heading') %></h3>
<p><%= t('home.about.unique_body') %></p>
</div>
<div class=center>
<h1 class="fadeindown">
<%= t('home.index.headline') %>
<%= t('home.greeter.headline') %>
</h1>
<p style="padding-top:1em;padding-bottom:1em;">
<%= t('home.index.description_html') %>
<%= t('home.greeter.description_html') %>
</p>
<a href="screenshots" class="btn btn-screenshots" data-placement="bottom" data-original-title="view the gallery">
<i class="fa fa-image" aria-hidden="true"></i>
Official Screenshots
<%= t('home.greeter.button_screenshots') %>
</a>
<a href="https://community.illuna-minetest.tk/c/show-your-buildings" class="btn btn-buildings" data-placement="bottom" data-original-title="Building Showcase">
<i class="fa fa-users" aria-hidden=true></i>
Players presenting buildings
<%= t('home.greeter.button_buildings') %>
</a>
<p>
<a class="btn btn-i btn-download" href="http://www.minetest.net/downloads" target="_blank">
<i class="glyphicon glyphicon-download"></i>
<%= t('home.index.download') %>
<%= t('home.greeter.download') %>
</a><br>
<code><%= t('home.index.release') %> <span id="donate">0.4.16 </span></code>
<code><%= t('home.greeter.release') %> <span id="donate">0.4.16 </span></code>
</p>
<div>
<%= image_tag('home/index/castle.jpg', :class=>'greetercastle') %>
......
<h3 align=center>Talk together, from anywhere you want</h3>
<h3 align=center><%= t('home.groupchats.headline') %></h3>
<div class="row justify-content-start">
<div class="col about-section">
<%= image_tag('home/index/connectedchats.png', :class=>'connectedchats') %>
</div>
<div class="col about-section">
<ul class=connectedchats>
<p>The chat you know from ingame is available over multible networks on Illuna, just join from the place you like the most and start chatting!</p>
<h4><strong>Telegram<strong> <a class="btn btn-sm pull-right" href=https://t.me/joinchat/AAAAAAragS9JpEfoWCkIJw>Join now</a></h4>
<h4><strong>Matrix<strong> <a class="btn btn-sm pull-right" href=https://matrix.to/#/#illuna:tchncs.de>Join now</a></h4>
<h4><strong>IRC<strong> <code class=pull-right>#illuna on Freenode</code></h4>
<p><%= t('home.groupchats.description') %></p>
<h4><strong>Telegram<strong> <a class="btn btn-sm pull-right" href=https://t.me/joinchat/AAAAAAragS9JpEfoWCkIJw><%= t('home.groupchats.button_join') %></a></h4>
<h4><strong>Matrix<strong> <a class="btn btn-sm pull-right" href=https://matrix.to/#/#illuna:tchncs.de><%= t('home.groupchats.button_join') %></a></h4>
<h4><strong>IRC<strong> <code class=pull-right><%= t('home.groupchats.freenode') %></code></h4>
</ul>
</div>
</div>
......
......@@ -8,7 +8,7 @@
</li>
<li class="nav-item">
<a href="/#servers">
<span><i class="fa fa-gamepad"></i> Servers</span>
<span><i class="fa fa-gamepad"></i> <%= t('nav.servers') %></span>
</a>
</li>
</ul>
......@@ -21,9 +21,20 @@
</div>
<div class="navbar-collapse collapse w-100 order-3 dual-collapse2">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<div class="dropdown show">
<a class="dropdown-toggle" href="#" id="lang" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<span><i class="fa fa-globe"></i></span>
</a>
<div class="dropdown-menu" aria-labelledby="lang">
<span><%= link_to "German", change_locale_path(:de), :class => "dropdown-switch" %></span>
<span><%= link_to "English", change_locale_path(:en), :class => "dropdown-switch" %></span>
</div>
</div>
</li>
<li class="nav-item">
<a href="//tchncs.de/donate"> <!-- TODO modal or redir to tchncs.de -->
<span id=donate><i class="fa fa-heart"></i> Donate</span>
<span id=donate><i class="fa fa-heart"></i> <%= t('nav.donate') %></span>
</a>
</li>
</ul>
......
<a name=servers></a>
<h2 align=center>Illuna Servers</h2>
<p style="padding-top:4px;font-size:80%;text-align:center;">Our server IP is <code>illuna.rocks</code> 🐱</p>
<h2 align=center><%= t('home.servers.heading') %></h2>
<p style="padding-top:4px;font-size:80%;text-align:center;"><%= t('home.servers.ip') %> <code>illuna.rocks</code> 🐱</p>
<nav>
<div class="nav nav-tabs" id="nav-tab" role="tablist">
......@@ -11,8 +11,8 @@
</nav>
<div class="tab-content" id="nav-tabContent">
<div class="tab-pane fade show active" id="techeth" role="tabpanel" aria-badgeledby="techeth">
<h3>TechEth <a class="btn btn-readmore" id=f-right href=#>Read more</a></h3>
<p>Amazing customized Technic Ethereal experience in a crazy adjusted mapgen.
<h3>TechEth <a class="btn btn-readmore" id=f-right href=#><%= t('home.servers.button_readmore') %></a></h3>
<p><%= t('home.servers.techeth') %>
<span class="badge badge-pill badge-light" id=f-right style="padding-left:.4em;">Port 30002</span>
<span class="badge badge-pill badge-success" id=f-right>Online</span>
</p>
......@@ -21,22 +21,20 @@
</div>
</div>
<div class="tab-pane fade" id="vipworld" role="tabpanel" aria-badgeledby="vipworld">
<h3>VIP World <a class="btn btn-readmore" id=f-right href=#>Read more</a></h3>
<p>Most griefer-free gaming experience.
<h3>VIP World <a class="btn btn-readmore" id=f-right href=#><%= t('home.servers.button_readmore') %></a></h3>
<p><%= t('home.servers.vipworld') %>
<span class="badge badge-pill badge-light" id=f-right style="padding-left:.4em;">Port 30000</span>
<span class="badge badge-pill badge-success" id=f-right>Online</span>
</p>
<p>A safe place for our most trusted players. Visitors are always welcome but are not allowed to interact with the world around.</p>
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://t1.tchncs.de/vipmap/" frameborder="0"></iframe>
</div>
</div>
<div class="tab-pane fade" id="ctf1" role="tabpanel" aria-badgeledby="ctf1">
<h3>Capture the Flag <a class="btn btn-readmore" id=f-right href=#>Read more</a></h3>
<p>Play Capture the Flag in a mystic forest!
<h3>Capture the Flag <a class="btn btn-readmore" id=f-right href=#><%= t('home.servers.button_readmore') %></a></h3>
<p><%= t('home.servers.ctf') %>
<span class="badge badge-pill badge-light" id=f-right style="padding-left:.4em;">Port 30001</span>
<span class="badge badge-pill badge-success" id=f-right>Online</span>
</p>
<p>A large and unbordered playing area in a mysterious redwood forest, featuring the special TechEth mapgen settings.</p></div>
<!-- TODO: screenshot -->
</div>
<h3>Social Media</h3>
<p>Be the first receiving news about Illuna!</p>
<p><%= t('home.social.description') %></p>
<a href=//social.tchncs.de/@illunaminetest target=_blank>
<div class="si">
<%= inline_svg('mastodon.svg', :class=>'fa mastoicon') %>
......
de:
time:
formats:
blog_headline: "%d.%m.%Y"
nav:
home: "Home"
rules_html: "<i class='fa fa-shield' aria-hidden='true'></i> Regeln"
map_html: "<i class='fa fa-compass' aria-hidden='true'></i> Karte"
stats_html: "<i class='fa fa-heartbeat' aria-hidden='true'></i> Statistiken"
donate_html: "<i class='fa fa-heart' aria-hidden='true'></i> Unterstützen"
home:
index:
title: "Home"
headline: "..:: willkommen in der wundervollen Welt von Illuna ::.."
description_html: " …einem internationalen survival Minetestserver, mit einzigartigen Modsammlungen und exklusivem Texturepack.<br>Wir freuen uns Dich bei uns zu haben, das wird eine tolle Zeit!"
join: "Trete dem Spiel bei!"
download: "Minetest kostenlos herunterladen"
modal_title: "Getting Started"
modal_step1_html: "<h3>Schritt 1:</h3><p class='index-modal'>Überprüfe deine Clientversion!<br>Wenn deine Versionsnummer unter '0.4.15' ist, <br>führe bitte eine Aktualisierung durch, um auch sicher mit diesem Server kompatibel zu sein.<br>"
modal_step2_html: "<h3>Schritt 2 (gilt nur für die VIP Welt!):</h3><p class='index-modal'>Lese die Regeln und stelle dich in unserem Forum vor.<br>Ja, das ist notwendig. <br>Es werden keine Ausnahmen gemacht.</p>"
modal_step3_html: "<h3>Schritt 3:</h3><p class='index-modal'>Log dich ein:</p><ul><li><p class='index-modal'>Du findest uns in der öffentlichen Serverliste (wähle den Reiter 'Client').<br>Du kannst auch einfach eine der folgenden Adressen verwenden:</p></li><ol><li><p class='index-modal'>><strong>Domain:</strong> <code>illuna-minetest.tk</code></p></li><li><p class='index-modal'><strong>Domain:</strong> <code>mt.tchncs.de</code></p></li><li><p class='index-modal'><strong>IPv4:</strong> <code>5.1.76.102</code></p></li><li><p class='index-modal'><strong>IPv6:</strong> <code>2a00:f820:417::a73c:4097</code></p></li></ol><small><p class='index-modal'>Hinweis: das gefragte Passwort ist frei nach deiner Wahl, denn der erste Login entspricht der Registrierung auf dem Server.</p></small></ul>"
release: "Neueste Minetest Release:"
ssdb_html: "<strong>SSDB powered!</strong><br>Benötigte Teile der Datenbank werden im RAM gelagert.<br>Das bringt dem Server eine unglaubliche Performance!"
kvm_html: "<strong>Echte Ressourcen durch einsetzen einer KVM!</strong><br>Es ist eine KVM Maschine, nicht irgendeine OpenVZ auf einem überladenen Host!<br />Dieser Server hat fest definierte Ressourcen und kann stets darauf zugreifen."
theme_html: "<strong>Eigenes Theme!</strong><br>Wir kreieren und stellen ein komplett eigenes Servertheme zusammen.<br /> Wenn du kein Texturpack installiert hast, bekommst du automatisch das Serverseitige."
rules:
title: "Regelwerk"
headline: "Regelwerk"
head_vip: "VIP Welt"
head_tnt: "TNT"
head_mese: "Pipeworks/Mesecons"
fire: "Es ist nicht gestattet, eine Brandrodung zu vollziehen. Das Feuer ist leider zu schwer unter Kontrolle zu bringen."
steal: "Es darf auch aus ungesperrten Truhen nichts entnommen werden. Auch nicht von Admins."
steal_except_html: "Ausnahmen:<br />-Ausdrückliche Erlaubnis des Besitzers<br />-Sharepoints</p>"
distance_html: "Im Umkreis von 100 Blöcken um ein Baugebiet eines individuellen Spielers darf nichts verändert werden.<br>Dies gilt ebenfals bis 10000 Blöcken über und unter dem Gebiet.<br />Es darf auch kein Baum gefällt werden o.ä.<br>"
distance_except_html: "Ausnahmen:<br />-ausdrückliche Erlaubnis des Bautreibenden<br>-ein Admin erlaubt es Dir<br><i><strong>Diese aktualisierte Regel gilt nur für neu erschlossene Gebiete ab dem 06. Juli 2016.</strong></i>"
insults: "Persönliche Beleidigungen, jede Form von Mobbing, rassistische Äusserungen etc. sind nicht gestattet."
flattening: "Planieren und zerstören ganzer Landschaften ist nicht erwünscht."
harvested_trees: "Abgeschlagene Bäume sind mittels der gedroppten Setzlinge nachzuforsten (mindestens 1 neuer Setzling auf einen abgeschlagenen Baum)"
pvp: "Töten von Mitspielern ist nicht gewünscht"
pvp_except_html: "Ausnahmen:<br />-Der Spieler ist damit einverstanden<br />-PvP Events</p>"
bones_html: "Wenn Du alte Knochen findest, darfst Du entscheiden ob Du sie mitnimmst.<br>Bitte beachte, das Du damit einen anderen Spieler traurig machen könntest."
tnt_general_html: "Mit dem Erhalt des <code>trusted_player</code> Privileges, darf TNT auf Illuna genutzt werden.<br>Für das Privileg muss der Spieler mindestens drei Wochen aktiv mitgespielt haben und darf nicht negativ aufgefallen sein.<br>Ausnahmen können von Teammitgliedern individuell bestimmt werden."
tnt_grief: "mutwilliges Beschädigen anderer Leute Bauten wird nicht toleriert."
tnt_fire: "TNT darf zum roden von Bäumen nur eingesetzt werden, wenn Feuer serverseitig deaktiviert ist."
tnt_asking: "das Team darf nach dem Privileg gefragt werden, ein immer wiederkehrendes Fragen ist jedoch nicht gestattet."
mesecons_html: "Wir bitten alle Spieler darauf zu achten ihre Systeme so zu bauen, das Objekte einen möglichst kurzen Weg zurücklegen müssen.<br>Minetest ist für solche Systeme nicht ausgelegt und hat so schon genug Probleme das effizient und schnell zu bewältigen.<br>Mit anderen Worten: mit zu ineffizienten Systemen kann es zu Lags kommen. Es werden mitunter Teleport Tubes empfohlen."
pods: "Du darfst maximal 4 Biopods beanspruchen. Wenn Du mehr benötigst, kontaktiere uns."
faq:
title: "FAQ"
headline: "Noch Fragen?"
password_html: "<strong>Wie lautet das Serverpasswort?</strong><br><br>Du hast die Wahl. Der erste Login entspricht einer Registrierung auf dem Server,<br>du kannst dein Passwort also frei wählen.<br>Wenn Du dich nichtmehr einloggen kannst, nachdem du dich mit verschieden alten Clients,<br>versucht hast einzuloggen, kontaktiere uns bitte.<br>Die Verschlüsselung der Passwörter hat sich in der 0.4.13 Release geändert.<br>"
interact_html: "<strong>Ich bin neu auf dem Server und kann nichts abbauen</strong><br><br>Um unsere Spieler vor Trolls und anderen gemeinen Kindern zu schützen,<br>kommen alle neuen Spieler ersteinmal als Gäste auf den Server.<br>Bitte lese dir als Erstes <a href='/rules'>unsere Regeln</a> durch und stelle dich anschließend kurz in unserem <a href='//community.illuna-minetest.tk'>Communityforum</a> vor."
texturepacks_html: "<strong>Muss ich das Texturpack vom Server nutzen?</strong><br><br>Natürlich nicht, es gibt jede Menge Alternativen!<br>Vorschläge:<br><br>"
texturepacks_illuna: "das Servertexturepack in 32px:"
texturepacks_john_smith: "ein schönes, alternatives Texturepack in 32px:"
texturepacks_mt_32px_html: "Ein Texturpack welches die Default <br>16px Texturen auf 32px pimpt: "
disconnect_html: "<strong>Hilfe, die Map lädt nicht nach?!</strong><br><br>Bitte logg dich neu ein um zu schauen ob der Server noch online ist.<br>Wenn nicht, kontaktiere uns bitte umgehend.<br>Wenn doch, gab es möglicherweise ein lokales Verbindungsproblem bei Dir,<br>oder etwas hat den Server zu einem unsauberen Neustart veranlasst."
buckets_html: "<strong>Mein Eimer will einfach nicht funktionieren, was ist da los?</strong><br><br>Das ist ein kleines Kommunikationsproblem zwischen Client und Server.<br>Schlag einfach irgendwas, bis ein 'Crack' zu sehen ist.<br>Dein Eimer sollte wieder funktionieren."
sources_html: "<strong>Kann ich irgendwo die Serverscripts einsehen? Wo finde ich das Texturpack?</strong><br><br>"
sources_mods: "Servermods"
sources_tp: "Texturepack"
sources_git: "Git"
mapgen_html: "<strong>Welches Mapgen wird eingesetzt?</strong><br><br>Wir verwenden Mapgen v6 und v7."
mapshots:
title: "Live Maps"
headline: "betrachte unsere welten aus der sicht eines satelliten!"
new_tab: "in neuem Tab öffnen"
static_image: "komplettes Bild downloaden"
history: "alle Mapshots ansehen"
stats:
title: "Statistiken"
headline: "Statistiken. Alle 5 Minuten aktualisiert."
donate:
title: "Unterstützen"
description: "Du kannst uns Geld spenden. Das wird uns helfen unsere Dienste zu bezahlen und dem Projekt entsprechend helfen, lange zu leben:"
amazing: "Hier kannst du in Prozent sehen, wie uns fantastische Menschen bereits unterstützt haben, unsere Kosten zu begleichen"
payd: "bezahlt (Illuna): "
donated: "gespendet: "
yearly_costs_illuna: "Jährliche Kosten Illuna: "
yearly_costs_tchncs: "Jährliche Kosten tchncs: "
graceful_helpers: " erhabene Helfer ♥"
money_donations: "Gelspenden"
contributions: "weitere Unterstützungen"
cool_idea_html: "wenn du eine coole Idee hast, den Server zu verbessern, <a href='//forum.illuna-minetest.tk/post/discussion/feedback' target='_blank'>schreibe uns einfach</a> <img src='//images.illuna-minetest.tk/icons/twink.png' width='20px'></p>"
textures: "Texturen"
meet:
title: "Get in touch!"
headline: "Das Team kontaktieren"
headline2: "Treffe Deine Community!"
head_connected: "Unsere Chats sind verbunden. Schreib mit deinen Mitspielern von wo Du willst:"
head_real_talk: "Lieber in Echt unterhalten?"
head_groups: "Gruppen"
head_social: "Social"
head_threads: "Threads"
join_jabber: "Trete unserem Jabberchannel bei"
join_now: "jetzt beitreten"
join_irc: "Trete unserem IRC Channel bei"
write_in_minetest: "Schreibe mit uns in Minetest"
just_write_in_minetest_html: "Schreib einfach<br>im öffentlichen Minetestchat, ingame"
mods:
title: "Modliste"
headline: "Modliste"
3d_armor_html: "Part of the original Minetest game./Teil des originalen Minetest game."
ambience: "Hintergrundmusik und Geräusche"
arrow_signs: "Praktisch als Wegweiser, hat jedoch keine nach aussen sichtbare Schrift wie die herkömmlichen Schilder durch den Homedecor Mod."
beds: "Teil des originalen Minetest game."
biome_lib: "Grants other mods to change the servers biomes."
bitchange: "A moneysystem similar to bitcoin."
boats: "A faster and more eyecandy boat."
bones: "Teil des originalen Minetest game."
boost_cart_html: "<br>Based of PilzAdams <a href='//forum.minetest.net/viewtopic.php?id=2451'>Carts</a>. Its a bit smoother."
bridges: "Small, beautiful bridges."
buckets: "Teil des originalen Minetest game."
cannons: "Invent different types of cannons to protect yourself."
caverealms: "Generates a-w-e-s-o-m-e caves! You wont believe your eyes."
character_creator_html: "Based of the Minetest fork 'Voxelands'. Design your character with many many options.<br>You may want to hit <code>F7</code> two times to change your camera."
christmas_craft: "Decoration for x-mas."
columnia: "Beautiful pillars and more."
cottages: "A bunch of medieval items."
craft_guide: "Wondering about recipes? Just take a look in the guide!"
darkage: "New minerals and items from the pre-industrial age."
death_messages: "Individual and random public die-messages. Also a note to the player where he/she can fint the grave."
default: "Teil des originalen Minetest game."
doors: "Teil des originalen Minetest game."
dungeon_loot: "Found a big dungeon? Go search for a chest with surprising items!"
dye: "Teil des originalen Minetest game."
farming: "A very extendet version of the original farming Mod from Minetest"
flowers: "Teil des originalen Minetest game."
give_initial_stuff: "Teil des originalen Minetest game."
helloscreen: "The welcome paper for newcomers"
homedecor_modpack: "A _bunch_ of new items for decoratin your awesome residence"
hudbars: "Add hungerscreen to hud and also hunger functionality"
illuna: "Illuna related modifications"
inventory_plus: "Adds shortcuts to your inventory, for example bags or character_creator. It provides an API for mods."
irc: "Connects Minetest to an IRC channel"
mapfix: "Used for fixing stucking water/lava or light-/shadowbugs."
maptools: "admintoys, adds undiggable/unpointable nodes and one-hit tools"
medieval_craft: "even more medieval stuff"
mesecons: "Similar to Minecraf's redstone. Adds stuff based on electronic impulses"
mini_sun: "creates a cube of daylike light"
mobs: "adds the following creatures:"
mobf_trader: "A young, interesting mod. Let spawn traders!"
moreblocks: "Nodes made of nodes - for example with the circular saw."
moreglass: "Glasses without frames and they're colored!"
moreores: "Adds copper, tin, silver, gold and three new toolsets and swords to the game."
moretrees: "A bunch of amazing new kinds of trees."
munin: "used for our statistics"
pipeworks: "Transport your items with pipes. Also adds some new mechanisms,"
plantlife_modpack: "Molehill, bushes and much more."
quartz: "A new ore to create white blocks...and stairs...mainly."
replacer: "Replace nodes just with one click. But be careful!"
screwdriver: "Teil des originalen Minetest game."
sea: "Colorful new blocks...shells...seaplants... ."
sethome: "Teil des originalen Minetest game."
signs_lib: "Used for showing the text on the signs"
sprint_html: "Hold <code>E</code> to run fast."
stairs: "Teil des originalen Minetest game."
stairsplus: "Even more stairs"
steel: "Adds new steel items and nodes"
teleport_potion: "Adds teleport pads and potions to the game"
the_list: "Useful for maintenances: Only allowed players can join the game."
tnt: "Teil des originalen Minetest game."
torches: "Makes the torches 3D"
travelnet: "Adds elevators and teleport boxes"
unifieddyes: "Even more colors"
vessels: "Teil des originalen Minetest game."
walls: "Teil des originalen Minetest game."
wine: "Make you some wine, beer and more."
wool: "Teil des originalen Minetest game."
xdecor: "Workbench, Enchantingtable and much more interesting stuff."
xpanes: "Teil des originalen Minetest game."
screenshots:
index:
title: "Offizielle Screenshots"
headline: "..:: offizielle Screenshots unserer wundervollen Welt ::.."
bennys_residence:
title: "Benny's Wohnhaus"
headline: "..:: benny's wohnhaus ::.."
country_house:
title: "Kelso's Landhaus"
headline: "..:: kelso's landhaus ::.."
home_on_water:
title: "bluepheonix's Haus am Wasser"
headline: "..:: bluepheonix's haus am wasser ::.."
londors_residence:
title: "Londor's Wohnhaus"
headline: "..:: londor's wohnhaus ::.."
skyscraper:
title: "sunstorm314's Wolkenkratzer"
headline_html: "..:: sunstorm314's Wolkenkratzer ::..<br><small>aktuelle Höhe: 530m (13 März 2016)</small></h3>"
tower_of_madness:
title: "coeseta's Tower of Madness"
headline: "..:: coeseta's tower of madness ::.."
townhall:
title: "coeseta's Stadthalle"
headline: "..:: coeseta's stadthalle ::.."
blog:
index:
title: "Blog"
show:
all_posts: "Alle Posts"
nav:
servers: "Server"
donate: "Unterstützen"
home:
about:
reliable_heading: "Zuverlässige Minetestserver seit Anfang 2014"
reliable_body: "Wir blicken auf Jahren in der Serverliste und viel Spielspaß zurück.<br>
bei Illuna erwartet dich ein erfahrenes Team!"
dedicated_heading: "24/7 dedizierte Server"
dedicated_body: "Wir meinen es Ernst, Du darfst Dich auf Spielerfahung auf dedizierten, also Servern mit echter Hardware freuen. Illuna rockt auf SSD's, einem netten Xeon Prozessor und hat Gigabit Anbindung."
unique_heading: "Wirklich einzigartige Modkollektionen"
unique_body: "Alle Welten (siehe Unten) bieten eine Vielzahl von veränderten sowie hand-geschaffenen, exklusiven Mods."
greeter:
title: "Home"
headline: "..:: willkommen in der wundervollen Welt von Illuna ::.."
description_html: " …einem internationalen survival Minetestserver, mit einzigartigen Modsammlungen und exklusivem Texturepack.<br>Wir freuen uns Dich bei uns zu haben, das wird eine tolle Zeit!"
button_screenshots: "Offizielle Screenshots"
button_buildings: "Spieler stellen Bauwerke vor"
download: "Minetest kostenlos herunterladen"
release: "Neueste Minetest Release:"
groupchats:
headline: "Miteinander schreiben, egal von wo"
description: "Der Ingame Chat ist mit mehreren Netzwerken verbunden, Du musst nicht spielen um daran teilnehmen zu können, wähle einfach einen Ort der Dir gefällt und chatte los!"
button_join: "Jetzt beitreten"
freenode: "#illuna auf Freenode"
servers:
heading: "Illuna Server"
ip: "Unsere Server-IP lautet"
button_readmore: "Mehr erfahren"
techeth: "Spannende und einzigartig angepasste Technic Ethereal Spielerfahrung in einer total verrückten Welt mit riesigen Bergen."
vipworld: "Ein sicherer Ort für die Spieler, denen wir am meisten vertrauen vertrauen können. Gäste sind willkommen, können aber mit nichts interargieren."
ctf: "Ein riesiger Redwood Wald für eine einzigartige CTF Spielerfahrung und im verrückten TechEth Mapgen."
social:
description: "Erfahre Neues rund um Illuna als Erstes!"
en:
time:
formats:
blog_headline: "%d.%m.%Y"
nav:
home: "Home"
rules_html: "<i class='fa fa-shield' aria-hidden='true'></i> Rules"
map_html: "<i class='fa fa-compass' aria-hidden='true'></i> Map"
stats_html: "<i class='fa fa-heartbeat' aria-hidden='true'></i> Statistics"
donate_html: "<i class='fa fa-heart' aria-hidden='true'></i> Donate"
home:
index:
title: "Home"
headline: "..:: welcome to the wonderful World of Illuna ::.."
description_html: "…highly customized and unique Minetestservers for the ultimate Minetest gaming experience.<br>Awesome to have you with us, we are sure you'll love it here!"
release: "Latest Minetest Release:"
download: "Download Minetest for free"
headline2: "Find the most comfortable place for you"
rules:
title: "Rules"
headline: "Rules Book"
head_vip: "VIP World"
head_tnt: "TNT"
head_mese: "Pipeworks/Mesecons"
fire: "It's not allowed to set anything on fire, because fires can easily get out of control and cause significant damage to players and the environment"
steal: "It's not allowed to take anything from other players or admins , not even if the chest is unlocked."
steal_except_html: "Exceptions:<br>-The owner has allowed you to take something<br>-Sharepoints"
distance_html: "Please keep at least 100 blocks free space to other builds / players homes / clearly marked areas.<br />In that area you are not allowed to change anything (digging holes or removing trees for example).<br />You are also not allowed to touch a players area to a depth or height of 10.000 blocks.<br> This means you are only allowed to dig under your own area. <br> The area below -10.001 is free for all. Structures of other players have to be respected and may not be touched."
distance_except_html: "Exception:<ol><li><p>The owner or an admin allowed you to build there</p></li></ol><i><p>This updated rule does not directly affect buildings/areas from before 06. Jul. 2016.<br>There will be individual solutions.</p></i>"
insults: "Personal insults in any form, mobbing, ethnical offense are strictly forbidden"
flattening: "Flattening or leveling of bigger landscapes outside of your own area is not allowed"
harvested_trees: "Harvested trees have to be replanted using the dropped saplings. (minimum 1 tree has to be planted for each tree cut down)"
pvp: "No one is allowed to kill other players"
pvp_except_html: "Exceptions:<br>-The player allowed it<br>-PvP events"
bones_html: "If you find old bones, you are free to loot them.<br>Please consider that you may make a player upset by looting their bones."
tnt_general_html: "If you earned the <code>trusted_player</code> privilege, you are able to use TNT.<br>You must be active on the Server for at least three weeks without any negative incidents to get this priv.<br>Team members are able to make exceptions."
tnt_grief: "Wanton destruction of other peoples buildings is not tolerated"
tnt_fire: "Its forbidden to clear trees using fire or tnt if the server has fire enabled."
tnt_asking: "You are allowed to ask the team for this privilege but we dont want to be asked repeatidly."
mesecons_html: "We ask you to build your automated Systems the simplest way possible.<br>Please use teleportation tubes for example.<br>Minetest is not written to handle many objects in long pipes and has trouble handeling large sytems with long pipes.<br>If you build too large a systems with long pipes, you may get the whole server lagging."
techeth_property_html: "Respect other property!<br>
Don't interfer in other players areas, buildings, chests.
But protect your area with protectors or ask a member of staff
for area protection."
techeth_leaving_space: "Leave space to other buildings/structures. Maybe they will expand."
techeth_be_creative_html: "Be creative. Don't build cobble/dirt/wood bunkers.<br>
The illuna team has the right to remove ugly or other inappropriate structures.
<br>If you have an account in our forum, we try to contact you first before we do something."
techeth_be_kind_html: "Be kind. Don't insult. Behave properly.<br>
Don't beg for items or privileges. Dig for items and craft them."
faq:
title: "FAQ"
headline: "Some Questions?"
password_html: "<strong>why is the server asking for a password?</strong><br><br>You have the choice, just use your prefered one.<br>We think its important, that everyone secures his account with a password.<br>It's hashed serverside for your privacy.<br>If you have trouble logging in after switching Minetest clients with different build numbers,<br>please contact us. Thats because the hash mechanism has changed in 0.4.13."
interact_html: "<strong>Im new at the Server and cant dig anything</strong><br><br>To be sure that no one came only to troll and grief, we disabled the interact privilege by default.<strong><br></strong>Feel free to look around and see if you want to play on our world.<br>If you want to play here, doublecheck the rules and write a short introduction about yourself in our <a href='//community.illuna-minetest.tk'>Communityforum</a>.<br>"
texturepacks_html: "<strong>Is there an alternative to the serverside texturepack?</strong><br><br>Yes, just find you one and choose it in your client.<br>Examples:<br><br>"
texturepacks_illuna: "the servers texturepack in 32px:"
texturepacks_john_smith: "a nice different texturepack in 32px:"
texturepacks_mt_32px_html: "a texturepack pimping the<br> default 16px textures to 32px:"
disconnect_html: "<strong>Help, the Map doesn’t load anymore?!</strong><br><br>Please log on again to see if the server is already running.<br>If not, please contact us!"
buckets_html: "<strong>My bucket doesn’t work what should I do?</strong><br><br>This is a little problem with the communication between your client and the server.<br>Please dig something with your pickaxe for example.<br>Your bucket should be fixed."
sources_html: "<strong>Where are the sources? Are there open viewable scripts? What about the servertextures?</strong><br><br>We love opensource. Opensource is the reason why you can play Minetest.<br>Much very important softwareprojects would be missing without Opensource.<br>So we won't hide anything for you. Just ask us if you don't find something.<br>"
sources_mods: "our modlist"
sources_tp: "our texturepack"
sources_git: "our Git"
mapgen_html: "<strong>What Mapgen is used?</strong><br><br>We are using Mapgen V6 and V7"
mapshots:
title: "Live Maps"
headline: "See our worlds like a satellite!"
new_tab: "open map in new tab"
static_image: "download full static image"
history: "browse the history"
stats:
title: "Statistics"
headline: "Statistics. Updated every 5 minutes."
donate:
title: "Donate"
description: "If you want to help us to keep this server alive, please consider a donation or maybe a volunary job for the server."
amazing: "here you can see how much amazing people have helped us to pay for the services:"
payd: "payd (Illuna): "
donated: "donated: "
yearly_costs_illuna: "Yearly costs Illuna: "
yearly_costs_tchncs: "Yearly costs tchncs: "
graceful_helpers: " graceful helpers ♥"
money_donations: "money donations"
contributions: "further contributions"
cool_idea_html: "if you have a cool idea how we can improve this minetestserver, <a href='//forum.illuna-minetest.tk/post/discussion/feedback' target='_blank'>please write us!</a> <img src='//images.illuna-minetest.tk/icons/twink.png' style='max-width:20px;'>"
textures: "textures"
meet:
title: "Get in touch!"
headline: "Contact the Team"
headline2: "Meet Your Community!"
head_connected: "Our chats are connected. Meet us where ever you want:"
head_real_talk: "want a real talk?"
head_groups: "Groups"
head_social: "Social"
head_threads: "Threads"
join_jabber: "Join our Jabberchannel"
join_now: "join now"
join_irc: "Join our IRC Channel"
write_in_minetest: "Write with us in Minetest"
just_write_in_minetest_html: "Just write to us,<br>in the public Minetest chat"
mods:
title: "Modlist"
headline: "Modlist"
3d_armor_html: "Brings armor and shields to the game.<br>This and items in your hands will be visible to other players."
ambience: "Backgroundmusic and sounds."
arrow_signs: "Useful for signposts"
beds: "Part of the original Minetest game"
biome_lib: "Grants other mods to change this servers biomes."
bitchange: "A moneysystem similar to bitcoin."
boats: "A faster and more eye-catching boat."
bones: "Part of the original Minetest game."
boost_cart_html: "<br>Based of PilzAdams <a href='//forum.minetest.net/viewtopic.php?id=2451'>Carts</a>. Its a bit smoother."
bridges: "Small, beautiful bridges."
buckets: "Part of the original Minetest game"
cannons: "Invent different types of cannons to protect yourself."
caverealms: "Generates a-w-e-s-o-m-e caves! You wont believe your eyes."
character_creator_html: "Based of the Minetest fork 'Voxelands'. Design your character with many many options.<br>You may want to hit <code>F7</code> two times to change your camera."
christmas_craft: "Decoration for x-mas."
columnia: "Beautiful pillars and more."
cottages: "A bunch of medieval items."
craft_guide: "Wondering about recipes? Just take a look in the guide!"
darkage: "New minerals and items from the pre-industrial age."
death_messages: "Individual and random public die-messages. Also a note to the player where he/she can find the grave."
default: "Part of the original Minetest game"
doors: "Part of the original Minetest game"
dungeon_loot: "Found a big dungeon? Go search for a chest with surprising items!"
dye: "Part of the original Minetest game"
farming: "A very extendet version of the original farming Mod from Minetest"
flowers: "Part of the original Minetest game"
give_initial_stuff: "Part of the original Minetest game"
helloscreen: "The welcome paper for newcomers"
homedecor_modpack: "A _bunch_ of new items for decoratin your awesome residence"
hudbars: "Add hungerscreen to hud and also hunger functionality"
illuna: "Illuna related modifications"
inventory_plus: "Adds shortcuts to your inventory, for example bags or character_creator. It provides an API for mods."
irc: "Connects Minetest to an IRC channel"
mapfix: "Used for fixing stuck water/lava or light-/shadowbugs."
maptools: "admintoys, adds undiggable/unpointable nodes and one-hit tools"
medieval_craft: "even more medieval stuff"
mesecons: "Similar to Minecraf's redstone. Adds stuff based on electronic impulses"
mini_sun: "creates a cube of daylike light"
mobs: "adds the following creatures:"
mobf_trader: "A young, interesting mod. Let spawn traders!"
moreblocks: "Nodes made of nodes - for example with the circular saw."
moreglass: "Glasses without frames and they're colored!"
moreores: "Adds copper, tin, silver, gold and three new toolsets and swords to the game."
moretrees: "A bunch of amazing new kinds of trees."
munin: "used for our statistics"
pipeworks: "Transport your items with pipes. Also adds some new mechanisms,"
plantlife_modpack: "Molehill, bushes and much more."
quartz: "A new ore to create white blocks...and stairs...mainly."
replacer: "Replace nodes just with one click. But be careful!"
screwdriver: "Part of the original Minetest game"
sea: "Colorful new blocks...shells...seaplants... ."
sethome: "Part of the original Minetest game"
signs_lib: "Used for showing the text on the signs"
sprint_html: "Hold <code>E</code> to run fast."
stairs: "Part of the original Minetest game"
stairsplus: "Even more stairs"
steel: "Adds new steel items and nodes"
teleport_potion: "Adds teleport pads and potions to the game"
the_list: "Useful for maintenances: Only allowed players can join the game."
tnt: "Part of the original Minetest game"
torches: "Makes the torches 3D"
travelnet: "Adds elevators and teleport boxes"
unifieddyes: "Even more colors"
vessels: "Part of the original Minetest game"
walls: "Part of the original Minetest game."
wine: "Make you some wine, beer and more."
wool: "Part of the original Minetest game"
xdecor: "Workbench, Enchanting table and other interesting stuff."
xpanes: "Part of the original Minetest game."
screenshots:
index:
title: "Official Screenshots"
headline: "..:: screenshots of our wonderful world ::.."
bennys_residence:
title: "Benny's Residence"
headline: "..:: benny's residence ::.."
country_house:
title: "Kelso's Country House"
headline: "..:: kelso's country house ::.."
home_on_water:
title: "bluepheonix's House on Water"
headline: "..:: bluepheonix's house on water ::.."
londors_residence:
title: "Londor's Residence"
headline: "..:: londor's residence ::.."
skyscraper:
title: "sunstorm314's Skyscraper"
headline_html: "..:: sunstorm314's skyscraper ::..<br><small>current height: 530m (13 March 2016)</small></h3>"
tower_of_madness:
title: "coeseta's Tower of Madness"
headline: "..:: coeseta's tower of madness ::.."
townhall:
title: "coeseta's Townhall"
headline: "..:: coeseta's townhall ::.."
blog:
index:
title: "Blog"
show:
all_posts: "All Posts"
nav:
servers: "Servers"
donate: "Donate"
home:
about:
reliable_heading: "Reliable Minetestservers since early 2014"
reliable_body: "We're looking back to years of rocking the serverlist and much fun - on Illuna,<br>you can expect an experienced team of Minetest enthusiasts."
dedicated_heading: "24/7 dedicated baremetal server"
dedicated_body: "We keep it serious, therefor you can expect playing on a dedicated server,<br>rocking raided SSD's, a fancy Xeon processor and Gigabit connection."
unique_heading: "Really unique modcollections"
unique_body: "All of our worlds (see below) come with a bunch of forked mods and a collection<br>of handcrafted and illuna-exclusive mods."
greeter:
title: "Home"
headline: "..:: welcome to the wonderful World of Illuna ::.."
description_html: "…highly customized and unique Minetestservers for the ultimate Minetest gaming experience.<br>Awesome to have you with us, we are sure you'll love it here!"
button_screenshots: "Official screenshots"
button_buildings: "Players presenting buildings"
download: "Download Minetest for free"
release: "Latest Minetest Release:"
groupchats:
headline: "Talk together, from anywhere you want"
description: "The chat you know from ingame is available over multible networks on Illuna, just join from the place you like the most and start chatting!"
button_join: "Join now"
freenode: "#illuna on Freenode"
servers:
heading: "Illuna Servers"
ip: "Our server IP is"
button_readmore: "Read more"
techeth: "Amazing customized Technic Ethereal experience in a crazy adjusted mapgen."
vipworld: "A safe place for our most trusted players. Visitors are always welcome but are not allowed to interact with the world around."
ctf: "A large and unbordered playing area in a mysterious redwood forest, featuring the special TechEth mapgen settings."
social:
description: "Be the first receiving news about Illuna!"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment