Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package colord-kde for openSUSE:Factory checked in at 2026-08-24 12:05:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/colord-kde (Old) and /work/SRC/openSUSE:Factory/.colord-kde.new.1258 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "colord-kde" Mon Aug 24 12:05:14 2026 rev:50 rq:1372322 version:26.08.0 Changes: -------- --- /work/SRC/openSUSE:Factory/colord-kde/colord-kde.changes 2026-07-02 22:10:45.863570855 +0200 +++ /work/SRC/openSUSE:Factory/.colord-kde.new.1258/colord-kde.changes 2026-08-24 12:08:30.844306007 +0200 @@ -1,0 +2,26 @@ +Sun Aug 16 07:26:33 UTC 2026 - Christophe Marin <[email protected]> + +- Update to 26.08.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/26.08.0/ +- No code change since 26.07.90 + +------------------------------------------------------------------- +Sat Aug 1 11:38:17 UTC 2026 - Christophe Marin <[email protected]> + +- Update to 26.07.90 + * New feature release +- No code change since 26.07.80 + +------------------------------------------------------------------- +Sat Jul 18 11:10:53 UTC 2026 - Christophe Marin <[email protected]> + +- Update to 26.07.80 + * New feature release +- Changes since 26.04.3: + * Add missing qqml.h include + * Only load KDED module on X11 + * Fix some cmake warnings + +------------------------------------------------------------------- Old: ---- colord-kde-26.04.3.tar.xz colord-kde-26.04.3.tar.xz.sig New: ---- colord-kde-26.08.0.tar.xz colord-kde-26.08.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ colord-kde.spec ++++++ --- /var/tmp/diff_new_pack.guH772/_old 2026-08-24 12:08:31.541331088 +0200 +++ /var/tmp/diff_new_pack.guH772/_new 2026-08-24 12:08:31.543331160 +0200 @@ -17,12 +17,12 @@ %global __requires_exclude qt6qmlimport\\(kcmcolord.* -%define kf6_version 6.19.0 +%define kf6_version 6.27.0 %define qt6_version 6.9.0 %bcond_without released Name: colord-kde -Version: 26.04.3 +Version: 26.08.0 Release: 0 Summary: KDE interfaces and session daemon to colord License: GPL-2.0-or-later ++++++ colord-kde-26.04.3.tar.xz -> colord-kde-26.08.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/colord-kde-26.04.3/CMakeLists.txt new/colord-kde-26.08.0/CMakeLists.txt --- old/colord-kde-26.04.3/CMakeLists.txt 2026-06-26 14:14:57.000000000 +0200 +++ new/colord-kde-26.08.0/CMakeLists.txt 2026-08-12 06:00:38.000000000 +0200 @@ -4,8 +4,8 @@ # KDE Application Version, managed by release script set (RELEASE_SERVICE_VERSION_MAJOR "26") -set (RELEASE_SERVICE_VERSION_MINOR "04") -set (RELEASE_SERVICE_VERSION_MICRO "3") +set (RELEASE_SERVICE_VERSION_MINOR "08") +set (RELEASE_SERVICE_VERSION_MICRO "0") set (RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(colord-kde VERSION ${RELEASE_SERVICE_VERSION}) @@ -15,7 +15,7 @@ set(KDE_COMPILERSETTINGS_LEVEL "5.82") find_package(ECM ${KF_MIN_VERSION} REQUIRED NO_MODULE) -set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH}) +set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH}) include(KDEInstallDirs) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/colord-kde-26.04.3/colord-kcm/CMakeLists.txt new/colord-kde-26.08.0/colord-kcm/CMakeLists.txt --- old/colord-kde-26.04.3/colord-kcm/CMakeLists.txt 2026-06-26 14:14:57.000000000 +0200 +++ new/colord-kde-26.08.0/colord-kcm/CMakeLists.txt 2026-08-12 06:00:38.000000000 +0200 @@ -1,5 +1,4 @@ include_directories(${CMAKE_SOURCE_DIR}/colord-kcm - ${CMAKE_BUILD_DIR} ) set(kcm_colord_SRCS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/colord-kde-26.04.3/colord-kcm/kcm_colord.json new/colord-kde-26.08.0/colord-kcm/kcm_colord.json --- old/colord-kde-26.04.3/colord-kcm/kcm_colord.json 2026-06-26 14:14:57.000000000 +0200 +++ new/colord-kde-26.08.0/colord-kcm/kcm_colord.json 2026-08-12 06:00:38.000000000 +0200 @@ -84,6 +84,7 @@ "Name[sl]": "Upravljanje barv", "Name[sv]": "Färghantering", "Name[tr]": "Renk Yönetimi", + "Name[ug]": "رەڭ باشقۇرۇش", "Name[uk]": "Керування кольорами", "Name[zh_CN]": "色彩管理", "Name[zh_TW]": "色彩管理", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/colord-kde-26.04.3/colord-kded/CMakeLists.txt new/colord-kde-26.08.0/colord-kded/CMakeLists.txt --- old/colord-kde-26.04.3/colord-kded/CMakeLists.txt 2026-06-26 14:14:57.000000000 +0200 +++ new/colord-kde-26.08.0/colord-kded/CMakeLists.txt 2026-08-12 06:00:38.000000000 +0200 @@ -1,5 +1,4 @@ include_directories(${CMAKE_SOURCE_DIR}/colord-kded - ${CMAKE_BUILD_DIR} ) add_definitions(-DPROJECT_NAME=\"${PROJECT_NAME}\") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/colord-kde-26.04.3/colord-kded/colord.json new/colord-kde-26.08.0/colord-kded/colord.json --- old/colord-kde-26.04.3/colord-kded/colord.json 2026-06-26 14:14:57.000000000 +0200 +++ new/colord-kde-26.08.0/colord-kded/colord.json 2026-08-12 06:00:38.000000000 +0200 @@ -91,5 +91,8 @@ }, "X-KDE-DBus-ModuleName": "colord", "X-KDE-Kded-autoload": true, - "X-KDE-Kded-phase": 1 + "X-KDE-Kded-phase": 1, + "X-KDE-OnlyShowOnQtPlatforms": [ + "xcb" + ] } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/colord-kde-26.04.3/icc-importer/colordkdeiccimporter.desktop new/colord-kde-26.08.0/icc-importer/colordkdeiccimporter.desktop --- old/colord-kde-26.04.3/icc-importer/colordkdeiccimporter.desktop 2026-06-26 14:14:57.000000000 +0200 +++ new/colord-kde-26.08.0/icc-importer/colordkdeiccimporter.desktop 2026-08-12 06:00:38.000000000 +0200 @@ -52,7 +52,7 @@ Name[sl]=Namestilnik profilov ICC Name[sv]=ICC-profilinstallation Name[tr]=ICC Profil Kur -Name[ug]=ICC Profile ئورناتقۇچ +Name[ug]=ICC سەپلىمە ھۆججەت ئورناتقۇچ Name[uk]=Програма для встановлення профілів ICC Name[zh_CN]=ICC 特性文件安装程序 Name[zh_TW]=ICC 設定檔安裝工具 @@ -100,7 +100,7 @@ Comment[sl]=Namesti profile ICC Comment[sv]=Installera ICC-profiler Comment[tr]=ICC profilleri kurun -Comment[ug]=ICC Profile نى ئورنىتىش پروگراممىسى +Comment[ug]=ICC سەپلىمە ھۆججەتنى ئورنىتىش پىروگراممىسى Comment[uk]=Встановлення профілів ICC Comment[zh_CN]=安装 ICC 特性文件 Comment[zh_TW]=安裝 ICC 設定檔 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/colord-kde-26.04.3/po/ar/colord-kde.po new/colord-kde-26.08.0/po/ar/colord-kde.po --- old/colord-kde-26.04.3/po/ar/colord-kde.po 2026-06-26 14:14:57.000000000 +0200 +++ new/colord-kde-26.08.0/po/ar/colord-kde.po 2026-08-12 06:00:38.000000000 +0200 @@ -126,7 +126,7 @@ #: colord-kcm/DeviceDescription.cpp:221 #, kde-format msgid "The device type is not currently supported for calibrating." -msgstr "نوع الجهاز غير مدعوم للمعايرة حالياً." +msgstr "نوع الجهاز غير مدعوم للمعايرة حاليًا." #: colord-kcm/DeviceModel.cpp:250 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/colord-kde-26.04.3/po/de/colord-kde.po new/colord-kde-26.08.0/po/de/colord-kde.po --- old/colord-kde-26.04.3/po/de/colord-kde.po 2026-06-26 14:14:57.000000000 +0200 +++ new/colord-kde-26.08.0/po/de/colord-kde.po 2026-08-12 06:00:38.000000000 +0200 @@ -1,8 +1,8 @@ -# SPDX-FileCopyrightText: 2024 Johannes Obermayr <[email protected]> -# SPDX-FileCopyrightText: 2012, 2013, 2015, 2016 Burkhard Lück <[email protected]> -# SPDX-FileCopyrightText: 2013, 2022 Frederik Schwarzer <[email protected]> +# SPDX-FileCopyrightText: 2012-2013, 2015-2016 Burkhard Lück <[email protected]> # SPDX-FileCopyrightText: 2013 Benjamin Weis <[email protected]> +# SPDX-FileCopyrightText: 2013, 2022 Frederik Schwarzer <[email protected]> # SPDX-FileCopyrightText: 2022 Alois Spitzbart <[email protected]> +# SPDX-FileCopyrightText: 2024 Johannes Obermayr <[email protected]> msgid "" msgstr "" "Project-Id-Version: colord-kde\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/colord-kde-26.04.3/po/he/colord-kde.po new/colord-kde-26.08.0/po/he/colord-kde.po --- old/colord-kde-26.04.3/po/he/colord-kde.po 2026-06-26 14:14:57.000000000 +0200 +++ new/colord-kde-26.08.0/po/he/colord-kde.po 2026-08-12 06:00:38.000000000 +0200 @@ -1,13 +1,13 @@ # Copyright (C) 2024 This file is copyright: # This file is distributed under the same license as the colord-kde package. # -# SPDX-FileCopyrightText: 2024, 2025 Yaron Shahrabani <[email protected]> +# SPDX-FileCopyrightText: 2024, 2025, 2026 Yaron Shahrabani <[email protected]> msgid "" msgstr "" "Project-Id-Version: colord-kde\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2025-11-17 11:50+0000\n" -"PO-Revision-Date: 2025-10-05 12:18+0300\n" +"PO-Revision-Date: 2026-03-20 08:13+0200\n" "Last-Translator: Yaron Shahrabani <[email protected]>\n" "Language-Team: צוות התרגום של KDE ישראל\n" "Language: he\n" @@ -16,7 +16,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && " "n % 10 == 0) ? 2 : 3));\n" -"X-Generator: Lokalize 25.08.1\n" +"X-Generator: Lokalize 25.12.3\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -527,7 +527,7 @@ #: icc-importer/main.cpp:93 #, kde-format msgid "Failed to parse file: %1" -msgstr "פענוח הקובץ נכשל: %1" +msgstr "פיענוח הקובץ נכשל: %1" #: icc-importer/main.cpp:93 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/colord-kde-26.04.3/po/nn/colord-kde.po new/colord-kde-26.08.0/po/nn/colord-kde.po --- old/colord-kde-26.04.3/po/nn/colord-kde.po 2026-06-26 14:14:57.000000000 +0200 +++ new/colord-kde-26.08.0/po/nn/colord-kde.po 2026-08-12 06:00:38.000000000 +0200 @@ -1,5 +1,6 @@ # Translation of colord-kde to Norwegian Nynorsk # +# Karl Ove Hufthammer <[email protected]>, 2020, 2021, 2022, 2023, 2026. msgid "" msgstr "" "Project-Id-Version: colord-kde\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/colord-kde-26.04.3/po/tr/colord-kde.po new/colord-kde-26.08.0/po/tr/colord-kde.po --- old/colord-kde-26.04.3/po/tr/colord-kde.po 2026-06-26 14:14:57.000000000 +0200 +++ new/colord-kde-26.08.0/po/tr/colord-kde.po 2026-08-12 06:00:38.000000000 +0200 @@ -3,13 +3,13 @@ # # Translators: # Volkan Gezer <[email protected]>, 2013. -# SPDX-FileCopyrightText: 2022, 2023, 2024 Emir SARI <[email protected]> +# SPDX-FileCopyrightText: 2022, 2023, 2024, 2026 Emir SARI <[email protected]> msgid "" msgstr "" "Project-Id-Version: playground-graphics-kde4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2025-11-17 11:50+0000\n" -"PO-Revision-Date: 2024-09-23 15:21+0300\n" +"PO-Revision-Date: 2026-05-02 19:50+0300\n" "Last-Translator: Emir SARI <[email protected]>\n" "Language-Team: Turkish <[email protected]>\n" "Language: tr\n" @@ -17,12 +17,12 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Lokalize 24.11.70\n" +"X-Generator: Lokalize 25.12.3\n" #, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" -msgstr "Volkan Gezer" +msgstr "Volkan GEZER" #, kde-format msgctxt "EMAIL OF TRANSLATORS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/colord-kde-26.04.3/po/ug/colord-kde.po new/colord-kde-26.08.0/po/ug/colord-kde.po --- old/colord-kde-26.04.3/po/ug/colord-kde.po 2026-06-26 14:14:57.000000000 +0200 +++ new/colord-kde-26.08.0/po/ug/colord-kde.po 2026-08-12 06:00:38.000000000 +0200 @@ -8,30 +8,31 @@ "Project-Id-Version: colord-kde\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2025-11-17 11:50+0000\n" -"PO-Revision-Date: 2013-09-08 07:05+0900\n" -"Last-Translator: Gheyret Kenji <[email protected]>\n" +"PO-Revision-Date: 2026-05-29 17:17-0400\n" +"Last-Translator: Abduqadir Abliz <[email protected]>\n" "Language-Team: Uyghur <[email protected]>\n" "Language: ug\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Poedit 3.9\n" #, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" -msgstr "ئابدۇقادىر ئابلىز, غەيرەت كەنجى" +msgstr "ئابدۇقادىر ئابلىز، غەيرەت كەنجى" #, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" -msgstr "[email protected], [email protected]" +msgstr "[email protected], [email protected]" #: colord-kcm/DeviceDescription.cpp:132 #, kde-format msgctxt "device type" msgid "Printer" -msgstr "پرىنتېر" +msgstr "باسقۇ" #: colord-kcm/DeviceDescription.cpp:134 #, kde-format @@ -43,43 +44,43 @@ #, kde-format msgctxt "device type" msgid "Webcam" -msgstr "ۋېبكامېرا" +msgstr "تور كامېراسى" #: colord-kcm/DeviceDescription.cpp:138 #, kde-format msgctxt "device type" msgid "Scanner" -msgstr "سايلىغۇچ" +msgstr "تارىغۇچ" #: colord-kcm/DeviceDescription.cpp:140 #, kde-format msgctxt "device type" msgid "Unknown" -msgstr "نامەلۇم" +msgstr "يوچۇن" #: colord-kcm/DeviceDescription.cpp:145 #, kde-format msgctxt "device scope" msgid "User session" -msgstr "" +msgstr "ئىشلەتكۈچى جەريانچاق" #: colord-kcm/DeviceDescription.cpp:147 #, kde-format msgctxt "device scope" msgid "Auto restore" -msgstr "" +msgstr "ئۆزلۈكىدىن ئەسلىگە قايتۇر" #: colord-kcm/DeviceDescription.cpp:149 #, kde-format msgctxt "device scope" msgid "System wide" -msgstr "" +msgstr "سىستېما مىقياسىدا" #: colord-kcm/DeviceDescription.cpp:151 #, kde-format msgctxt "device scope" msgid "Unknown" -msgstr "نامەلۇم" +msgstr "يوچۇن" #: colord-kcm/DeviceDescription.cpp:156 colord-kcm/Profile.cpp:202 #, kde-format @@ -102,34 +103,32 @@ #: colord-kcm/DeviceDescription.cpp:165 #, kde-format msgid "This device has no profile assigned to it" -msgstr "" +msgstr "بۇ ئۈسكۈنىگە رەڭ سەپلىمە ھۆججىتى بەلگىلەنمىگەن" #: colord-kcm/DeviceDescription.cpp:184 #, kde-format msgid "You can use 'displaycal' to calibrate this device" -msgstr "" +msgstr "سىز «displaycal» نى ئىشلىتىپ بۇ ئۈسكۈنىنى توغرىلىيالايسىز" #: colord-kcm/DeviceDescription.cpp:193 colord-kcm/DeviceDescription.cpp:198 -#, fuzzy, kde-format -#| msgid "" -#| "The measuring instrument is not detected. Please check it is turned on " -#| "and correctly connected." +#, kde-format msgid "" "The measuring instrument for calibrating is not detected. Please check it is " "turned on and correctly connected." msgstr "" -"تەكشۈرىدىغان چالغۇ بايقالمىدى. ئۇنىڭ ئېچىلىپ توغرا باغلانغانلىقىنى تەكشۈرۈڭ." +"رەڭ توغرىلاشقا ئىشلىتىدىغان ئۈسكۈنە بايقالمىدى، ئۇنىڭ ئېچىلىپ، توغرا " +"چېتىلغانلىقىنى تەكشۈرۈڭ." #: colord-kcm/DeviceDescription.cpp:217 #, kde-format msgid "The measuring instrument does not support printer profiling." -msgstr "تەكشۈرىدىغان چالغۇ پرىنتېر سەپلىمە ھۆججىتىنى قوللىمايدۇ." +msgstr "" +"رەڭ توغرىلاشقا ئىشلىتىدىغان ئۈسكۈنە باسقۇ سەپلىمە ھۆججىتىنى قوللىمايدۇ." #: colord-kcm/DeviceDescription.cpp:221 -#, fuzzy, kde-format -#| msgid "The device type is not currently supported." +#, kde-format msgid "The device type is not currently supported for calibrating." -msgstr "بۇ خىل ئۈسكۈنە تىپىنى نۆۋەتتە قوللىمايدۇ." +msgstr "رەڭ توغرىلاش مەشغۇلاتى بۇ خىلدىكى ئۈسكۈنىنى تېخى قوللىمايدۇ." #: colord-kcm/DeviceModel.cpp:250 #, kde-format @@ -152,17 +151,17 @@ #: colord-kcm/DeviceModel.cpp:321 colord-kcm/ui/main.qml:43 #, kde-format msgid "Devices" -msgstr "ئۈسكۈنىلەر" +msgstr "ئۈسكۈنە" #: colord-kcm/Profile.cpp:106 #, kde-format msgid "file too small" -msgstr "" +msgstr "ھۆججەت بەك كىچىك" #: colord-kcm/Profile.cpp:115 #, kde-format msgid "not an ICC profile" -msgstr "" +msgstr "ICC سەپلىمە ھۆججەت ئەمەس" #: colord-kcm/Profile.cpp:187 #, kde-format @@ -210,12 +209,12 @@ #, kde-format msgctxt "colorspace" msgid "Unknown" -msgstr "نامەلۇم" +msgstr "يوچۇن" #: colord-kcm/Profile.cpp:302 #, kde-format msgid "Missing description" -msgstr "ئېنىق بولمىغان چۈشەندۈرۈش" +msgstr "چۈشەندۈرۈش كەم" #: colord-kcm/Profile.cpp:357 #, kde-format @@ -257,28 +256,28 @@ #, kde-format msgctxt "profile kind" msgid "Named color" -msgstr "ئىسىملىك رەڭلەر" +msgstr "ئاتالغان رەڭ" #: colord-kcm/Profile.cpp:371 #, kde-format msgctxt "profile kind" msgid "Unknown" -msgstr "نامەلۇم" +msgstr "يوچۇن" #: colord-kcm/Profile.cpp:518 #, kde-format msgid "Default: %1" -msgstr "" +msgstr "كۆڭۈلدىكى: %1" #: colord-kcm/Profile.cpp:520 #, kde-format msgid "Colorspace: %1" -msgstr "" +msgstr "رەڭ بوشلۇق: %1" #: colord-kcm/Profile.cpp:522 #, kde-format msgid "Test profile: %1" -msgstr "" +msgstr "سىناق سەپلىمە ھۆججەت: %1" #: colord-kcm/Profile.cpp:524 #, kde-format @@ -293,7 +292,7 @@ #: colord-kcm/ProfileMetaDataModel.cpp:83 #, kde-format msgid "Display checksum" -msgstr "كۆرسەتكۈچنىڭ يىغمىسى" +msgstr "كۆرسەتكۈچ مۇكەممەللىك يىغىندىسى" #: colord-kcm/ProfileMetaDataModel.cpp:86 #, kde-format @@ -313,12 +312,12 @@ #: colord-kcm/ProfileMetaDataModel.cpp:95 #, kde-format msgid "Display vendor" -msgstr "كۆرسەتكۈچنى ياسىغان شىركەت" +msgstr "كۆرسەتكۈچ تەمىنلىگۈچى" #: colord-kcm/ProfileMetaDataModel.cpp:98 #, kde-format msgid "File checksum" -msgstr "ھۆججەتنىڭ يىغمىسى" +msgstr "ھۆججەتنىڭ مۇكەممەلىك يىغىندىسى" #: colord-kcm/ProfileMetaDataModel.cpp:101 #, kde-format @@ -328,7 +327,7 @@ #: colord-kcm/ProfileMetaDataModel.cpp:104 #, kde-format msgid "Framework program" -msgstr "قۇرۇلما پروگرامما" +msgstr "قۇرۇلما پىروگرامما" #: colord-kcm/ProfileMetaDataModel.cpp:107 #, kde-format @@ -338,7 +337,7 @@ #: colord-kcm/ProfileMetaDataModel.cpp:110 #, kde-format msgid "Data source type" -msgstr "سانلىق-مەلۇمات مەنبەسىنىڭ تىپى" +msgstr "سانلىق مەلۇمات مەنبەسىنىڭ تۈرى" #: colord-kcm/ProfileMetaDataModel.cpp:113 #, kde-format @@ -353,65 +352,59 @@ #: colord-kcm/ProfileModel.cpp:226 colord-kcm/ui/main.qml:52 #, kde-format msgid "Profiles" -msgstr "Profiles" +msgstr "سەپلىمە ھۆججەت" #: colord-kcm/ui/main.qml:65 -#, fuzzy, kde-format -#| msgid "Add Profile" +#, kde-format msgid "Import Profile" -msgstr "سەپلىمە ھۆججەت قوش" +msgstr "سەپلىمە ھۆججەت ئەكىر" #: colord-kcm/ui/main.qml:72 -#, fuzzy, kde-format -#| msgid "Add Profile" +#, kde-format msgid "Assign Profile" -msgstr "سەپلىمە ھۆججەت قوش" +msgstr "سەپلىمە ھۆججەت تەقسىملە" #: colord-kcm/ui/main.qml:111 colord-kcm/ui/main.qml:131 -#, fuzzy, kde-format -#| msgid "Add Profile" +#, kde-format msgid "Remove Profile" -msgstr "سەپلىمە ھۆججەت قوش" +msgstr "سەپلىمە ھۆججەت چىقىرىۋەت" #: colord-kcm/ui/main.qml:121 #, kde-format msgctxt "ICC Profile is a tech term" msgid "Import ICC Profile" -msgstr "" +msgstr "ICC سەپلىمە ھۆججەت ئەكىر" #: colord-kcm/ui/main.qml:126 -#, fuzzy, kde-format -#| msgid "Profiles" +#, kde-format msgctxt "ICC Profile is a tech term" msgid "ICC Profile" -msgstr "Profiles" +msgstr "ICC سەپلىمە ھۆججەت" #: colord-kcm/ui/main.qml:133 #, kde-format msgid "Are you sure you want to remove this profile?" -msgstr "" +msgstr "بۇ سەپلىمە ھۆججەتنى راستتىنلا چىقىرىۋېتەمسىز؟" #: colord-kcm/ui/main.qml:291 #, kde-format msgid "Id: " -msgstr "" +msgstr "كىملىك: " #: colord-kcm/ui/main.qml:299 -#, fuzzy, kde-format -#| msgid "Scope:" +#, kde-format msgid "Scope: " -msgstr "دائىرە:" +msgstr "دائىرە: " #: colord-kcm/ui/main.qml:307 -#, fuzzy, kde-format -#| msgid "Mode:" +#, kde-format msgid "Mode: " -msgstr "ئۇسۇلى:" +msgstr "ئۇسۇلى: " #: colord-kcm/ui/main.qml:315 #, kde-format msgid "Current Profile: " -msgstr "" +msgstr "نۆۋەتتىكى سەپلىمە ھۆججەت: " #: colord-kcm/ui/ProfileMetaDataView.qml:21 #, kde-format @@ -421,49 +414,43 @@ #: colord-kcm/ui/ProfileMetaDataView.qml:29 #, kde-format msgid "Metadata" -msgstr "مېتا سانلىق-مەلۇماتى" +msgstr "تەپسىلىي ئۇچۇر" #: colord-kcm/ui/ProfileMetaDataView.qml:37 -#, fuzzy, kde-format -#| msgid "Named Colors" +#, kde-format msgctxt "button: tab button for 'named colors in profile' information page" msgid "Named Colors" -msgstr "ئىسىملىك رەڭلەر" +msgstr "ئاتالغان رەڭ" #: colord-kcm/ui/ProfileMetaDataView.qml:109 -#, fuzzy, kde-format -#| msgid "Profiles" +#, kde-format msgid "Profile Type: " -msgstr "Profiles" +msgstr "سەپلىمە ھۆججەت تۈرى: " #: colord-kcm/ui/ProfileMetaDataView.qml:117 -#, fuzzy, kde-format -#| msgid "Colorspace:" +#, kde-format msgid "Colorspace: " -msgstr "رەڭ بوشلۇق:" +msgstr "رەڭ بوشلۇق: " #: colord-kcm/ui/ProfileMetaDataView.qml:125 -#, fuzzy, kde-format -#| msgid "Created:" +#, kde-format msgid "Created: " -msgstr "قۇرۇلغان:" +msgstr "قۇرغان ۋاقىت: " #: colord-kcm/ui/ProfileMetaDataView.qml:133 -#, fuzzy, kde-format -#| msgid "Version:" +#, kde-format msgid "Version: " -msgstr "نەشرى:" +msgstr "نەشرى: " #: colord-kcm/ui/ProfileMetaDataView.qml:142 #, kde-format msgid "Device Model: " -msgstr "" +msgstr "ئۈسكۈنە تۈرى: " #: colord-kcm/ui/ProfileMetaDataView.qml:152 -#, fuzzy, kde-format -#| msgid "Display model" +#, kde-format msgid "Display Correction: " -msgstr "كۆرسەتكۈچنىڭ مودېلى" +msgstr "كۆرسەتكۈچنى توغرىلاش: " #: colord-kcm/ui/ProfileMetaDataView.qml:155 #, kde-format @@ -478,30 +465,27 @@ #: colord-kcm/ui/ProfileMetaDataView.qml:160 #, kde-format msgid "White Point: " -msgstr "" +msgstr "ئاق نۇقتا: " #: colord-kcm/ui/ProfileMetaDataView.qml:169 -#, fuzzy, kde-format -#| msgid "License:" +#, kde-format msgid "License: " -msgstr "ئىجازەتنامە:" +msgstr "ئىجازەتنامە: " #: colord-kcm/ui/ProfileMetaDataView.qml:179 -#, fuzzy, kde-format -#| msgid "File size:" +#, kde-format msgid "File Size: " -msgstr "ھۆججەت چوڭلۇقى:" +msgstr "ھۆججەت چوڭلۇقى: " #: colord-kcm/ui/ProfileMetaDataView.qml:187 -#, fuzzy, kde-format -#| msgid "Filename:" +#, kde-format msgid "Filename: " -msgstr "ھۆججەت ئاتى:" +msgstr "ھۆججەت ئاتى: " #: colord-kcm/ui/ProfileMetaDataView.qml:196 #, kde-format msgid "Install System Wide" -msgstr "" +msgstr "سىستېما مىقياسىدا ئورنات" #: icc-importer/main.cpp:41 #, kde-format @@ -511,89 +495,88 @@ #: icc-importer/main.cpp:51 #, kde-format msgid "Copyright: %1" -msgstr "" +msgstr "نەشر ھوقۇقى: %1" #: icc-importer/main.cpp:62 #, kde-format msgid "ICC Profile Installer" -msgstr "ICC Profile ئورناتقۇچ" +msgstr "ICC سەپلىمە ھۆججەت ئورناتقۇچ" #: icc-importer/main.cpp:64 #, kde-format msgid "An application to install ICC profiles" -msgstr "" +msgstr "ICC سەپلىمە ھۆججەتنى ئورنىتىش پىروگراممىسى" #: icc-importer/main.cpp:66 -#, fuzzy, kde-format -#| msgid "(C) 2008-2013 Daniel Nicoletti" +#, kde-format msgid "(C) 2008-2016 Daniel Nicoletti" -msgstr "(C) 2008-2013 Daniel Nicoletti" +msgstr "(C) 2008-2016 Daniel Nicoletti" #: icc-importer/main.cpp:69 #, kde-format msgid "Port to kf5" -msgstr "" +msgstr "kf5 كە يۈتكەش" #: icc-importer/main.cpp:77 #, kde-format msgid "Do not prompt the user if he wants to install" -msgstr "" +msgstr "ئەگەر ئورنىتىشنى خالىسا ئىشلەتكۈچىنى ئەسكەرتمەيدۇ" #: icc-importer/main.cpp:78 #, kde-format msgid "Color profile to install" -msgstr "" +msgstr "ئورنىتىدىغان رەڭ سەپلىمە ھۆججەت" #: icc-importer/main.cpp:93 #, kde-format msgid "Failed to parse file: %1" -msgstr "" +msgstr "ھۆججەتنى يېشەلمىدى: %1" #: icc-importer/main.cpp:93 #, kde-format msgid "Failed to open ICC profile" -msgstr "ICC سەپلەك(profile) نى ئېچىش مەغلۇپ بولدى" +msgstr "ICC سەپلىمە ھۆججەتنى ئاچالمىدى" #: icc-importer/main.cpp:102 #, kde-format msgid "Color profile is already imported" -msgstr "رەڭ سەپلەك(profile) ئىمپورت قىلىنغان" +msgstr "رەڭ سەپلىمە ھۆججەت ئەكىرىلگەن" #: icc-importer/main.cpp:103 icc-importer/main.cpp:113 #: icc-importer/main.cpp:121 #, kde-format msgid "ICC Profile Importer" -msgstr "" +msgstr "ICC سەپلىمە ھۆججەت ئەكىرگۈچ" #: icc-importer/main.cpp:112 #, kde-format msgid "ICC profile already installed system-wide" -msgstr "ICC profile ئاللىقاچان سىستېما تەۋەسىگە ئورنىتىلغان" +msgstr "ICC سەپلىمە ھۆججەت ئاللىقاچان سىستېما مىقياسىدا ئورنىتىلغان" #: icc-importer/main.cpp:120 #, kde-format msgid "Would you like to import the color profile?" -msgstr "" +msgstr "رەڭ سەپلىمە ھۆججەتنى ئەكىرىشنى خالامسىز؟" #: icc-importer/main.cpp:122 #, kde-format msgid "import" -msgstr "" +msgstr "ئەكىر" #: icc-importer/main.cpp:131 #, kde-format msgid "Failed to import color profile: color profile is already imported" -msgstr "" +msgstr "رەڭ سەپلىمە ھۆججەتنى ئەكىرەلمىدى: رەڭ سەپلىمە ھۆججەت ئەكىرىلگەن" #: icc-importer/main.cpp:131 icc-importer/main.cpp:134 #, kde-format msgid "Importing Color Profile" -msgstr "" +msgstr "رەڭ سەپلىمە ھۆججەتنى ئەكىرىۋاتىدۇ" #: icc-importer/main.cpp:134 #, kde-format msgid "Failed to import color profile: could not copy the file" -msgstr "" +msgstr "رەڭ سەپلىمە ھۆججەتنى ئەكىرەلمىدى: ھۆججەتنى كۆچۈرەلمەيدۇ" #~ msgid "Available Profiles" #~ msgstr "ئىشلىتىلىشچان سەپلىمە ھۆججەت" @@ -601,7 +584,6 @@ #~ msgid "Color settings" #~ msgstr "رەڭ تەڭشىكى" -#, fuzzy #~| msgid "(C) 2008-2013 Daniel Nicoletti" #~ msgid "(C) 2012-2016 Daniel Nicoletti" #~ msgstr "(C) 2008-2013 Daniel Nicoletti"
