From 7faa73ba18700824ffe12141bfedccc4208fa25d Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 24 Aug 2018 23:52:17 +0200 Subject: [PATCH] translation update --- language-cz.cpp | 6 ++++++ language-pl.cpp | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/language-cz.cpp b/language-cz.cpp index 5aff222a..ebf58a77 100644 --- a/language-cz.cpp +++ b/language-cz.cpp @@ -7376,3 +7376,9 @@ S("currently no more than %1 faces in vertex", "momentálně maximálně %1 stě N("Canvas", GEN_N, "Plátno", "Plátna", "Plátno", "na Plátně") S("find the player", "k hráči") S("press SPACE to find the player", "Mezerník = k hráči") + +S("edge length", "délka hrany") +S(" (arbitrary)", " (libovolné)") // arbitrary edge length +S("previous page", "předchozí stránka") +S("Defined pattern.", "Vzor definován.") + diff --git a/language-pl.cpp b/language-pl.cpp index 4851b54a..6d3ea3a3 100644 --- a/language-pl.cpp +++ b/language-pl.cpp @@ -7131,3 +7131,8 @@ S("currently no more than %1 faces in vertex", "obecnie nie więcej niż %1 ści N("Canvas", GEN_N, "Płótno", "Płótna", "Płótno", "na Płótnie") S("find the player", "do gracza") S("press SPACE to find the player", "SPACE = do gracza") + +S("edge length", "długość krawędzi") +S(" (arbitrary)", " (dowolna)") // arbitrary edge length +S("previous page", "poprzednia strona") +S("Defined pattern.", "Wzór zdefiniowany.")