From 3bb0299b297543b12f49b176e5ddbcccfc67c8d8 Mon Sep 17 00:00:00 2001 From: zvolsky Date: Wed, 22 Jun 2016 12:19:42 +0200 Subject: [PATCH] cs translation: removed unwanted '@markmin' literal from translated strings --- applications/admin/languages/cs.py | 1 + applications/welcome/languages/cs.py | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/applications/admin/languages/cs.py b/applications/admin/languages/cs.py index d6282119..0edeb8e2 100644 --- a/applications/admin/languages/cs.py +++ b/applications/admin/languages/cs.py @@ -700,6 +700,7 @@ 'Welcome to web2py': 'Vitejte ve Web2py aplikaci.', 'Welcome to web2py!': 'Vítejte ve Web2py aplikaci.', 'Which called the function %s located in the file %s': 'která zavolala funkci %s v souboru (kontroléru) %s.', +'Working...': 'Pracuji...', 'WSGI reference name': 'jméno WSGI reference', 'YES': 'ANO', 'Yes': 'Ano', diff --git a/applications/welcome/languages/cs.py b/applications/welcome/languages/cs.py index 1cefd617..c2169745 100644 --- a/applications/welcome/languages/cs.py +++ b/applications/welcome/languages/cs.py @@ -14,9 +14,9 @@ '(requires internet access)': '(vyžaduje připojení k internetu)', '(requires internet access, experimental)': '(vyžaduje internetové připojení, experimentální)', '(something like "it-it")': '(například "cs-cz")', -'@markmin\x01(file **gluon/contrib/plural_rules/%s.py** is not found)': '@markmin\x01(soubor **gluon/contrib/plural_rules/%s.py** nenalezen)', -'@markmin\x01An error occured, please [[reload %s]] the page': '@markmin\x01Došlo k chybě, prosím [[obnovte stránku %s]]', -'@markmin\x01Searching: **%s** %%{file}': '@markmin\x01Hledání: **%s** %%{soubor}', +'@markmin\x01(file **gluon/contrib/plural_rules/%s.py** is not found)': '(soubor **gluon/contrib/plural_rules/%s.py** nenalezen)', +'@markmin\x01An error occured, please [[reload %s]] the page': 'Došlo k chybě, prosím [[obnovte stránku %s]]', +'@markmin\x01Searching: **%s** %%{file}': 'Hledání: **%s** %%{soubor}', 'About': 'O programu', 'About application': 'O aplikaci', 'Access Control': 'Řízení přístupu',