|
@@ -1,19 +1,19 @@
|
|
|
#
|
|
|
# Copyright (C) 2022 Parisi Alessandro
|
|
|
-# This file is part of MFXLocalization (https://github.com/palexdev/MFXLocalization).
|
|
|
+# This file is part of MaterialFX (https://github.com/palexdev/MaterialFX).
|
|
|
#
|
|
|
-# MFXLocalization is free software: you can redistribute it and/or modify
|
|
|
+# MaterialFX is free software: you can redistribute it and/or modify
|
|
|
# it under the terms of the GNU Lesser General Public License as published by
|
|
|
# the Free Software Foundation, either version 3 of the License, or
|
|
|
# (at your option) any later version.
|
|
|
#
|
|
|
-# MFXLocalization is distributed in the hope that it will be useful,
|
|
|
+# MaterialFX is distributed in the hope that it will be useful,
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
# GNU Lesser General Public License for more details.
|
|
|
#
|
|
|
# You should have received a copy of the GNU Lesser General Public License
|
|
|
-# along with MFXLocalization. If not, see <http://www.gnu.org/licenses/>.
|
|
|
+# along with MaterialFX. If not, see <http://www.gnu.org/licenses/>.
|
|
|
#
|
|
|
|
|
|
|
|
@@ -23,10 +23,10 @@
|
|
|
|
|
|
# Combo Box
|
|
|
comboBox.contextMenu.selectFirst=Vybrat první
|
|
|
-comboBox.contextMenu.selectNext=Select next
|
|
|
-comboBox.contextMenu.selectPrevious=Select previous
|
|
|
-comboBox.contextMenu.selectLast=Select last
|
|
|
-comboBox.contextMenu.clearSelection=Clear selection
|
|
|
+comboBox.contextMenu.selectNext=Vybrat další
|
|
|
+comboBox.contextMenu.selectPrevious=Vybrat předchozí
|
|
|
+comboBox.contextMenu.selectLast=Vybrat poslední
|
|
|
+comboBox.contextMenu.clearSelection=Zrušit výběr
|
|
|
|
|
|
# Filter Combo Box
|
|
|
filterCombo.search=Hledat...
|