From 245217274cf46003c3ac361ac166d19eb872102f Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 21 Aug 2018 18:25:44 +0200 Subject: [PATCH] missing translations --- language-cz.cpp | 4 ++++ language-pl.cpp | 3 +++ 2 files changed, 7 insertions(+) diff --git a/language-cz.cpp b/language-cz.cpp index e4311b89..5aff222a 100644 --- a/language-cz.cpp +++ b/language-cz.cpp @@ -7372,3 +7372,7 @@ S("not enough edges", "příliš málo hran") S("polygons match incorrectly", "mnohoúhelníky nesedí") S("currently no more than %1 edges", "momentálně maximálně %1 hran") S("currently no more than %1 faces in vertex", "momentálně maximálně %1 stěn v jednom vrcholu") + +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") diff --git a/language-pl.cpp b/language-pl.cpp index 77c18e62..4851b54a 100644 --- a/language-pl.cpp +++ b/language-pl.cpp @@ -7128,3 +7128,6 @@ S("polygons match incorrectly", "wielokąty źle się łączą") S("currently no more than %1 edges", "obecnie nie więcej niż %1 krawędzi") S("currently no more than %1 faces in vertex", "obecnie nie więcej niż %1 ścian w wierzchołku") +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")