diff --git a/ctufit-thesis.cls b/ctufit-thesis.cls
index 5e4901fdf07d652e2bf460b2799e5f6b1ba613f6..72cff35d8ba72bf3007fa43ac6b0952d337f27b8 100644
--- a/ctufit-thesis.cls
+++ b/ctufit-thesis.cls
@@ -51,6 +51,7 @@
 	\PassOptionsToPackage{english,main=slovak}{babel}
 	\def\@ctufitlang{S}
 }
+\PassOptionsToPackage{newfloat}{minted}
 \DeclareOption*{\PassOptionsToClass{\CurrentOption}{book}}
 \ExecuteOptions{unicode}
 \ProcessOptions\relax
@@ -151,6 +152,7 @@
 
 \DeclareRobustCommand{\thectufitdeclarationlabel}{\if\@ctufitlang C{Prohlášení}\else\if\@ctufitlang E{Declaration}\else{Vyhlásenie}\fi\fi}
 
+\DeclareRobustCommand{\thectufitabbreviationlabel}{\if\@ctufitlang C{Seznam zkratek}\else\if\@ctufitlang E{List of abbreviations}\else{Zoznam skratiek}\fi\fi}
 
 \DeclareRobustCommand{\thectufitcopyrighttext}{\if\@ctufitlang C{Tato pr{\' a}ce vznikla jako {\v s}koln{\' i} d{\' i}lo na {\v C}esk{\' e}m vysok{\' e}m u{\v c}en{\' i} technick{\' e}m v~Praze, Fakult{\v e} informa{\v c}n{\' i}ch technologi{\' i}. Pr{\' a}ce je chr{\' a}n{\v e}na pr{\' a}vn{\' i}mi p{\v r}edpisy a~mezin{\' a}rodn{\' i}mi {\' u}mluvami o~pr{\' a}vu autorsk{\' e}m a~pr{\' a}vech souvisej{\' i}c{\' i}ch s~pr{\' a}vem autorsk{\' y}m. K~jej\'\i{}mu u\v zit\'\i{}, s~v\'yjimkou bez\'uplatn\'ych z\'akonn\'ych licenc\'\i{} a nad r\'amec opr\'avn\v en\'\i{} uveden\'ych v~Prohl\'a\v sen\'\i{}, je nezbytn\'y souhlas autora.}\else\if\@ctufitlang S{T\'ato pr\'aca vznikla ako \v skolsk\'e dielo na  FIT \v CVUT v Prahe. Pr\'aca je chr\'anen\'a medzin\'arodn\'ymi predpismi a~zmluvami o~autorskom pr\'ave a~pr\'avach s\'uvisiacich s~autorsk\'ym pr\'avom. Na jej vyu\v zitie, s~v\'ynimkou bezplatn\'ych z\'akonn\'ych licenci\'\i, je nutn\'y s\'uhlas autora.}\else{This thesis is school work as defined by Copyright Act of the Czech Republic. It has been submitted at Czech Technical University in Prague, Faculty of Information Technology. The thesis is protected by the Copyright Act and its usage without author's permission is prohibited (with exceptions defined by the Copyright Act).}\fi\fi}
 
@@ -501,6 +503,7 @@
 	\@ifpackageloaded{listings}{%
 		\DeclareRobustCommand{\lstlistingname}{\thectufitlistinglabel}%
 		\DeclareRobustCommand{\lstlistlistingname}{\thectufitlollabel}%
+		\DeclareRobustCommand{\thectufitlistingscommand}{\lstlistoflistings}%
 		\lstset{basicstyle=\small\ttfamily,keywordstyle=\bfseries,%
 				backgroundcolor=\color{backgroundgray},%
 				frame=single,framerule=0pt,xleftmargin=\fboxsep,xrightmargin=\fboxsep}%
@@ -508,6 +511,8 @@
 	\@ifpackageloaded{minted}{%
 		\DeclareRobustCommand{\listingscaption}{\thectufitlistinglabel}%
 		\DeclareRobustCommand{\listoflistingscaption}{\thectufitlollabel}%
+		\DeclareRobustCommand{\listlistingname}{\thectufitlollabel}%
+		\DeclareRobustCommand{\thectufitlistingscommand}{\listoflistings}%
 		\ifdefined\@ctufitthesisblackandwhite
  			\usemintedstyle{bw}%
 			\setminted{bgcolor=backgroundgray}%
diff --git a/ctufit-thesis.tex b/ctufit-thesis.tex
index 044e2f66824bf5302961814f46716ad606cf4256..9c2acd907ffe596561070d7bdab5fe4dc38f0300 100644
--- a/ctufit-thesis.tex
+++ b/ctufit-thesis.tex
@@ -34,7 +34,7 @@
 % language: czech/english/slovak
 % thesis type: bachelor/master/dissertation
 % colour: bw for black&white OR no option for default colour scheme
-% electronic or printed: oneside/twoside (default)
+% electronic (oneside) or printed (twoside), twoside is default
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \documentclass[czech,bachelor,unicode,oneside]{ctufit-thesis}
 
@@ -97,7 +97,7 @@
 \usepackage[style=iso-numeric]{biblatex}
 \addbibresource{text/bib-database.bib}
 \usepackage{listings} % typesetting of sources
-%\usepackage[newfloat]{minted}\captionsetup[listing]{position=top} % typesetting of sources
+%\usepackage{minted}
 \usepackage{csquotes}
 
 %theorems, definitions, etc.
@@ -138,8 +138,7 @@
 \begingroup
 \let\clearpage\relax
 \listoftables % list of tables
-\lstlistoflistings % list of source code listings generated by the listings package
-% \listoflistings % list of source code listings generated by the minted package
+\thectufitlistingscommand
 \endgroup
 %%%%%%%%%%%%%%%%%%%%%%
 % list of other contents END
@@ -213,7 +212,7 @@ Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Curabitur sagittis hen
 % OR REMOVE ENTIRELY
 % List the abbreviations in lexicography order.
 %%%%%%%%%%%%%%%%%%%
-\chapter{Seznam zkratek}
+\chapter{\thectufitabbreviationlabel}
 	
 \begin{tabular}{rl}
 DFA & Deterministic Finite Automaton\\