Hello community, here is the log from the commit of package libstorage-ng for openSUSE:Factory checked in at 2019-04-08 10:34:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libstorage-ng (Old) and /work/SRC/openSUSE:Factory/.libstorage-ng.new.3908 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libstorage-ng" Mon Apr 8 10:34:22 2019 rev:49 rq:691686 version:4.1.106 Changes: -------- --- /work/SRC/openSUSE:Factory/libstorage-ng/libstorage-ng.changes 2019-03-28 22:46:47.595073983 +0100 +++ /work/SRC/openSUSE:Factory/.libstorage-ng.new.3908/libstorage-ng.changes 2019-04-08 10:34:23.691216953 +0200 @@ -1,0 +2,88 @@ +Fri Apr 5 06:11:20 UTC 2019 - [email protected] + +- merge gh#openSUSE/libstorage-ng#633 +- make get_displayname available (to_s is overridden by use_ostream) +- added unit tests +- coding style +- fixed class names +- make get_displayname() available in ruby +- 4.1.106 + +-------------------------------------------------------------------- +Thu Apr 4 15:04:29 UTC 2019 - [email protected] + +- Translated using Weblate (Portuguese (Brazil)) +- 4.1.105 + +-------------------------------------------------------------------- +Thu Apr 4 12:13:27 UTC 2019 - [email protected] + +- Translated using Weblate (Swedish) +- 4.1.104 + +-------------------------------------------------------------------- +Thu Apr 4 12:13:26 UTC 2019 - [email protected] + +- Translated using Weblate (Spanish) + +-------------------------------------------------------------------- +Thu Apr 4 12:13:25 UTC 2019 - [email protected] + +- Translated using Weblate (Slovak) + +-------------------------------------------------------------------- +Thu Apr 4 12:13:24 UTC 2019 - [email protected] + +- Translated using Weblate (Russian) + +-------------------------------------------------------------------- +Thu Apr 4 12:13:23 UTC 2019 - [email protected] + +- Translated using Weblate (Polish) + +-------------------------------------------------------------------- +Thu Apr 4 12:13:22 UTC 2019 - [email protected] + +- Translated using Weblate (Korean) + +-------------------------------------------------------------------- +Thu Apr 4 12:13:21 UTC 2019 - [email protected] + +- Translated using Weblate (Italian) + +-------------------------------------------------------------------- +Thu Apr 4 11:55:07 UTC 2019 - [email protected] + +- Translated using Weblate (Hungarian) + +-------------------------------------------------------------------- +Thu Apr 4 11:55:06 UTC 2019 - [email protected] + +- Translated using Weblate (German) + +-------------------------------------------------------------------- +Thu Apr 4 11:55:05 UTC 2019 - [email protected] + +- Translated using Weblate (Dutch) + +-------------------------------------------------------------------- +Thu Apr 4 11:55:04 UTC 2019 - [email protected] + +- Translated using Weblate (Czech) + +-------------------------------------------------------------------- +Thu Apr 4 11:55:03 UTC 2019 - [email protected] + +- Translated using Weblate (Catalan) + +-------------------------------------------------------------------- +Thu Apr 4 11:55:02 UTC 2019 - [email protected] + +- Translated using Weblate (Arabic) + +-------------------------------------------------------------------- +Thu Apr 4 08:28:25 UTC 2019 - [email protected] + +- Translated using Weblate (Arabic) + +-------------------------------------------------------------------- Old: ---- libstorage-ng-4.1.103.tar.xz New: ---- libstorage-ng-4.1.106.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libstorage-ng.spec ++++++ --- /var/tmp/diff_new_pack.WRNTwY/_old 2019-04-08 10:34:24.363217567 +0200 +++ /var/tmp/diff_new_pack.WRNTwY/_new 2019-04-08 10:34:24.367217571 +0200 @@ -18,7 +18,7 @@ %define libname %{name}1 Name: libstorage-ng -Version: 4.1.103 +Version: 4.1.106 Release: 0 Summary: Library for storage management License: GPL-2.0-only ++++++ libstorage-ng-4.1.103.tar.xz -> libstorage-ng-4.1.106.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.1.103/VERSION new/libstorage-ng-4.1.106/VERSION --- old/libstorage-ng-4.1.103/VERSION 2019-03-23 21:25:00.000000000 +0100 +++ new/libstorage-ng-4.1.106/VERSION 2019-04-05 08:11:20.000000000 +0200 @@ -1 +1 @@ -4.1.103 +4.1.106 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.1.103/bindings/python/testsuite/Makefile.am new/libstorage-ng-4.1.106/bindings/python/testsuite/Makefile.am --- old/libstorage-ng-4.1.103/bindings/python/testsuite/Makefile.am 2019-03-23 21:25:00.000000000 +0100 +++ new/libstorage-ng-4.1.106/bindings/python/testsuite/Makefile.am 2019-04-05 08:11:20.000000000 +0200 @@ -3,7 +3,7 @@ # check_SCRIPTS = create.py find.py polymorphism.py sid.py all-types.py logger.py \ - function-call.py + function-call.py str.py TESTS = $(check_SCRIPTS) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.1.103/bindings/python/testsuite/str.py new/libstorage-ng-4.1.106/bindings/python/testsuite/str.py --- old/libstorage-ng-4.1.103/bindings/python/testsuite/str.py 1970-01-01 01:00:00.000000000 +0100 +++ new/libstorage-ng-4.1.106/bindings/python/testsuite/str.py 2019-04-05 08:11:20.000000000 +0200 @@ -0,0 +1,27 @@ +#!/usr/bin/python3 + +import unittest +from storage import (Environment, ProbeMode_NONE, TargetMode_DIRECT, Storage, Devicegraph, Disk, + PtType_GPT) + + +class TestStr(unittest.TestCase): + + def test_str(self): + + environment = Environment(True, ProbeMode_NONE, TargetMode_DIRECT) + s = Storage(environment) + + devicegraph = Devicegraph(s) + sda = Disk.create(devicegraph, "/dev/sda") + gpt = sda.create_partition_table(PtType_GPT) + + self.assertEqual(str(sda)[:32], "Disk sid:42 displayname:/dev/sda") + self.assertEqual(sda.get_displayname(), "/dev/sda") + + self.assertEqual(str(gpt)[:26], "Gpt sid:43 displayname:gpt") + self.assertEqual(gpt.get_displayname(), "gpt") + + +if __name__ == '__main__': + unittest.main() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.1.103/bindings/ruby/storage-ruby.i new/libstorage-ng-4.1.106/bindings/ruby/storage-ruby.i --- old/libstorage-ng-4.1.103/bindings/ruby/storage-ruby.i 2019-03-23 21:25:00.000000000 +0100 +++ new/libstorage-ng-4.1.106/bindings/ruby/storage-ruby.i 2019-04-05 08:11:20.000000000 +0200 @@ -8,8 +8,6 @@ %rename("empty?") "empty"; -%rename("to_s") "get_displayname"; - %rename("%(regex:/^(get_)(.*)/\\2/)s") ""; %rename("%(regex:/^(set_)(.*)/\\2=/)s") ""; %rename("%(regex:/^(is_)(.*)/\\2?/)s") ""; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.1.103/bindings/ruby/testsuite/Makefile.am new/libstorage-ng-4.1.106/bindings/ruby/testsuite/Makefile.am --- old/libstorage-ng-4.1.103/bindings/ruby/testsuite/Makefile.am 2019-03-23 21:25:00.000000000 +0100 +++ new/libstorage-ng-4.1.106/bindings/ruby/testsuite/Makefile.am 2019-04-05 08:11:20.000000000 +0200 @@ -2,7 +2,8 @@ # Makefile.am for libstorage/bindings/ruby/testsuite # -check_SCRIPTS = polymorphism.rb sid.rb all-types.rb logger.rb function-call.rb +check_SCRIPTS = polymorphism.rb sid.rb all-types.rb logger.rb function-call.rb \ + to_s.rb TESTS = $(check_SCRIPTS) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.1.103/bindings/ruby/testsuite/to_s.rb new/libstorage-ng-4.1.106/bindings/ruby/testsuite/to_s.rb --- old/libstorage-ng-4.1.103/bindings/ruby/testsuite/to_s.rb 1970-01-01 01:00:00.000000000 +0100 +++ new/libstorage-ng-4.1.106/bindings/ruby/testsuite/to_s.rb 2019-04-05 08:11:20.000000000 +0200 @@ -0,0 +1,26 @@ +#!/usr/bin/ruby + +require 'test/unit' +require 'storage' + + +class TestToS < Test::Unit::TestCase + + def test_to_s + + environment = Storage::Environment.new(true, Storage::ProbeMode_NONE, Storage::TargetMode_DIRECT) + storage = Storage::Storage.new(environment) + + devicegraph = Storage::Devicegraph.new(storage) + sda = Storage::Disk.create(devicegraph, "/dev/sda") + gpt = sda.create_partition_table(Storage::PtType_GPT) + + assert_equal(sda.to_s[0..31], "Disk sid:42 displayname:/dev/sda") + assert_equal(sda.displayname, "/dev/sda") + + assert_equal(gpt.to_s[0..25], "Gpt sid:43 displayname:gpt") + assert_equal(gpt.displayname, "gpt") + + end + +end diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.1.103/po/ar.po new/libstorage-ng-4.1.106/po/ar.po --- old/libstorage-ng-4.1.103/po/ar.po 2019-03-23 21:25:00.000000000 +0100 +++ new/libstorage-ng-4.1.106/po/ar.po 2019-04-05 08:11:20.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-02-25 15:22+0100\n" -"PO-Revision-Date: 2019-03-23 20:24+0000\n" +"PO-Revision-Date: 2019-04-04 15:03+0000\n" "Last-Translator: Iman Abd Elaziz <[email protected]>\n" "Language-Team: Arabic <https://l10n.opensuse.org/projects/libstorage/" "ng-master/ar/>\n" @@ -31,7 +31,7 @@ #. %1$d is replaced by the number of elements omitted #, c-format msgid "%1$d more" -msgstr "%1$d1 أكثر" +msgstr "%1$d إضافي" #. TRANSLATORS: #. %1$s is replaced with the device name (e.g. /dev/sdc1), @@ -46,7 +46,7 @@ #. %2$s is replaced by the number of elements omitted #, c-format msgid "%1$s and %2$d more" -msgstr "%1$s و%2$d أكثر" +msgstr "%1$s و%2$d إضافي" #. TRANSLATORS: used to construct list of values #. %1$s is replaced by first value @@ -500,7 +500,7 @@ #. /dev/sdb2 (1 GiB)) #, c-format msgid "Create MD %1$s %2$s (%3$s) from %4$s" -msgstr "قم بإنشاء MD %1$s %2$s (%3$s) من %4$s" +msgstr "قم بإنشاء أجهزة متعددة %1$s %2$s (%3$s) من %4$s" #. TRANSLATORS: displayed before action, #. %1$s is replaced by device name (e.g. /dev/sda) @@ -900,7 +900,7 @@ #. /dev/sdb2 (1 GiB)) #, c-format msgid "Create volume group %1$s (%2$s) from %3$s" -msgstr "قم بإنشاء مجموعة وحدات تخزين %1$s (%2$s) من %3$s" +msgstr "قم بإنشاء مجموعة وحدات تخزين %1$s (%2$s) من %3$s" #. TRANSLATORS: displayed before action, #. %1$s is replaced with the volume group name (e.g. system), @@ -952,7 +952,7 @@ #. /dev/sdb2 (1 GiB)) #, c-format msgid "Creating MD %1$s %2$s (%3$s) from %4$s" -msgstr "يتم الآن إنشاء MD %1$s %2$s (%3$s) من %4$s" +msgstr "يتم الآن إنشاء أجهزة متعددة %1$s %2$s (%3$s) من %4$s" #. TRANSLATORS: displayed during action, #. %1$s is replaced by device name (e.g. /dev/sda) @@ -1063,7 +1063,7 @@ #. /dev/sdb2 (1 GiB)) #, c-format msgid "Creating volume group %1$s (%2$s) from %3$s" -msgstr "يتم الآن إنشاء مجموعة وحدات تخزين %1$s (%2$s) من %3$s" +msgstr "يتم الآن إنشاء مجموعة وحدات تخزين %1$s (%2$s) من %3$s" #. TRANSLATORS: name of object msgid "DASD" @@ -1220,7 +1220,7 @@ #. and /dev/sdb2 (1 GiB)) #, c-format msgid "Delete %1$s on %2$s" -msgstr "قم بحذف %1$s على %2$s" +msgstr "قم بحذف %1$s من %2$s" #. TRANSLATORS: displayed before action, #. %1$s is replaced by device name (e.g. /dev/bcache0), @@ -1382,7 +1382,7 @@ #. and /dev/sdb2 (1 GiB)) #, c-format msgid "Deleting %1$s on %2$s" -msgstr "يتم الآن حذف %1$s على %2$s" +msgstr "يتم الآن حذف %1$s من %2$s" #. TRANSLATORS: displayed during action, #. %1$s is replaced by device name (e.g. /dev/bcache0), @@ -1526,7 +1526,8 @@ #. %3$s is replaced by size (e.g. 2 GiB) #, c-format msgid "Detach Bcache cache set on %1$s from Bcache %2$s (%3$s)" -msgstr "قم بإزالة مجموعة ذاكرات Bcache المؤقتة في %1$s من ذاكرة %2$s2 (%3$s3)" +msgstr "" +"قم بإزالة مجموعة ذاكرات Bcache المؤقتة في %1$s من ذاكرة Bcache %2$s (%3$s)" #. TRANSLATORS: displayed during action, #. %1$s is replaced by device name (e.g. /dev/sda1), @@ -1535,8 +1536,8 @@ #, c-format msgid "Detaching Bcache cache set on %1$s from Bcache %2$s (%3$s)" msgstr "" -"يتم الآن إزالة مجموعة ذاكرات Bcache المؤقتة في %1$s من ذاكرة Bcache %2$s2 " -"(%3$s3)" +"يتم الآن إزالة مجموعة ذاكرات Bcache المؤقتة في %1$s من ذاكرة Bcache %2$s " +"(%3$s)" #. TRANSLATORS: Error message displayed during probing, #. %1$s is replaced by a list of device names joined by newlines (e.g. @@ -1550,12 +1551,12 @@ "These logical volumes are ignored. Operations on the\n" "correponding volume groups may fail." msgstr "" -"تم الكشف عن وحدات التخزين المنطقية LVM للأنواع غير المدعومة التالية:\n" +"تم اكتشاف وحدات تخزين منطقية LVM بأنواع غير مدعومة:\n" "\n" "%1$s\n" "\n" -"يتم تجاهل وحدات التخزين المنطقية هذه. وقد تفشل \n" -"العمليات على مجموعات وحدات التخزين المقابلة." +"يتم تجاهل وحدات التخزين المنطقية هذه. وقد تفشل العمليات\n" +"بمجموعات وحدات التحزين المقابلة." #. TRANSLATORS: Error message displayed during probing, #. %1$s is replaced by the device name (e.g. /dev/sda) @@ -1564,8 +1565,8 @@ "Detected a LUKS device next to a partition table on the\n" "device %1$s. The LUKS device will be ignored." msgstr "" -"تم الكشف عن جهاز LUKS بجوار جدول أقسام على\n" -"الجهاز %1$s. سيتم تجاهل الجهاز LUKS." +"تم اكتشاف جهاز LUKS بجانب جدول أقسام على \n" +"الجهاز %1$s. سيتم تجاهل جهاز LUKS." #. TRANSLATORS: Error message displayed during probing, #. %1$s is replaced by the device name (e.g. /dev/sda) @@ -1574,8 +1575,8 @@ "Detected a LVM logical volume next to a partition table on the\n" "device %1$s. The LVM logical volume will be ignored." msgstr "" -"تم الكشف عن وحدة تخزين منطقية LVM بجوار جدول أقسام على\n" -"جهاز %1$s. سيتم تجاهل وحدة التخزين المنطقية LVM." +"تم اكتشاف وحدة تخزين LVM منطقية بجانب جدول أقسام على \n" +"الجهاز %1$s. سيتم تجاهل وحدة تخزين LVM المنطقية." #. TRANSLATORS: Error message displayed during probing, #. %1$s is replaced by the device name (e.g. /dev/sda) @@ -1584,7 +1585,7 @@ "Detected a file system next to a partition table on the\n" "device %1$s. The file system will be ignored." msgstr "" -"تم الكشف عن نظام ملفات بجوار جدول أقسام على\n" +"تم اكتشاف نظام ملفات بجانب جدول أقسام على\n" "الجهاز %1$s. سيتم تجاهل نظام الملفات." #. TRANSLATORS: name of partition type @@ -2240,11 +2241,11 @@ #. TRANSLATORS: progress message msgid "Probing additional attributes" -msgstr "يتم الآن فحص السمات الإضافية" +msgstr "يتم الآن بحث سمات إضافية" #. TRANSLATORS: error message msgid "Probing additional attributes failed" -msgstr "فشل فحص السمات الإضافية" +msgstr "فشل بحث سمات إضافية" #. TRANSLATORS: progress message msgid "Probing bcache" @@ -2321,15 +2322,15 @@ #. TRANSLATORS: error message #, c-format msgid "Probing stray block device %s failed" -msgstr "فشل فحص جهاز الكتلي العشوائي %s" +msgstr "فشل بحث الجهاز الكتلي العشوائي %s" #. TRANSLATORS: progress message msgid "Probing stray block devices" -msgstr "يتم الآن فحص الأجهزة الكتلية العشوائية" +msgstr "يتم الآن بحث الأجهزة الكتلية العشوائية" #. TRANSLATORS: error message msgid "Probing stray block devices failed" -msgstr "فشل فحص الأجهزة الكتلية العشوائية" +msgstr "فشل بحث الأجهزة الكتلية العشوائية" #. TRANSLATORS: displayed before action, #. %1$s is replaced by volume group name (e.g. system) @@ -2494,7 +2495,7 @@ #. %3$s is replaced by size (e.g. 2 GiB) #, c-format msgid "Set cache mode to %1$s for Bcache %2$s (%3$s)" -msgstr "قم بتعيين نمط الذاكرة المؤقتة إلى %1$s لذاكرة Bcache %2$s (%3$s)" +msgstr "قم بتعيين وضع الذاكرة المؤقتة إلى %1$s لذاكرة Bcache %2$s (%3$s)" #. TRANSLATORS: displayed before action, #. %1$s is replaced by subvolume path (e.g. var/log), @@ -2577,7 +2578,7 @@ #. %3$s is replaced by size (e.g. 2 GiB) #, c-format msgid "Setting cache mode to %1$s for Bcache %2$s (%3$s)" -msgstr "يتم الآن تعيين نمط الذاكرة المؤقتة إلى %1$s لذاكرة Bcache %2$s (%3$s)" +msgstr "يتم الآن تعيين وضع الذاكرة المؤقتة إلى %1$s لذاكرة Bcache %2$s (%3$s)" #. TRANSLATORS: displayed during action, #. %1$s is replaced by subvolume path (e.g. var/log), diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.1.103/po/ca.po new/libstorage-ng-4.1.106/po/ca.po --- old/libstorage-ng-4.1.103/po/ca.po 2019-03-23 21:25:00.000000000 +0100 +++ new/libstorage-ng-4.1.106/po/ca.po 2019-04-05 08:11:20.000000000 +0200 @@ -9,7 +9,7 @@ "Project-Id-Version: YaST (@memory@)\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-02-25 15:22+0100\n" -"PO-Revision-Date: 2019-03-23 20:24+0000\n" +"PO-Revision-Date: 2019-04-04 15:03+0000\n" "Last-Translator: David Medina <[email protected]>\n" "Language-Team: Catalan <https://l10n.opensuse.org/projects/libstorage/" "ng-master/ca/>\n" @@ -1493,7 +1493,7 @@ #. %3$s is replaced by size (e.g. 2 GiB) #, c-format msgid "Detach Bcache cache set on %1$s from Bcache %2$s (%3$s)" -msgstr "Separa el conjunt de cau Bcau de %1$s de Bcau de %2$s (%3$s)" +msgstr "Separa el conjunt de cau Bcau de %1$s de la Bcau de %2$s (%3$s)" #. TRANSLATORS: displayed during action, #. %1$s is replaced by device name (e.g. /dev/sda1), @@ -1501,7 +1501,7 @@ #. %3$s is replaced by size (e.g. 2 GiB) #, c-format msgid "Detaching Bcache cache set on %1$s from Bcache %2$s (%3$s)" -msgstr "Separant el conjunt de cau Bcau de %1$s de Bcau de %2$s (%3$s)" +msgstr "Separant el conjunt de cau Bcau de %1$s de la Bcau de %2$s (%3$s)" #. TRANSLATORS: Error message displayed during probing, #. %1$s is replaced by a list of device names joined by newlines (e.g. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.1.103/po/cs.po new/libstorage-ng-4.1.106/po/cs.po --- old/libstorage-ng-4.1.103/po/cs.po 2019-03-23 21:25:00.000000000 +0100 +++ new/libstorage-ng-4.1.106/po/cs.po 2019-04-05 08:11:20.000000000 +0200 @@ -13,7 +13,7 @@ "Project-Id-Version: YaST (@memory@)\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-02-25 15:22+0100\n" -"PO-Revision-Date: 2019-03-23 20:24+0000\n" +"PO-Revision-Date: 2019-04-04 15:03+0000\n" "Last-Translator: Aleš Kastner <[email protected]>\n" "Language-Team: Czech <https://l10n.opensuse.org/projects/libstorage/" "ng-master/cs/>\n" @@ -36,7 +36,7 @@ #. %1$d is replaced by the number of elements omitted #, c-format msgid "%1$d more" -msgstr "a %1$d dalších" +msgstr "dalších %1$d vynecháno" #. TRANSLATORS: #. %1$s is replaced with the device name (e.g. /dev/sdc1), @@ -51,7 +51,7 @@ #. %2$s is replaced by the number of elements omitted #, c-format msgid "%1$s and %2$d more" -msgstr "%1$s a %2$d dalších" +msgstr "%1$s a dalších %2$d vynecháno" #. TRANSLATORS: used to construct list of values #. %1$s is replaced by first value @@ -494,7 +494,7 @@ #. /dev/sdb2 (1 GiB)) #, c-format msgid "Create MD %1$s %2$s (%3$s) from %4$s" -msgstr "Vytvořit MD%1$s %2$s (%3$s) z %4$s" +msgstr "Vytvořit MD %1$s %2$s (%3$s) z %4$s" #. TRANSLATORS: displayed before action, #. %1$s is replaced by device name (e.g. /dev/sda) @@ -947,7 +947,7 @@ #. /dev/sdb2 (1 GiB)) #, c-format msgid "Creating MD %1$s %2$s (%3$s) from %4$s" -msgstr "Vytvořit MD %1$s %2$s (%3$s) z %4$s" +msgstr "Vytvářím MD %1$s %2$s (%3$s) z %4$s" #. TRANSLATORS: displayed during action, #. %1$s is replaced by device name (e.g. /dev/sda) @@ -1054,7 +1054,7 @@ #. /dev/sdb2 (1 GiB)) #, c-format msgid "Creating volume group %1$s (%2$s) from %3$s" -msgstr "Vytváří se skupina svazků %1$s (%2$s) z %3$s" +msgstr "Vytvářím skupinu svazků %1$s (%2$s) z %3$s" #. TRANSLATORS: name of object msgid "DASD" @@ -1363,7 +1363,7 @@ #. and /dev/sdb2 (1 GiB)) #, c-format msgid "Deleting %1$s on %2$s" -msgstr "Odstraňuje se %1$s na %2$s" +msgstr "Odstraňuji %1$s na %2$s" #. TRANSLATORS: displayed during action, #. %1$s is replaced by device name (e.g. /dev/bcache0), @@ -1529,7 +1529,7 @@ "\n" "%1$s\n" "\n" -"Tyto logické svazky se ignorují. Operace na\n" +"Tyto logické svazky jsou ignorovány. Operace na\n" "odpovídajících skupinách svazků mohou selhat." #. TRANSLATORS: Error message displayed during probing, @@ -2289,15 +2289,15 @@ #. TRANSLATORS: error message #, c-format msgid "Probing stray block device %s failed" -msgstr "Test zařízení bludného bloku %s selhal" +msgstr "Test blokového zařízení %s s ochranou proti bludnému zápisu selhal" #. TRANSLATORS: progress message msgid "Probing stray block devices" -msgstr "Testuji zařízení bludných bloků" +msgstr "Testuji bloková zařízení s ochranou proti bludným zápisům" #. TRANSLATORS: error message msgid "Probing stray block devices failed" -msgstr "Test zařízení bludných bloků selhal" +msgstr "Test blokových zařízení s ochranou proti bludným zápisům selhal" #. TRANSLATORS: displayed before action, #. %1$s is replaced by volume group name (e.g. system) @@ -2459,7 +2459,7 @@ #. %3$s is replaced by size (e.g. 2 GiB) #, c-format msgid "Set cache mode to %1$s for Bcache %2$s (%3$s)" -msgstr "Nastavit režim cache na %1$s pro Bcache %2$s (%3$s)" +msgstr "Nastavit režim kešování na %1$s pro Bcache %2$s (%3$s)" #. TRANSLATORS: displayed before action, #. %1$s is replaced by subvolume path (e.g. var/log), @@ -2542,7 +2542,7 @@ #. %3$s is replaced by size (e.g. 2 GiB) #, c-format msgid "Setting cache mode to %1$s for Bcache %2$s (%3$s)" -msgstr "Nastavuji režim cache na %1$s pro Bcache %2$s (%3$s)" +msgstr "Nastavuji režim kešování na %1$s pro Bcache %2$s (%3$s)" #. TRANSLATORS: displayed during action, #. %1$s is replaced by subvolume path (e.g. var/log), diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.1.103/po/de.po new/libstorage-ng-4.1.106/po/de.po --- old/libstorage-ng-4.1.103/po/de.po 2019-03-23 21:25:00.000000000 +0100 +++ new/libstorage-ng-4.1.106/po/de.po 2019-04-05 08:11:20.000000000 +0200 @@ -14,7 +14,7 @@ "Project-Id-Version: YaST (@memory@)\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-02-25 15:22+0100\n" -"PO-Revision-Date: 2019-03-23 20:24+0000\n" +"PO-Revision-Date: 2019-04-04 15:03+0000\n" "Last-Translator: Franziska Weinberger <[email protected]>\n" "Language-Team: German <https://l10n.opensuse.org/projects/libstorage/" "ng-master/de/>\n" @@ -2210,7 +2210,7 @@ #. TRANSLATORS: error message msgid "Probing additional attributes failed" -msgstr "Untersuchen von zusätzlichen Attributen fehlgeschlagen" +msgstr "Untersuchung von zusätzlichen Attributen fehlgeschlagen" #. TRANSLATORS: progress message msgid "Probing bcache" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.1.103/po/es.po new/libstorage-ng-4.1.106/po/es.po --- old/libstorage-ng-4.1.103/po/es.po 2019-03-23 21:25:00.000000000 +0100 +++ new/libstorage-ng-4.1.106/po/es.po 2019-04-05 08:11:20.000000000 +0200 @@ -17,8 +17,8 @@ "Project-Id-Version: YaST (@memory@)\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-02-25 15:22+0100\n" -"PO-Revision-Date: 2019-03-23 20:24+0000\n" -"Last-Translator: Juan Sarria <[email protected]>\n" +"PO-Revision-Date: 2019-04-04 15:03+0000\n" +"Last-Translator: Antonio Simón <[email protected]>\n" "Language-Team: Spanish <https://l10n.opensuse.org/projects/libstorage/" "ng-master/es/>\n" "Language: es\n" @@ -1548,12 +1548,12 @@ "These logical volumes are ignored. Operations on the\n" "correponding volume groups may fail." msgstr "" -"Se han detectado volúmenes lógicos LVM de tipos no compatibles:\n" +"Se han detectado volúmenes lógicos LVM de tipos no admitidos:\n" "\n" "%1$s\n" "\n" -"Estos volúmenes lógicos se ignorarán. Las operaciones\n" -"en los grupos de volúmenes correspondientes podrían fallar." +"Estos volúmenes lógicos se ignorarán. Las operaciones en\n" +"los grupos de volúmenes correspondientes podrían fallar." #. TRANSLATORS: Error message displayed during probing, #. %1$s is replaced by the device name (e.g. /dev/sda) @@ -2315,15 +2315,15 @@ #. TRANSLATORS: error message #, c-format msgid "Probing stray block device %s failed" -msgstr "Error al sondear el dispositivo de bloques extraviado %s" +msgstr "Error al sondear dispositivo de bloque extraviado %s" #. TRANSLATORS: progress message msgid "Probing stray block devices" -msgstr "Sondeando dispositivos de bloques extraviados" +msgstr "Sondeo de dispositivos de bloque extraviados" #. TRANSLATORS: error message msgid "Probing stray block devices failed" -msgstr "Error al sondear los dispositivos de bloques extraviados" +msgstr "Error al sondear dispositivos de bloque extraviados" #. TRANSLATORS: displayed before action, #. %1$s is replaced by volume group name (e.g. system) @@ -2487,7 +2487,7 @@ #. %3$s is replaced by size (e.g. 2 GiB) #, c-format msgid "Set cache mode to %1$s for Bcache %2$s (%3$s)" -msgstr "Definir modo de caché como %1$s para Bcache %2$s (%3$s)" +msgstr "Definir el modo de caché como %1$s para Bcache %2$s (%3$s)" #. TRANSLATORS: displayed before action, #. %1$s is replaced by subvolume path (e.g. var/log), diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.1.103/po/hu.po new/libstorage-ng-4.1.106/po/hu.po --- old/libstorage-ng-4.1.103/po/hu.po 2019-03-23 21:25:00.000000000 +0100 +++ new/libstorage-ng-4.1.106/po/hu.po 2019-04-05 08:11:20.000000000 +0200 @@ -13,7 +13,7 @@ "Project-Id-Version: libstorage\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-02-25 15:22+0100\n" -"PO-Revision-Date: 2019-03-23 20:24+0000\n" +"PO-Revision-Date: 2019-04-04 15:03+0000\n" "Last-Translator: Robert Taisz <[email protected]>\n" "Language-Team: Hungarian <https://l10n.opensuse.org/projects/libstorage/" "ng-master/hu/>\n" @@ -524,7 +524,7 @@ #. /dev/sdb2 (1 GiB)) #, c-format msgid "Create MD %1$s %2$s (%3$s) from %4$s" -msgstr "%1$s %2$s (%3$s) MD létrehozása a(z) %4$s eszközről" +msgstr "%1$s %2$s MD (%3$s) létrehozása a(z) %4$s eszközön" #. TRANSLATORS: displayed before action, #. %1$s is replaced by device name (e.g. /dev/sda) @@ -969,7 +969,7 @@ #. /dev/sdb2 (1 GiB)) #, c-format msgid "Create volume group %1$s (%2$s) from %3$s" -msgstr "%1$s kötetcsoport (%2$s) létrehozása a(z) %3$s fájlrendszerből" +msgstr "%1$s kötetcsoport (%2$s) létrehozása a(z) %3$s eszközön" #. TRANSLATORS: displayed before action, #. %1$s is replaced with the volume group name (e.g. system), @@ -1024,7 +1024,7 @@ #. /dev/sdb2 (1 GiB)) #, c-format msgid "Creating MD %1$s %2$s (%3$s) from %4$s" -msgstr "%1$s %2$s (%3$s) MD létrehozása a(z) %4$s eszközről" +msgstr "%1$s %2$s MD (%3$s) létrehozása a(z) %4$s eszközön" #. TRANSLATORS: displayed during action, #. %1$s is replaced by device name (e.g. /dev/sda) @@ -1140,7 +1140,7 @@ #. /dev/sdb2 (1 GiB)) #, c-format msgid "Creating volume group %1$s (%2$s) from %3$s" -msgstr "%1$s kötetcsoport (%2$s) létrehozása a(z) %3$s eszközről" +msgstr "%1$s kötetcsoport (%2$s) létrehozása a(z) %3$s eszközön" #. TRANSLATORS: name of object msgid "DASD" @@ -1302,7 +1302,7 @@ #. and /dev/sdb2 (1 GiB)) #, c-format msgid "Delete %1$s on %2$s" -msgstr "%1$s törlése a(z) %2$s eszközön" +msgstr "A(z) %2$s eszközön lévő %1$s fájlrendszer törlése" # modules/inst_custom_part.ycp:623 #. TRANSLATORS: displayed before action, @@ -1473,7 +1473,7 @@ #. and /dev/sdb2 (1 GiB)) #, c-format msgid "Deleting %1$s on %2$s" -msgstr "%1$s törlése a(z) %2$s eszközön" +msgstr "A(z) %2$s eszközön lévő %1$s fájlrendszer törlése" # modules/inst_custom_part.ycp:623 #. TRANSLATORS: displayed during action, @@ -2490,7 +2490,7 @@ #. TRANSLATORS: error message #, c-format msgid "Probing stray block device %s failed" -msgstr "A(z) %s Stray blokkeszköz ellenőrzése sikertelen" +msgstr "A(z) %s stray blokkeszköz ellenőrzése sikertelen" #. TRANSLATORS: progress message msgid "Probing stray block devices" @@ -2498,7 +2498,7 @@ #. TRANSLATORS: error message msgid "Probing stray block devices failed" -msgstr "A Stray blokkeszközök ellenőrzése sikertelen" +msgstr "A stray blokkeszközök ellenőrzése sikertelen" #. TRANSLATORS: displayed before action, #. %1$s is replaced by volume group name (e.g. system) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.1.103/po/it.po new/libstorage-ng-4.1.106/po/it.po --- old/libstorage-ng-4.1.103/po/it.po 2019-03-23 21:25:00.000000000 +0100 +++ new/libstorage-ng-4.1.106/po/it.po 2019-04-05 08:11:20.000000000 +0200 @@ -13,7 +13,7 @@ "Project-Id-Version: libstorage\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-02-25 15:22+0100\n" -"PO-Revision-Date: 2019-03-23 20:24+0000\n" +"PO-Revision-Date: 2019-04-04 15:03+0000\n" "Last-Translator: Davide Aiello <[email protected]>\n" "Language-Team: Italian <https://l10n.opensuse.org/projects/libstorage/" "ng-master/it/>\n" @@ -37,7 +37,7 @@ #. %1$d is replaced by the number of elements omitted #, c-format msgid "%1$d more" -msgstr "altri %1$d" +msgstr "Altri %1$d" #. TRANSLATORS: #. %1$s is replaced with the device name (e.g. /dev/sdc1), @@ -518,7 +518,7 @@ #. /dev/sdb2 (1 GiB)) #, c-format msgid "Create MD %1$s %2$s (%3$s) from %4$s" -msgstr "Crea MD %1$s %2$s (%3$s) da %4$s" +msgstr "Crea MD %1$s %2$s (%3$s) a partire da %4$s" #. TRANSLATORS: displayed before action, #. %1$s is replaced by device name (e.g. /dev/sda) @@ -958,7 +958,7 @@ #. /dev/sdb2 (1 GiB)) #, c-format msgid "Create volume group %1$s (%2$s) from %3$s" -msgstr "Crea gruppo di volumi %1$s (%2$s) da %3$s" +msgstr "Crea gruppo di volumi %1$s (%2$s) a partire da %3$s" #. TRANSLATORS: displayed before action, #. %1$s is replaced with the volume group name (e.g. system), @@ -1012,7 +1012,7 @@ #. /dev/sdb2 (1 GiB)) #, c-format msgid "Creating MD %1$s %2$s (%3$s) from %4$s" -msgstr "Creazione di MD %1$s %2$s (%3$s) da %4$s" +msgstr "Creazione MD %1$s %2$s (%3$s) a partire da %4$s in corso" #. TRANSLATORS: displayed during action, #. %1$s is replaced by device name (e.g. /dev/sda) @@ -1133,7 +1133,7 @@ #. /dev/sdb2 (1 GiB)) #, c-format msgid "Creating volume group %1$s (%2$s) from %3$s" -msgstr "Creazione del gruppo di volumi %1$s (%2$s) da %3$s" +msgstr "Creazione del gruppo di volumi %1$s (%2$s) a partire da %3$s in corso" #. TRANSLATORS: name of object msgid "DASD" @@ -1479,7 +1479,7 @@ #. and /dev/sdb2 (1 GiB)) #, c-format msgid "Deleting %1$s on %2$s" -msgstr "Eliminazione di %1$s su %2$s" +msgstr "Eliminazione di %1$s su %2$s in corso" # #-#-#-#-# storage.it.po (storage) #-#-#-#-# # TLABEL modules/inst_custom_part.ycp:2472 @@ -1645,7 +1645,8 @@ #. %3$s is replaced by size (e.g. 2 GiB) #, c-format msgid "Detaching Bcache cache set on %1$s from Bcache %2$s (%3$s)" -msgstr "Dissociazione del set di cache Bcache su %1$s da Bcache %2$s (%3$s)" +msgstr "" +"Dissociazione set di cache Bcache su %1$s da Bcache %2$s (%3$s) in corso" #. TRANSLATORS: Error message displayed during probing, #. %1$s is replaced by a list of device names joined by newlines (e.g. @@ -1659,11 +1660,11 @@ "These logical volumes are ignored. Operations on the\n" "correponding volume groups may fail." msgstr "" -"Rilevati volumi logici LVM di tipo non supportato:\n" +"Rilevati volumi logici LVM di tipi non supportati:\n" "\n" "%1$s\n" "\n" -"Questi volumi logici vengono ignorati. Le operazioni sui\n" +"I volumi logici indicati verranno ignorati; le operazioni sui\n" "gruppi di volumi corrispondenti potrebbero non riuscire." #. TRANSLATORS: Error message displayed during probing, @@ -2414,11 +2415,11 @@ #. TRANSLATORS: progress message msgid "Probing additional attributes" -msgstr "Rilevamento di attributi aggiuntivi" +msgstr "Rilevamento attributi aggiuntivi" #. TRANSLATORS: error message msgid "Probing additional attributes failed" -msgstr "Rilevamento di attributi aggiuntivi non riuscito" +msgstr "Rilevamento attributi aggiuntivi non riuscito" #. TRANSLATORS: progress message msgid "Probing bcache" @@ -2503,7 +2504,7 @@ #. TRANSLATORS: error message msgid "Probing stray block devices failed" -msgstr "Rilevamento di dispositivi a blocchi \"senza padrone\" non riuscito" +msgstr "Rilevamento di dispositivi a blocchi \"senza padrone\" fallito" #. TRANSLATORS: displayed before action, #. %1$s is replaced by volume group name (e.g. system) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.1.103/po/ko.po new/libstorage-ng-4.1.106/po/ko.po --- old/libstorage-ng-4.1.103/po/ko.po 2019-03-23 21:25:00.000000000 +0100 +++ new/libstorage-ng-4.1.106/po/ko.po 2019-04-05 08:11:20.000000000 +0200 @@ -9,7 +9,7 @@ "Project-Id-Version: libstorage.ko\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-02-25 15:22+0100\n" -"PO-Revision-Date: 2019-03-23 20:24+0000\n" +"PO-Revision-Date: 2019-04-04 15:03+0000\n" "Last-Translator: Hwajin Kim <[email protected]>\n" "Language-Team: Korean <https://l10n.opensuse.org/projects/libstorage/" "ng-master/ko/>\n" @@ -35,7 +35,7 @@ #. %1$d is replaced by the number of elements omitted #, c-format msgid "%1$d more" -msgstr "%1$d개 이상" +msgstr "%1$d개 더보기" #. TRANSLATORS: #. %1$s is replaced with the device name (e.g. /dev/sdc1), @@ -50,7 +50,7 @@ #. %2$s is replaced by the number of elements omitted #, c-format msgid "%1$s and %2$d more" -msgstr "%1$s 및 %2$d개 이상" +msgstr "%1$s 및 %2$d개 더보기" #. TRANSLATORS: used to construct list of values #. %1$s is replaced by first value @@ -981,7 +981,7 @@ #. /dev/sdb2 (1 GiB)) #, c-format msgid "Creating MD %1$s %2$s (%3$s) from %4$s" -msgstr "%4$s에서 MD %1$s1 %2$s2(%3$s3) 생성" +msgstr "%4$s에서 MD %1$s %2$s(%3$s) 생성 중" # SLE12 #. TRANSLATORS: displayed during action, @@ -1253,7 +1253,7 @@ #. and /dev/sdb2 (1 GiB)) #, c-format msgid "Delete %1$s on %2$s" -msgstr "%2$s에서 %1$s 삭제" +msgstr "%2$s에서 %1$s1 삭제" # to translators: * Create extended partition 1.2 GB (hda1) #. TRANSLATORS: displayed before action, @@ -1577,7 +1577,7 @@ #. %3$s is replaced by size (e.g. 2 GiB) #, c-format msgid "Detach Bcache cache set on %1$s from Bcache %2$s (%3$s)" -msgstr "Bcache %2$s(%3$s)의 %1$s에서 Bcache 캐시 분리" +msgstr "Bcache %2$s(%3$s)에서 %1$s의 Bcache 캐시 설정 분리" #. TRANSLATORS: displayed during action, #. %1$s is replaced by device name (e.g. /dev/sda1), @@ -1585,7 +1585,7 @@ #. %3$s is replaced by size (e.g. 2 GiB) #, c-format msgid "Detaching Bcache cache set on %1$s from Bcache %2$s (%3$s)" -msgstr "%1$s의 Bcache 캐시를 Bcache %2$s(%3$s)에서 분리 중" +msgstr "Bcache %2$s(%3$s)에서 %1$s의 Bcache 캐시 설정 분리 중" #. TRANSLATORS: Error message displayed during probing, #. %1$s is replaced by a list of device names joined by newlines (e.g. @@ -1599,12 +1599,12 @@ "These logical volumes are ignored. Operations on the\n" "correponding volume groups may fail." msgstr "" -"지원되지 않는 유형의 LVM 논리 볼륨이 감지됨:\n" +"지원되지 않는 유형의 감지된 LVM 논리적 볼륨:\n" "\n" "%1$s\n" "\n" -"이러한 논리 볼륨은 무시됩니다. 해당 볼륨 그룹에서의\n" -"작업이 실패할 수 있습니다." +"이 논리적 볼륨은 무시됩니다. 해당 볼륨\n" +"그룹에서 작업이 실패할 수 있습니다." #. TRANSLATORS: Error message displayed during probing, #. %1$s is replaced by the device name (e.g. /dev/sda) @@ -1613,8 +1613,8 @@ "Detected a LUKS device next to a partition table on the\n" "device %1$s. The LUKS device will be ignored." msgstr "" -"%1$s 장치에서 파티션 테이블 옆에 있는 LUKS 장치가\n" -"감지되었습니다. LUKS 장치는 무시됩니다." +"%1$s 장치에서 파티션 테이블 옆의 LUKS 장치를 감지했습니다.\n" +"LUKS 장치가 무시됩니다." #. TRANSLATORS: Error message displayed during probing, #. %1$s is replaced by the device name (e.g. /dev/sda) @@ -1623,8 +1623,8 @@ "Detected a LVM logical volume next to a partition table on the\n" "device %1$s. The LVM logical volume will be ignored." msgstr "" -"%1$s 장치에서 파티션 테이블 옆에 있는 LVM 논리 볼륨이\n" -"감지되었습니다. LVM 논리 볼륨은 무시됩니다." +"%1$s 장치에서 파티션 테이블 옆의 LVM 논리적 볼륨을 감지했습니다.\n" +"LVM 논리적 볼륨이 무시됩니다." #. TRANSLATORS: Error message displayed during probing, #. %1$s is replaced by the device name (e.g. /dev/sda) @@ -1633,8 +1633,8 @@ "Detected a file system next to a partition table on the\n" "device %1$s. The file system will be ignored." msgstr "" -"%1$s 장치에서 파티션 테이블 옆에 있는 파일 시스템이\n" -"감지되었습니다. 파일 시스템은 무시됩니다." +"%1$s 장치에서 파티션 테이블 옆의 파일 시스템을 감지했습니다.\n" +"파일 시스템이 무시됩니다." #. TRANSLATORS: name of partition type msgid "Diagnostics Partition" @@ -2308,7 +2308,7 @@ #. TRANSLATORS: error message msgid "Probing additional attributes failed" -msgstr "추가 특성 검색 실패" +msgstr "추가 특성 검색하지 못함" #. TRANSLATORS: progress message msgid "Probing bcache" @@ -2386,15 +2386,15 @@ #. TRANSLATORS: error message #, c-format msgid "Probing stray block device %s failed" -msgstr "부유 블록 장치 %s 검색 실패" +msgstr "stray 블록 장치 %s1 검색하지 못함" #. TRANSLATORS: progress message msgid "Probing stray block devices" -msgstr "부유 블록 장치 검색 중" +msgstr "stray 블록 장치 검색 중" #. TRANSLATORS: error message msgid "Probing stray block devices failed" -msgstr "부유 블록 장치 검색 실패" +msgstr "stray 블록 장치 검색하지 못함" #. TRANSLATORS: displayed before action, #. %1$s is replaced by volume group name (e.g. system) @@ -2556,7 +2556,7 @@ #. %3$s is replaced by size (e.g. 2 GiB) #, c-format msgid "Set cache mode to %1$s for Bcache %2$s (%3$s)" -msgstr "Bcache %2$s(%3$s)에 대한 캐시 모드를 %1$s(으)로 설정" +msgstr "Bcache %2$s(%3$s)에 대해 캐시 모드를 %1$s(으)로 설정" # SLE12 #. TRANSLATORS: displayed before action, @@ -2640,7 +2640,7 @@ #. %3$s is replaced by size (e.g. 2 GiB) #, c-format msgid "Setting cache mode to %1$s for Bcache %2$s (%3$s)" -msgstr "Bcache %2$s(%3$s3)에 대한 캐시 모드를 %1$s(으)로 설정 중" +msgstr "Bcache %2$s(%3$s)에 대해 캐시 모드를 %1$s(으)로 설정 중" # SLE12 #. TRANSLATORS: displayed during action, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.1.103/po/nl.po new/libstorage-ng-4.1.106/po/nl.po --- old/libstorage-ng-4.1.103/po/nl.po 2019-03-23 21:25:00.000000000 +0100 +++ new/libstorage-ng-4.1.106/po/nl.po 2019-04-05 08:11:20.000000000 +0200 @@ -15,8 +15,8 @@ "Project-Id-Version: libstorage.nl\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-02-25 15:22+0100\n" -"PO-Revision-Date: 2019-03-23 20:24+0000\n" -"Last-Translator: Freek de Kruijf <[email protected]>\n" +"PO-Revision-Date: 2019-04-04 15:03+0000\n" +"Last-Translator: Eva van Rein <[email protected]>\n" "Language-Team: Dutch <https://l10n.opensuse.org/projects/libstorage/" "ng-master/nl/>\n" "Language: nl\n" @@ -38,7 +38,7 @@ #. %1$d is replaced by the number of elements omitted #, c-format msgid "%1$d more" -msgstr "%1$d meer" +msgstr "Nog %1$d" #. TRANSLATORS: #. %1$s is replaced with the device name (e.g. /dev/sdc1), @@ -53,7 +53,7 @@ #. %2$s is replaced by the number of elements omitted #, c-format msgid "%1$s and %2$d more" -msgstr "%1$s en %2$d meer" +msgstr "%1$s en nog %2$d" #. TRANSLATORS: used to construct list of values #. %1$s is replaced by first value @@ -492,7 +492,7 @@ #. /dev/sdb2 (1 GiB)) #, c-format msgid "Create MD %1$s %2$s (%3$s) from %4$s" -msgstr "MD %1$s %2$s (%3$s) uit %4$s aanmaken" +msgstr "MD %1$s %2$s (%3$s) aanmaken uit %4$s" #. TRANSLATORS: displayed before action, #. %1$s is replaced by device name (e.g. /dev/sda) @@ -940,7 +940,7 @@ #. /dev/sdb2 (1 GiB)) #, c-format msgid "Creating MD %1$s %2$s (%3$s) from %4$s" -msgstr "MD %1$s %2$s (%3$s) wordt aangemaakt uit %4$s" +msgstr "MD %1$s %2$s (%3$s) aanmaken uit %4$s" #. TRANSLATORS: displayed during action, #. %1$s is replaced by device name (e.g. /dev/sda) @@ -1046,7 +1046,7 @@ #. /dev/sdb2 (1 GiB)) #, c-format msgid "Creating volume group %1$s (%2$s) from %3$s" -msgstr "Volumegroep %1$s (%2$s) wordt uit %3$s aangemaakt" +msgstr "Volumegroep %1$s (%2$s) uit %3$s aanmaken" #. TRANSLATORS: name of object msgid "DASD" @@ -1351,7 +1351,7 @@ #. and /dev/sdb2 (1 GiB)) #, c-format msgid "Deleting %1$s on %2$s" -msgstr "%1$s op %2$s wordt verwijderd" +msgstr "%1$s op %2$s verwijderen" #. TRANSLATORS: displayed during action, #. %1$s is replaced by device name (e.g. /dev/bcache0), @@ -1490,7 +1490,7 @@ #. %3$s is replaced by size (e.g. 2 GiB) #, c-format msgid "Detach Bcache cache set on %1$s from Bcache %2$s (%3$s)" -msgstr "Bcache-cacheset op %1$s afkoppelen van Bcache %2$s (%3$s)" +msgstr "Bcache-cacheset op %1$s loskoppelen van Bcache %2$s (%3$s)" #. TRANSLATORS: displayed during action, #. %1$s is replaced by device name (e.g. /dev/sda1), @@ -1498,7 +1498,7 @@ #. %3$s is replaced by size (e.g. 2 GiB) #, c-format msgid "Detaching Bcache cache set on %1$s from Bcache %2$s (%3$s)" -msgstr "Bcache-cacheset op %1$s wordt afgekoppeld van Bcache %2$s (%3$s)" +msgstr "Bcache-cacheset op %1$s wordt losgekoppeld van Bcache %2$s (%3$s)" #. TRANSLATORS: Error message displayed during probing, #. %1$s is replaced by a list of device names joined by newlines (e.g. @@ -1512,12 +1512,12 @@ "These logical volumes are ignored. Operations on the\n" "correponding volume groups may fail." msgstr "" -"LVM logische volumes van niet ondersteunde types gedetecteerd:\n" +"LVM logische volumes van niet-ondersteunde typen gedetecteerd:\n" "\n" "%1$s\n" "\n" "Deze logische volumes worden genegeerd. Bewerkingen op de\n" -"overeenkomstige volumegroepen kunnen mislukken." +"bijbehorende volumegroepen mislukken mogelijk." #. TRANSLATORS: Error message displayed during probing, #. %1$s is replaced by the device name (e.g. /dev/sda) @@ -2272,7 +2272,7 @@ #. TRANSLATORS: error message #, c-format msgid "Probing stray block device %s failed" -msgstr "Aftasten stray-blokapparaat %s is mislukt" +msgstr "Aftasten Stray-blokapparaat %s is mislukt" #. TRANSLATORS: progress message msgid "Probing stray block devices" @@ -2280,7 +2280,7 @@ #. TRANSLATORS: error message msgid "Probing stray block devices failed" -msgstr "Aftasten van stray-blokapparaten is mislukt" +msgstr "Aftasten Stray-blokapparaten is mislukt" #. TRANSLATORS: displayed before action, #. %1$s is replaced by volume group name (e.g. system) @@ -2444,7 +2444,7 @@ #. %3$s is replaced by size (e.g. 2 GiB) #, c-format msgid "Set cache mode to %1$s for Bcache %2$s (%3$s)" -msgstr "Cachemodus op %1$s instellen voor Bcache %2$s (%3$s)" +msgstr "Cachemodus instellen op %1$s voor Bcache %2$s (%3$s)" #. TRANSLATORS: displayed before action, #. %1$s is replaced by subvolume path (e.g. var/log), @@ -2527,7 +2527,7 @@ #. %3$s is replaced by size (e.g. 2 GiB) #, c-format msgid "Setting cache mode to %1$s for Bcache %2$s (%3$s)" -msgstr "Cachemodus op %1$s wordt ingesteld voor Bcache %2$s (%3$s)" +msgstr "Cachemodus wordt ingesteld op %1$s voor Bcache %2$s (%3$s)" #. TRANSLATORS: displayed during action, #. %1$s is replaced by subvolume path (e.g. var/log), diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.1.103/po/pl.po new/libstorage-ng-4.1.106/po/pl.po --- old/libstorage-ng-4.1.103/po/pl.po 2019-03-23 21:25:00.000000000 +0100 +++ new/libstorage-ng-4.1.106/po/pl.po 2019-04-05 08:11:20.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: YaST (@memory@)\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-02-25 15:22+0100\n" -"PO-Revision-Date: 2019-03-23 20:24+0000\n" +"PO-Revision-Date: 2019-04-04 15:03+0000\n" "Last-Translator: Ewelina Michalowska <[email protected]>\n" "Language-Team: Polish <https://l10n.opensuse.org/projects/libstorage/" "ng-master/pl/>\n" @@ -47,7 +47,7 @@ #. %2$s is replaced by the number of elements omitted #, c-format msgid "%1$s and %2$d more" -msgstr "%1$s i jeszcze %2$d" +msgstr "%1$s i %2$d więcej" #. TRANSLATORS: used to construct list of values #. %1$s is replaced by first value @@ -974,7 +974,7 @@ #. /dev/sdb2 (1 GiB)) #, c-format msgid "Creating MD %1$s %2$s (%3$s) from %4$s" -msgstr "Tworzenie MD %1$s %2$s (%3$s) z urządzeń %4$s" +msgstr "Utwórz MD %1$s %2$s (%3$s) z urządzeń %4$s" #. TRANSLATORS: displayed during action, #. %1$s is replaced by device name (e.g. /dev/sda) @@ -1235,7 +1235,7 @@ #. and /dev/sdb2 (1 GiB)) #, c-format msgid "Delete %1$s on %2$s" -msgstr "Usuń system plików %1$s na %2$s" +msgstr "Usuń %1$s na urządzeniu %2$s" #. TRANSLATORS: displayed before action, #. %1$s is replaced by device name (e.g. /dev/bcache0), @@ -1395,7 +1395,7 @@ #. and /dev/sdb2 (1 GiB)) #, c-format msgid "Deleting %1$s on %2$s" -msgstr "Usuwanie systemu plików %1$s na %2$s" +msgstr "Usuwanie %1$s na urządzeniu %2$s" #. TRANSLATORS: displayed during action, #. %1$s is replaced by device name (e.g. /dev/bcache0), @@ -1563,12 +1563,12 @@ "These logical volumes are ignored. Operations on the\n" "correponding volume groups may fail." msgstr "" -"Wykryto woluminy logiczne LVM nieobsługiwanego typu:\n" +"Wykryto woluminy logiczne LVM nieobsługiwanych typów:\n" "\n" "%1$s\n" "\n" -"Te woluminy logiczne zostaną zignorowane. Działania na\n" -"odpowiadającej im grupie woluminów mogą się nie powieść." +"Te woluminy logiczne są ignorowane. Operacje na odpowiadających\n" +"im grupach woluminów mogą się nie powieść." #. TRANSLATORS: Error message displayed during probing, #. %1$s is replaced by the device name (e.g. /dev/sda) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.1.103/po/pt_BR.po new/libstorage-ng-4.1.106/po/pt_BR.po --- old/libstorage-ng-4.1.103/po/pt_BR.po 2019-03-23 21:25:00.000000000 +0100 +++ new/libstorage-ng-4.1.106/po/pt_BR.po 2019-04-05 08:11:20.000000000 +0200 @@ -12,8 +12,8 @@ "Project-Id-Version: YaST (@memory@)\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-02-25 15:22+0100\n" -"PO-Revision-Date: 2019-03-23 20:24+0000\n" -"Last-Translator: Rodrigo Macedo <[email protected]>\n" +"PO-Revision-Date: 2019-04-04 18:39+0000\n" +"Last-Translator: Samanta Magalhaes <[email protected]>\n" "Language-Team: Portuguese (Brazil) <https://l10n.opensuse.org/projects/" "libstorage/ng-master/pt_BR/>\n" "Language: pt_BR\n" @@ -886,7 +886,7 @@ #. /dev/sdb2 (1 GiB)) #, c-format msgid "Create volume group %1$s (%2$s) from %3$s" -msgstr "Criar grupo de volumes %1$s (%2$s) com %3$s" +msgstr "Criar grupo de volumes %1$s (%2$s) de %3$s" #. TRANSLATORS: displayed before action, #. %1$s is replaced with the volume group name (e.g. system), @@ -938,7 +938,7 @@ #. /dev/sdb2 (1 GiB)) #, c-format msgid "Creating MD %1$s %2$s (%3$s) from %4$s" -msgstr "Criar MD %1$s %2$s (%3$s) de %4$s" +msgstr "Criando MD %1$s %2$s (%3$s) de %4$s" #. TRANSLATORS: displayed during action, #. %1$s is replaced by device name (e.g. /dev/sda) @@ -1045,7 +1045,7 @@ #. /dev/sdb2 (1 GiB)) #, c-format msgid "Creating volume group %1$s (%2$s) from %3$s" -msgstr "Criando grupo de volume %1$s (%2$s) de %3$s" +msgstr "Criando grupo de volumes %1$s (%2$s) de %3$s" #. TRANSLATORS: name of object msgid "DASD" @@ -1193,7 +1193,7 @@ #. and /dev/sdb2 (1 GiB)) #, c-format msgid "Delete %1$s on %2$s" -msgstr "Remover %1$s em %2$s" +msgstr "Remover %1$s de %2$s" #. TRANSLATORS: displayed before action, #. %1$s is replaced by device name (e.g. /dev/bcache0), @@ -1352,7 +1352,7 @@ #. and /dev/sdb2 (1 GiB)) #, c-format msgid "Deleting %1$s on %2$s" -msgstr "Removendo %1$s em %2$s" +msgstr "Removendo %1$s de %2$s" #. TRANSLATORS: displayed during action, #. %1$s is replaced by device name (e.g. /dev/bcache0), @@ -1492,7 +1492,7 @@ #. %3$s is replaced by size (e.g. 2 GiB) #, c-format msgid "Detach Bcache cache set on %1$s from Bcache %2$s (%3$s)" -msgstr "Desanexar o cache do Bcache definido em %1$s do Bcache %2$s (%3$s)" +msgstr "Desanexar o cache Bcache definido em %1$s do Bcache %2$s (%3$s)" #. TRANSLATORS: displayed during action, #. %1$s is replaced by device name (e.g. /dev/sda1), @@ -1500,7 +1500,7 @@ #. %3$s is replaced by size (e.g. 2 GiB) #, c-format msgid "Detaching Bcache cache set on %1$s from Bcache %2$s (%3$s)" -msgstr "Desanexando o cache Bcache definido no %1$s Bcache para %2$s (%3$s)" +msgstr "Desanexando o cache Bcache definido em %1$s do Bcache %2$s (%3$s)" #. TRANSLATORS: Error message displayed during probing, #. %1$s is replaced by a list of device names joined by newlines (e.g. @@ -1518,8 +1518,8 @@ "\n" "%1$s\n" "\n" -"Esses volumes lógicos são ignorados. As operações nos \n" -"grupos de volumes correspondentes podem falhar." +"Esses volumes lógicos serão ignorados. As operações nos\n" +"grupos de volumes correspondentes poderão falhar." #. TRANSLATORS: Error message displayed during probing, #. %1$s is replaced by the device name (e.g. /dev/sda) @@ -2275,15 +2275,15 @@ #. TRANSLATORS: error message #, c-format msgid "Probing stray block device %s failed" -msgstr "O dispositivo de bloqueio de desvio %s falhou" +msgstr "Falha na sondagem do dispositivo de blocos de dispersão %s" #. TRANSLATORS: progress message msgid "Probing stray block devices" -msgstr "Sondando dispositivos de bloco perdido" +msgstr "Sondagem de dispositivos de blocos de dispersão" #. TRANSLATORS: error message msgid "Probing stray block devices failed" -msgstr "Sondando dispositivos de bloco perdido falhou" +msgstr "Falha na sondagem de dispositivos de blocos de dispersão" #. TRANSLATORS: displayed before action, #. %1$s is replaced by volume group name (e.g. system) @@ -2449,7 +2449,7 @@ #. %3$s is replaced by size (e.g. 2 GiB) #, c-format msgid "Set cache mode to %1$s for Bcache %2$s (%3$s)" -msgstr "Definir o modo de cache para %1$s para Bcache %2$s (%3$s)" +msgstr "Definir o modo de cache como %1$s para o Bcache %2$s (%3$s)" #. TRANSLATORS: displayed before action, #. %1$s is replaced by subvolume path (e.g. var/log), @@ -2531,7 +2531,7 @@ #. %3$s is replaced by size (e.g. 2 GiB) #, c-format msgid "Setting cache mode to %1$s for Bcache %2$s (%3$s)" -msgstr "Configurando o cache Bcache definido no %1$s Bcache para %2$s (%3$s)" +msgstr "Definindo o modo de cache como %1$s para o Bcache %2$s (%3$s)" #. TRANSLATORS: displayed during action, #. %1$s is replaced by subvolume path (e.g. var/log), diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.1.103/po/ru.po new/libstorage-ng-4.1.106/po/ru.po --- old/libstorage-ng-4.1.103/po/ru.po 2019-03-23 21:25:00.000000000 +0100 +++ new/libstorage-ng-4.1.106/po/ru.po 2019-04-05 08:11:20.000000000 +0200 @@ -5,7 +5,7 @@ "Project-Id-Version: libstorage.ru\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-02-25 15:22+0100\n" -"PO-Revision-Date: 2019-03-23 20:24+0000\n" +"PO-Revision-Date: 2019-04-04 15:03+0000\n" "Last-Translator: Nikita Maynagashev <[email protected]>\n" "Language-Team: Russian <https://l10n.opensuse.org/projects/libstorage/" "ng-master/ru/>\n" @@ -1200,7 +1200,7 @@ #. and /dev/sdb2 (1 GiB)) #, c-format msgid "Delete %1$s on %2$s" -msgstr "Удалить %1$s на %2$s" +msgstr "Удалить %1$s на устройствах %2$s" #. TRANSLATORS: displayed before action, #. %1$s is replaced by device name (e.g. /dev/bcache0), @@ -1359,7 +1359,7 @@ #. and /dev/sdb2 (1 GiB)) #, c-format msgid "Deleting %1$s on %2$s" -msgstr "Удаление %1$s на %2$s" +msgstr "Удаление %1$s на устройствах %2$s" #. TRANSLATORS: displayed during action, #. %1$s is replaced by device name (e.g. /dev/bcache0), @@ -1499,7 +1499,9 @@ #. %3$s is replaced by size (e.g. 2 GiB) #, c-format msgid "Detach Bcache cache set on %1$s from Bcache %2$s (%3$s)" -msgstr "Отключить кэш bcache на %1$s от bcache %2$s (%3$s)" +msgstr "" +"Отключить набор кэширования Bcache на устройстве %1$s от устройства Bcache " +"%2$s (%3$s)" #. TRANSLATORS: displayed during action, #. %1$s is replaced by device name (e.g. /dev/sda1), @@ -1507,7 +1509,9 @@ #. %3$s is replaced by size (e.g. 2 GiB) #, c-format msgid "Detaching Bcache cache set on %1$s from Bcache %2$s (%3$s)" -msgstr "Отключение кэша bcache на %1$s от bcache %2$s (%3$s)" +msgstr "" +"Отключение набора кэширования Bcache на устройстве %1$s от устройства Bcache " +"%2$s (%3$s)" #. TRANSLATORS: Error message displayed during probing, #. %1$s is replaced by a list of device names joined by newlines (e.g. @@ -1525,8 +1529,8 @@ "\n" "%1$s\n" "\n" -"Эти логические тома будут проигнорированы.\n" -"Операции с соответствующими группами томов могут быть недоступны." +"Эти логические тома будут пропущены. Операции с\n" +"соответствующими группами томов могут завершиться ошибкой." #. TRANSLATORS: Error message displayed during probing, #. %1$s is replaced by the device name (e.g. /dev/sda) @@ -2467,7 +2471,7 @@ #. %3$s is replaced by size (e.g. 2 GiB) #, c-format msgid "Set cache mode to %1$s for Bcache %2$s (%3$s)" -msgstr "Установить режим кэширования %1$s для bcache %2$s (%3$s)" +msgstr "Установить режим кэширования %1$s для Bcache %2$s (%3$s)" #. TRANSLATORS: displayed before action, #. %1$s is replaced by subvolume path (e.g. var/log), @@ -2549,7 +2553,7 @@ #. %3$s is replaced by size (e.g. 2 GiB) #, c-format msgid "Setting cache mode to %1$s for Bcache %2$s (%3$s)" -msgstr "Установка режима кэширования %1$s для bcache %2$s (%3$s)" +msgstr "Установка режима кэширования %1$s для Bcache %2$s (%3$s)" #. TRANSLATORS: displayed during action, #. %1$s is replaced by subvolume path (e.g. var/log), diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.1.103/po/sk.po new/libstorage-ng-4.1.106/po/sk.po --- old/libstorage-ng-4.1.103/po/sk.po 2019-03-23 21:25:00.000000000 +0100 +++ new/libstorage-ng-4.1.106/po/sk.po 2019-04-05 08:11:20.000000000 +0200 @@ -6,7 +6,7 @@ "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-02-25 15:22+0100\n" -"PO-Revision-Date: 2019-03-23 20:24+0000\n" +"PO-Revision-Date: 2019-04-04 15:03+0000\n" "Last-Translator: Ferdinand Galko <[email protected]>\n" "Language-Team: Slovak <https://l10n.opensuse.org/projects/libstorage/" "ng-master/sk/>\n" @@ -1516,7 +1516,7 @@ "\n" "%1$s\n" "\n" -"Tieto logické zväzky sa ignorujú.. Operácie\n" +"Tieto logické zväzky sa ignorujú. Operácie\n" "na príslušných skupinách zväzkov môžu zlyhať." #. TRANSLATORS: Error message displayed during probing, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.1.103/po/sv.po new/libstorage-ng-4.1.106/po/sv.po --- old/libstorage-ng-4.1.103/po/sv.po 2019-03-23 21:25:00.000000000 +0100 +++ new/libstorage-ng-4.1.106/po/sv.po 2019-04-05 08:11:20.000000000 +0200 @@ -10,7 +10,7 @@ "Project-Id-Version: YaST (@memory@)\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-02-25 15:22+0100\n" -"PO-Revision-Date: 2019-03-23 20:25+0000\n" +"PO-Revision-Date: 2019-04-04 15:03+0000\n" "Last-Translator: Sven Åhr <[email protected]>\n" "Language-Team: Swedish <https://l10n.opensuse.org/projects/libstorage/" "ng-master/sv/>\n" @@ -913,7 +913,7 @@ #. /dev/sdb2 (1 GiB)) #, c-format msgid "Create volume group %1$s (%2$s) from %3$s" -msgstr "Skapa volymgrupp %1$s (%2$s) från %3$s" +msgstr "Skapa volymgruppen %1$s (%2$s) från %3$s" # SLE12 #. TRANSLATORS: displayed before action, @@ -971,7 +971,7 @@ #. /dev/sdb2 (1 GiB)) #, c-format msgid "Creating MD %1$s %2$s (%3$s) from %4$s" -msgstr "Skapa %1$s %2$s (%3$s) från %4$s" +msgstr "Skapar MD %1$s %2$s (%3$s) från %4$s" # SLE12 #. TRANSLATORS: displayed during action, @@ -1086,7 +1086,7 @@ #. /dev/sdb2 (1 GiB)) #, c-format msgid "Creating volume group %1$s (%2$s) from %3$s" -msgstr "Skapar volymgrupp %1$s (%2$s) från %3$s" +msgstr "Skapar volymgruppen %1$s (%2$s) från %3$s" #. TRANSLATORS: name of object msgid "DASD" @@ -1240,7 +1240,7 @@ #. and /dev/sdb2 (1 GiB)) #, c-format msgid "Delete %1$s on %2$s" -msgstr "Radera %1$s på %2$s" +msgstr "Ta bort %1$s från %2$s" #. TRANSLATORS: displayed before action, #. %1$s is replaced by device name (e.g. /dev/bcache0), @@ -1407,7 +1407,7 @@ #. and /dev/sdb2 (1 GiB)) #, c-format msgid "Deleting %1$s on %2$s" -msgstr "Raderar %1$s på %2$s" +msgstr "Tar bort %1$s från %2$s" #. TRANSLATORS: displayed during action, #. %1$s is replaced by device name (e.g. /dev/bcache0), @@ -1553,7 +1553,7 @@ #. %3$s is replaced by size (e.g. 2 GiB) #, c-format msgid "Detach Bcache cache set on %1$s from Bcache %2$s (%3$s)" -msgstr "Bifoga Bcache-cacheuppsättning på %1$s från Bcache %2$s (%3$s)" +msgstr "Koppla från Bcache-cacheuppsättning på %1$s från Bcache %2$s (%3$s)" #. TRANSLATORS: displayed during action, #. %1$s is replaced by device name (e.g. /dev/sda1), @@ -1561,7 +1561,7 @@ #. %3$s is replaced by size (e.g. 2 GiB) #, c-format msgid "Detaching Bcache cache set on %1$s from Bcache %2$s (%3$s)" -msgstr "Bifogar Bcache-cacheuppsättning på %1$s från Bcache %2$s (%3$s)" +msgstr "Kopplar från Bcache-cacheuppsättning på %1$s från Bcache %2$s (%3$s)" #. TRANSLATORS: Error message displayed during probing, #. %1$s is replaced by a list of device names joined by newlines (e.g. @@ -1575,7 +1575,7 @@ "These logical volumes are ignored. Operations on the\n" "correponding volume groups may fail." msgstr "" -"Logiska LVM-volymer av typer som saknar stöd har upptäckts:\n" +"Logiska LVM-volymer har identifierats av typer som saknar stöd:\n" "\n" "%1$s\n" "\n" @@ -1589,7 +1589,7 @@ "Detected a LUKS device next to a partition table on the\n" "device %1$s. The LUKS device will be ignored." msgstr "" -"En LUKS-enhet upptäcktes bredvid en partitionstabell på\n" +"En LUKS-enhet hittades bredvid en partitionstabell på\n" "enheten %1$s. LUKS-enheten kommer att ignoreras." #. TRANSLATORS: Error message displayed during probing, @@ -1599,7 +1599,7 @@ "Detected a LVM logical volume next to a partition table on the\n" "device %1$s. The LVM logical volume will be ignored." msgstr "" -"En logisk LVM-volym upptäcktes bredvid en partitionstabell på\n" +"En logisk LVM-volym hittades bredvid en partitionstabell på\n" "enheten %1$s. Den logiska LVM-volymen kommer att ignoreras." #. TRANSLATORS: Error message displayed during probing, @@ -1609,7 +1609,7 @@ "Detected a file system next to a partition table on the\n" "device %1$s. The file system will be ignored." msgstr "" -"Ett filsystem upptäcktes bredvid en partitionstabell på\n" +"Ett filsystem hittades bredvid en partitionstabell på\n" "enheten %1$s. Filsystemet kommer att ignoreras." #. TRANSLATORS: name of partition type @@ -2262,11 +2262,11 @@ #. TRANSLATORS: progress message msgid "Probing additional attributes" -msgstr "Söker ytterligare attribut" +msgstr "Avsöker ytterligare attribut" #. TRANSLATORS: error message msgid "Probing additional attributes failed" -msgstr "Det gick inte att söka ytterligare attribut" +msgstr "Det gick inte att avsöka ytterligare attribut" #. TRANSLATORS: progress message msgid "Probing bcache" @@ -2344,15 +2344,15 @@ #. TRANSLATORS: error message #, c-format msgid "Probing stray block device %s failed" -msgstr "Sökning av enstaka blockenhet %s misslyckades" +msgstr "Avsökning av enstaka blockenheten %s misslyckades" #. TRANSLATORS: progress message msgid "Probing stray block devices" -msgstr "Söker enstaka blockenheter" +msgstr "Avsöker enstaka blockenheter" #. TRANSLATORS: error message msgid "Probing stray block devices failed" -msgstr "Sökning av enstaka blockenheter misslyckades" +msgstr "Avsökning av enstaka blockenheter misslyckades" #. TRANSLATORS: displayed before action, #. %1$s is replaced by volume group name (e.g. system) @@ -2512,7 +2512,7 @@ #. %3$s is replaced by size (e.g. 2 GiB) #, c-format msgid "Set cache mode to %1$s for Bcache %2$s (%3$s)" -msgstr "Ställ in cacheläget på %1$s för Bcache %2$s (%3$s)" +msgstr "Ställ in cacheläge på %1$s för Bcache %2$s (%3$s)" # SLE12 #. TRANSLATORS: displayed before action, @@ -2596,7 +2596,7 @@ #. %3$s is replaced by size (e.g. 2 GiB) #, c-format msgid "Setting cache mode to %1$s for Bcache %2$s (%3$s)" -msgstr "Ställer in cacheläget på %1$s för Bcache %2$s (%3$s)" +msgstr "Ställer in cacheläge på %1$s för Bcache %2$s (%3$s)" # SLE12 #. TRANSLATORS: displayed during action, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.1.103/utils/probe.cc new/libstorage-ng-4.1.106/utils/probe.cc --- old/libstorage-ng-4.1.103/utils/probe.cc 2019-03-23 21:25:00.000000000 +0100 +++ new/libstorage-ng-4.1.106/utils/probe.cc 2019-04-05 08:11:20.000000000 +0200 @@ -59,10 +59,10 @@ environment.set_mockup_filename("mockup.xml"); - MyProbeCallbacks my_probecall_backs; + MyProbeCallbacks my_probe_callbacks; Storage storage(environment); - storage.probe(&my_probecall_backs); + storage.probe(&my_probe_callbacks); const Devicegraph* probed = storage.get_probed();
