From 450e1567885fca3cff356aab1deac4afd71ffa31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=C4=9Bzslav=20Dvo=C5=99=C3=A1k?= Date: Wed, 20 Dec 2017 20:04:14 +0100 Subject: [PATCH] Czech localization added --- localization/cs.js | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 localization/cs.js diff --git a/localization/cs.js b/localization/cs.js new file mode 100644 index 0000000..6fe63b5 --- /dev/null +++ b/localization/cs.js @@ -0,0 +1,32 @@ +/** + * bs_grid v0.9.2 localization - CZECH *************************************** + * + * DO NOT CHANGE this file, as it will be overwritten in next update. + * To use different values, write and use a similar structure js file. + * + */ +var rsc_bs_dg = { + + columns: "Sloupce", + columns_show_row_numbers: "Čísla řádek", + columns_default: "Výchozí", + + sorting: "Třídění", + sort_ascending: "  ", + sort_descending: "  ", + sort_none: "  ", + sorting_default: "Výchozí", + + filters: "Filtery", + filters_apply: "Proveď", + filters_reset: "Reset", + + select: "Volba", + select_all_in_page: "Vše na stránce", + deselect_all_in_page: "Nic na stránce", + select_inverse_in_page: "Obrátit", + deselect_all: "Odznačit vše", + + row_index_header: "#", + no_records_found: "Žádné záznamy nenalezeny" +};