diff options
-rw-r--r-- | init.lua | 4 | ||||
-rw-r--r-- | locale/de.txt | 4 | ||||
-rw-r--r-- | locale/template.txt | 4 |
3 files changed, 6 insertions, 6 deletions
@@ -759,7 +759,7 @@ function doc.formspec_error_hidden(category_id, entry_id) formstring = formstring .. minetest.formspec_escape( DOC_INTRO .. "\n\n" .. S("Error: Access denied.") .. "\n\n" .. - S("Access to the requested entry has been denied; this entry is secret. You may unlock access by more playing. Figure out on your own how to unlock this entry.")) + S("Access to the requested entry has been denied; this entry is secret. You may unlock access by progressing in the game. Figure out on your own how to unlock this entry.")) formstring = formstring .. ";]button_exit[3,5;2,1;okay;"..F("OK").."]" return formstring end @@ -900,7 +900,7 @@ function doc.formspec_category(id, playername) if total >= 1 then local revealed = doc.get_revealed_count(playername, id) if revealed == 0 then - formstring = formstring .. "label[0,0.5;"..F("Currently all entries in this category are hidden from you.\nUnlock new entries by proceeding in the game.").."]" + formstring = formstring .. "label[0,0.5;"..F("Currently all entries in this category are hidden from you.\nUnlock new entries by progressing in the game.").."]" formstring = formstring .. "button[0,1.5;3,1;doc_button_goto_main;"..F("Go to category list").."]" else formstring = formstring .. "label[0,0.5;"..F("This category has the following entries:").."]" diff --git a/locale/de.txt b/locale/de.txt index f61a7c6..7716e1f 100644 --- a/locale/de.txt +++ b/locale/de.txt @@ -1,11 +1,11 @@ < = < > = > -Access to the requested entry has been denied; this entry is secret. You may unlock access by more playing. Figure out on your own how to unlock this entry. = Der Zugriff auf den angeforderten Eintrag wurde verweigert; dieser Eintrag ist geheim. Sie können durch längeres Spielen den Zugriff freischalten. Finden Sie selbst heraus, wie Sie diesen Eintrag freischalten können. +Access to the requested entry has been denied; this entry is secret. You may unlock access by progressing in the game. Figure out on your own how to unlock this entry. = Der Zugriff auf den angeforderten Eintrag wurde verweigert; dieser Eintrag ist geheim. Sie können durch weiteren Spielfortschritt den Zugriff freischalten. Finden Sie selbst heraus, wie Sie diesen Eintrag freischalten können. All entries read. = Alle Einträge gelesen. All help entries unlocked! = Alle Hilfseinträge freigeschaltet! Allows you to reveal all hidden help entries with /help_reveal = Ermöglicht es Ihnen, alle verborgenen Hilfseinträge mit /help_reveal freizuschalten Category list = Kategorienliste -Currently all entries in this category are hidden from you.\nUnlock new entries by proceeding in the game. = Momentan sind alle Einträge in dieser Kategorie vor Ihnen verborgen.\nSchalten Sie neue Einträge frei, indem Sie im Spiel fortschreiten. +Currently all entries in this category are hidden from you.\nUnlock new entries by progressing in the game. = Momentan sind alle Einträge in dieser Kategorie vor Ihnen verborgen.\nSchalten Sie neue Einträge frei, indem Sie im Spiel fortschreiten. Help = Hilfe Entry = Eintrag Entry list = Eintragsliste diff --git a/locale/template.txt b/locale/template.txt index 2fc7421..242ddda 100644 --- a/locale/template.txt +++ b/locale/template.txt @@ -1,11 +1,11 @@ < = > = -Access to the requested entry has been denied; this entry is secret. You may unlock access by more playing. Figure out on your own how to unlock this entry. = +Access to the requested entry has been denied; this entry is secret. You may unlock access by progressing in the game. Figure out on your own how to unlock this entry. = All entries read. = All help entries unlocked! = Allows you to reveal all hidden help entries with /help_reveal = Category list = -Currently all entries in this category are hidden from you.\\nUnlock new entries by proceeding in the game. = +Currently all entries in this category are hidden from you.\\nUnlock new entries by progressing in the game. = Help = Entry = Entry list = |