From dbc20efb4fd2663084ce5bd19e1db204b5b26190 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ing=2E=20Jan=20Kal=C3=A1b?= Date: Sat, 12 Dec 2015 10:42:53 +0100 Subject: [PATCH] Updated Czech translation I am not sure about the context of "view". Where is it displayed? What it does? --- locales/cs_CZ/translations.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/cs_CZ/translations.php b/locales/cs_CZ/translations.php index 709dbe9..27765fe 100644 --- a/locales/cs_CZ/translations.php +++ b/locales/cs_CZ/translations.php @@ -240,6 +240,6 @@ return array( 'Unable to detect the feed format.' => 'Nelze detekovat formát odběru.', 'add a new group' => 'přidat novou skupinu', 'Groups' => 'Skupiny', - // 'Back to the group' => '', - // 'view' => '', + 'Back to the group' => 'Zpět do skupiny', + 'view' => 'zobrazit', );