diff --git a/AUTHORS b/AUTHORS index 3f66b21..242cf64 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,3 +1,3 @@ Main developers: - Roland Singer - Ramon Buldó + Roland Singer + Ramon Buldó diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b200fe..81ee7d0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -project(manjaro-settings-manager) +project(namib-settings-manager) SET(PROJECT_VERSION "0.5.3") cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) diff --git a/PKGBUILD b/PKGBUILD index b531636..a351709 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ # This is for local testing and only works if used in the root of the cloned repo (with makepkg) -# Maintainer : Ramon Buldo +# Maintainer : Ramon Buldo pkgname=kcm-nsm pkgver=0.4.95 @@ -12,8 +12,8 @@ depends=('icu' 'qt5-base' 'hwinfo' 'kitemmodels' 'kauth' 'kconfigwidgets' 'kcoreaddons' 'kcmutils' 'ckbcomp' 'knotifications' 'xdg-utils') makedepends=('git' 'extra-cmake-modules' 'kdoctools' 'qt5-tools') -conflicts=('manjaro-settings-manager' 'manjaro-settings-manager-kcm' 'manjaro-settings-manager-knotifier' 'manjaro-settings-manager-notifier') -provides=("manjaro-settings-manager" 'manjaro-settings-manager-kcm' 'manjaro-settings-manager-knotifier' 'manjaro-settings-manager-notifier') +conflicts=('namib-settings-manager' 'namib-settings-manager-kcm' 'namib-settings-manager-knotifier' 'namib-settings-manager-notifier') +provides=("namib-settings-manager" 'namib-settings-manager-kcm' 'namib-settings-manager-knotifier' 'namib-settings-manager-notifier') build() { cd .. diff --git a/README.md b/README.md index 9a3a9b0..7f38e6d 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ -# Manjaro Settings Manager +# Namib Settings Manager -The Manjaro Settings Manager offers you a series of settings, which are -either enabled by Manjaro (i.e. installation of multiple kernels) or are +The Namib Settings Manager offers you a series of settings, which are +either enabled by Namib (i.e. installation of multiple kernels) or are missing from at least some of popular Desktop Environments and Window Managers. -Currently has modules written for Manjaro Hardware Detection (MHWD), Language, +Currently has modules written for Namib Hardware Detection (MHWD), Language, Kernel, Keyboard, Time and Date and User Accounts. It also includes a daemon to notify user of new language packages or kernels. -Manjaro Settings Manager is under active development. +Namib Settings Manager is under active development. ### BUILD INSTRUCTIONS @@ -53,8 +53,8 @@ It will also show up the new kcm modules in kde's systemsettings or issuing the ### RESOURCES -* Website https://manjaro.org/ -* Wiki https://wiki.manjaro.org/ -* Mailing List https://lists.manjaro.org/mailman/listinfo -* Download https://manjaro.org/get-manjaro/ -* IRC #manjaro (www.freenode.com) +* Website https://namib.org/ +* Wiki https://wiki.namib.org/ +* Mailing List https://lists.namib.org/mailman/listinfo +* Download https://namib.org/get-namib/ +* IRC #namib (www.freenode.com) diff --git a/hacking/msmstyle b/hacking/msmstyle index a8b5218..f46520a 100755 --- a/hacking/msmstyle +++ b/hacking/msmstyle @@ -1,5 +1,5 @@ #!/bin/sh -# Calls astyle with settings matching Manjaro Settings Manager coding style +# Calls astyle with settings matching Namib Settings Manager coding style # Requires astyle >= 2.04 set -e diff --git a/resources/icons/CMakeLists.txt b/resources/icons/CMakeLists.txt index 6f63824..2d14767 100644 --- a/resources/icons/CMakeLists.txt +++ b/resources/icons/CMakeLists.txt @@ -1,4 +1,4 @@ ecm_install_icons(ICONS - sc-apps-manjaro-settings-manager.svg + sc-apps-namib-settings-manager.svg DESTINATION ${ICON_INSTALL_DIR}) diff --git a/resources/icons/sc-apps-manjaro-settings-manager.svg b/resources/icons/sc-apps-manjaro-settings-manager.svg deleted file mode 100644 index 11b132d..0000000 --- a/resources/icons/sc-apps-manjaro-settings-manager.svg +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/resources/icons/sc-apps-namib-settings-manager.svg b/resources/icons/sc-apps-namib-settings-manager.svg new file mode 100644 index 0000000..428cc87 --- /dev/null +++ b/resources/icons/sc-apps-namib-settings-manager.svg @@ -0,0 +1,52 @@ + + + + +Created by potrace 1.15, written by Peter Selinger 2001-2017 + + + + + diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6189e19..ab18e15 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -3,4 +3,4 @@ add_subdirectory(modules) add_subdirectory(msm) add_subdirectory(notifier) -install(FILES manjaro-category.desktop DESTINATION ${SERVICES_INSTALL_DIR}) +install(FILES namib-category.desktop DESTINATION ${SERVICES_INSTALL_DIR}) diff --git a/src/libmsm/ActionDialog.cpp b/src/libmsm/ActionDialog.cpp index e11b0a5..be009fb 100644 --- a/src/libmsm/ActionDialog.cpp +++ b/src/libmsm/ActionDialog.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "ActionDialog.h" diff --git a/src/libmsm/ActionDialog.h b/src/libmsm/ActionDialog.h index d08934a..d6f35b7 100644 --- a/src/libmsm/ActionDialog.h +++ b/src/libmsm/ActionDialog.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef ACTIONDIALOG_H diff --git a/src/libmsm/Kernel.cpp b/src/libmsm/Kernel.cpp index 71ca991..bd5e7dd 100644 --- a/src/libmsm/Kernel.cpp +++ b/src/libmsm/Kernel.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "Kernel.h" diff --git a/src/libmsm/Kernel.h b/src/libmsm/Kernel.h index 81a25fe..237c227 100644 --- a/src/libmsm/Kernel.h +++ b/src/libmsm/Kernel.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef KERNEL_H diff --git a/src/libmsm/KernelModel.cpp b/src/libmsm/KernelModel.cpp index 261e723..97b1d12 100644 --- a/src/libmsm/KernelModel.cpp +++ b/src/libmsm/KernelModel.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "KernelModel.h" diff --git a/src/libmsm/KernelModel.h b/src/libmsm/KernelModel.h index 4751bae..e8105b4 100644 --- a/src/libmsm/KernelModel.h +++ b/src/libmsm/KernelModel.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef KERNELMODEL_H diff --git a/src/libmsm/LanguageCommon.cpp b/src/libmsm/LanguageCommon.cpp index a2c3f6d..671462e 100644 --- a/src/libmsm/LanguageCommon.cpp +++ b/src/libmsm/LanguageCommon.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "LanguageCommon.h" diff --git a/src/libmsm/LanguageCommon.h b/src/libmsm/LanguageCommon.h index 14bb296..cccd085 100644 --- a/src/libmsm/LanguageCommon.h +++ b/src/libmsm/LanguageCommon.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef LANGUAGECOMMON_H diff --git a/src/libmsm/LanguagePackages.cpp b/src/libmsm/LanguagePackages.cpp index f09d87e..5e7790c 100644 --- a/src/libmsm/LanguagePackages.cpp +++ b/src/libmsm/LanguagePackages.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "LanguagePackages.h" diff --git a/src/libmsm/LanguagePackages.h b/src/libmsm/LanguagePackages.h index ce61855..484715e 100644 --- a/src/libmsm/LanguagePackages.h +++ b/src/libmsm/LanguagePackages.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef LANGUAGEPACKAGES_H diff --git a/src/libmsm/LanguagePackagesItem.cpp b/src/libmsm/LanguagePackagesItem.cpp index a90ce23..628757c 100644 --- a/src/libmsm/LanguagePackagesItem.cpp +++ b/src/libmsm/LanguagePackagesItem.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "LanguagePackagesItem.h" diff --git a/src/libmsm/LanguagePackagesItem.h b/src/libmsm/LanguagePackagesItem.h index 7c7d6f5..c50e59d 100644 --- a/src/libmsm/LanguagePackagesItem.h +++ b/src/libmsm/LanguagePackagesItem.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef LANGUAGEPACKAGESITEM_H diff --git a/src/libmsm/ListWidget.cpp b/src/libmsm/ListWidget.cpp index 7991392..a9ba293 100644 --- a/src/libmsm/ListWidget.cpp +++ b/src/libmsm/ListWidget.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Roland Singer + * Roland Singer * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "ListWidget.h" diff --git a/src/libmsm/ListWidget.h b/src/libmsm/ListWidget.h index efffc1f..d7be2ab 100644 --- a/src/libmsm/ListWidget.h +++ b/src/libmsm/ListWidget.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Roland Singer + * Roland Singer * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef LISTWIDGET_H diff --git a/src/libmsm/MsmCommon.cpp b/src/libmsm/MsmCommon.cpp index 1b8628b..f65d528 100644 --- a/src/libmsm/MsmCommon.cpp +++ b/src/libmsm/MsmCommon.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "MsmCommon.h" @@ -24,5 +24,5 @@ QString MsmCommon::getBugReportLink() { return QString( tr( "Please use %1 to report bugs." ) - .arg( "https://bugs.manjaro.org/" ) ); + .arg( "https://bugs.namib.org/" ) ); } diff --git a/src/libmsm/MsmCommon.h b/src/libmsm/MsmCommon.h index a3b4855..f1829e4 100644 --- a/src/libmsm/MsmCommon.h +++ b/src/libmsm/MsmCommon.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef MSMCOMMON_H diff --git a/src/libmsm/NotifierSettingsDialog.cpp b/src/libmsm/NotifierSettingsDialog.cpp index 9224368..8570c9e 100644 --- a/src/libmsm/NotifierSettingsDialog.cpp +++ b/src/libmsm/NotifierSettingsDialog.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Roland Singer + * Roland Singer * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "NotifierSettingsDialog.h" @@ -120,7 +120,7 @@ NotifierSettingsDialog::buttonApply_clicked() void NotifierSettingsDialog::load() { - QSettings settings( "manjaro", "manjaro-settings-manager" ); + QSettings settings( "namib", "namib-settings-manager" ); bool checkLanguagePackage = settings.value( "notifications/checkLanguagePackages", true ).toBool(); bool checkUnsupportedKernel = settings.value( "notifications/checkUnsupportedKernel", true ).toBool(); bool checkUnsupportedKernelRunning = settings.value( "notifications/checkUnsupportedKernelRunning", false ).toBool(); @@ -155,7 +155,7 @@ NotifierSettingsDialog::save() bool checkNewKernelLts = ui->checkNewKernelLtsBox->isChecked(); bool checkNewKernelRecommended = ui->checkNewKernelRecommendedBox->isChecked(); - QSettings settings( "manjaro", "manjaro-settings-manager" ); + QSettings settings( "namib", "namib-settings-manager" ); settings.setValue( "notifications/checkLanguagePackages", checkLanguagePackage ); settings.setValue( "notifications/checkUnsupportedKernel", checkUnsupportedKernel ); settings.setValue( "notifications/checkUnsupportedKernelRunning", checkUnsupportedKernelRunning ); diff --git a/src/libmsm/NotifierSettingsDialog.h b/src/libmsm/NotifierSettingsDialog.h index 7142959..0d91e17 100644 --- a/src/libmsm/NotifierSettingsDialog.h +++ b/src/libmsm/NotifierSettingsDialog.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Roland Singer + * Roland Singer * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef NOTIFIERSETTINGSDIALOG_H diff --git a/src/libmsm/PacmanUtils.cpp b/src/libmsm/PacmanUtils.cpp index 0399034..ddf4f9c 100644 --- a/src/libmsm/PacmanUtils.cpp +++ b/src/libmsm/PacmanUtils.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "PacmanUtils.h" diff --git a/src/libmsm/PacmanUtils.h b/src/libmsm/PacmanUtils.h index 607bb16..0b0d496 100644 --- a/src/libmsm/PacmanUtils.h +++ b/src/libmsm/PacmanUtils.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef PACMANUTILS_H diff --git a/src/libmsm/PageWidget.cpp b/src/libmsm/PageWidget.cpp index e68865c..c988f37 100644 --- a/src/libmsm/PageWidget.cpp +++ b/src/libmsm/PageWidget.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Roland Singer + * Roland Singer * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "PageWidget.h" diff --git a/src/libmsm/PageWidget.h b/src/libmsm/PageWidget.h index f65da8f..4200e3e 100644 --- a/src/libmsm/PageWidget.h +++ b/src/libmsm/PageWidget.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Roland Singer + * Roland Singer * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef PAGEWIDGET_H diff --git a/src/libmsm/translations/msm_ar.ts b/src/libmsm/translations/msm_ar.ts index ab8b1cd..8484f5b 100644 --- a/src/libmsm/translations/msm_ar.ts +++ b/src/libmsm/translations/msm_ar.ts @@ -194,7 +194,7 @@ It is recommended to enable those groups. Do you really want to continue? - Add and remove manjaro kernels + Add and remove Namib kernels @@ -573,7 +573,7 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Hardware Detection graphical user interface + Namib Hardware Detection graphical user interface @@ -644,7 +644,7 @@ It is recommended to enable those groups. Do you really want to continue?MsmWindow - Manjaro Settings Manager + Namib Settings Manager @@ -675,7 +675,7 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings + Namib Settings @@ -714,7 +714,7 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings Manager + Namib Settings Manager diff --git a/src/libmsm/translations/msm_ast.ts b/src/libmsm/translations/msm_ast.ts index 1e6f93e..506073c 100644 --- a/src/libmsm/translations/msm_ast.ts +++ b/src/libmsm/translations/msm_ast.ts @@ -194,7 +194,7 @@ Aconséyase habilitar esos grupos. ¿De xuru quies siguir? - Add and remove manjaro kernels + Add and remove Namib kernels @@ -573,7 +573,7 @@ Aconséyase habilitar esos grupos. ¿De xuru quies siguir? - Manjaro Hardware Detection graphical user interface + Namib Hardware Detection graphical user interface @@ -644,8 +644,8 @@ Aconséyase habilitar esos grupos. ¿De xuru quies siguir? MsmWindow - Manjaro Settings Manager - Xestor d'axustes de Manjaro + Namib Settings Manager + Xestor d'axustes de Namib @@ -675,8 +675,8 @@ Aconséyase habilitar esos grupos. ¿De xuru quies siguir? - Manjaro Settings - Axustes de Manjaro + Namib Settings + Axustes de Namib @@ -714,8 +714,8 @@ Aconséyase habilitar esos grupos. ¿De xuru quies siguir? - Manjaro Settings Manager - Xestor d'axustes de Manjaro + Namib Settings Manager + Xestor d'axustes de Namib diff --git a/src/libmsm/translations/msm_az_AZ.ts b/src/libmsm/translations/msm_az_AZ.ts index 3797751..d6c03e7 100644 --- a/src/libmsm/translations/msm_az_AZ.ts +++ b/src/libmsm/translations/msm_az_AZ.ts @@ -192,7 +192,7 @@ It is recommended to enable those groups. Do you really want to continue? - Add and remove manjaro kernels + Add and remove Namib kernels @@ -571,7 +571,7 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Hardware Detection graphical user interface + Namib Hardware Detection graphical user interface @@ -642,7 +642,7 @@ It is recommended to enable those groups. Do you really want to continue?MsmWindow - Manjaro Settings Manager + Namib Settings Manager @@ -673,7 +673,7 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings + Namib Settings @@ -712,7 +712,7 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings Manager + Namib Settings Manager diff --git a/src/libmsm/translations/msm_bg_BG.ts b/src/libmsm/translations/msm_bg_BG.ts index c0705a6..b7e5c9e 100644 --- a/src/libmsm/translations/msm_bg_BG.ts +++ b/src/libmsm/translations/msm_bg_BG.ts @@ -194,7 +194,7 @@ It is recommended to enable those groups. Do you really want to continue? - Add and remove manjaro kernels + Add and remove Namib kernels Добавяне и премахване на ядра @@ -573,7 +573,7 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Hardware Detection graphical user interface + Namib Hardware Detection graphical user interface @@ -644,7 +644,7 @@ It is recommended to enable those groups. Do you really want to continue?MsmWindow - Manjaro Settings Manager + Namib Settings Manager Диспечер на настройките @@ -675,7 +675,7 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings + Namib Settings Настройки на Манжаро @@ -714,7 +714,7 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings Manager + Namib Settings Manager Диспечер на настройките diff --git a/src/libmsm/translations/msm_ca.ts b/src/libmsm/translations/msm_ca.ts index 473faa3..8797ecc 100644 --- a/src/libmsm/translations/msm_ca.ts +++ b/src/libmsm/translations/msm_ca.ts @@ -194,8 +194,8 @@ Es recomana habilitar aquests grups. Realment voleu continuar? - Add and remove manjaro kernels - Afegiu i elimineu nuclis del Manjaro + Add and remove Namib kernels + Afegiu i elimineu nuclis del Namib @@ -573,8 +573,8 @@ Es recomana habilitar aquests grups. Realment voleu continuar? - Manjaro Hardware Detection graphical user interface - Interfície d'usuari gràfica per a la Detecció de maquinari del Manjaro + Namib Hardware Detection graphical user interface + Interfície d'usuari gràfica per a la Detecció de maquinari del Namib @@ -644,8 +644,8 @@ Es recomana habilitar aquests grups. Realment voleu continuar? MsmWindow - Manjaro Settings Manager - Gestor de la configuració del Manjaro + Namib Settings Manager + Gestor de la configuració del Namib @@ -675,8 +675,8 @@ Es recomana habilitar aquests grups. Realment voleu continuar? - Manjaro Settings - Configuració del Manjaro + Namib Settings + Configuració del Namib @@ -714,8 +714,8 @@ Es recomana habilitar aquests grups. Realment voleu continuar? - Manjaro Settings Manager - Gestor de la configuració del Manjaro + Namib Settings Manager + Gestor de la configuració del Namib diff --git a/src/libmsm/translations/msm_cs_CZ.ts b/src/libmsm/translations/msm_cs_CZ.ts index 25ec1ab..e5c3897 100644 --- a/src/libmsm/translations/msm_cs_CZ.ts +++ b/src/libmsm/translations/msm_cs_CZ.ts @@ -195,7 +195,7 @@ Je důrazně doporučeno připojit tyto skupiny. Opravdu chcete pokračovat? - Add and remove manjaro kernels + Add and remove Namib kernels @@ -574,7 +574,7 @@ Je důrazně doporučeno připojit tyto skupiny. Opravdu chcete pokračovat? - Manjaro Hardware Detection graphical user interface + Namib Hardware Detection graphical user interface @@ -645,8 +645,8 @@ Je důrazně doporučeno připojit tyto skupiny. Opravdu chcete pokračovat? MsmWindow - Manjaro Settings Manager - Správce nastavení Manjaro + Namib Settings Manager + Správce nastavení Namib @@ -676,8 +676,8 @@ Je důrazně doporučeno připojit tyto skupiny. Opravdu chcete pokračovat? - Manjaro Settings - Nastavení Manjaro + Namib Settings + Nastavení Namib @@ -715,8 +715,8 @@ Je důrazně doporučeno připojit tyto skupiny. Opravdu chcete pokračovat? - Manjaro Settings Manager - Správce nastavení Manjaro + Namib Settings Manager + Správce nastavení Namib diff --git a/src/libmsm/translations/msm_cy.ts b/src/libmsm/translations/msm_cy.ts index 23e18e0..91ac7ed 100644 --- a/src/libmsm/translations/msm_cy.ts +++ b/src/libmsm/translations/msm_cy.ts @@ -192,7 +192,7 @@ It is recommended to enable those groups. Do you really want to continue? - Add and remove manjaro kernels + Add and remove Namib kernels @@ -571,7 +571,7 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Hardware Detection graphical user interface + Namib Hardware Detection graphical user interface @@ -642,7 +642,7 @@ It is recommended to enable those groups. Do you really want to continue?MsmWindow - Manjaro Settings Manager + Namib Settings Manager @@ -673,7 +673,7 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings + Namib Settings @@ -712,7 +712,7 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings Manager + Namib Settings Manager diff --git a/src/libmsm/translations/msm_da.ts b/src/libmsm/translations/msm_da.ts index 8c99f81..753cbe6 100644 --- a/src/libmsm/translations/msm_da.ts +++ b/src/libmsm/translations/msm_da.ts @@ -194,8 +194,8 @@ Det anbefales at aktivere disse grupper. Vil du virkelig fortsætte? - Add and remove manjaro kernels - Tilføj og fjerne manjaro-kerner + Add and remove Namib kernels + Tilføj og fjerne namib-kerner @@ -573,8 +573,8 @@ Det anbefales at aktivere disse grupper. Vil du virkelig fortsætte? - Manjaro Hardware Detection graphical user interface - Manjaro hardwareregistrering grafisk brugerflade + Namib Hardware Detection graphical user interface + Namib hardwareregistrering grafisk brugerflade @@ -644,8 +644,8 @@ Det anbefales at aktivere disse grupper. Vil du virkelig fortsætte?MsmWindow - Manjaro Settings Manager - Manjaro-indstillingshåndtering + Namib Settings Manager + Namib-indstillingshåndtering @@ -675,8 +675,8 @@ Det anbefales at aktivere disse grupper. Vil du virkelig fortsætte? - Manjaro Settings - Manjaro-indstillinger + Namib Settings + Namib-indstillinger @@ -714,8 +714,8 @@ Det anbefales at aktivere disse grupper. Vil du virkelig fortsætte? - Manjaro Settings Manager - Manjaro-indstillingshåndtering + Namib Settings Manager + Namib-indstillingshåndtering diff --git a/src/libmsm/translations/msm_de.ts b/src/libmsm/translations/msm_de.ts index ad5bcf2..726b8aa 100644 --- a/src/libmsm/translations/msm_de.ts +++ b/src/libmsm/translations/msm_de.ts @@ -194,8 +194,8 @@ Es wird empfohlen diese zu aktivieren. Wollen Sie trotzdem fortfahren? - Add and remove manjaro kernels - Manjaro-Kernel hinzufügen oder entfernen + Add and remove Namib kernels + Namib-Kernel hinzufügen oder entfernen @@ -573,8 +573,8 @@ Es wird empfohlen diese zu aktivieren. Wollen Sie trotzdem fortfahren? - Manjaro Hardware Detection graphical user interface - Grafische Benutzeroberfläche der Manjaro-Hardwareerkennung + Namib Hardware Detection graphical user interface + Grafische Benutzeroberfläche der Namib-Hardwareerkennung @@ -644,8 +644,8 @@ Es wird empfohlen diese zu aktivieren. Wollen Sie trotzdem fortfahren?MsmWindow - Manjaro Settings Manager - Manjaro-Einstellungsmanager + Namib Settings Manager + Namib-Einstellungsmanager @@ -675,8 +675,8 @@ Es wird empfohlen diese zu aktivieren. Wollen Sie trotzdem fortfahren? - Manjaro Settings - Manjaro-Einstellungen + Namib Settings + Namib-Einstellungen @@ -714,8 +714,8 @@ Es wird empfohlen diese zu aktivieren. Wollen Sie trotzdem fortfahren? - Manjaro Settings Manager - Manjaro-Einstellungsmanager + Namib Settings Manager + Namib-Einstellungsmanager diff --git a/src/libmsm/translations/msm_el.ts b/src/libmsm/translations/msm_el.ts index b232135..3255b5b 100644 --- a/src/libmsm/translations/msm_el.ts +++ b/src/libmsm/translations/msm_el.ts @@ -194,8 +194,8 @@ It is recommended to enable those groups. Do you really want to continue? - Add and remove manjaro kernels - Προσθήκη και αφαίρεση πυρήνων manjaro + Add and remove Namib kernels + Προσθήκη και αφαίρεση πυρήνων namib @@ -573,7 +573,7 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Hardware Detection graphical user interface + Namib Hardware Detection graphical user interface @@ -644,8 +644,8 @@ It is recommended to enable those groups. Do you really want to continue?MsmWindow - Manjaro Settings Manager - Διαχειριστής Ρυθμίσεων Manjaro + Namib Settings Manager + Διαχειριστής Ρυθμίσεων Namib @@ -675,8 +675,8 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings - Ρυθμίσεις Manjaro + Namib Settings + Ρυθμίσεις Namib @@ -714,8 +714,8 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings Manager - Διαχειριστής Ρυθμίσεων Manjaro + Namib Settings Manager + Διαχειριστής Ρυθμίσεων Namib diff --git a/src/libmsm/translations/msm_en.ts b/src/libmsm/translations/msm_en.ts index f993745..83fc3b3 100644 --- a/src/libmsm/translations/msm_en.ts +++ b/src/libmsm/translations/msm_en.ts @@ -248,7 +248,7 @@ It is recommended to enable those groups. Do you really want to continue? - Add and remove manjaro kernels + Add and remove Namib kernels @@ -644,7 +644,7 @@ Would you like to continue? - Manjaro Hardware Detection graphical user interface + Namib Hardware Detection graphical user interface @@ -731,7 +731,7 @@ Would you like to continue? MsmWindow - Manjaro Settings Manager + Namib Settings Manager @@ -762,7 +762,7 @@ Would you like to continue? - Manjaro Settings + Namib Settings @@ -801,7 +801,7 @@ Would you like to continue? - Manjaro Settings Manager + Namib Settings Manager diff --git a/src/libmsm/translations/msm_es.ts b/src/libmsm/translations/msm_es.ts index 93b1ef3..8c2bd4a 100644 --- a/src/libmsm/translations/msm_es.ts +++ b/src/libmsm/translations/msm_es.ts @@ -194,8 +194,8 @@ Se recomienda activar estos grupos. ¿Realmente quiere continuar? - Add and remove manjaro kernels - Añadir o quitar núcleos Manjaro + Add and remove Namib kernels + Añadir o quitar núcleos Namib @@ -573,8 +573,8 @@ Se recomienda activar estos grupos. ¿Realmente quiere continuar? - Manjaro Hardware Detection graphical user interface - Interfaz gráfica de usuario para Manjaro Hardware Detection + Namib Hardware Detection graphical user interface + Interfaz gráfica de usuario para Namib Hardware Detection @@ -644,8 +644,8 @@ Se recomienda activar estos grupos. ¿Realmente quiere continuar? MsmWindow - Manjaro Settings Manager - Gestor de configuración de Manjaro + Namib Settings Manager + Gestor de configuración de Namib @@ -675,8 +675,8 @@ Se recomienda activar estos grupos. ¿Realmente quiere continuar? - Manjaro Settings - Configuración de Manjaro + Namib Settings + Configuración de Namib @@ -714,8 +714,8 @@ Se recomienda activar estos grupos. ¿Realmente quiere continuar? - Manjaro Settings Manager - Gestor de configuración de Manjaro + Namib Settings Manager + Gestor de configuración de Namib diff --git a/src/libmsm/translations/msm_es_419.ts b/src/libmsm/translations/msm_es_419.ts index 588b54a..d6169f3 100644 --- a/src/libmsm/translations/msm_es_419.ts +++ b/src/libmsm/translations/msm_es_419.ts @@ -194,8 +194,8 @@ Es recomendable activar estos grupos. ¿Estás seguro que quieres continuar? - Add and remove manjaro kernels - Agregar y quitar kernels de manjaro + Add and remove Namib kernels + Agregar y quitar kernels de namib @@ -573,8 +573,8 @@ Es recomendable activar estos grupos. ¿Estás seguro que quieres continuar? - Manjaro Hardware Detection graphical user interface - Interfaz gráfica de Detección de Hardware de Manjaro + Namib Hardware Detection graphical user interface + Interfaz gráfica de Detección de Hardware de Namib @@ -644,8 +644,8 @@ Es recomendable activar estos grupos. ¿Estás seguro que quieres continuar?MsmWindow - Manjaro Settings Manager - Gestor de Configuración de Manjaro + Namib Settings Manager + Gestor de Configuración de Namib @@ -675,8 +675,8 @@ Es recomendable activar estos grupos. ¿Estás seguro que quieres continuar? - Manjaro Settings - Configuraciones de Manjaro + Namib Settings + Configuraciones de Namib @@ -714,8 +714,8 @@ Es recomendable activar estos grupos. ¿Estás seguro que quieres continuar? - Manjaro Settings Manager - Gestor de Configuración de Manjaro + Namib Settings Manager + Gestor de Configuración de Namib diff --git a/src/libmsm/translations/msm_es_AR.ts b/src/libmsm/translations/msm_es_AR.ts index 4cbc28e..d06d8f1 100644 --- a/src/libmsm/translations/msm_es_AR.ts +++ b/src/libmsm/translations/msm_es_AR.ts @@ -192,7 +192,7 @@ It is recommended to enable those groups. Do you really want to continue? - Add and remove manjaro kernels + Add and remove Namib kernels @@ -571,7 +571,7 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Hardware Detection graphical user interface + Namib Hardware Detection graphical user interface @@ -642,8 +642,8 @@ It is recommended to enable those groups. Do you really want to continue?MsmWindow - Manjaro Settings Manager - Administrador de ajustes de Manjaro + Namib Settings Manager + Administrador de ajustes de Namib @@ -673,8 +673,8 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings - Ajustes de Manjaro + Namib Settings + Ajustes de Namib @@ -712,8 +712,8 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings Manager - Administrador de ajustes de Manjaro + Namib Settings Manager + Administrador de ajustes de Namib diff --git a/src/libmsm/translations/msm_fa.ts b/src/libmsm/translations/msm_fa.ts index 741ad6e..0b79309 100644 --- a/src/libmsm/translations/msm_fa.ts +++ b/src/libmsm/translations/msm_fa.ts @@ -194,7 +194,7 @@ It is recommended to enable those groups. Do you really want to continue? - Add and remove manjaro kernels + Add and remove Namib kernels @@ -573,7 +573,7 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Hardware Detection graphical user interface + Namib Hardware Detection graphical user interface @@ -644,7 +644,7 @@ It is recommended to enable those groups. Do you really want to continue?MsmWindow - Manjaro Settings Manager + Namib Settings Manager @@ -675,7 +675,7 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings + Namib Settings @@ -714,7 +714,7 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings Manager + Namib Settings Manager diff --git a/src/libmsm/translations/msm_fa_IR.ts b/src/libmsm/translations/msm_fa_IR.ts index a09a2df..154556b 100644 --- a/src/libmsm/translations/msm_fa_IR.ts +++ b/src/libmsm/translations/msm_fa_IR.ts @@ -194,7 +194,7 @@ It is recommended to enable those groups. Do you really want to continue? - Add and remove manjaro kernels + Add and remove Namib kernels حذف و اضافه کردن کرنل های مانجارو @@ -573,7 +573,7 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Hardware Detection graphical user interface + Namib Hardware Detection graphical user interface تشخیص سخت افزاری رابط گرافیکی کاربر مانجارو @@ -644,7 +644,7 @@ It is recommended to enable those groups. Do you really want to continue?MsmWindow - Manjaro Settings Manager + Namib Settings Manager مدیریت تنظیمات مانجارو @@ -675,7 +675,7 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings + Namib Settings تنظیمات مانجارو @@ -714,7 +714,7 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings Manager + Namib Settings Manager مدیریت تنظیمات مانجارو diff --git a/src/libmsm/translations/msm_fi.ts b/src/libmsm/translations/msm_fi.ts index 18f2452..500390a 100644 --- a/src/libmsm/translations/msm_fi.ts +++ b/src/libmsm/translations/msm_fi.ts @@ -194,8 +194,8 @@ On suositeltavaa ottaa ne käyttöön. Haluatko varmasti jatkaa? - Add and remove manjaro kernels - Lisää ja poista manjaro ytimiä + Add and remove Namib kernels + Lisää ja poista namib ytimiä @@ -573,8 +573,8 @@ On suositeltavaa ottaa ne käyttöön. Haluatko varmasti jatkaa? - Manjaro Hardware Detection graphical user interface - Manjaro laitteiston tunnistuksen graaffinen käyttöliittymä + Namib Hardware Detection graphical user interface + Namib laitteiston tunnistuksen graaffinen käyttöliittymä @@ -644,7 +644,7 @@ On suositeltavaa ottaa ne käyttöön. Haluatko varmasti jatkaa? MsmWindow - Manjaro Settings Manager + Namib Settings Manager @@ -675,8 +675,8 @@ On suositeltavaa ottaa ne käyttöön. Haluatko varmasti jatkaa? - Manjaro Settings - Manjaron asetukset + Namib Settings + Namibn asetukset @@ -714,8 +714,8 @@ On suositeltavaa ottaa ne käyttöön. Haluatko varmasti jatkaa? - Manjaro Settings Manager - Manjaron asetuksien hallinta + Namib Settings Manager + Namibn asetuksien hallinta diff --git a/src/libmsm/translations/msm_fo.ts b/src/libmsm/translations/msm_fo.ts index 9af3b3d..d190c14 100644 --- a/src/libmsm/translations/msm_fo.ts +++ b/src/libmsm/translations/msm_fo.ts @@ -194,7 +194,7 @@ Tað er tilmælt at seta hesar bólkar í gildið. Ert tú vísur í at tú vilt - Add and remove manjaro kernels + Add and remove Namib kernels @@ -573,7 +573,7 @@ Tað er tilmælt at seta hesar bólkar í gildið. Ert tú vísur í at tú vilt - Manjaro Hardware Detection graphical user interface + Namib Hardware Detection graphical user interface @@ -644,7 +644,7 @@ Tað er tilmælt at seta hesar bólkar í gildið. Ert tú vísur í at tú vilt MsmWindow - Manjaro Settings Manager + Namib Settings Manager @@ -675,7 +675,7 @@ Tað er tilmælt at seta hesar bólkar í gildið. Ert tú vísur í at tú vilt - Manjaro Settings + Namib Settings @@ -714,7 +714,7 @@ Tað er tilmælt at seta hesar bólkar í gildið. Ert tú vísur í at tú vilt - Manjaro Settings Manager + Namib Settings Manager diff --git a/src/libmsm/translations/msm_fr.ts b/src/libmsm/translations/msm_fr.ts index 433c68e..c35bd52 100644 --- a/src/libmsm/translations/msm_fr.ts +++ b/src/libmsm/translations/msm_fr.ts @@ -194,8 +194,8 @@ Il est recommandé d'activer ces groupes. Voulez-vous vraiment continuer ?< - Add and remove manjaro kernels - Ajouter et supprimer des noyaux manjaro + Add and remove Namib kernels + Ajouter et supprimer des noyaux namib @@ -573,8 +573,8 @@ Il est recommandé d'activer ces groupes. Voulez-vous vraiment continuer ?< - Manjaro Hardware Detection graphical user interface - Interface utilisateur de détection matérielle de Manjaro + Namib Hardware Detection graphical user interface + Interface utilisateur de détection matérielle de Namib @@ -644,8 +644,8 @@ Il est recommandé d'activer ces groupes. Voulez-vous vraiment continuer ?< MsmWindow - Manjaro Settings Manager - Gestionnaire de paramètres de Manjaro + Namib Settings Manager + Gestionnaire de paramètres de Namib @@ -675,8 +675,8 @@ Il est recommandé d'activer ces groupes. Voulez-vous vraiment continuer ?< - Manjaro Settings - Paramètres de Manjaro + Namib Settings + Paramètres de Namib @@ -714,8 +714,8 @@ Il est recommandé d'activer ces groupes. Voulez-vous vraiment continuer ?< - Manjaro Settings Manager - Gestionnaire de paramètres de Manjaro + Namib Settings Manager + Gestionnaire de paramètres de Namib diff --git a/src/libmsm/translations/msm_gl_ES.ts b/src/libmsm/translations/msm_gl_ES.ts index 7d206e4..c300c0a 100644 --- a/src/libmsm/translations/msm_gl_ES.ts +++ b/src/libmsm/translations/msm_gl_ES.ts @@ -194,7 +194,7 @@ Recoméndase activar eses grupos. Desexa continuar? - Add and remove manjaro kernels + Add and remove Namib kernels @@ -573,7 +573,7 @@ Recoméndase activar eses grupos. Desexa continuar? - Manjaro Hardware Detection graphical user interface + Namib Hardware Detection graphical user interface @@ -644,7 +644,7 @@ Recoméndase activar eses grupos. Desexa continuar? MsmWindow - Manjaro Settings Manager + Namib Settings Manager @@ -675,7 +675,7 @@ Recoméndase activar eses grupos. Desexa continuar? - Manjaro Settings + Namib Settings @@ -714,7 +714,7 @@ Recoméndase activar eses grupos. Desexa continuar? - Manjaro Settings Manager + Namib Settings Manager diff --git a/src/libmsm/translations/msm_he.ts b/src/libmsm/translations/msm_he.ts index 9125fff..c275a4b 100644 --- a/src/libmsm/translations/msm_he.ts +++ b/src/libmsm/translations/msm_he.ts @@ -194,7 +194,7 @@ It is recommended to enable those groups. Do you really want to continue? - Add and remove manjaro kernels + Add and remove Namib kernels @@ -573,7 +573,7 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Hardware Detection graphical user interface + Namib Hardware Detection graphical user interface @@ -644,8 +644,8 @@ It is recommended to enable those groups. Do you really want to continue?MsmWindow - Manjaro Settings Manager - מנהל הגדרות Manjaro + Namib Settings Manager + מנהל הגדרות Namib @@ -675,8 +675,8 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings - הגדרות Manjaro + Namib Settings + הגדרות Namib @@ -714,8 +714,8 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings Manager - מנהל הגדרות Manjaro + Namib Settings Manager + מנהל הגדרות Namib diff --git a/src/libmsm/translations/msm_hi.ts b/src/libmsm/translations/msm_hi.ts index 4f5d9fe..391ced2 100644 --- a/src/libmsm/translations/msm_hi.ts +++ b/src/libmsm/translations/msm_hi.ts @@ -200,7 +200,7 @@ It is recommended to enable those groups. Do you really want to continue? - Add and remove manjaro kernels + Add and remove Namib kernels @@ -579,7 +579,7 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Hardware Detection graphical user interface + Namib Hardware Detection graphical user interface @@ -650,7 +650,7 @@ It is recommended to enable those groups. Do you really want to continue?MsmWindow - Manjaro Settings Manager + Namib Settings Manager @@ -681,7 +681,7 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings + Namib Settings @@ -720,7 +720,7 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings Manager + Namib Settings Manager diff --git a/src/libmsm/translations/msm_hr.ts b/src/libmsm/translations/msm_hr.ts index 6af3419..0145c7e 100644 --- a/src/libmsm/translations/msm_hr.ts +++ b/src/libmsm/translations/msm_hr.ts @@ -194,8 +194,8 @@ Preporuča se omogućiti te grupe. Želite li nastaviti? - Add and remove manjaro kernels - Dodaj i ukloni manjaro jezgre + Add and remove Namib kernels + Dodaj i ukloni namib jezgre @@ -573,8 +573,8 @@ Preporuča se omogućiti te grupe. Želite li nastaviti? - Manjaro Hardware Detection graphical user interface - Grafičko korisničko sučelje za Manjaro Hardware Detection + Namib Hardware Detection graphical user interface + Grafičko korisničko sučelje za Namib Hardware Detection @@ -644,8 +644,8 @@ Preporuča se omogućiti te grupe. Želite li nastaviti? MsmWindow - Manjaro Settings Manager - Manjaro upravitelj postavki + Namib Settings Manager + Namib upravitelj postavki @@ -675,8 +675,8 @@ Preporuča se omogućiti te grupe. Želite li nastaviti? - Manjaro Settings - Manjaro postavke + Namib Settings + Namib postavke @@ -714,8 +714,8 @@ Preporuča se omogućiti te grupe. Želite li nastaviti? - Manjaro Settings Manager - Manjaro upravitelj postavki + Namib Settings Manager + Namib upravitelj postavki diff --git a/src/libmsm/translations/msm_hu.ts b/src/libmsm/translations/msm_hu.ts index 901e606..0a3c50b 100644 --- a/src/libmsm/translations/msm_hu.ts +++ b/src/libmsm/translations/msm_hu.ts @@ -194,8 +194,8 @@ Javasolt engedélyezni ezeket a csoportokat. Valóban folytatod? - Add and remove manjaro kernels - Manjaro kernelek hozzáadása és eltávolítása + Add and remove Namib kernels + Namib kernelek hozzáadása és eltávolítása @@ -573,8 +573,8 @@ Javasolt engedélyezni ezeket a csoportokat. Valóban folytatod? - Manjaro Hardware Detection graphical user interface - Manjaro Hardware Érzékelés grafikus felhasználói felület + Namib Hardware Detection graphical user interface + Namib Hardware Érzékelés grafikus felhasználói felület @@ -644,8 +644,8 @@ Javasolt engedélyezni ezeket a csoportokat. Valóban folytatod? MsmWindow - Manjaro Settings Manager - Manjaro Beállításkezelő + Namib Settings Manager + Namib Beállításkezelő @@ -675,8 +675,8 @@ Javasolt engedélyezni ezeket a csoportokat. Valóban folytatod? - Manjaro Settings - Manjaro Beállítások + Namib Settings + Namib Beállítások @@ -714,8 +714,8 @@ Javasolt engedélyezni ezeket a csoportokat. Valóban folytatod? - Manjaro Settings Manager - Manjaro Beállításkezelő + Namib Settings Manager + Namib Beállításkezelő diff --git a/src/libmsm/translations/msm_id_ID.ts b/src/libmsm/translations/msm_id_ID.ts index 6ecec8c..0901852 100644 --- a/src/libmsm/translations/msm_id_ID.ts +++ b/src/libmsm/translations/msm_id_ID.ts @@ -195,7 +195,7 @@ Anda yakin ingin melanjutkan? - Add and remove manjaro kernels + Add and remove Namib kernels @@ -574,7 +574,7 @@ Anda yakin ingin melanjutkan? - Manjaro Hardware Detection graphical user interface + Namib Hardware Detection graphical user interface @@ -645,7 +645,7 @@ Anda yakin ingin melanjutkan? MsmWindow - Manjaro Settings Manager + Namib Settings Manager @@ -676,7 +676,7 @@ Anda yakin ingin melanjutkan? - Manjaro Settings + Namib Settings @@ -715,7 +715,7 @@ Anda yakin ingin melanjutkan? - Manjaro Settings Manager + Namib Settings Manager diff --git a/src/libmsm/translations/msm_is.ts b/src/libmsm/translations/msm_is.ts index 72338b9..2ef0513 100644 --- a/src/libmsm/translations/msm_is.ts +++ b/src/libmsm/translations/msm_is.ts @@ -194,8 +194,8 @@ Mælt er með því að þessir hópar séu virkjaðir. Ertu viss um að þú vi - Add and remove manjaro kernels - Bæta við og fjarlægja manjaro kjarna + Add and remove Namib kernels + Bæta við og fjarlægja namib kjarna @@ -573,8 +573,8 @@ Mælt er með því að þessir hópar séu virkjaðir. Ertu viss um að þú vi - Manjaro Hardware Detection graphical user interface - Manjaro vélbúnaðar greining með grafísku notendaviðmóti + Namib Hardware Detection graphical user interface + Namib vélbúnaðar greining með grafísku notendaviðmóti @@ -644,8 +644,8 @@ Mælt er með því að þessir hópar séu virkjaðir. Ertu viss um að þú vi MsmWindow - Manjaro Settings Manager - Manjaro stillingastjórnun + Namib Settings Manager + Namib stillingastjórnun @@ -675,8 +675,8 @@ Mælt er með því að þessir hópar séu virkjaðir. Ertu viss um að þú vi - Manjaro Settings - Manjaro stillingar + Namib Settings + Namib stillingar @@ -714,8 +714,8 @@ Mælt er með því að þessir hópar séu virkjaðir. Ertu viss um að þú vi - Manjaro Settings Manager - Manjaro stillingastjórnun + Namib Settings Manager + Namib stillingastjórnun diff --git a/src/libmsm/translations/msm_it.ts b/src/libmsm/translations/msm_it.ts index 048c694..694945d 100644 --- a/src/libmsm/translations/msm_it.ts +++ b/src/libmsm/translations/msm_it.ts @@ -194,8 +194,8 @@ Si consiglia di abilitare questi gruppi. Vuoi davvero continuare? - Add and remove manjaro kernels - Aggiungi e rimuovi i kernel di Manjaro + Add and remove Namib kernels + Aggiungi e rimuovi i kernel di Namib @@ -573,8 +573,8 @@ Si consiglia di abilitare questi gruppi. Vuoi davvero continuare? - Manjaro Hardware Detection graphical user interface - Interfaccia grafica di Manjaro Hardware Detection + Namib Hardware Detection graphical user interface + Interfaccia grafica di Namib Hardware Detection @@ -644,8 +644,8 @@ Si consiglia di abilitare questi gruppi. Vuoi davvero continuare? MsmWindow - Manjaro Settings Manager - Gestore delle impostazioni di Manjaro + Namib Settings Manager + Gestore delle impostazioni di Namib @@ -675,8 +675,8 @@ Si consiglia di abilitare questi gruppi. Vuoi davvero continuare? - Manjaro Settings - Impostazioni di Manjaro + Namib Settings + Impostazioni di Namib @@ -714,8 +714,8 @@ Si consiglia di abilitare questi gruppi. Vuoi davvero continuare? - Manjaro Settings Manager - Gestore delle impostazioni di Manjaro + Namib Settings Manager + Gestore delle impostazioni di Namib diff --git a/src/libmsm/translations/msm_ja.ts b/src/libmsm/translations/msm_ja.ts index 3e2392e..fe98d9b 100644 --- a/src/libmsm/translations/msm_ja.ts +++ b/src/libmsm/translations/msm_ja.ts @@ -193,7 +193,7 @@ It is recommended to enable those groups. Do you really want to continue? - Add and remove manjaro kernels + Add and remove Namib kernels カーネルの追加と削除 @@ -572,8 +572,8 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Hardware Detection graphical user interface - Manjaro Hardware Detection graphical user interface + Namib Hardware Detection graphical user interface + Namib Hardware Detection graphical user interface @@ -643,8 +643,8 @@ It is recommended to enable those groups. Do you really want to continue?MsmWindow - Manjaro Settings Manager - Manjaroセッティングマネージャー + Namib Settings Manager + Namibセッティングマネージャー @@ -674,8 +674,8 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings - Manjaroの設定 + Namib Settings + Namibの設定 @@ -713,8 +713,8 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings Manager - Manjaroセッティングマネージャー + Namib Settings Manager + Namibセッティングマネージャー diff --git a/src/libmsm/translations/msm_ka.ts b/src/libmsm/translations/msm_ka.ts index 7c08584..9f9f44a 100644 --- a/src/libmsm/translations/msm_ka.ts +++ b/src/libmsm/translations/msm_ka.ts @@ -192,7 +192,7 @@ It is recommended to enable those groups. Do you really want to continue? - Add and remove manjaro kernels + Add and remove Namib kernels @@ -571,7 +571,7 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Hardware Detection graphical user interface + Namib Hardware Detection graphical user interface @@ -642,7 +642,7 @@ It is recommended to enable those groups. Do you really want to continue?MsmWindow - Manjaro Settings Manager + Namib Settings Manager @@ -673,7 +673,7 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings + Namib Settings @@ -712,7 +712,7 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings Manager + Namib Settings Manager diff --git a/src/libmsm/translations/msm_ko.ts b/src/libmsm/translations/msm_ko.ts index bc9af0d..40a9a7d 100644 --- a/src/libmsm/translations/msm_ko.ts +++ b/src/libmsm/translations/msm_ko.ts @@ -248,7 +248,7 @@ It is recommended to enable those groups. Do you really want to continue? - Add and remove manjaro kernels + Add and remove Namib kernels 만자로 커널을 추가하고 제거 @@ -647,7 +647,7 @@ Would you like to continue? - Manjaro Hardware Detection graphical user interface + Namib Hardware Detection graphical user interface 만자로 하드웨어 감지 그래픽 유저 인터페이스 @@ -734,7 +734,7 @@ Would you like to continue? MsmWindow - Manjaro Settings Manager + Namib Settings Manager 만자로 설정 관리자 @@ -765,7 +765,7 @@ Would you like to continue? - Manjaro Settings + Namib Settings 만자로 설정 @@ -804,7 +804,7 @@ Would you like to continue? - Manjaro Settings Manager + Namib Settings Manager 만자로 설정 관리자 diff --git a/src/libmsm/translations/msm_lt.ts b/src/libmsm/translations/msm_lt.ts index 7ca1f4b..6edd9a8 100644 --- a/src/libmsm/translations/msm_lt.ts +++ b/src/libmsm/translations/msm_lt.ts @@ -194,8 +194,8 @@ Rekomenduojama tas grupes įjungti. Ar tikrai norite tęsti? - Add and remove manjaro kernels - Pridėti ir šalinti manjaro branduolius + Add and remove Namib kernels + Pridėti ir šalinti namib branduolius @@ -573,8 +573,8 @@ Rekomenduojama tas grupes įjungti. Ar tikrai norite tęsti? - Manjaro Hardware Detection graphical user interface - Manjaro aparatinės įrangos aptikimo grafinė naudotojo sąsaja + Namib Hardware Detection graphical user interface + Namib aparatinės įrangos aptikimo grafinė naudotojo sąsaja @@ -644,8 +644,8 @@ Rekomenduojama tas grupes įjungti. Ar tikrai norite tęsti? MsmWindow - Manjaro Settings Manager - Manjaro nustatymų tvarkytuvė + Namib Settings Manager + Namib nustatymų tvarkytuvė @@ -675,8 +675,8 @@ Rekomenduojama tas grupes įjungti. Ar tikrai norite tęsti? - Manjaro Settings - Manjaro nustatymai + Namib Settings + Namib nustatymai @@ -714,8 +714,8 @@ Rekomenduojama tas grupes įjungti. Ar tikrai norite tęsti? - Manjaro Settings Manager - Manjaro nustatymų tvarkytuvė + Namib Settings Manager + Namib nustatymų tvarkytuvė diff --git a/src/libmsm/translations/msm_ml.ts b/src/libmsm/translations/msm_ml.ts index fddd0b5..ecbaae2 100644 --- a/src/libmsm/translations/msm_ml.ts +++ b/src/libmsm/translations/msm_ml.ts @@ -192,7 +192,7 @@ It is recommended to enable those groups. Do you really want to continue? - Add and remove manjaro kernels + Add and remove Namib kernels @@ -571,7 +571,7 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Hardware Detection graphical user interface + Namib Hardware Detection graphical user interface @@ -642,7 +642,7 @@ It is recommended to enable those groups. Do you really want to continue?MsmWindow - Manjaro Settings Manager + Namib Settings Manager @@ -673,7 +673,7 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings + Namib Settings @@ -712,7 +712,7 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings Manager + Namib Settings Manager diff --git a/src/libmsm/translations/msm_ms.ts b/src/libmsm/translations/msm_ms.ts index c7ddec7..8aed1c4 100644 --- a/src/libmsm/translations/msm_ms.ts +++ b/src/libmsm/translations/msm_ms.ts @@ -192,7 +192,7 @@ It is recommended to enable those groups. Do you really want to continue? - Add and remove manjaro kernels + Add and remove Namib kernels @@ -571,7 +571,7 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Hardware Detection graphical user interface + Namib Hardware Detection graphical user interface @@ -642,7 +642,7 @@ It is recommended to enable those groups. Do you really want to continue?MsmWindow - Manjaro Settings Manager + Namib Settings Manager @@ -673,7 +673,7 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings + Namib Settings @@ -712,7 +712,7 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings Manager + Namib Settings Manager diff --git a/src/libmsm/translations/msm_nb.ts b/src/libmsm/translations/msm_nb.ts index 32fa9f1..d638d3e 100644 --- a/src/libmsm/translations/msm_nb.ts +++ b/src/libmsm/translations/msm_nb.ts @@ -194,8 +194,8 @@ Det anbefales å aktivere disse gruppene. Ønsker du virkelig å fortsette? - Add and remove manjaro kernels - Legg til og fjern Manjaros kjerner + Add and remove Namib kernels + Legg til og fjern Namibs kjerner @@ -573,8 +573,8 @@ Det anbefales å aktivere disse gruppene. Ønsker du virkelig å fortsette? - Manjaro Hardware Detection graphical user interface - Grensesnitt for Manjaro Hardware Detection + Namib Hardware Detection graphical user interface + Grensesnitt for Namib Hardware Detection @@ -644,8 +644,8 @@ Det anbefales å aktivere disse gruppene. Ønsker du virkelig å fortsette?MsmWindow - Manjaro Settings Manager - Manjaro Innstillinger + Namib Settings Manager + Namib Innstillinger @@ -675,8 +675,8 @@ Det anbefales å aktivere disse gruppene. Ønsker du virkelig å fortsette? - Manjaro Settings - Manjaro Innstillinger + Namib Settings + Namib Innstillinger @@ -714,7 +714,7 @@ Det anbefales å aktivere disse gruppene. Ønsker du virkelig å fortsette? - Manjaro Settings Manager + Namib Settings Manager diff --git a/src/libmsm/translations/msm_nl.ts b/src/libmsm/translations/msm_nl.ts index 29cf57a..f046278 100644 --- a/src/libmsm/translations/msm_nl.ts +++ b/src/libmsm/translations/msm_nl.ts @@ -194,8 +194,8 @@ Het is aangeraden deze groepen te activeren. Wil je echt verder gaan? - Add and remove manjaro kernels - Voeg toe en verwijder manjaro kernels + Add and remove Namib kernels + Voeg toe en verwijder Namib kernels @@ -573,7 +573,7 @@ Het is aangeraden deze groepen te activeren. Wil je echt verder gaan? - Manjaro Hardware Detection graphical user interface + Namib Hardware Detection graphical user interface @@ -644,7 +644,7 @@ Het is aangeraden deze groepen te activeren. Wil je echt verder gaan?MsmWindow - Manjaro Settings Manager + Namib Settings Manager @@ -675,7 +675,7 @@ Het is aangeraden deze groepen te activeren. Wil je echt verder gaan? - Manjaro Settings + Namib Settings @@ -714,7 +714,7 @@ Het is aangeraden deze groepen te activeren. Wil je echt verder gaan? - Manjaro Settings Manager + Namib Settings Manager diff --git a/src/libmsm/translations/msm_pl.ts b/src/libmsm/translations/msm_pl.ts index c9a66f1..59d67c2 100644 --- a/src/libmsm/translations/msm_pl.ts +++ b/src/libmsm/translations/msm_pl.ts @@ -194,7 +194,7 @@ Zaleca się, aby były one włączone. Czy na pewno chcesz kontynuować? - Add and remove manjaro kernels + Add and remove Namib kernels Dodawaj i usuwaj jądra systemowe @@ -573,8 +573,8 @@ Zaleca się, aby były one włączone. Czy na pewno chcesz kontynuować? - Manjaro Hardware Detection graphical user interface - Graficzny interfejs użytkownika wykrywania sprzętu Manjaro + Namib Hardware Detection graphical user interface + Graficzny interfejs użytkownika wykrywania sprzętu Namib @@ -644,8 +644,8 @@ Zaleca się, aby były one włączone. Czy na pewno chcesz kontynuować?MsmWindow - Manjaro Settings Manager - Menedżer ustawień Manjaro + Namib Settings Manager + Menedżer ustawień Namib @@ -675,8 +675,8 @@ Zaleca się, aby były one włączone. Czy na pewno chcesz kontynuować? - Manjaro Settings - Ustawienia Manjaro + Namib Settings + Ustawienia Namib @@ -714,8 +714,8 @@ Zaleca się, aby były one włączone. Czy na pewno chcesz kontynuować? - Manjaro Settings Manager - Menedżer ustawień Manjaro + Namib Settings Manager + Menedżer ustawień Namib diff --git a/src/libmsm/translations/msm_pt_BR.ts b/src/libmsm/translations/msm_pt_BR.ts index 1ea0984..3068013 100644 --- a/src/libmsm/translations/msm_pt_BR.ts +++ b/src/libmsm/translations/msm_pt_BR.ts @@ -192,8 +192,8 @@ It is recommended to enable those groups. Do you really want to continue? - Add and remove manjaro kernels - Adicionar e remover kernels manjaro + Add and remove Namib kernels + Adicionar e remover kernels namib @@ -571,8 +571,8 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Hardware Detection graphical user interface - Interface Gráfica do Usuário Manjaro Hardware Detection + Namib Hardware Detection graphical user interface + Interface Gráfica do Usuário Namib Hardware Detection @@ -642,8 +642,8 @@ It is recommended to enable those groups. Do you really want to continue?MsmWindow - Manjaro Settings Manager - Gerenciador de Configurações do Manjaro + Namib Settings Manager + Gerenciador de Configurações do Namib @@ -673,8 +673,8 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings - Configurações do Manjaro + Namib Settings + Configurações do Namib @@ -712,8 +712,8 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings Manager - Gerenciador de Configurações do Manjaro + Namib Settings Manager + Gerenciador de Configurações do Namib diff --git a/src/libmsm/translations/msm_pt_PT.ts b/src/libmsm/translations/msm_pt_PT.ts index 323dd9a..2716989 100644 --- a/src/libmsm/translations/msm_pt_PT.ts +++ b/src/libmsm/translations/msm_pt_PT.ts @@ -194,7 +194,7 @@ It is recommended to enable those groups. Do you really want to continue? - Add and remove manjaro kernels + Add and remove Namib kernels Adicionar ou remover kernels @@ -573,8 +573,8 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Hardware Detection graphical user interface - Manjaro Hardware Detection interface gráfica do utilizador + Namib Hardware Detection graphical user interface + Namib Hardware Detection interface gráfica do utilizador @@ -644,8 +644,8 @@ It is recommended to enable those groups. Do you really want to continue?MsmWindow - Manjaro Settings Manager - Gestor de Definições do Manjaro + Namib Settings Manager + Gestor de Definições do Namib @@ -675,8 +675,8 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings - Definições do Manjaro + Namib Settings + Definições do Namib @@ -714,8 +714,8 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings Manager - Gestor de Definições do Manjaro + Namib Settings Manager + Gestor de Definições do Namib diff --git a/src/libmsm/translations/msm_ro.ts b/src/libmsm/translations/msm_ro.ts index 23776fa..eb347f7 100644 --- a/src/libmsm/translations/msm_ro.ts +++ b/src/libmsm/translations/msm_ro.ts @@ -194,8 +194,8 @@ Este recomandat să activați aceste grupe. Doriți să continuați? - Add and remove manjaro kernels - Adaugă şi şterge nuclee manjaro + Add and remove Namib kernels + Adaugă şi şterge nuclee namib @@ -573,8 +573,8 @@ Este recomandat să activați aceste grupe. Doriți să continuați? - Manjaro Hardware Detection graphical user interface - Interfața grafică de detectare hardware a sistemului Manjaro + Namib Hardware Detection graphical user interface + Interfața grafică de detectare hardware a sistemului Namib @@ -644,8 +644,8 @@ Este recomandat să activați aceste grupe. Doriți să continuați?MsmWindow - Manjaro Settings Manager - Managerul de Setări al lui Manjaro + Namib Settings Manager + Managerul de Setări al lui Namib @@ -675,8 +675,8 @@ Este recomandat să activați aceste grupe. Doriți să continuați? - Manjaro Settings - Setările lui Manjaro + Namib Settings + Setările lui Namib @@ -714,8 +714,8 @@ Este recomandat să activați aceste grupe. Doriți să continuați? - Manjaro Settings Manager - Managerul de Setări al lui Manjaro + Namib Settings Manager + Managerul de Setări al lui Namib diff --git a/src/libmsm/translations/msm_ru.ts b/src/libmsm/translations/msm_ru.ts index 9961015..d0d4e15 100644 --- a/src/libmsm/translations/msm_ru.ts +++ b/src/libmsm/translations/msm_ru.ts @@ -194,8 +194,8 @@ It is recommended to enable those groups. Do you really want to continue? - Add and remove manjaro kernels - Добавить или удалить ядра manjaro + Add and remove Namib kernels + Добавить или удалить ядра namib @@ -573,8 +573,8 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Hardware Detection graphical user interface - Графический интерфейс Manjaro Hardware Detection + Namib Hardware Detection graphical user interface + Графический интерфейс Namib Hardware Detection @@ -644,8 +644,8 @@ It is recommended to enable those groups. Do you really want to continue?MsmWindow - Manjaro Settings Manager - Менеджер настроек Manjaro + Namib Settings Manager + Менеджер настроек Namib @@ -675,8 +675,8 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings - Настройки Manjaro + Namib Settings + Настройки Namib @@ -714,8 +714,8 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings Manager - Менеджер настроек Manjaro + Namib Settings Manager + Менеджер настроек Namib diff --git a/src/libmsm/translations/msm_sk_SK.ts b/src/libmsm/translations/msm_sk_SK.ts index b7fc3c0..1542e37 100644 --- a/src/libmsm/translations/msm_sk_SK.ts +++ b/src/libmsm/translations/msm_sk_SK.ts @@ -194,8 +194,8 @@ Odporúča sa povoliť tieto skupiny. Naozaj chcete pokračovať? - Add and remove manjaro kernels - Pridanie a odstránenie jadier systému Manjaro + Add and remove Namib kernels + Pridanie a odstránenie jadier systému Namib @@ -573,8 +573,8 @@ Odporúča sa povoliť tieto skupiny. Naozaj chcete pokračovať? - Manjaro Hardware Detection graphical user interface - Grafické rozhranie pre rozpoznanie hardvéru systému Manjaro + Namib Hardware Detection graphical user interface + Grafické rozhranie pre rozpoznanie hardvéru systému Namib @@ -644,8 +644,8 @@ Odporúča sa povoliť tieto skupiny. Naozaj chcete pokračovať? MsmWindow - Manjaro Settings Manager - Správca nastavení systému Manjaro + Namib Settings Manager + Správca nastavení systému Namib @@ -675,8 +675,8 @@ Odporúča sa povoliť tieto skupiny. Naozaj chcete pokračovať? - Manjaro Settings - Nastavenia systému Manjaro + Namib Settings + Nastavenia systému Namib @@ -714,8 +714,8 @@ Odporúča sa povoliť tieto skupiny. Naozaj chcete pokračovať? - Manjaro Settings Manager - Správca nastavení systému Manjaro + Namib Settings Manager + Správca nastavení systému Namib diff --git a/src/libmsm/translations/msm_sl.ts b/src/libmsm/translations/msm_sl.ts index 994c1f0..a861a5f 100644 --- a/src/libmsm/translations/msm_sl.ts +++ b/src/libmsm/translations/msm_sl.ts @@ -194,8 +194,8 @@ Priporočeno je, da te skupine omogočite. Ali res želite nadaljevati? - Add and remove manjaro kernels - Dodaj ali odstrani manjaro jedra + Add and remove Namib kernels + Dodaj ali odstrani namib jedra @@ -573,8 +573,8 @@ Priporočeno je, da te skupine omogočite. Ali res želite nadaljevati? - Manjaro Hardware Detection graphical user interface - Manjaro strojna zaznava grafičnega vmesnika + Namib Hardware Detection graphical user interface + Namib strojna zaznava grafičnega vmesnika @@ -644,8 +644,8 @@ Priporočeno je, da te skupine omogočite. Ali res želite nadaljevati?MsmWindow - Manjaro Settings Manager - Manjaro nadzorna plošča + Namib Settings Manager + Namib nadzorna plošča @@ -675,8 +675,8 @@ Priporočeno je, da te skupine omogočite. Ali res želite nadaljevati? - Manjaro Settings - Manjaro nastavitve + Namib Settings + Namib nastavitve @@ -714,8 +714,8 @@ Priporočeno je, da te skupine omogočite. Ali res želite nadaljevati? - Manjaro Settings Manager - Manjaro upravljalnik nastavitev + Namib Settings Manager + Namib upravljalnik nastavitev diff --git a/src/libmsm/translations/msm_sq.ts b/src/libmsm/translations/msm_sq.ts index 19fdbd6..049f959 100644 --- a/src/libmsm/translations/msm_sq.ts +++ b/src/libmsm/translations/msm_sq.ts @@ -194,8 +194,8 @@ It is recommended to enable those groups. Do you really want to continue? - Add and remove manjaro kernels - Shto dhe hiq kernelin manjaro + Add and remove Namib kernels + Shto dhe hiq kernelin namib @@ -573,7 +573,7 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Hardware Detection graphical user interface + Namib Hardware Detection graphical user interface @@ -644,7 +644,7 @@ It is recommended to enable those groups. Do you really want to continue?MsmWindow - Manjaro Settings Manager + Namib Settings Manager @@ -675,7 +675,7 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings + Namib Settings @@ -714,7 +714,7 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings Manager + Namib Settings Manager diff --git a/src/libmsm/translations/msm_sq_AL.ts b/src/libmsm/translations/msm_sq_AL.ts index c9f6c91..29b446a 100644 --- a/src/libmsm/translations/msm_sq_AL.ts +++ b/src/libmsm/translations/msm_sq_AL.ts @@ -246,7 +246,7 @@ It is recommended to enable those groups. Do you really want to continue? - Add and remove manjaro kernels + Add and remove Namib kernels @@ -642,7 +642,7 @@ Would you like to continue? - Manjaro Hardware Detection graphical user interface + Namib Hardware Detection graphical user interface @@ -729,7 +729,7 @@ Would you like to continue? MsmWindow - Manjaro Settings Manager + Namib Settings Manager @@ -760,7 +760,7 @@ Would you like to continue? - Manjaro Settings + Namib Settings @@ -799,7 +799,7 @@ Would you like to continue? - Manjaro Settings Manager + Namib Settings Manager diff --git a/src/libmsm/translations/msm_sr.ts b/src/libmsm/translations/msm_sr.ts index 016f9bc..9934a5b 100644 --- a/src/libmsm/translations/msm_sr.ts +++ b/src/libmsm/translations/msm_sr.ts @@ -194,7 +194,7 @@ It is recommended to enable those groups. Do you really want to continue? - Add and remove manjaro kernels + Add and remove Namib kernels @@ -573,7 +573,7 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Hardware Detection graphical user interface + Namib Hardware Detection graphical user interface @@ -644,7 +644,7 @@ It is recommended to enable those groups. Do you really want to continue?MsmWindow - Manjaro Settings Manager + Namib Settings Manager @@ -675,7 +675,7 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings + Namib Settings @@ -714,7 +714,7 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings Manager + Namib Settings Manager diff --git a/src/libmsm/translations/msm_sr@latin.ts b/src/libmsm/translations/msm_sr@latin.ts index 0fbd0e9..5f81d64 100644 --- a/src/libmsm/translations/msm_sr@latin.ts +++ b/src/libmsm/translations/msm_sr@latin.ts @@ -194,7 +194,7 @@ Preporučljivo je da ih omogućite. Da i želite da nastavite? - Add and remove manjaro kernels + Add and remove Namib kernels @@ -573,7 +573,7 @@ Preporučljivo je da ih omogućite. Da i želite da nastavite? - Manjaro Hardware Detection graphical user interface + Namib Hardware Detection graphical user interface @@ -644,7 +644,7 @@ Preporučljivo je da ih omogućite. Da i želite da nastavite? MsmWindow - Manjaro Settings Manager + Namib Settings Manager @@ -675,7 +675,7 @@ Preporučljivo je da ih omogućite. Da i želite da nastavite? - Manjaro Settings + Namib Settings @@ -714,7 +714,7 @@ Preporučljivo je da ih omogućite. Da i želite da nastavite? - Manjaro Settings Manager + Namib Settings Manager diff --git a/src/libmsm/translations/msm_sv.ts b/src/libmsm/translations/msm_sv.ts index 2c60950..029b0ba 100644 --- a/src/libmsm/translations/msm_sv.ts +++ b/src/libmsm/translations/msm_sv.ts @@ -194,8 +194,8 @@ Det är rekommenderat att aktivera dessa grupper. Vill du verkligen fortsätta?< - Add and remove manjaro kernels - Lägg till och ta bort Manjarokärnor + Add and remove Namib kernels + Lägg till och ta bort Namibkärnor @@ -573,8 +573,8 @@ Det är rekommenderat att aktivera dessa grupper. Vill du verkligen fortsätta?< - Manjaro Hardware Detection graphical user interface - Manjaros hårdvarudetekteringsverktyg + Namib Hardware Detection graphical user interface + Namibs hårdvarudetekteringsverktyg @@ -644,8 +644,8 @@ Det är rekommenderat att aktivera dessa grupper. Vill du verkligen fortsätta?< MsmWindow - Manjaro Settings Manager - Manjaros inställningshanterare + Namib Settings Manager + Namibs inställningshanterare @@ -675,8 +675,8 @@ Det är rekommenderat att aktivera dessa grupper. Vill du verkligen fortsätta?< - Manjaro Settings - Manjaroinställningar + Namib Settings + Namibinställningar @@ -714,8 +714,8 @@ Det är rekommenderat att aktivera dessa grupper. Vill du verkligen fortsätta?< - Manjaro Settings Manager - Manjaros inställningshanterare + Namib Settings Manager + Namibs inställningshanterare diff --git a/src/libmsm/translations/msm_th_TH.ts b/src/libmsm/translations/msm_th_TH.ts index f1c55f1..b972923 100644 --- a/src/libmsm/translations/msm_th_TH.ts +++ b/src/libmsm/translations/msm_th_TH.ts @@ -192,7 +192,7 @@ It is recommended to enable those groups. Do you really want to continue? - Add and remove manjaro kernels + Add and remove Namib kernels @@ -571,7 +571,7 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Hardware Detection graphical user interface + Namib Hardware Detection graphical user interface @@ -642,7 +642,7 @@ It is recommended to enable those groups. Do you really want to continue?MsmWindow - Manjaro Settings Manager + Namib Settings Manager @@ -673,7 +673,7 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings + Namib Settings @@ -712,7 +712,7 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings Manager + Namib Settings Manager diff --git a/src/libmsm/translations/msm_tr.ts b/src/libmsm/translations/msm_tr.ts index ac27248..8d9ecd9 100644 --- a/src/libmsm/translations/msm_tr.ts +++ b/src/libmsm/translations/msm_tr.ts @@ -194,8 +194,8 @@ Grupları etkinleştirmek için bu önerilir. Devam etmek istiyormusunuz? - Add and remove manjaro kernels - Manjaro için linux çekirdeği ekle ve kaldır + Add and remove Namib kernels + Namib için linux çekirdeği ekle ve kaldır @@ -573,8 +573,8 @@ Grupları etkinleştirmek için bu önerilir. Devam etmek istiyormusunuz? - Manjaro Hardware Detection graphical user interface - MHWD - Manjaro Donanım Yapılandırma grafik arayüzü + Namib Hardware Detection graphical user interface + MHWD - Namib Donanım Yapılandırma grafik arayüzü @@ -644,8 +644,8 @@ Grupları etkinleştirmek için bu önerilir. Devam etmek istiyormusunuz?MsmWindow - Manjaro Settings Manager - Manjaro Ayar Yönetimi + Namib Settings Manager + Namib Ayar Yönetimi @@ -675,8 +675,8 @@ Grupları etkinleştirmek için bu önerilir. Devam etmek istiyormusunuz? - Manjaro Settings - Manjaro Ayarları + Namib Settings + Namib Ayarları @@ -714,8 +714,8 @@ Grupları etkinleştirmek için bu önerilir. Devam etmek istiyormusunuz? - Manjaro Settings Manager - Manjaro Ayar Yönetimi + Namib Settings Manager + Namib Ayar Yönetimi diff --git a/src/libmsm/translations/msm_uk.ts b/src/libmsm/translations/msm_uk.ts index fef3275..8d18d99 100644 --- a/src/libmsm/translations/msm_uk.ts +++ b/src/libmsm/translations/msm_uk.ts @@ -194,8 +194,8 @@ It is recommended to enable those groups. Do you really want to continue? - Add and remove manjaro kernels - Додавання і видалення ядра manjaro + Add and remove Namib kernels + Додавання і видалення ядра namib @@ -573,8 +573,8 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Hardware Detection graphical user interface - Manjaro виявлено обладнання графічний користувальницький інтерфейс + Namib Hardware Detection graphical user interface + Namib виявлено обладнання графічний користувальницький інтерфейс @@ -644,8 +644,8 @@ It is recommended to enable those groups. Do you really want to continue?MsmWindow - Manjaro Settings Manager - Диспетчер параметрів Manjaro + Namib Settings Manager + Диспетчер параметрів Namib @@ -675,8 +675,8 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings - Налаштування Manjaro + Namib Settings + Налаштування Namib @@ -714,8 +714,8 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings Manager - Диспетчер параметрів Manjaro + Namib Settings Manager + Диспетчер параметрів Namib diff --git a/src/libmsm/translations/msm_ur_PK.ts b/src/libmsm/translations/msm_ur_PK.ts index 93426b3..7c27c3d 100644 --- a/src/libmsm/translations/msm_ur_PK.ts +++ b/src/libmsm/translations/msm_ur_PK.ts @@ -192,7 +192,7 @@ It is recommended to enable those groups. Do you really want to continue? - Add and remove manjaro kernels + Add and remove Namib kernels @@ -571,7 +571,7 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Hardware Detection graphical user interface + Namib Hardware Detection graphical user interface @@ -642,7 +642,7 @@ It is recommended to enable those groups. Do you really want to continue?MsmWindow - Manjaro Settings Manager + Namib Settings Manager @@ -673,7 +673,7 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings + Namib Settings @@ -712,7 +712,7 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings Manager + Namib Settings Manager diff --git a/src/libmsm/translations/msm_uz@Latn.ts b/src/libmsm/translations/msm_uz@Latn.ts index 5eb9a3d..1497e2f 100644 --- a/src/libmsm/translations/msm_uz@Latn.ts +++ b/src/libmsm/translations/msm_uz@Latn.ts @@ -192,7 +192,7 @@ It is recommended to enable those groups. Do you really want to continue? - Add and remove manjaro kernels + Add and remove Namib kernels @@ -571,7 +571,7 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Hardware Detection graphical user interface + Namib Hardware Detection graphical user interface @@ -642,7 +642,7 @@ It is recommended to enable those groups. Do you really want to continue?MsmWindow - Manjaro Settings Manager + Namib Settings Manager @@ -673,7 +673,7 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings + Namib Settings @@ -712,7 +712,7 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings Manager + Namib Settings Manager diff --git a/src/libmsm/translations/msm_vi.ts b/src/libmsm/translations/msm_vi.ts index f1ae861..ad6aa40 100644 --- a/src/libmsm/translations/msm_vi.ts +++ b/src/libmsm/translations/msm_vi.ts @@ -194,7 +194,7 @@ Khuyến nghị: Bạn nên kích hoạt những nhóm đó. Bạn có thực s - Add and remove manjaro kernels + Add and remove Namib kernels @@ -573,7 +573,7 @@ Khuyến nghị: Bạn nên kích hoạt những nhóm đó. Bạn có thực s - Manjaro Hardware Detection graphical user interface + Namib Hardware Detection graphical user interface @@ -644,7 +644,7 @@ Khuyến nghị: Bạn nên kích hoạt những nhóm đó. Bạn có thực s MsmWindow - Manjaro Settings Manager + Namib Settings Manager @@ -675,7 +675,7 @@ Khuyến nghị: Bạn nên kích hoạt những nhóm đó. Bạn có thực s - Manjaro Settings + Namib Settings @@ -714,7 +714,7 @@ Khuyến nghị: Bạn nên kích hoạt những nhóm đó. Bạn có thực s - Manjaro Settings Manager + Namib Settings Manager diff --git a/src/libmsm/translations/msm_zh_CN.ts b/src/libmsm/translations/msm_zh_CN.ts index bcf5e6e..10b07d7 100644 --- a/src/libmsm/translations/msm_zh_CN.ts +++ b/src/libmsm/translations/msm_zh_CN.ts @@ -194,8 +194,8 @@ It is recommended to enable those groups. Do you really want to continue? - Add and remove manjaro kernels - 安装或已出 Manjaro 内 + Add and remove Namib kernels + 安装或已出 Namib 内 @@ -573,8 +573,8 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Hardware Detection graphical user interface - 使用 Manjaro 硬件侦测图形用户界面 + Namib Hardware Detection graphical user interface + 使用 Namib 硬件侦测图形用户界面 @@ -644,8 +644,8 @@ It is recommended to enable those groups. Do you really want to continue?MsmWindow - Manjaro Settings Manager - Manjaro 设置管理器 + Namib Settings Manager + Namib 设置管理器 @@ -675,8 +675,8 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings - Manjaro 设定 + Namib Settings + Namib 设定 @@ -714,8 +714,8 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings Manager - Manjaro 设置管理器 + Namib Settings Manager + Namib 设置管理器 diff --git a/src/libmsm/translations/msm_zh_TW.ts b/src/libmsm/translations/msm_zh_TW.ts index 48c4a6e..1b9f3f9 100644 --- a/src/libmsm/translations/msm_zh_TW.ts +++ b/src/libmsm/translations/msm_zh_TW.ts @@ -194,8 +194,8 @@ It is recommended to enable those groups. Do you really want to continue? - Add and remove manjaro kernels - 新增與移除 manjaro 核心 + Add and remove Namib kernels + 新增與移除 namib 核心 @@ -573,8 +573,8 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Hardware Detection graphical user interface - Manjaro 硬體偵測圖形使用者介面 + Namib Hardware Detection graphical user interface + Namib 硬體偵測圖形使用者介面 @@ -644,8 +644,8 @@ It is recommended to enable those groups. Do you really want to continue?MsmWindow - Manjaro Settings Manager - Manjaro 設定管理員 + Namib Settings Manager + Namib 設定管理員 @@ -675,8 +675,8 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings - Manjaro 設定 + Namib Settings + Namib 設定 @@ -714,8 +714,8 @@ It is recommended to enable those groups. Do you really want to continue? - Manjaro Settings Manager - Manjaro 設定管理員 + Namib Settings Manager + Namib 設定管理員 diff --git a/src/modules/kernel/CMakeLists.txt b/src/modules/kernel/CMakeLists.txt index 6ee3036..3f32052 100644 --- a/src/modules/kernel/CMakeLists.txt +++ b/src/modules/kernel/CMakeLists.txt @@ -77,5 +77,5 @@ target_link_libraries(msm_kernel_authhelper KF5::Auth) install(TARGETS msm_kernel_authhelper DESTINATION ${KAUTH_HELPER_INSTALL_DIR}) -kauth_install_helper_files(msm_kernel_authhelper org.manjaro.msm.kernel root) -kauth_install_actions(org.manjaro.msm.kernel msm_kernel.actions) +kauth_install_helper_files(msm_kernel_authhelper org.namib.msm.kernel root) +kauth_install_actions(org.namib.msm.kernel msm_kernel.actions) diff --git a/src/modules/kernel/KernelAuthHelper.cpp b/src/modules/kernel/KernelAuthHelper.cpp index e36af3e..35c6f12 100644 --- a/src/modules/kernel/KernelAuthHelper.cpp +++ b/src/modules/kernel/KernelAuthHelper.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "KernelAuthHelper.h" @@ -63,5 +63,5 @@ KernelAuthHelper::runPacman( const QVariantMap& args ) return actionReply; } -KAUTH_HELPER_MAIN( "org.manjaro.msm.kernel", KernelAuthHelper ) +KAUTH_HELPER_MAIN( "org.namib.msm.kernel", KernelAuthHelper ) #include "moc_KernelAuthHelper.cpp" diff --git a/src/modules/kernel/KernelAuthHelper.h b/src/modules/kernel/KernelAuthHelper.h index 52a972f..51946bf 100644 --- a/src/modules/kernel/KernelAuthHelper.h +++ b/src/modules/kernel/KernelAuthHelper.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef KERNELAUTHHELPER_H diff --git a/src/modules/kernel/KernelCommon.cpp b/src/modules/kernel/KernelCommon.cpp index 937824e..0c765a7 100644 --- a/src/modules/kernel/KernelCommon.cpp +++ b/src/modules/kernel/KernelCommon.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include #include "ActionDialog.h" @@ -43,7 +43,7 @@ KernelCommon::getTitle() QString KernelCommon::getDescription() { - return QString( tr ( "Add and remove manjaro kernels" ) ); + return QString( tr ( "Add and remove Namib kernels" ) ); } @@ -88,8 +88,8 @@ KernelCommon::installKernel( const QModelIndex& index ) arguments << "--noconfirm" << "--noprogressbar" << "-S" << packageList; QVariantMap args; args["arguments"] = arguments; - KAuth::Action installAction( QLatin1String( "org.manjaro.msm.kernel.install" ) ); - installAction.setHelperId( QLatin1String( "org.manjaro.msm.kernel" ) ); + KAuth::Action installAction( QLatin1String( "org.namib.msm.kernel.install" ) ); + installAction.setHelperId( QLatin1String( "org.namib.msm.kernel" ) ); installAction.setArguments( args ); installAction.setTimeout( std::numeric_limits::max() ); @@ -124,8 +124,8 @@ KernelCommon::removeKernel( const QModelIndex& index ) arguments << "--noconfirm" << "--noprogressbar" << "-R" << packageList; QVariantMap args; args["arguments"] = arguments; - KAuth::Action installAction( QLatin1String( "org.manjaro.msm.kernel.remove" ) ); - installAction.setHelperId( QLatin1String( "org.manjaro.msm.kernel" ) ); + KAuth::Action installAction( QLatin1String( "org.namib.msm.kernel.remove" ) ); + installAction.setHelperId( QLatin1String( "org.namib.msm.kernel" ) ); installAction.setArguments( args ); installAction.setTimeout( std::numeric_limits::max() ); diff --git a/src/modules/kernel/KernelCommon.h b/src/modules/kernel/KernelCommon.h index 45705cc..30c0e6c 100644 --- a/src/modules/kernel/KernelCommon.h +++ b/src/modules/kernel/KernelCommon.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef KERNELCOMMON_H diff --git a/src/modules/kernel/KernelInfoDialog.cpp b/src/modules/kernel/KernelInfoDialog.cpp index c278290..9ae1429 100644 --- a/src/modules/kernel/KernelInfoDialog.cpp +++ b/src/modules/kernel/KernelInfoDialog.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "KernelInfoDialog.h" diff --git a/src/modules/kernel/KernelInfoDialog.h b/src/modules/kernel/KernelInfoDialog.h index aafba0e..e021804 100644 --- a/src/modules/kernel/KernelInfoDialog.h +++ b/src/modules/kernel/KernelInfoDialog.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef KERNELINFODIALOG_H diff --git a/src/modules/kernel/KernelListViewDelegate.cpp b/src/modules/kernel/KernelListViewDelegate.cpp index 2c1ba54..cdbaf66 100644 --- a/src/modules/kernel/KernelListViewDelegate.cpp +++ b/src/modules/kernel/KernelListViewDelegate.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "KernelListViewDelegate.h" diff --git a/src/modules/kernel/KernelListViewDelegate.h b/src/modules/kernel/KernelListViewDelegate.h index 73530b0..e15665f 100644 --- a/src/modules/kernel/KernelListViewDelegate.h +++ b/src/modules/kernel/KernelListViewDelegate.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef KERNEL_LIST_VIEW_DELEGATE_H diff --git a/src/modules/kernel/KernelModule.cpp b/src/modules/kernel/KernelModule.cpp index 604b5e2..37924b6 100644 --- a/src/modules/kernel/KernelModule.cpp +++ b/src/modules/kernel/KernelModule.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "KernelCommon.h" @@ -45,9 +45,9 @@ PageKernel::PageKernel( QWidget* parent, const QVariantList& args ) : PROJECT_VERSION, KernelCommon::getDescription(), KAboutLicense::LicenseKey::GPL_V3, - "(c) 2014 - 2017 Manjaro Settings Manager developers" ); + "(c) 2014 - 2017 Namib Settings Manager developers" ); aboutData->addAuthor( "Ramon Buldó", - QStringLiteral( "ramon@manjaro.org" ) ); + QStringLiteral( "ramon@namib.org" ) ); aboutData->setCustomAuthorText( QString(), MsmCommon::getBugReportLink() ); setAboutData( aboutData ); setButtons( KCModule::NoAdditionalButton ); diff --git a/src/modules/kernel/KernelModule.h b/src/modules/kernel/KernelModule.h index 4af5167..71a39ca 100644 --- a/src/modules/kernel/KernelModule.h +++ b/src/modules/kernel/KernelModule.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef KERNELMODULE_H diff --git a/src/modules/kernel/KernelPage.cpp b/src/modules/kernel/KernelPage.cpp index 3bba267..8412896 100644 --- a/src/modules/kernel/KernelPage.cpp +++ b/src/modules/kernel/KernelPage.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "KernelCommon.h" @@ -33,7 +33,7 @@ KernelPage::KernelPage( QWidget* parent ) : { ui->setupUi( this ); setTitle( KernelCommon::getTitle() ); - setIcon( QPixmap( ":/images/resources/tux-manjaro.png" ) ); + setIcon( QPixmap( ":/images/resources/tux-namib.png" ) ); setName( KernelCommon::getName() ); KernelSortFilterProxyModel* proxyKernelModel = new KernelSortFilterProxyModel( this ); diff --git a/src/modules/kernel/KernelPage.h b/src/modules/kernel/KernelPage.h index ea734f0..55be0fc 100644 --- a/src/modules/kernel/KernelPage.h +++ b/src/modules/kernel/KernelPage.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef PAGE_KERNEL_H diff --git a/src/modules/kernel/msm_kernel.actions b/src/modules/kernel/msm_kernel.actions index 79274b7..80ed662 100644 --- a/src/modules/kernel/msm_kernel.actions +++ b/src/modules/kernel/msm_kernel.actions @@ -1,16 +1,16 @@ [Domain] -Name=manjaro-settings-manager -Name[x-test]=xxmanjaro-settings-managerxx +Name=namib-settings-manager +Name[x-test]=xxnamib-settings-managerxx Icon=kauth-example -URL=https://github.com/manjaro/manjaro-settings-manager +URL=https://github.com/namib/namib-settings-manager -[org.manjaro.msm.kernel.install] +[org.namib.msm.kernel.install] Name=Install Kernel Description=Install Kernel Policy=auth_admin Persistence=session -[org.manjaro.msm.kernel.remove] +[org.namib.msm.kernel.remove] Name=Remove Kernel Description=Remove Kernel Policy=auth_admin diff --git a/src/modules/kernel/msm_kernel.desktop b/src/modules/kernel/msm_kernel.desktop index 0c61fb5..2758911 100644 --- a/src/modules/kernel/msm_kernel.desktop +++ b/src/modules/kernel/msm_kernel.desktop @@ -5,12 +5,12 @@ Exec=kcmshell5 msm_kernel X-KDE-Library=msm_kernel X-KDE-ServiceTypes=KCModule -X-KDE-System-Settings-Parent-Category=manjaro +X-KDE-System-Settings-Parent-Category=namib X-KDE-ParentApp=kcontrol X-KDE-PluginKeyword=msm_kernel X-KDE-Keywords=kernel X-KDE-Keywords[x-test]=xxkernelxx -Categories=Qt;KDE;X-KDE-settings-system;manjaro +Categories=Qt;KDE;X-KDE-settings-system;namib Name=Kernel Name[ast]=Kernel @@ -49,35 +49,35 @@ Name[zh_TW]=核心 Name[he]=קרנל -Comment=Add and remove manjaro kernels +Comment=Add and remove Namib kernels Comment[bg_BG]=Добавяне и премахване на ядра -Comment[ca]=Afegiu i elimineu nuclis del Manjaro -Comment[da]=Tilføj og fjerne manjaro-kerner -Comment[de]=Manjaro-Kernel hinzufügen oder entfernen -Comment[el]=Προσθήκη και αφαίρεση πυρήνων manjaro -Comment[es]=Añadir o quitar núcleos Manjaro -Comment[es_419]=Agregar y quitar kernels de manjaro +Comment[ca]=Afegiu i elimineu nuclis del Namib +Comment[da]=Tilføj og fjerne namib-kerner +Comment[de]=Namib-Kernel hinzufügen oder entfernen +Comment[el]=Προσθήκη και αφαίρεση πυρήνων namib +Comment[es]=Añadir o quitar núcleos Namib +Comment[es_419]=Agregar y quitar kernels de namib Comment[fa_IR]=حذف و اضافه کردن کرنل های مانجارو -Comment[fi]=Lisää ja poista manjaro ytimiä -Comment[fr]=Ajouter et supprimer des noyaux manjaro -Comment[hr]=Dodaj i ukloni manjaro jezgre -Comment[hu]=Manjaro kernelek hozzáadása és eltávolítása -Comment[is]=Bæta við og fjarlægja manjaro kjarna -Comment[it]=Aggiungi e rimuovi i kernel di Manjaro +Comment[fi]=Lisää ja poista namib ytimiä +Comment[fr]=Ajouter et supprimer des noyaux namib +Comment[hr]=Dodaj i ukloni namib jezgre +Comment[hu]=Namib kernelek hozzáadása és eltávolítása +Comment[is]=Bæta við og fjarlægja namib kjarna +Comment[it]=Aggiungi e rimuovi i kernel di Namib Comment[ja]=カーネルの追加と削除 -Comment[lt]=Pridėti ir šalinti manjaro branduolius -Comment[nb]=Legg til og fjern Manjaros kjerner -Comment[nl]=Voeg toe en verwijder manjaro kernels +Comment[lt]=Pridėti ir šalinti namib branduolius +Comment[nb]=Legg til og fjern Namibs kjerner +Comment[nl]=Voeg toe en verwijder Namib kernels Comment[pl]=Dodawaj i usuwaj jądra systemowe -Comment[pt_BR]=Adicionar e remover kernels manjaro +Comment[pt_BR]=Adicionar e remover kernels namib Comment[pt_PT]=Adicionar ou remover kernels -Comment[ro]=Adaugă şi şterge nuclee manjaro -Comment[ru]=Добавить или удалить ядра manjaro -Comment[sk_SK]=Pridanie a odstránenie jadier systému Manjaro -Comment[sl]=Dodaj ali odstrani manjaro jedra -Comment[sq]=Shto dhe hiq kernelin manjaro -Comment[sv]=Lägg till och ta bort Manjarokärnor -Comment[tr]=Manjaro için linux çekirdeği ekle ve kaldır -Comment[uk]=Додавання і видалення ядра manjaro -Comment[zh_CN]=安装或已出 Manjaro 内 -Comment[zh_TW]=新增與移除 manjaro 核心 +Comment[ro]=Adaugă şi şterge nuclee namib +Comment[ru]=Добавить или удалить ядра namib +Comment[sk_SK]=Pridanie a odstránenie jadier systému Namib +Comment[sl]=Dodaj ali odstrani namib jedra +Comment[sq]=Shto dhe hiq kernelin namib +Comment[sv]=Lägg till och ta bort Namibkärnor +Comment[tr]=Namib için linux çekirdeği ekle ve kaldır +Comment[uk]=Додавання і видалення ядра namib +Comment[zh_CN]=安装或已出 Namib 内 +Comment[zh_TW]=新增與移除 namib 核心 diff --git a/src/modules/keyboard/CMakeLists.txt b/src/modules/keyboard/CMakeLists.txt index 631b84a..86372ef 100644 --- a/src/modules/keyboard/CMakeLists.txt +++ b/src/modules/keyboard/CMakeLists.txt @@ -59,5 +59,5 @@ target_link_libraries(msm_keyboard_authhelper KF5::Auth) install(TARGETS msm_keyboard_authhelper DESTINATION ${KAUTH_HELPER_INSTALL_DIR}) -kauth_install_helper_files(msm_keyboard_authhelper org.manjaro.msm.keyboard root) -kauth_install_actions(org.manjaro.msm.keyboard msm_keyboard.actions) +kauth_install_helper_files(msm_keyboard_authhelper org.namib.msm.keyboard root) +kauth_install_actions(org.namib.msm.keyboard msm_keyboard.actions) diff --git a/src/modules/keyboard/KeyboardAuthHelper.cpp b/src/modules/keyboard/KeyboardAuthHelper.cpp index 74c028d..1211261 100644 --- a/src/modules/keyboard/KeyboardAuthHelper.cpp +++ b/src/modules/keyboard/KeyboardAuthHelper.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "KeyboardAuthHelper.h" @@ -92,5 +92,5 @@ KeyboardAuthHelper::save( const QVariantMap& args ) return ActionReply::SuccessReply(); } -KAUTH_HELPER_MAIN( "org.manjaro.msm.keyboard", KeyboardAuthHelper ) +KAUTH_HELPER_MAIN( "org.namib.msm.keyboard", KeyboardAuthHelper ) #include "moc_KeyboardAuthHelper.cpp" diff --git a/src/modules/keyboard/KeyboardAuthHelper.h b/src/modules/keyboard/KeyboardAuthHelper.h index 7bc9585..975c341 100644 --- a/src/modules/keyboard/KeyboardAuthHelper.h +++ b/src/modules/keyboard/KeyboardAuthHelper.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef KEYBOARDAUTHHELPER_H diff --git a/src/modules/keyboard/KeyboardCommon.cpp b/src/modules/keyboard/KeyboardCommon.cpp index bf89306..4bf5bb6 100644 --- a/src/modules/keyboard/KeyboardCommon.cpp +++ b/src/modules/keyboard/KeyboardCommon.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "KeyboardCommon.h" diff --git a/src/modules/keyboard/KeyboardCommon.h b/src/modules/keyboard/KeyboardCommon.h index ba4cd8b..2fc09d1 100644 --- a/src/modules/keyboard/KeyboardCommon.h +++ b/src/modules/keyboard/KeyboardCommon.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef KEYBOARDCOMMON_H diff --git a/src/modules/keyboard/KeyboardItem.cpp b/src/modules/keyboard/KeyboardItem.cpp index 81925c6..f91a289 100644 --- a/src/modules/keyboard/KeyboardItem.cpp +++ b/src/modules/keyboard/KeyboardItem.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "KeyboardItem.h" diff --git a/src/modules/keyboard/KeyboardItem.h b/src/modules/keyboard/KeyboardItem.h index 0eeaca5..b556034 100644 --- a/src/modules/keyboard/KeyboardItem.h +++ b/src/modules/keyboard/KeyboardItem.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef KEYBOARDITEM_H diff --git a/src/modules/keyboard/KeyboardModel.cpp b/src/modules/keyboard/KeyboardModel.cpp index 312a146..e6439d1 100644 --- a/src/modules/keyboard/KeyboardModel.cpp +++ b/src/modules/keyboard/KeyboardModel.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "KeyboardModel.h" @@ -413,8 +413,8 @@ KeyboardModel::saveKeyboardLayout() args["variant"] = m_newVariant; } - KAuth::Action saveAction( QLatin1String( "org.manjaro.msm.keyboard.save" ) ); - saveAction.setHelperId( QLatin1String( "org.manjaro.msm.keyboard" ) ); + KAuth::Action saveAction( QLatin1String( "org.namib.msm.keyboard.save" ) ); + saveAction.setHelperId( QLatin1String( "org.namib.msm.keyboard" ) ); saveAction.setArguments( args ); KAuth::ExecuteJob* job = saveAction.execute(); if ( job->exec() ) diff --git a/src/modules/keyboard/KeyboardModel.h b/src/modules/keyboard/KeyboardModel.h index c6449c9..d815856 100644 --- a/src/modules/keyboard/KeyboardModel.h +++ b/src/modules/keyboard/KeyboardModel.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef KEYBOARDMODEL_H diff --git a/src/modules/keyboard/KeyboardModule.cpp b/src/modules/keyboard/KeyboardModule.cpp index 3b2ed3f..2bd6912 100644 --- a/src/modules/keyboard/KeyboardModule.cpp +++ b/src/modules/keyboard/KeyboardModule.cpp @@ -1,21 +1,21 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Roland Singer - * Ramon Buldó + * Roland Singer + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "KeyboardCommon.h" @@ -54,11 +54,11 @@ KeyboardModule::KeyboardModule( QWidget* parent, const QVariantList& args ) : PROJECT_VERSION, KeyboardCommon::getDescription(), KAboutLicense::LicenseKey::GPL_V3, - "(c) 2014 - 2017 Manjaro Settings Manager developers" ); + "(c) 2014 - 2017 Namib Settings Manager developers" ); aboutData->addAuthor( "Ramon Buldó", - QStringLiteral( "ramon@manjaro.org" ) ); + QStringLiteral( "ramon@namib.org" ) ); aboutData->addAuthor( "Roland Singer", - QStringLiteral( "roland@manjaro.org" ) ); + QStringLiteral( "roland@namib.org" ) ); aboutData->setCustomAuthorText( QString(), MsmCommon::getBugReportLink() ); setAboutData( aboutData ); setButtons( KCModule::Default | KCModule::Apply ); diff --git a/src/modules/keyboard/KeyboardModule.h b/src/modules/keyboard/KeyboardModule.h index 0b49d98..32152e2 100644 --- a/src/modules/keyboard/KeyboardModule.h +++ b/src/modules/keyboard/KeyboardModule.h @@ -1,21 +1,21 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Roland Singer - * Ramon Buldó + * Roland Singer + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef KEYBOARDMODULE_H diff --git a/src/modules/keyboard/KeyboardPage.cpp b/src/modules/keyboard/KeyboardPage.cpp index d37c2d5..4545c7c 100644 --- a/src/modules/keyboard/KeyboardPage.cpp +++ b/src/modules/keyboard/KeyboardPage.cpp @@ -1,21 +1,21 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Roland Singer - * Ramon Buldó + * Roland Singer + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "KeyboardCommon.h" diff --git a/src/modules/keyboard/KeyboardPage.h b/src/modules/keyboard/KeyboardPage.h index d725a04..711b452 100644 --- a/src/modules/keyboard/KeyboardPage.h +++ b/src/modules/keyboard/KeyboardPage.h @@ -1,21 +1,21 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Roland Singer - * Ramon Buldó + * Roland Singer + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef KEYBOARDPAGE_H diff --git a/src/modules/keyboard/KeyboardPreview.cpp b/src/modules/keyboard/KeyboardPreview.cpp index 297a0f3..46a5dfb 100644 --- a/src/modules/keyboard/KeyboardPreview.cpp +++ b/src/modules/keyboard/KeyboardPreview.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Roland Singer + * Roland Singer * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "KeyboardPreview.h" diff --git a/src/modules/keyboard/KeyboardPreview.h b/src/modules/keyboard/KeyboardPreview.h index ce2f169..3f95869 100644 --- a/src/modules/keyboard/KeyboardPreview.h +++ b/src/modules/keyboard/KeyboardPreview.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Roland Singer + * Roland Singer * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef KEYBOARDPREVIEW_H diff --git a/src/modules/keyboard/msm_keyboard.actions b/src/modules/keyboard/msm_keyboard.actions index dacd815..ee3ad3e 100644 --- a/src/modules/keyboard/msm_keyboard.actions +++ b/src/modules/keyboard/msm_keyboard.actions @@ -1,10 +1,10 @@ [Domain] -Name=manjaro-settings-manager -Name[x-test]=xxmanjaro-settings-managerxx +Name=namib-settings-manager +Name[x-test]=xxnamib-settings-managerxx Icon=kauth-example -URL=https://github.com/manjaro/manjaro-settings-manager +URL=https://github.com/namib/namib-settings-manager -[org.manjaro.msm.keyboard.save] +[org.namib.msm.keyboard.save] Name=Save Keyboard Settings Description=Save Keyboard Settings Policy=auth_admin diff --git a/src/modules/keyboard/msm_keyboard.desktop b/src/modules/keyboard/msm_keyboard.desktop index 34619b4..c0d847d 100644 --- a/src/modules/keyboard/msm_keyboard.desktop +++ b/src/modules/keyboard/msm_keyboard.desktop @@ -5,12 +5,12 @@ Exec=kcmshell5 msm_keyboard X-KDE-Library=msm_keyboard X-KDE-ServiceTypes=KCModule -X-KDE-System-Settings-Parent-Category=manjaro +X-KDE-System-Settings-Parent-Category=namib X-KDE-ParentApp=kcontrol X-KDE-PluginKeyword=msm_keyboard X-KDE-Keywords=keyboard X-KDE-Keywords[x-test]=xxkeyboardxx -Categories=Qt;KDE;X-KDE-settings-system;manjaro +Categories=Qt;KDE;X-KDE-settings-system;namib Name=Keyboard Settings Name[ast]=Axustes de tecláu diff --git a/src/modules/language_packages/CMakeLists.txt b/src/modules/language_packages/CMakeLists.txt index 05c3888..b3327b4 100644 --- a/src/modules/language_packages/CMakeLists.txt +++ b/src/modules/language_packages/CMakeLists.txt @@ -46,5 +46,5 @@ target_link_libraries(msm_language_packages_authhelper KF5::Auth) install(TARGETS msm_language_packages_authhelper DESTINATION ${KAUTH_HELPER_INSTALL_DIR}) -kauth_install_helper_files(msm_language_packages_authhelper org.manjaro.msm.languagepackages root) -kauth_install_actions(org.manjaro.msm.languagepackages msm_language_packages.actions) +kauth_install_helper_files(msm_language_packages_authhelper org.namib.msm.languagepackages root) +kauth_install_actions(org.namib.msm.languagepackages msm_language_packages.actions) diff --git a/src/modules/language_packages/LanguagePackagesAuthHelper.cpp b/src/modules/language_packages/LanguagePackagesAuthHelper.cpp index e9f689f..bccc84e 100644 --- a/src/modules/language_packages/LanguagePackagesAuthHelper.cpp +++ b/src/modules/language_packages/LanguagePackagesAuthHelper.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "LanguagePackagesAuthHelper.h" @@ -64,5 +64,5 @@ LanguagePackagesAuthHelper::remove( const QVariantMap& args ) return ActionReply::SuccessReply(); } -KAUTH_HELPER_MAIN( "org.manjaro.msm.languagepackages", LanguagePackagesAuthHelper ) +KAUTH_HELPER_MAIN( "org.namib.msm.languagepackages", LanguagePackagesAuthHelper ) #include "moc_LanguagePackagesAuthHelper.cpp" diff --git a/src/modules/language_packages/LanguagePackagesAuthHelper.h b/src/modules/language_packages/LanguagePackagesAuthHelper.h index 763b0d0..1e1604d 100644 --- a/src/modules/language_packages/LanguagePackagesAuthHelper.h +++ b/src/modules/language_packages/LanguagePackagesAuthHelper.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef LANGUAGEPACKAGESAUTHHELPER_H diff --git a/src/modules/language_packages/LanguagePackagesCommon.cpp b/src/modules/language_packages/LanguagePackagesCommon.cpp index 087ccce..1a6f1b6 100644 --- a/src/modules/language_packages/LanguagePackagesCommon.cpp +++ b/src/modules/language_packages/LanguagePackagesCommon.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include #include "ActionDialog.h" @@ -205,8 +205,8 @@ LanguagePackagesCommon::installPackages( Ui::PageLanguagePackages* ui ) arguments << "--noconfirm" << "--noprogressbar" << "-S" << packages; QVariantMap args; args["arguments"] = arguments; - KAuth::Action installAction( QLatin1String( "org.manjaro.msm.languagepackages.install" ) ); - installAction.setHelperId( QLatin1String( "org.manjaro.msm.languagepackages" ) ); + KAuth::Action installAction( QLatin1String( "org.namib.msm.languagepackages.install" ) ); + installAction.setHelperId( QLatin1String( "org.namib.msm.languagepackages" ) ); installAction.setArguments( args ); installAction.setTimeout( std::numeric_limits::max() ); diff --git a/src/modules/language_packages/LanguagePackagesCommon.h b/src/modules/language_packages/LanguagePackagesCommon.h index 39601cd..faa7123 100644 --- a/src/modules/language_packages/LanguagePackagesCommon.h +++ b/src/modules/language_packages/LanguagePackagesCommon.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef LANGUAGEPACKAGESCOMMON_H diff --git a/src/modules/language_packages/LanguagePackagesModule.cpp b/src/modules/language_packages/LanguagePackagesModule.cpp index a818295..178d53a 100644 --- a/src/modules/language_packages/LanguagePackagesModule.cpp +++ b/src/modules/language_packages/LanguagePackagesModule.cpp @@ -1,21 +1,21 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Roland Singer - * Ramon Buldó + * Roland Singer + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "LanguagePackagesCommon.h" @@ -47,11 +47,11 @@ LanguagePackagesModule::LanguagePackagesModule( QWidget* parent, const QVariantL PROJECT_VERSION, LanguagePackagesCommon::getDescription(), KAboutLicense::LicenseKey::GPL_V3, - "(c) 2014 - 2017 Manjaro Settings Manager developers" ); + "(c) 2014 - 2017 Namib Settings Manager developers" ); aboutData->addAuthor( "Ramon Buldó", QStringLiteral( "rbuldo@gmail.com" ) ); aboutData->addAuthor( "Roland Singer", - QStringLiteral( "roland@manjaro.org" ) ); + QStringLiteral( "roland@namib.org" ) ); aboutData->setCustomAuthorText( QString(), MsmCommon::getBugReportLink() ); setAboutData( aboutData ); setButtons( KCModule::NoAdditionalButton ); diff --git a/src/modules/language_packages/LanguagePackagesModule.h b/src/modules/language_packages/LanguagePackagesModule.h index 4361c75..01bf2c6 100644 --- a/src/modules/language_packages/LanguagePackagesModule.h +++ b/src/modules/language_packages/LanguagePackagesModule.h @@ -1,21 +1,21 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Roland Singer - * Ramon Buldó + * Roland Singer + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef LANGUAGEPACKAGESMODULE_H diff --git a/src/modules/language_packages/LanguagePackagesPage.cpp b/src/modules/language_packages/LanguagePackagesPage.cpp index 4586ee7..5375355 100644 --- a/src/modules/language_packages/LanguagePackagesPage.cpp +++ b/src/modules/language_packages/LanguagePackagesPage.cpp @@ -1,21 +1,21 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Roland Singer - * Ramon Buldó + * Roland Singer + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "LanguagePackagesCommon.h" diff --git a/src/modules/language_packages/LanguagePackagesPage.h b/src/modules/language_packages/LanguagePackagesPage.h index 898487d..3323a72 100644 --- a/src/modules/language_packages/LanguagePackagesPage.h +++ b/src/modules/language_packages/LanguagePackagesPage.h @@ -1,21 +1,21 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Roland Singer - * Ramon Buldó + * Roland Singer + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef PAGELANGUAGEPACKAGES_H diff --git a/src/modules/language_packages/msm_language_packages.actions b/src/modules/language_packages/msm_language_packages.actions index f86e4c4..98a3085 100644 --- a/src/modules/language_packages/msm_language_packages.actions +++ b/src/modules/language_packages/msm_language_packages.actions @@ -1,16 +1,16 @@ [Domain] -Name=manjaro-settings-manager -Name[x-test]=xxmanjaro-settings-managerxx +Name=namib-settings-manager +Name[x-test]=xxnamib-settings-managerxx Icon=kauth-example -URL=https://github.com/manjaro/manjaro-settings-manager +URL=https://github.com/namib/namib-settings-manager -[org.manjaro.msm.languagepackages.install] +[org.namib.msm.languagepackages.install] Name=Install Language Packages Description=Install Language Packages Policy=auth_admin Persistence=session -[org.manjaro.msm.languagepackages.remove] +[org.namib.msm.languagepackages.remove] Name=Remove Language Packages Description=Remove Language Packages Policy=auth_admin diff --git a/src/modules/language_packages/msm_language_packages.desktop b/src/modules/language_packages/msm_language_packages.desktop index 560b556..fd19d8f 100644 --- a/src/modules/language_packages/msm_language_packages.desktop +++ b/src/modules/language_packages/msm_language_packages.desktop @@ -5,12 +5,12 @@ Exec=kcmshell5 msm_language_packages X-KDE-Library=msm_language_packages X-KDE-ServiceTypes=KCModule -X-KDE-System-Settings-Parent-Category=manjaro +X-KDE-System-Settings-Parent-Category=namib X-KDE-ParentApp=kcontrol X-KDE-PluginKeyword=msm_language_packages X-KDE-Keywords=language;packages X-KDE-Keywords[x-test]=xxkeyboardxx -Categories=Qt;KDE;X-KDE-settings-system;manjaro +Categories=Qt;KDE;X-KDE-settings-system;namib Name=Language Packages Name[ast]=Paquetes de llingua diff --git a/src/modules/locale/CMakeLists.txt b/src/modules/locale/CMakeLists.txt index 5d95697..74732b4 100644 --- a/src/modules/locale/CMakeLists.txt +++ b/src/modules/locale/CMakeLists.txt @@ -61,5 +61,5 @@ target_link_libraries(msm_locale_authhelper KF5::Auth) install(TARGETS msm_locale_authhelper DESTINATION ${KAUTH_HELPER_INSTALL_DIR}) -kauth_install_helper_files(msm_locale_authhelper org.manjaro.msm.locale root) -kauth_install_actions(org.manjaro.msm.locale msm_locale.actions) +kauth_install_helper_files(msm_locale_authhelper org.namib.msm.locale root) +kauth_install_actions(org.namib.msm.locale msm_locale.actions) diff --git a/src/modules/locale/EnabledLocalesModel.cpp b/src/modules/locale/EnabledLocalesModel.cpp index 6b6859d..db102ff 100644 --- a/src/modules/locale/EnabledLocalesModel.cpp +++ b/src/modules/locale/EnabledLocalesModel.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "EnabledLocalesModel.h" diff --git a/src/modules/locale/EnabledLocalesModel.h b/src/modules/locale/EnabledLocalesModel.h index eeb6366..f69f9f3 100644 --- a/src/modules/locale/EnabledLocalesModel.h +++ b/src/modules/locale/EnabledLocalesModel.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef ENABLEDLOCALESMODEL_H diff --git a/src/modules/locale/LanguageListViewDelegate.cpp b/src/modules/locale/LanguageListViewDelegate.cpp index bc56a95..06b9f03 100644 --- a/src/modules/locale/LanguageListViewDelegate.cpp +++ b/src/modules/locale/LanguageListViewDelegate.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "LanguageListViewDelegate.h" diff --git a/src/modules/locale/LanguageListViewDelegate.h b/src/modules/locale/LanguageListViewDelegate.h index 7499282..9c88a0e 100644 --- a/src/modules/locale/LanguageListViewDelegate.h +++ b/src/modules/locale/LanguageListViewDelegate.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef LANGUAGELISTVIEWDELEGATE_H diff --git a/src/modules/locale/LocaleAuthHelper.cpp b/src/modules/locale/LocaleAuthHelper.cpp index 3835f4a..14b0a8f 100644 --- a/src/modules/locale/LocaleAuthHelper.cpp +++ b/src/modules/locale/LocaleAuthHelper.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "LocaleAuthHelper.h" @@ -164,5 +164,5 @@ LocaleAuthHelper::setSystemLocale( const QStringList localeList ) } -KAUTH_HELPER_MAIN( "org.manjaro.msm.locale", LocaleAuthHelper ) +KAUTH_HELPER_MAIN( "org.namib.msm.locale", LocaleAuthHelper ) #include "moc_LocaleAuthHelper.cpp" diff --git a/src/modules/locale/LocaleAuthHelper.h b/src/modules/locale/LocaleAuthHelper.h index 39c9a76..fbe9aa6 100644 --- a/src/modules/locale/LocaleAuthHelper.h +++ b/src/modules/locale/LocaleAuthHelper.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef LOCALEAUTHHELPER_H diff --git a/src/modules/locale/LocaleCommon.cpp b/src/modules/locale/LocaleCommon.cpp index 0c43a60..c97f438 100644 --- a/src/modules/locale/LocaleCommon.cpp +++ b/src/modules/locale/LocaleCommon.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "LocaleCommon.h" diff --git a/src/modules/locale/LocaleCommon.h b/src/modules/locale/LocaleCommon.h index 6df5f40..98f73ff 100644 --- a/src/modules/locale/LocaleCommon.h +++ b/src/modules/locale/LocaleCommon.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef LOCALECOMMON_H diff --git a/src/modules/locale/LocaleModule.cpp b/src/modules/locale/LocaleModule.cpp index abe28c7..cefd15d 100644 --- a/src/modules/locale/LocaleModule.cpp +++ b/src/modules/locale/LocaleModule.cpp @@ -1,21 +1,21 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Roland Singer - * Ramon Buldó + * Roland Singer + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "LocaleCommon.h" @@ -52,11 +52,11 @@ LocaleModule::LocaleModule( QWidget* parent, const QVariantList& args ) : PROJECT_VERSION, LocaleCommon::getDescription(), KAboutLicense::LicenseKey::GPL_V3, - "(c) 2014 - 2017 Manjaro Settings Manager developers" ); + "(c) 2014 - 2017 Namib Settings Manager developers" ); aboutData->addAuthor( "Ramon Buldó", - QStringLiteral( "ramon@manjaro.org" ) ); + QStringLiteral( "ramon@namib.org" ) ); aboutData->addAuthor( "Roland Singer", - QStringLiteral( "roland@manjaro.org" ) ); + QStringLiteral( "roland@namib.org" ) ); aboutData->setCustomAuthorText( QString(), MsmCommon::getBugReportLink() ); setAboutData( aboutData ); setButtons( KCModule::Default | KCModule::Apply ); @@ -401,8 +401,8 @@ LocaleModule::save() args["localeList"] = localeList; // TODO: Progress UI - KAuth::Action installAction( QLatin1String( "org.manjaro.msm.locale.save" ) ); - installAction.setHelperId( QLatin1String( "org.manjaro.msm.locale" ) ); + KAuth::Action installAction( QLatin1String( "org.namib.msm.locale.save" ) ); + installAction.setHelperId( QLatin1String( "org.namib.msm.locale" ) ); installAction.setArguments( args ); installAction.setTimeout( 60000 ); KAuth::ExecuteJob* job = installAction.execute(); diff --git a/src/modules/locale/LocaleModule.h b/src/modules/locale/LocaleModule.h index b159b95..3b427d7 100644 --- a/src/modules/locale/LocaleModule.h +++ b/src/modules/locale/LocaleModule.h @@ -1,21 +1,21 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Roland Singer - * Ramon Buldó + * Roland Singer + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef LOCALEMODULE_H diff --git a/src/modules/locale/LocalePage.cpp b/src/modules/locale/LocalePage.cpp index 44f78f0..ca6ef57 100644 --- a/src/modules/locale/LocalePage.cpp +++ b/src/modules/locale/LocalePage.cpp @@ -1,21 +1,21 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Roland Singer - * Ramon Buldó + * Roland Singer + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "LocalePage.h" @@ -382,8 +382,8 @@ LocalePage::save() args["localeList"] = localeList; // TODO: Progress UI - KAuth::Action installAction( QLatin1String( "org.manjaro.msm.locale.save" ) ); - installAction.setHelperId( QLatin1String( "org.manjaro.msm.locale" ) ); + KAuth::Action installAction( QLatin1String( "org.namib.msm.locale.save" ) ); + installAction.setHelperId( QLatin1String( "org.namib.msm.locale" ) ); installAction.setArguments( args ); installAction.setTimeout( std::numeric_limits::max() ); KAuth::ExecuteJob* job = installAction.execute(); diff --git a/src/modules/locale/LocalePage.h b/src/modules/locale/LocalePage.h index ba6fc02..173257a 100644 --- a/src/modules/locale/LocalePage.h +++ b/src/modules/locale/LocalePage.h @@ -1,21 +1,21 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Roland Singer - * Ramon Buldó + * Roland Singer + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef PAGELANGUAGE_H diff --git a/src/modules/locale/SelectLocalesDialog.cpp b/src/modules/locale/SelectLocalesDialog.cpp index 32b27bf..d8fe3e0 100644 --- a/src/modules/locale/SelectLocalesDialog.cpp +++ b/src/modules/locale/SelectLocalesDialog.cpp @@ -1,21 +1,21 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Roland Singer - * Ramon Buldó + * Roland Singer + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "SelectLocalesDialog.h" diff --git a/src/modules/locale/SelectLocalesDialog.h b/src/modules/locale/SelectLocalesDialog.h index 58aab07..022773a 100644 --- a/src/modules/locale/SelectLocalesDialog.h +++ b/src/modules/locale/SelectLocalesDialog.h @@ -1,21 +1,21 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Roland Singer - * Ramon Buldó + * Roland Singer + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef SELECTLOCALESDIALOG_H diff --git a/src/modules/locale/SupportedLocalesItem.cpp b/src/modules/locale/SupportedLocalesItem.cpp index b6f527f..9df02df 100644 --- a/src/modules/locale/SupportedLocalesItem.cpp +++ b/src/modules/locale/SupportedLocalesItem.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "SupportedLocalesItem.h" diff --git a/src/modules/locale/SupportedLocalesItem.h b/src/modules/locale/SupportedLocalesItem.h index a8c53d2..e4320ea 100644 --- a/src/modules/locale/SupportedLocalesItem.h +++ b/src/modules/locale/SupportedLocalesItem.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef SUPPORTEDLOCALESITEM_H diff --git a/src/modules/locale/SupportedLocalesModel.cpp b/src/modules/locale/SupportedLocalesModel.cpp index 7b5da5e..305d094 100644 --- a/src/modules/locale/SupportedLocalesModel.cpp +++ b/src/modules/locale/SupportedLocalesModel.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "SupportedLocalesModel.h" diff --git a/src/modules/locale/SupportedLocalesModel.h b/src/modules/locale/SupportedLocalesModel.h index bf8ef88..9d81fa8 100644 --- a/src/modules/locale/SupportedLocalesModel.h +++ b/src/modules/locale/SupportedLocalesModel.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef SUPPORTEDLOCALESMODEL_H diff --git a/src/modules/locale/msm_locale.actions b/src/modules/locale/msm_locale.actions index c4c093e..b69a019 100644 --- a/src/modules/locale/msm_locale.actions +++ b/src/modules/locale/msm_locale.actions @@ -1,10 +1,10 @@ [Domain] -Name=manjaro-settings-manager -Name[x-test]=xxmanjaro-settings-managerxx +Name=namib-settings-manager +Name[x-test]=xxnamib-settings-managerxx Icon=kauth-example -URL=https://github.com/manjaro/manjaro-settings-manager +URL=https://github.com/namib/namib-settings-manager -[org.manjaro.msm.locale.save] +[org.namib.msm.locale.save] Name=Save Locale Settings Description=Save Locale Settings Policy=auth_admin diff --git a/src/modules/locale/msm_locale.desktop b/src/modules/locale/msm_locale.desktop index 5670804..610efa2 100644 --- a/src/modules/locale/msm_locale.desktop +++ b/src/modules/locale/msm_locale.desktop @@ -5,12 +5,12 @@ Exec=kcmshell5 msm_locale X-KDE-Library=msm_locale X-KDE-ServiceTypes=KCModule -X-KDE-System-Settings-Parent-Category=manjaro +X-KDE-System-Settings-Parent-Category=namib X-KDE-ParentApp=kcontrol X-KDE-PluginKeyword=msm_locale X-KDE-Keywords=locale X-KDE-Keywords[x-test]=xxkeyboardxx -Categories=Qt;KDE;X-KDE-settings-system;manjaro +Categories=Qt;KDE;X-KDE-settings-system;namib Name=Locale Name[ast]=Axustes de locale diff --git a/src/modules/mhwd/CMakeLists.txt b/src/modules/mhwd/CMakeLists.txt index dc3ea25..40a83d6 100644 --- a/src/modules/mhwd/CMakeLists.txt +++ b/src/modules/mhwd/CMakeLists.txt @@ -61,5 +61,5 @@ target_link_libraries(msm_mhwd_authhelper KF5::Auth) install(TARGETS msm_mhwd_authhelper DESTINATION ${KAUTH_HELPER_INSTALL_DIR}) -kauth_install_helper_files(msm_mhwd_authhelper org.manjaro.msm.mhwd root) -kauth_install_actions(org.manjaro.msm.mhwd msm_mhwd.actions) +kauth_install_helper_files(msm_mhwd_authhelper org.namib.msm.mhwd root) +kauth_install_actions(org.namib.msm.mhwd msm_mhwd.actions) diff --git a/src/modules/mhwd/MhwdAuthHelper.cpp b/src/modules/mhwd/MhwdAuthHelper.cpp index f41549a..df9137e 100644 --- a/src/modules/mhwd/MhwdAuthHelper.cpp +++ b/src/modules/mhwd/MhwdAuthHelper.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "MhwdAuthHelper.h" @@ -55,5 +55,5 @@ MhwdAuthHelper::remove( const QVariantMap& args ) return install( args ); } -KAUTH_HELPER_MAIN( "org.manjaro.msm.mhwd", MhwdAuthHelper ) +KAUTH_HELPER_MAIN( "org.namib.msm.mhwd", MhwdAuthHelper ) #include "moc_MhwdAuthHelper.cpp" diff --git a/src/modules/mhwd/MhwdAuthHelper.h b/src/modules/mhwd/MhwdAuthHelper.h index 7cd05a4..9d95d05 100644 --- a/src/modules/mhwd/MhwdAuthHelper.h +++ b/src/modules/mhwd/MhwdAuthHelper.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef MHWDAUTHHELPER_H diff --git a/src/modules/mhwd/MhwdCommon.cpp b/src/modules/mhwd/MhwdCommon.cpp index 0fe081d..5a9d333 100644 --- a/src/modules/mhwd/MhwdCommon.cpp +++ b/src/modules/mhwd/MhwdCommon.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include #include "ActionDialog.h" @@ -43,7 +43,7 @@ MhwdCommon::getTitle() QString MhwdCommon::getDescription() { - return QString( tr ( "Manjaro Hardware Detection graphical user interface" ) ); + return QString( tr ( "Namib Hardware Detection graphical user interface" ) ); } @@ -161,8 +161,8 @@ MhwdCommon::installConfiguration( QString configuration ) QVariantMap args; args["arguments"] = QStringList() << "-i" << "pci" << configuration; - KAuth::Action installAction( QLatin1String( "org.manjaro.msm.mhwd.install" ) ); - installAction.setHelperId( QLatin1String( "org.manjaro.msm.mhwd" ) ); + KAuth::Action installAction( QLatin1String( "org.namib.msm.mhwd.install" ) ); + installAction.setHelperId( QLatin1String( "org.namib.msm.mhwd" ) ); installAction.setArguments( args ); installAction.setTimeout( std::numeric_limits::max() ); @@ -184,8 +184,8 @@ MhwdCommon::installFreeConfiguration( ) QVariantMap args; args["arguments"] = QStringList() << "-a" << "pci" << "free" << "0300"; - KAuth::Action installAction( QLatin1String( "org.manjaro.msm.mhwd.install" ) ); - installAction.setHelperId( QLatin1String( "org.manjaro.msm.mhwd" ) ); + KAuth::Action installAction( QLatin1String( "org.namib.msm.mhwd.install" ) ); + installAction.setHelperId( QLatin1String( "org.namib.msm.mhwd" ) ); installAction.setArguments( args ); installAction.setTimeout( std::numeric_limits::max() ); @@ -207,8 +207,8 @@ MhwdCommon::installNonFreeConfiguration( ) QVariantMap args; args["arguments"] = QStringList() << "-a" << "pci" << "nonfree" << "0300"; - KAuth::Action installAction( QLatin1String( "org.manjaro.msm.mhwd.install" ) ); - installAction.setHelperId( QLatin1String( "org.manjaro.msm.mhwd" ) ); + KAuth::Action installAction( QLatin1String( "org.namib.msm.mhwd.install" ) ); + installAction.setHelperId( QLatin1String( "org.namib.msm.mhwd" ) ); installAction.setArguments( args ); installAction.setTimeout( std::numeric_limits::max() ); @@ -230,8 +230,8 @@ MhwdCommon::reinstallConfiguration( QString configuration ) QVariantMap args; args["arguments"] = QStringList() << "-f" << "-i" << "pci" << configuration; - KAuth::Action installAction( QLatin1String( "org.manjaro.msm.mhwd.install" ) ); - installAction.setHelperId( QLatin1String( "org.manjaro.msm.mhwd" ) ); + KAuth::Action installAction( QLatin1String( "org.namib.msm.mhwd.install" ) ); + installAction.setHelperId( QLatin1String( "org.namib.msm.mhwd" ) ); installAction.setArguments( args ); installAction.setTimeout( std::numeric_limits::max() ); @@ -253,8 +253,8 @@ MhwdCommon::removeConfiguration( QString configuration ) QVariantMap args; args["arguments"] = QStringList() << "-r" << "pci" << configuration; - KAuth::Action installAction( QLatin1String( "org.manjaro.msm.mhwd.remove" ) ); - installAction.setHelperId( QLatin1String( "org.manjaro.msm.mhwd" ) ); + KAuth::Action installAction( QLatin1String( "org.namib.msm.mhwd.remove" ) ); + installAction.setHelperId( QLatin1String( "org.namib.msm.mhwd" ) ); installAction.setArguments( args ); installAction.setTimeout( std::numeric_limits::max() ); diff --git a/src/modules/mhwd/MhwdCommon.h b/src/modules/mhwd/MhwdCommon.h index 46a7ee1..d9d6b3f 100644 --- a/src/modules/mhwd/MhwdCommon.h +++ b/src/modules/mhwd/MhwdCommon.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef MHWDCOMMON_H diff --git a/src/modules/mhwd/MhwdModule.cpp b/src/modules/mhwd/MhwdModule.cpp index 11634d2..acb97fa 100644 --- a/src/modules/mhwd/MhwdModule.cpp +++ b/src/modules/mhwd/MhwdModule.cpp @@ -1,21 +1,21 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Roland Singer - * Ramon Buldó + * Roland Singer + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "MsmCommon.h" @@ -48,9 +48,9 @@ MhwdModule::MhwdModule( QWidget* parent, const QVariantList& args ) : PROJECT_VERSION, MhwdCommon::getDescription(), KAboutLicense::LicenseKey::GPL_V3, - "(c) 2014 - 2017 Manjaro Settings Manager developers" ); + "(c) 2014 - 2017 Namib Settings Manager developers" ); aboutData->addAuthor( "Ramon Buldó", - QStringLiteral( "ramon@manjaro.org" ) ); + QStringLiteral( "ramon@namib.org" ) ); aboutData->setCustomAuthorText( QString(), MsmCommon::getBugReportLink() ); setAboutData( aboutData ); setButtons( KCModule::NoAdditionalButton ); diff --git a/src/modules/mhwd/MhwdModule.h b/src/modules/mhwd/MhwdModule.h index 19ddd09..26cd1bf 100644 --- a/src/modules/mhwd/MhwdModule.h +++ b/src/modules/mhwd/MhwdModule.h @@ -1,21 +1,21 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Roland Singer - * Ramon Buldó + * Roland Singer + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef MHWDMODULE_H diff --git a/src/modules/mhwd/MhwdPage.cpp b/src/modules/mhwd/MhwdPage.cpp index 1f53f7f..8f5f493 100644 --- a/src/modules/mhwd/MhwdPage.cpp +++ b/src/modules/mhwd/MhwdPage.cpp @@ -1,21 +1,21 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Roland Singer - * Ramon Buldó + * Roland Singer + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "MhwdCommon.h" diff --git a/src/modules/mhwd/MhwdPage.h b/src/modules/mhwd/MhwdPage.h index 8db0392..477fe31 100644 --- a/src/modules/mhwd/MhwdPage.h +++ b/src/modules/mhwd/MhwdPage.h @@ -1,21 +1,21 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Roland Singer - * Ramon Buldó + * Roland Singer + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef PAGEMHWD_H diff --git a/src/modules/mhwd/libmhwd/const.h b/src/modules/mhwd/libmhwd/const.h index a2144f4..f9a8dcb 100644 --- a/src/modules/mhwd/libmhwd/const.h +++ b/src/modules/mhwd/libmhwd/const.h @@ -1,6 +1,6 @@ /* - * mhwd - Manjaro Hardware Detection - * Roland Singer + * mhwd - Namib Hardware Detection + * Roland Singer * * Copyright (C) 2007 Free Software Foundation, Inc. * diff --git a/src/modules/mhwd/libmhwd/mhwd.cpp b/src/modules/mhwd/libmhwd/mhwd.cpp index db8af3d..06128f6 100644 --- a/src/modules/mhwd/libmhwd/mhwd.cpp +++ b/src/modules/mhwd/libmhwd/mhwd.cpp @@ -1,6 +1,6 @@ /* - * mhwd - Manjaro Hardware Detection - * Roland Singer + * mhwd - Namib Hardware Detection + * Roland Singer * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/mhwd/libmhwd/mhwd.h b/src/modules/mhwd/libmhwd/mhwd.h index 321c637..0e131b6 100644 --- a/src/modules/mhwd/libmhwd/mhwd.h +++ b/src/modules/mhwd/libmhwd/mhwd.h @@ -1,6 +1,6 @@ /* - * mhwd - Manjaro Hardware Detection - * Roland Singer + * mhwd - Namib Hardware Detection + * Roland Singer * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/mhwd/libmhwd/mhwd_p.h b/src/modules/mhwd/libmhwd/mhwd_p.h index 60321d5..f1a94f8 100644 --- a/src/modules/mhwd/libmhwd/mhwd_p.h +++ b/src/modules/mhwd/libmhwd/mhwd_p.h @@ -1,6 +1,6 @@ /* - * mhwd - Manjaro Hardware Detection - * Roland Singer + * mhwd - Namib Hardware Detection + * Roland Singer * * Copyright (C) 2007 Free Software Foundation, Inc. * diff --git a/src/modules/mhwd/msm_mhwd.actions b/src/modules/mhwd/msm_mhwd.actions index b938461..69d5159 100644 --- a/src/modules/mhwd/msm_mhwd.actions +++ b/src/modules/mhwd/msm_mhwd.actions @@ -1,16 +1,16 @@ [Domain] -Name=manjaro-settings-manager -Name[x-test]=xxmanjaro-settings-managerxx +Name=namib-settings-manager +Name[x-test]=xxnamib-settings-managerxx Icon=kauth-example -URL=https://github.com/manjaro/manjaro-settings-manager +URL=https://github.com/namib/namib-settings-manager -[org.manjaro.msm.mhwd.install] +[org.namib.msm.mhwd.install] Name=Install MHWD Configuration Description=Install MHWD Configuration Policy=auth_admin Persistence=session -[org.manjaro.msm.mhwd.remove] +[org.namib.msm.mhwd.remove] Name=Remove MHWD Configuration Description=Remove MHWD Configuration Policy=auth_admin diff --git a/src/modules/mhwd/msm_mhwd.desktop b/src/modules/mhwd/msm_mhwd.desktop index 0830b10..3bc4ead 100755 --- a/src/modules/mhwd/msm_mhwd.desktop +++ b/src/modules/mhwd/msm_mhwd.desktop @@ -6,12 +6,12 @@ Exec=kcmshell5 msm_mhwd X-KDE-Library=msm_mhwd X-KDE-ServiceTypes=KCModule -X-KDE-System-Settings-Parent-Category=manjaro +X-KDE-System-Settings-Parent-Category=namib X-KDE-ParentApp=kcontrol X-KDE-PluginKeyword=msm_mhwd X-KDE-Keywords=hardware X-KDE-Keywords[x-test]=xxhardwarexx -Categories=Qt;KDE;X-KDE-settings-system;manjaro +Categories=Qt;KDE;X-KDE-settings-system;namib Name=Hardware Configuration Name[ca]=Configuració del maquinari @@ -48,31 +48,31 @@ Name[zh_TW]=硬體設定 Name[ast]=Configuración de Hardware -Comment=Manjaro Hardware Detection graphical user interface -Comment[ca]=Interfície d'usuari gràfica per a la Detecció de maquinari del Manjaro -Comment[da]=Manjaro hardwareregistrering grafisk brugerflade -Comment[de]=Grafische Benutzeroberfläche der Manjaro-Hardwareerkennung -Comment[es]=Interfaz gráfica de usuario para Manjaro Hardware Detection -Comment[es_419]=Interfaz gráfica de Detección de Hardware de Manjaro +Comment=Namib Hardware Detection graphical user interface +Comment[ca]=Interfície d'usuari gràfica per a la Detecció de maquinari del Namib +Comment[da]=Namib hardwareregistrering grafisk brugerflade +Comment[de]=Grafische Benutzeroberfläche der Namib-Hardwareerkennung +Comment[es]=Interfaz gráfica de usuario para Namib Hardware Detection +Comment[es_419]=Interfaz gráfica de Detección de Hardware de Namib Comment[fa_IR]=تشخیص سخت افزاری رابط گرافیکی کاربر مانجارو -Comment[fi]=Manjaro laitteiston tunnistuksen graaffinen käyttöliittymä -Comment[fr]=Interface utilisateur de détection matérielle de Manjaro -Comment[hr]=Grafičko korisničko sučelje za Manjaro Hardware Detection -Comment[hu]=Manjaro Hardware Érzékelés grafikus felhasználói felület -Comment[is]=Manjaro vélbúnaðar greining með grafísku notendaviðmóti -Comment[it]=Interfaccia grafica di Manjaro Hardware Detection -Comment[ja]=Manjaro Hardware Detection graphical user interface -Comment[lt]=Manjaro aparatinės įrangos aptikimo grafinė naudotojo sąsaja -Comment[nb]=Grensesnitt for Manjaro Hardware Detection -Comment[pl]=Graficzny interfejs użytkownika wykrywania sprzętu Manjaro -Comment[pt_BR]=Interface Gráfica do Usuário Manjaro Hardware Detection -Comment[pt_PT]=Manjaro Hardware Detection interface gráfica do utilizador -Comment[ro]=Interfața grafică de detectare hardware a sistemului Manjaro -Comment[ru]=Графический интерфейс Manjaro Hardware Detection -Comment[sk_SK]=Grafické rozhranie pre rozpoznanie hardvéru systému Manjaro -Comment[sl]=Manjaro strojna zaznava grafičnega vmesnika -Comment[sv]=Manjaros hårdvarudetekteringsverktyg -Comment[tr]=MHWD - Manjaro Donanım Yapılandırma grafik arayüzü -Comment[uk]=Manjaro виявлено обладнання графічний користувальницький інтерфейс -Comment[zh_CN]=使用 Manjaro 硬件侦测图形用户界面 -Comment[zh_TW]=Manjaro 硬體偵測圖形使用者介面 +Comment[fi]=Namib laitteiston tunnistuksen graaffinen käyttöliittymä +Comment[fr]=Interface utilisateur de détection matérielle de Namib +Comment[hr]=Grafičko korisničko sučelje za Namib Hardware Detection +Comment[hu]=Namib Hardware Érzékelés grafikus felhasználói felület +Comment[is]=Namib vélbúnaðar greining með grafísku notendaviðmóti +Comment[it]=Interfaccia grafica di Namib Hardware Detection +Comment[ja]=Namib Hardware Detection graphical user interface +Comment[lt]=Namib aparatinės įrangos aptikimo grafinė naudotojo sąsaja +Comment[nb]=Grensesnitt for Namib Hardware Detection +Comment[pl]=Graficzny interfejs użytkownika wykrywania sprzętu Namib +Comment[pt_BR]=Interface Gráfica do Usuário Namib Hardware Detection +Comment[pt_PT]=Namib Hardware Detection interface gráfica do utilizador +Comment[ro]=Interfața grafică de detectare hardware a sistemului Namib +Comment[ru]=Графический интерфейс Namib Hardware Detection +Comment[sk_SK]=Grafické rozhranie pre rozpoznanie hardvéru systému Namib +Comment[sl]=Namib strojna zaznava grafičnega vmesnika +Comment[sv]=Namibs hårdvarudetekteringsverktyg +Comment[tr]=MHWD - Namib Donanım Yapılandırma grafik arayüzü +Comment[uk]=Namib виявлено обладнання графічний користувальницький інтерфейс +Comment[zh_CN]=使用 Namib 硬件侦测图形用户界面 +Comment[zh_TW]=Namib 硬體偵測圖形使用者介面 diff --git a/src/modules/timedate/LocaleGlobal.cpp b/src/modules/timedate/LocaleGlobal.cpp index 8cd3153..054b959 100644 --- a/src/modules/timedate/LocaleGlobal.cpp +++ b/src/modules/timedate/LocaleGlobal.cpp @@ -2,8 +2,8 @@ * * Copyright 2014, Teo Mrnjavac * - * Originally from the Manjaro Installation Framework - * by Roland Singer + * Originally from the Namib Installation Framework + * by Roland Singer * Copyright (C) 2007 Free Software Foundation, Inc. * * Calamares is free software: you can redistribute it and/or modify diff --git a/src/modules/timedate/LocaleGlobal.h b/src/modules/timedate/LocaleGlobal.h index a3f6731..a07820b 100644 --- a/src/modules/timedate/LocaleGlobal.h +++ b/src/modules/timedate/LocaleGlobal.h @@ -2,8 +2,8 @@ * * Copyright 2014, Teo Mrnjavac * - * Originally from the Manjaro Installation Framework - * by Roland Singer + * Originally from the Namib Installation Framework + * by Roland Singer * Copyright (C) 2007 Free Software Foundation, Inc. * * Calamares is free software: you can redistribute it and/or modify diff --git a/src/modules/timedate/TimeDateCommon.cpp b/src/modules/timedate/TimeDateCommon.cpp index 112eafa..641961e 100644 --- a/src/modules/timedate/TimeDateCommon.cpp +++ b/src/modules/timedate/TimeDateCommon.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ diff --git a/src/modules/timedate/TimeDateCommon.h b/src/modules/timedate/TimeDateCommon.h index 1957633..cfdab29 100644 --- a/src/modules/timedate/TimeDateCommon.h +++ b/src/modules/timedate/TimeDateCommon.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef TIMEDATECOMMON_H diff --git a/src/modules/timedate/TimeDateKcm.cpp b/src/modules/timedate/TimeDateKcm.cpp index ebd8d4f..d2f2254 100644 --- a/src/modules/timedate/TimeDateKcm.cpp +++ b/src/modules/timedate/TimeDateKcm.cpp @@ -1,6 +1,6 @@ /* - * Manjaro Settings Manager - * Ramon Buldó + * Namib Settings Manager + * Ramon Buldó * * Copyright (C) 2007 Free Software Foundation, Inc. * diff --git a/src/modules/timedate/TimeDateKcm.h b/src/modules/timedate/TimeDateKcm.h index 4e84b74..7eb303d 100644 --- a/src/modules/timedate/TimeDateKcm.h +++ b/src/modules/timedate/TimeDateKcm.h @@ -1,6 +1,6 @@ /* - * Manjaro Settings Manager - * Ramon Buldó + * Namib Settings Manager + * Ramon Buldó * * Copyright (C) 2007 Free Software Foundation, Inc. * diff --git a/src/modules/timedate/TimeDateModule.cpp b/src/modules/timedate/TimeDateModule.cpp index b2d81ef..bdf1f76 100644 --- a/src/modules/timedate/TimeDateModule.cpp +++ b/src/modules/timedate/TimeDateModule.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "MsmCommon.h" @@ -51,9 +51,9 @@ TimeDateModule::TimeDateModule( QWidget* parent, const QVariantList& args ) : PROJECT_VERSION, TimeDateCommon::getDescription(), KAboutLicense::LicenseKey::GPL_V3, - "(c) 2014 - 2017 Manjaro Settings Manager developers" ); + "(c) 2014 - 2017 Namib Settings Manager developers" ); aboutData->addAuthor( "Ramon Buldó", - QStringLiteral( "ramon@manjaro.org" ) ); + QStringLiteral( "ramon@namib.org" ) ); aboutData->setCustomAuthorText( QString(), MsmCommon::getBugReportLink() ); setAboutData( aboutData ); setButtons( KCModule::Default | KCModule::Apply ); diff --git a/src/modules/timedate/TimeDateModule.h b/src/modules/timedate/TimeDateModule.h index 43540e2..99ff21c 100644 --- a/src/modules/timedate/TimeDateModule.h +++ b/src/modules/timedate/TimeDateModule.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef TIMEDATEMODULE_H diff --git a/src/modules/timedate/TimeDatePage.cpp b/src/modules/timedate/TimeDatePage.cpp index a03cdd2..f2bf4cd 100644 --- a/src/modules/timedate/TimeDatePage.cpp +++ b/src/modules/timedate/TimeDatePage.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "TimeDateCommon.h" diff --git a/src/modules/timedate/TimeDatePage.h b/src/modules/timedate/TimeDatePage.h index d3ecf78..96a354e 100644 --- a/src/modules/timedate/TimeDatePage.h +++ b/src/modules/timedate/TimeDatePage.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef TIMEDATEPAGE_H diff --git a/src/modules/timedate/TimeDateService.cpp b/src/modules/timedate/TimeDateService.cpp index 6fdc62d..c737306 100644 --- a/src/modules/timedate/TimeDateService.cpp +++ b/src/modules/timedate/TimeDateService.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "TimeDateService.h" diff --git a/src/modules/timedate/TimeDateService.h b/src/modules/timedate/TimeDateService.h index 5cc1638..386ef0a 100644 --- a/src/modules/timedate/TimeDateService.h +++ b/src/modules/timedate/TimeDateService.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef TIMEDATESERVICE_H diff --git a/src/modules/timedate/TimeZoneDialog.cpp b/src/modules/timedate/TimeZoneDialog.cpp index 49c9f26..5e48d39 100644 --- a/src/modules/timedate/TimeZoneDialog.cpp +++ b/src/modules/timedate/TimeZoneDialog.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "TimeZoneDialog.h" diff --git a/src/modules/timedate/TimeZoneDialog.h b/src/modules/timedate/TimeZoneDialog.h index 849e486..0f1aab6 100644 --- a/src/modules/timedate/TimeZoneDialog.h +++ b/src/modules/timedate/TimeZoneDialog.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef TIMEZONEDIALOG_H diff --git a/src/modules/timedate/TimeZoneWidget.cpp b/src/modules/timedate/TimeZoneWidget.cpp index e6b49dc..591d23e 100644 --- a/src/modules/timedate/TimeZoneWidget.cpp +++ b/src/modules/timedate/TimeZoneWidget.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "TimeZoneWidget.h" diff --git a/src/modules/timedate/TimeZoneWidget.h b/src/modules/timedate/TimeZoneWidget.h index 8606ca8..e725332 100644 --- a/src/modules/timedate/TimeZoneWidget.h +++ b/src/modules/timedate/TimeZoneWidget.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef TIMEZONEWIDGET_H diff --git a/src/modules/timedate/msm_timedate.desktop b/src/modules/timedate/msm_timedate.desktop index 72b24bd..7242712 100644 --- a/src/modules/timedate/msm_timedate.desktop +++ b/src/modules/timedate/msm_timedate.desktop @@ -5,12 +5,12 @@ Exec=kcmshell5 msm_timedate X-KDE-Library=msm_timedate X-KDE-ServiceTypes=KCModule -X-KDE-System-Settings-Parent-Category=manjaro +X-KDE-System-Settings-Parent-Category=namib X-KDE-ParentApp=kcontrol X-KDE-PluginKeyword=msm_timedate X-KDE-Keywords=timedate X-KDE-Keywords[x-test]=xxtimedatesxx -Categories=Qt;KDE;X-KDE-settings-system;manjaro +Categories=Qt;KDE;X-KDE-settings-system;namib Name=Time and Date Name[ar]=الوقت والتاريخ diff --git a/src/modules/users/AccountTypeDialog.cpp b/src/modules/users/AccountTypeDialog.cpp index 9f4119d..678951c 100644 --- a/src/modules/users/AccountTypeDialog.cpp +++ b/src/modules/users/AccountTypeDialog.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Roland Singer + * Roland Singer * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "AccountTypeDialog.h" @@ -172,8 +172,8 @@ AccountTypeDialog::buttonApply_clicked() m_userGroupDataChanged = true; // Set groups - KAuth::Action installAction( QLatin1String( "org.manjaro.msm.users.changeaccounttype" ) ); - installAction.setHelperId( QLatin1String( "org.manjaro.msm.users" ) ); + KAuth::Action installAction( QLatin1String( "org.namib.msm.users.changeaccounttype" ) ); + installAction.setHelperId( QLatin1String( "org.namib.msm.users" ) ); QVariantMap args; args["arguments"] = QStringList() << "-G" << groups.join( "," ) << m_username; installAction.setArguments( args ); diff --git a/src/modules/users/AccountTypeDialog.h b/src/modules/users/AccountTypeDialog.h index ccb59de..08f16b1 100644 --- a/src/modules/users/AccountTypeDialog.h +++ b/src/modules/users/AccountTypeDialog.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Roland Singer + * Roland Singer * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef ACCOUNTTYPEDIALOG_H diff --git a/src/modules/users/AddUserDialog.cpp b/src/modules/users/AddUserDialog.cpp index b5fb8d4..1fc40ef 100644 --- a/src/modules/users/AddUserDialog.cpp +++ b/src/modules/users/AddUserDialog.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Roland Singer + * Roland Singer * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "AddUserDialog.h" @@ -100,8 +100,8 @@ void AddUserDialog::buttonCreate_clicked() dataChanged = true; // Add user - KAuth::Action installActionAdd( QLatin1String( "org.manjaro.msm.users.add" ) ); - installActionAdd.setHelperId( QLatin1String( "org.manjaro.msm.users" ) ); + KAuth::Action installActionAdd( QLatin1String( "org.namib.msm.users.add" ) ); + installActionAdd.setHelperId( QLatin1String( "org.namib.msm.users" ) ); QVariantMap args; QString defaultUserGroups {"video,audio,power,optical,network,lp,scanner,sys"}; args["arguments"] = QStringList() << "-m" << "-p" << "" << "-U" << "-G" << defaultUserGroups << username; @@ -122,8 +122,8 @@ void AddUserDialog::buttonCreate_clicked() } // Set password - KAuth::Action installActionUsersChangePassword( QLatin1String( "org.manjaro.msm.users.changepassword" ) ); - installActionUsersChangePassword.setHelperId( QLatin1String( "org.manjaro.msm.users" ) ); + KAuth::Action installActionUsersChangePassword( QLatin1String( "org.namib.msm.users.changepassword" ) ); + installActionUsersChangePassword.setHelperId( QLatin1String( "org.namib.msm.users" ) ); args.clear(); args["arguments"] = QStringList() << username; args["writeArgs"] = QStringList() << password << password; diff --git a/src/modules/users/AddUserDialog.h b/src/modules/users/AddUserDialog.h index a3dc40d..6b342a5 100644 --- a/src/modules/users/AddUserDialog.h +++ b/src/modules/users/AddUserDialog.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Roland Singer + * Roland Singer * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef ADDUSERDIALOG_H diff --git a/src/modules/users/CMakeLists.txt b/src/modules/users/CMakeLists.txt index 77af683..eb66d61 100644 --- a/src/modules/users/CMakeLists.txt +++ b/src/modules/users/CMakeLists.txt @@ -64,5 +64,5 @@ target_link_libraries(msm_users_authhelper KF5::Auth) install(TARGETS msm_users_authhelper DESTINATION ${KAUTH_HELPER_INSTALL_DIR}) -kauth_install_helper_files(msm_users_authhelper org.manjaro.msm.users root) -kauth_install_actions(org.manjaro.msm.users msm_users.actions) +kauth_install_helper_files(msm_users_authhelper org.namib.msm.users root) +kauth_install_actions(org.namib.msm.users msm_users.actions) diff --git a/src/modules/users/ChangePasswordDialog.cpp b/src/modules/users/ChangePasswordDialog.cpp index 02de0a2..e1e4d55 100644 --- a/src/modules/users/ChangePasswordDialog.cpp +++ b/src/modules/users/ChangePasswordDialog.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Roland Singer + * Roland Singer * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "ChangePasswordDialog.h" @@ -78,8 +78,8 @@ void ChangePasswordDialog::buttonApply_clicked() } // Set password - KAuth::Action installAction( QLatin1String( "org.manjaro.msm.users.changepassword" ) ); - installAction.setHelperId( QLatin1String( "org.manjaro.msm.users" ) ); + KAuth::Action installAction( QLatin1String( "org.namib.msm.users.changepassword" ) ); + installAction.setHelperId( QLatin1String( "org.namib.msm.users" ) ); QVariantMap args; args["arguments"] = QStringList() << username; args["writeArgs"] = QStringList() << password << password; diff --git a/src/modules/users/ChangePasswordDialog.h b/src/modules/users/ChangePasswordDialog.h index 4840fd7..b06c82b 100644 --- a/src/modules/users/ChangePasswordDialog.h +++ b/src/modules/users/ChangePasswordDialog.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Roland Singer + * Roland Singer * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef CHANGEPASSWORDDIALOG_H diff --git a/src/modules/users/FlatButton.cpp b/src/modules/users/FlatButton.cpp index 3ec6dc9..88d95e3 100644 --- a/src/modules/users/FlatButton.cpp +++ b/src/modules/users/FlatButton.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Roland Singer + * Roland Singer * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ diff --git a/src/modules/users/FlatButton.h b/src/modules/users/FlatButton.h index ed78464..2dc0720 100644 --- a/src/modules/users/FlatButton.h +++ b/src/modules/users/FlatButton.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Roland Singer + * Roland Singer * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef FLATBUTTON_H diff --git a/src/modules/users/PreviewFileDialog.cpp b/src/modules/users/PreviewFileDialog.cpp index fc2161e..796edf2 100644 --- a/src/modules/users/PreviewFileDialog.cpp +++ b/src/modules/users/PreviewFileDialog.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Roland Singer + * Roland Singer * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "PreviewFileDialog.h" diff --git a/src/modules/users/PreviewFileDialog.h b/src/modules/users/PreviewFileDialog.h index d8aa9f0..ba71a35 100644 --- a/src/modules/users/PreviewFileDialog.h +++ b/src/modules/users/PreviewFileDialog.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Roland Singer + * Roland Singer * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef PREVIEWFILEDIALOG_H diff --git a/src/modules/users/UsersAuthHelper.cpp b/src/modules/users/UsersAuthHelper.cpp index 737ff94..f8f103c 100644 --- a/src/modules/users/UsersAuthHelper.cpp +++ b/src/modules/users/UsersAuthHelper.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "UsersAuthHelper.h" @@ -161,5 +161,5 @@ UsersAuthHelper::changeimage( const QVariantMap& args ) return ActionReply::SuccessReply(); } -KAUTH_HELPER_MAIN( "org.manjaro.msm.users", UsersAuthHelper ) +KAUTH_HELPER_MAIN( "org.namib.msm.users", UsersAuthHelper ) #include "moc_UsersAuthHelper.cpp" diff --git a/src/modules/users/UsersAuthHelper.h b/src/modules/users/UsersAuthHelper.h index 25ad6fd..1f321c6 100644 --- a/src/modules/users/UsersAuthHelper.h +++ b/src/modules/users/UsersAuthHelper.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef USERSAUTHHELPER_H diff --git a/src/modules/users/UsersCommon.cpp b/src/modules/users/UsersCommon.cpp index 0a65656..a96e2f1 100644 --- a/src/modules/users/UsersCommon.cpp +++ b/src/modules/users/UsersCommon.cpp @@ -1,21 +1,21 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Roland Singer - * Ramon Buldó + * Roland Singer + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ @@ -147,8 +147,8 @@ UsersCommon::removeUser( QListWidgetItem* currentItem ) removeHome = "-r"; // Remove user - KAuth::Action installAction( QLatin1String( "org.manjaro.msm.users.remove" ) ); - installAction.setHelperId( QLatin1String( "org.manjaro.msm.users" ) ); + KAuth::Action installAction( QLatin1String( "org.namib.msm.users.remove" ) ); + installAction.setHelperId( QLatin1String( "org.namib.msm.users" ) ); QVariantMap args; args["arguments"] = QStringList() << removeHome << username; installAction.setArguments( args ); @@ -216,8 +216,8 @@ UsersCommon::setUserImage( Ui::PageUsers* ui ) if ( !copyDest.isEmpty() ) { - KAuth::Action installAction( QLatin1String( "org.manjaro.msm.users.changeimage" ) ); - installAction.setHelperId( QLatin1String( "org.manjaro.msm.users" ) ); + KAuth::Action installAction( QLatin1String( "org.namib.msm.users.changeimage" ) ); + installAction.setHelperId( QLatin1String( "org.namib.msm.users" ) ); QVariantMap args; args["copyDest"] = copyDest; args["filename"] = filename; diff --git a/src/modules/users/UsersCommon.h b/src/modules/users/UsersCommon.h index 6b4d84a..1d129aa 100644 --- a/src/modules/users/UsersCommon.h +++ b/src/modules/users/UsersCommon.h @@ -1,21 +1,21 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Roland Singer - * Ramon Buldó + * Roland Singer + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef USERSCOMMON_H diff --git a/src/modules/users/UsersModule.cpp b/src/modules/users/UsersModule.cpp index d3d1ff0..fb85f06 100644 --- a/src/modules/users/UsersModule.cpp +++ b/src/modules/users/UsersModule.cpp @@ -1,21 +1,21 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Roland Singer - * Ramon Buldó + * Roland Singer + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "MsmCommon.h" @@ -44,11 +44,11 @@ UsersModule::UsersModule( QWidget* parent, const QVariantList& args ) : PROJECT_VERSION, UsersCommon::getDescription(), KAboutLicense::LicenseKey::GPL_V3, - "(c) 2014 - 2017 Manjaro Settings Manager developers" ); + "(c) 2014 - 2017 Namib Settings Manager developers" ); aboutData->addAuthor( "Ramon Buldó", - QStringLiteral( "ramon@manjaro.org" ) ); + QStringLiteral( "ramon@namib.org" ) ); aboutData->addAuthor( "Roland Singer", - QStringLiteral( "roland@manjaro.org" ) ); + QStringLiteral( "roland@namib.org" ) ); aboutData->setCustomAuthorText( QString(), MsmCommon::getBugReportLink() ); setAboutData( aboutData ); setButtons( KCModule::NoAdditionalButton ); diff --git a/src/modules/users/UsersModule.h b/src/modules/users/UsersModule.h index 94fc726..3fb4901 100644 --- a/src/modules/users/UsersModule.h +++ b/src/modules/users/UsersModule.h @@ -1,21 +1,21 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Roland Singer - * Ramon Buldó + * Roland Singer + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef USERSMODULE_H diff --git a/src/modules/users/UsersPage.cpp b/src/modules/users/UsersPage.cpp index 09a76d5..1c8deaa 100644 --- a/src/modules/users/UsersPage.cpp +++ b/src/modules/users/UsersPage.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Roland Singer + * Roland Singer * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "UsersPage.h" diff --git a/src/modules/users/UsersPage.h b/src/modules/users/UsersPage.h index edc041f..606d5e3 100644 --- a/src/modules/users/UsersPage.h +++ b/src/modules/users/UsersPage.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Roland Singer + * Roland Singer * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef PAGEUSERS_H diff --git a/src/modules/users/msm_users.actions b/src/modules/users/msm_users.actions index 4284d14..0604661 100644 --- a/src/modules/users/msm_users.actions +++ b/src/modules/users/msm_users.actions @@ -1,34 +1,34 @@ [Domain] -Name=manjaro-settings-manager -Name[x-test]=xxmanjaro-settings-managerxx +Name=namib-settings-manager +Name[x-test]=xxnamib-settings-managerxx Icon=kauth-example -URL=https://github.com/manjaro/manjaro-settings-manager +URL=https://github.com/namib/namib-settings-manager -[org.manjaro.msm.users.add] +[org.namib.msm.users.add] Name=Add User Description=Add User Policy=auth_admin Persistence=session -[org.manjaro.msm.users.remove] +[org.namib.msm.users.remove] Name=Remove User Description=Remove User Policy=auth_admin Persistence=session -[org.manjaro.msm.users.changepassword] +[org.namib.msm.users.changepassword] Name=Change Password Description=Change Password Policy=auth_admin Persistence=session -[org.manjaro.msm.users.changeaccounttype] +[org.namib.msm.users.changeaccounttype] Name=Change Account Type Description=Change Account Type Policy=auth_admin Persistence=session -[org.manjaro.msm.users.changeimage] +[org.namib.msm.users.changeimage] Name=Change Image Description=Change Image Policy=auth_admin diff --git a/src/modules/users/msm_users.desktop b/src/modules/users/msm_users.desktop index b54bf74..25ee208 100644 --- a/src/modules/users/msm_users.desktop +++ b/src/modules/users/msm_users.desktop @@ -5,12 +5,12 @@ Exec=kcmshell5 msm_users X-KDE-Library=msm_users X-KDE-ServiceTypes=KCModule -X-KDE-System-Settings-Parent-Category=manjaro +X-KDE-System-Settings-Parent-Category=namib X-KDE-ParentApp=kcontrol X-KDE-PluginKeyword=msm_users X-KDE-Keywords=users X-KDE-Keywords[x-test]=xxusersxx -Categories=Qt;KDE;X-KDE-settings-system;manjaro +Categories=Qt;KDE;X-KDE-settings-system;namib Name=User Accounts Name[bg_BG]=Потребителски профили diff --git a/src/msm/CMakeLists.txt b/src/msm/CMakeLists.txt index cb5bfb7..101218b 100644 --- a/src/msm/CMakeLists.txt +++ b/src/msm/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_policy(SET CMP0063 NEW) include_directories(${CMAKE_CURRENT_BINARY_DIR}) file(GLOB MSM_GLOB - manjaro-settings-manager.desktop) + namib-settings-manager.desktop) set(MSM_SRCS ${MSM_GLOB} @@ -24,7 +24,7 @@ SET_TARGET_PROPERTIES(msm_bin PROPERTIES AUTOMOC TRUE ENABLE_EXPORTS TRUE - RUNTIME_OUTPUT_NAME manjaro-settings-manager) + RUNTIME_OUTPUT_NAME namib-settings-manager) target_link_libraries(msm_bin msm_page_kernel msm_page_keyboard @@ -40,5 +40,5 @@ target_link_libraries(msm_bin install(TARGETS msm_bin RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}) install(FILES - manjaro-settings-manager.desktop + namib-settings-manager.desktop DESTINATION ${CMAKE_INSTALL_DATADIR}/applications) diff --git a/src/msm/MsmApplication.cpp b/src/msm/MsmApplication.cpp index d45025c..87e5a26 100644 --- a/src/msm/MsmApplication.cpp +++ b/src/msm/MsmApplication.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "MsmApplication.h" @@ -29,16 +29,16 @@ MsmApplication::MsmApplication( int& argc, char* argv[] ) m_mainwindow( 0 ) { setAttribute(Qt::AA_EnableHighDpiScaling, true); - setOrganizationName( "Manjaro" ); - setOrganizationDomain( "Manjaro" ); - setApplicationName( "Manjaro Settings Manager" ); + setOrganizationName( "Namib" ); + setOrganizationDomain( "Namib" ); + setApplicationName( "Namib Settings Manager" ); setApplicationVersion( "0.5.3" ); } MsmApplication::~MsmApplication() { - qDebug() << "Shutting down Manjaro Settings Manager..."; + qDebug() << "Shutting down Namib Settings Manager..."; } diff --git a/src/msm/MsmApplication.h b/src/msm/MsmApplication.h index c0d6b34..065dc51 100644 --- a/src/msm/MsmApplication.h +++ b/src/msm/MsmApplication.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef MSMAPPLICATION_H diff --git a/src/msm/MsmWindow.cpp b/src/msm/MsmWindow.cpp index 2a210ae..4fd5c8e 100644 --- a/src/msm/MsmWindow.cpp +++ b/src/msm/MsmWindow.cpp @@ -1,21 +1,21 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Roland Singer - * Ramon Buldó + * Roland Singer + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "MsmWindow.h" @@ -151,7 +151,7 @@ MsmWindow::buttonShowAllSettings_clicked() ui->listWidget->clearSelection(); // Setup icon and titel - ui->labelHeader->setText( tr( "Manjaro Settings" ) ); + ui->labelHeader->setText( tr( "Namib Settings" ) ); ui->labelIcon->setPixmap( QPixmap( ":/images/resources/settings.png" ) ); // Hide buttons @@ -194,7 +194,7 @@ MsmWindow::closePageRequested( PageWidget* page ) void MsmWindow::writePositionSettings() { - QSettings settings( "manjaro", "manjaro-settings-manager" ); + QSettings settings( "namib", "namib-settings-manager" ); settings.beginGroup( "mainwindow" ); @@ -214,7 +214,7 @@ MsmWindow::writePositionSettings() void MsmWindow::readPositionSettings() { - QSettings settings( "manjaro", "manjaro-settings-manager" ); + QSettings settings( "namib", "namib-settings-manager" ); settings.beginGroup( "mainwindow" ); diff --git a/src/msm/MsmWindow.h b/src/msm/MsmWindow.h index 9dd6c87..58012b1 100644 --- a/src/msm/MsmWindow.h +++ b/src/msm/MsmWindow.h @@ -1,21 +1,21 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Roland Singer - * Ramon Buldó + * Roland Singer + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef MSMWINDOW_H diff --git a/src/msm/MsmWindow.ui b/src/msm/MsmWindow.ui index db31c24..2020638 100644 --- a/src/msm/MsmWindow.ui +++ b/src/msm/MsmWindow.ui @@ -17,7 +17,7 @@ - Manjaro Settings Manager + Namib Settings Manager diff --git a/src/msm/main.cpp b/src/msm/main.cpp index d017e8b..d29e5b4 100644 --- a/src/msm/main.cpp +++ b/src/msm/main.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "MsmApplication.h" diff --git a/src/msm/manjaro-settings-manager.desktop b/src/msm/manjaro-settings-manager.desktop deleted file mode 100644 index a20235d..0000000 --- a/src/msm/manjaro-settings-manager.desktop +++ /dev/null @@ -1,28 +0,0 @@ -[Desktop Entry] -Name=Manjaro Settings Manager -Name[ca]=Gestor de configuració de Manjaro -Name[da]=Manjaro indstillingshåndtering -Name[de]=Manjaro Einstellungen -Name[en_GB]=Manjaro Settings Manager -Name[es]=Gestor de configuración de Manjaro -Name[fr]=Manjaro Gestionnaire de paramètres -Name[pl]=Menedżer ustawień Manjaro -Name[ro]=Gestionar de Setări Manjaro -Name[sk]=Správca nastavení systému Manjaro - -Comment=Graphical Settings Manager for Manjaro -Comment[ca]=Gestor de configuració gràfic de Manjaro -Comment[da]=Grafisk indstillingshåndtering til Manjaro -Comment[de]=Grafische Einstellungsverwaltung für Manjaro -Comment[en_GB]=Graphical Settings Manager for Manjaro -Comment[es]=Gestor de configuración gráfico de Manjaro -Comment[fr]=Gestionnaire graphique de paramètres pour Manjaro -Comment[pl]=Graficzny menedżer ustawień systemu Manjaro -Comment[ro]=Gestionar grafic de setări de sistem pt. Manjaro -Comment[sk]=Grafický správca nastavení pre systém Manjaro - -Exec=manjaro-settings-manager -Icon=preferences-desktop -Terminal=false -Type=Application -Categories=Settings;DesktopSettings;X-LXDE-Settings;X-KDE-Settings;X-XFCE-SettingsDialog;X-XFCE-SystemSettings; diff --git a/src/msm/msm.qrc b/src/msm/msm.qrc index 5f3a203..4aa543e 100644 --- a/src/msm/msm.qrc +++ b/src/msm/msm.qrc @@ -10,7 +10,7 @@ resources/gpudriver.png resources/quit.png resources/settings.png - resources/tux-manjaro.png + resources/tux-namib.png resources/timedate.png resources/users.png diff --git a/src/msm/namib-settings-manager.desktop.desktop b/src/msm/namib-settings-manager.desktop.desktop new file mode 100644 index 0000000..e253888 --- /dev/null +++ b/src/msm/namib-settings-manager.desktop.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Name=Namib Settings Manager + +Comment=Graphical Settings Manager for Namib + +Exec=namib-settings-manager +Icon=preferences-desktop +Terminal=false +Type=Application +Categories=Settings;DesktopSettings;X-LXDE-Settings;X-KDE-Settings;X-XFCE-SettingsDialog;X-XFCE-SystemSettings; +Name[en_CA]=namib-settings-manager.desktop diff --git a/src/msm/resources/logo.png b/src/msm/resources/logo.png index 5784e08..b452dc5 100644 Binary files a/src/msm/resources/logo.png and b/src/msm/resources/logo.png differ diff --git a/src/msm/resources/tux-manjaro.png b/src/msm/resources/tux-manjaro.png deleted file mode 100644 index 360624d..0000000 Binary files a/src/msm/resources/tux-manjaro.png and /dev/null differ diff --git a/src/msm/resources/tux-namib.png b/src/msm/resources/tux-namib.png new file mode 100644 index 0000000..909a6ba Binary files /dev/null and b/src/msm/resources/tux-namib.png differ diff --git a/src/manjaro-category.desktop b/src/namib-category.desktop similarity index 75% rename from src/manjaro-category.desktop rename to src/namib-category.desktop index 1aec3b5..23dec65 100644 --- a/src/manjaro-category.desktop +++ b/src/namib-category.desktop @@ -1,9 +1,9 @@ [Desktop Entry] Type=Service X-KDE-ServiceTypes=SystemSettingsCategory -X-KDE-System-Settings-Category=manjaro +X-KDE-System-Settings-Category=namib X-KDE-System-Settings-Parent-Category= X-KDE-Weight=1 Icon=preferences-desktop-peripherals -Name=Manjaro +Name=Namib diff --git a/src/notifier/notifier/CMakeLists.txt b/src/notifier/notifier/CMakeLists.txt index e9377db..5dc4a6b 100644 --- a/src/notifier/notifier/CMakeLists.txt +++ b/src/notifier/notifier/CMakeLists.txt @@ -6,7 +6,7 @@ file(GLOB NOTIFIER_GLOB msm_notifier.desktop msm_notifier_settings.desktop icons/language.png - icons/tux-manjaro.png) + icons/tux-namib.png) set(NOTIFIER_SRCS ${NOTIFIER_GLOB} diff --git a/src/notifier/notifier/Notifier.cpp b/src/notifier/notifier/Notifier.cpp index fa99ed9..efade6e 100644 --- a/src/notifier/notifier/Notifier.cpp +++ b/src/notifier/notifier/Notifier.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "LanguageCommon.h" @@ -39,11 +39,11 @@ Notifier::Notifier( QObject* parent ) : m_tray = new QSystemTrayIcon( this ); - m_tray->setIcon( QIcon::fromTheme( "manjaro-settings-manager" ) ); + m_tray->setIcon( QIcon::fromTheme( "namib-settings-manager" ) ); QMenu* menu = new QMenu(); m_tray->setContextMenu( menu ); - QAction* msmKernel = new QAction( QIcon( ":/icons/tux-manjaro.png" ), + QAction* msmKernel = new QAction( QIcon( ":/icons/tux-namib.png" ), QString( tr ( "Kernels" ) ), menu ); QAction* msmLanguagePackages = new QAction( @@ -67,12 +67,12 @@ Notifier::Notifier( QObject* parent ) : connect( msmKernel, &QAction::triggered, this, [msmKernel, this]() { - QProcess::startDetached( "manjaro-settings-manager", QStringList() << "-m" << "msm_kernel" ); + QProcess::startDetached( "namib-settings-manager", QStringList() << "-m" << "msm_kernel" ); m_tray->hide(); } ); connect( msmLanguagePackages, &QAction::triggered, this, [msmLanguagePackages, this]() { - QProcess::startDetached( "manjaro-settings-manager", QStringList() << "-m" << "msm_language_packages" ); + QProcess::startDetached( "namib-settings-manager", QStringList() << "-m" << "msm_language_packages" ); m_tray->hide(); } ); @@ -188,7 +188,7 @@ Notifier::cLanguagePackage() { qDebug() << "Missing language packages found, notifying user..."; m_tray->show(); - m_tray->showMessage( tr( "Manjaro Settings Manager" ), + m_tray->showMessage( tr( "Namib Settings Manager" ), QString( tr( "%n new additional language package(s) available", "", packageNumber ) ), QSystemTrayIcon::Information, 10000 ); @@ -227,7 +227,7 @@ Notifier::cKernel() if ( foundRunning ) { m_tray->show(); - m_tray->showMessage( QString( tr( "Manjaro Settings Manager" ) ), + m_tray->showMessage( QString( tr( "Namib Settings Manager" ) ), QString( tr( "Running an unsupported kernel, please update." ) ), QSystemTrayIcon::Warning, 10000 ); @@ -235,7 +235,7 @@ Notifier::cKernel() else if ( found ) { m_tray->show(); - m_tray->showMessage( QString( tr( "Manjaro Settings Manager" ) ), + m_tray->showMessage( QString( tr( "Namib Settings Manager" ) ), QString( tr( "Unsupported kernel installed in your system, please remove it." ) ), QSystemTrayIcon::Information, 10000 ); @@ -288,7 +288,7 @@ Notifier::cKernel() void Notifier::showNewKernelNotification() { m_tray->show(); - m_tray->showMessage( QString( tr( "Manjaro Settings Manager" ) ), + m_tray->showMessage( QString( tr( "Namib Settings Manager" ) ), QString( tr( "Newer kernel is available, please update." ) ), QSystemTrayIcon::Information, 10000 ); @@ -298,7 +298,7 @@ void Notifier::showNewKernelNotification() void Notifier::loadConfiguration() { - QSettings settings( "manjaro", "manjaro-settings-manager" ); + QSettings settings( "namib", "namib-settings-manager" ); m_checkLanguagePackage = settings.value( "notifications/checkLanguagePackages", true ).toBool(); m_checkUnsupportedKernel = settings.value( "notifications/checkUnsupportedKernel", true ).toBool(); m_checkUnsupportedKernelRunning = settings.value( "notifications/checkUnsupportedKernelRunning", true ).toBool(); @@ -312,7 +312,7 @@ Notifier::loadConfiguration() bool Notifier::isPackageIgnored( const QString package, const QString group ) { - QSettings settings( "manjaro", "manjaro-settings-manager-Notifier" ); + QSettings settings( "namib", "namib-settings-manager-Notifier" ); settings.beginGroup( group ); int value = settings.value( "notify_count_" + package, "0" ).toInt(); settings.endGroup(); @@ -323,7 +323,7 @@ Notifier::isPackageIgnored( const QString package, const QString group ) void Notifier::addToConfig( const QString package, const QString group ) { - QSettings settings( "manjaro", "manjaro-settings-manager-Notifier" ); + QSettings settings( "namib", "namib-settings-manager-Notifier" ); settings.beginGroup( group ); int value = settings.value( "notify_count_" + package, "0" ).toInt(); ++value; diff --git a/src/notifier/notifier/Notifier.h b/src/notifier/notifier/Notifier.h index 02adb97..ad7403a 100644 --- a/src/notifier/notifier/Notifier.h +++ b/src/notifier/notifier/Notifier.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef NOTIFIER_H diff --git a/src/notifier/notifier/NotifierApp.cpp b/src/notifier/notifier/NotifierApp.cpp index 8c4bf2e..85f9d16 100644 --- a/src/notifier/notifier/NotifierApp.cpp +++ b/src/notifier/notifier/NotifierApp.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "NotifierApp.h" @@ -26,8 +26,8 @@ NotifierApp::NotifierApp( int& argc, char* argv[] ) : QApplication( argc, argv ) { - setOrganizationName( "Manjaro" ); - setOrganizationDomain( "Manjaro" ); + setOrganizationName( "Namib" ); + setOrganizationDomain( "Namib" ); setApplicationName( "MSM Notifier" ); setApplicationVersion( PROJECT_VERSION ); setQuitOnLastWindowClosed( false ); diff --git a/src/notifier/notifier/NotifierApp.h b/src/notifier/notifier/NotifierApp.h index 99e87f7..0e8e97d 100644 --- a/src/notifier/notifier/NotifierApp.h +++ b/src/notifier/notifier/NotifierApp.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef NOTIFIERAPP_H diff --git a/src/notifier/notifier/const.h b/src/notifier/notifier/const.h index fbe12be..e911ab5 100644 --- a/src/notifier/notifier/const.h +++ b/src/notifier/notifier/const.h @@ -1,6 +1,6 @@ /* - * Manjaro Settings Manager - * Roland Singer + * Namib Settings Manager + * Roland Singer * * Copyright (C) 2007 Free Software Foundation, Inc. * @@ -22,7 +22,7 @@ #define CONST_H -#define LANGUAGE_PACKAGES_FILE "/var/lib/manjaro-system-settings/language_packages.list" +#define LANGUAGE_PACKAGES_FILE "/var/lib/namib-system-settings/language_packages.list" #define LOCALE_GEN "/etc/locale.gen" #define LOCALE_CONF "/etc/locale.conf" #define LOCALESSUPPORTED "/usr/share/i18n/SUPPORTED" diff --git a/src/notifier/notifier/icons/tux-manjaro.png b/src/notifier/notifier/icons/tux-manjaro.png deleted file mode 100644 index f8ffcea..0000000 Binary files a/src/notifier/notifier/icons/tux-manjaro.png and /dev/null differ diff --git a/src/notifier/notifier/icons/tux-namib.png b/src/notifier/notifier/icons/tux-namib.png new file mode 100644 index 0000000..483e425 Binary files /dev/null and b/src/notifier/notifier/icons/tux-namib.png differ diff --git a/src/notifier/notifier/main.cpp b/src/notifier/notifier/main.cpp index eb04ae4..232d9bb 100644 --- a/src/notifier/notifier/main.cpp +++ b/src/notifier/notifier/main.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "NotifierApp.h" diff --git a/src/notifier/notifier/msm_notifier_settings.desktop b/src/notifier/notifier/msm_notifier_settings.desktop index a63c6fa..558027a 100644 --- a/src/notifier/notifier/msm_notifier_settings.desktop +++ b/src/notifier/notifier/msm_notifier_settings.desktop @@ -1,16 +1,16 @@ [Desktop Entry] -Name=Manjaro Notifier Settings -Name[da]=Manjaro-notifikatorindstillinger -Name[fr]=Paramètres du Notifieur Manjaro -Name[pl]=Ustawienia powiadomień Manjaro -Name[sk]=Nastavenia oznámení systému Manjaro +Name=Namib Notifier Settings +Name[da]=Namib-notifikatorindstillinger +Name[fr]=Paramètres du Notifieur Namib +Name[pl]=Ustawienia powiadomień Namib +Name[sk]=Nastavenia oznámení systému Namib -Comment=Graphical Settings for Manjaro Notifier -Comment[da]=Grafiske indstillinger til Manjaro-notifikator -Comment[de]=Grafische Einstellungsverwaltung für Manjaro -Comment[fr]=Gestionnaire graphique de paramètres pour Notifieur Manjaro -Comment[pl]=Graficzne ustawienia powiadomień systemu Manjaro -Comment[sk]=Grafické nastavenia oznámení pre systém Manjaro +Comment=Graphical Settings for Namib Notifier +Comment[da]=Grafiske indstillinger til Namib-notifikator +Comment[de]=Grafische Einstellungsverwaltung für Namib +Comment[fr]=Gestionnaire graphique de paramètres pour Notifieur Namib +Comment[pl]=Graficzne ustawienia powiadomień systemu Namib +Comment[sk]=Grafické nastavenia oznámení pre systém Namib Exec=msm_notifier --settings Icon=preferences-desktop diff --git a/src/notifier/notifier/notifier.qrc b/src/notifier/notifier/notifier.qrc index e899bab..97a0bab 100644 --- a/src/notifier/notifier/notifier.qrc +++ b/src/notifier/notifier/notifier.qrc @@ -1,6 +1,6 @@ icons/language.png - icons/tux-manjaro.png + icons/tux-namib.png diff --git a/src/notifier/notifier_kde/CMakeLists.txt b/src/notifier/notifier_kde/CMakeLists.txt index 8493a9c..5982984 100644 --- a/src/notifier/notifier_kde/CMakeLists.txt +++ b/src/notifier/notifier_kde/CMakeLists.txt @@ -6,7 +6,7 @@ file(GLOB NOTIFIER_KDE_GLOB msm_kde_notifier.desktop msm_kde_notifier_settings.desktop icons/language.png - icons/tux-manjaro.png) + icons/tux-namib.png) set(NOTIFIER_KDE_SRCS ${NOTIFIER_KDE_GLOB} diff --git a/src/notifier/notifier_kde/Notifier.cpp b/src/notifier/notifier_kde/Notifier.cpp index db2709f..e1910a9 100644 --- a/src/notifier/notifier_kde/Notifier.cpp +++ b/src/notifier/notifier_kde/Notifier.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "LanguageCommon.h" @@ -37,13 +37,13 @@ Notifier::Notifier( QObject* parent ) : QObject( parent ) { m_tray = new KStatusNotifierItem( this ); - m_tray->setTitle( QString( tr ( "Manjaro Settings Manager" ) ) ); - m_tray->setIconByName( "manjaro-settings-manager" ); + m_tray->setTitle( QString( tr ( "Namib Settings Manager" ) ) ); + m_tray->setIconByName( "namib-settings-manager" ); m_tray->setStatus( KStatusNotifierItem::Passive ); auto menu = m_tray->contextMenu(); - QAction* msmKernel = new QAction( QIcon( ":/icons/tux-manjaro.png" ), + QAction* msmKernel = new QAction( QIcon( ":/icons/tux-namib.png" ), QString( tr ( "Kernels" ) ), menu ); QAction* msmLanguagePackages = new QAction( @@ -62,12 +62,12 @@ Notifier::Notifier( QObject* parent ) : connect( msmKernel, &QAction::triggered, this, [msmKernel, this]() { - QProcess::startDetached( "manjaro-settings-manager", QStringList() << "-m" << "msm_kernel" ); + QProcess::startDetached( "namib-settings-manager", QStringList() << "-m" << "msm_kernel" ); m_tray->setStatus( KStatusNotifierItem::Passive ); } ); connect( msmLanguagePackages, &QAction::triggered, this, [msmLanguagePackages, this]() { - QProcess::startDetached( "manjaro-settings-manager", QStringList() << "-m" << "msm_language_packages" ); + QProcess::startDetached( "namib-settings-manager", QStringList() << "-m" << "msm_language_packages" ); m_tray->setStatus( KStatusNotifierItem::Passive ); } ); @@ -178,7 +178,7 @@ Notifier::cLanguagePackage() { qDebug() << "Missing language packages found, notifying user..."; m_tray->setStatus( KStatusNotifierItem::Active ); - m_tray->showMessage( tr( "Manjaro Settings Manager" ), + m_tray->showMessage( tr( "Namib Settings Manager" ), QString( tr( "%n new additional language package(s) available", "", packageNumber ) ), QString( "dialog-information" ), 10000 ); @@ -217,7 +217,7 @@ Notifier::cKernel() if ( foundRunning ) { m_tray->setStatus( KStatusNotifierItem::Active ); - m_tray->showMessage( QString( tr( "Manjaro Settings Manager" ) ), + m_tray->showMessage( QString( tr( "Namib Settings Manager" ) ), QString( tr( "Running an unsupported kernel, please update." ) ), QString( "dialog-warning" ), 10000 ); @@ -225,7 +225,7 @@ Notifier::cKernel() else if ( found ) { m_tray->setStatus( KStatusNotifierItem::Active ); - m_tray->showMessage( QString( tr( "Manjaro Settings Manager" ) ), + m_tray->showMessage( QString( tr( "Namib Settings Manager" ) ), QString( tr( "Unsupported kernel installed in your system, please remove it." ) ), QString( "dialog-information" ), 10000 ); @@ -278,7 +278,7 @@ Notifier::cKernel() void Notifier::showNewKernelNotification() { m_tray->setStatus( KStatusNotifierItem::Active ); - m_tray->showMessage( QString( tr( "Manjaro Settings Manager" ) ), + m_tray->showMessage( QString( tr( "Namib Settings Manager" ) ), QString( tr( "Newer kernel is available, please update." ) ), QString( "dialog-information" ), 10000 ); @@ -288,7 +288,7 @@ void Notifier::showNewKernelNotification() void Notifier::loadConfiguration() { - QSettings settings( "manjaro", "manjaro-settings-manager" ); + QSettings settings( "namib", "namib-settings-manager" ); m_checkLanguagePackage = settings.value( "notifications/checkLanguagePackages", true ).toBool(); m_checkUnsupportedKernel = settings.value( "notifications/checkUnsupportedKernel", true ).toBool(); m_checkUnsupportedKernelRunning = settings.value( "notifications/checkUnsupportedKernelRunning", false ).toBool(); @@ -302,7 +302,7 @@ Notifier::loadConfiguration() bool Notifier::isPackageIgnored( const QString package, const QString group ) { - QSettings settings( "manjaro", "manjaro-settings-manager-Notifier" ); + QSettings settings( "namib", "namib-settings-manager-Notifier" ); settings.beginGroup( group ); int value = settings.value( "notify_count_" + package, "0" ).toInt(); settings.endGroup(); @@ -313,7 +313,7 @@ Notifier::isPackageIgnored( const QString package, const QString group ) void Notifier::addToConfig( const QString package, const QString group ) { - QSettings settings( "manjaro", "manjaro-settings-manager-Notifier" ); + QSettings settings( "namib", "namib-settings-manager-Notifier" ); settings.beginGroup( group ); int value = settings.value( "notify_count_" + package, "0" ).toInt(); ++value; diff --git a/src/notifier/notifier_kde/Notifier.h b/src/notifier/notifier_kde/Notifier.h index f56199a..fddb1cf 100644 --- a/src/notifier/notifier_kde/Notifier.h +++ b/src/notifier/notifier_kde/Notifier.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef NOTIFIER_H diff --git a/src/notifier/notifier_kde/NotifierApp.cpp b/src/notifier/notifier_kde/NotifierApp.cpp index 5ed6074..14e4b94 100644 --- a/src/notifier/notifier_kde/NotifierApp.cpp +++ b/src/notifier/notifier_kde/NotifierApp.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "NotifierApp.h" @@ -26,8 +26,8 @@ NotifierApp::NotifierApp( int& argc, char* argv[] ) : QApplication( argc, argv ) { - setOrganizationName( "Manjaro" ); - setOrganizationDomain( "Manjaro" ); + setOrganizationName( "Namib" ); + setOrganizationDomain( "Namib" ); setApplicationName( "MSM Notifier for Plasma5" ); setApplicationVersion( PROJECT_VERSION ); } diff --git a/src/notifier/notifier_kde/NotifierApp.h b/src/notifier/notifier_kde/NotifierApp.h index 99e87f7..0e8e97d 100644 --- a/src/notifier/notifier_kde/NotifierApp.h +++ b/src/notifier/notifier_kde/NotifierApp.h @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #ifndef NOTIFIERAPP_H diff --git a/src/notifier/notifier_kde/const.h b/src/notifier/notifier_kde/const.h index fbe12be..e911ab5 100644 --- a/src/notifier/notifier_kde/const.h +++ b/src/notifier/notifier_kde/const.h @@ -1,6 +1,6 @@ /* - * Manjaro Settings Manager - * Roland Singer + * Namib Settings Manager + * Roland Singer * * Copyright (C) 2007 Free Software Foundation, Inc. * @@ -22,7 +22,7 @@ #define CONST_H -#define LANGUAGE_PACKAGES_FILE "/var/lib/manjaro-system-settings/language_packages.list" +#define LANGUAGE_PACKAGES_FILE "/var/lib/namib-system-settings/language_packages.list" #define LOCALE_GEN "/etc/locale.gen" #define LOCALE_CONF "/etc/locale.conf" #define LOCALESSUPPORTED "/usr/share/i18n/SUPPORTED" diff --git a/src/notifier/notifier_kde/icons/tux-manjaro.png b/src/notifier/notifier_kde/icons/tux-manjaro.png deleted file mode 100644 index f8ffcea..0000000 Binary files a/src/notifier/notifier_kde/icons/tux-manjaro.png and /dev/null differ diff --git a/src/notifier/notifier_kde/icons/tux-namib.png b/src/notifier/notifier_kde/icons/tux-namib.png new file mode 100644 index 0000000..6f679ed Binary files /dev/null and b/src/notifier/notifier_kde/icons/tux-namib.png differ diff --git a/src/notifier/notifier_kde/main.cpp b/src/notifier/notifier_kde/main.cpp index 2082fb2..014373a 100644 --- a/src/notifier/notifier_kde/main.cpp +++ b/src/notifier/notifier_kde/main.cpp @@ -1,20 +1,20 @@ /* - * This file is part of Manjaro Settings Manager. + * This file is part of Namib Settings Manager. * - * Ramon Buldó + * Ramon Buldó * - * Manjaro Settings Manager is free software: you can redistribute it and/or modify + * Namib Settings Manager is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Manjaro Settings Manager is distributed in the hope that it will be useful, + * Namib Settings Manager 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 General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Manjaro Settings Manager. If not, see . + * along with Namib Settings Manager. If not, see . */ #include "NotifierApp.h" diff --git a/src/notifier/notifier_kde/msm_kde_notifier_settings.desktop b/src/notifier/notifier_kde/msm_kde_notifier_settings.desktop index b3b0526..8b73ec0 100644 --- a/src/notifier/notifier_kde/msm_kde_notifier_settings.desktop +++ b/src/notifier/notifier_kde/msm_kde_notifier_settings.desktop @@ -1,16 +1,16 @@ [Desktop Entry] -Name=Manjaro Notifier KDE Settings -Name[da]=Manjaro-notifikator KDE-indstillinger -Name[fr]=Paramètres du Notifieur KDE Manjaro -Name[pl]=Ustawienia powiadomień Manjaro dla KDE -Name[sk]=Nastavenia oznámení KDE systému Manjaro +Name=Namib Notifier KDE Settings +Name[da]=Namib-notifikator KDE-indstillinger +Name[fr]=Paramètres du Notifieur KDE Namib +Name[pl]=Ustawienia powiadomień Namib dla KDE +Name[sk]=Nastavenia oznámení KDE systému Namib -Comment=Graphical Settings for Manjaro Notifier KDE -Comment[da]=Grafiske indstillinger til Manjaro-notifikator KDE -Comment[de]=Grafische Einstellungsverwaltung für Manjaro -Comment[fr]=Gestionnaire graphique de paramètres pour Notifieur Manjaro -Comment[pl]=Graficzne ustawienia powiadomień Manjaro dla środowiska KDE -Comment[sk]=Grafické nastavenia oznámení prostredia KDE pre systém Manjaro +Comment=Graphical Settings for Namib Notifier KDE +Comment[da]=Grafiske indstillinger til Namib-notifikator KDE +Comment[de]=Grafische Einstellungsverwaltung für Namib +Comment[fr]=Gestionnaire graphique de paramètres pour Notifieur Namib +Comment[pl]=Graficzne ustawienia powiadomień Namib dla środowiska KDE +Comment[sk]=Grafické nastavenia oznámení prostredia KDE pre systém Namib Exec=msm_kde_notifier --settings Icon=preferences-desktop diff --git a/src/notifier/notifier_kde/notifier.qrc b/src/notifier/notifier_kde/notifier.qrc index e899bab..97a0bab 100644 --- a/src/notifier/notifier_kde/notifier.qrc +++ b/src/notifier/notifier_kde/notifier.qrc @@ -1,6 +1,6 @@ icons/language.png - icons/tux-manjaro.png + icons/tux-namib.png