summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2023-11-15 10:17:19 +0900
committerGitHub <noreply@github.com>2023-11-15 10:17:19 +0900
commit516cca5a51cabb216415337304b1912f6fd9a10c (patch)
tree88abcb72b99d8bc6e2d72b1ded887b11238338a2
parentNEWS: update contributors list (diff)
parentUpdate po files (diff)
downloadsystemd-516cca5a51cabb216415337304b1912f6fd9a10c.tar.xz
systemd-516cca5a51cabb216415337304b1912f6fd9a10c.zip
Merge pull request #30027 from bluca/news
Update syscalls/hwdb/po
-rw-r--r--docs/RELEASE.md2
-rw-r--r--hwdb.d/20-OUI.hwdb258
-rw-r--r--hwdb.d/20-acpi-vendor.hwdb10
-rw-r--r--hwdb.d/20-acpi-vendor.hwdb.patch96
-rw-r--r--hwdb.d/20-pci-vendor-model.hwdb1394
-rw-r--r--hwdb.d/20-usb-classes.hwdb45
-rw-r--r--hwdb.d/20-usb-vendor-model.hwdb122
-rwxr-xr-xhwdb.d/acpi-update.py78
-rw-r--r--hwdb.d/acpi_id_registry.html256
-rw-r--r--hwdb.d/ma-large.txt1034
-rw-r--r--hwdb.d/ma-medium.txt90
-rw-r--r--hwdb.d/ma-small.txt132
-rw-r--r--hwdb.d/pci.ids580
-rw-r--r--hwdb.d/pnp_id_registry.html5088
-rw-r--r--hwdb.d/usb.ids66
-rw-r--r--po/be.po391
-rw-r--r--po/be@latin.po419
-rw-r--r--po/bg.po438
-rw-r--r--po/ca.po424
-rw-r--r--po/cs.po329
-rw-r--r--po/da.po359
-rw-r--r--po/de.po398
-rw-r--r--po/el.po352
-rw-r--r--po/es.po415
-rw-r--r--po/et.po248
-rw-r--r--po/eu.po203
-rw-r--r--po/fi.po363
-rw-r--r--po/fr.po313
-rw-r--r--po/gl.po419
-rw-r--r--po/hr.po346
-rw-r--r--po/hu.po294
-rw-r--r--po/id.po353
-rw-r--r--po/it.po20
-rw-r--r--po/ja.po20
-rw-r--r--po/ka.po20
-rw-r--r--po/kab.po173
-rw-r--r--po/ko.po258
-rw-r--r--po/lt.po414
-rw-r--r--po/nl.po196
-rw-r--r--po/pa.po173
-rw-r--r--po/pl.po446
-rw-r--r--po/pt.po394
-rw-r--r--po/pt_BR.po409
-rw-r--r--po/ro.po471
-rw-r--r--po/ru.po528
-rw-r--r--po/si.po173
-rw-r--r--po/sk.po296
-rw-r--r--po/sr.po461
-rw-r--r--po/sv.po367
-rw-r--r--po/systemd.pot20
-rw-r--r--po/tr.po436
-rw-r--r--po/uk.po430
-rw-r--r--po/zh_CN.po173
-rw-r--r--po/zh_TW.po174
-rw-r--r--src/basic/syscall-list.txt95
-rw-r--r--src/basic/syscalls-alpha.txt97
-rw-r--r--src/basic/syscalls-arc.txt97
-rw-r--r--src/basic/syscalls-arm.txt97
-rw-r--r--src/basic/syscalls-arm64.txt97
-rw-r--r--src/basic/syscalls-i386.txt97
-rw-r--r--src/basic/syscalls-loongarch64.txt97
-rw-r--r--src/basic/syscalls-m68k.txt97
-rw-r--r--src/basic/syscalls-mips64.txt97
-rw-r--r--src/basic/syscalls-mips64n32.txt97
-rw-r--r--src/basic/syscalls-mipso32.txt97
-rw-r--r--src/basic/syscalls-parisc.txt97
-rw-r--r--src/basic/syscalls-powerpc.txt97
-rw-r--r--src/basic/syscalls-powerpc64.txt97
-rw-r--r--src/basic/syscalls-riscv32.txt97
-rw-r--r--src/basic/syscalls-riscv64.txt97
-rw-r--r--src/basic/syscalls-s390.txt97
-rw-r--r--src/basic/syscalls-s390x.txt97
-rw-r--r--src/basic/syscalls-sparc.txt97
-rw-r--r--src/basic/syscalls-x86_64.txt95
74 files changed, 14671 insertions, 8632 deletions
diff --git a/docs/RELEASE.md b/docs/RELEASE.md
index 0fa86eda1ff..df04cb47ced 100644
--- a/docs/RELEASE.md
+++ b/docs/RELEASE.md
@@ -21,7 +21,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
12. [FINAL] Close the github milestone and open a new one (https://github.com/systemd/systemd/milestones)
13. "Draft" a new release on github (https://github.com/systemd/systemd/releases/new), mark "This is a pre-release" if appropriate.
14. Check that announcement to systemd-devel, with a copy&paste from NEWS, was sent. This should happen automatically.
-15. Update IRC topic (`/msg chanserv TOPIC #systemd Version NNN released`)
+15. Update IRC topic (`/msg chanserv TOPIC #systemd Version NNN released | Online resources https://systemd.io/`)
16. Push commits to stable, create an empty -stable branch: `git push systemd-stable --atomic origin/main:main origin/main:refs/heads/${version}-stable`.
17. Build and upload the documentation (on the -stable branch): `ninja -C build doc-sync`
18. [FINAL] Change the default branch to latest release (https://github.com/systemd/systemd-stable/settings/branches).
diff --git a/hwdb.d/20-OUI.hwdb b/hwdb.d/20-OUI.hwdb
index 26826c975ac..348deee0d35 100644
--- a/hwdb.d/20-OUI.hwdb
+++ b/hwdb.d/20-OUI.hwdb
@@ -34139,6 +34139,9 @@ OUI:00778D*
OUI:0077E4*
ID_OUI_FROM_DATABASE=Nokia Solutions and Networks GmbH & Co. KG
+OUI:007839*
+ ID_OUI_FROM_DATABASE=Nokia
+
OUI:007888*
ID_OUI_FROM_DATABASE=Cisco Systems, Inc
@@ -40268,6 +40271,9 @@ OUI:047975*
OUI:0479B7*
ID_OUI_FROM_DATABASE=Texas Instruments
+OUI:0479FD*
+ ID_OUI_FROM_DATABASE=Ciena Corporation
+
OUI:047A0B*
ID_OUI_FROM_DATABASE=Beijing Xiaomi Electronics Co., Ltd.
@@ -40808,6 +40814,9 @@ OUI:04E31A*
OUI:04E451*
ID_OUI_FROM_DATABASE=Texas Instruments
+OUI:04E4B6*
+ ID_OUI_FROM_DATABASE=Samsung Electronics Co.,Ltd
+
OUI:04E536*
ID_OUI_FROM_DATABASE=Apple, Inc.
@@ -43290,7 +43299,7 @@ OUI:0CA06C*
ID_OUI_FROM_DATABASE=Industrial Cyber Sensing Inc.
OUI:0CA138*
- ID_OUI_FROM_DATABASE=Blinq Wireless Inc.
+ ID_OUI_FROM_DATABASE=BLiNQ Networks Inc.
OUI:0CA2F4*
ID_OUI_FROM_DATABASE=Chameleon Technology (UK) Limited
@@ -44507,6 +44516,9 @@ OUI:1089FB*
OUI:108A1B*
ID_OUI_FROM_DATABASE=RAONIX Inc.
+OUI:108A7B*
+ ID_OUI_FROM_DATABASE=Nokia
+
OUI:108B6A*
ID_OUI_FROM_DATABASE=Antailiye Technology Co.,Ltd
@@ -48887,6 +48899,9 @@ OUI:1CCCD6*
OUI:1CCDE5*
ID_OUI_FROM_DATABASE=Shanghai Wind Technologies Co.,Ltd
+OUI:1CCE51*
+ ID_OUI_FROM_DATABASE=AzureWave Technology Inc.
+
OUI:1CD107*
ID_OUI_FROM_DATABASE=Realme Chongqing Mobile Telecommunications Corp.,Ltd.
@@ -49481,6 +49496,9 @@ OUI:2059A0*
OUI:205A00*
ID_OUI_FROM_DATABASE=Coval
+OUI:205A1D*
+ ID_OUI_FROM_DATABASE=zte corporation
+
OUI:205B2A*
ID_OUI_FROM_DATABASE=Private
@@ -50762,6 +50780,9 @@ OUI:2474F7*
OUI:24753A*
ID_OUI_FROM_DATABASE=GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD
+OUI:2475FC*
+ ID_OUI_FROM_DATABASE=zte corporation
+
OUI:247625*
ID_OUI_FROM_DATABASE=Texas Instruments
@@ -52034,6 +52055,9 @@ OUI:28AD3E*
OUI:28AF0A*
ID_OUI_FROM_DATABASE=Sirius XM Radio Inc
+OUI:28AF42*
+ ID_OUI_FROM_DATABASE=Samsung Electronics Co.,Ltd
+
OUI:28AFFD*
ID_OUI_FROM_DATABASE=Cisco Systems, Inc
@@ -52271,6 +52295,9 @@ OUI:28D1B7*
OUI:28D244*
ID_OUI_FROM_DATABASE=LCFC(HeFei) Electronics Technology co., ltd
+OUI:28D25A*
+ ID_OUI_FROM_DATABASE=Infinix mobility limited
+
OUI:28D3EA*
ID_OUI_FROM_DATABASE=Huawei Device Co., Ltd.
@@ -52475,6 +52502,9 @@ OUI:28F606*
OUI:28F7D6*
ID_OUI_FROM_DATABASE=Fiberhome Telecommunication Technologies Co.,LTD
+OUI:28F8C6D*
+ ID_OUI_FROM_DATABASE=ShenZhen Goodtimes Technoogy CO.,LTD
+
OUI:28FA19*
ID_OUI_FROM_DATABASE=Shenzhen Jingxun Software Telecommunication Technology Co.,Ltd
@@ -54998,6 +55028,9 @@ OUI:30D875*
OUI:30D941*
ID_OUI_FROM_DATABASE=Raydium Semiconductor Corp.
+OUI:30D959*
+ ID_OUI_FROM_DATABASE=Shanghai Longcheer Technology Co., Ltd.
+
OUI:30D97F*
ID_OUI_FROM_DATABASE=Tech4home, Lda
@@ -55874,6 +55907,9 @@ OUI:3495DB*
OUI:349672*
ID_OUI_FROM_DATABASE=TP-LINK TECHNOLOGIES CO.,LTD.
+OUI:349677*
+ ID_OUI_FROM_DATABASE=zte corporation
+
OUI:34976F*
ID_OUI_FROM_DATABASE=Rootech, Inc.
@@ -60428,6 +60464,9 @@ OUI:4419B6*
OUI:441A4C*
ID_OUI_FROM_DATABASE=xFusion Digital Technologies Co.,Ltd.
+OUI:441A84*
+ ID_OUI_FROM_DATABASE=Quectel Wireless Solutions Co.,Ltd.
+
OUI:441AAC*
ID_OUI_FROM_DATABASE=Elektrik Uretim AS EOS
@@ -60767,6 +60806,9 @@ OUI:446A2E*
OUI:446AB7*
ID_OUI_FROM_DATABASE=ARRIS Group, Inc.
+OUI:446B1F*
+ ID_OUI_FROM_DATABASE=Texas Instruments
+
OUI:446C24*
ID_OUI_FROM_DATABASE=Reallin Electronic Co.,Ltd
@@ -61349,6 +61391,9 @@ OUI:44E137*
OUI:44E2F1*
ID_OUI_FROM_DATABASE=NewRadio Technologies Co. , Ltd.
+OUI:44E2F8*
+ ID_OUI_FROM_DATABASE=Silicon Laboratories
+
OUI:44E49A*
ID_OUI_FROM_DATABASE=OMNITRONICS PTY LTD
@@ -62087,6 +62132,9 @@ OUI:4883B4*
OUI:4883C7*
ID_OUI_FROM_DATABASE=Sagemcom Broadband SAS
+OUI:48849D*
+ ID_OUI_FROM_DATABASE=Texas Instruments
+
OUI:4886E8*
ID_OUI_FROM_DATABASE=Microsoft Corporation
@@ -64472,6 +64520,9 @@ OUI:505A65*
OUI:505AC6*
ID_OUI_FROM_DATABASE=GUANGDONG SUPER TELECOM CO.,LTD.
+OUI:505B1D*
+ ID_OUI_FROM_DATABASE=Shenzhen C-Data Technology Co., Ltd.
+
OUI:505BC2*
ID_OUI_FROM_DATABASE=Liteon Technology Corporation
@@ -64757,6 +64808,9 @@ OUI:509839*
OUI:509871*
ID_OUI_FROM_DATABASE=Inventum Technologies Private Limited
+OUI:509893*
+ ID_OUI_FROM_DATABASE=Texas Instruments
+
OUI:5098B8*
ID_OUI_FROM_DATABASE=New H3C Technologies Co., Ltd
@@ -66047,6 +66101,9 @@ OUI:549A16*
OUI:549A4C*
ID_OUI_FROM_DATABASE=GUANGDONG HOMECARE TECHNOLOGY CO.,LTD.
+OUI:549A8F*
+ ID_OUI_FROM_DATABASE=Realme Chongqing Mobile Telecommunications Corp.,Ltd.
+
OUI:549B12*
ID_OUI_FROM_DATABASE=Samsung Electronics Co.,Ltd
@@ -66560,6 +66617,9 @@ OUI:581CF8*
OUI:581D91*
ID_OUI_FROM_DATABASE=Advanced Mobile Telecom co.,ltd.
+OUI:581DC9*
+ ID_OUI_FROM_DATABASE=MSE CO.,LTD.
+
OUI:581DD8*
ID_OUI_FROM_DATABASE=Sagemcom Broadband SAS
@@ -67706,6 +67766,9 @@ OUI:5C0758*
OUI:5C076F*
ID_OUI_FROM_DATABASE=Thought Creator
+OUI:5C07A4*
+ ID_OUI_FROM_DATABASE=Ciena Corporation
+
OUI:5C07A6*
ID_OUI_FROM_DATABASE=HUAWEI TECHNOLOGIES CO.,LTD
@@ -67997,6 +68060,9 @@ OUI:5C56ED*
OUI:5C571A*
ID_OUI_FROM_DATABASE=ARRIS Group, Inc.
+OUI:5C579E*
+ ID_OUI_FROM_DATABASE=Chiun Mai Communication System, Inc
+
OUI:5C57C8*
ID_OUI_FROM_DATABASE=Nokia Corporation
@@ -68441,6 +68507,9 @@ OUI:5CB13E*
OUI:5CB15F*
ID_OUI_FROM_DATABASE=Oceanblue Cloud Technology Limited
+OUI:5CB260*
+ ID_OUI_FROM_DATABASE=EM Microelectronic
+
OUI:5CB26D*
ID_OUI_FROM_DATABASE=Intel Corporate
@@ -71387,6 +71456,9 @@ OUI:68228E*
OUI:68234B*
ID_OUI_FROM_DATABASE=Nihon Dengyo Kousaku
+OUI:6823B0*
+ ID_OUI_FROM_DATABASE=Texas Instruments
+
OUI:6823F4*
ID_OUI_FROM_DATABASE=Shenzhen Jinlangxin Technology Co., Ltd
@@ -71438,6 +71510,9 @@ OUI:6831FE*
OUI:68332C*
ID_OUI_FROM_DATABASE=KENSTEL NETWORKS LIMITED
+OUI:6833EE*
+ ID_OUI_FROM_DATABASE=ARRIS Group, Inc.
+
OUI:683489*
ID_OUI_FROM_DATABASE=LEA Professional
@@ -73007,6 +73082,9 @@ OUI:6C81FE*
OUI:6C8336*
ID_OUI_FROM_DATABASE=Samsung Electronics Co.,Ltd
+OUI:6C8338*
+ ID_OUI_FROM_DATABASE=Ubihere
+
OUI:6C8366*
ID_OUI_FROM_DATABASE=Nanjing SAC Power Grid Automation Co., Ltd.
@@ -76806,7 +76884,7 @@ OUI:70B3D52E0*
ID_OUI_FROM_DATABASE=Peter Huber
OUI:70B3D52E1*
- ID_OUI_FROM_DATABASE=hiSky S.C.S LTD
+ ID_OUI_FROM_DATABASE=hiSky SCS Ltd
OUI:70B3D52E2*
ID_OUI_FROM_DATABASE=Spark Lasers
@@ -89675,6 +89753,9 @@ OUI:78CB68*
OUI:78CC2B*
ID_OUI_FROM_DATABASE=SINEWY TECHNOLOGY CO., LTD
+OUI:78CD55*
+ ID_OUI_FROM_DATABASE=Texas Instruments
+
OUI:78CD8E*
ID_OUI_FROM_DATABASE=SMC Networks Inc
@@ -92027,6 +92108,9 @@ OUI:8082F5*
OUI:8084A9*
ID_OUI_FROM_DATABASE=oshkosh Corporation
+OUI:808544*
+ ID_OUI_FROM_DATABASE=Intelbras
+
OUI:808698*
ID_OUI_FROM_DATABASE=Netronics Technologies Inc.
@@ -92438,6 +92522,9 @@ OUI:80E86F*
OUI:80EA07*
ID_OUI_FROM_DATABASE=TP-LINK TECHNOLOGIES CO.,LTD.
+OUI:80EA0B*
+ ID_OUI_FROM_DATABASE=Zyxel Communications Corporation
+
OUI:80EA23*
ID_OUI_FROM_DATABASE=Wistron Neweb Corporation
@@ -92849,6 +92936,9 @@ OUI:843C99*
OUI:843DC6*
ID_OUI_FROM_DATABASE=Cisco Systems, Inc
+OUI:843E03*
+ ID_OUI_FROM_DATABASE=Sagemcom Broadband SAS
+
OUI:843E1D*
ID_OUI_FROM_DATABASE=Hui Zhou Gaoshengda Technology Co.,LTD
@@ -93785,6 +93875,9 @@ OUI:84FE9E*
OUI:84FEDC*
ID_OUI_FROM_DATABASE=Borqs Beijing Ltd.
+OUI:88010C*
+ ID_OUI_FROM_DATABASE=Sichuan Tianyi Comheart Telecom Co.,LTD
+
OUI:880118*
ID_OUI_FROM_DATABASE=BLT Co
@@ -94157,6 +94250,9 @@ OUI:8853D4*
OUI:88541F*
ID_OUI_FROM_DATABASE=Google, Inc.
+OUI:88548E*
+ ID_OUI_FROM_DATABASE=vivo Mobile Communication Co., Ltd.
+
OUI:88571D*
ID_OUI_FROM_DATABASE=Seongji Industry Company
@@ -95078,6 +95174,9 @@ OUI:8C0734*
OUI:8C078C*
ID_OUI_FROM_DATABASE=FLOW DATA INC
+OUI:8C0879*
+ ID_OUI_FROM_DATABASE=Texas Instruments
+
OUI:8C088B*
ID_OUI_FROM_DATABASE=Remote Solution
@@ -95396,6 +95495,9 @@ OUI:8C1F6405F*
OUI:8C1F64061*
ID_OUI_FROM_DATABASE=Micron Systems
+OUI:8C1F64062*
+ ID_OUI_FROM_DATABASE=ATON GREEN STORAGE SPA
+
OUI:8C1F64066*
ID_OUI_FROM_DATABASE=Siemens Energy Global GmbH & Co. KG
@@ -95456,6 +95558,9 @@ OUI:8C1F64092*
OUI:8C1F64093*
ID_OUI_FROM_DATABASE=MAG Audio LLC
+OUI:8C1F64094*
+ ID_OUI_FROM_DATABASE=EL.EN. SPA
+
OUI:8C1F64096*
ID_OUI_FROM_DATABASE=IPCOMM GmbH
@@ -95645,6 +95750,9 @@ OUI:8C1F64138*
OUI:8C1F6413F*
ID_OUI_FROM_DATABASE=Elsist Srl
+OUI:8C1F64141*
+ ID_OUI_FROM_DATABASE=Code Blue Corporation
+
OUI:8C1F64144*
ID_OUI_FROM_DATABASE=Langfang ENN lntelligent Technology Co.,Ltd.
@@ -95690,6 +95798,9 @@ OUI:8C1F6416D*
OUI:8C1F6416E*
ID_OUI_FROM_DATABASE=Benchmark Electronics BV
+OUI:8C1F64170*
+ ID_OUI_FROM_DATABASE=Fracarro Radioindustrie Srl
+
OUI:8C1F64177*
ID_OUI_FROM_DATABASE=Emcom Systems
@@ -95984,6 +96095,9 @@ OUI:8C1F642B8*
OUI:8C1F642BB*
ID_OUI_FROM_DATABASE=Chakra Technology Ltd
+OUI:8C1F642BC*
+ ID_OUI_FROM_DATABASE=DEUTA Werke GmbH
+
OUI:8C1F642C2*
ID_OUI_FROM_DATABASE=TEX COMPUTER SRL
@@ -96008,6 +96122,9 @@ OUI:8C1F642CB*
OUI:8C1F642CD*
ID_OUI_FROM_DATABASE=Taiwan Vtron
+OUI:8C1F642CE*
+ ID_OUI_FROM_DATABASE=E2 Nova Corporation
+
OUI:8C1F642D0*
ID_OUI_FROM_DATABASE=Cambridge Research Systems Ltd
@@ -96026,6 +96143,9 @@ OUI:8C1F642E2*
OUI:8C1F642E3*
ID_OUI_FROM_DATABASE=Erba Lachema s.r.o.
+OUI:8C1F642E5*
+ ID_OUI_FROM_DATABASE=GS Elektromedizinsiche Geräte G. Stemple GmbH
+
OUI:8C1F642E8*
ID_OUI_FROM_DATABASE=Sonora Network Solutions
@@ -96209,6 +96329,9 @@ OUI:8C1F64385*
OUI:8C1F64387*
ID_OUI_FROM_DATABASE=OMNIVISION
+OUI:8C1F64388*
+ ID_OUI_FROM_DATABASE=MB connect line GmbH Fernwartungssysteme
+
OUI:8C1F6438B*
ID_OUI_FROM_DATABASE=Borrell USA Corp
@@ -96485,6 +96608,9 @@ OUI:8C1F64493*
OUI:8C1F64495*
ID_OUI_FROM_DATABASE=DAVE SRL
+OUI:8C1F64496*
+ ID_OUI_FROM_DATABASE=QUALSEN(GUANGZHOU)TECHNOLOGIES CO.,LTD
+
OUI:8C1F64498*
ID_OUI_FROM_DATABASE=YUYAMA MFG Co.,Ltd
@@ -96800,6 +96926,9 @@ OUI:8C1F645B0*
OUI:8C1F645B3*
ID_OUI_FROM_DATABASE=eumig industrie-TV GmbH.
+OUI:8C1F645B4*
+ ID_OUI_FROM_DATABASE=Axion Lighting
+
OUI:8C1F645BC*
ID_OUI_FROM_DATABASE=HEITEC AG
@@ -96824,6 +96953,9 @@ OUI:8C1F645CD*
OUI:8C1F645CE*
ID_OUI_FROM_DATABASE=Packetalk LLC
+OUI:8C1F645D1*
+ ID_OUI_FROM_DATABASE=TWIN DEVELOPMENT
+
OUI:8C1F645D3*
ID_OUI_FROM_DATABASE=Eloy Water
@@ -96845,9 +96977,15 @@ OUI:8C1F645DE*
OUI:8C1F645E3*
ID_OUI_FROM_DATABASE=Nixer Ltd
+OUI:8C1F645E4*
+ ID_OUI_FROM_DATABASE=Wuxi Zetai Microelectronics Co., LTD
+
OUI:8C1F645E5*
ID_OUI_FROM_DATABASE=Telemetrics Inc.
+OUI:8C1F645E6*
+ ID_OUI_FROM_DATABASE=ODYSSEE-SYSTEMES
+
OUI:8C1F645E7*
ID_OUI_FROM_DATABASE=HOSCH Gebäude Automation Neue Produkte GmbH
@@ -96974,6 +97112,9 @@ OUI:8C1F64656*
OUI:8C1F64657*
ID_OUI_FROM_DATABASE=Bright Solutions PTE LTD
+OUI:8C1F6465B*
+ ID_OUI_FROM_DATABASE=SUS Corporation
+
OUI:8C1F6465D*
ID_OUI_FROM_DATABASE=Action Streamer LLC
@@ -97001,6 +97142,9 @@ OUI:8C1F6466F*
OUI:8C1F64672*
ID_OUI_FROM_DATABASE=Farmobile LLC
+OUI:8C1F64673*
+ ID_OUI_FROM_DATABASE=MEDIASCOPE Inc.
+
OUI:8C1F64675*
ID_OUI_FROM_DATABASE=Transit Solutions, LLC.
@@ -98219,6 +98363,9 @@ OUI:8C1F64AF5*
OUI:8C1F64AF7*
ID_OUI_FROM_DATABASE=ard sa
+OUI:8C1F64AF8*
+ ID_OUI_FROM_DATABASE=Power Electronics Espana, S.L.
+
OUI:8C1F64AFA*
ID_OUI_FROM_DATABASE=DATA ELECTRONIC DEVICES, INC
@@ -98450,6 +98597,9 @@ OUI:8C1F64BF0*
OUI:8C1F64BF1*
ID_OUI_FROM_DATABASE=Soha Jin
+OUI:8C1F64BF2*
+ ID_OUI_FROM_DATABASE=YUJUN ELECTRICITY INDUSTRY CO., LTD
+
OUI:8C1F64BF3*
ID_OUI_FROM_DATABASE=Alphatek AS
@@ -98504,6 +98654,9 @@ OUI:8C1F64C17*
OUI:8C1F64C1A*
ID_OUI_FROM_DATABASE=ViewSonic Corp
+OUI:8C1F64C1B*
+ ID_OUI_FROM_DATABASE=hiSky SCS Ltd
+
OUI:8C1F64C1C*
ID_OUI_FROM_DATABASE=Vektrex Electronics Systems, Inc.
@@ -98678,6 +98831,9 @@ OUI:8C1F64CB5*
OUI:8C1F64CB7*
ID_OUI_FROM_DATABASE=ARKRAY,Inc.Kyoto Laboratory
+OUI:8C1F64CB9*
+ ID_OUI_FROM_DATABASE=iC-Haus GmbH
+
OUI:8C1F64CBE*
ID_OUI_FROM_DATABASE=Circa Enterprises Inc
@@ -99398,6 +99554,9 @@ OUI:8C1F64FA2*
OUI:8C1F64FA4*
ID_OUI_FROM_DATABASE=China Information Technology Designing &Consulting Institute Co.,Ltd.
+OUI:8C1F64FA6*
+ ID_OUI_FROM_DATABASE=SurveyorLabs LLC
+
OUI:8C1F64FA8*
ID_OUI_FROM_DATABASE=Unitron Systems b.v.
@@ -99761,15 +99920,51 @@ OUI:8C541D*
OUI:8C554A*
ID_OUI_FROM_DATABASE=Intel Corporate
+OUI:8C55700*
+ ID_OUI_FROM_DATABASE=AST International GmbH
+
+OUI:8C55701*
+ ID_OUI_FROM_DATABASE=LLC Katusha Print
+
+OUI:8C55702*
+ ID_OUI_FROM_DATABASE=Microvision Inc
+
+OUI:8C55703*
+ ID_OUI_FROM_DATABASE=ScandiNova Systems
+
+OUI:8C55704*
+ ID_OUI_FROM_DATABASE=Next Vision Tech(Ningbo)Co.,LTD
+
OUI:8C55705*
ID_OUI_FROM_DATABASE=Private
OUI:8C55706*
ID_OUI_FROM_DATABASE=Joule Group Limites
+OUI:8C55707*
+ ID_OUI_FROM_DATABASE=Eideal Company Limited
+
+OUI:8C55708*
+ ID_OUI_FROM_DATABASE=Nayax LTD
+
+OUI:8C55709*
+ ID_OUI_FROM_DATABASE=Neptronic Ltd
+
+OUI:8C5570A*
+ ID_OUI_FROM_DATABASE=Fortune Brands Innovations, Inc.
+
OUI:8C5570B*
ID_OUI_FROM_DATABASE=SERNET (SUZHOU) TECHNOLOGIES CORPORATION
+OUI:8C5570C*
+ ID_OUI_FROM_DATABASE=Antronix Inc.,
+
+OUI:8C5570D*
+ ID_OUI_FROM_DATABASE=EPSa Elektronik & Präzisionsbau Saalfeld GmbH
+
+OUI:8C5570E*
+ ID_OUI_FROM_DATABASE=Johnson Health Tech. (Shanghai) Co.,Ltd.
+
OUI:8C55BB*
ID_OUI_FROM_DATABASE=Songwoo Information & Technology Co., Ltd
@@ -99956,6 +100151,9 @@ OUI:8C64A2*
OUI:8C64D4*
ID_OUI_FROM_DATABASE=Hyeco Smart Tech Co.,Ltd
+OUI:8C65A3*
+ ID_OUI_FROM_DATABASE=Silicon Laboratories
+
OUI:8C6794*
ID_OUI_FROM_DATABASE=vivo Mobile Communication Co., Ltd.
@@ -103466,6 +103664,9 @@ OUI:982DBA*
OUI:982F3C*
ID_OUI_FROM_DATABASE=Sichuan Changhong Electric Ltd.
+OUI:982F86*
+ ID_OUI_FROM_DATABASE=vivo Mobile Communication Co., Ltd.
+
OUI:982FF8*
ID_OUI_FROM_DATABASE=Huawei Device Co., Ltd.
@@ -104648,6 +104849,9 @@ OUI:9C2183*
OUI:9C220E*
ID_OUI_FROM_DATABASE=TASCAN Systems GmbH
+OUI:9C2472*
+ ID_OUI_FROM_DATABASE=Sagemcom Broadband SAS
+
OUI:9C2595*
ID_OUI_FROM_DATABASE=Samsung Electronics Co.,Ltd
@@ -105681,7 +105885,7 @@ OUI:A0024A0*
ID_OUI_FROM_DATABASE=Zhejiang Hechuan Technology Co.,Ltd
OUI:A0024A1*
- ID_OUI_FROM_DATABASE=Vitec Imaging Solutions Spa
+ ID_OUI_FROM_DATABASE=Videndum Media Solutions Spa
OUI:A0024A2*
ID_OUI_FROM_DATABASE=Danriver Technologies Corp.
@@ -106232,6 +106436,9 @@ OUI:A051C6*
OUI:A05272*
ID_OUI_FROM_DATABASE=Apple, Inc.
+OUI:A052AB*
+ ID_OUI_FROM_DATABASE=AVM ELECTRONICS PTE LTD
+
OUI:A05394*
ID_OUI_FROM_DATABASE=Shenzhen zediel co., Ltd.
@@ -109343,6 +109550,9 @@ OUI:A8EEC6*
OUI:A8EF26*
ID_OUI_FROM_DATABASE=Tritonwave
+OUI:A8EF5F*
+ ID_OUI_FROM_DATABASE=Realme Chongqing Mobile Telecommunications Corp.,Ltd.
+
OUI:A8F038*
ID_OUI_FROM_DATABASE=SHEN ZHEN SHI JIN HUA TAI ELECTRONICS CO.,LTD
@@ -114647,6 +114857,9 @@ OUI:BC72B1*
OUI:BC73A4*
ID_OUI_FROM_DATABASE=ANDA TELECOM PVT LTD
+OUI:BC744B*
+ ID_OUI_FROM_DATABASE=Nintendo Co.,Ltd
+
OUI:BC74D7*
ID_OUI_FROM_DATABASE=HangZhou JuRu Technology CO.,LTD
@@ -115130,6 +115343,9 @@ OUI:BCE9E2*
OUI:BCEA2B*
ID_OUI_FROM_DATABASE=CityCom GmbH
+OUI:BCEA9C*
+ ID_OUI_FROM_DATABASE=ITEL MOBILE LIMITED
+
OUI:BCEAFA*
ID_OUI_FROM_DATABASE=Hewlett Packard
@@ -115493,6 +115709,9 @@ OUI:C03F0E*
OUI:C03F2A*
ID_OUI_FROM_DATABASE=Biscotti, Inc.
+OUI:C03FBB*
+ ID_OUI_FROM_DATABASE=Zhongshan Zhiniu Electronics Co.,Ltd.
+
OUI:C03FD5*
ID_OUI_FROM_DATABASE=Elitegroup Computer Systems Co.,Ltd.
@@ -115655,6 +115874,9 @@ OUI:C0626B*
OUI:C06369*
ID_OUI_FROM_DATABASE=BINXIN TECHNOLOGY(ZHEJIANG) LTD.
+OUI:C06380*
+ ID_OUI_FROM_DATABASE=Texas Instruments
+
OUI:C06394*
ID_OUI_FROM_DATABASE=Apple, Inc.
@@ -117875,6 +118097,9 @@ OUI:C80E77*
OUI:C80E95*
ID_OUI_FROM_DATABASE=OmniLync Inc.
+OUI:C81072*
+ ID_OUI_FROM_DATABASE=BBPOS Limited
+
OUI:C81073*
ID_OUI_FROM_DATABASE=CENTURY OPTICOMM CO.,LTD
@@ -119780,6 +120005,9 @@ OUI:CC7A30*
OUI:CC7B35*
ID_OUI_FROM_DATABASE=zte corporation
+OUI:CC7B5C*
+ ID_OUI_FROM_DATABASE=Espressif Inc.
+
OUI:CC7B61*
ID_OUI_FROM_DATABASE=NIKKISO CO., LTD.
@@ -124208,6 +124436,9 @@ OUI:D8ECE5*
OUI:D8ED1C*
ID_OUI_FROM_DATABASE=Magna Technology SL
+OUI:D8EE42*
+ ID_OUI_FROM_DATABASE=Sichuan Tianyi Comheart Telecom Co.,LTD
+
OUI:D8EE78*
ID_OUI_FROM_DATABASE=Moog Protokraft
@@ -127598,6 +127829,9 @@ OUI:E4E409*
OUI:E4E4AB*
ID_OUI_FROM_DATABASE=Apple, Inc.
+OUI:E4E66C*
+ ID_OUI_FROM_DATABASE=Tiandy Technologies Co.,LTD
+
OUI:E4E749*
ID_OUI_FROM_DATABASE=Hewlett Packard
@@ -129998,6 +130232,9 @@ OUI:F00FEC*
OUI:F01090*
ID_OUI_FROM_DATABASE=New H3C Technologies Co., Ltd
+OUI:F010A5*
+ ID_OUI_FROM_DATABASE=Texas Instruments
+
OUI:F010AB*
ID_OUI_FROM_DATABASE=China Mobile (Hangzhou) Information Technology Co., Ltd.
@@ -130622,6 +130859,9 @@ OUI:F085C1*
OUI:F08620*
ID_OUI_FROM_DATABASE=Arcadyan Corporation
+OUI:F0866F*
+ ID_OUI_FROM_DATABASE=EM Microelectronic
+
OUI:F08756*
ID_OUI_FROM_DATABASE=Zyxel Communications Corporation
@@ -133787,6 +134027,9 @@ OUI:F8F25A*
OUI:F8F464*
ID_OUI_FROM_DATABASE=Rawe Electonic GmbH
+OUI:F8F519*
+ ID_OUI_FROM_DATABASE=Rulogic Inc.
+
OUI:F8F532*
ID_OUI_FROM_DATABASE=ARRIS Group, Inc.
@@ -133802,6 +134045,9 @@ OUI:F8F7FF*
OUI:F8FB2F*
ID_OUI_FROM_DATABASE=Santur Corporation
+OUI:F8FB90*
+ ID_OUI_FROM_DATABASE=Texas Instruments
+
OUI:F8FCE1*
ID_OUI_FROM_DATABASE=Amazon Technologies Inc.
@@ -134057,6 +134303,9 @@ OUI:FC335F*
OUI:FC3497*
ID_OUI_FROM_DATABASE=ASUSTek COMPUTER INC.
+OUI:FC34E2*
+ ID_OUI_FROM_DATABASE=Shenzhen YOUHUA Technology Co., Ltd
+
OUI:FC3598*
ID_OUI_FROM_DATABASE=Favite Inc.
@@ -134924,6 +135173,9 @@ OUI:FCE806*
OUI:FCE892*
ID_OUI_FROM_DATABASE=Hangzhou Lancable Technology Co.,Ltd
+OUI:FCE8C0*
+ ID_OUI_FROM_DATABASE=Espressif Inc.
+
OUI:FCE998*
ID_OUI_FROM_DATABASE=Apple, Inc.
diff --git a/hwdb.d/20-acpi-vendor.hwdb b/hwdb.d/20-acpi-vendor.hwdb
index 20114db3dde..9b7af488ff6 100644
--- a/hwdb.d/20-acpi-vendor.hwdb
+++ b/hwdb.d/20-acpi-vendor.hwdb
@@ -306,9 +306,6 @@ acpi:RKCP*:
acpi:RPIL*:
ID_VENDOR_FROM_DATABASE=Raspberry Pi
-acpi:RSCV*:
- ID_VENDOR_FROM_DATABASE=RISC-V International (RVI)
-
acpi:RVOS*:
ID_VENDOR_FROM_DATABASE=Rivos Inc.
@@ -829,7 +826,7 @@ acpi:APS*:
ID_VENDOR_FROM_DATABASE=Autologic Inc
acpi:APT*:
- ID_VENDOR_FROM_DATABASE=Audio Processing Technology Ltd
+ ID_VENDOR_FROM_DATABASE=Audio Processing Technology Ltd
acpi:APV*:
ID_VENDOR_FROM_DATABASE=A+V Link
@@ -2239,7 +2236,7 @@ acpi:DTL*:
ID_VENDOR_FROM_DATABASE=e-Net Inc
acpi:DTN*:
- ID_VENDOR_FROM_DATABASE=Datang Telephone Co
+ ID_VENDOR_FROM_DATABASE=Datang Telephone Co
acpi:DTO*:
ID_VENDOR_FROM_DATABASE=Deutsche Thomson OHG
@@ -6156,9 +6153,6 @@ acpi:RZS*:
acpi:SAA*:
ID_VENDOR_FROM_DATABASE=Sanritz Automation Co.,Ltd.
-acpi:SAB*:
- ID_VENDOR_FROM_DATABASE=Structab AB
-
acpi:SAE*:
ID_VENDOR_FROM_DATABASE=Saab Aerotech
diff --git a/hwdb.d/20-acpi-vendor.hwdb.patch b/hwdb.d/20-acpi-vendor.hwdb.patch
index ab0d6a5b232..9de590f2ec4 100644
--- a/hwdb.d/20-acpi-vendor.hwdb.patch
+++ b/hwdb.d/20-acpi-vendor.hwdb.patch
@@ -1,5 +1,5 @@
---- 20-acpi-vendor.hwdb.base 2023-11-06 10:36:18.396987852 +0000
-+++ 20-acpi-vendor.hwdb 2023-11-06 10:36:18.400987942 +0000
+--- 20-acpi-vendor.hwdb.base 2023-11-14 21:18:16.804264095 +0000
++++ 20-acpi-vendor.hwdb 2023-11-14 21:18:16.812264259 +0000
@@ -3,6 +3,8 @@
# Data imported from:
# https://uefi.org/uefi-pnp-export
@@ -19,7 +19,7 @@
acpi:AMDI*:
ID_VENDOR_FROM_DATABASE=AMD
-@@ -376,6 +375,9 @@
+@@ -373,6 +372,9 @@
acpi:AAA*:
ID_VENDOR_FROM_DATABASE=Avolites Ltd
@@ -29,7 +29,7 @@
acpi:AAE*:
ID_VENDOR_FROM_DATABASE=Anatek Electronics Inc.
-@@ -403,6 +405,9 @@
+@@ -400,6 +402,9 @@
acpi:ABO*:
ID_VENDOR_FROM_DATABASE=D-Link Systems Inc
@@ -39,7 +39,7 @@
acpi:ABS*:
ID_VENDOR_FROM_DATABASE=Abaco Systems, Inc.
-@@ -448,7 +453,7 @@
+@@ -445,7 +450,7 @@
acpi:ACO*:
ID_VENDOR_FROM_DATABASE=Allion Computer Inc.
@@ -48,7 +48,7 @@
ID_VENDOR_FROM_DATABASE=Aspen Tech Inc
acpi:ACR*:
-@@ -724,6 +729,9 @@
+@@ -721,6 +726,9 @@
acpi:AMT*:
ID_VENDOR_FROM_DATABASE=AMT International Industry
@@ -58,7 +58,7 @@
acpi:AMX*:
ID_VENDOR_FROM_DATABASE=AMX LLC
-@@ -772,6 +780,9 @@
+@@ -769,6 +777,9 @@
acpi:AOA*:
ID_VENDOR_FROM_DATABASE=AOpen Inc.
@@ -68,7 +68,7 @@
acpi:AOE*:
ID_VENDOR_FROM_DATABASE=Advanced Optics Electronics, Inc.
-@@ -781,6 +792,9 @@
+@@ -778,6 +789,9 @@
acpi:AOT*:
ID_VENDOR_FROM_DATABASE=Alcatel
@@ -78,7 +78,7 @@
acpi:APC*:
ID_VENDOR_FROM_DATABASE=American Power Conversion
-@@ -962,7 +976,7 @@
+@@ -959,7 +973,7 @@
ID_VENDOR_FROM_DATABASE=ALPS ALPINE CO., LTD.
acpi:AUO*:
@@ -87,7 +87,7 @@
acpi:AUR*:
ID_VENDOR_FROM_DATABASE=Aureal Semiconductor
-@@ -1042,6 +1056,9 @@
+@@ -1039,6 +1053,9 @@
acpi:AXE*:
ID_VENDOR_FROM_DATABASE=Axell Corporation
@@ -97,7 +97,7 @@
acpi:AXI*:
ID_VENDOR_FROM_DATABASE=American Magnetics
-@@ -1198,6 +1215,9 @@
+@@ -1195,6 +1212,9 @@
acpi:BML*:
ID_VENDOR_FROM_DATABASE=BIOMED Lab
@@ -107,7 +107,7 @@
acpi:BMS*:
ID_VENDOR_FROM_DATABASE=BIOMEDISYS
-@@ -1210,6 +1230,9 @@
+@@ -1207,6 +1227,9 @@
acpi:BNO*:
ID_VENDOR_FROM_DATABASE=Bang & Olufsen
@@ -117,7 +117,7 @@
acpi:BNS*:
ID_VENDOR_FROM_DATABASE=Boulder Nonlinear Systems
-@@ -1456,6 +1479,9 @@
+@@ -1453,6 +1476,9 @@
acpi:CHA*:
ID_VENDOR_FROM_DATABASE=Chase Research PLC
@@ -127,7 +127,7 @@
acpi:CHD*:
ID_VENDOR_FROM_DATABASE=ChangHong Electric Co.,Ltd
-@@ -1618,6 +1644,9 @@
+@@ -1615,6 +1641,9 @@
acpi:COD*:
ID_VENDOR_FROM_DATABASE=CODAN Pty. Ltd.
@@ -137,7 +137,7 @@
acpi:COI*:
ID_VENDOR_FROM_DATABASE=Codec Inc.
-@@ -2030,7 +2059,7 @@
+@@ -2027,7 +2056,7 @@
ID_VENDOR_FROM_DATABASE=Dragon Information Technology
acpi:DJE*:
@@ -146,7 +146,7 @@
acpi:DJP*:
ID_VENDOR_FROM_DATABASE=Maygay Machines, Ltd
-@@ -2377,6 +2406,9 @@
+@@ -2374,6 +2403,9 @@
acpi:EIN*:
ID_VENDOR_FROM_DATABASE=Elegant Invention
@@ -156,7 +156,7 @@
acpi:EKA*:
ID_VENDOR_FROM_DATABASE=MagTek Inc.
-@@ -2647,6 +2679,9 @@
+@@ -2644,6 +2676,9 @@
acpi:FCG*:
ID_VENDOR_FROM_DATABASE=First International Computer Ltd
@@ -166,7 +166,7 @@
acpi:FCS*:
ID_VENDOR_FROM_DATABASE=Focus Enhancements, Inc.
-@@ -3023,7 +3058,7 @@
+@@ -3020,7 +3055,7 @@
ID_VENDOR_FROM_DATABASE=General Standards Corporation
acpi:GSM*:
@@ -175,7 +175,7 @@
acpi:GSN*:
ID_VENDOR_FROM_DATABASE=Grandstream Networks, Inc.
-@@ -3133,6 +3168,9 @@
+@@ -3130,6 +3165,9 @@
acpi:HEC*:
ID_VENDOR_FROM_DATABASE=Hisense Electric Co., Ltd.
@@ -185,7 +185,7 @@
acpi:HEL*:
ID_VENDOR_FROM_DATABASE=Hitachi Micro Systems Europe Ltd
-@@ -3268,6 +3306,9 @@
+@@ -3265,6 +3303,9 @@
acpi:HSD*:
ID_VENDOR_FROM_DATABASE=HannStar Display Corp
@@ -195,7 +195,7 @@
acpi:HSM*:
ID_VENDOR_FROM_DATABASE=AT&T Microelectronics
-@@ -3394,6 +3435,9 @@
+@@ -3391,6 +3432,9 @@
acpi:ICI*:
ID_VENDOR_FROM_DATABASE=Infotek Communication Inc
@@ -205,7 +205,7 @@
acpi:ICM*:
ID_VENDOR_FROM_DATABASE=Intracom SA
-@@ -3490,6 +3534,9 @@
+@@ -3487,6 +3531,9 @@
acpi:IKE*:
ID_VENDOR_FROM_DATABASE=Ikegami Tsushinki Co. Ltd.
@@ -215,7 +215,7 @@
acpi:IKS*:
ID_VENDOR_FROM_DATABASE=Ikos Systems Inc
-@@ -3538,6 +3585,9 @@
+@@ -3535,6 +3582,9 @@
acpi:IMX*:
ID_VENDOR_FROM_DATABASE=arpara Technology Co., Ltd.
@@ -225,7 +225,7 @@
acpi:INA*:
ID_VENDOR_FROM_DATABASE=Inventec Corporation
-@@ -4066,6 +4116,9 @@
+@@ -4063,6 +4113,9 @@
acpi:LAN*:
ID_VENDOR_FROM_DATABASE=Sodeman Lancom Inc
@@ -235,7 +235,7 @@
acpi:LAS*:
ID_VENDOR_FROM_DATABASE=LASAT Comm. A/S
-@@ -4114,6 +4167,9 @@
+@@ -4111,6 +4164,9 @@
acpi:LED*:
ID_VENDOR_FROM_DATABASE=Long Engineering Design Inc
@@ -245,7 +245,7 @@
acpi:LEG*:
ID_VENDOR_FROM_DATABASE=Legerity, Inc
-@@ -4132,6 +4188,9 @@
+@@ -4129,6 +4185,9 @@
acpi:LGD*:
ID_VENDOR_FROM_DATABASE=LG Display
@@ -255,7 +255,7 @@
acpi:LGI*:
ID_VENDOR_FROM_DATABASE=Logitech Inc
-@@ -4195,6 +4254,9 @@
+@@ -4192,6 +4251,9 @@
acpi:LND*:
ID_VENDOR_FROM_DATABASE=Land Computer Company Ltd
@@ -265,7 +265,7 @@
acpi:LNK*:
ID_VENDOR_FROM_DATABASE=Link Tech Inc
-@@ -4229,7 +4291,7 @@
+@@ -4226,7 +4288,7 @@
ID_VENDOR_FROM_DATABASE=Design Technology
acpi:LPL*:
@@ -274,7 +274,7 @@
acpi:LSC*:
ID_VENDOR_FROM_DATABASE=LifeSize Communications
-@@ -4405,6 +4467,9 @@
+@@ -4402,6 +4464,9 @@
acpi:MCX*:
ID_VENDOR_FROM_DATABASE=Millson Custom Solutions Inc.
@@ -284,7 +284,7 @@
acpi:MDA*:
ID_VENDOR_FROM_DATABASE=Media4 Inc
-@@ -4645,6 +4710,9 @@
+@@ -4642,6 +4707,9 @@
acpi:MOM*:
ID_VENDOR_FROM_DATABASE=Momentum Data Systems
@@ -294,7 +294,7 @@
acpi:MOS*:
ID_VENDOR_FROM_DATABASE=Moses Corporation
-@@ -4885,6 +4953,9 @@
+@@ -4882,6 +4950,9 @@
acpi:NAL*:
ID_VENDOR_FROM_DATABASE=Network Alchemy
@@ -304,7 +304,7 @@
acpi:NAT*:
ID_VENDOR_FROM_DATABASE=NaturalPoint Inc.
-@@ -5425,6 +5496,9 @@
+@@ -5422,6 +5493,9 @@
acpi:PCX*:
ID_VENDOR_FROM_DATABASE=PC Xperten
@@ -314,7 +314,7 @@
acpi:PDM*:
ID_VENDOR_FROM_DATABASE=Psion Dacom Plc.
-@@ -5488,9 +5562,6 @@
+@@ -5485,9 +5559,6 @@
acpi:PHE*:
ID_VENDOR_FROM_DATABASE=Philips Medical Systems Boeblingen GmbH
@@ -324,7 +324,7 @@
acpi:PHL*:
ID_VENDOR_FROM_DATABASE=Philips Consumer Electronics Company
-@@ -5581,9 +5652,6 @@
+@@ -5578,9 +5649,6 @@
acpi:PNL*:
ID_VENDOR_FROM_DATABASE=Panelview, Inc.
@@ -334,7 +334,7 @@
acpi:PNR*:
ID_VENDOR_FROM_DATABASE=Planar Systems, Inc.
-@@ -6052,9 +6120,6 @@
+@@ -6049,9 +6117,6 @@
acpi:RTI*:
ID_VENDOR_FROM_DATABASE=Rancho Tech Inc
@@ -344,7 +344,7 @@
acpi:RTL*:
ID_VENDOR_FROM_DATABASE=Realtek Semiconductor Company Ltd
-@@ -6232,9 +6297,6 @@
+@@ -6226,9 +6291,6 @@
acpi:SEE*:
ID_VENDOR_FROM_DATABASE=SeeColor Corporation
@@ -354,7 +354,7 @@
acpi:SEI*:
ID_VENDOR_FROM_DATABASE=Seitz & Associates Inc
-@@ -6712,6 +6774,9 @@
+@@ -6706,6 +6768,9 @@
acpi:SVD*:
ID_VENDOR_FROM_DATABASE=SVD Computer
@@ -364,7 +364,7 @@
acpi:SVI*:
ID_VENDOR_FROM_DATABASE=Sun Microsystems
-@@ -6796,6 +6861,9 @@
+@@ -6790,6 +6855,9 @@
acpi:SZM*:
ID_VENDOR_FROM_DATABASE=Shenzhen MTC Co., Ltd
@@ -374,7 +374,7 @@
acpi:TAA*:
ID_VENDOR_FROM_DATABASE=Tandberg
-@@ -6886,6 +6954,9 @@
+@@ -6880,6 +6948,9 @@
acpi:TDG*:
ID_VENDOR_FROM_DATABASE=Six15 Technologies
@@ -384,7 +384,7 @@
acpi:TDM*:
ID_VENDOR_FROM_DATABASE=Tandem Computer Europe Inc
-@@ -6928,6 +6999,9 @@
+@@ -6922,6 +6993,9 @@
acpi:TEV*:
ID_VENDOR_FROM_DATABASE=Televés, S.A.
@@ -394,7 +394,7 @@
acpi:TEZ*:
ID_VENDOR_FROM_DATABASE=Tech Source Inc.
-@@ -7054,9 +7128,6 @@
+@@ -7048,9 +7122,6 @@
acpi:TNC*:
ID_VENDOR_FROM_DATABASE=TNC Industrial Company Ltd
@@ -404,7 +404,7 @@
acpi:TNM*:
ID_VENDOR_FROM_DATABASE=TECNIMAGEN SA
-@@ -7366,14 +7437,14 @@
+@@ -7360,14 +7431,14 @@
acpi:UNC*:
ID_VENDOR_FROM_DATABASE=Unisys Corporation
@@ -425,7 +425,7 @@
acpi:UNI*:
ID_VENDOR_FROM_DATABASE=Uniform Industry Corp.
-@@ -7408,6 +7479,9 @@
+@@ -7402,6 +7473,9 @@
acpi:USA*:
ID_VENDOR_FROM_DATABASE=Utimaco Safeware AG
@@ -435,7 +435,7 @@
acpi:USD*:
ID_VENDOR_FROM_DATABASE=U.S. Digital Corporation
-@@ -7669,9 +7743,6 @@
+@@ -7663,9 +7737,6 @@
acpi:WAL*:
ID_VENDOR_FROM_DATABASE=Wave Access
@@ -445,7 +445,7 @@
acpi:WAV*:
ID_VENDOR_FROM_DATABASE=Wavephore
-@@ -7799,7 +7870,7 @@
+@@ -7793,7 +7864,7 @@
ID_VENDOR_FROM_DATABASE=WyreStorm Technologies LLC
acpi:WYS*:
@@ -454,7 +454,7 @@
acpi:WYT*:
ID_VENDOR_FROM_DATABASE=Wooyoung Image & Information Co.,Ltd.
-@@ -7813,9 +7884,6 @@
+@@ -7807,9 +7878,6 @@
acpi:XDM*:
ID_VENDOR_FROM_DATABASE=XDM Ltd.
@@ -464,7 +464,7 @@
acpi:XES*:
ID_VENDOR_FROM_DATABASE=Extreme Engineering Solutions, Inc.
-@@ -7846,9 +7914,6 @@
+@@ -7840,9 +7908,6 @@
acpi:XNT*:
ID_VENDOR_FROM_DATABASE=XN Technologies, Inc.
@@ -474,7 +474,7 @@
acpi:XQU*:
ID_VENDOR_FROM_DATABASE=SHANGHAI SVA-DAV ELECTRONICS CO., LTD
-@@ -7915,6 +7980,9 @@
+@@ -7909,6 +7974,9 @@
acpi:ZBX*:
ID_VENDOR_FROM_DATABASE=Zebax Technologies
diff --git a/hwdb.d/20-pci-vendor-model.hwdb b/hwdb.d/20-pci-vendor-model.hwdb
index 51144892a1c..8c4687da178 100644
--- a/hwdb.d/20-pci-vendor-model.hwdb
+++ b/hwdb.d/20-pci-vendor-model.hwdb
@@ -177,10 +177,10 @@ pci:v0000025Ed00000B70*
ID_MODEL_FROM_DATABASE=NVMe DC SSD [Yorktown controller]
pci:v0000025Ed0000F1AB*
- ID_MODEL_FROM_DATABASE=P41 Plus NVMe SSD (DRAM-less)
+ ID_MODEL_FROM_DATABASE=P41 Plus NVMe SSD (DRAM-less) [Echo Harbor]
pci:v0000025Ed0000F1AC*
- ID_MODEL_FROM_DATABASE=P44 Pro NVMe SSD
+ ID_MODEL_FROM_DATABASE=P44 Pro NVMe SSD [Hollywood Beach]
pci:v00000270*
ID_VENDOR_FROM_DATABASE=Hauppauge computer works Inc. (Wrong ID)
@@ -2213,6 +2213,15 @@ pci:v00001000d000000A5sv00001028sd00002209*
pci:v00001000d000000A5sv00001028sd0000220A*
ID_MODEL_FROM_DATABASE=Fusion-MPT 24GSAS/PCIe SAS40xx (HBA465i Front)
+pci:v00001000d000000A5sv00001028sd000022CB*
+ ID_MODEL_FROM_DATABASE=Fusion-MPT 24GSAS/PCIe SAS40xx (PERC H365i Front)
+
+pci:v00001000d000000A5sv00001028sd000022CC*
+ ID_MODEL_FROM_DATABASE=Fusion-MPT 24GSAS/PCIe SAS40xx (PERC H965i Front)
+
+pci:v00001000d000000A5sv00001028sd000022CD*
+ ID_MODEL_FROM_DATABASE=Fusion-MPT 24GSAS/PCIe SAS40xx (HBA465i Front)
+
pci:v00001000d000000A5sv000015D9sd00001D03*
ID_MODEL_FROM_DATABASE=Fusion-MPT 24GSAS/PCIe SAS40xx (AOC-S4116L-H16IR (16DD/96DD) RAID Adapter)
@@ -2309,6 +2318,12 @@ pci:v00001000d000000B3sv00001000sd00005021*
pci:v00001000d000000B3sv00001000sd00005030*
ID_MODEL_FROM_DATABASE=Fusion-MPT 24G SAS/PCIe SAS50xx/SAS51xx (eHBA 9700-16e 24G SAS/PCIe Storage Adapter)
+pci:v00001000d000000B3sv00001028sd000022D2*
+ ID_MODEL_FROM_DATABASE=Fusion-MPT 24G SAS/PCIe SAS50xx/SAS51xx (PERC H975i Front)
+
+pci:v00001000d000000B3sv00001028sd000022D3*
+ ID_MODEL_FROM_DATABASE=Fusion-MPT 24G SAS/PCIe SAS50xx/SAS51xx (PERC H975i Adapter)
+
pci:v00001000d000000BE*
ID_MODEL_FROM_DATABASE=SAS3504 Fusion-MPT Tri-Mode RAID On Chip (ROC)
@@ -2945,6 +2960,9 @@ pci:v00001000d000010E6sv00001D49sd00000701*
pci:v00001000d000010E6sv00001D49sd00000702*
ID_MODEL_FROM_DATABASE=MegaRAID 12GSAS/PCIe Secure SAS38xx (ThinkSystem M.2 RAID B540p-2HS SATA/NVMe Enablement Kit)
+pci:v00001000d000010E6sv00001D49sd00000703*
+ ID_MODEL_FROM_DATABASE=MegaRAID 12GSAS/PCIe Secure SAS38xx (ThinkSystem M.2 RAID B540d-2HS SATA/NVMe Enablement Kit)
+
pci:v00001000d000010E7*
ID_MODEL_FROM_DATABASE=MegaRAID 12GSAS/PCIe Unsupported SAS38xx
@@ -3339,7 +3357,7 @@ pci:v00001002d00001607*
ID_MODEL_FROM_DATABASE=Arden
pci:v00001002d00001636*
- ID_MODEL_FROM_DATABASE=Renoir
+ ID_MODEL_FROM_DATABASE=Renoir [Radeon RX Vega 6 (Ryzen 4000/5000 Mobile Series)]
pci:v00001002d00001637*
ID_MODEL_FROM_DATABASE=Renoir Radeon High Definition Audio Controller
@@ -3377,6 +3395,12 @@ pci:v00001002d00001714*
pci:v00001002d00001714sv0000103Csd0000168B*
ID_MODEL_FROM_DATABASE=BeaverCreek HDMI Audio [Radeon HD 6500D and 6400G-6600G series] (ProBook 4535s)
+pci:v00001002d00001900*
+ ID_MODEL_FROM_DATABASE=Phoenix3
+
+pci:v00001002d00001901*
+ ID_MODEL_FROM_DATABASE=Phoenix4
+
pci:v00001002d00003150*
ID_MODEL_FROM_DATABASE=RV380/M24 [Mobility Radeon X600]
@@ -11513,6 +11537,9 @@ pci:v00001002d000073F0*
pci:v00001002d000073FF*
ID_MODEL_FROM_DATABASE=Navi 23 [Radeon RX 6600/6600 XT/6600M]
+pci:v00001002d000073FFsv00001462sd00005021*
+ ID_MODEL_FROM_DATABASE=Navi 23 [Radeon RX 6600/6600 XT/6600M] (MSI RX 6600XT MECH 2X)
+
pci:v00001002d000073FFsv00001462sd00005022*
ID_MODEL_FROM_DATABASE=Navi 23 [Radeon RX 6600/6600 XT/6600M] (RX 6600 MECH 2X)
@@ -11561,6 +11588,9 @@ pci:v00001002d00007448*
pci:v00001002d0000744C*
ID_MODEL_FROM_DATABASE=Navi 31 [Radeon RX 7900 XT/7900 XTX]
+pci:v00001002d0000744Csv00001002sd00000E3B*
+ ID_MODEL_FROM_DATABASE=Navi 31 [Radeon RX 7900 XT/7900 XTX] (RX 7900 GRE [XFX])
+
pci:v00001002d0000744Csv00001DA2sd0000471E*
ID_MODEL_FROM_DATABASE=Navi 31 [Radeon RX 7900 XT/7900 XTX] (PULSE RX 7900 XTX)
@@ -14093,6 +14123,9 @@ pci:v00001014d000004DAsv00001014sd000004FC*
pci:v00001014d000004ED*
ID_MODEL_FROM_DATABASE=Internal Shared Memory (ISM) virtual PCI device
+pci:v00001014d00000611*
+ ID_MODEL_FROM_DATABASE=4769 Cryptographic Adapter
+
pci:v00001014d00003022*
ID_MODEL_FROM_DATABASE=QLA3022 Network Adapter
@@ -15483,7 +15516,7 @@ pci:v00001022d00001648*
ID_MODEL_FROM_DATABASE=VanGogh Internal PCIe GPP Bridge to Bus
pci:v00001022d00001649*
- ID_MODEL_FROM_DATABASE=VanGogh PSP/CCP
+ ID_MODEL_FROM_DATABASE=Family 19h PSP/CCP
pci:v00001022d0000164F*
ID_MODEL_FROM_DATABASE=Milan IOMMU
@@ -24896,6 +24929,9 @@ pci:v00001093d0000764E*
pci:v00001093d0000764F*
ID_MODEL_FROM_DATABASE=PXI-2523
+pci:v00001093d00007652*
+ ID_MODEL_FROM_DATABASE=PXIe-4080
+
pci:v00001093d00007654*
ID_MODEL_FROM_DATABASE=PXI-2796
@@ -24938,9 +24974,30 @@ pci:v00001093d000076A4*
pci:v00001093d000076A5*
ID_MODEL_FROM_DATABASE=PXIe-6537B
+pci:v00001093d000076D8*
+ ID_MODEL_FROM_DATABASE=PXIe-4081
+
+pci:v00001093d000076D9*
+ ID_MODEL_FROM_DATABASE=PXIe-4082
+
+pci:v00001093d000077A8*
+ ID_MODEL_FROM_DATABASE=PXIe-6375
+
pci:v00001093d0000783E*
ID_MODEL_FROM_DATABASE=PXI-8368
+pci:v00001093d00007882*
+ ID_MODEL_FROM_DATABASE=PXIe-6376
+
+pci:v00001093d00007883*
+ ID_MODEL_FROM_DATABASE=PXIe-6378
+
+pci:v00001093d0000799E*
+ ID_MODEL_FROM_DATABASE=PXIe-6386
+
+pci:v00001093d0000799F*
+ ID_MODEL_FROM_DATABASE=PXIe-6396
+
pci:v00001093d00009020*
ID_MODEL_FROM_DATABASE=PXI-2501
@@ -25820,6 +25877,12 @@ pci:v0000109Ed0000036E*
pci:v0000109Ed0000036Esv00000000sd00000001*
ID_MODEL_FROM_DATABASE=Bt878 Video Capture (Euresys Picolo PCIe)
+pci:v0000109Ed0000036Esv00000000sd00000002*
+ ID_MODEL_FROM_DATABASE=Bt878 Video Capture (Euresys PICOLO Pro 2)
+
+pci:v0000109Ed0000036Esv00000000sd00000004*
+ ID_MODEL_FROM_DATABASE=Bt878 Video Capture (Euresys PICOLO Pro 3E)
+
pci:v0000109Ed0000036Esv00000070sd000013EB*
ID_MODEL_FROM_DATABASE=Bt878 Video Capture (WinTV Series)
@@ -25880,6 +25943,57 @@ pci:v0000109Ed0000036Esv000014F1sd00000003*
pci:v0000109Ed0000036Esv000014F1sd00000048*
ID_MODEL_FROM_DATABASE=Bt878 Video Capture (Bt878/832 Mediastream Controller)
+pci:v0000109Ed0000036Esv00001805sd00000101*
+ ID_MODEL_FROM_DATABASE=Bt878 Video Capture (Euresys PICOLO Tetra)
+
+pci:v0000109Ed0000036Esv00001805sd00000102*
+ ID_MODEL_FROM_DATABASE=Bt878 Video Capture (Euresys PICOLO Tetra)
+
+pci:v0000109Ed0000036Esv00001805sd00000103*
+ ID_MODEL_FROM_DATABASE=Bt878 Video Capture (Euresys PICOLO Tetra)
+
+pci:v0000109Ed0000036Esv00001805sd00000104*
+ ID_MODEL_FROM_DATABASE=Bt878 Video Capture (Euresys PICOLO Tetra)
+
+pci:v0000109Ed0000036Esv00001805sd00000105*
+ ID_MODEL_FROM_DATABASE=Bt878 Video Capture (Euresys PICOLO Tetra)
+
+pci:v0000109Ed0000036Esv00001805sd00000106*
+ ID_MODEL_FROM_DATABASE=Bt878 Video Capture (Euresys PICOLO Tetra)
+
+pci:v0000109Ed0000036Esv00001805sd00000107*
+ ID_MODEL_FROM_DATABASE=Bt878 Video Capture (Euresys PICOLO Tetra)
+
+pci:v0000109Ed0000036Esv00001805sd00000108*
+ ID_MODEL_FROM_DATABASE=Bt878 Video Capture (Euresys PICOLO Tetra)
+
+pci:v0000109Ed0000036Esv00001805sd00000201*
+ ID_MODEL_FROM_DATABASE=Bt878 Video Capture (Euresys PICOLO Tetra-X)
+
+pci:v0000109Ed0000036Esv00001805sd00000202*
+ ID_MODEL_FROM_DATABASE=Bt878 Video Capture (Euresys PICOLO Tetra-X)
+
+pci:v0000109Ed0000036Esv00001805sd00000203*
+ ID_MODEL_FROM_DATABASE=Bt878 Video Capture (Euresys PICOLO Tetra-X)
+
+pci:v0000109Ed0000036Esv00001805sd00000204*
+ ID_MODEL_FROM_DATABASE=Bt878 Video Capture (Euresys PICOLO Tetra-X)
+
+pci:v0000109Ed0000036Esv00001805sd00000401*
+ ID_MODEL_FROM_DATABASE=Bt878 Video Capture (Euresys PICOLO Tymo)
+
+pci:v0000109Ed0000036Esv00001805sd00000402*
+ ID_MODEL_FROM_DATABASE=Bt878 Video Capture (Euresys PICOLO Tymo)
+
+pci:v0000109Ed0000036Esv00001805sd00000403*
+ ID_MODEL_FROM_DATABASE=Bt878 Video Capture (Euresys PICOLO Tymo)
+
+pci:v0000109Ed0000036Esv00001805sd00000404*
+ ID_MODEL_FROM_DATABASE=Bt878 Video Capture (Euresys PICOLO Tymo)
+
+pci:v0000109Ed0000036Esv00001805sd00001001*
+ ID_MODEL_FROM_DATABASE=Bt878 Video Capture (Euresys PICOLO Junior 4)
+
pci:v0000109Ed0000036Esv00001822sd00000001*
ID_MODEL_FROM_DATABASE=Bt878 Video Capture (VisionPlus DVB card)
@@ -26057,6 +26171,12 @@ pci:v0000109Ed00000878*
pci:v0000109Ed00000878sv00000000sd00000001*
ID_MODEL_FROM_DATABASE=Bt878 Audio Capture (Euresys Picolo PCIe)
+pci:v0000109Ed00000878sv00000000sd00000002*
+ ID_MODEL_FROM_DATABASE=Bt878 Audio Capture (Euresys PICOLO Pro 2 (Audio Section))
+
+pci:v0000109Ed00000878sv00000000sd00000004*
+ ID_MODEL_FROM_DATABASE=Bt878 Audio Capture (Euresys PICOLO Pro 3E (Audio Section))
+
pci:v0000109Ed00000878sv00000070sd000013EB*
ID_MODEL_FROM_DATABASE=Bt878 Audio Capture (WinTV Series)
@@ -26123,6 +26243,57 @@ pci:v0000109Ed00000878sv000014F1sd00000003*
pci:v0000109Ed00000878sv000014F1sd00000048*
ID_MODEL_FROM_DATABASE=Bt878 Audio Capture (Bt878 Video Capture (Audio Section))
+pci:v0000109Ed00000878sv00001805sd00000101*
+ ID_MODEL_FROM_DATABASE=Bt878 Audio Capture (Euresys PICOLO Tetra (Audio Section))
+
+pci:v0000109Ed00000878sv00001805sd00000102*
+ ID_MODEL_FROM_DATABASE=Bt878 Audio Capture (Euresys PICOLO Tetra (Audio Section))
+
+pci:v0000109Ed00000878sv00001805sd00000103*
+ ID_MODEL_FROM_DATABASE=Bt878 Audio Capture (Euresys PICOLO Tetra (Audio Section))
+
+pci:v0000109Ed00000878sv00001805sd00000104*
+ ID_MODEL_FROM_DATABASE=Bt878 Audio Capture (Euresys PICOLO Tetra (Audio Section))
+
+pci:v0000109Ed00000878sv00001805sd00000105*
+ ID_MODEL_FROM_DATABASE=Bt878 Audio Capture (Euresys PICOLO Tetra (Audio Section))
+
+pci:v0000109Ed00000878sv00001805sd00000106*
+ ID_MODEL_FROM_DATABASE=Bt878 Audio Capture (Euresys PICOLO Tetra (Audio Section))
+
+pci:v0000109Ed00000878sv00001805sd00000107*
+ ID_MODEL_FROM_DATABASE=Bt878 Audio Capture (Euresys PICOLO Tetra (Audio Section))
+
+pci:v0000109Ed00000878sv00001805sd00000108*
+ ID_MODEL_FROM_DATABASE=Bt878 Audio Capture (Euresys PICOLO Tetra (Audio Section))
+
+pci:v0000109Ed00000878sv00001805sd00000201*
+ ID_MODEL_FROM_DATABASE=Bt878 Audio Capture (Euresys PICOLO Tetra-X (Audio Section))
+
+pci:v0000109Ed00000878sv00001805sd00000202*
+ ID_MODEL_FROM_DATABASE=Bt878 Audio Capture (Euresys PICOLO Tetra-X (Audio Section))
+
+pci:v0000109Ed00000878sv00001805sd00000203*
+ ID_MODEL_FROM_DATABASE=Bt878 Audio Capture (Euresys PICOLO Tetra-X (Audio Section))
+
+pci:v0000109Ed00000878sv00001805sd00000204*
+ ID_MODEL_FROM_DATABASE=Bt878 Audio Capture (Euresys PICOLO Tetra-X (Audio Section))
+
+pci:v0000109Ed00000878sv00001805sd00000401*
+ ID_MODEL_FROM_DATABASE=Bt878 Audio Capture (Euresys PICOLO Tymo (Audio Section))
+
+pci:v0000109Ed00000878sv00001805sd00000402*
+ ID_MODEL_FROM_DATABASE=Bt878 Audio Capture (Euresys PICOLO Tymo (Audio Section))
+
+pci:v0000109Ed00000878sv00001805sd00000403*
+ ID_MODEL_FROM_DATABASE=Bt878 Audio Capture (Euresys PICOLO Tymo (Audio Section))
+
+pci:v0000109Ed00000878sv00001805sd00000404*
+ ID_MODEL_FROM_DATABASE=Bt878 Audio Capture (Euresys PICOLO Tymo (Audio Section))
+
+pci:v0000109Ed00000878sv00001805sd00001001*
+ ID_MODEL_FROM_DATABASE=Bt878 Audio Capture (Euresys PICOLO Junior 4 (Audio Section))
+
pci:v0000109Ed00000878sv00001822sd00000001*
ID_MODEL_FROM_DATABASE=Bt878 Audio Capture (VisionPlus DVB Card)
@@ -26498,6 +26669,18 @@ pci:v000010B5d00002000*
pci:v000010B5d00002000sv000010B5sd00009030*
ID_MODEL_FROM_DATABASE=PCI9030 32-bit 33MHz PCI <-> IOBus Bridge (ATCOM AE400P Quad E1 PCI card)
+pci:v000010B5d00002300*
+ ID_MODEL_FROM_DATABASE=Euresys DOMINO Gamma
+
+pci:v000010B5d00002374*
+ ID_MODEL_FROM_DATABASE=Euresys DOMINO Alpha
+
+pci:v000010B5d00002491*
+ ID_MODEL_FROM_DATABASE=Euresys GRABLINK Value
+
+pci:v000010B5d00002493*
+ ID_MODEL_FROM_DATABASE=Euresys GRABLINK Expert
+
pci:v000010B5d00002540*
ID_MODEL_FROM_DATABASE=IXXAT CAN-Interface PC-I 04/PCI
@@ -26840,6 +27023,9 @@ pci:v000010B5d00009036*
pci:v000010B5d00009050*
ID_MODEL_FROM_DATABASE=PCI <-> IOBus Bridge
+pci:v000010B5d00009050sv0000103Csd000010B0*
+ ID_MODEL_FROM_DATABASE=PCI <-> IOBus Bridge (82350 PCI GPIB)
+
pci:v000010B5d00009050sv000010B5sd00001067*
ID_MODEL_FROM_DATABASE=PCI <-> IOBus Bridge (IXXAT CAN i165)
@@ -26873,6 +27059,9 @@ pci:v000010B5d00009050sv000010B5sd00003196*
pci:v000010B5d00009050sv000010B5sd00009050*
ID_MODEL_FROM_DATABASE=PCI <-> IOBus Bridge (PCI-I04 PCI Passive PC/CAN Interface)
+pci:v000010B5d00009050sv000011A9sd00005334*
+ ID_MODEL_FROM_DATABASE=PCI <-> IOBus Bridge (PDS4)
+
pci:v000010B5d00009050sv000012FEsd00000001*
ID_MODEL_FROM_DATABASE=PCI <-> IOBus Bridge (CAN-PCI/331 CAN bus controller)
@@ -28142,6 +28331,9 @@ pci:v000010BF*
pci:v000010C0*
ID_VENDOR_FROM_DATABASE=Boca Research Inc.
+pci:v000010C0d00009135*
+ ID_MODEL_FROM_DATABASE=iX3D Ultimate Rez
+
pci:v000010C1*
ID_VENDOR_FROM_DATABASE=ICM Co., Ltd.
@@ -37787,6 +37979,9 @@ pci:v000010DEd00002336*
pci:v000010DEd00002337*
ID_MODEL_FROM_DATABASE=GH100 [H100 SXM5 64GB]
+pci:v000010DEd00002338*
+ ID_MODEL_FROM_DATABASE=GH100 [H100 SXM5 96GB]
+
pci:v000010DEd00002339*
ID_MODEL_FROM_DATABASE=GH100 [H100 SXM5 94GB]
@@ -37805,6 +38000,12 @@ pci:v000010DEd00002343*
pci:v000010DEd00002345*
ID_MODEL_FROM_DATABASE=GH100 [GH200 480GB]
+pci:v000010DEd000023B0*
+ ID_MODEL_FROM_DATABASE=GH100
+
+pci:v000010DEd000023F0*
+ ID_MODEL_FROM_DATABASE=GH100
+
pci:v000010DEd00002414*
ID_MODEL_FROM_DATABASE=GA103 [GeForce RTX 3060 Ti]
@@ -37817,6 +38018,9 @@ pci:v000010DEd00002438*
pci:v000010DEd00002460*
ID_MODEL_FROM_DATABASE=GA103M [GeForce RTX 3080 Ti Laptop GPU]
+pci:v000010DEd00002480*
+ ID_MODEL_FROM_DATABASE=GA104 [Reserved Dev ID A]
+
pci:v000010DEd00002482*
ID_MODEL_FROM_DATABASE=GA104 [GeForce RTX 3070 Ti]
@@ -37901,6 +38105,9 @@ pci:v000010DEd000024BB*
pci:v000010DEd000024BF*
ID_MODEL_FROM_DATABASE=GA104 [GeForce RTX 3070 Engineering Sample]
+pci:v000010DEd000024C0*
+ ID_MODEL_FROM_DATABASE=GA104 [Initial Dev ID B]
+
pci:v000010DEd000024C7*
ID_MODEL_FROM_DATABASE=GA104 [GeForce RTX 3060 8GB]
@@ -37982,6 +38189,9 @@ pci:v000010DEd00002582*
pci:v000010DEd00002583*
ID_MODEL_FROM_DATABASE=GA107 [GeForce RTX 3050 4GB]
+pci:v000010DEd00002584*
+ ID_MODEL_FROM_DATABASE=GA107 [GeForce RTX 3050 6GB]
+
pci:v000010DEd000025A0*
ID_MODEL_FROM_DATABASE=GA107M [GeForce RTX 3050 Ti Mobile]
@@ -38093,6 +38303,9 @@ pci:v000010DEd000026B9*
pci:v000010DEd000026F5*
ID_MODEL_FROM_DATABASE=AD102GL [L40 CNX]
+pci:v000010DEd00002703*
+ ID_MODEL_FROM_DATABASE=AD103 [GeForce RTX 4080 SUPER]
+
pci:v000010DEd00002704*
ID_MODEL_FROM_DATABASE=AD103 [GeForce RTX 4080]
@@ -38123,6 +38336,9 @@ pci:v000010DEd000027A0*
pci:v000010DEd000027B0*
ID_MODEL_FROM_DATABASE=AD104GL [RTX 4000 SFF Ada Generation]
+pci:v000010DEd000027B1*
+ ID_MODEL_FROM_DATABASE=AD104GL [RTX 4500 Ada Generation]
+
pci:v000010DEd000027B2*
ID_MODEL_FROM_DATABASE=AD104GL [RTX 4000 Ada Generation]
@@ -38669,6 +38885,9 @@ pci:v000010E8d00004750*
pci:v000010E8d00005920*
ID_MODEL_FROM_DATABASE=S5920
+pci:v000010E8d0000801D*
+ ID_MODEL_FROM_DATABASE=Roper Scientific PCI TAXI interface
+
pci:v000010E8d00008043*
ID_MODEL_FROM_DATABASE=LANai4.x [Myrinet LANai interface chip]
@@ -38885,6 +39104,9 @@ pci:v000010ECd0000525Asv00001028sd000009BE*
pci:v000010ECd0000525Asv00001028sd00000B10*
ID_MODEL_FROM_DATABASE=RTS525A PCI Express Card Reader (Precision 3571)
+pci:v000010ECd0000525Asv00001028sd00000C06*
+ ID_MODEL_FROM_DATABASE=RTS525A PCI Express Card Reader (Precision 3580)
+
pci:v000010ECd0000525Asv000017AAsd0000224F*
ID_MODEL_FROM_DATABASE=RTS525A PCI Express Card Reader (ThinkPad X1 Carbon 5th Gen)
@@ -38924,6 +39146,9 @@ pci:v000010ECd00005763*
pci:v000010ECd00005765*
ID_MODEL_FROM_DATABASE=RTS5765DL NVMe SSD Controller (DRAM-less)
+pci:v000010ECd00005772*
+ ID_MODEL_FROM_DATABASE=RTS5772DL NVMe SSD Controller (DRAM-less)
+
pci:v000010ECd00008029*
ID_MODEL_FROM_DATABASE=RTL-8029(AS)
@@ -39467,6 +39692,9 @@ pci:v000010ECd00008821*
pci:v000010ECd00008852*
ID_MODEL_FROM_DATABASE=RTL8852AE 802.11ax PCIe Wireless Network Adapter
+pci:v000010ECd0000A85A*
+ ID_MODEL_FROM_DATABASE=RTL8852AE WiFi 6 802.11ax PCIe Adapter
+
pci:v000010ECd0000B723*
ID_MODEL_FROM_DATABASE=RTL8723BE PCIe Wireless Network Adapter
@@ -39476,6 +39704,9 @@ pci:v000010ECd0000B723sv000010ECsd00008739*
pci:v000010ECd0000B723sv000017AAsd0000B736*
ID_MODEL_FROM_DATABASE=RTL8723BE PCIe Wireless Network Adapter (Z50-75)
+pci:v000010ECd0000B821*
+ ID_MODEL_FROM_DATABASE=RTL8821CE PCIe 802.11ac Wireless Network Controller
+
pci:v000010ECd0000B822*
ID_MODEL_FROM_DATABASE=RTL8822BE 802.11a/b/g/n/ac WiFi adapter
@@ -39488,6 +39719,12 @@ pci:v000010ECd0000B822sv000017AAsd00005124*
pci:v000010ECd0000B822sv000017AAsd0000B023*
ID_MODEL_FROM_DATABASE=RTL8822BE 802.11a/b/g/n/ac WiFi adapter (ThinkPad E595)
+pci:v000010ECd0000B852*
+ ID_MODEL_FROM_DATABASE=RTL8852BE PCIe 802.11ax Wireless Network Controller
+
+pci:v000010ECd0000B85B*
+ ID_MODEL_FROM_DATABASE=RTL8852BE PCIe 802.11ax Wireless Network Controller [1T1R]
+
pci:v000010ECd0000C821*
ID_MODEL_FROM_DATABASE=RTL8821CE 802.11ac PCIe Wireless Network Adapter
@@ -39578,6 +39815,12 @@ pci:v000010EEd00005020*
pci:v000010EEd0000505C*
ID_MODEL_FROM_DATABASE=Alveo U55C
+pci:v000010EEd00005074*
+ ID_MODEL_FROM_DATABASE=Alveo X3522, Quad Port, 10/25GbE Adaptable Accelerator Card
+
+pci:v000010EEd00005084*
+ ID_MODEL_FROM_DATABASE=Alveo X3522, Quad Port, 10/25GbE Low Latency Network Adapter
+
pci:v000010EEd00006987*
ID_MODEL_FROM_DATABASE=SmartSSD
@@ -45447,10 +45690,10 @@ pci:v00001179d00000110sv00001D49sd0000403A*
ID_MODEL_FROM_DATABASE=Cx5 NVMe SSD Controller (Thinksystem AIC CM5 NVMe SSD)
pci:v00001179d00000113*
- ID_MODEL_FROM_DATABASE=BG3 NVMe SSD Controller
+ ID_MODEL_FROM_DATABASE=BG3 x2 NVMe SSD Controller (DRAM-less)
pci:v00001179d00000113sv00001179sd00000001*
- ID_MODEL_FROM_DATABASE=BG3 NVMe SSD Controller (Toshiba KBG30ZMS128G 128GB NVMe SSD)
+ ID_MODEL_FROM_DATABASE=BG3 x2 NVMe SSD Controller (DRAM-less) (Toshiba KBG30ZMS128G 128GB NVMe SSD)
pci:v00001179d00000115*
ID_MODEL_FROM_DATABASE=XG4 NVMe SSD Controller
@@ -46403,6 +46646,12 @@ pci:v00001191d0000000D*
pci:v00001191d0000000E*
ID_MODEL_FROM_DATABASE=ATP8620
+pci:v00001191d00000011*
+ ID_MODEL_FROM_DATABASE=ATP865-B
+
+pci:v00001191d00000011sv00001191sd00000011*
+ ID_MODEL_FROM_DATABASE=ATP865-B (ACARD AEC-6280)
+
pci:v00001191d00008002*
ID_MODEL_FROM_DATABASE=AEC6710 SCSI-2 Host Adapter
@@ -47175,7 +47424,7 @@ pci:v000011ABd00006381*
ID_MODEL_FROM_DATABASE=MV78xx0 [Discovery Innovation] ARM SoC
pci:v000011ABd00006440*
- ID_MODEL_FROM_DATABASE=88SE6440 SAS/SATA PCIe controller
+ ID_MODEL_FROM_DATABASE=88SE63x0 x1, 88SE6440 x4 PCIe SAS/SATA 3Gb/s RAID controller
pci:v000011ABd00006450*
ID_MODEL_FROM_DATABASE=64560 System Controller
@@ -47208,10 +47457,10 @@ pci:v000011ABd00006920*
ID_MODEL_FROM_DATABASE=88F6920 [Armada 390] ARM SoC
pci:v000011ABd00007042*
- ID_MODEL_FROM_DATABASE=88SX7042 PCI-e 4-port SATA-II
+ ID_MODEL_FROM_DATABASE=88SX7042 PCIe 4-port SATA-II controller
pci:v000011ABd00007042sv000016B8sd0000434B*
- ID_MODEL_FROM_DATABASE=88SX7042 PCI-e 4-port SATA-II (Tempo SATA E4P)
+ ID_MODEL_FROM_DATABASE=88SX7042 PCIe 4-port SATA-II controller (Tempo SATA E4P)
pci:v000011ABd00007810*
ID_MODEL_FROM_DATABASE=MV78100 [Discovery Innovation] ARM SoC
@@ -48591,13 +48840,13 @@ pci:v00001217d0000673A*
ID_MODEL_FROM_DATABASE=OZ6730
pci:v00001217d00006832*
- ID_MODEL_FROM_DATABASE=OZ6832/6833 CardBus Controller
+ ID_MODEL_FROM_DATABASE=OZ6832/6833 CardBus Controller [Saturn]
pci:v00001217d00006836*
- ID_MODEL_FROM_DATABASE=OZ6836/6860 CardBus Controller
+ ID_MODEL_FROM_DATABASE=OZ6836/6860 CardBus Controller [Mercury]
pci:v00001217d00006872*
- ID_MODEL_FROM_DATABASE=OZ6812 CardBus Controller
+ ID_MODEL_FROM_DATABASE=OZ6812 CardBus Controller [Challenger]
pci:v00001217d00006925*
ID_MODEL_FROM_DATABASE=OZ6922 CardBus Controller
@@ -49115,6 +49364,9 @@ pci:v0000123Dd000000A9*
pci:v0000123Dd000000AB*
ID_MODEL_FROM_DATABASE=PCIe8g3 A5 10G
+pci:v0000123Dd000000B5*
+ ID_MODEL_FROM_DATABASE=PCIe8 RFx SDR
+
pci:v0000123E*
ID_VENDOR_FROM_DATABASE=Simutech, Inc.
@@ -49781,6 +50033,12 @@ pci:v0000126Fd00002262*
pci:v0000126Fd00002263*
ID_MODEL_FROM_DATABASE=SM2263EN/SM2263XT (DRAM-less) NVMe SSD Controllers
+pci:v0000126Fd00002269*
+ ID_MODEL_FROM_DATABASE=SM2269XT (DRAM-less) NVMe SSD Controller
+
+pci:v0000126Fd00008366*
+ ID_MODEL_FROM_DATABASE=SM8366 NVMe SSD Controller [MonTitan]
+
pci:v00001270*
ID_VENDOR_FROM_DATABASE=Olympus Optical Co., Ltd.
@@ -51632,6 +51890,9 @@ pci:v00001307d00000036*
pci:v00001307d00000037*
ID_MODEL_FROM_DATABASE=PCI-DAS64/M3/16
+pci:v00001307d0000004B*
+ ID_MODEL_FROM_DATABASE=PCI-MDB64
+
pci:v00001307d0000004C*
ID_MODEL_FROM_DATABASE=PCI-DAS1000
@@ -51647,6 +51908,24 @@ pci:v00001307d00000053*
pci:v00001307d00000054*
ID_MODEL_FROM_DATABASE=PCI-DIO96
+pci:v00001307d00000055*
+ ID_MODEL_FROM_DATABASE=CPCI-DIO24H
+
+pci:v00001307d00000056*
+ ID_MODEL_FROM_DATABASE=PCIM-DAS1602/16
+
+pci:v00001307d00000057*
+ ID_MODEL_FROM_DATABASE=PCI-DAS3202/16
+
+pci:v00001307d00000059*
+ ID_MODEL_FROM_DATABASE=PCI-QUAD-AC5
+
+pci:v00001307d0000005A*
+ ID_MODEL_FROM_DATABASE=CPCI-DIO96H
+
+pci:v00001307d0000005B*
+ ID_MODEL_FROM_DATABASE=CPCI-DIO48H
+
pci:v00001307d0000005D*
ID_MODEL_FROM_DATABASE=PCI-DAS6023
@@ -51683,18 +51962,57 @@ pci:v00001307d00000067*
pci:v00001307d00000068*
ID_MODEL_FROM_DATABASE=PCI-DAS6071
+pci:v00001307d0000006E*
+ ID_MODEL_FROM_DATABASE=PCI-CTR10
+
pci:v00001307d0000006F*
ID_MODEL_FROM_DATABASE=PCI-DAS6036
pci:v00001307d00000070*
ID_MODEL_FROM_DATABASE=PCI-DAC6702
+pci:v00001307d00000071*
+ ID_MODEL_FROM_DATABASE=PCI-DAC6703
+
+pci:v00001307d00000074*
+ ID_MODEL_FROM_DATABASE=PCI-CTR20HD
+
+pci:v00001307d00000077*
+ ID_MODEL_FROM_DATABASE=PCI-DIO24/LP
+
pci:v00001307d00000078*
ID_MODEL_FROM_DATABASE=PCI-DAS6013
pci:v00001307d00000079*
ID_MODEL_FROM_DATABASE=PCI-DAS6014
+pci:v00001307d0000007B*
+ ID_MODEL_FROM_DATABASE=PCIM-DAS16JR/16
+
+pci:v00001307d0000007E*
+ ID_MODEL_FROM_DATABASE=PCI-DIO24/S
+
+pci:v00001307d000000A5*
+ ID_MODEL_FROM_DATABASE=PCI-2511
+
+pci:v00001307d000000A6*
+ ID_MODEL_FROM_DATABASE=PCI-2513
+
+pci:v00001307d000000A7*
+ ID_MODEL_FROM_DATABASE=PCI-2515
+
+pci:v00001307d000000A8*
+ ID_MODEL_FROM_DATABASE=PCI-2517
+
+pci:v00001307d000000BE*
+ ID_MODEL_FROM_DATABASE=PCI-QUAD05
+
+pci:v00001307d000000DA*
+ ID_MODEL_FROM_DATABASE=PCIe-DIO96H
+
+pci:v00001307d000000DB*
+ ID_MODEL_FROM_DATABASE=PCIe-DIO24
+
pci:v00001307d00000115*
ID_MODEL_FROM_DATABASE=PCIe-DAS1602/16
@@ -52175,6 +52493,15 @@ pci:v00001344d000051B2sv00001344sd00005000*
pci:v00001344d000051B2sv00001344sd00006000*
ID_MODEL_FROM_DATABASE=9300 MAX NVMe SSD (12.8TB U.2)
+pci:v00001344d000051B7*
+ ID_MODEL_FROM_DATABASE=7500 PRO NVMe SSD
+
+pci:v00001344d000051B8*
+ ID_MODEL_FROM_DATABASE=7500 MAX NVMe SSD
+
+pci:v00001344d000051B9*
+ ID_MODEL_FROM_DATABASE=6500 ION NVMe SSD
+
pci:v00001344d000051C0*
ID_MODEL_FROM_DATABASE=7400 PRO NVMe SSD
@@ -52313,6 +52640,9 @@ pci:v00001344d00005413*
pci:v00001344d00005414*
ID_MODEL_FROM_DATABASE=3460 NVMe SSD
+pci:v00001344d00005416*
+ ID_MODEL_FROM_DATABASE=2550 NVMe SSD (DRAM-less)
+
pci:v00001344d00006001*
ID_MODEL_FROM_DATABASE=2100AI NVMe SSD [Nitro]
@@ -52425,10 +52755,277 @@ pci:v00001359*
ID_VENDOR_FROM_DATABASE=Prisa Networks
pci:v0000135A*
- ID_VENDOR_FROM_DATABASE=Brain Boxes
+ ID_VENDOR_FROM_DATABASE=Brainboxes Ltd
+
+pci:v0000135Ad00000841*
+ ID_MODEL_FROM_DATABASE=UC-268 4 port RS-232 card
+
+pci:v0000135Ad00000861*
+ ID_MODEL_FROM_DATABASE=UC-257 2 port RS-232 + LPT card
+
+pci:v0000135Ad00000862*
+ ID_MODEL_FROM_DATABASE=UC-257 2 port RS-232 + LPT card
+
+pci:v0000135Ad00000863*
+ ID_MODEL_FROM_DATABASE=UC-257 2 port RS-232 + LPT card
+
+pci:v0000135Ad00000881*
+ ID_MODEL_FROM_DATABASE=UC-279 8 port RS-232 card
+
+pci:v0000135Ad000008A1*
+ ID_MODEL_FROM_DATABASE=UC-313 2 port RS-422/485 card
+
+pci:v0000135Ad000008A2*
+ ID_MODEL_FROM_DATABASE=UC-313 2 port RS-422/485 card
+
+pci:v0000135Ad000008A3*
+ ID_MODEL_FROM_DATABASE=UC-313 2 port RS-422/485 card
+
+pci:v0000135Ad000008C1*
+ ID_MODEL_FROM_DATABASE=UC-310 2 port RS-422/485 Opto Isolated card
+
+pci:v0000135Ad000008E1*
+ ID_MODEL_FROM_DATABASE=UC-302 2 port RS-232 card
+
+pci:v0000135Ad000008E2*
+ ID_MODEL_FROM_DATABASE=UC-302 2 port RS-232 card
+
+pci:v0000135Ad000008E3*
+ ID_MODEL_FROM_DATABASE=UC-302 2 port RS-232 card
+
+pci:v0000135Ad00000901*
+ ID_MODEL_FROM_DATABASE=UC-431 3 port RS-232 card
+
+pci:v0000135Ad00000921*
+ ID_MODEL_FROM_DATABASE=UC-420 3 + 1 port RS-232 card
+
+pci:v0000135Ad00000981*
+ ID_MODEL_FROM_DATABASE=UC-475 1 + 1 port RS-232 + LPT card
+
+pci:v0000135Ad00000982*
+ ID_MODEL_FROM_DATABASE=UC-475 1 + 1 port RS-232 + LPT card
+
+pci:v0000135Ad000009A1*
+ ID_MODEL_FROM_DATABASE=UC-607 2 port RS-232 card
+
+pci:v0000135Ad000009A2*
+ ID_MODEL_FROM_DATABASE=UC-607 2 port RS-232 card
+
+pci:v0000135Ad000009A3*
+ ID_MODEL_FROM_DATABASE=UC-607 2 port RS-232 card
pci:v0000135Ad00000A61*
- ID_MODEL_FROM_DATABASE=UC-324 [VELOCITY RS422/485]
+ ID_MODEL_FROM_DATABASE=UC-324 1 port RS-422/485 card
+
+pci:v0000135Ad00000A81*
+ ID_MODEL_FROM_DATABASE=UC-357 1 port RS-232 + 1 port RS-422/485 card
+
+pci:v0000135Ad00000A82*
+ ID_MODEL_FROM_DATABASE=UC-357 1 port RS-232 + 1 port RS-422/485 card
+
+pci:v0000135Ad00000A83*
+ ID_MODEL_FROM_DATABASE=UC-357 1 port RS-232 + 1 port RS-422/485 card
+
+pci:v0000135Ad00000AA1*
+ ID_MODEL_FROM_DATABASE=UC-246 1 port RS-232 card
+
+pci:v0000135Ad00000AA2*
+ ID_MODEL_FROM_DATABASE=UC-246 1 port RS-232 card
+
+pci:v0000135Ad00000AC1*
+ ID_MODEL_FROM_DATABASE=UP-189 Powered 2 port RS-232 card
+
+pci:v0000135Ad00000AC2*
+ ID_MODEL_FROM_DATABASE=UP-189 Powered 2 port RS-232 card
+
+pci:v0000135Ad00000AC3*
+ ID_MODEL_FROM_DATABASE=UP-189 Powered 2 port RS-232 card
+
+pci:v0000135Ad00000B01*
+ ID_MODEL_FROM_DATABASE=UC-346 4 port RS-422/485 card
+
+pci:v0000135Ad00000B02*
+ ID_MODEL_FROM_DATABASE=UC-346 4 port RS-422/485 card
+
+pci:v0000135Ad00000B21*
+ ID_MODEL_FROM_DATABASE=UP-200 Powered 2 port RS-232 card
+
+pci:v0000135Ad00000B22*
+ ID_MODEL_FROM_DATABASE=UP-200 Powered 2 port RS-232 card
+
+pci:v0000135Ad00000B23*
+ ID_MODEL_FROM_DATABASE=UP-200 Powered 2 port RS-232 card
+
+pci:v0000135Ad00000BA1*
+ ID_MODEL_FROM_DATABASE=UC-101 1 + 1 port RS-232 card
+
+pci:v0000135Ad00000BC1*
+ ID_MODEL_FROM_DATABASE=UC-203 1 + 1 port RS-232 + LPT card
+
+pci:v0000135Ad00000BC2*
+ ID_MODEL_FROM_DATABASE=UC-203 1 + 1 port RS-232 + LPT card
+
+pci:v0000135Ad00000BE1*
+ ID_MODEL_FROM_DATABASE=UC-146 LPT card
+
+pci:v0000135Ad00000BE2*
+ ID_MODEL_FROM_DATABASE=UC-146 LPT card
+
+pci:v0000135Ad00000C01*
+ ID_MODEL_FROM_DATABASE=UP-869 Powered 2 port RS-232 card
+
+pci:v0000135Ad00000C02*
+ ID_MODEL_FROM_DATABASE=UP-869 Powered 2 port RS-232 card
+
+pci:v0000135Ad00000C03*
+ ID_MODEL_FROM_DATABASE=UP-869 Powered 2 port RS-232 card
+
+pci:v0000135Ad00000C21*
+ ID_MODEL_FROM_DATABASE=UP-880 Powered 2 port RS-232 card
+
+pci:v0000135Ad00000C22*
+ ID_MODEL_FROM_DATABASE=UP-880 Powered 2 port RS-232 card
+
+pci:v0000135Ad00000C23*
+ ID_MODEL_FROM_DATABASE=UP-880 Powered 2 port RS-232 card
+
+pci:v0000135Ad00000C41*
+ ID_MODEL_FROM_DATABASE=UC-368 4 port RS-422/485 Opto Isolated card
+
+pci:v0000135Ad00000CA1*
+ ID_MODEL_FROM_DATABASE=UC-253 2 port RS-232 card
+
+pci:v0000135Ad00000D21*
+ ID_MODEL_FROM_DATABASE=UC-260 4 port RS-232 card
+
+pci:v0000135Ad00000D41*
+ ID_MODEL_FROM_DATABASE=UC-836 4 port RS-232 card
+
+pci:v0000135Ad00000D60*
+ ID_MODEL_FROM_DATABASE=IS-100 1 port RS-232 card
+
+pci:v0000135Ad00000D80*
+ ID_MODEL_FROM_DATABASE=IS-200 2 port RS-232 card
+
+pci:v0000135Ad00000DA0*
+ ID_MODEL_FROM_DATABASE=IS-300 1 port RS-232 + LPT card
+
+pci:v0000135Ad00000DC0*
+ ID_MODEL_FROM_DATABASE=IS-400 4 port RS-232 card
+
+pci:v0000135Ad00000DE0*
+ ID_MODEL_FROM_DATABASE=IS-500 LPT card
+
+pci:v0000135Ad00000E41*
+ ID_MODEL_FROM_DATABASE=PX-279 8 port RS-232 card
+
+pci:v0000135Ad00000E61*
+ ID_MODEL_FROM_DATABASE=UC-414 3 + 1 port RS-232 + LPT card
+
+pci:v0000135Ad00004000*
+ ID_MODEL_FROM_DATABASE=PX-420 3 + 1 port RS-232 card
+
+pci:v0000135Ad00004001*
+ ID_MODEL_FROM_DATABASE=PX-431 3 port RS-232 card
+
+pci:v0000135Ad00004002*
+ ID_MODEL_FROM_DATABASE=PX-820 Powered 3 + 1 port RS-232 card
+
+pci:v0000135Ad00004003*
+ ID_MODEL_FROM_DATABASE=PX-831 Powered 3 port RS-232 card
+
+pci:v0000135Ad00004004*
+ ID_MODEL_FROM_DATABASE=PX-235 1 port RS-232 card
+
+pci:v0000135Ad00004005*
+ ID_MODEL_FROM_DATABASE=PX-101 1 + 1 port RS-232 card
+
+pci:v0000135Ad00004006*
+ ID_MODEL_FROM_DATABASE=PX-257 1 + 1 port RS-232 + LPT card (Serial port)
+
+pci:v0000135Ad00004007*
+ ID_MODEL_FROM_DATABASE=PX-257 1 + 1 port RS-232 + LPT card (LPT port)
+
+pci:v0000135Ad00004008*
+ ID_MODEL_FROM_DATABASE=PX-835 Powered 1 port RS-232 card
+
+pci:v0000135Ad00004009*
+ ID_MODEL_FROM_DATABASE=PX-857 Powered 2 port RS-232 card
+
+pci:v0000135Ad0000400A*
+ ID_MODEL_FROM_DATABASE=PX-260 4 port RS-232 card
+
+pci:v0000135Ad0000400B*
+ ID_MODEL_FROM_DATABASE=PX-320 1 port RS-422/485 card
+
+pci:v0000135Ad0000400C*
+ ID_MODEL_FROM_DATABASE=PX-313 2 port RS-422/485 card
+
+pci:v0000135Ad0000400E*
+ ID_MODEL_FROM_DATABASE=PX-310 2 port RS-422/485 Opto Isolated card
+
+pci:v0000135Ad0000400F*
+ ID_MODEL_FROM_DATABASE=PX-346 4 port RS-422/485 card
+
+pci:v0000135Ad00004010*
+ ID_MODEL_FROM_DATABASE=PX-368 4 port RS-422/485 Opto Isolated card
+
+pci:v0000135Ad00004011*
+ ID_MODEL_FROM_DATABASE=PX-420 3 + 1 port RS-232 card
+
+pci:v0000135Ad00004012*
+ ID_MODEL_FROM_DATABASE=PX-431 3 port RS-232 card
+
+pci:v0000135Ad00004013*
+ ID_MODEL_FROM_DATABASE=PX-820 Powered 3 + 1 port RS-232 card
+
+pci:v0000135Ad00004014*
+ ID_MODEL_FROM_DATABASE=PX-831 Powered 3 port RS-232 card
+
+pci:v0000135Ad00004015*
+ ID_MODEL_FROM_DATABASE=PX-257 2 port RS-232 card
+
+pci:v0000135Ad00004016*
+ ID_MODEL_FROM_DATABASE=PX-235 1 port RS-232 card
+
+pci:v0000135Ad00004017*
+ ID_MODEL_FROM_DATABASE=PX-835 Powered 1 port RS-232 card
+
+pci:v0000135Ad00004018*
+ ID_MODEL_FROM_DATABASE=PX-857 Powered 2 port RS-232 card
+
+pci:v0000135Ad00004019*
+ ID_MODEL_FROM_DATABASE=PX-101 1 + 1 port RS-232 card
+
+pci:v0000135Ad0000401C*
+ ID_MODEL_FROM_DATABASE=PX-146 LPT card
+
+pci:v0000135Ad0000401D*
+ ID_MODEL_FROM_DATABASE=PX-475 1 port RS-232 + LPT card (Serial port)
+
+pci:v0000135Ad0000401E*
+ ID_MODEL_FROM_DATABASE=PX-803 Powered 1 + 1 port RS-232 card
+
+pci:v0000135Ad0000401F*
+ ID_MODEL_FROM_DATABASE=PX-475 1 port RS-232 + LPT card (LPT port)
+
+pci:v0000135Ad00004027*
+ ID_MODEL_FROM_DATABASE=IX-100 1 port RS-232 card
+
+pci:v0000135Ad00004028*
+ ID_MODEL_FROM_DATABASE=IX-200 2 port RS-232 card
+
+pci:v0000135Ad00004029*
+ ID_MODEL_FROM_DATABASE=IX-400 4 port RS-232 card
+
+pci:v0000135Ad0000402A*
+ ID_MODEL_FROM_DATABASE=IX-500 LPT card
+
+pci:v0000135Ad0000402C*
+ ID_MODEL_FROM_DATABASE=PX-263 4 port RS-232 + LPT card
+
+pci:v0000135Ad00004100*
+ ID_MODEL_FROM_DATABASE=PX-272 4 + 1 port RS-232 + LPT card
pci:v0000135B*
ID_VENDOR_FROM_DATABASE=Giganet Inc
@@ -52457,12 +53054,27 @@ pci:v0000135Cd00000060*
pci:v0000135Cd000000F0*
ID_MODEL_FROM_DATABASE=MPAC-100 Synchronous Serial Card (Zilog 85230)
+pci:v0000135Cd00000120*
+ ID_MODEL_FROM_DATABASE=QSCP-100
+
+pci:v0000135Cd00000130*
+ ID_MODEL_FROM_DATABASE=DSCP-100
+
+pci:v0000135Cd00000140*
+ ID_MODEL_FROM_DATABASE=QSCP-200/300
+
+pci:v0000135Cd00000150*
+ ID_MODEL_FROM_DATABASE=DSCP-200/300
+
pci:v0000135Cd00000170*
ID_MODEL_FROM_DATABASE=QSCLP-100
pci:v0000135Cd00000180*
ID_MODEL_FROM_DATABASE=DSCLP-100
+pci:v0000135Cd00000181*
+ ID_MODEL_FROM_DATABASE=DSC-100
+
pci:v0000135Cd00000190*
ID_MODEL_FROM_DATABASE=SSCLP-100
@@ -52472,9 +53084,15 @@ pci:v0000135Cd000001A0*
pci:v0000135Cd000001B0*
ID_MODEL_FROM_DATABASE=DSCLP-200/300
+pci:v0000135Cd000001B1*
+ ID_MODEL_FROM_DATABASE=DSC-200/300
+
pci:v0000135Cd000001C0*
ID_MODEL_FROM_DATABASE=SSCLP-200/300
+pci:v0000135Cd000001E0*
+ ID_MODEL_FROM_DATABASE=ESC(LP)-100
+
pci:v0000135Cd00000258*
ID_MODEL_FROM_DATABASE=DSPSX-200/300
@@ -53942,6 +54560,9 @@ pci:v000013FD*
pci:v000013FE*
ID_VENDOR_FROM_DATABASE=Advantech Co. Ltd
+pci:v000013FEd00000071*
+ ID_MODEL_FROM_DATABASE=PCIE-1761H, 8-ch Relay and 8-ch Isolated Digital Input Card
+
pci:v000013FEd00001240*
ID_MODEL_FROM_DATABASE=PCI-1240 4-channel stepper motor controller card
@@ -57363,13 +57984,13 @@ pci:v0000144Dd0000A808*
ID_MODEL_FROM_DATABASE=NVMe SSD Controller SM981/PM981/PM983
pci:v0000144Dd0000A808sv0000144Dsd0000A801*
- ID_MODEL_FROM_DATABASE=NVMe SSD Controller SM981/PM981/PM983 (SSD 970 EVO)
+ ID_MODEL_FROM_DATABASE=NVMe SSD Controller SM981/PM981/PM983 (SSD 970 EVO/PRO)
pci:v0000144Dd0000A808sv00001D49sd0000403B*
ID_MODEL_FROM_DATABASE=NVMe SSD Controller SM981/PM981/PM983 (Thinksystem U.2 PM983 NVMe SSD)
pci:v0000144Dd0000A809*
- ID_MODEL_FROM_DATABASE=NVMe SSD Controller 980
+ ID_MODEL_FROM_DATABASE=NVMe SSD Controller 980 (DRAM-less)
pci:v0000144Dd0000A80A*
ID_MODEL_FROM_DATABASE=NVMe SSD Controller PM9A1/PM9A3/980PRO
@@ -57428,15 +58049,21 @@ pci:v0000144Dd0000A80Asv00001028sd00002277*
pci:v0000144Dd0000A80Asv00001028sd0000512D*
ID_MODEL_FROM_DATABASE=NVMe SSD Controller PM9A1/PM9A3/980PRO (DC NVMe PM9A3 RI U.2 7.68TB)
+pci:v0000144Dd0000A80Asv0000144Dsd0000A801*
+ ID_MODEL_FROM_DATABASE=NVMe SSD Controller PM9A1/PM9A3/980PRO (SSD 980 PRO)
+
pci:v0000144Dd0000A80Asv0000144Dsd0000A813*
ID_MODEL_FROM_DATABASE=NVMe SSD Controller PM9A1/PM9A3/980PRO (General DC NVMe PM9A3)
pci:v0000144Dd0000A80B*
- ID_MODEL_FROM_DATABASE=NVMe SSD Controller PM9B1
+ ID_MODEL_FROM_DATABASE=NVMe SSD Controller PM9B1 (DRAM-less)
pci:v0000144Dd0000A80C*
ID_MODEL_FROM_DATABASE=NVMe SSD Controller S4LV008[Pascal]
+pci:v0000144Dd0000A80D*
+ ID_MODEL_FROM_DATABASE=NVMe SSD Controller PM9C1a
+
pci:v0000144Dd0000A820*
ID_MODEL_FROM_DATABASE=NVMe SSD Controller 171X
@@ -58157,12 +58784,39 @@ pci:v000014A3*
pci:v000014A4*
ID_VENDOR_FROM_DATABASE=Lite-On Technology Corporation
+pci:v000014A4d00002100*
+ ID_MODEL_FROM_DATABASE=CA1-8D128 NVMe SSD
+
+pci:v000014A4d00002200*
+ ID_MODEL_FROM_DATABASE=CX2-8B256, CX2-8B512 NVMe SSD
+
+pci:v000014A4d000022A0*
+ ID_MODEL_FROM_DATABASE=EP2-KB960 NVMe SSD
+
pci:v000014A4d000022F1*
ID_MODEL_FROM_DATABASE=M8Pe Series NVMe SSD
+pci:v000014A4d00002300*
+ ID_MODEL_FROM_DATABASE=CA3-8D256, CA3-8D512 NVMe SSD
+
+pci:v000014A4d000023F1*
+ ID_MODEL_FROM_DATABASE=M9PeG, M9PeGN, M9PeY NVMe SSD
+
+pci:v000014A4d00002F00*
+ ID_MODEL_FROM_DATABASE=CAZ-82512 NVMe SSD
+
+pci:v000014A4d00003500*
+ ID_MODEL_FROM_DATABASE=CA5-8D512 NVMe SSD
+
pci:v000014A4d00004318*
ID_MODEL_FROM_DATABASE=Broadcom BCM4318 [AirForce One 54g] 802.11g WLAN Controller
+pci:v000014A4d00005100*
+ ID_MODEL_FROM_DATABASE=CB1-SD256, CB1-SD512 NVMe SSD
+
+pci:v000014A4d00009100*
+ ID_MODEL_FROM_DATABASE=CL1-3D256, CL1-8D512 NVMe SSD (DRAM-less)
+
pci:v000014A5*
ID_VENDOR_FROM_DATABASE=XIONICS Document Technologies Inc
@@ -58358,6 +59012,9 @@ pci:v000014C3d00007615*
pci:v000014C3d00007630*
ID_MODEL_FROM_DATABASE=MT7630e 802.11bgn Wireless Network Adapter
+pci:v000014C3d00007650*
+ ID_MODEL_FROM_DATABASE=MT7650 802.11ac
+
pci:v000014C3d00007662*
ID_MODEL_FROM_DATABASE=MT7662E 802.11ac PCI Express Wireless Network Adapter
@@ -58370,6 +59027,9 @@ pci:v000014C3d00007916*
pci:v000014C3d00007922*
ID_MODEL_FROM_DATABASE=MT7922 802.11ax PCI Express Wireless Network Adapter
+pci:v000014C3d00007922sv00001A3Bsd00005300*
+ ID_MODEL_FROM_DATABASE=MT7922 802.11ax PCI Express Wireless Network Adapter (ASUS PCE-AXE59BT)
+
pci:v000014C3d00007961*
ID_MODEL_FROM_DATABASE=MT7921 802.11ax PCI Express Wireless Network Adapter
@@ -59102,10 +59762,10 @@ pci:v000014E4d00001657sv000014E4sd00001904*
pci:v000014E4d00001657sv000014E4sd00001909*
ID_MODEL_FROM_DATABASE=NetXtreme BCM5719 Gigabit Ethernet PCIe (Broadcom NetXtreme 5719 Quad Port Gigabit NIC)
-pci:v000014E4d00001657sv000014E4sd0000D146*
+pci:v000014E4d00001657sv000014E4sd0000D166*
ID_MODEL_FROM_DATABASE=NetXtreme BCM5719 Gigabit Ethernet PCIe (BCM95719-P41 4x1GBT Ethernet NIC)
-pci:v000014E4d00001657sv000014E4sd0000D346*
+pci:v000014E4d00001657sv000014E4sd0000D366*
ID_MODEL_FROM_DATABASE=NetXtreme BCM5719 Gigabit Ethernet PCIe (BCM95719-N41 4x1GBT Ethernet NIC)
pci:v000014E4d00001657sv0000193Dsd00001025*
@@ -60753,13 +61413,13 @@ pci:v000014E4d00004365sv00001028sd00000016*
ID_MODEL_FROM_DATABASE=BCM43142 802.11b/g/n (Wireless 1704 802.11n + BT 4.0)
pci:v000014E4d000043A0*
- ID_MODEL_FROM_DATABASE=BCM4360 802.11ac Wireless Network Adapter
+ ID_MODEL_FROM_DATABASE=BCM4360 802.11ac Dual Band Wireless Network Adapter
pci:v000014E4d000043A1*
- ID_MODEL_FROM_DATABASE=BCM4360 802.11ac Wireless Network Adapter
+ ID_MODEL_FROM_DATABASE=BCM4360 802.11ac 2,4G Wireless Network Adapter
pci:v000014E4d000043A2*
- ID_MODEL_FROM_DATABASE=BCM4360 802.11ac Wireless Network Adapter
+ ID_MODEL_FROM_DATABASE=BCM4360 802.11ac 5G Wireless Network Adapter
pci:v000014E4d000043A3*
ID_MODEL_FROM_DATABASE=BCM4350 802.11ac Wireless Network Adapter
@@ -60777,10 +61437,10 @@ pci:v000014E4d000043AE*
ID_MODEL_FROM_DATABASE=BCM43162 802.11ac Wireless Network Adapter
pci:v000014E4d000043B1*
- ID_MODEL_FROM_DATABASE=BCM4352 802.11ac Wireless Network Adapter
+ ID_MODEL_FROM_DATABASE=BCM4352 802.11ac Dual Band Wireless Network Adapter
pci:v000014E4d000043B1sv00001043sd000085BA*
- ID_MODEL_FROM_DATABASE=BCM4352 802.11ac Wireless Network Adapter (PCE-AC56 Dual-Band Wireless PCI-E Adapter)
+ ID_MODEL_FROM_DATABASE=BCM4352 802.11ac Dual Band Wireless Network Adapter (PCE-AC56 Dual-Band Wireless PCI-E Adapter)
pci:v000014E4d000043BA*
ID_MODEL_FROM_DATABASE=BCM43602 802.11ac Wireless LAN SoC
@@ -60855,7 +61515,7 @@ pci:v000014E4d00004421*
ID_MODEL_FROM_DATABASE=BCM4361 802.11ac 5 GHz Wireless Network Controller
pci:v000014E4d00004425*
- ID_MODEL_FROM_DATABASE=BRCM4378 Wireless Network Adapter
+ ID_MODEL_FROM_DATABASE=BCM4378 802.11ax Dual Band Wireless Network Adapter
pci:v000014E4d00004430*
ID_MODEL_FROM_DATABASE=BCM44xx CardBus iLine32 HomePNA 2.0
@@ -60863,12 +61523,18 @@ pci:v000014E4d00004430*
pci:v000014E4d00004432*
ID_MODEL_FROM_DATABASE=BCM4432 CardBus 10/100BaseT
+pci:v000014E4d00004433*
+ ID_MODEL_FROM_DATABASE=BCM4387 802.11ax Dual Band Wireless LAN Controller
+
pci:v000014E4d00004464*
ID_MODEL_FROM_DATABASE=BCM4364 802.11ac Wireless Network Adapter
pci:v000014E4d00004488*
ID_MODEL_FROM_DATABASE=BCM4377b Wireless Network Adapter
+pci:v000014E4d0000449D*
+ ID_MODEL_FROM_DATABASE=BCM43752 802.11ax Dual Band Wireless LAN Controller
+
pci:v000014E4d00004610*
ID_MODEL_FROM_DATABASE=BCM4610 Sentry5 PCI to SB Bridge
@@ -61802,6 +62468,18 @@ pci:v000014F1d00008800sv000017DEsd000008B2*
pci:v000014F1d00008800sv000017DEsd0000A8A6*
ID_MODEL_FROM_DATABASE=CX23880/1/2/3 PCI Video and Audio Decoder (digitalnow DNTV Live! DVB-T)
+pci:v000014F1d00008800sv00001805sd00000111*
+ ID_MODEL_FROM_DATABASE=CX23880/1/2/3 PCI Video and Audio Decoder (PICOLO Jet-X Video)
+
+pci:v000014F1d00008800sv00001805sd00000112*
+ ID_MODEL_FROM_DATABASE=CX23880/1/2/3 PCI Video and Audio Decoder (PICOLO Jet-X Video)
+
+pci:v000014F1d00008800sv00001805sd00000113*
+ ID_MODEL_FROM_DATABASE=CX23880/1/2/3 PCI Video and Audio Decoder (PICOLO Jet-X Video)
+
+pci:v000014F1d00008800sv00001805sd00000114*
+ ID_MODEL_FROM_DATABASE=CX23880/1/2/3 PCI Video and Audio Decoder (PICOLO Jet-X Video)
+
pci:v000014F1d00008800sv00001822sd00000025*
ID_MODEL_FROM_DATABASE=CX23880/1/2/3 PCI Video and Audio Decoder (digitalnow DNTV Live! DVB-T Pro)
@@ -61886,6 +62564,18 @@ pci:v000014F1d00008802sv000017DEsd000008A1*
pci:v000014F1d00008802sv000017DEsd000008A6*
ID_MODEL_FROM_DATABASE=CX23880/1/2/3 PCI Video and Audio Decoder [MPEG Port] (KWorld/VStream XPert DVB-T)
+pci:v000014F1d00008802sv00001805sd00000111*
+ ID_MODEL_FROM_DATABASE=CX23880/1/2/3 PCI Video and Audio Decoder [MPEG Port] (PICOLO Jet-X Jpeg)
+
+pci:v000014F1d00008802sv00001805sd00000112*
+ ID_MODEL_FROM_DATABASE=CX23880/1/2/3 PCI Video and Audio Decoder [MPEG Port] (PICOLO Jet-X Jpeg)
+
+pci:v000014F1d00008802sv00001805sd00000113*
+ ID_MODEL_FROM_DATABASE=CX23880/1/2/3 PCI Video and Audio Decoder [MPEG Port] (PICOLO Jet-X Jpeg)
+
+pci:v000014F1d00008802sv00001805sd00000114*
+ ID_MODEL_FROM_DATABASE=CX23880/1/2/3 PCI Video and Audio Decoder [MPEG Port] (PICOLO Jet-X Jpeg)
+
pci:v000014F1d00008802sv000018ACsd0000D500*
ID_MODEL_FROM_DATABASE=CX23880/1/2/3 PCI Video and Audio Decoder [MPEG Port] (DViCO FusionHDTV5 Gold)
@@ -61922,6 +62612,18 @@ pci:v000014F1d00008804sv00000070sd00009002*
pci:v000014F1d00008804sv00000070sd00009402*
ID_MODEL_FROM_DATABASE=CX23880/1/2/3 PCI Video and Audio Decoder [IR Port] (WinTV-HVR1100 DVB-T/Hybrid)
+pci:v000014F1d00008804sv00001805sd00000111*
+ ID_MODEL_FROM_DATABASE=CX23880/1/2/3 PCI Video and Audio Decoder [IR Port] (PICOLO Jet-X Control)
+
+pci:v000014F1d00008804sv00001805sd00000112*
+ ID_MODEL_FROM_DATABASE=CX23880/1/2/3 PCI Video and Audio Decoder [IR Port] (PICOLO Jet-X Control)
+
+pci:v000014F1d00008804sv00001805sd00000113*
+ ID_MODEL_FROM_DATABASE=CX23880/1/2/3 PCI Video and Audio Decoder [IR Port] (PICOLO Jet-X Control)
+
+pci:v000014F1d00008804sv00001805sd00000114*
+ ID_MODEL_FROM_DATABASE=CX23880/1/2/3 PCI Video and Audio Decoder [IR Port] (PICOLO Jet-X Control)
+
pci:v000014F1d00008804sv00007063sd00005500*
ID_MODEL_FROM_DATABASE=CX23880/1/2/3 PCI Video and Audio Decoder [IR Port] (pcHDTV HD-5500)
@@ -62933,6 +63635,12 @@ pci:v00001590d00000002*
pci:v00001590d00000003*
ID_MODEL_FROM_DATABASE=Harrier Cluster Manager
+pci:v00001590d00000371*
+ ID_MODEL_FROM_DATABASE=Cassini 2 [Slingshot 400Gb]
+
+pci:v00001590d00000372*
+ ID_MODEL_FROM_DATABASE=Cassini 2 [Slingshot 400Gb] SR-IOV VF
+
pci:v00001590d0000A01D*
ID_MODEL_FROM_DATABASE=FC044X Fibre Channel HBA
@@ -63945,16 +64653,16 @@ pci:v000015B7d00005002*
ID_MODEL_FROM_DATABASE=SanDisk Extreme Pro / WD Black 2018/SN750/PC SN720 NVMe SSD
pci:v000015B7d00005003*
- ID_MODEL_FROM_DATABASE=WD Blue SN500 / PC SN520 NVMe SSD
+ ID_MODEL_FROM_DATABASE=WD Blue SN500 / PC SN520 x2 M.2 2280 NVMe SSD
pci:v000015B7d00005004*
- ID_MODEL_FROM_DATABASE=PC SN520 NVMe SSD
+ ID_MODEL_FROM_DATABASE=PC SN520 x2 M.2 2230 NVMe SSD
pci:v000015B7d00005005*
- ID_MODEL_FROM_DATABASE=PC SN520 NVMe SSD
+ ID_MODEL_FROM_DATABASE=PC SN520 x2 M.2 2242 NVMe SSD
pci:v000015B7d00005006*
- ID_MODEL_FROM_DATABASE=WD Black SN750 / PC SN730 / Red SN700 NVMe SSD
+ ID_MODEL_FROM_DATABASE=SanDisk Extreme Pro / WD Black SN750 / PC SN730 / Red SN700 NVMe SSD
pci:v000015B7d00005007*
ID_MODEL_FROM_DATABASE=IX SN530 NVMe SSD (DRAM-less)
@@ -63981,7 +64689,7 @@ pci:v000015B7d00005011*
ID_MODEL_FROM_DATABASE=WD PC SN810 / Black SN850 NVMe SSD
pci:v000015B7d00005014*
- ID_MODEL_FROM_DATABASE=WD Green SN350 NVMe SSD 1 TB (DRAM-less)
+ ID_MODEL_FROM_DATABASE=WD PC SN540 / Green SN350 NVMe SSD 1 TB (DRAM-less)
pci:v000015B7d00005015*
ID_MODEL_FROM_DATABASE=PC SN740 NVMe SSD (DRAM-less)
@@ -63993,10 +64701,10 @@ pci:v000015B7d00005017*
ID_MODEL_FROM_DATABASE=WD Black SN770 / PC SN740 256GB / PC SN560 (DRAM-less) NVMe SSD
pci:v000015B7d00005019*
- ID_MODEL_FROM_DATABASE=WD Green SN350 NVMe SSD 240GB (DRAM-less)
+ ID_MODEL_FROM_DATABASE=WD Green SN350 240GB (DRAM-less) / SN560E NVMe SSD
pci:v000015B7d0000501A*
- ID_MODEL_FROM_DATABASE=WD Blue SN570 NVMe SSD
+ ID_MODEL_FROM_DATABASE=SanDisk Ultra 3D / WD Blue SN570 NVMe SSD (DRAM-less)
pci:v000015B7d0000501D*
ID_MODEL_FROM_DATABASE=WD Blue SN550 NVMe SSD 2TB (DRAM-less)
@@ -64013,6 +64721,9 @@ pci:v000015B7d00005025*
pci:v000015B7d00005026*
ID_MODEL_FROM_DATABASE=WD PC SN735 NVMe SSD 1TB (DRAM-less)
+pci:v000015B7d00005028*
+ ID_MODEL_FROM_DATABASE=WD CH SN560 NVMe SSD
+
pci:v000015B7d00005030*
ID_MODEL_FROM_DATABASE=WD Black SN850X NVMe SSD
@@ -64082,9 +64793,21 @@ pci:v000015BCd00000105sv0000117Csd00000025*
pci:v000015BCd00000105sv0000117Csd00000026*
ID_MODEL_FROM_DATABASE=Celerity FC-44XS/FC-42XS/FC-41XS/FC-44ES/FC-42ES/FC-41ES (Celerity FC-42ES Fibre Channel Adapter)
+pci:v000015BCd00000B01*
+ ID_MODEL_FROM_DATABASE=82350B PCI GPIB
+
pci:v000015BCd00001100*
ID_MODEL_FROM_DATABASE=E8001-66442 PCI Express CIC
+pci:v000015BCd00001218*
+ ID_MODEL_FROM_DATABASE=82351A PCI Express GPIB
+
+pci:v000015BCd000012D6*
+ ID_MODEL_FROM_DATABASE=82350C PCI GPIB
+
+pci:v000015BCd000012D7*
+ ID_MODEL_FROM_DATABASE=82351B PCI Express GPIB
+
pci:v000015BCd00002922*
ID_MODEL_FROM_DATABASE=64 Bit, 133MHz PCI-X Exerciser & Protocol Checker
@@ -64832,6 +65555,15 @@ pci:v0000165Fd00001020*
pci:v00001661*
ID_VENDOR_FROM_DATABASE=Worldspace Corp.
+pci:v00001665*
+ ID_VENDOR_FROM_DATABASE=EDAX Inc
+
+pci:v00001665d00001973*
+ ID_MODEL_FROM_DATABASE=DPP-II FR2 Board
+
+pci:v00001665d00002000*
+ ID_MODEL_FROM_DATABASE=SG-IIP Board
+
pci:v00001668*
ID_VENDOR_FROM_DATABASE=Actiontec Electronics Inc
@@ -67523,6 +68255,9 @@ pci:v000017DB*
pci:v000017DBd00000101*
ID_MODEL_FROM_DATABASE=XT Series [Seastar] 3D Toroidal Router
+pci:v000017DBd00000501*
+ ID_MODEL_FROM_DATABASE=Cassini 1 [Slingshot 200Gb]
+
pci:v000017DE*
ID_VENDOR_FROM_DATABASE=KWorld Computer Co. Ltd.
@@ -67832,6 +68567,93 @@ pci:v00001804d00003060*
pci:v00001805*
ID_VENDOR_FROM_DATABASE=Euresys S.A.
+pci:v00001805d00000201*
+ ID_MODEL_FROM_DATABASE=PICOLO Alert PCI
+
+pci:v00001805d00000202*
+ ID_MODEL_FROM_DATABASE=PICOLO Diligent
+
+pci:v00001805d00000204*
+ ID_MODEL_FROM_DATABASE=PICOLO Alert-RC
+
+pci:v00001805d00000205*
+ ID_MODEL_FROM_DATABASE=PICOLO Alert PCIe
+
+pci:v00001805d00000206*
+ ID_MODEL_FROM_DATABASE=PICOLO Diligent Plus PCIe
+
+pci:v00001805d00000207*
+ ID_MODEL_FROM_DATABASE=PICOLO Alert-RC PCIe
+
+pci:v00001805d00000300*
+ ID_MODEL_FROM_DATABASE=GRABLINK Expert 2
+
+pci:v00001805d00000301*
+ ID_MODEL_FROM_DATABASE=GRABLINK Quickpack ColorScan
+
+pci:v00001805d00000302*
+ ID_MODEL_FROM_DATABASE=GRABLINK Value cPCI
+
+pci:v00001805d00000303*
+ ID_MODEL_FROM_DATABASE=GRABLINK Expert 2 cPCI
+
+pci:v00001805d00000305*
+ ID_MODEL_FROM_DATABASE=GRABLINK Avenue
+
+pci:v00001805d00000306*
+ ID_MODEL_FROM_DATABASE=GRABLINK Quickpack CFA
+
+pci:v00001805d00000307*
+ ID_MODEL_FROM_DATABASE=GRABLINK Express
+
+pci:v00001805d00000308*
+ ID_MODEL_FROM_DATABASE=GRABLINK Quickpack CFA PCIe
+
+pci:v00001805d00000309*
+ ID_MODEL_FROM_DATABASE=GRABLINK Quickpack CFA PCIe (Recovery)
+
+pci:v00001805d0000030A*
+ ID_MODEL_FROM_DATABASE=GRABLINK Full
+
+pci:v00001805d0000030B*
+ ID_MODEL_FROM_DATABASE=GRABLINK Full (Recovery)
+
+pci:v00001805d0000030C*
+ ID_MODEL_FROM_DATABASE=GRABLINK DualBase
+
+pci:v00001805d0000030D*
+ ID_MODEL_FROM_DATABASE=GRABLINK DualBase (Recovery)
+
+pci:v00001805d0000030E*
+ ID_MODEL_FROM_DATABASE=GRABLINK Base
+
+pci:v00001805d0000030F*
+ ID_MODEL_FROM_DATABASE=GRABLINK Base (Recovery)
+
+pci:v00001805d00000310*
+ ID_MODEL_FROM_DATABASE=GRABLINK Full XR
+
+pci:v00001805d00000311*
+ ID_MODEL_FROM_DATABASE=GRABLINK Full XR (Recovery)
+
+pci:v00001805d00000401*
+ ID_MODEL_FROM_DATABASE=DOMINO Iota
+
+pci:v00001805d00000402*
+ ID_MODEL_FROM_DATABASE=DOMINO Alpha 2
+
+pci:v00001805d00000403*
+ ID_MODEL_FROM_DATABASE=DOMINO Harmony
+
+pci:v00001805d00000404*
+ ID_MODEL_FROM_DATABASE=DOMINO Melody
+
+pci:v00001805d00000407*
+ ID_MODEL_FROM_DATABASE=DOMINO Symphony
+
+pci:v00001805d00000408*
+ ID_MODEL_FROM_DATABASE=DOMINO Symphony PCIe
+
pci:v00001809*
ID_VENDOR_FROM_DATABASE=Lumanate, Inc.
@@ -69945,7 +70767,10 @@ pci:v00001987d00005012*
ID_MODEL_FROM_DATABASE=E12 NVMe Controller
pci:v00001987d00005013*
- ID_MODEL_FROM_DATABASE=PS5013 E13 NVMe Controller
+ ID_MODEL_FROM_DATABASE=PS5013-E13 PCIe3 NVMe Controller (DRAM-less)
+
+pci:v00001987d00005015*
+ ID_MODEL_FROM_DATABASE=PS5015-E15 PCIe3 NVMe Controller (DRAM-less)
pci:v00001987d00005016*
ID_MODEL_FROM_DATABASE=E16 PCIe4 NVMe Controller
@@ -69959,6 +70784,9 @@ pci:v00001987d00005019*
pci:v00001987d00005021*
ID_MODEL_FROM_DATABASE=PS5021-E21 PCIe4 NVMe Controller (DRAM-less)
+pci:v00001987d00005026*
+ ID_MODEL_FROM_DATABASE=PS5026-E26 PCIe5 NVMe Controller
+
pci:v00001989*
ID_VENDOR_FROM_DATABASE=Montilio Inc.
@@ -71426,6 +72254,9 @@ pci:v00001B36d0000000D*
pci:v00001B36d00000010*
ID_MODEL_FROM_DATABASE=QEMU NVM Express Controller
+pci:v00001B36d00000011*
+ ID_MODEL_FROM_DATABASE=QEMU PVPanic device
+
pci:v00001B36d00000013*
ID_MODEL_FROM_DATABASE=QEMU UFS Host Controller
@@ -71552,6 +72383,9 @@ pci:v00001B4Bd00002241sv00001028sd00002196*
pci:v00001B4Bd00002241sv00001B4Bsd00002241*
ID_MODEL_FROM_DATABASE=88NR2241 Non-Volatile memory controller (Santa Cruz NVMe Host Adapter)
+pci:v00001B4Bd00002241sv00001B96sd00004000*
+ ID_MODEL_FROM_DATABASE=88NR2241 Non-Volatile memory controller (WD_BLACK AN1500 NVMe SSD)
+
pci:v00001B4Bd00002241sv00001D49sd00000306*
ID_MODEL_FROM_DATABASE=88NR2241 Non-Volatile memory controller (ThinkSystem M.2 NVMe 2-Bay RAID Enablement Kit)
@@ -71816,6 +72650,24 @@ pci:v00001B96d00002500*
pci:v00001B96d00002600*
ID_MODEL_FROM_DATABASE=Ultrastar DC ZN540 ZNS NVMe SSD
+pci:v00001B96d00002700*
+ ID_MODEL_FROM_DATABASE=Ultrastar DC SN650 NVMe SSD
+
+pci:v00001B96d00002701*
+ ID_MODEL_FROM_DATABASE=Ultrastar DC SN650 NVMe SSD
+
+pci:v00001B96d00002702*
+ ID_MODEL_FROM_DATABASE=Ultrastar DC SN650 NVMe SSD
+
+pci:v00001B96d00002720*
+ ID_MODEL_FROM_DATABASE=Ultrastar DC SN650 NVMe SSD
+
+pci:v00001B96d00002721*
+ ID_MODEL_FROM_DATABASE=Ultrastar DC SN650 NVMe SSD
+
+pci:v00001B96d00002722*
+ ID_MODEL_FROM_DATABASE=Ultrastar DC SN655 NVMe SSD
+
pci:v00001B96d00003001*
ID_MODEL_FROM_DATABASE=RapidFlex C2000 NVMe Initiator
@@ -72035,6 +72887,12 @@ pci:v00001BB1d00005016*
pci:v00001BB1d00005018*
ID_MODEL_FROM_DATABASE=FireCuda 530 SSD
+pci:v00001BB1d00005021*
+ ID_MODEL_FROM_DATABASE=FireCuda 520 SSD
+
+pci:v00001BB1d00005026*
+ ID_MODEL_FROM_DATABASE=FireCuda 540 SSD
+
pci:v00001BB3*
ID_VENDOR_FROM_DATABASE=Bluecherry
@@ -72212,6 +73070,9 @@ pci:v00001BD4d0000100E*
pci:v00001BEE*
ID_VENDOR_FROM_DATABASE=IXXAT Automation GmbH
+pci:v00001BEEd00000002*
+ ID_MODEL_FROM_DATABASE=CAN-IB100/PCIe
+
pci:v00001BEEd00000003*
ID_MODEL_FROM_DATABASE=CAN-IB200/PCIe
@@ -72233,6 +73094,9 @@ pci:v00001BF4d00007011*
pci:v00001BF5*
ID_VENDOR_FROM_DATABASE=Greenliant
+pci:v00001BF5d00001000*
+ ID_MODEL_FROM_DATABASE=G7200 series U.2 NVMe SSD
+
pci:v00001BFC*
ID_VENDOR_FROM_DATABASE=Duagon AG
@@ -72620,6 +73484,12 @@ pci:v00001C5Cd0000284A*
pci:v00001C5Cd00002A49*
ID_MODEL_FROM_DATABASE=PE9110 Series NVMe Solid State Drive
+pci:v00001C5Cd00002A59*
+ ID_MODEL_FROM_DATABASE=PE9010 Series NVMe Solid State Drives
+
+pci:v00001C5Cd00002B59*
+ ID_MODEL_FROM_DATABASE=PS10x0 Series NVMe Solid State Drives
+
pci:v00001C5F*
ID_VENDOR_FROM_DATABASE=Beijing Memblaze Technology Co. Ltd.
@@ -72686,21 +73556,42 @@ pci:v00001C5Fd0000000Esv00001C5Fsd00000B41*
pci:v00001C5Fd0000000Esv00001C5Fsd00000B47*
ID_MODEL_FROM_DATABASE=PBlaze6 6530/6531/6541/6630 (NVMe SSD PBlaze6 6630 7680G 2.5" U.2)
+pci:v00001C5Fd0000000Esv00001C5Fsd00001320*
+ ID_MODEL_FROM_DATABASE=PBlaze6 6530/6531/6541/6630 (NVMe SSD PBlaze6 6531 1920G AIC)
+
pci:v00001C5Fd0000000Esv00001C5Fsd00001321*
ID_MODEL_FROM_DATABASE=PBlaze6 6530/6531/6541/6630 (NVMe SSD PBlaze6 6531 1920G 2.5" U.2)
+pci:v00001C5Fd0000000Esv00001C5Fsd00001330*
+ ID_MODEL_FROM_DATABASE=PBlaze6 6530/6531/6541/6630 (NVMe SSD PBlaze6 6531 3840G AIC)
+
pci:v00001C5Fd0000000Esv00001C5Fsd00001331*
ID_MODEL_FROM_DATABASE=PBlaze6 6530/6531/6541/6630 (NVMe SSD PBlaze6 6531 3840G 2.5" U.2)
+pci:v00001C5Fd0000000Esv00001C5Fsd00001340*
+ ID_MODEL_FROM_DATABASE=PBlaze6 6530/6531/6541/6630 (NVMe SSD PBlaze6 6531 7680G AIC)
+
pci:v00001C5Fd0000000Esv00001C5Fsd00001341*
ID_MODEL_FROM_DATABASE=PBlaze6 6530/6531/6541/6630 (NVMe SSD PBlaze6 6531 7680G 2.5" U.2)
+pci:v00001C5Fd0000000Esv00001C5Fsd00001421*
+ ID_MODEL_FROM_DATABASE=PBlaze6 6530/6531/6541/6630 (NVMe SSD PBlaze6 6541 1920G 2.5" U.2)
+
+pci:v00001C5Fd0000000Esv00001C5Fsd00001427*
+ ID_MODEL_FROM_DATABASE=PBlaze6 6530/6531/6541/6630 (NVMe SSD PBlaze6 6641 1920G 2.5" U.2(dual port))
+
pci:v00001C5Fd0000000Esv00001C5Fsd00001431*
ID_MODEL_FROM_DATABASE=PBlaze6 6530/6531/6541/6630 (NVMe SSD PBlaze6 6541 3840G 2.5" U.2)
+pci:v00001C5Fd0000000Esv00001C5Fsd00001437*
+ ID_MODEL_FROM_DATABASE=PBlaze6 6530/6531/6541/6630 (NVMe SSD PBlaze6 6641 3840G 2.5" U.2(dual port))
+
pci:v00001C5Fd0000000Esv00001C5Fsd00001441*
ID_MODEL_FROM_DATABASE=PBlaze6 6530/6531/6541/6630 (NVMe SSD PBlaze6 6541 7680G 2.5" U.2)
+pci:v00001C5Fd0000000Esv00001C5Fsd00001447*
+ ID_MODEL_FROM_DATABASE=PBlaze6 6530/6531/6541/6630 (NVMe SSD PBlaze6 6641 7680G 2.5" U.2(dual port))
+
pci:v00001C5Fd0000000Esv00001C5Fsd00004B20*
ID_MODEL_FROM_DATABASE=PBlaze6 6530/6531/6541/6630 (NVMe SSD PBlaze6 6536 1600G AIC)
@@ -72734,21 +73625,42 @@ pci:v00001C5Fd0000000Esv00001C5Fsd00004B41*
pci:v00001C5Fd0000000Esv00001C5Fsd00004B47*
ID_MODEL_FROM_DATABASE=PBlaze6 6530/6531/6541/6630 (NVMe SSD PBlaze6 6636 6400G 2.5" U.2)
+pci:v00001C5Fd0000000Esv00001C5Fsd00005320*
+ ID_MODEL_FROM_DATABASE=PBlaze6 6530/6531/6541/6630 (NVMe SSD PBlaze6 6537 1600G AIC)
+
pci:v00001C5Fd0000000Esv00001C5Fsd00005321*
ID_MODEL_FROM_DATABASE=PBlaze6 6530/6531/6541/6630 (NVMe SSD PBlaze6 6537 1600G 2.5" U.2)
+pci:v00001C5Fd0000000Esv00001C5Fsd00005330*
+ ID_MODEL_FROM_DATABASE=PBlaze6 6530/6531/6541/6630 (NVMe SSD PBlaze6 6537 3200G AIC)
+
pci:v00001C5Fd0000000Esv00001C5Fsd00005331*
ID_MODEL_FROM_DATABASE=PBlaze6 6530/6531/6541/6630 (NVMe SSD PBlaze6 6537 3200G 2.5" U.2)
+pci:v00001C5Fd0000000Esv00001C5Fsd00005340*
+ ID_MODEL_FROM_DATABASE=PBlaze6 6530/6531/6541/6630 (NVMe SSD PBlaze6 6537 6400G AIC)
+
pci:v00001C5Fd0000000Esv00001C5Fsd00005341*
ID_MODEL_FROM_DATABASE=PBlaze6 6530/6531/6541/6630 (NVMe SSD PBlaze6 6537 6400G 2.5" U.2)
+pci:v00001C5Fd0000000Esv00001C5Fsd00005421*
+ ID_MODEL_FROM_DATABASE=PBlaze6 6530/6531/6541/6630 (NVMe SSD PBlaze6 6547 1600G 2.5" U.2)
+
+pci:v00001C5Fd0000000Esv00001C5Fsd00005427*
+ ID_MODEL_FROM_DATABASE=PBlaze6 6530/6531/6541/6630 (NVMe SSD PBlaze6 6647 1600G 2.5" U.2(dual port))
+
pci:v00001C5Fd0000000Esv00001C5Fsd00005431*
ID_MODEL_FROM_DATABASE=PBlaze6 6530/6531/6541/6630 (NVMe SSD PBlaze6 6547 3200G 2.5" U.2)
+pci:v00001C5Fd0000000Esv00001C5Fsd00005437*
+ ID_MODEL_FROM_DATABASE=PBlaze6 6530/6531/6541/6630 (NVMe SSD PBlaze6 6647 3200G 2.5" U.2(dual port))
+
pci:v00001C5Fd0000000Esv00001C5Fsd00005441*
ID_MODEL_FROM_DATABASE=PBlaze6 6530/6531/6541/6630 (NVMe SSD PBlaze6 6547 6400G 2.5" U.2)
+pci:v00001C5Fd0000000Esv00001C5Fsd00005447*
+ ID_MODEL_FROM_DATABASE=PBlaze6 6530/6531/6541/6630 (NVMe SSD PBlaze6 6647 6400G 2.5" U.2(dual port))
+
pci:v00001C5Fd0000003D*
ID_MODEL_FROM_DATABASE=PBlaze5 920/926
@@ -72815,21 +73727,72 @@ pci:v00001C5Fd0000003Esv00001C5Fsd00004B61*
pci:v00001C5Fd0000003F*
ID_MODEL_FROM_DATABASE=PBlaze7 7940/7946 NVMe SSD
+pci:v00001C5Fd0000003Fsv00001C5Fsd00000431*
+ ID_MODEL_FROM_DATABASE=PBlaze7 7940/7946 NVMe SSD (NVMe SSD PBlaze7 7940 3840G 2.5" U.2)
+
+pci:v00001C5Fd0000003Fsv00001C5Fsd00000C31*
+ ID_MODEL_FROM_DATABASE=PBlaze7 7940/7946 NVMe SSD (NVMe SSD PBlaze7 7940 3840G 2.5" U.2)
+
+pci:v00001C5Fd0000003Fsv00001C5Fsd00000C41*
+ ID_MODEL_FROM_DATABASE=PBlaze7 7940/7946 NVMe SSD (NVMe SSD PBlaze7 7940 7680G 2.5" U.2)
+
+pci:v00001C5Fd0000003Fsv00001C5Fsd00000C51*
+ ID_MODEL_FROM_DATABASE=PBlaze7 7940/7946 NVMe SSD (NVMe SSD PBlaze7 7940 15360G 2.5" U.2)
+
+pci:v00001C5Fd0000003Fsv00001C5Fsd00001430*
+ ID_MODEL_FROM_DATABASE=PBlaze7 7940/7946 NVMe SSD (NVMe SSD PBlaze7 7940 3840G AIC)
+
pci:v00001C5Fd0000003Fsv00001C5Fsd00001431*
ID_MODEL_FROM_DATABASE=PBlaze7 7940/7946 NVMe SSD (NVMe SSD PBlaze7 7940 3840G 2.5" U.2)
+pci:v00001C5Fd0000003Fsv00001C5Fsd00001435*
+ ID_MODEL_FROM_DATABASE=PBlaze7 7940/7946 NVMe SSD (NVMe SSD PBlaze7 7940 3840G E1.S)
+
+pci:v00001C5Fd0000003Fsv00001C5Fsd00001440*
+ ID_MODEL_FROM_DATABASE=PBlaze7 7940/7946 NVMe SSD (NVMe SSD PBlaze7 7940 7680G AIC)
+
pci:v00001C5Fd0000003Fsv00001C5Fsd00001441*
ID_MODEL_FROM_DATABASE=PBlaze7 7940/7946 NVMe SSD (NVMe SSD PBlaze7 7940 7680G 2.5" U.2)
+pci:v00001C5Fd0000003Fsv00001C5Fsd00001445*
+ ID_MODEL_FROM_DATABASE=PBlaze7 7940/7946 NVMe SSD (NVMe SSD PBlaze7 7940 7680G E1.S)
+
+pci:v00001C5Fd0000003Fsv00001C5Fsd00001450*
+ ID_MODEL_FROM_DATABASE=PBlaze7 7940/7946 NVMe SSD (NVMe SSD PBlaze7 7940 15360G AIC)
+
pci:v00001C5Fd0000003Fsv00001C5Fsd00001451*
ID_MODEL_FROM_DATABASE=PBlaze7 7940/7946 NVMe SSD (NVMe SSD PBlaze7 7940 15360G 2.5" U.2)
+pci:v00001C5Fd0000003Fsv00001C5Fsd00004C31*
+ ID_MODEL_FROM_DATABASE=PBlaze7 7940/7946 NVMe SSD (NVMe SSD PBlaze7 7946 3200G 2.5" U.2)
+
+pci:v00001C5Fd0000003Fsv00001C5Fsd00004C41*
+ ID_MODEL_FROM_DATABASE=PBlaze7 7940/7946 NVMe SSD (NVMe SSD PBlaze7 7946 6400G 2.5" U.2)
+
+pci:v00001C5Fd0000003Fsv00001C5Fsd00004C51*
+ ID_MODEL_FROM_DATABASE=PBlaze7 7940/7946 NVMe SSD (NVMe SSD PBlaze7 7946 12800G 2.5" U.2)
+
+pci:v00001C5Fd0000003Fsv00001C5Fsd00005430*
+ ID_MODEL_FROM_DATABASE=PBlaze7 7940/7946 NVMe SSD (NVMe SSD PBlaze7 7946 3200G AIC)
+
pci:v00001C5Fd0000003Fsv00001C5Fsd00005431*
ID_MODEL_FROM_DATABASE=PBlaze7 7940/7946 NVMe SSD (NVMe SSD PBlaze7 7946 3200G 2.5" U.2)
+pci:v00001C5Fd0000003Fsv00001C5Fsd00005435*
+ ID_MODEL_FROM_DATABASE=PBlaze7 7940/7946 NVMe SSD (NVMe SSD PBlaze7 7946 3200G E1.S)
+
+pci:v00001C5Fd0000003Fsv00001C5Fsd00005440*
+ ID_MODEL_FROM_DATABASE=PBlaze7 7940/7946 NVMe SSD (NVMe SSD PBlaze7 7946 6400G AIC)
+
pci:v00001C5Fd0000003Fsv00001C5Fsd00005441*
ID_MODEL_FROM_DATABASE=PBlaze7 7940/7946 NVMe SSD (NVMe SSD PBlaze7 7946 6400G 2.5" U.2)
+pci:v00001C5Fd0000003Fsv00001C5Fsd00005445*
+ ID_MODEL_FROM_DATABASE=PBlaze7 7940/7946 NVMe SSD (NVMe SSD PBlaze7 7946 6400G E1.S)
+
+pci:v00001C5Fd0000003Fsv00001C5Fsd00005450*
+ ID_MODEL_FROM_DATABASE=PBlaze7 7940/7946 NVMe SSD (NVMe SSD PBlaze7 7946 12800G AIC)
+
pci:v00001C5Fd0000003Fsv00001C5Fsd00005451*
ID_MODEL_FROM_DATABASE=PBlaze7 7940/7946 NVMe SSD (NVMe SSD PBlaze7 7946 12800G 2.5" U.2)
@@ -72938,14 +73901,29 @@ pci:v00001CB8*
pci:v00001CC1*
ID_VENDOR_FROM_DATABASE=ADATA Technology Co., Ltd.
+pci:v00001CC1d00001202*
+ ID_MODEL_FROM_DATABASE=IM2P32A8 NVMe SSD (DRAM-less)
+
pci:v00001CC1d00002263*
ID_MODEL_FROM_DATABASE=XPG SX6000 Lite NVMe SSD (DRAM-less)
+pci:v00001CC1d000032A8*
+ ID_MODEL_FROM_DATABASE=SM2P32A8 NVMe SSD (DRAM-less)
+
pci:v00001CC1d000033F3*
ID_MODEL_FROM_DATABASE=IM2P33F3 NVMe SSD (DRAM-less)
+pci:v00001CC1d000033F4*
+ ID_MODEL_FROM_DATABASE=IM2P33F4 NVMe SSD (DRAM-less)
+
pci:v00001CC1d000033F8*
- ID_MODEL_FROM_DATABASE=IM2P33F8ABR1 NVMe SSD
+ ID_MODEL_FROM_DATABASE=IM2P33F8 series NVMe SSD (DRAM-less)
+
+pci:v00001CC1d000041C3*
+ ID_MODEL_FROM_DATABASE=SM2P41C3 NVMe SSD (DRAM-less)
+
+pci:v00001CC1d00005236*
+ ID_MODEL_FROM_DATABASE=XPG GAMMIX S70 BLADE NVMe SSD
pci:v00001CC1d00005350*
ID_MODEL_FROM_DATABASE=XPG GAMMIX S50 NVMe SSD
@@ -72953,6 +73931,9 @@ pci:v00001CC1d00005350*
pci:v00001CC1d00005762*
ID_MODEL_FROM_DATABASE=FALCON NVMe SSD
+pci:v00001CC1d00005763*
+ ID_MODEL_FROM_DATABASE=XPG GAMMIX S5 NVMe SSD (DRAM-less)
+
pci:v00001CC1d00005766*
ID_MODEL_FROM_DATABASE=ADATA XPG GAMMIXS1 1L Media (256 GB SSD)
@@ -72972,7 +73953,10 @@ pci:v00001CC1d0000624A*
ID_MODEL_FROM_DATABASE=LEGEND 700 NVMe SSD (DRAM-less)
pci:v00001CC1d0000627A*
- ID_MODEL_FROM_DATABASE=LEGEND 800 NVMe SSD
+ ID_MODEL_FROM_DATABASE=LEGEND 800 NVMe SSD (DRAM-less)
+
+pci:v00001CC1d0000628A*
+ ID_MODEL_FROM_DATABASE=LEGEND 800 NVMe SSD (DRAM-less)
pci:v00001CC1d00008201*
ID_MODEL_FROM_DATABASE=XPG SX8200 Pro PCIe Gen3x4 M.2 2280 Solid State Drive
@@ -73029,14 +74013,17 @@ pci:v00001CC4d000017AB*
ID_MODEL_FROM_DATABASE=AH631 PCIe 3.0 NVMe SSD 256GB
pci:v00001CC4d00002263*
- ID_MODEL_FROM_DATABASE=AM611 PCIe 3.0 NVMe SSD 256GB
+ ID_MODEL_FROM_DATABASE=AM611 PCIe 3.0 x2 NVMe SSD 256GB
pci:v00001CC4d00005008*
- ID_MODEL_FROM_DATABASE=AM610 PCIe 3.0 NVMe SSD 128GB
+ ID_MODEL_FROM_DATABASE=AM610 PCIe 3.0 x2 NVMe SSD 128GB, 256GB
pci:v00001CC4d00005012*
ID_MODEL_FROM_DATABASE=RPITJ512PED2OWX NVMe SSD 512GB
+pci:v00001CC4d00005212*
+ ID_MODEL_FROM_DATABASE=AM521 PCIe 3.0 NVMe SSD 256GB
+
pci:v00001CC4d00006201*
ID_MODEL_FROM_DATABASE=AM620 PCIe 3.0 NVMe SSD 128GB
@@ -73058,12 +74045,66 @@ pci:v00001CC4d00006303*
pci:v00001CC4d00006304*
ID_MODEL_FROM_DATABASE=AM630 PCIe 4.0 NVMe SSD 1024GB
+pci:v00001CC4d00006A02*
+ ID_MODEL_FROM_DATABASE=AM6A0 PCIe 4.0 NVMe SSD 256GB
+
pci:v00001CC4d00006A03*
ID_MODEL_FROM_DATABASE=RPETJ512MKP1QDQ PCIe 4.0 NVMe SSD 512GB (DRAM-less)
pci:v00001CC4d00006A14*
ID_MODEL_FROM_DATABASE=RPEYJ1T24MKN2QWY PCIe 4.0 NVMe SSD 1024GB (DRAM-less)
+pci:v00001CC4d00008030*
+ ID_MODEL_FROM_DATABASE=NVMe SSD Controller UH8X2X/UH7X2X series
+
+pci:v00001CC4d00008030sv00001CC4sd00001122*
+ ID_MODEL_FROM_DATABASE=NVMe SSD Controller UH8X2X/UH7X2X series (NVMe SSD UH812a U.2 1.92TB)
+
+pci:v00001CC4d00008030sv00001CC4sd00001123*
+ ID_MODEL_FROM_DATABASE=NVMe SSD Controller UH8X2X/UH7X2X series (NVMe SSD UH812a U.2 3.84TB)
+
+pci:v00001CC4d00008030sv00001CC4sd00001124*
+ ID_MODEL_FROM_DATABASE=NVMe SSD Controller UH8X2X/UH7X2X series (NVMe SSD UH812a U.2 7.68TB)
+
+pci:v00001CC4d00008030sv00001CC4sd00001125*
+ ID_MODEL_FROM_DATABASE=NVMe SSD Controller UH8X2X/UH7X2X series (NVMe SSD UH812a U.2 15.36TB)
+
+pci:v00001CC4d00008030sv00001CC4sd00001222*
+ ID_MODEL_FROM_DATABASE=NVMe SSD Controller UH8X2X/UH7X2X series (NVMe SSD UH812a E3.S 1.92TB)
+
+pci:v00001CC4d00008030sv00001CC4sd00001223*
+ ID_MODEL_FROM_DATABASE=NVMe SSD Controller UH8X2X/UH7X2X series (NVMe SSD UH812a E3.S 3.84TB)
+
+pci:v00001CC4d00008030sv00001CC4sd00001224*
+ ID_MODEL_FROM_DATABASE=NVMe SSD Controller UH8X2X/UH7X2X series (NVMe SSD UH812a E3.S 7.68TB)
+
+pci:v00001CC4d00008030sv00001CC4sd00001225*
+ ID_MODEL_FROM_DATABASE=NVMe SSD Controller UH8X2X/UH7X2X series (NVMe SSD UH812a E3.S 15.36TB)
+
+pci:v00001CC4d00008030sv00001CC4sd00002112*
+ ID_MODEL_FROM_DATABASE=NVMe SSD Controller UH8X2X/UH7X2X series (NVMe SSD UH832a U.2 1.6TB)
+
+pci:v00001CC4d00008030sv00001CC4sd00002113*
+ ID_MODEL_FROM_DATABASE=NVMe SSD Controller UH8X2X/UH7X2X series (NVMe SSD UH832a U.2 3.2TB)
+
+pci:v00001CC4d00008030sv00001CC4sd00002114*
+ ID_MODEL_FROM_DATABASE=NVMe SSD Controller UH8X2X/UH7X2X series (NVMe SSD UH832a U.2 6.4TB)
+
+pci:v00001CC4d00008030sv00001CC4sd00002115*
+ ID_MODEL_FROM_DATABASE=NVMe SSD Controller UH8X2X/UH7X2X series (NVMe SSD UH832a U.2 12.8TB)
+
+pci:v00001CC4d00008030sv00001CC4sd00002212*
+ ID_MODEL_FROM_DATABASE=NVMe SSD Controller UH8X2X/UH7X2X series (NVMe SSD UH832a E3.S 1.6TB)
+
+pci:v00001CC4d00008030sv00001CC4sd00002213*
+ ID_MODEL_FROM_DATABASE=NVMe SSD Controller UH8X2X/UH7X2X series (NVMe SSD UH832a E3.S 3.2TB)
+
+pci:v00001CC4d00008030sv00001CC4sd00002214*
+ ID_MODEL_FROM_DATABASE=NVMe SSD Controller UH8X2X/UH7X2X series (NVMe SSD UH832a E3.S 6.4TB)
+
+pci:v00001CC4d00008030sv00001CC4sd00002215*
+ ID_MODEL_FROM_DATABASE=NVMe SSD Controller UH8X2X/UH7X2X series (NVMe SSD UH832a E3.S 12.8TB)
+
pci:v00001CC5*
ID_VENDOR_FROM_DATABASE=Embedded Intelligence, Inc.
@@ -73077,10 +74118,10 @@ pci:v00001CC7*
ID_VENDOR_FROM_DATABASE=Radian Memory Systems Inc.
pci:v00001CC7d00000200*
- ID_MODEL_FROM_DATABASE=RMS-200
+ ID_MODEL_FROM_DATABASE=RMS-200 PCIe NVMe SSD
pci:v00001CC7d00000250*
- ID_MODEL_FROM_DATABASE=RMS-250
+ ID_MODEL_FROM_DATABASE=RMS-250 U.2 NVMe SSD
pci:v00001CCF*
ID_VENDOR_FROM_DATABASE=Zoom Corporation
@@ -73115,6 +74156,9 @@ pci:v00001CD2d00000307*
pci:v00001CD7*
ID_VENDOR_FROM_DATABASE=Nanjing Magewell Electronics Co., Ltd.
+pci:v00001CD7d00000002*
+ ID_MODEL_FROM_DATABASE=Pro Capture AIO
+
pci:v00001CD7d00000010*
ID_MODEL_FROM_DATABASE=Pro Capture Endpoint
@@ -73263,28 +74307,28 @@ pci:v00001D17d00000716*
ID_MODEL_FROM_DATABASE=ZX-D PCI Express Root Port
pci:v00001D17d00000717*
- ID_MODEL_FROM_DATABASE=KX-5000/KX-6000/KX-6000G/KH-40000 Express Root Port
+ ID_MODEL_FROM_DATABASE=KX-5000/KX-6000/KX-6000G/KH-40000 PCI Express Root Port
pci:v00001D17d00000718*
- ID_MODEL_FROM_DATABASE=KX-5000/KX-6000/KX-6000G/KH-40000 Express Root Port
+ ID_MODEL_FROM_DATABASE=KX-5000/KX-6000/KX-6000G/KH-40000 PCI Express Root Port
pci:v00001D17d00000719*
- ID_MODEL_FROM_DATABASE=KX-5000/KX-6000/KX-6000G/KH-40000 Express Root Port
+ ID_MODEL_FROM_DATABASE=KX-5000/KX-6000/KX-6000G/KH-40000 PCI Express Root Port
pci:v00001D17d0000071A*
- ID_MODEL_FROM_DATABASE=KX-5000/KX-6000/KX-6000G/KH-40000 Express Root Port
+ ID_MODEL_FROM_DATABASE=KX-5000/KX-6000/KX-6000G/KH-40000 PCI Express Root Port
pci:v00001D17d0000071B*
- ID_MODEL_FROM_DATABASE=KX-5000/KX-6000/KX-6000G/KH-40000 Express Root Port
+ ID_MODEL_FROM_DATABASE=KX-5000/KX-6000/KX-6000G/KH-40000 PCI Express Root Port
pci:v00001D17d0000071C*
- ID_MODEL_FROM_DATABASE=KX-5000/KX-6000/KX-6000G/KH-40000 Express Root Port
+ ID_MODEL_FROM_DATABASE=KX-5000/KX-6000/KX-6000G/KH-40000 PCI Express Root Port
pci:v00001D17d0000071D*
- ID_MODEL_FROM_DATABASE=KX-5000/KX-6000/KX-6000G/KH-40000 Express Root Port
+ ID_MODEL_FROM_DATABASE=KX-5000/KX-6000/KX-6000G/KH-40000 PCI Express Root Port
pci:v00001D17d0000071E*
- ID_MODEL_FROM_DATABASE=KX-5000/KX-6000/KX-6000G/KH-40000 Express Root Port
+ ID_MODEL_FROM_DATABASE=KX-5000/KX-6000/KX-6000G/KH-40000 PCI Express Root Port
pci:v00001D17d0000071F*
ID_MODEL_FROM_DATABASE=ZX-200 Upstream Port of PCI Express Switch
@@ -73299,10 +74343,10 @@ pci:v00001D17d00000722*
ID_MODEL_FROM_DATABASE=ZX-200 PCIE P2C bridge
pci:v00001D17d00000731*
- ID_MODEL_FROM_DATABASE=KH-40000 Express Root Port
+ ID_MODEL_FROM_DATABASE=KH-40000 PCI Express Root Port
pci:v00001D17d00000732*
- ID_MODEL_FROM_DATABASE=KH-40000 Express Root Port
+ ID_MODEL_FROM_DATABASE=KH-40000 PCI Express Root Port
pci:v00001D17d00001000*
ID_MODEL_FROM_DATABASE=ZX-D Standard Host Bridge
@@ -73461,7 +74505,7 @@ pci:v00001D17d000095D0*
ID_MODEL_FROM_DATABASE=ZX-100 Universal SD Host Controller
pci:v00001D17d0000F410*
- ID_MODEL_FROM_DATABASE=ZX-100/KX-5000/KX-6000/KX-6000G PCI Com Port
+ ID_MODEL_FROM_DATABASE=ZX-100/KX-5000/KX-6000/KX-6000G/KH-40000 PCI Com Port
pci:v00001D18*
ID_VENDOR_FROM_DATABASE=RME
@@ -73950,10 +74994,10 @@ pci:v00001D79*
ID_VENDOR_FROM_DATABASE=Transcend Information, Inc.
pci:v00001D79d00002262*
- ID_MODEL_FROM_DATABASE=NVMe PCIe SSD 220S
+ ID_MODEL_FROM_DATABASE=NVMe PCIe SSD 220S/MTE662T2
pci:v00001D79d00002263*
- ID_MODEL_FROM_DATABASE=NVMe PCIe SSD 110S/112S/120S/MTE652T2 (DRAM-less)
+ ID_MODEL_FROM_DATABASE=NVMe PCIe SSD 110S/112S/120S/MTE300S/MTE400S/MTE652T2 (DRAM-less)
pci:v00001D79d00002264*
ID_MODEL_FROM_DATABASE=NVMe PCIe SSD 250H
@@ -74126,11 +75170,17 @@ pci:v00001D97*
pci:v00001D97d00001062*
ID_MODEL_FROM_DATABASE=Lexar NM710 NVME SSD
+pci:v00001D97d00001160*
+ ID_MODEL_FROM_DATABASE=FORESEE P900 BGA NVMe SSD (DRAM-less)
+
+pci:v00001D97d00001202*
+ ID_MODEL_FROM_DATABASE=Lexar NM610 PRO NVME SSD (DRAM-less)
+
pci:v00001D97d00001D97*
ID_MODEL_FROM_DATABASE=Lexar NM620 NVME SSD (DRAM-less)
pci:v00001D97d00002263*
- ID_MODEL_FROM_DATABASE=SM2263EN/SM2263XT-based OEM SSD
+ ID_MODEL_FROM_DATABASE=SM2263EN/SM2263XT-based OEM NVME SSD (DRAM-less)
pci:v00001D97d00002269*
ID_MODEL_FROM_DATABASE=Lexar NM760 NVME SSD (DRAM-less)
@@ -74283,19 +75333,55 @@ pci:v00001DBEd00005636*
ID_MODEL_FROM_DATABASE=NVMe DC SSD IG5636
pci:v00001DBEd00005636sv00001DBEsd00000001*
- ID_MODEL_FROM_DATABASE=NVMe DC SSD IG5636 (DONGTING-N1 DC SSD U.2)
+ ID_MODEL_FROM_DATABASE=NVMe DC SSD IG5636 (Dongting-N1 DC SSD U.2 1600GB)
+
+pci:v00001DBEd00005636sv00001DBEsd00000002*
+ ID_MODEL_FROM_DATABASE=NVMe DC SSD IG5636 (Dongting-N1 DC SSD U.2 1920GB)
+
+pci:v00001DBEd00005636sv00001DBEsd00000003*
+ ID_MODEL_FROM_DATABASE=NVMe DC SSD IG5636 (Dongting-N1 DC SSD U.2 3200GB)
+
+pci:v00001DBEd00005636sv00001DBEsd00000004*
+ ID_MODEL_FROM_DATABASE=NVMe DC SSD IG5636 (Dongting-N1 DC SSD U.2 3840GB)
+
+pci:v00001DBEd00005636sv00001DBEsd00000005*
+ ID_MODEL_FROM_DATABASE=NVMe DC SSD IG5636 (Dongting-N1 DC SSD U.2 6400GB)
+
+pci:v00001DBEd00005636sv00001DBEsd00000006*
+ ID_MODEL_FROM_DATABASE=NVMe DC SSD IG5636 (Dongting-N1 DC SSD U.2 7680GB)
pci:v00001DBEd00005636sv00001DBEsd00001001*
- ID_MODEL_FROM_DATABASE=NVMe DC SSD IG5636 (DONGHU-Z1 DC ZNS SSD U.2)
+ ID_MODEL_FROM_DATABASE=NVMe DC SSD IG5636 (Donghu-Z1 DC ZNS SSD U.2 4000GB)
+
+pci:v00001DBEd00005636sv00001DBEsd00001002*
+ ID_MODEL_FROM_DATABASE=NVMe DC SSD IG5636 (Donghu-Z1 DC ZNS SSD U.2 8000GB)
pci:v00001DBEd00005638*
ID_MODEL_FROM_DATABASE=NVMe DC SSD IG5638
pci:v00001DBEd00005638sv00001DBEsd00002001*
- ID_MODEL_FROM_DATABASE=NVMe DC SSD IG5638 (DONGTING-N1 DC SSD U.2)
+ ID_MODEL_FROM_DATABASE=NVMe DC SSD IG5638 (Dongting-N2 DC SSD U.2 1600GB)
+
+pci:v00001DBEd00005638sv00001DBEsd00002002*
+ ID_MODEL_FROM_DATABASE=NVMe DC SSD IG5638 (Dongting-N2 DC SSD U.2 1920GB)
+
+pci:v00001DBEd00005638sv00001DBEsd00002003*
+ ID_MODEL_FROM_DATABASE=NVMe DC SSD IG5638 (Dongting-N2 DC SSD U.2 3200GB)
+
+pci:v00001DBEd00005638sv00001DBEsd00002004*
+ ID_MODEL_FROM_DATABASE=NVMe DC SSD IG5638 (Dongting-N2 DC SSD U.2 3840GB)
+
+pci:v00001DBEd00005638sv00001DBEsd00002005*
+ ID_MODEL_FROM_DATABASE=NVMe DC SSD IG5638 (Dongting-N2 DC SSD U.2 6400GB)
+
+pci:v00001DBEd00005638sv00001DBEsd00002006*
+ ID_MODEL_FROM_DATABASE=NVMe DC SSD IG5638 (Dongting-N2 DC SSD U.2 7680GB)
pci:v00001DBEd00005638sv00001DBEsd00003001*
- ID_MODEL_FROM_DATABASE=NVMe DC SSD IG5638 (DONGHU-Z1 DC ZNS SSD U.2)
+ ID_MODEL_FROM_DATABASE=NVMe DC SSD IG5638 (Donghu-Z2 DC ZNS SSD U.2 4000GB)
+
+pci:v00001DBEd00005638sv00001DBEsd00003002*
+ ID_MODEL_FROM_DATABASE=NVMe DC SSD IG5638 (Donghu-Z2 DC ZNS SSD U.2 8000GB)
pci:v00001DBF*
ID_VENDOR_FROM_DATABASE=Guizhou Huaxintong Semiconductor Technology Co., Ltd
@@ -74309,6 +75395,12 @@ pci:v00001DC2*
pci:v00001DC5*
ID_VENDOR_FROM_DATABASE=FADU Inc.
+pci:v00001DC5d00004081*
+ ID_MODEL_FROM_DATABASE=FC4121 PCIe 4.0 NVMe controller [DELTA]
+
+pci:v00001DC5d00006150*
+ ID_MODEL_FROM_DATABASE=FC3081 PCIe 3.0 NVMe controller [BRAVO]
+
pci:v00001DCD*
ID_VENDOR_FROM_DATABASE=Liqid Inc.
@@ -74324,6 +75416,12 @@ pci:v00001DD4*
pci:v00001DD4d00000010*
ID_MODEL_FROM_DATABASE=N-10m2 NVMe SSD
+pci:v00001DD4d00000016*
+ ID_MODEL_FROM_DATABASE=N-16
+
+pci:v00001DD4d00000020*
+ ID_MODEL_FROM_DATABASE=EN-20 BGA NVMe SSD (DRAM-less)
+
pci:v00001DD8*
ID_VENDOR_FROM_DATABASE=AMD Pensando Systems
@@ -75278,6 +76376,9 @@ pci:v00001DFC*
pci:v00001DFCd00001181*
ID_MODEL_FROM_DATABASE=TDM 8 Port E1/T1/J1 Adapter
+pci:v00001E0D*
+ ID_VENDOR_FROM_DATABASE=SambaNova Systems, Inc
+
pci:v00001E0F*
ID_VENDOR_FROM_DATABASE=KIOXIA Corporation
@@ -75461,6 +76562,9 @@ pci:v00001E0Fd00000014sv00001028sd000022BA*
pci:v00001E0Fd00000018*
ID_MODEL_FROM_DATABASE=Exceria Pro NVMe SSD
+pci:v00001E0Fd0000001A*
+ ID_MODEL_FROM_DATABASE=NVMe SSD Controller BG6 (DRAM-less)
+
pci:v00001E0Fd0000001F*
ID_MODEL_FROM_DATABASE=NVMe SSD Controller CD8
@@ -75641,6 +76745,9 @@ pci:v00001E38d00000102*
pci:v00001E39*
ID_VENDOR_FROM_DATABASE=MEDION AG
+pci:v00001E3A*
+ ID_VENDOR_FROM_DATABASE=Cactus Technologies Limited
+
pci:v00001E3B*
ID_VENDOR_FROM_DATABASE=DapuStor Corporation
@@ -75915,7 +77022,10 @@ pci:v00001E49d00001011*
ID_MODEL_FROM_DATABASE=PC210 NVMe SSD
pci:v00001E49d00001013*
- ID_MODEL_FROM_DATABASE=PC210
+ ID_MODEL_FROM_DATABASE=PC210 NVMe SSD
+
+pci:v00001E49d00001031*
+ ID_MODEL_FROM_DATABASE=PC300 NVMe SSD (DRAM-less)
pci:v00001E4B*
ID_VENDOR_FROM_DATABASE=MAXIO Technology (Hangzhou) Ltd.
@@ -76004,6 +77114,9 @@ pci:v00001E67d00000002*
pci:v00001E68*
ID_VENDOR_FROM_DATABASE=Jiangsu Xinsheng Intelligent Technology Co., Ltd
+pci:v00001E68d00008111*
+ ID_MODEL_FROM_DATABASE=EP2000Pro PCIe 3 NVMe SSD (DRAM-less)
+
pci:v00001E6B*
ID_VENDOR_FROM_DATABASE=Axiado Corp.
@@ -76025,6 +77138,12 @@ pci:v00001E7Ed00009034*
pci:v00001E7F*
ID_VENDOR_FROM_DATABASE=Jiangsu Huacun Elec. Tech. Co., Ltd.
+pci:v00001E7Fd00006002*
+ ID_MODEL_FROM_DATABASE=MMY MMSP350 PCIe 3 NVMe SSD (DRAM-less)
+
+pci:v00001E7Fd00006003*
+ ID_MODEL_FROM_DATABASE=MMY HC512GP3KH2T PCIe 3 NVMe SSD (DRAM-less)
+
pci:v00001E81*
ID_VENDOR_FROM_DATABASE=Ramaxel Technology(Shenzhen) Limited
@@ -76367,6 +77486,9 @@ pci:v00001ED5d00000301*
pci:v00001ED5d00000323*
ID_MODEL_FROM_DATABASE=MTT S4000
+pci:v00001ED5d00000327*
+ ID_MODEL_FROM_DATABASE=MTT S4000
+
pci:v00001ED5d000003FF*
ID_MODEL_FROM_DATABASE=MTT HDMI/DP Audio
@@ -76442,30 +77564,51 @@ pci:v00001EEDd00001144*
pci:v00001EEDd00001150*
ID_MODEL_FROM_DATABASE=XDX120S
+pci:v00001EEDd00001160*
+ ID_MODEL_FROM_DATABASE=XDX121
+
+pci:v00001EEDd00001170*
+ ID_MODEL_FROM_DATABASE=XDX121S
+
+pci:v00001EEDd000011E0*
+ ID_MODEL_FROM_DATABASE=XDX130
+
pci:v00001EEDd000011E4*
ID_MODEL_FROM_DATABASE=XDX E1300
pci:v00001EEDd00001320*
ID_MODEL_FROM_DATABASE=XDX150
+pci:v00001EEDd00001323*
+ ID_MODEL_FROM_DATABASE=XDX R1500
+
pci:v00001EEDd00001324*
ID_MODEL_FROM_DATABASE=XDX X1500
pci:v00001EEDd00001330*
ID_MODEL_FROM_DATABASE=XDX150S
+pci:v00001EEDd00001333*
+ ID_MODEL_FROM_DATABASE=XDX R1510
+
pci:v00001EEDd00001340*
- ID_MODEL_FROM_DATABASE=XDX150T
+ ID_MODEL_FROM_DATABASE=XDX151
pci:v00001EEDd00001350*
- ID_MODEL_FROM_DATABASE=XDX150U
+ ID_MODEL_FROM_DATABASE=XDX151S
+
+pci:v00001EEDd00001360*
+ ID_MODEL_FROM_DATABASE=XDX151T
pci:v00001EEDd000013C0*
- ID_MODEL_FROM_DATABASE=XDX160
+ ID_MODEL_FROM_DATABASE=XDX160T
pci:v00001EEDd000013D0*
ID_MODEL_FROM_DATABASE=XDX160S
+pci:v00001EEDd000013D3*
+ ID_MODEL_FROM_DATABASE=XDX R1610
+
pci:v00001EEDd00001500*
ID_MODEL_FROM_DATABASE=XDX180
@@ -76488,7 +77631,7 @@ pci:v00001EEDd000015A4*
ID_MODEL_FROM_DATABASE=XDX X1900
pci:v00001EEDd000015A5*
- ID_MODEL_FROM_DATABASE=XDX X1900M2
+ ID_MODEL_FROM_DATABASE=XDX X1900D
pci:v00001EEDd000015B0*
ID_MODEL_FROM_DATABASE=XDX190S
@@ -76518,7 +77661,7 @@ pci:v00001F03*
ID_VENDOR_FROM_DATABASE=Shenzhen Shichuangyi Electronics Co., Ltd
pci:v00001F03d00001202*
- ID_MODEL_FROM_DATABASE=MAP1202-Based NVMe SSD
+ ID_MODEL_FROM_DATABASE=MAP1202-Based NVMe SSD (DRAM-less)
pci:v00001F03d00002262*
ID_MODEL_FROM_DATABASE=SM2262EN-based OEM SSD
@@ -76527,7 +77670,7 @@ pci:v00001F03d00002263*
ID_MODEL_FROM_DATABASE=SM2263XT-Base NVMe SSD
pci:v00001F03d00005216*
- ID_MODEL_FROM_DATABASE=IG5216-based NVMe SSD
+ ID_MODEL_FROM_DATABASE=IG5216-based NVMe SSD (DRAM-less)
pci:v00001F03d00005220*
ID_MODEL_FROM_DATABASE=IG5220-Based NVMe SSD
@@ -76601,6 +77744,9 @@ pci:v00001F0Fd00002022*
pci:v00001F0Fd00009088*
ID_MODEL_FROM_DATABASE=D1055AS PCI Express Switch Downstream Port
+pci:v00001F17*
+ ID_VENDOR_FROM_DATABASE=Zettastone Technology
+
pci:v00001F24*
ID_VENDOR_FROM_DATABASE=xFusion Digital Technologies Co., Ltd.
@@ -76757,12 +77903,36 @@ pci:v00001F3Fd00009032sv00001F3Fsd000000A1*
pci:v00001F40*
ID_VENDOR_FROM_DATABASE=Netac Technology Co.,Ltd
+pci:v00001F40d00000001*
+ ID_MODEL_FROM_DATABASE=PCIe 4 NVMe SSD (DRAM-less)
+
+pci:v00001F40d00001202*
+ ID_MODEL_FROM_DATABASE=PCIe 3 NVMe SSD (DRAM-less)
+
+pci:v00001F40d00001602*
+ ID_MODEL_FROM_DATABASE=PCIe 4 NVMe SSD (DRAM-less)
+
+pci:v00001F40d00001F40*
+ ID_MODEL_FROM_DATABASE=PCIe 4 NVMe SSD (DRAM-less)
+
pci:v00001F40d00002263*
- ID_MODEL_FROM_DATABASE=NVMe SSD (DRAM-less)
+ ID_MODEL_FROM_DATABASE=PCIe 3 SM based NVMe SSD (DRAM-less)
+
+pci:v00001F40d00005216*
+ ID_MODEL_FROM_DATABASE=PCIe 3 NVMe SSD (DRAM-less)
+
+pci:v00001F40d00005236*
+ ID_MODEL_FROM_DATABASE=PCIe 4 INNOGRIT based NVMe SSD
+
+pci:v00001F40d00005765*
+ ID_MODEL_FROM_DATABASE=PCIe 3 NVMe SSD (DRAM-less)
pci:v00001F44*
ID_VENDOR_FROM_DATABASE=VVDN Technologies Private Limited
+pci:v00001F47*
+ ID_VENDOR_FROM_DATABASE=YUSUR Tech
+
pci:v00001F4B*
ID_VENDOR_FROM_DATABASE=Axera Semiconductor Co., Ltd
@@ -76782,7 +77952,34 @@ pci:v00001F60d00000054*
ID_MODEL_FROM_DATABASE=XELE-NIC 25K5
pci:v00001F67*
- ID_VENDOR_FROM_DATABASE=Yunsilicon Technology Co,. Ltd.
+ ID_VENDOR_FROM_DATABASE=Yunsilicon Technology
+
+pci:v00001F67d00001011*
+ ID_MODEL_FROM_DATABASE=metaConnect SmartNIC Physical Function
+
+pci:v00001F67d00001012*
+ ID_MODEL_FROM_DATABASE=metaConnect SmartNIC Virtual Function
+
+pci:v00001F67d00001051*
+ ID_MODEL_FROM_DATABASE=metaFusion DPU Physical Function
+
+pci:v00001F67d00001052*
+ ID_MODEL_FROM_DATABASE=metaFusion DPU Virtual Function
+
+pci:v00001F67d00001059*
+ ID_MODEL_FROM_DATABASE=metaFusion DPU SoC Network Interface
+
+pci:v00001F67d00001111*
+ ID_MODEL_FROM_DATABASE=metaScale SmartNIC Physical Function
+
+pci:v00001F67d00001112*
+ ID_MODEL_FROM_DATABASE=metaScale SmartNIC Virtual Function
+
+pci:v00001F67d00001151*
+ ID_MODEL_FROM_DATABASE=metaVisor DPU Physical Function
+
+pci:v00001F67d00001152*
+ ID_MODEL_FROM_DATABASE=metaVisor DPU Virtual Function
pci:v00001FAA*
ID_VENDOR_FROM_DATABASE=Hexaflake (Shanghai) Information Technology Co., Ltd.
@@ -77117,6 +78314,9 @@ pci:v00001FF4d00000000*
pci:v00001FF4d00000001*
ID_MODEL_FROM_DATABASE=DX_M1A
+pci:v00001FF4d00001000*
+ ID_MODEL_FROM_DATABASE=DX_H1
+
pci:v00002000*
ID_VENDOR_FROM_DATABASE=Smart Link Ltd.
@@ -77175,19 +78375,19 @@ pci:v00002646d00000010*
ID_MODEL_FROM_DATABASE=HyperX Predator PCIe AHCI SSD
pci:v00002646d00002262*
- ID_MODEL_FROM_DATABASE=KC2000/KC2500 NVMe SSD
+ ID_MODEL_FROM_DATABASE=KC2000/KC2500 NVMe SSD SM2262EN
pci:v00002646d00002263*
- ID_MODEL_FROM_DATABASE=A2000 NVMe SSD
+ ID_MODEL_FROM_DATABASE=A2000 NVMe SSD SM2263EN
pci:v00002646d00005008*
- ID_MODEL_FROM_DATABASE=U-SNS8154P3 NVMe SSD
+ ID_MODEL_FROM_DATABASE=A1000/U-SNS8154P3 x2 NVMe SSD
pci:v00002646d0000500A*
- ID_MODEL_FROM_DATABASE=DC1000B NVMe SSD
+ ID_MODEL_FROM_DATABASE=DC1000B NVMe SSD E12DC
pci:v00002646d0000500B*
- ID_MODEL_FROM_DATABASE=DC1000M NVMe SSD
+ ID_MODEL_FROM_DATABASE=DC1000M NVMe SSD SM2270
pci:v00002646d0000500C*
ID_MODEL_FROM_DATABASE=OM8PCP Design-In PCIe 3 NVMe SSD (DRAM-less)
@@ -77196,16 +78396,19 @@ pci:v00002646d0000500D*
ID_MODEL_FROM_DATABASE=OM3PDP3 NVMe SSD
pci:v00002646d0000500E*
- ID_MODEL_FROM_DATABASE=NV1 NVMe SSD
+ ID_MODEL_FROM_DATABASE=NV1 NVMe SSD E13T
+
+pci:v00002646d0000500F*
+ ID_MODEL_FROM_DATABASE=NV1 NVMe SSD SM2263XT
pci:v00002646d00005010*
ID_MODEL_FROM_DATABASE=OM8SBP NVMe PCIe SSD (DRAM-less)
pci:v00002646d00005012*
- ID_MODEL_FROM_DATABASE=DC1500M NVMe SSD
+ ID_MODEL_FROM_DATABASE=DC1500M NVMe SSD SM2270
pci:v00002646d00005013*
- ID_MODEL_FROM_DATABASE=KC3000/Renegade NVMe SSD
+ ID_MODEL_FROM_DATABASE=KC3000/FURY Renegade NVMe SSD E18
pci:v00002646d00005014*
ID_MODEL_FROM_DATABASE=Design-In PCIe 4 NVMe SSD (TLC)
@@ -77213,11 +78416,20 @@ pci:v00002646d00005014*
pci:v00002646d00005016*
ID_MODEL_FROM_DATABASE=OM3PGP4 NVMe SSD
+pci:v00002646d00005017*
+ ID_MODEL_FROM_DATABASE=NV2 NVMe SSD SM2267XT
+
+pci:v00002646d00005019*
+ ID_MODEL_FROM_DATABASE=NV2 NVMe SSD E21T
+
pci:v00002646d0000501B*
ID_MODEL_FROM_DATABASE=OM8PGP4 NVMe PCIe SSD (DRAM-less)
+pci:v00002646d0000501C*
+ ID_MODEL_FROM_DATABASE=NV2 NVMe SSD E19T
+
pci:v00002646d0000501D*
- ID_MODEL_FROM_DATABASE=NV2 NVMe PCIe 4 SSD 500GB (DRAM-less)
+ ID_MODEL_FROM_DATABASE=NV2 NVMe SSD TC2200
pci:v00002646d0000501F*
ID_MODEL_FROM_DATABASE=FURY Renegade NVMe SSD with heatsink
@@ -77225,6 +78437,9 @@ pci:v00002646d0000501F*
pci:v00002646d00005021*
ID_MODEL_FROM_DATABASE=Design-In PCIe 4 NVMe SSD (QLC)
+pci:v00002646d00005023*
+ ID_MODEL_FROM_DATABASE=NV2 NVMe SSD SM2269XT
+
pci:v0000270B*
ID_VENDOR_FROM_DATABASE=Xantel Corporation
@@ -77255,6 +78470,9 @@ pci:v00002BD8*
pci:v00003000*
ID_VENDOR_FROM_DATABASE=Hansol Electronics Inc.
+pci:v00003100*
+ ID_VENDOR_FROM_DATABASE=Dynabook Inc.
+
pci:v00003112*
ID_VENDOR_FROM_DATABASE=Satelco Ingenieria S.A.
@@ -77270,6 +78488,12 @@ pci:v000031AB*
pci:v000031ABd00001FAA*
ID_MODEL_FROM_DATABASE=ZEW1602 802.11b/g Wireless Adapter
+pci:v0000328F*
+ ID_VENDOR_FROM_DATABASE=Shenzhen EMEET Technology Co., Ltd.
+
+pci:v0000328Fd0000004C*
+ ID_MODEL_FROM_DATABASE=OfficeCore M1A
+
pci:v00003388*
ID_VENDOR_FROM_DATABASE=Hint Corp
@@ -78381,7 +79605,7 @@ pci:v00004D54*
ID_VENDOR_FROM_DATABASE=Microtechnica Co Ltd
pci:v00004D56*
- ID_VENDOR_FROM_DATABASE=MATRIX VISION GmbH
+ ID_VENDOR_FROM_DATABASE=Balluff MV GmbH
pci:v00004D56d00000000*
ID_MODEL_FROM_DATABASE=[mvHYPERION-CLe/CLb] CameraLink PCI Express x1 Frame Grabber
@@ -78956,6 +80180,9 @@ pci:v00005333d00009045*
pci:v00005333d00009060*
ID_MODEL_FROM_DATABASE=Chrome 530 GT
+pci:v00005333d00009070*
+ ID_MODEL_FROM_DATABASE=Chrome 5400EW
+
pci:v00005333d00009102*
ID_MODEL_FROM_DATABASE=86C410 [Savage 2000]
@@ -81755,6 +82982,15 @@ pci:v00008086d00000D58sv00008086sd00000001*
pci:v00008086d00000D9F*
ID_MODEL_FROM_DATABASE=Ethernet Controller I225-IT
+pci:v00008086d00000DC5*
+ ID_MODEL_FROM_DATABASE=Ethernet Connection (23) I219-LM
+
+pci:v00008086d00000DC5sv00001028sd00000C06*
+ ID_MODEL_FROM_DATABASE=Ethernet Connection (23) I219-LM (Precision 3580)
+
+pci:v00008086d00000DC6*
+ ID_MODEL_FROM_DATABASE=Ethernet Connection (23) I219-V
+
pci:v00008086d00000DCD*
ID_MODEL_FROM_DATABASE=Ethernet Connection C825-X
@@ -85127,6 +86363,9 @@ pci:v00008086d00001533sv000017AAsd00001509*
pci:v00008086d00001533sv000017AAsd0000404D*
ID_MODEL_FROM_DATABASE=I210 Gigabit Network Connection (I210 PCIe 1Gb 1-Port RJ45 LOM)
+pci:v00008086d00001533sv000017AAsd0000407A*
+ ID_MODEL_FROM_DATABASE=I210 Gigabit Network Connection (I210 PCIe 1Gb 1-Port RJ45 LOM)
+
pci:v00008086d00001533sv00008086sd00000001*
ID_MODEL_FROM_DATABASE=I210 Gigabit Network Connection (Ethernet Server Adapter I210-T1)
@@ -85868,6 +87107,9 @@ pci:v00008086d00001592sv00008086sd00000012*
pci:v00008086d00001592sv00008086sd00000013*
ID_MODEL_FROM_DATABASE=Ethernet Controller E810-C for QSFP (Ethernet Network Adapter E810-C-Q1 for OCP 3.0)
+pci:v00008086d00001592sv00008086sd00000014*
+ ID_MODEL_FROM_DATABASE=Ethernet Controller E810-C for QSFP (Ethernet 100G 2P E810-2C Adapter)
+
pci:v00008086d00001593*
ID_MODEL_FROM_DATABASE=Ethernet Controller E810-C for SFP
diff --git a/hwdb.d/20-usb-classes.hwdb b/hwdb.d/20-usb-classes.hwdb
index 418d39bb84e..46ff7c3b69f 100644
--- a/hwdb.d/20-usb-classes.hwdb
+++ b/hwdb.d/20-usb-classes.hwdb
@@ -251,6 +251,51 @@ usb:v*p*d*dc0Edsc02*
usb:v*p*d*dc0Edsc03*
ID_USB_SUBCLASS_FROM_DATABASE=Video Interface Collection
+usb:v*p*d*dc0F*
+ ID_USB_CLASS_FROM_DATABASE=Personal Healthcare
+
+usb:v*p*d*dc10*
+ ID_USB_CLASS_FROM_DATABASE=Audio/Video
+
+usb:v*p*d*dc10dsc01*
+ ID_USB_SUBCLASS_FROM_DATABASE=AVData Control
+
+usb:v*p*d*dc10dsc02*
+ ID_USB_SUBCLASS_FROM_DATABASE=AVData Video Stream
+
+usb:v*p*d*dc10dsc03*
+ ID_USB_SUBCLASS_FROM_DATABASE=AVData Audio Stream
+
+usb:v*p*d*dc11*
+ ID_USB_CLASS_FROM_DATABASE=Billboard
+
+usb:v*p*d*dc12*
+ ID_USB_CLASS_FROM_DATABASE=Type-C Bridge
+
+usb:v*p*d*dc13*
+ ID_USB_CLASS_FROM_DATABASE=Bulk Display
+
+usb:v*p*d*dc14*
+ ID_USB_CLASS_FROM_DATABASE=MCTCP over USB
+
+usb:v*p*d*dc14dsc00dp01*
+ ID_USB_PROTOCOL_FROM_DATABASE=MCTCP 1.x
+
+usb:v*p*d*dc14dsc00dp02*
+ ID_USB_PROTOCOL_FROM_DATABASE=MCTCP 2.x
+
+usb:v*p*d*dc14dsc01*
+ ID_USB_SUBCLASS_FROM_DATABASE=MCTCP Host
+
+usb:v*p*d*dc14dsc01dp01*
+ ID_USB_PROTOCOL_FROM_DATABASE=MCTCP 1.x
+
+usb:v*p*d*dc14dsc01dp02*
+ ID_USB_PROTOCOL_FROM_DATABASE=MCTCP 2.x
+
+usb:v*p*d*dc3C*
+ ID_USB_CLASS_FROM_DATABASE=I3C
+
usb:v*p*d*dc58*
ID_USB_CLASS_FROM_DATABASE=Xbox
diff --git a/hwdb.d/20-usb-vendor-model.hwdb b/hwdb.d/20-usb-vendor-model.hwdb
index 42a018cebca..d7376b102f0 100644
--- a/hwdb.d/20-usb-vendor-model.hwdb
+++ b/hwdb.d/20-usb-vendor-model.hwdb
@@ -8144,6 +8144,9 @@ usb:v046Bp0500*
usb:v046BpFF10*
ID_MODEL_FROM_DATABASE=Virtual Keyboard and Mouse
+usb:v046BpFF20*
+ ID_MODEL_FROM_DATABASE=Virtual CDROM
+
usb:v046C*
ID_VENDOR_FROM_DATABASE=Toshiba Corp., Digital Media Equipment
@@ -10634,6 +10637,9 @@ usb:v0489pE0C8*
usb:v0489pE0CD*
ID_MODEL_FROM_DATABASE=MediaTek Bluetooth Adapter
+usb:v0489pE0D8*
+ ID_MODEL_FROM_DATABASE=Bluetooth Adapter
+
usb:v048A*
ID_VENDOR_FROM_DATABASE=S-MOS Systems, Inc.
@@ -20117,6 +20123,18 @@ usb:v0530*
usb:v0531*
ID_VENDOR_FROM_DATABASE=Wacom Technology Corp.
+usb:v0531p0100*
+ ID_MODEL_FROM_DATABASE=CTC4110WL [One (S)]
+
+usb:v0531p0102*
+ ID_MODEL_FROM_DATABASE=CTC6110WL [One (M)]
+
+usb:v0531p0104*
+ ID_MODEL_FROM_DATABASE=CTC4110WL [One (S)]
+
+usb:v0531p0105*
+ ID_MODEL_FROM_DATABASE=CTC6110WL [One (M)]
+
usb:v0532*
ID_VENDOR_FROM_DATABASE=Systech Corp.
@@ -22229,6 +22247,9 @@ usb:v056Dp4044*
usb:v056Dp4059*
ID_MODEL_FROM_DATABASE=FlexScan EV2760
+usb:v056Dp405A*
+ ID_MODEL_FROM_DATABASE=FlexScan EV2360
+
usb:v056Dp405B*
ID_MODEL_FROM_DATABASE=FlexScan EV2460
@@ -26666,6 +26687,9 @@ usb:v05DD*
usb:v05DDpA011*
ID_MODEL_FROM_DATABASE=HID UPS Battery
+usb:v05DDpA0A0*
+ ID_MODEL_FROM_DATABASE=Minuteman Entrust-LCD Series UPS
+
usb:v05DDpFF31*
ID_MODEL_FROM_DATABASE=AWU-120
@@ -32840,6 +32864,9 @@ usb:v07B4p0100*
usb:v07B4p0102*
ID_MODEL_FROM_DATABASE=Camedia E-10/C-220/C-50 Camera
+usb:v07B4p0104*
+ ID_MODEL_FROM_DATABASE=Camedia Digital Color Printer P-400
+
usb:v07B4p0105*
ID_MODEL_FROM_DATABASE=Camedia C-310Z/C-700/C-750UZ/C-755/C-765UZ/C-3040/C-4000/C-5050Z/D-560/C-3020Z Zoom Camera
@@ -33317,6 +33344,9 @@ usb:v07CApB300*
usb:v07CApB800*
ID_MODEL_FROM_DATABASE=MR800 FM Radio
+usb:v07CApC039*
+ ID_MODEL_FROM_DATABASE=DVD EZMaker 7
+
usb:v07CApE880*
ID_MODEL_FROM_DATABASE=MPEG-2 Capture Device (E880)
@@ -33866,6 +33896,9 @@ usb:v07F2*
usb:v07F2p0001*
ID_MODEL_FROM_DATABASE=KEYLOK II
+usb:v07F2p0003*
+ ID_MODEL_FROM_DATABASE=KEYLOK3
+
usb:v07F6*
ID_VENDOR_FROM_DATABASE=Circuit Assembly Corp.
@@ -33950,6 +33983,9 @@ usb:v0801p0002*
usb:v0801p0003*
ID_MODEL_FROM_DATABASE=Magstripe Insert Reader
+usb:v0801p0011*
+ ID_MODEL_FROM_DATABASE=MagTek - Mini Swipe Reader
+
usb:v0802*
ID_VENDOR_FROM_DATABASE=Mako Technologies, LLC
@@ -34086,7 +34122,7 @@ usb:v081F*
ID_VENDOR_FROM_DATABASE=Manta
usb:v081FpE401*
- ID_MODEL_FROM_DATABASE=MM812
+ ID_MODEL_FROM_DATABASE=gamepad
usb:v0822*
ID_VENDOR_FROM_DATABASE=Reudo Corp.
@@ -34589,6 +34625,9 @@ usb:v0846p9052*
usb:v0846p9054*
ID_MODEL_FROM_DATABASE=Nighthawk A7000 802.11ac Wireless Adapter AC1900 [Realtek 8814AU]
+usb:v0846p9055*
+ ID_MODEL_FROM_DATABASE=A6150 Dual Band AC1200 Wireless Adapter [Realtek RTL8812BU]
+
usb:v0846pA001*
ID_MODEL_FROM_DATABASE=PA101 10 Mbps HPNA Home Phoneline RJ-1
@@ -34616,6 +34655,9 @@ usb:v084Dp0019*
usb:v084Dp0025*
ID_MODEL_FROM_DATABASE=Praktica DC 60
+usb:v084Dp002B*
+ ID_MODEL_FROM_DATABASE=Technika SH-Z625 6MP Digital Camera
+
usb:v084Dp1001*
ID_MODEL_FROM_DATABASE=ScanHex SX-35d
@@ -35471,6 +35513,9 @@ usb:v08E3p0301*
usb:v08E4*
ID_VENDOR_FROM_DATABASE=Pioneer Corp.
+usb:v08E4p017A*
+ ID_MODEL_FROM_DATABASE=BD-XD07 BD/DVD/CD Writer
+
usb:v08E4p0184*
ID_MODEL_FROM_DATABASE=DDJ-WeGO
@@ -35996,6 +36041,9 @@ usb:v0908p01F4*
usb:v0908p01FE*
ID_MODEL_FROM_DATABASE=SIMATIC NET PC Adapter A2
+usb:v0908p02E7*
+ ID_MODEL_FROM_DATABASE=RNDIS for OZW/OCI
+
usb:v0908p04B1*
ID_MODEL_FROM_DATABASE=MediSET
@@ -36014,6 +36062,12 @@ usb:v0908p2701*
usb:v0909*
ID_VENDOR_FROM_DATABASE=Audio-Technica Corp.
+usb:v0909p001B*
+ ID_MODEL_FROM_DATABASE=ATR2100-USB
+
+usb:v0909p001C*
+ ID_MODEL_FROM_DATABASE=AT2020USB+
+
usb:v090A*
ID_VENDOR_FROM_DATABASE=Trumpion Microelectronics, Inc.
@@ -36302,9 +36356,18 @@ usb:v091Ep2802*
usb:v091Ep28DB*
ID_MODEL_FROM_DATABASE=Drive 5
+usb:v091Ep2BF5*
+ ID_MODEL_FROM_DATABASE=Drive 52M
+
usb:v091Ep47FB*
ID_MODEL_FROM_DATABASE=nuviCam
+usb:v091Ep4C05*
+ ID_MODEL_FROM_DATABASE=Forerunner 245 Music
+
+usb:v091Ep4CDA*
+ ID_MODEL_FROM_DATABASE=Fenix 6 Sapphire
+
usb:v091Ep4CDB*
ID_MODEL_FROM_DATABASE=Fenix 6
@@ -36866,6 +36929,9 @@ usb:v093Ap2628*
usb:v093Ap2700*
ID_MODEL_FROM_DATABASE=GE 1.3 MP MiniCam Pro
+usb:v093Ap2811*
+ ID_MODEL_FROM_DATABASE=Macally IceCam II
+
usb:v093B*
ID_VENDOR_FROM_DATABASE=Plextor Corp.
@@ -36878,6 +36944,9 @@ usb:v093Bp0011*
usb:v093Bp0012*
ID_MODEL_FROM_DATABASE=PlexWriter 48/24/48U
+usb:v093Bp0023*
+ ID_MODEL_FROM_DATABASE=PX-608CU DVD RW
+
usb:v093Bp0041*
ID_MODEL_FROM_DATABASE=PX-708A DVD RW
@@ -36956,6 +37025,9 @@ usb:v0944p010F*
usb:v0944p0117*
ID_MODEL_FROM_DATABASE=nanoKONTROL2 MIDI Controller
+usb:v0944p012F*
+ ID_MODEL_FROM_DATABASE=SQ-1
+
usb:v0944p0F03*
ID_MODEL_FROM_DATABASE=K-Series K61P MIDI studio controller
@@ -37086,7 +37158,7 @@ usb:v0951p1665*
ID_MODEL_FROM_DATABASE=Digital DataTraveler SE9
usb:v0951p1666*
- ID_MODEL_FROM_DATABASE=DataTraveler 100 G3/G4/SE9 G2/50
+ ID_MODEL_FROM_DATABASE=DataTraveler 100 G3/G4/SE9 G2/50 Kyson
usb:v0951p1689*
ID_MODEL_FROM_DATABASE=DataTraveler SE9
@@ -37097,12 +37169,21 @@ usb:v0951p168A*
usb:v0951p168C*
ID_MODEL_FROM_DATABASE=DT Elite 3.0
+usb:v0951p169D*
+ ID_MODEL_FROM_DATABASE=DataTraveler Locker+ G3 Flash Drive
+
+usb:v0951p16A3*
+ ID_MODEL_FROM_DATABASE=DataTraveler (DT) microDuo 3.0
+
usb:v0951p16A4*
ID_MODEL_FROM_DATABASE=HyperX 7.1 Audio
usb:v0951p16B3*
ID_MODEL_FROM_DATABASE=HyperX Savage
+usb:v0951p16C4*
+ ID_MODEL_FROM_DATABASE=Hyperx Cloud Flight wireless headset
+
usb:v0951p16D2*
ID_MODEL_FROM_DATABASE=HX-KB4BL1-US [HYPERX Alloy FPS Pro]
@@ -37118,6 +37199,12 @@ usb:v0951p16DF*
usb:v0951p16E4*
ID_MODEL_FROM_DATABASE=HyperX Pulsefire Raid
+usb:v0951p173C*
+ ID_MODEL_FROM_DATABASE=DataTraveler Duo
+
+usb:v0951p177F*
+ ID_MODEL_FROM_DATABASE=DataTraveler Max
+
usb:v0954*
ID_VENDOR_FROM_DATABASE=RPM Systems Corp.
@@ -37139,6 +37226,9 @@ usb:v0955p7020*
usb:v0955p7030*
ID_MODEL_FROM_DATABASE=T30 [Tegra 3] recovery mode
+usb:v0955p7035*
+ ID_MODEL_FROM_DATABASE=Jetson device in initrd flashing mode
+
usb:v0955p7100*
ID_MODEL_FROM_DATABASE=Tegra Device
@@ -37280,6 +37370,9 @@ usb:v096Ep0401*
usb:v096Ep0405*
ID_MODEL_FROM_DATABASE=Zzkey Dongle
+usb:v096Ep0503*
+ ID_MODEL_FROM_DATABASE=SCR301
+
usb:v096Ep0608*
ID_MODEL_FROM_DATABASE=SC Reader KP382
@@ -37289,12 +37382,21 @@ usb:v096Ep0702*
usb:v096Ep0703*
ID_MODEL_FROM_DATABASE=ePass3003Auto
+usb:v096Ep0801*
+ ID_MODEL_FROM_DATABASE=Token
+
usb:v096Ep0802*
ID_MODEL_FROM_DATABASE=ePass2000 (G&D STARCOS SPK 2.4)
usb:v096Ep0807*
ID_MODEL_FROM_DATABASE=ePass2003
+usb:v096Ep085A*
+ ID_MODEL_FROM_DATABASE=Multipass FIDO
+
+usb:v096Ep0891*
+ ID_MODEL_FROM_DATABASE=Jubiter Wallet
+
usb:v0971*
ID_VENDOR_FROM_DATABASE=Gretag-Macbeth AG
@@ -38643,11 +38745,14 @@ usb:v0A5D*
ID_VENDOR_FROM_DATABASE=Diatrend Corp.
usb:v0A5F*
- ID_VENDOR_FROM_DATABASE=Zebra
+ ID_VENDOR_FROM_DATABASE=Zebra Technologies
usb:v0A5Fp0009*
ID_MODEL_FROM_DATABASE=LP2844 Printer
+usb:v0A5Fp0027*
+ ID_MODEL_FROM_DATABASE=ZTC LP2844-Z-200dpi
+
usb:v0A5Fp0050*
ID_MODEL_FROM_DATABASE=P120i / WM120i
@@ -38667,11 +38772,20 @@ usb:v0A5Fp008C*
ID_MODEL_FROM_DATABASE=ZP 450 Printer
usb:v0A5Fp00D1*
- ID_MODEL_FROM_DATABASE=Zebra GC420d Label Printer
+ ID_MODEL_FROM_DATABASE=GC420d Label Printer
usb:v0A5Fp0110*
ID_MODEL_FROM_DATABASE=ZD500 Desktop Label Printer
+usb:v0A5Fp011C*
+ ID_MODEL_FROM_DATABASE=ZD410 Direct Thermal Label Printer
+
+usb:v0A5Fp0141*
+ ID_MODEL_FROM_DATABASE=ZD620
+
+usb:v0A5Fp0172*
+ ID_MODEL_FROM_DATABASE=ZT411 Barcode Label Printer
+
usb:v0A5Fp930A*
ID_MODEL_FROM_DATABASE=Printer
diff --git a/hwdb.d/acpi-update.py b/hwdb.d/acpi-update.py
index e669d0d21f1..f65147c91d4 100755
--- a/hwdb.d/acpi-update.py
+++ b/hwdb.d/acpi-update.py
@@ -1,74 +1,26 @@
#!/usr/bin/env python3
# SPDX-License-Identifier: LGPL-2.1-or-later
-from html.parser import HTMLParser
+from csv import reader
from enum import Enum
-class State(Enum):
- NOWHERE = 0
- COMPANY = 1
- AFTER_COMPANY = 2
- PNPID = 3
- AFTER_PNPID = 4
- DATE = 5
-
-class PNPTableParser(HTMLParser):
-
- def __init__(self):
- HTMLParser.__init__(self)
- self.state = State.NOWHERE
- self.data = ""
- self.pnpid = None
- self.company = None
- self.table = []
-
- def handle_starttag(self, tag, attrs):
-
- if tag == "td":
- if self.state == State.NOWHERE:
- self.state = State.COMPANY
- elif self.state == State.AFTER_COMPANY:
- self.state = State.PNPID
- elif self.state == State.AFTER_PNPID:
- self.state = State.DATE
- else:
- raise ValueError
-
- self.data = ""
-
- def handle_endtag(self, tag):
-
- if tag == "td":
- if self.state == State.COMPANY:
- self.company = ' '.join(self.data.strip().split())
- self.state = State.AFTER_COMPANY
- elif self.state == State.PNPID:
- self.pnpid = self.data.strip()
- self.state = State.AFTER_PNPID
- self.table.append((self.pnpid, self.company))
- elif self.state == State.DATE:
- self.state = State.NOWHERE
- else:
- raise ValueError
-
- def handle_data(self, data):
- self.data += data
-
def read_table(a):
- parser = PNPTableParser()
-
- for line in a:
- parser.feed(line)
+ table = []
- parser.close()
- parser.table.sort()
+ with open(a, newline='') as csvfile:
+ for row in reader(csvfile):
+ if row[0] == "Company":
+ # Skip header
+ continue
+ table.append(row)
- for pnpid, company in parser.table:
- print("\nacpi:{0}*:\n ID_VENDOR_FROM_DATABASE={1}".format(pnpid, company))
+ table.sort(key=lambda x: x[1])
-a = open("acpi_id_registry.html")
-b = open("pnp_id_registry.html")
+ for row in table:
+ # Some IDs end with whitespace, while they didn't in the old HTML table, so it's probably
+ # a mistake, strip it.
+ print("\nacpi:{0}*:\n ID_VENDOR_FROM_DATABASE={1}".format(row[1].strip(), row[0].strip()))
print('# This file is part of systemd.\n'
'#\n'
@@ -76,5 +28,5 @@ print('# This file is part of systemd.\n'
'# https://uefi.org/uefi-pnp-export\n'
'# https://uefi.org/uefi-acpi-export')
-read_table(a)
-read_table(b)
+read_table("acpi_id_registry.html")
+read_table("pnp_id_registry.html")
diff --git a/hwdb.d/acpi_id_registry.html b/hwdb.d/acpi_id_registry.html
index 5b09a7a2f2a..5081796f318 100644
--- a/hwdb.d/acpi_id_registry.html
+++ b/hwdb.d/acpi_id_registry.html
@@ -1,133 +1,123 @@
-<html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- </head>
- <body>
- <table>
- <thead><tr><th>Company</th><th>ACPI ID</th><th>Approved on Date</th></tr></thead> <tbody> <tr class="odd"><td>Aava Mobile Oy</td><td>AAVA</td><td>04/02/2014</td> </tr>
- <tr class="even"><td>AMD</td><td>AMDI</td><td>08/06/2014</td> </tr>
- <tr class="odd"><td>Applied Micro Circuits Corporation</td><td>APMC</td><td>11/14/2013</td> </tr>
- <tr class="even"><td>Aptina Imaging Corporation</td><td>APTA</td><td>10/28/2013</td> </tr>
- <tr class="odd"><td>ARM Ltd.</td><td>ARMH</td><td>08/13/2012</td> </tr>
- <tr class="even"><td>ARM Ltd.</td><td>ARML</td><td>02/24/2015</td> </tr>
- <tr class="odd"><td>ASUS</td><td>ASUS</td><td>09/13/2012</td> </tr>
- <tr class="even"><td>Atmel</td><td>ATML</td><td>11/17/2011</td> </tr>
- <tr class="odd"><td>AuthenTec</td><td>AUTH</td><td>06/01/2012</td> </tr>
- <tr class="even"><td>Broadcom Corporation</td><td>BRCM</td><td>05/14/2015</td> </tr>
- <tr class="odd"><td>Capella Microsystems Inc.</td><td>CPLM</td><td>05/09/2012</td> </tr>
- <tr class="even"><td>Dell, Inc.</td><td>DLLK</td><td>04/17/2012</td> </tr>
- <tr class="odd"><td>Dell, Inc.</td><td>DELL</td><td>07/26/2012</td> </tr>
- <tr class="even"><td>ELAN MICROELECTRONICS CORPORATION</td><td>ELAN</td><td>11/14/2014</td> </tr>
- <tr class="odd"><td>Everest Semiconductor Co., Ltd.</td><td>ESSX</td><td>11/17/2014</td> </tr>
- <tr class="even"><td>FocalTech Systems Co., Ltd.</td><td>FTSC</td><td>07/23/2013</td> </tr>
- <tr class="odd"><td>Freescale, Inc</td><td>FRSC</td><td>01/01/2010</td> </tr>
- <tr class="even"><td>Fuzhou Rockchip Electronics Co., Ltd.</td><td>RKCP</td><td>07/20/2015</td> </tr>
- <tr class="odd"><td>Google, Inc.</td><td>GOOG</td><td>12/05/2013</td> </tr>
- <tr class="even"><td>Hewlett-Packard Company</td><td>HPQC</td><td>11/26/2012</td> </tr>
- <tr class="odd"><td>Hewlett Packard Enterprise</td><td>HWPE</td><td>01/15/2015</td> </tr>
- <tr class="even"><td>Himax Technologies, Inc.</td><td>HIMX</td><td>03/19/2014</td> </tr>
- <tr class="odd"><td>HiSilicon Technologies Co., Ltd.</td><td>HISI</td><td>11/14/2014</td> </tr>
- <tr class="even"><td>HP Inc. </td><td>HPIC</td><td>01/15/2015</td> </tr>
- <tr class="odd"><td>HTBLuVA Mödling</td><td>HTLM</td><td>02/18/2014</td> </tr>
- <tr class="even"><td>IBM</td><td>IBMX</td><td>11/15/2012</td> </tr>
- <tr class="odd"><td>Impinj</td><td>IMPJ</td><td>08/14/2012</td> </tr>
- <tr class="even"><td>Inphi Corporation</td><td>IPHI</td><td>07/15/2014</td> </tr>
- <tr class="odd"><td>Intel Corporation</td><td>ACPI</td><td>11/18/2011</td> </tr>
- <tr class="even"><td>Intel Corporation</td><td>INTC</td><td>01/01/2010</td> </tr>
- <tr class="odd"><td>Intel Corporation</td><td>INTL</td><td>01/01/2010</td> </tr>
- <tr class="even"><td>Invensense, Inc</td><td>INVN</td><td>02/09/2012</td> </tr>
- <tr class="odd"><td>IP3 Technology Ltd.</td><td>IP3T</td><td>11/11/2013</td> </tr>
- <tr class="even"><td>Kionix, Inc.</td><td>KIOX</td><td>12/23/2013</td> </tr>
- <tr class="odd"><td>Lenovo Beijing Co. Ltd.</td><td>IDEA</td><td>05/22/2012</td> </tr>
- <tr class="even"><td>Linaro, Ltd.</td><td>LNRO</td><td>11/26/2013</td> </tr>
- <tr class="odd"><td>Microsoft Corporation</td><td>MSAY</td><td>03/01/2012</td> </tr>
- <tr class="even"><td>Microsoft Corporation</td><td>MSFT</td><td>01/01/2010</td> </tr>
- <tr class="odd"><td>Microsoft Corporation</td><td>MSHW</td><td>01/10/2011</td> </tr>
- <tr class="even"><td>MIPI Alliance</td><td>MIPI</td><td>04/17/2015</td> </tr>
- <tr class="odd"><td>Nuvoton Technology Corporation</td><td>NVTN</td><td>11/14/2014</td> </tr>
- <tr class="even"><td>Nvidia</td><td>NVDA</td><td>01/01/2010</td> </tr>
- <tr class="odd"><td>OmniVision Technologies, Inc.</td><td>OVTI</td><td>02/26/2014</td> </tr>
- <tr class="even"><td>Pegatron Corporation</td><td>PEGA</td><td>08/27/2013</td> </tr>
- <tr class="odd"><td>Qualcomm Inc</td><td>QCOM</td><td>01/01/2010</td> </tr>
- <tr class="even"><td>REALTEK Semiconductor Corp. </td><td>OBDA</td><td>11/07/2013</td> </tr>
- <tr class="odd"><td>Red Hat, Inc.</td><td>QEMU</td><td>07/30/2015</td> </tr>
- <tr class="even"><td>Robert Bosch GmbH</td><td>BOSC</td><td>05/16/2014</td> </tr>
- <tr class="odd"><td>Rozsnyó, s.r.o.</td><td>RZSN</td><td>03/24/2014</td> </tr>
- <tr class="even"><td>Sharp Corporation</td><td>SHRP</td><td>01/27/2015</td> </tr>
- <tr class="odd"><td>Shenzhen DSO Microelectronics Co.,Ltd.</td><td>DSUO</td><td>10/10/2013</td> </tr>
- <tr class="even"><td>Shenzhen South-Top Computer Co., Ltd.</td><td>ST86</td><td>12/06/2013</td> </tr>
- <tr class="odd"><td>Shenzhen three Connaught Information Technology Co., Ltd. (3nod Group)</td><td>3NOD</td><td>09/23/2013</td> </tr>
- <tr class="even"><td>Sierra Wireless</td><td>SWEM</td><td>01/22/2013</td> </tr>
- <tr class="odd"><td>Sony Corporation</td><td>SONY</td><td>09/12/2012</td> </tr>
- <tr class="even"><td>Synaptics Inc</td><td>SYNA</td><td>11/17/2011</td> </tr>
- <tr class="odd"><td>Teracue AG</td><td>TCAG</td><td>12/07/2012</td> </tr>
- <tr class="even"><td>Texas Instruments</td><td>TXNW</td><td>01/01/2010</td> </tr>
- <tr class="odd"><td>The Linux Foundation</td><td>LNUX</td><td>04/04/2014</td> </tr>
- <tr class="even"><td>Dynabook Inc.</td><td>TOSB</td><td>07/07/2015</td> </tr>
- <tr class="odd"><td>VAIO Corporation</td><td>VAIO</td><td>04/18/2014</td> </tr>
- <tr class="even"><td>Validity Sensors, Inc</td><td>VFSI</td><td>06/17/2013</td> </tr>
- <tr class="odd"><td>Wacom</td><td>WCOM</td><td>11/17/2011</td> </tr>
- <tr class="even"><td>Winsider Seminars &amp; Solutions Inc.</td><td>WSDR</td><td>07/07/2015</td> </tr>
- <tr class="odd"><td>Maxim Integrated</td><td>MXIM</td><td>10/16/2015</td> </tr>
- <tr class="even"><td>Xiaomi Inc.</td><td>XMCC</td><td>12/08/2015</td> </tr>
- <tr class="odd"><td>u-blox AG</td><td>UBLX</td><td>12/08/2015</td> </tr>
- <tr class="even"><td>Raydium Semiconductor Corporation</td><td>RAYD</td><td>04/13/2016</td> </tr>
- <tr class="odd"><td>Dialog Semiconductor PLC</td><td>DLGS</td><td>04/27/2016</td> </tr>
- <tr class="even"><td>OmniPreSense</td><td>OMPS</td><td>05/25/2016</td> </tr>
- <tr class="odd"><td>CoreOS, Inc</td><td>CORE</td><td>07/01/2016</td> </tr>
- <tr class="even"><td>Microchip Technology Inc</td><td>MCHP</td><td>08/03/2016</td> </tr>
- <tr class="odd"><td>Green Hills Software</td><td>GHSW</td><td>08/11/2016</td> </tr>
- <tr class="even"><td>AAEON Technology Inc.</td><td>AANT</td><td>09/01/2016</td> </tr>
- <tr class="odd"><td>VR Technology Holdings Limited </td><td>3GVR</td><td>01/19/2017</td> </tr>
- <tr class="even"><td>Exar Corporation</td><td>EXAR</td><td>02/28/2017</td> </tr>
- <tr class="odd"><td>Coreboot Project</td><td>BOOT</td><td>02/28/2017</td> </tr>
- <tr class="even"><td>Marvell Technology Group Ltd.</td><td>MRVL</td><td>05/25/2017</td> </tr>
- <tr class="odd"><td>IHSE GmbH</td><td>IHSE</td><td>06/22/2017</td> </tr>
- <tr class="even"><td>Insyde Software</td><td>INSY</td><td>11/10/2017</td> </tr>
- <tr class="odd"><td>Nexstgo Company Limited</td><td>NXGO</td><td>11/13/2017</td> </tr>
- <tr class="even"><td>Ampere Computing</td><td>AMPC</td><td>03/29/2018</td> </tr>
- <tr class="odd"><td>IDEMIA</td><td>IDEM</td><td>06/26/2018</td> </tr>
- <tr class="even"><td>Vishay Intertechnology, Inc.</td><td>VSHY</td><td>07/09/2018</td> </tr>
- <tr class="odd"><td>DMIST RESEARCH LTD</td><td>DMST</td><td>07/09/2018</td> </tr>
- <tr class="even"><td>COMHEAR, INC.</td><td>CMHR</td><td>08/02/2018</td> </tr>
- <tr class="odd"><td>Sensel, Inc.</td><td>SNSL</td><td>08/20/2018</td> </tr>
- <tr class="even"><td>G2touch Co., LTD</td><td>GTCH</td><td>12/04/2018</td> </tr>
- <tr class="odd"><td>Guizhou Huaxintong Semiconductor Technology Co., Ltd</td><td>HXTS</td><td>01/18/2019</td> </tr>
- <tr class="even"><td>Amazon Corporation</td><td>AMZN</td><td>02/06/2019</td> </tr>
- <tr class="odd"><td>ASEM S.p.A.</td><td>ASEM</td><td>04/29/2019</td> </tr>
- <tr class="even"><td>Fujitsu Limited</td><td>FUJI</td><td>06/18/2019</td> </tr>
- <tr class="odd"><td>Phytium Technology Co. Ltd.</td><td>PHYT</td><td>02/14/2020</td> </tr>
- <tr class="even"><td>CHENGDU HAIGUANG IC DESIGN CO., LTD</td><td>HYGO</td><td>07/15/2020</td> </tr>
- <tr class="odd"><td>PixArt imaging inc.</td><td>PIXA</td><td>07/15/2020</td> </tr>
- <tr class="even"><td>Loongson Technology Corporation Limited</td><td>LOON</td><td>09/10/2020</td> </tr>
- <tr class="odd"><td>Seiko Epson Corporation</td><td>SECC</td><td>02/16/2021</td> </tr>
- <tr class="even"><td>Alibaba Co., Ltd.</td><td>BABA</td><td>02/02/2021</td> </tr>
- <tr class="odd"><td>Juniper Systems, Inc.</td><td>JSYS</td><td>03/18/2021</td> </tr>
- <tr class="even"><td>Framework Computer LLC</td><td>FRMW</td><td>03/22/2021</td> </tr>
- <tr class="odd"><td>Pensando Systems, Inc.</td><td>PNSO</td><td>03/24/2021</td> </tr>
- <tr class="even"><td>Dynabook Inc.</td><td>DNBK</td><td>06/01/2021</td> </tr>
- <tr class="odd"><td>Dioo Microcircuits Co., Ltd. Jiangsu</td><td>DIOO</td><td>06/04/2021</td> </tr>
- <tr class="even"><td>Purism SPC</td><td>PURI</td><td>06/10/2021</td> </tr>
- <tr class="odd"><td>Lontium Semiconductor Corporation</td><td>LTSC</td><td>07/21/2021</td> </tr>
- <tr class="even"><td>Wacom Technology</td><td>WACF</td><td>09/21/2021</td> </tr>
- <tr class="odd"><td>Shanghai Aiwei Electronic Technology Co., Ltd.</td><td>AWDZ</td><td>12/31/2021</td> </tr>
- <tr class="even"><td>Silicom Ltd. Connectivity Solutions</td><td>SILC</td><td>03/28/2022</td> </tr>
- <tr class="odd"><td>NOLO Co., Ltd.</td><td>NOLO</td><td>03/28/2022</td> </tr>
- <tr class="even"><td>GoUp Co.,Ltd</td><td>GOUP</td><td>06/24/2022</td> </tr>
- <tr class="odd"><td>Shenzhen Jaguar Microsystems Co.,Ltd.</td><td>JMIC</td><td>09/23/2022</td> </tr>
- <tr class="even"><td>Elliptic Laboratories AS</td><td>ELAS</td><td>10/20/2022</td> </tr>
- <tr class="odd"><td>Micro Crystal AG</td><td>MCRY</td><td>11/10/2022</td> </tr>
- <tr class="even"><td>Cix Technology (Shanghai) Co., Ltd. </td><td>CIXH</td><td>11/16/2022</td> </tr>
- <tr class="odd"><td>EyeTech Digital Systems</td><td>ETDS</td><td>11/29/2022</td> </tr>
- <tr class="even"><td>Raspberry Pi</td><td>RPIL</td><td>02/22/2023</td> </tr>
- <tr class="odd"><td>Shenzhen Istaric Technology Co., Ltd.</td><td>ISIC</td><td>04/24/2023</td> </tr>
- <tr class="even"><td>Cirque Corporation</td><td>CIRQ</td><td>05/09/2023</td> </tr>
- <tr class="odd"><td>Rivos Inc.</td><td>RVOS</td><td>06/07/2023</td> </tr>
- <tr class="even"><td>Beijer Electronics AB</td><td>BECS</td><td>06/07/2023</td> </tr>
- <tr class="odd"><td>ILI Technology Corp</td><td>ILIT</td><td>06/20/2023</td> </tr>
- <tr class="even"><td>Hangzhou hj-micro Technology Co., Ltd</td><td>HJMC</td><td>07/31/2023</td> </tr>
- <tr class="odd"><td>RISC-V International (RVI)</td><td>RSCV</td><td>10/23/2023</td> </tr>
- </tbody>
- </table>
- </body>
-</html> \ No newline at end of file
+Company,"ACPI ID","Approved On Date"
+"Aava Mobile Oy",AAVA,04/02/2014
+AMD,AMDI,08/06/2014
+"Applied Micro Circuits Corporation",APMC,11/14/2013
+"Aptina Imaging Corporation",APTA,10/28/2013
+"ARM Ltd.",ARMH,08/13/2012
+"ARM Ltd.",ARML,02/24/2015
+ASUS,ASUS,09/13/2012
+Atmel,ATML,11/17/2011
+AuthenTec,AUTH,06/01/2012
+"Broadcom Corporation",BRCM,05/14/2015
+"Capella Microsystems Inc.",CPLM,05/09/2012
+"Dell, Inc.",DLLK,04/17/2012
+"Dell, Inc.",DELL,07/26/2012
+"ELAN MICROELECTRONICS CORPORATION",ELAN,11/14/2014
+"Everest Semiconductor Co., Ltd.",ESSX,11/17/2014
+"FocalTech Systems Co., Ltd.",FTSC,07/23/2013
+"Freescale, Inc",FRSC,01/01/2010
+"Fuzhou Rockchip Electronics Co., Ltd.",RKCP,07/20/2015
+"Google, Inc.",GOOG,12/05/2013
+"Hewlett-Packard Company",HPQC,11/26/2012
+"Hewlett Packard Enterprise",HWPE,01/15/2015
+"Himax Technologies, Inc.",HIMX,03/19/2014
+"HiSilicon Technologies Co., Ltd.",HISI,11/14/2014
+"HP Inc.",HPIC,01/15/2015
+"HTBLuVA Mödling",HTLM,02/18/2014
+IBM,IBMX,11/15/2012
+Impinj,IMPJ,08/14/2012
+"Inphi Corporation",IPHI,07/15/2014
+"Intel Corporation",ACPI,11/18/2011
+"Intel Corporation",INTC,01/01/2010
+"Intel Corporation",INTL,01/01/2010
+"Invensense, Inc",INVN,02/09/2012
+"IP3 Technology Ltd.",IP3T,11/11/2013
+"Kionix, Inc.",KIOX,12/23/2013
+"Lenovo Beijing Co. Ltd.",IDEA,05/22/2012
+"Linaro, Ltd.",LNRO,11/26/2013
+"Microsoft Corporation",MSAY,03/01/2012
+"Microsoft Corporation",MSFT,01/01/2010
+"Microsoft Corporation",MSHW,01/10/2011
+"MIPI Alliance",MIPI,04/17/2015
+"Nuvoton Technology Corporation",NVTN,11/14/2014
+Nvidia,NVDA,01/01/2010
+"OmniVision Technologies, Inc.",OVTI,02/26/2014
+"Pegatron Corporation",PEGA,08/27/2013
+"Qualcomm Inc",QCOM,01/01/2010
+"REALTEK Semiconductor Corp.",OBDA,11/07/2013
+"Red Hat, Inc.",QEMU,07/30/2015
+"Robert Bosch GmbH",BOSC,05/16/2014
+"Rozsnyó, s.r.o.",RZSN,03/24/2014
+"Sharp Corporation",SHRP,01/27/2015
+"Shenzhen DSO Microelectronics Co.,Ltd.",DSUO,10/10/2013
+"Shenzhen South-Top Computer Co., Ltd.",ST86,12/06/2013
+"Shenzhen three Connaught Information Technology Co., Ltd. (3nod Group)",3NOD,09/23/2013
+"Sierra Wireless",SWEM,01/22/2013
+"Sony Corporation",SONY,09/12/2012
+"Synaptics Inc",SYNA,11/17/2011
+"Teracue AG",TCAG,12/07/2012
+"Texas Instruments",TXNW,01/01/2010
+"The Linux Foundation",LNUX,04/04/2014
+"Dynabook Inc.",TOSB,07/07/2015
+"VAIO Corporation",VAIO,04/18/2014
+"Validity Sensors, Inc",VFSI,06/17/2013
+Wacom,WCOM,11/17/2011
+"Winsider Seminars & Solutions Inc.",WSDR,07/07/2015
+"Maxim Integrated",MXIM,10/16/2015
+"Xiaomi Inc.",XMCC,12/08/2015
+"u-blox AG",UBLX,12/08/2015
+"Raydium Semiconductor Corporation",RAYD,04/13/2016
+"Dialog Semiconductor PLC",DLGS,04/27/2016
+OmniPreSense,OMPS,05/25/2016
+"CoreOS, Inc",CORE,07/01/2016
+"Microchip Technology Inc",MCHP,08/03/2016
+"Green Hills Software",GHSW,08/11/2016
+"AAEON Technology Inc.",AANT,09/01/2016
+"VR Technology Holdings Limited",3GVR,01/19/2017
+"Exar Corporation",EXAR,02/28/2017
+"Coreboot Project",BOOT,02/28/2017
+"Marvell Technology Group Ltd.",MRVL,05/25/2017
+"IHSE GmbH",IHSE,06/22/2017
+"Insyde Software",INSY,11/10/2017
+"Nexstgo Company Limited",NXGO,11/13/2017
+"Ampere Computing",AMPC,03/29/2018
+IDEMIA,IDEM,06/26/2018
+"Vishay Intertechnology, Inc.",VSHY,07/09/2018
+"DMIST RESEARCH LTD",DMST,07/09/2018
+"COMHEAR, INC.",CMHR,08/02/2018
+"Sensel, Inc.",SNSL,08/20/2018
+"G2touch Co., LTD",GTCH,12/04/2018
+"Guizhou Huaxintong Semiconductor Technology Co., Ltd",HXTS,01/18/2019
+"Amazon Corporation",AMZN,02/06/2019
+"ASEM S.p.A.",ASEM,04/29/2019
+"Fujitsu Limited",FUJI,06/18/2019
+"Phytium Technology Co. Ltd.",PHYT,02/14/2020
+"CHENGDU HAIGUANG IC DESIGN CO., LTD",HYGO,07/15/2020
+"PixArt imaging inc.",PIXA,07/15/2020
+"Loongson Technology Corporation Limited",LOON,09/10/2020
+"Seiko Epson Corporation",SECC,02/16/2021
+"Alibaba Co., Ltd.",BABA,02/02/2021
+"Juniper Systems, Inc.",JSYS,03/18/2021
+"Framework Computer LLC",FRMW,03/22/2021
+"Pensando Systems, Inc.",PNSO,03/24/2021
+"Dynabook Inc.",DNBK,06/01/2021
+"Dioo Microcircuits Co., Ltd. Jiangsu",DIOO,06/04/2021
+"Purism SPC",PURI,06/10/2021
+"Lontium Semiconductor Corporation",LTSC,07/21/2021
+"Wacom Technology",WACF,09/21/2021
+"Shanghai Aiwei Electronic Technology Co., Ltd.",AWDZ,12/31/2021
+"Silicom Ltd. Connectivity Solutions",SILC,03/28/2022
+"NOLO Co., Ltd.",NOLO,03/28/2022
+"GoUp Co.,Ltd",GOUP,06/24/2022
+"Shenzhen Jaguar Microsystems Co.,Ltd.",JMIC,09/23/2022
+"Elliptic Laboratories AS",ELAS,10/20/2022
+"Micro Crystal AG",MCRY,11/10/2022
+"Cix Technology (Shanghai) Co., Ltd.",CIXH,11/16/2022
+"EyeTech Digital Systems",ETDS,11/29/2022
+"Raspberry Pi",RPIL,02/22/2023
+"Shenzhen Istaric Technology Co., Ltd.",ISIC,04/24/2023
+"Cirque Corporation",CIRQ,05/09/2023
+"Rivos Inc.",RVOS,06/07/2023
+"Beijer Electronics AB",BECS,06/07/2023
+"ILI Technology Corp",ILIT,06/20/2023
+"Hangzhou hj-micro Technology Co., Ltd",HJMC,07/31/2023 \ No newline at end of file
diff --git a/hwdb.d/ma-large.txt b/hwdb.d/ma-large.txt
index df5ec08681a..09d459f55db 100644
--- a/hwdb.d/ma-large.txt
+++ b/hwdb.d/ma-large.txt
@@ -347,12 +347,6 @@ FC500C (base 16) Sitehop Ltd
Sheffield South Yorkshire S1 2BX
GB
-84-27-12 (hex) Silicon Laboratories
-842712 (base 16) Silicon Laboratories
- 400 West Cesar Chavez Street
- Austin TX 78701
- US
-
CC-EB-5E (hex) Xiaomi Communications Co Ltd
CCEB5E (base 16) Xiaomi Communications Co Ltd
#019, 9th Floor, Building 6, 33 Xi'erqi Middle Road
@@ -413,12 +407,6 @@ ACD75B (base 16) Sagemcom Broadband SAS
Rueil Malmaison Cedex hauts de seine 92848
FR
-38-39-8F (hex) Silicon Laboratories
-38398F (base 16) Silicon Laboratories
- 400 West Cesar Chavez Street
- Austin TX 78701
- US
-
B4-C2-E0 (hex) Bouffalo Lab (Nanjing) Co., Ltd.
B4C2E0 (base 16) Bouffalo Lab (Nanjing) Co., Ltd.
5F, Gongxiang Space, No.100 Tuanjie Road, Nanjing, China
@@ -2249,12 +2237,6 @@ E8D775 (base 16) HUAWEI TECHNOLOGIES CO.,LTD
Sunnyvale 94086
US
-98-0C-33 (hex) Silicon Laboratories
-980C33 (base 16) Silicon Laboratories
- 7000 W. William Cannon Dr.
- Austin TX 78735
- US
-
B4-ED-D5 (hex) Quectel Wireless Solutions Co.,Ltd.
B4EDD5 (base 16) Quectel Wireless Solutions Co.,Ltd.
7th Floor, Hongye Building, No.1801 Hongmei Road, Xuhui District
@@ -7064,12 +7046,6 @@ A03B01 (base 16) Kyung In Electronics
DONG GUAN GUANG DONG 523860
CN
-5C-DE-34 (hex) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
-5CDE34 (base 16) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
- 3/F, Building R1-B, High-Tech Industrial Park, Nanshan District
- Shenzhen Guangdong 518057
- CN
-
A0-A3-F0 (hex) D-Link International
A0A3F0 (base 16) D-Link International
1 Internal Business Park, #03-12,The Synergy
@@ -16106,12 +16082,6 @@ DC0B34 (base 16) LG Electronics (Mobile Communications)
Seoul 153-801
KR
-50-3A-A0 (hex) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
-503AA0 (base 16) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
- 3/F, Building R1-B, High-Tech Industrial Park, Nanshan District
- Shenzhen Guangdong 518057
- CN
-
B0-95-8E (hex) TP-LINK TECHNOLOGIES CO.,LTD.
B0958E (base 16) TP-LINK TECHNOLOGIES CO.,LTD.
Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan
@@ -41135,12 +41105,6 @@ F8ACC1 (base 16) InnoXings Co., LTD.
Sao Joao da Madeira Aveiro 3700-121
PT
-7C-C6-B6 (hex) Silicon Laboratories
-7CC6B6 (base 16) Silicon Laboratories
- 400 West Cesar Chavez Street
- Austin TX 78701
- US
-
5C-F8-38 (hex) IEEE Registration Authority
5CF838 (base 16) IEEE Registration Authority
445 Hoes Lane
@@ -41633,6 +41597,90 @@ BC37D3 (base 16) Apple, Inc.
Cupertino CA 95014
US
+BC-EA-9C (hex) ITEL MOBILE LIMITED
+BCEA9C (base 16) ITEL MOBILE LIMITED
+ RM B3 & B4 BLOCK B, KO FAI INDUSTRIAL BUILDING NO.7 KO FAI ROAD, YAU TONG, KLN, H.K
+ Hong Kong KOWLOON 999077
+ HK
+
+28-D2-5A (hex) Infinix mobility limited
+28D25A (base 16) Infinix mobility limited
+ RMS 05-15, 13A/F SOUTH TOWER WORLD FINANCE CTR HARBOUR CITY 17 CANTON RD TST KLN HONG KONG
+ HongKong HongKong 999077
+ HK
+
+80-EA-0B (hex) Zyxel Communications Corporation
+80EA0B (base 16) Zyxel Communications Corporation
+ No. 6, Innovation Road II
+ Hsinchu 300
+ TW
+
+98-2F-86 (hex) vivo Mobile Communication Co., Ltd.
+982F86 (base 16) vivo Mobile Communication Co., Ltd.
+ No.1, vivo Road, Chang'an
+ Dongguan Guangdong 523860
+ CN
+
+04-E4-B6 (hex) Samsung Electronics Co.,Ltd
+04E4B6 (base 16) Samsung Electronics Co.,Ltd
+ 129, Samsung-ro, Youngtongl-Gu
+ Suwon Gyeonggi-Do 16677
+ KR
+
+04-79-FD (hex) Ciena Corporation
+0479FD (base 16) Ciena Corporation
+ 900 International Drive
+ Linthicum MD 21090-2200
+ US
+
+50-98-93 (hex) Texas Instruments
+509893 (base 16) Texas Instruments
+ 12500 TI Blvd
+ Dallas TX 75243
+ US
+
+6C-83-38 (hex) Ubihere
+6C8338 (base 16) Ubihere
+ 4621 Lyman Drive
+ Hilliard OH 43026
+ US
+
+50-3A-A0 (hex) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
+503AA0 (base 16) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
+ 6th Floor, South Section, Building 23, Keyuan West, NO.1 Kezhi West Road, Science and Technology Community, Yuehai Street, Nanshan District
+ Shenzhen Guangdong 518057
+ CN
+
+5C-DE-34 (hex) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
+5CDE34 (base 16) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
+ 6th Floor, South Section, Building 23, Keyuan West, NO.1 Kezhi West Road, Science and Technology Community, Yuehai Street, Nanshan District
+ Shenzhen Guangdong 518057
+ CN
+
+98-0C-33 (hex) Silicon Laboratories
+980C33 (base 16) Silicon Laboratories
+ 400 West Cesar Chavez
+ Austin TX 78701
+ US
+
+38-39-8F (hex) Silicon Laboratories
+38398F (base 16) Silicon Laboratories
+ 400 West Cesar Chavez
+ Austin TX 78701
+ US
+
+84-27-12 (hex) Silicon Laboratories
+842712 (base 16) Silicon Laboratories
+ 400 West Cesar Chavez
+ Austin TX 78701
+ US
+
+7C-C6-B6 (hex) Silicon Laboratories
+7CC6B6 (base 16) Silicon Laboratories
+ 400 West Cesar Chavez
+ Austin TX 78701
+ US
+
00-01-30 (hex) Extreme Networks Headquarters
000130 (base 16) Extreme Networks Headquarters
2121 RDU Center Drive
@@ -42059,12 +42107,6 @@ BCB6FB (base 16) P4Q ELECTRONICS, S.L.
Seoul 08589
KR
-28-DB-A7 (hex) Silicon Laboratories
-28DBA7 (base 16) Silicon Laboratories
- 400 West Cesar Chavez Street
- Austin TX 78701
- US
-
18-A7-88 (hex) Shenzhen MEK Intellisys Pte Ltd
18A788 (base 16) Shenzhen MEK Intellisys Pte Ltd
Room 6C, 6th Floor, KeChuang Mansion, Quanzhi Technology Park, HouTing, Shajing Town, BaoAn District
@@ -42179,12 +42221,6 @@ D015BB (base 16) IEEE Registration Authority
Vantaa 01510
FI
-0C-AE-5F (hex) Silicon Laboratories
-0CAE5F (base 16) Silicon Laboratories
- 400 West Cesar Chavez Street
- Austin TX 78701
- US
-
D0-48-4F (hex) Nokia Solutions and Networks GmbH & Co. KG
D0484F (base 16) Nokia Solutions and Networks GmbH & Co. KG
Werinherstrasse 91
@@ -43181,12 +43217,6 @@ E01F6A (base 16) Huawei Device Co., Ltd.
ShenZhen GuangDong 518000
CN
-A4-6D-D4 (hex) Silicon Laboratories
-A46DD4 (base 16) Silicon Laboratories
- 7000 W. William Cannon Dr.
- Austin TX 78735
- US
-
2C-70-4F (hex) zte corporation
2C704F (base 16) zte corporation
12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China
@@ -43937,12 +43967,6 @@ C80A35 (base 16) Qingdao Hisense Smart Life Technology Co., Ltd
Qingdao Shandong 266100
CN
-60-B6-47 (hex) Silicon Laboratories
-60B647 (base 16) Silicon Laboratories
- 7000 W. William Cannon Dr.
- Austin TX 78735
- US
-
88-6D-2D (hex) Huawei Device Co., Ltd.
886D2D (base 16) Huawei Device Co., Ltd.
No.2 of Xincheng Road, Songshan Lake Zone
@@ -44255,12 +44279,6 @@ D0CF0E (base 16) Sagemcom Broadband SAS
Rueil Malmaison Cedex hauts de seine 92848
FR
-5C-C7-C1 (hex) Silicon Laboratories
-5CC7C1 (base 16) Silicon Laboratories
- 7000 W. William Cannon Dr.
- Austin TX 78735
- US
-
10-5F-02 (hex) Private
105F02 (base 16) Private
@@ -44576,12 +44594,6 @@ D492B9 (base 16) ORION NOVA, S.L.
INVERIGO CO 22044
IT
-6C-5C-B1 (hex) Silicon Laboratories
-6C5CB1 (base 16) Silicon Laboratories
- 7000 W. William Cannon Dr.
- Austin TX 78735
- US
-
80-FD-7B (hex) BLU Products Inc
80FD7B (base 16) BLU Products Inc
10814 NW 33rd Street
@@ -44672,12 +44684,6 @@ A0218B (base 16) ACE Antenna Co., ltd
San Jose CA 95131
US
-34-25-B4 (hex) Silicon Laboratories
-3425B4 (base 16) Silicon Laboratories
- 7000 W. William Cannon Dr.
- Austin TX 78735
- US
-
40-B1-5C (hex) HUAWEI TECHNOLOGIES CO.,LTD
40B15C (base 16) HUAWEI TECHNOLOGIES CO.,LTD
No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park
@@ -46712,12 +46718,6 @@ CC7190 (base 16) VIETNAM POST AND TELECOMMUNICATION INDUSTRY TECHNOLOGY JOI
HANOI Hanoi 100000
VN
-24-69-8E (hex) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
-24698E (base 16) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
- 3/F, Building R1-B, High-Tech Industrial Park, Nanshan District
- Shenzhen Guangdong 518057
- CN
-
48-BD-4A (hex) HUAWEI TECHNOLOGIES CO.,LTD
48BD4A (base 16) HUAWEI TECHNOLOGIES CO.,LTD
No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park
@@ -58166,12 +58166,6 @@ D455BE (base 16) SHENZHEN FAST TECHNOLOGIES CO.,LTD
Shenzhen Guangdong 518057
CN
-64-0D-CE (hex) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
-640DCE (base 16) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
- 3/F, Building R1-B, High-Tech Industrial Park, Nanshan District
- Shenzhen Guangdong 518057
- CN
-
B8-BB-23 (hex) Guangdong Nufront CSC Co., Ltd
B8BB23 (base 16) Guangdong Nufront CSC Co., Ltd
A403-414, Building 13, No.232 Waihuan East Road, Higher Education Mega Center, Guangdong 510006, China
@@ -82550,12 +82544,6 @@ B8B1EA (base 16) Honor Device Co., Ltd.
Spring TX 77389
US
-58-3B-C2 (hex) Silicon Laboratories
-583BC2 (base 16) Silicon Laboratories
- 400 West Cesar Chavez Street
- Austin TX 78701
- US
-
30-50-F1 (hex) Ennoconn Corporation.
3050F1 (base 16) Ennoconn Corporation.
3-6F,No.10,JiangKang Rd.,Zhonghe Dist.,New Taipei City 23586,Taiwan
@@ -82757,18 +82745,6 @@ E82587 (base 16) Shenzhen Chilink IoT Technology Co., Ltd.
Taito-ku Tokyo 110-0016
JP
-8C-55-70 (hex) IEEE Registration Authority
-8C5570 (base 16) IEEE Registration Authority
- 445 Hoes Lane
- Piscataway NJ 08554
- US
-
-A0-E0-25 (hex) Provision-ISR
-A0E025 (base 16) Provision-ISR
- Atir Yeda 11
- Kfar Saba 4464310
- IL
-
F4-FE-3E (hex) Apple, Inc.
F4FE3E (base 16) Apple, Inc.
1 Infinite Loop
@@ -82787,6 +82763,12 @@ F4FE3E (base 16) Apple, Inc.
Cupertino CA 95014
US
+14-55-B9 (hex) Nokia Solutions and Networks GmbH & Co. KG
+1455B9 (base 16) Nokia Solutions and Networks GmbH & Co. KG
+ Werinherstrasse 91
+ München Bavaria D-81541
+ DE
+
F4-39-A6 (hex) Apple, Inc.
F439A6 (base 16) Apple, Inc.
1 Infinite Loop
@@ -82799,11 +82781,119 @@ FC5557 (base 16) Apple, Inc.
Cupertino CA 95014
US
-14-55-B9 (hex) Nokia Solutions and Networks GmbH & Co. KG
-1455B9 (base 16) Nokia Solutions and Networks GmbH & Co. KG
- Werinherstrasse 91
- München Bavaria D-81541
- DE
+8C-55-70 (hex) IEEE Registration Authority
+8C5570 (base 16) IEEE Registration Authority
+ 445 Hoes Lane
+ Piscataway NJ 08554
+ US
+
+A0-E0-25 (hex) Provision-ISR
+A0E025 (base 16) Provision-ISR
+ Atir Yeda 11
+ Kfar Saba 4464310
+ IL
+
+9C-24-72 (hex) Sagemcom Broadband SAS
+9C2472 (base 16) Sagemcom Broadband SAS
+ 250, route de l'Empereur
+ Rueil Malmaison Cedex hauts de seine 92848
+ FR
+
+80-85-44 (hex) Intelbras
+808544 (base 16) Intelbras
+ BR 101, km 210, S/N°
+ São José Santa Catarina 88104800
+ BR
+
+78-CD-55 (hex) Texas Instruments
+78CD55 (base 16) Texas Instruments
+ 12500 TI Blvd
+ Dallas TX 75243
+ US
+
+8C-08-79 (hex) Texas Instruments
+8C0879 (base 16) Texas Instruments
+ 12500 TI Blvd
+ Dallas TX 75243
+ US
+
+68-23-B0 (hex) Texas Instruments
+6823B0 (base 16) Texas Instruments
+ 12500 TI Blvd
+ Dallas TX 75243
+ US
+
+24-69-8E (hex) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
+24698E (base 16) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
+ 6th Floor, South Section, Building 23, Keyuan West, NO.1 Kezhi West Road, Science and Technology Community, Yuehai Street, Nanshan District
+ Shenzhen Guangdong 518057
+ CN
+
+64-0D-CE (hex) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
+640DCE (base 16) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
+ 6th Floor, South Section, Building 23, Keyuan West, NO.1 Kezhi West Road, Science and Technology Community, Yuehai Street, Nanshan District
+ Shenzhen Guangdong 518057
+ CN
+
+F8-F5-19 (hex) Rulogic Inc.
+F8F519 (base 16) Rulogic Inc.
+ 501 Silverside Road, Suite 105
+ Wilmington DE 19809
+ US
+
+A4-6D-D4 (hex) Silicon Laboratories
+A46DD4 (base 16) Silicon Laboratories
+ 400 West Cesar Chavez
+ Austin TX 78701
+ US
+
+0C-AE-5F (hex) Silicon Laboratories
+0CAE5F (base 16) Silicon Laboratories
+ 400 West Cesar Chavez
+ Austin TX 78701
+ US
+
+28-DB-A7 (hex) Silicon Laboratories
+28DBA7 (base 16) Silicon Laboratories
+ 400 West Cesar Chavez
+ Austin TX 78701
+ US
+
+6C-5C-B1 (hex) Silicon Laboratories
+6C5CB1 (base 16) Silicon Laboratories
+ 400 West Cesar Chavez
+ Austin TX 78701
+ US
+
+5C-C7-C1 (hex) Silicon Laboratories
+5CC7C1 (base 16) Silicon Laboratories
+ 400 West Cesar Chavez
+ Austin TX 78701
+ US
+
+60-B6-47 (hex) Silicon Laboratories
+60B647 (base 16) Silicon Laboratories
+ 400 West Cesar Chavez
+ Austin TX 78701
+ US
+
+20-5A-1D (hex) zte corporation
+205A1D (base 16) zte corporation
+ 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China
+ shenzhen guangdong 518057
+ CN
+
+34-25-B4 (hex) Silicon Laboratories
+3425B4 (base 16) Silicon Laboratories
+ 400 West Cesar Chavez
+ Austin TX 78701
+ US
+
+58-3B-C2 (hex) Silicon Laboratories
+583BC2 (base 16) Silicon Laboratories
+ 400 West Cesar Chavez
+ Austin TX 78701
+ US
6C-87-20 (hex) New H3C Technologies Co., Ltd
6C8720 (base 16) New H3C Technologies Co., Ltd
@@ -82973,12 +83063,6 @@ D0DC2C (base 16) Cisco Systems, Inc
San Jose CA 94568
US
-0C-EF-F6 (hex) Silicon Laboratories
-0CEFF6 (base 16) Silicon Laboratories
- 400 West Cesar Chavez Street
- Austin TX 78701
- US
-
18-52-3D (hex) Xiamen Jiwu Technology CO.,Ltd
18523D (base 16) Xiamen Jiwu Technology CO.,Ltd
1st Floor,No.75 Hu'an Road, Huli District
@@ -83627,12 +83711,6 @@ C482E1 (base 16) Tuya Smart Inc.
Dover DE 19904
US
-34-10-F4 (hex) Silicon Laboratories
-3410F4 (base 16) Silicon Laboratories
- 400 West Cesar Chavez Street
- Austin TX 78701
- US
-
00-E0-4D (hex) INTERNET INITIATIVE JAPAN, INC
00E04D (base 16) INTERNET INITIATIVE JAPAN, INC
Iidabashi Grand Bloom 2-10-2 Fujimi
@@ -83822,12 +83900,6 @@ BCF499 (base 16) Rockwell Automation
San Jose CA 94568
US
-3C-2E-F5 (hex) Silicon Laboratories
-3C2EF5 (base 16) Silicon Laboratories
- 400 West Cesar Chavez Street
- Austin TX 78701
- US
-
60-95-32 (hex) Zebra Technologies Inc.
609532 (base 16) Zebra Technologies Inc.
ONE ZEBRA PLAZA
@@ -84329,12 +84401,6 @@ AC7A94 (base 16) GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD
Chengdu Sichuan 611330
CN
-D8-7A-3B (hex) Silicon Laboratories
-D87A3B (base 16) Silicon Laboratories
- 7000 W. William Cannon Dr.
- Austin TX 78735
- US
-
5C-21-67 (hex) Rockwell Automation
5C2167 (base 16) Rockwell Automation
1 Allen-Bradley Dr.
@@ -84953,12 +85019,6 @@ CCD81F (base 16) Maipu Communication Technology Co.,Ltd.
North York Ontario M3C 1W3,
CA
-60-EF-AB (hex) Silicon Laboratories
-60EFAB (base 16) Silicon Laboratories
- 7000 W. William Cannon Dr.
- Austin TX 78735
- US
-
28-02-2E (hex) Apple, Inc.
28022E (base 16) Apple, Inc.
1 Infinite Loop
@@ -85055,12 +85115,6 @@ F86B14 (base 16) Barrot Technology Co.,LTD
beijing beijing 100000
CN
-90-AB-96 (hex) Silicon Laboratories
-90AB96 (base 16) Silicon Laboratories
- 7000 W. William Cannon Dr.
- Austin TX 78735
- US
-
70-46-98 (hex) HUAWEI TECHNOLOGIES CO.,LTD
704698 (base 16) HUAWEI TECHNOLOGIES CO.,LTD
No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park
@@ -85859,12 +85913,6 @@ C0515C (base 16) zte corporation
shenzhen guangdong 518057
CN
-F0-82-C0 (hex) Silicon Laboratories
-F082C0 (base 16) Silicon Laboratories
- 7000 W. William Cannon Dr.
- Austin TX 78735
- US
-
7C-2F-80 (hex) Gigaset Communications GmbH
7C2F80 (base 16) Gigaset Communications GmbH
SCM PE 2
@@ -85997,12 +86045,6 @@ CC5EF8 (base 16) CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.
Nanning Guangxi 530007
CN
-A4-9E-69 (hex) Silicon Laboratories
-A49E69 (base 16) Silicon Laboratories
- 400 W Cesar Chavez St, Silicon La
- Austin TX 78701
- US
-
DC-B7-AC (hex) Aruba, a Hewlett Packard Enterprise Company
DCB7AC (base 16) Aruba, a Hewlett Packard Enterprise Company
3333 Scott Blvd
@@ -86099,12 +86141,6 @@ C8908A (base 16) Samsung Electronics Co.,Ltd
Shanghai 201206
CN
-00-5C-C2 (hex) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
-005CC2 (base 16) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
- 3/F, Building R1-B, High-Tech Industrial Park, Nanshan District
- Shenzhen Guangdong 518057
- CN
-
84-F4-4C (hex) International Integrated Systems., Inc.
84F44C (base 16) International Integrated Systems., Inc.
6F., No.7, Sec. 2, Xianmin Blvd., Banqiao Dist.,
@@ -89123,12 +89159,6 @@ D8E72B (base 16) NETSCOUT SYSTEMS INC
Westford MA 01886
US
-4C-77-66 (hex) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
-4C7766 (base 16) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
- 3/F, Building R1-B, High-Tech Industrial Park, Nanshan District
- Shenzhen Guangdong 518057
- CN
-
78-E3-6D (hex) Espressif Inc.
78E36D (base 16) Espressif Inc.
Room 204, Building 2, 690 Bibo Rd, Pudong New Area
@@ -90983,12 +91013,6 @@ CCDB93 (base 16) Cisco Systems, Inc
San Jose CA 94568
US
-90-76-9F (hex) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
-90769F (base 16) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
- 3/F, Building R1-B, High-Tech Industrial Park, Nanshan District
- Shenzhen Guangdong 518057
- CN
-
1C-E6-1D (hex) Samsung Electronics Co.,Ltd
1CE61D (base 16) Samsung Electronics Co.,Ltd
#94-1, Imsoo-Dong
@@ -97145,12 +97169,6 @@ ECFA03 (base 16) FCA
DE
-BC-54-FC (hex) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
-BC54FC (base 16) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
- 3/F, Building R1-B, High-Tech Industrial Park, Nanshan District
- Shenzhen Guangdong 518057
- CN
-
0C-4B-54 (hex) TP-LINK TECHNOLOGIES CO.,LTD.
0C4B54 (base 16) TP-LINK TECHNOLOGIES CO.,LTD.
Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan
@@ -98069,12 +98087,6 @@ B81DAA (base 16) LG Electronics (Mobile Communications)
Manaus Amazonas 69075-000
BR
-00-4B-F3 (hex) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
-004BF3 (base 16) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
- 3/F, Building R1-B, High-Tech Industrial Park, Nanshan District
- Shenzhen Guangdong 518057
- CN
-
08-CC-A7 (hex) Cisco Systems, Inc
08CCA7 (base 16) Cisco Systems, Inc
80 West Tasman Drive
@@ -110015,12 +110027,6 @@ D4823E (base 16) Argosy Technologies, Ltd.
Kiel Schleswig-Holstein 24251
DE
-6C-6F-18 (hex) Stereotaxis, Inc.
-6C6F18 (base 16) Stereotaxis, Inc.
- 4320 Forest Park Ave
- St. Louis MO 63108
- US
-
38-9F-83 (hex) OTN Systems N.V.
389F83 (base 16) OTN Systems N.V.
Industrielaan 17b
@@ -123965,12 +123971,6 @@ FC702E (base 16) Sichuan AI-Link Technology Co., Ltd.
Mianyang Sichuan 622650
CN
-EC-F6-4C (hex) Silicon Laboratories
-ECF64C (base 16) Silicon Laboratories
- 400 West Cesar Chavez Street
- Austin TX 78701
- US
-
D4-76-A0 (hex) Fortinet, Inc.
D476A0 (base 16) Fortinet, Inc.
899 Kifer Road
@@ -124193,6 +124193,30 @@ B05476 (base 16) Samsung Electronics Co.,Ltd
Cupertino CA 95014
US
+30-D9-59 (hex) Shanghai Longcheer Technology Co., Ltd.
+30D959 (base 16) Shanghai Longcheer Technology Co., Ltd.
+ Bldg 1,No.401,Caobao RD,Xuhui Dist
+ Shanghai 200233
+ CN
+
+00-78-39 (hex) Nokia
+007839 (base 16) Nokia
+ 600 March Road
+ Kanata Ontario K2K 2E6
+ CA
+
+10-8A-7B (hex) Nokia
+108A7B (base 16) Nokia
+ 600 March Road
+ Kanata Ontario K2K 2E6
+ CA
+
+A0-52-AB (hex) AVM ELECTRONICS PTE LTD
+A052AB (base 16) AVM ELECTRONICS PTE LTD
+ 362, UPPER PAYA LEBAR ROAD, #05-07 Da Jin Factory Building
+ Singapore Singapore 534963
+ SG
+
90-62-3F (hex) Apple, Inc.
90623F (base 16) Apple, Inc.
1 Infinite Loop
@@ -124211,6 +124235,156 @@ A8BB56 (base 16) Apple, Inc.
Cupertino CA 95014
US
+F0-86-6F (hex) EM Microelectronic
+F0866F (base 16) EM Microelectronic
+ Rue des Sors 3
+ Marin-Epagnier Neuchatel 2074
+ CH
+
+5C-B2-60 (hex) EM Microelectronic
+5CB260 (base 16) EM Microelectronic
+ Rue des Sors 3
+ Marin-Epagnier Neuchatel 2074
+ CH
+
+5C-07-A4 (hex) Ciena Corporation
+5C07A4 (base 16) Ciena Corporation
+ 900 International Drive
+ Linthicum MD 21090-2200
+ US
+
+6C-6F-18 (hex) Stereotaxis, Inc.
+6C6F18 (base 16) Stereotaxis, Inc.
+ 710 N. Tucker Blvd, Suite 110
+ St. Louis MO 63101
+ US
+
+88-01-0C (hex) Sichuan Tianyi Comheart Telecom Co.,LTD
+88010C (base 16) Sichuan Tianyi Comheart Telecom Co.,LTD
+ No.198,First Section,Snow Mountain Avenue, Jinyuan Town, Dayi County
+ Chengdu Sichuan 611330
+ CN
+
+50-5B-1D (hex) Shenzhen C-Data Technology Co., Ltd.
+505B1D (base 16) Shenzhen C-Data Technology Co., Ltd.
+ #201, Building A4, Nanshan Zhiyuan, No.1001, Xueyuan Avenue, Changyuan Community,Taoyuan,Nanshan
+ Shenzhen Guangdong 518055
+ CN
+
+BC-54-FC (hex) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
+BC54FC (base 16) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
+ 6th Floor, South Section, Building 23, Keyuan West, NO.1 Kezhi West Road, Science and Technology Community, Yuehai Street, Nanshan District
+ Shenzhen Guangdong 518057
+ CN
+
+90-76-9F (hex) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
+90769F (base 16) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
+ 6th Floor, South Section, Building 23, Keyuan West, NO.1 Kezhi West Road, Science and Technology Community, Yuehai Street, Nanshan District
+ Shenzhen Guangdong 518057
+ CN
+
+4C-77-66 (hex) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
+4C7766 (base 16) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
+ 6th Floor, South Section, Building 23, Keyuan West, NO.1 Kezhi West Road, Science and Technology Community, Yuehai Street, Nanshan District
+ Shenzhen Guangdong 518057
+ CN
+
+00-5C-C2 (hex) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
+005CC2 (base 16) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
+ 6th Floor, South Section, Building 23, Keyuan West, NO.1 Kezhi West Road, Science and Technology Community, Yuehai Street, Nanshan District
+ Shenzhen Guangdong 518057
+ CN
+
+58-1D-C9 (hex) MSE CO.,LTD.
+581DC9 (base 16) MSE CO.,LTD.
+ 3-1-6, Kyutaromachi, Chuo-ku,
+ OSAKA OSAKA 5410056
+ JP
+
+CC-7B-5C (hex) Espressif Inc.
+CC7B5C (base 16) Espressif Inc.
+ Room 204, Building 2, 690 Bibo Rd, Pudong New Area
+ Shanghai Shanghai 201203
+ CN
+
+FC-E8-C0 (hex) Espressif Inc.
+FCE8C0 (base 16) Espressif Inc.
+ Room 204, Building 2, 690 Bibo Rd, Pudong New Area
+ Shanghai Shanghai 201203
+ CN
+
+00-4B-F3 (hex) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
+004BF3 (base 16) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
+ 6th Floor, South Section, Building 23, Keyuan West, NO.1 Kezhi West Road, Science and Technology Community, Yuehai Street, Nanshan District
+ Shenzhen Guangdong 518057
+ CN
+
+88-54-8E (hex) vivo Mobile Communication Co., Ltd.
+88548E (base 16) vivo Mobile Communication Co., Ltd.
+ No.1, vivo Road, Chang'an
+ Dongguan Guangdong 523860
+ CN
+
+BC-74-4B (hex) Nintendo Co.,Ltd
+BC744B (base 16) Nintendo Co.,Ltd
+ 11-1 HOKOTATE-CHO KAMITOBA,MINAMI-KU
+ KYOTO KYOTO 601-8501
+ JP
+
+A4-9E-69 (hex) Silicon Laboratories
+A49E69 (base 16) Silicon Laboratories
+ 400 West Cesar Chavez
+ Austin TX 78701
+ US
+
+F0-82-C0 (hex) Silicon Laboratories
+F082C0 (base 16) Silicon Laboratories
+ 400 West Cesar Chavez
+ Austin TX 78701
+ US
+
+90-AB-96 (hex) Silicon Laboratories
+90AB96 (base 16) Silicon Laboratories
+ 400 West Cesar Chavez
+ Austin TX 78701
+ US
+
+60-EF-AB (hex) Silicon Laboratories
+60EFAB (base 16) Silicon Laboratories
+ 400 West Cesar Chavez
+ Austin TX 78701
+ US
+
+D8-7A-3B (hex) Silicon Laboratories
+D87A3B (base 16) Silicon Laboratories
+ 400 West Cesar Chavez
+ Austin TX 78701
+ US
+
+3C-2E-F5 (hex) Silicon Laboratories
+3C2EF5 (base 16) Silicon Laboratories
+ 400 West Cesar Chavez
+ Austin TX 78701
+ US
+
+34-10-F4 (hex) Silicon Laboratories
+3410F4 (base 16) Silicon Laboratories
+ 400 West Cesar Chavez
+ Austin TX 78701
+ US
+
+0C-EF-F6 (hex) Silicon Laboratories
+0CEFF6 (base 16) Silicon Laboratories
+ 400 West Cesar Chavez
+ Austin TX 78701
+ US
+
+EC-F6-4C (hex) Silicon Laboratories
+ECF64C (base 16) Silicon Laboratories
+ 400 West Cesar Chavez
+ Austin TX 78701
+ US
+
B0-0C-9D (hex) Quectel Wireless Solutions Co.,Ltd.
B00C9D (base 16) Quectel Wireless Solutions Co.,Ltd.
7th Floor, Hongye Building, No.1801 Hongmei Road, Xuhui District
@@ -124367,12 +124541,6 @@ F8FE5E (base 16) Intel Corporate
Hangzhou Zhejiang 310052
CN
-88-1A-14 (hex) Silicon Laboratories
-881A14 (base 16) Silicon Laboratories
- 400 West Cesar Chavez Street
- Austin TX 78701
- US
-
10-28-74 (hex) Shenzhen Jingxun Technology Co., Ltd.
102874 (base 16) Shenzhen Jingxun Technology Co., Ltd.
3/F, A5 Building, Zhiyuan Community, No. 1001, Xueyuan Road, Nanshan District
@@ -124979,18 +125147,6 @@ C87F54 (base 16) ASUSTek COMPUTER INC.
shenzhen guangdong 518000
CN
-E8-E0-7E (hex) Silicon Laboratories
-E8E07E (base 16) Silicon Laboratories
- 400 West Cesar Chavez Street
- Austin TX 78701
- US
-
-B0-C7-DE (hex) Silicon Laboratories
-B0C7DE (base 16) Silicon Laboratories
- 400 West Cesar Chavez Street
- Austin TX 78701
- US
-
F0-20-FF (hex) Intel Corporate
F020FF (base 16) Intel Corporate
Lot 8, Jalan Hi-Tech 2/3
@@ -125264,12 +125420,6 @@ B440DC (base 16) Samsung Electronics Co.,Ltd
Taipei City 114
TW
-D4-84-09 (hex) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
-D48409 (base 16) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
- 3/F, Building R1-B, High-Tech Industrial Park, Nanshan District
- Shenzhen Guangdong 518057
- CN
-
DC-2D-DE (hex) Ledworks SRL
DC2DDE (base 16) Ledworks SRL
Via Tortona 37
@@ -126821,12 +126971,6 @@ E0382D (base 16) IEEE Registration Authority
Bucheon-si Gyeonggi-do 14557
KR
-04-4B-A5 (hex) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
-044BA5 (base 16) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
- 3/F, Building R1-B, High-Tech Industrial Park, Nanshan District
- Shenzhen Guangdong 518057
- CN
-
78-60-5B (hex) TP-LINK TECHNOLOGIES CO.,LTD.
78605B (base 16) TP-LINK TECHNOLOGIES CO.,LTD.
Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan
@@ -126965,12 +127109,6 @@ EC83B7 (base 16) PUWELL CLOUD TECH LIMITED
Beijing 100027
CN
-90-39-5E (hex) Silicon Laboratories
-90395E (base 16) Silicon Laboratories
- 7000 W. William Cannon Dr.
- Austin TX 78735
- US
-
C8-F2-B4 (hex) Guizhou Huaxin Information Technology Co., Ltd.
C8F2B4 (base 16) Guizhou Huaxin Information Technology Co., Ltd.
Building 1#, Electronic Information Industry Park of Machang Town, Guian New Area, Guizhou Province.
@@ -127169,18 +127307,6 @@ D4ADFC (base 16) Shenzhen Intellirocks Tech co.,ltd
Shenzhen Xili Community, Xili Street, Nanshan District, Guangdong 518000
CN
-BC-02-6E (hex) Silicon Laboratories
-BC026E (base 16) Silicon Laboratories
- 7000 W. William Cannon Dr.
- Austin TX 78735
- US
-
-B4-35-22 (hex) Silicon Laboratories
-B43522 (base 16) Silicon Laboratories
- 7000 W. William Cannon Dr.
- Austin TX 78735
- US
-
68-13-E2 (hex) Eltex Enterprise LTD
6813E2 (base 16) Eltex Enterprise LTD
Timiryazeva street, 17
@@ -128579,12 +128705,6 @@ FC101A (base 16) Palo Alto Networks
Shenzhen Guangdong 518057
CN
-10-63-4B (hex) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
-10634B (base 16) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
- 3/F, Building R1-B, High-Tech Industrial Park, Nanshan District
- Shenzhen Guangdong 518057
- CN
-
74-04-F1 (hex) Intel Corporate
7404F1 (base 16) Intel Corporate
Lot 8, Jalan Hi-Tech 2/3
@@ -132245,12 +132365,6 @@ D47EE4 (base 16) China Mobile IOT Company Limited
São José Santa Catarina 88104800
BR
-C0-25-2F (hex) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
-C0252F (base 16) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
- 3/F, Building R1-B, High-Tech Industrial Park, Nanshan District
- Shenzhen Guangdong 518057
- CN
-
68-3E-26 (hex) Intel Corporate
683E26 (base 16) Intel Corporate
Lot 8, Jalan Hi-Tech 2/3
@@ -138971,12 +139085,6 @@ B0DAF9 (base 16) ARRIS Group, Inc.
San Diego CA 92121
US
-C0-A5-DD (hex) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
-C0A5DD (base 16) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
- 3/F, Building R1-B, High-Tech Industrial Park, Nanshan District
- Shenzhen Guangdong 518057
- CN
-
74-54-27 (hex) SHENZHEN FAST TECHNOLOGIES CO.,LTD
745427 (base 16) SHENZHEN FAST TECHNOLOGIES CO.,LTD
Room 202,Building No.5,Section 30,No.2 of Kefa Road,Nanshan District,Shenzhen,P.R.China
@@ -141749,12 +141857,6 @@ A08CFD (base 16) Hewlett Packard
Houston TX 77070
US
-E4-F3-F5 (hex) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
-E4F3F5 (base 16) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
- 3/F, Building R1-B, High-Tech Industrial Park, Nanshan District
- Shenzhen Guangdong 518057
- CN
-
60-B3-87 (hex) Synergics Technologies GmbH
60B387 (base 16) Synergics Technologies GmbH
Hummelgasse 74-76/19
@@ -148778,12 +148880,6 @@ F0D14F (base 16) LINEAR LLC
Carlsbad CA 92010
US
-0C-A1-38 (hex) Blinq Wireless Inc.
-0CA138 (base 16) Blinq Wireless Inc.
- 400 MARCH RD UNIT 240
- KANATA ON K2K3H4
- CA
-
00-43-FF (hex) KETRON S.R.L.
0043FF (base 16) KETRON S.R.L.
Via Giuseppe Taliercio n. 7
@@ -165803,6 +165899,30 @@ C8FE0F (base 16) SHENZHEN BILIAN ELECTRONIC CO.,LTD
+E4-E6-6C (hex) Tiandy Technologies Co.,LTD
+E4E66C (base 16) Tiandy Technologies Co.,LTD
+ NO.8,haitai huake rd2 (outside ring road),huayuan new technology industrial park
+ Tianjin Tianjin 300384
+ CN
+
+84-3E-03 (hex) Sagemcom Broadband SAS
+843E03 (base 16) Sagemcom Broadband SAS
+ 250, route de l'Empereur
+ Rueil Malmaison Cedex hauts de seine 92848
+ FR
+
+54-9A-8F (hex) Realme Chongqing Mobile Telecommunications Corp.,Ltd.
+549A8F (base 16) Realme Chongqing Mobile Telecommunications Corp.,Ltd.
+ No.178 Yulong Avenue, Yufengshan, Yubei District, Chongqing.
+ Chongqing China 401120
+ CN
+
+A8-EF-5F (hex) Realme Chongqing Mobile Telecommunications Corp.,Ltd.
+A8EF5F (base 16) Realme Chongqing Mobile Telecommunications Corp.,Ltd.
+ No.178 Yulong Avenue, Yufengshan, Yubei District, Chongqing.
+ Chongqing China 401120
+ CN
+
BC-E0-01 (hex) Netis Technology Co., Ltd.
BCE001 (base 16) Netis Technology Co., Ltd.
8 Floor, Bd B, information port, Langshan RD, Nanshan district,
@@ -165821,6 +165941,144 @@ D03E07 (base 16) Apple, Inc.
Cupertino CA 95014
US
+C8-10-72 (hex) BBPOS Limited
+C81072 (base 16) BBPOS Limited
+ 15/F., Tower 2, Nina Tower, 8 Yeung Uk Road, Tsuen Wan, NT
+ Hong Kong 00000
+ HK
+
+0C-A1-38 (hex) BLiNQ Networks Inc.
+0CA138 (base 16) BLiNQ Networks Inc.
+ 200-140 Renfrew Drive
+ Markham Ontario L3R 6B3
+ CA
+
+E4-F3-F5 (hex) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
+E4F3F5 (base 16) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
+ 6th Floor, South Section, Building 23, Keyuan West, NO.1 Kezhi West Road, Science and Technology Community, Yuehai Street, Nanshan District
+ Shenzhen Guangdong 518057
+ CN
+
+C0-A5-DD (hex) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
+C0A5DD (base 16) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
+ 6th Floor, South Section, Building 23, Keyuan West, NO.1 Kezhi West Road, Science and Technology Community, Yuehai Street, Nanshan District
+ Shenzhen Guangdong 518057
+ CN
+
+F8-FB-90 (hex) Texas Instruments
+F8FB90 (base 16) Texas Instruments
+ 12500 TI Blvd
+ Dallas TX 75243
+ US
+
+44-6B-1F (hex) Texas Instruments
+446B1F (base 16) Texas Instruments
+ 12500 TI Blvd
+ Dallas TX 75243
+ US
+
+F0-10-A5 (hex) Texas Instruments
+F010A5 (base 16) Texas Instruments
+ 12500 TI Blvd
+ Dallas TX 75243
+ US
+
+C0-25-2F (hex) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
+C0252F (base 16) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
+ 6th Floor, South Section, Building 23, Keyuan West, NO.1 Kezhi West Road, Science and Technology Community, Yuehai Street, Nanshan District
+ Shenzhen Guangdong 518057
+ CN
+
+D8-EE-42 (hex) Sichuan Tianyi Comheart Telecom Co.,LTD
+D8EE42 (base 16) Sichuan Tianyi Comheart Telecom Co.,LTD
+ No.198,First Section,Snow Mountain Avenue, Jinyuan Town, Dayi County
+ Chengdu Sichuan 611330
+ CN
+
+28-AF-42 (hex) Samsung Electronics Co.,Ltd
+28AF42 (base 16) Samsung Electronics Co.,Ltd
+ 129, Samsung-ro, Youngtongl-Gu
+ Suwon Gyeonggi-Do 16677
+ KR
+
+1C-CE-51 (hex) AzureWave Technology Inc.
+1CCE51 (base 16) AzureWave Technology Inc.
+ 8F., No. 94, Baozhong Rd.
+ New Taipei City Taiwan 231
+ TW
+
+68-33-EE (hex) ARRIS Group, Inc.
+6833EE (base 16) ARRIS Group, Inc.
+ 6450 Sequence Drive
+ San Diego CA 92121
+ US
+
+C0-63-80 (hex) Texas Instruments
+C06380 (base 16) Texas Instruments
+ 12500 TI Blvd
+ Dallas TX 75243
+ US
+
+10-63-4B (hex) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
+10634B (base 16) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
+ 6th Floor, South Section, Building 23, Keyuan West, NO.1 Kezhi West Road, Science and Technology Community, Yuehai Street, Nanshan District
+ Shenzhen Guangdong 518057
+ CN
+
+04-4B-A5 (hex) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
+044BA5 (base 16) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
+ 6th Floor, South Section, Building 23, Keyuan West, NO.1 Kezhi West Road, Science and Technology Community, Yuehai Street, Nanshan District
+ Shenzhen Guangdong 518057
+ CN
+
+D4-84-09 (hex) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
+D48409 (base 16) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
+ 6th Floor, South Section, Building 23, Keyuan West, NO.1 Kezhi West Road, Science and Technology Community, Yuehai Street, Nanshan District
+ Shenzhen Guangdong 518057
+ CN
+
+BC-02-6E (hex) Silicon Laboratories
+BC026E (base 16) Silicon Laboratories
+ 400 West Cesar Chavez
+ Austin TX 78701
+ US
+
+B4-35-22 (hex) Silicon Laboratories
+B43522 (base 16) Silicon Laboratories
+ 400 West Cesar Chavez
+ Austin TX 78701
+ US
+
+90-39-5E (hex) Silicon Laboratories
+90395E (base 16) Silicon Laboratories
+ 400 West Cesar Chavez
+ Austin TX 78701
+ US
+
+E8-E0-7E (hex) Silicon Laboratories
+E8E07E (base 16) Silicon Laboratories
+ 400 West Cesar Chavez
+ Austin TX 78701
+ US
+
+B0-C7-DE (hex) Silicon Laboratories
+B0C7DE (base 16) Silicon Laboratories
+ 400 West Cesar Chavez
+ Austin TX 78701
+ US
+
+88-1A-14 (hex) Silicon Laboratories
+881A14 (base 16) Silicon Laboratories
+ 400 West Cesar Chavez
+ Austin TX 78701
+ US
+
+44-E2-F8 (hex) Silicon Laboratories
+44E2F8 (base 16) Silicon Laboratories
+ 400 West Cesar Chavez
+ Austin TX 78701
+ US
+
C8-5C-E2 (hex) IEEE Registration Authority
C85CE2 (base 16) IEEE Registration Authority
445 Hoes Lane
@@ -166838,12 +167096,6 @@ D42787 (base 16) Shanghai High-Flying Electronics Technology Co., Ltd
FUZHOU FUJIAN 350002
CN
-04-87-27 (hex) Silicon Laboratories
-048727 (base 16) Silicon Laboratories
- 400 West Cesar Chavez Street
- Austin TX 78701
- US
-
48-5F-08 (hex) TP-LINK TECHNOLOGIES CO.,LTD.
485F08 (base 16) TP-LINK TECHNOLOGIES CO.,LTD.
Building 24(floors 1,3,4,5)and 28(floors 1-4)Central Science and Technology Park,Shennan Road,Nanshan
@@ -166976,12 +167228,6 @@ DC8D91 (base 16) Infinix mobility limited
San Jose CA 94568
US
-14-2D-41 (hex) Silicon Laboratories
-142D41 (base 16) Silicon Laboratories
- 400 West Cesar Chavez Street
- Austin TX 78701
- US
-
A8-2A-D6 (hex) Arthrex Inc.
A82AD6 (base 16) Arthrex Inc.
1370 Creekside Boulevard
@@ -167960,24 +168206,12 @@ A08E24 (base 16) eero inc.
San Francisco CA 94107
US
-70-54-64 (hex) Silicon Laboratories
-705464 (base 16) Silicon Laboratories
- 7000 W. William Cannon Dr.
- Austin TX 78735
- US
-
64-B7-08 (hex) Espressif Inc.
64B708 (base 16) Espressif Inc.
Room 204, Building 2, 690 Bibo Rd, Pudong New Area
Shanghai Shanghai 201203
CN
-8C-6F-B9 (hex) Silicon Laboratories
-8C6FB9 (base 16) Silicon Laboratories
- 7000 W. William Cannon Dr.
- Austin TX 78735
- US
-
B8-6A-F1 (hex) Sagemcom Broadband SAS
B86AF1 (base 16) Sagemcom Broadband SAS
250, route de l'Empereur
@@ -168548,18 +168782,6 @@ F85B9B (base 16) iMercury
Kanda Tsukasamachi, Chiyoda-ku Tokyo 101-0048
JP
-28-76-81 (hex) Silicon Laboratories
-287681 (base 16) Silicon Laboratories
- 7000 W. William Cannon Dr.
- Austin TX 78735
- US
-
-30-FB-10 (hex) Silicon Laboratories
-30FB10 (base 16) Silicon Laboratories
- 7000 W. William Cannon Dr.
- Austin TX 78735
- US
-
50-0B-26 (hex) HUAWEI TECHNOLOGIES CO.,LTD
500B26 (base 16) HUAWEI TECHNOLOGIES CO.,LTD
No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park
@@ -168890,12 +169112,6 @@ FC22F4 (base 16) Zyxel Communications Corporation
Hsichu Taiwan 300
TW
-4C-5B-B3 (hex) Silicon Laboratories
-4C5BB3 (base 16) Silicon Laboratories
- 7000 W. William Cannon Dr.
- Austin TX 78735
- US
-
84-DB-A4 (hex) Huawei Device Co., Ltd.
84DBA4 (base 16) Huawei Device Co., Ltd.
No.2 of Xincheng Road, Songshan Lake Zone
@@ -169232,12 +169448,6 @@ F41AB0 (base 16) Shenzhen Xingguodu Technology Co., Ltd.
Shenzhen Guangdong 518000
CN
-B4-3A-31 (hex) Silicon Laboratories
-B43A31 (base 16) Silicon Laboratories
- 400 West Cesar Chavez
- Austin TX 78701
- US
-
70-42-D3 (hex) Ruijie Networks Co.,LTD
7042D3 (base 16) Ruijie Networks Co.,LTD
No. 2, 7th floor, xingwangruijie, haixi hi-tech industrial park, high-tech zone, fuzhou city
@@ -174692,12 +174902,6 @@ EC237B (base 16) zte corporation
shenzhen guangdong 518057
CN
-38-6B-1C (hex) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
-386B1C (base 16) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
- 3/F, Building R1-B, High-Tech Industrial Park, Nanshan District
- Shenzhen Guangdong 518057
- CN
-
6C-6D-09 (hex) Kyowa Electronics Co.,Ltd.
6C6D09 (base 16) Kyowa Electronics Co.,Ltd.
4-3-31 Takatsukasa
@@ -175664,12 +175868,6 @@ E4C0CC (base 16) China Mobile Group Device Co.,Ltd.
Gumi Gyeongbuk 730-350
KR
-44-F9-71 (hex) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
-44F971 (base 16) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
- 3/F, Building R1-B, High-Tech Industrial Park, Nanshan District
- Shenzhen Guangdong 518057
- CN
-
18-F9-C4 (hex) BAE Systems
18F9C4 (base 16) BAE Systems
21 continental boulevard
@@ -183692,12 +183890,6 @@ E4A1E6 (base 16) Alcatel-Lucent Shanghai Bell Co., Ltd
Shenzhen Guangdong 518057
CN
-50-89-65 (hex) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
-508965 (base 16) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
- 3/F, Building R1-B, High-Tech Industrial Park, Nanshan District
- Shenzhen Guangdong 518057
- CN
-
60-83-34 (hex) HUAWEI TECHNOLOGIES CO.,LTD
608334 (base 16) HUAWEI TECHNOLOGIES CO.,LTD
No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park
@@ -206789,12 +206981,6 @@ F4DD06 (base 16) Samsung Electronics Co.,Ltd
Cupertino CA 95014
US
-94-B2-16 (hex) Silicon Laboratories
-94B216 (base 16) Silicon Laboratories
- 400 West Cesar Chavez Street
- Austin TX 78701
- US
-
94-A4-B5 (hex) Mitsubishi Electric Corporation
94A4B5 (base 16) Mitsubishi Electric Corporation
2-7-3 Marunouchi, Chiyoda-ku
@@ -207320,32 +207506,158 @@ F84288 (base 16) Apple, Inc.
Cupertino CA 95014
US
-88-B7-EB (hex) Apple, Inc.
-88B7EB (base 16) Apple, Inc.
+FC-34-E2 (hex) Shenzhen YOUHUA Technology Co., Ltd
+FC34E2 (base 16) Shenzhen YOUHUA Technology Co., Ltd
+ Room 407 Shenzhen University-town Business Park,Lishan Road,Taoyuan Street,Nanshan District
+ Shenzhen Guangdong 518055
+ CN
+
+60-0F-6B (hex) Apple, Inc.
+600F6B (base 16) Apple, Inc.
1 Infinite Loop
Cupertino CA 95014
US
-10-A2-D3 (hex) Apple, Inc.
-10A2D3 (base 16) Apple, Inc.
+4C-97-CC (hex) Apple, Inc.
+4C97CC (base 16) Apple, Inc.
1 Infinite Loop
Cupertino CA 95014
US
-60-0F-6B (hex) Apple, Inc.
-600F6B (base 16) Apple, Inc.
+88-B7-EB (hex) Apple, Inc.
+88B7EB (base 16) Apple, Inc.
1 Infinite Loop
Cupertino CA 95014
US
-4C-97-CC (hex) Apple, Inc.
-4C97CC (base 16) Apple, Inc.
+10-A2-D3 (hex) Apple, Inc.
+10A2D3 (base 16) Apple, Inc.
1 Infinite Loop
Cupertino CA 95014
US
+48-84-9D (hex) Texas Instruments
+48849D (base 16) Texas Instruments
+ 12500 TI Blvd
+ Dallas TX 75243
+ US
+
34-EE-16 (hex) Apple, Inc.
34EE16 (base 16) Apple, Inc.
1 Infinite Loop
Cupertino CA 95014
US
+
+C0-3F-BB (hex) Zhongshan Zhiniu Electronics Co.,Ltd.
+C03FBB (base 16) Zhongshan Zhiniu Electronics Co.,Ltd.
+ 2nd Floor,Building B,No.15-1,Xinggang South Road,Gangkou Town,Zhongshan City,Guangdong Province
+ Zhongshan 528400
+ CN
+
+44-F9-71 (hex) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
+44F971 (base 16) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
+ 6th Floor, South Section, Building 23, Keyuan West, NO.1 Kezhi West Road, Science and Technology Community, Yuehai Street, Nanshan District
+ Shenzhen Guangdong 518057
+ CN
+
+38-6B-1C (hex) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
+386B1C (base 16) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
+ 6th Floor, South Section, Building 23, Keyuan West, NO.1 Kezhi West Road, Science and Technology Community, Yuehai Street, Nanshan District
+ Shenzhen Guangdong 518057
+ CN
+
+50-89-65 (hex) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
+508965 (base 16) SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.
+ 6th Floor, South Section, Building 23, Keyuan West, NO.1 Kezhi West Road, Science and Technology Community, Yuehai Street, Nanshan District
+ Shenzhen Guangdong 518057
+ CN
+
+34-96-77 (hex) zte corporation
+349677 (base 16) zte corporation
+ 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China
+ shenzhen guangdong 518057
+ CN
+
+24-75-FC (hex) zte corporation
+2475FC (base 16) zte corporation
+ 12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China
+ shenzhen guangdong 518057
+ CN
+
+5C-57-9E (hex) Chiun Mai Communication System, Inc
+5C579E (base 16) Chiun Mai Communication System, Inc
+ No.4, MingSheng St. TUCheng District New Taipei City, 23679 TW
+ New Taipei City 23679
+ TW
+
+44-1A-84 (hex) Quectel Wireless Solutions Co.,Ltd.
+441A84 (base 16) Quectel Wireless Solutions Co.,Ltd.
+ 7th Floor, Hongye Building, No.1801 Hongmei Road, Xuhui District
+ Shanghai 200233
+ CN
+
+28-F8-C6 (hex) IEEE Registration Authority
+28F8C6 (base 16) IEEE Registration Authority
+ 445 Hoes Lane
+ Piscataway NJ 08554
+ US
+
+B4-3A-31 (hex) Silicon Laboratories
+B43A31 (base 16) Silicon Laboratories
+ 400 West Cesar Chavez
+ Austin TX 78701
+ US
+
+4C-5B-B3 (hex) Silicon Laboratories
+4C5BB3 (base 16) Silicon Laboratories
+ 400 West Cesar Chavez
+ Austin TX 78701
+ US
+
+28-76-81 (hex) Silicon Laboratories
+287681 (base 16) Silicon Laboratories
+ 400 West Cesar Chavez
+ Austin TX 78701
+ US
+
+30-FB-10 (hex) Silicon Laboratories
+30FB10 (base 16) Silicon Laboratories
+ 400 West Cesar Chavez
+ Austin TX 78701
+ US
+
+70-54-64 (hex) Silicon Laboratories
+705464 (base 16) Silicon Laboratories
+ 400 West Cesar Chavez
+ Austin TX 78701
+ US
+
+8C-6F-B9 (hex) Silicon Laboratories
+8C6FB9 (base 16) Silicon Laboratories
+ 400 West Cesar Chavez
+ Austin TX 78701
+ US
+
+14-2D-41 (hex) Silicon Laboratories
+142D41 (base 16) Silicon Laboratories
+ 400 West Cesar Chavez
+ Austin TX 78701
+ US
+
+04-87-27 (hex) Silicon Laboratories
+048727 (base 16) Silicon Laboratories
+ 400 West Cesar Chavez
+ Austin TX 78701
+ US
+
+94-B2-16 (hex) Silicon Laboratories
+94B216 (base 16) Silicon Laboratories
+ 400 West Cesar Chavez
+ Austin TX 78701
+ US
+
+8C-65-A3 (hex) Silicon Laboratories
+8C65A3 (base 16) Silicon Laboratories
+ 400 West Cesar Chavez
+ Austin TX 78701
+ US
diff --git a/hwdb.d/ma-medium.txt b/hwdb.d/ma-medium.txt
index e9b22d935f2..b38c47f58c4 100644
--- a/hwdb.d/ma-medium.txt
+++ b/hwdb.d/ma-medium.txt
@@ -6059,6 +6059,12 @@ B00000-BFFFFF (base 16) MedRx, Inc
New Taipei City 235 Taipei 235
TW
+8C-55-70 (hex) Nayax LTD
+800000-8FFFFF (base 16) Nayax LTD
+ 3 Arik Einstein
+ Herzliya 4659071
+ IL
+
B8-4C-87 (hex) Shenzhen Link-all Technology Co., Ltd
300000-3FFFFF (base 16) Shenzhen Link-all Technology Co., Ltd
Floor 5th, Block 9th, Sunny Industrial Zone, Xili Town, Nanshan District, Shenzhen, China
@@ -11741,6 +11747,42 @@ C00000-CFFFFF (base 16) Jiangsu Yibang New Energy Technology Co., LTD
Changzhou City Jiangsu Province 213100
CN
+8C-55-70 (hex) Eideal Company Limited
+700000-7FFFFF (base 16) Eideal Company Limited
+ No. 45, Lane 205, Sec. 2, Nanshan Rd., Luzhu Dist.,
+ Taoyuan City 33852
+ TW
+
+8C-55-70 (hex) Neptronic Ltd
+900000-9FFFFF (base 16) Neptronic Ltd
+ 400 Lebeau Blvd
+ Montreal Quebec H4N 1R6
+ CA
+
+8C-55-70 (hex) Johnson Health Tech. (Shanghai) Co.,Ltd.
+E00000-EFFFFF (base 16) Johnson Health Tech. (Shanghai) Co.,Ltd.
+ No.1355, Xinhe Rd., JiaDing District, Shanghai city, China
+ Shanghai 201815
+ CN
+
+8C-55-70 (hex) Fortune Brands Innovations, Inc.
+A00000-AFFFFF (base 16) Fortune Brands Innovations, Inc.
+ 520 Lake Cook Rd
+ Deerfield IL 60015
+ US
+
+8C-55-70 (hex) ScandiNova Systems
+300000-3FFFFF (base 16) ScandiNova Systems
+ Typsnittsgatan 15
+ Uppsala 75454
+ SE
+
+8C-55-70 (hex) LLC Katusha Print
+100000-1FFFFF (base 16) LLC Katusha Print
+ Timiryazeva 28V
+ Almaty 050000
+ KZ
+
B8-4C-87 (hex) Altronix , Corp
A00000-AFFFFF (base 16) Altronix , Corp
140 58th St. Bldg A, Ste 2N
@@ -17972,6 +18014,18 @@ A00000-AFFFFF (base 16) Edgenectar Inc.
8C-55-70 (hex) Private
500000-5FFFFF (base 16) Private
+8C-55-70 (hex) AST International GmbH
+000000-0FFFFF (base 16) AST International GmbH
+ Baerental 26
+ Calw 75365
+ DE
+
+8C-55-70 (hex) Microvision Inc
+200000-2FFFFF (base 16) Microvision Inc
+ 18390 NE 68th Street
+ Redmond WA 98052
+ US
+
D0-14-11 (hex) P.B. Elettronica srl
100000-1FFFFF (base 16) P.B. Elettronica srl
Via Santorelli, 8
@@ -23924,6 +23978,18 @@ B00000-BFFFFF (base 16) SERNET (SUZHOU) TECHNOLOGIES CORPORATION
Suzhou 215021
CN
+8C-55-70 (hex) Next Vision Tech(Ningbo)Co.,LTD
+400000-4FFFFF (base 16) Next Vision Tech(Ningbo)Co.,LTD
+ Room 1502, Building 1, Tsinghua Science and TechnologyPark, No. 119 Zicheng Road, Panhuo Street, Yinzhou District, Ningbo
+ Ningbo 513100
+ CN
+
+28-F8-C6 (hex) ShenZhen Goodtimes Technoogy CO.,LTD
+D00000-DFFFFF (base 16) ShenZhen Goodtimes Technoogy CO.,LTD
+ 10A, ShuiSong Building, TaiRan Science Park, No. 25, TaiRan 8th Rd, Tian'An Community, ShaTou Street, Futian District, Shenzhen.
+ Shenzhen Guangdong 518000
+ CN
+
C8-5C-E2 (hex) Fela Management AG
000000-0FFFFF (base 16) Fela Management AG
Basadingerstrasse 18
@@ -25811,12 +25877,6 @@ C00000-CFFFFF (base 16) Encroute AB
Sundbyberg 17402
SE
-A0-02-4A (hex) Vitec Imaging Solutions Spa
-100000-1FFFFF (base 16) Vitec Imaging Solutions Spa
- Via Valsugana 100
- Cassola Vicenza 36022
- IT
-
A0-02-4A (hex) Beijing Lyratone Technology Co., Ltd
800000-8FFFFF (base 16) Beijing Lyratone Technology Co., Ltd
1st floor, Caigang building, No.40 Beiyuan Road
@@ -30046,3 +30106,21 @@ D4-61-37 (hex) Mavenir Systems, Inc.
+
+8C-55-70 (hex) EPSa Elektronik & Präzisionsbau Saalfeld GmbH
+D00000-DFFFFF (base 16) EPSa Elektronik & Präzisionsbau Saalfeld GmbH
+ Remschuetzer Str. 1
+ Saalfeld/Saale 07318
+ DE
+
+A0-02-4A (hex) Videndum Media Solutions Spa
+100000-1FFFFF (base 16) Videndum Media Solutions Spa
+ Via Valsugana 100
+ Cassola Vicenza 36022
+ IT
+
+8C-55-70 (hex) Antronix Inc.,
+C00000-CFFFFF (base 16) Antronix Inc.,
+ 440 Forsgate Drive
+ Cranbury NJ 08512
+ US
diff --git a/hwdb.d/ma-small.txt b/hwdb.d/ma-small.txt
index d9ae9c08830..704188b166d 100644
--- a/hwdb.d/ma-small.txt
+++ b/hwdb.d/ma-small.txt
@@ -6863,6 +6863,18 @@ D38000-D38FFF (base 16) CUU LONG TECHNOLOGY AND TRADING COMPANY LIMITED
Ho Chi Minh Ho Chi Minh 700000
VN
+8C-1F-64 (hex) Code Blue Corporation
+141000-141FFF (base 16) Code Blue Corporation
+ 259 Hedcor Street
+ Holland MI 49423
+ US
+
+8C-1F-64 (hex) SurveyorLabs LLC
+FA6000-FA6FFF (base 16) SurveyorLabs LLC
+ 905 George St #1044
+ De Pere WI 54115
+ US
+
8C-1F-64 (hex) Jacobs Technology, Inc.
A98000-A98FFF (base 16) Jacobs Technology, Inc.
7765 Old Telegraph Road
@@ -13742,6 +13754,30 @@ BAE000-BAEFFF (base 16) Tieline Research Pty Ltd
MALAGA Western Australia 6944
AU
+8C-1F-64 (hex) Wuxi Zetai Microelectronics Co., LTD
+5E4000-5E4FFF (base 16) Wuxi Zetai Microelectronics Co., LTD
+ 30th floor, Building A, Building 8, Phase III, Vanke Yuncheng, Lixin Fourth Street, Xili Community, Xili Street, Nanshan District
+ Shenzhen Guangdong 518000
+ CN
+
+8C-1F-64 (hex) YUJUN ELECTRICITY INDUSTRY CO., LTD
+BF2000-BF2FFF (base 16) YUJUN ELECTRICITY INDUSTRY CO., LTD
+ 4F.-5, No. 91, Dashun 1st Rd., Zuoying Dist., Kaohsiung City, Taiwan (R.O.C.)
+ Kaohsiung City 81357
+ TW
+
+8C-1F-64 (hex) Axion Lighting
+5B4000-5B4FFF (base 16) Axion Lighting
+ 572 John Ross Pkwy Ste 107140
+ Rock Hill SC 29730
+ US
+
+8C-1F-64 (hex) ATON GREEN STORAGE SPA
+062000-062FFF (base 16) ATON GREEN STORAGE SPA
+ via Guido Rossa 5
+ Spilamberto MO 41057
+ IT
+
8C-1F-64 (hex) Vision Systems Safety Tech
E6F000-E6FFFF (base 16) Vision Systems Safety Tech
5 Chemin de Chiradie
@@ -16892,12 +16928,6 @@ AEC000-AECFFF (base 16) Paratec Ltd.
Halifax NS B3S 1B5
CA
-70-B3-D5 (hex) hiSky S.C.S LTD
-2E1000-2E1FFF (base 16) hiSky S.C.S LTD
- 24 Ammal
- Rosh Hain 4809268
- IL
-
70-B3-D5 (hex) Niron systems & Projects
FED000-FEDFFF (base 16) Niron systems & Projects
PO Box 8546
@@ -20525,6 +20555,30 @@ C1A000-C1AFFF (base 16) ViewSonic Corp
Saline MI 48176
US
+8C-1F-64 (hex) GS Elektromedizinsiche Geräte G. Stemple GmbH
+2E5000-2E5FFF (base 16) GS Elektromedizinsiche Geräte G. Stemple GmbH
+ Hauswiesenstr. 26
+ Kaufering Bayern 86916
+ DE
+
+8C-1F-64 (hex) DEUTA Werke GmbH
+2BC000-2BCFFF (base 16) DEUTA Werke GmbH
+ ET
+ Bergisch Gladbach NRW 51465
+ DE
+
+70-B3-D5 (hex) hiSky SCS Ltd
+2E1000-2E1FFF (base 16) hiSky SCS Ltd
+ 24 Ammal
+ Rosh Hain 4809268
+ IL
+
+8C-1F-64 (hex) Power Electronics Espana, S.L.
+AF8000-AF8FFF (base 16) Power Electronics Espana, S.L.
+ C/ Leonardo Da Vinci, 24-26
+ Paterna Valencia 46980
+ ES
+
8C-1F-64 (hex) Flow Power
82B000-82BFFF (base 16) Flow Power
Suite 2, Level 3, 18 - 20 York St
@@ -27356,12 +27410,30 @@ FC1000-FC1FFF (base 16) Nidec asi spa
Montebello Vicentino vicenza 36054
IT
+8C-1F-64 (hex) EL.EN. SPA
+094000-094FFF (base 16) EL.EN. SPA
+ VIA BALDANZESE 17
+ CALENZANO FIRENZE 50041
+ IT
+
8C-1F-64 (hex) Nokia Bell Labs
AF4000-AF4FFF (base 16) Nokia Bell Labs
21 JJ Thomson Avenue
Cambridge CB3 0FA
GB
+8C-1F-64 (hex) Fracarro Radioindustrie Srl
+170000-170FFF (base 16) Fracarro Radioindustrie Srl
+ Via Cazzaro 3
+ Castelfranco Veneto Treviso 31033
+ IT
+
+8C-1F-64 (hex) E2 Nova Corporation
+2CE000-2CEFFF (base 16) E2 Nova Corporation
+ 5F, 316, Sec. 1 Neihu Rd., Neihu Dist.
+ Taipei Taipei 114
+ TW
+
8C-1F-64 (hex) Mobileye
D63000-D63FFF (base 16) Mobileye
13 Hartom st.
@@ -34075,3 +34147,51 @@ C9B000-C9BFFF (base 16) J.M. Voith SE & Co. KG
St. Poeltener Str. 43
Heidenheim 89522
DE
+
+8C-1F-64 (hex) hiSky SCS Ltd
+C1B000-C1BFFF (base 16) hiSky SCS Ltd
+ Haamal 24
+ Rosh Ha'ayin 4809270
+ IL
+
+8C-1F-64 (hex) iC-Haus GmbH
+CB9000-CB9FFF (base 16) iC-Haus GmbH
+ Am Kuemmerling 18
+ Bodenheim Rhineland-Palatinate 55294
+ DE
+
+8C-1F-64 (hex) SUS Corporation
+65B000-65BFFF (base 16) SUS Corporation
+ 6F, S-patio Bldg. 14-25 Minami-cho, Suruga-ku,
+ Shizuoka city, Shizuoka 422-8067
+ JP
+
+8C-1F-64 (hex) MEDIASCOPE Inc.
+673000-673FFF (base 16) MEDIASCOPE Inc.
+ 514, 11-41, Simin-daero 327beon-gil, Dongan-gu
+ Anyang-si Gyeonggi-do 14055
+ KR
+
+8C-1F-64 (hex) TWIN DEVELOPMENT
+5D1000-5D1FFF (base 16) TWIN DEVELOPMENT
+ FAUBOURG DE BRUXELLES 320
+ GOSSSELIES 6041
+ BE
+
+8C-1F-64 (hex) MB connect line GmbH Fernwartungssysteme
+388000-388FFF (base 16) MB connect line GmbH Fernwartungssysteme
+ Winnettener Straße 6
+ Dinkelsbuehl Bavaria 91550
+ DE
+
+8C-1F-64 (hex) ODYSSEE-SYSTEMES
+5E6000-5E6FFF (base 16) ODYSSEE-SYSTEMES
+ 840 ROUTE DE LA ROQUETTE
+ MOUANS-SARTOUX 06370
+ FR
+
+8C-1F-64 (hex) QUALSEN(GUANGZHOU)TECHNOLOGIES CO.,LTD
+496000-496FFF (base 16) QUALSEN(GUANGZHOU)TECHNOLOGIES CO.,LTD
+ Room 303, Building C1, No. 182, Science Avenue, Huangpu District
+ Guangzhou 510663
+ CN
diff --git a/hwdb.d/pci.ids b/hwdb.d/pci.ids
index 50115d97932..bad1d0bd066 100644
--- a/hwdb.d/pci.ids
+++ b/hwdb.d/pci.ids
@@ -1,8 +1,8 @@
#
# List of PCI ID's
#
-# Version: 2023.09.22
-# Date: 2023-09-22 03:15:02
+# Version: 2023.11.11
+# Date: 2023-11-11 03:15:02
#
# Maintained by Albert Pool, Martin Mares, and other volunteers from
# the PCI ID Project at https://pci-ids.ucw.cz/.
@@ -90,8 +90,8 @@
025e d819 NVMe DC SSD E3.S 7.5mm [D5-P5336]
025e d81d NVMe DC SSD E1.L 9.5mm [D5-P5336]
0b70 NVMe DC SSD [Yorktown controller]
- f1ab P41 Plus NVMe SSD (DRAM-less)
- f1ac P44 Pro NVMe SSD
+ f1ab P41 Plus NVMe SSD (DRAM-less) [Echo Harbor]
+ f1ac P44 Pro NVMe SSD [Hollywood Beach]
0270 Hauppauge computer works Inc. (Wrong ID)
0291 Davicom Semiconductor, Inc. (Wrong ID)
# SpeedStream is Efficient Networks, Inc, a Siemens Company
@@ -773,6 +773,9 @@
1028 2142 HBA465e Adapter
1028 2209 HBA465i Adapter
1028 220a HBA465i Front
+ 1028 22cb PERC H365i Front
+ 1028 22cc PERC H965i Front
+ 1028 22cd HBA465i Front
15d9 1d03 AOC-S4116L-H16IR (16DD/96DD) RAID Adapter
15d9 1d07 AOC-S4016L-L16IT Storage Adapter
15d9 1d08 AOC-S4016L-L16IR Storage Adapter
@@ -816,6 +819,8 @@
1000 5021 eHBA 9700W-16i 24G SAS/PCIe Storage Adapter
# 9700 16 external port Storage controller
1000 5030 eHBA 9700-16e 24G SAS/PCIe Storage Adapter
+ 1028 22d2 PERC H975i Front
+ 1028 22d3 PERC H975i Adapter
00be SAS3504 Fusion-MPT Tri-Mode RAID On Chip (ROC)
00bf SAS3404 Fusion-MPT Tri-Mode I/O Controller Chip (IOC)
00c0 SAS3324 PCI-Express Fusion-MPT SAS-3
@@ -1055,6 +1060,7 @@
1d49 0700 ThinkSystem M.2 RAID B540i-2i SATA/NVMe Enablement Kit
1d49 0701 ThinkSystem 7mm RAID B540p-2HS SATA/NVMe Enablement Kit
1d49 0702 ThinkSystem M.2 RAID B540p-2HS SATA/NVMe Enablement Kit
+ 1d49 0703 ThinkSystem M.2 RAID B540d-2HS SATA/NVMe Enablement Kit
10e7 MegaRAID 12GSAS/PCIe Unsupported SAS38xx
1960 MegaRAID
1000 0518 MegaRAID 518 SCSI 320-2 Controller
@@ -1201,7 +1207,7 @@
103c 8b17 ProBook 445 G9/455 G9 [Ryzen 7 Integrated Radeon GPU]
15ff Fenghuang [Zhongshan Subor Z+]
1607 Arden
- 1636 Renoir
+ 1636 Renoir [Radeon RX Vega 6 (Ryzen 4000/5000 Mobile Series)]
1637 Renoir Radeon High Definition Audio Controller
1638 Cezanne [Radeon Vega Series / Radeon Vega Mobile Series]
1043 16c2 Radeon Vega 8
@@ -1215,6 +1221,8 @@
1681 Rembrandt [Radeon 680M]
1714 BeaverCreek HDMI Audio [Radeon HD 6500D and 6400G-6600G series]
103c 168b ProBook 4535s
+ 1900 Phoenix3
+ 1901 Phoenix4
3150 RV380/M24 [Mobility Radeon X600]
103c 0934 nx8220
3151 RV380 GL [FireMV 2400]
@@ -3944,6 +3952,7 @@
1849 5236 RX 6650 XT Challenger D OC
73f0 Navi 33 [Radeon RX 7600M XT]
73ff Navi 23 [Radeon RX 6600/6600 XT/6600M]
+ 1462 5021 MSI RX 6600XT MECH 2X
1462 5022 RX 6600 MECH 2X
148c 2412 PowerColor Red Devil RX 6600 XT
1849 5218 Radeon RX 6600 Challenger ITX 8GB
@@ -3960,6 +3969,7 @@
7446 Navi 31 USB
7448 Navi 31 [Radeon Pro W7900]
744c Navi 31 [Radeon RX 7900 XT/7900 XTX]
+ 1002 0e3b RX 7900 GRE [XFX]
1da2 471e PULSE RX 7900 XTX
1da2 e471 NITRO+ RX 7900 XTX Vapor-X
1eae 7901 RX-79XMERCB9 [SPEEDSTER MERC 310 RX 7900 XTX]
@@ -4815,6 +4825,7 @@
1014 04fb PCIe3 x16 20GB Cache 12Gb Quad SAS RAID+ Adapter(580B)
1014 04fc PCIe3 x8 12Gb Quad SAS RAID+ Adapter(580A)
04ed Internal Shared Memory (ISM) virtual PCI device
+ 0611 4769 Cryptographic Adapter
3022 QLA3022 Network Adapter
4022 QLA3022 Network Adapter
ffff MPIC-2 interrupt controller
@@ -5281,7 +5292,7 @@
1646 VanGogh IOMMU
1647 VanGogh PCIe GPP Bridge
1648 VanGogh Internal PCIe GPP Bridge to Bus
- 1649 VanGogh PSP/CCP
+ 1649 Family 19h PSP/CCP
164f Milan IOMMU
1650 Milan Data Fabric; Function 0
1651 Milan Data Fabric; Function 1
@@ -8439,6 +8450,7 @@
764d PXI-2521
764e PXI-2522
764f PXI-2523
+ 7652 PXIe-4080
7654 PXI-2796
7655 PXI-2797
7656 PXI-2798
@@ -8453,7 +8465,14 @@
76a3 PXIe-6535B
76a4 PXIe-6536B
76a5 PXIe-6537B
+ 76d8 PXIe-4081
+ 76d9 PXIe-4082
+ 77a8 PXIe-6375
783e PXI-8368
+ 7882 PXIe-6376
+ 7883 PXIe-6378
+ 799e PXIe-6386
+ 799f PXIe-6396
9020 PXI-2501
9030 PXI-2503
9040 PXI-2527
@@ -8748,6 +8767,8 @@
13e9 0070 Win/TV (Video Section)
036e Bt878 Video Capture
0000 0001 Euresys Picolo PCIe
+ 0000 0002 Euresys PICOLO Pro 2
+ 0000 0004 Euresys PICOLO Pro 3E
0070 13eb WinTV Series
0070 ff01 Viewcast Osprey 200
0071 0101 DigiTV PCI
@@ -8768,6 +8789,23 @@
14f1 0002 Bt878 Mediastream Controller PAL BG
14f1 0003 Bt878a Mediastream Controller PAL BG
14f1 0048 Bt878/832 Mediastream Controller
+ 1805 0101 Euresys PICOLO Tetra
+ 1805 0102 Euresys PICOLO Tetra
+ 1805 0103 Euresys PICOLO Tetra
+ 1805 0104 Euresys PICOLO Tetra
+ 1805 0105 Euresys PICOLO Tetra
+ 1805 0106 Euresys PICOLO Tetra
+ 1805 0107 Euresys PICOLO Tetra
+ 1805 0108 Euresys PICOLO Tetra
+ 1805 0201 Euresys PICOLO Tetra-X
+ 1805 0202 Euresys PICOLO Tetra-X
+ 1805 0203 Euresys PICOLO Tetra-X
+ 1805 0204 Euresys PICOLO Tetra-X
+ 1805 0401 Euresys PICOLO Tymo
+ 1805 0402 Euresys PICOLO Tymo
+ 1805 0403 Euresys PICOLO Tymo
+ 1805 0404 Euresys PICOLO Tymo
+ 1805 1001 Euresys PICOLO Junior 4
1822 0001 VisionPlus DVB card
1851 1850 FlyVideo'98 - Video
1851 1851 FlyVideo II
@@ -8843,6 +8881,8 @@
1852 1852 FlyVideo'98 (with FM Tuner)
0878 Bt878 Audio Capture
0000 0001 Euresys Picolo PCIe
+ 0000 0002 Euresys PICOLO Pro 2 (Audio Section)
+ 0000 0004 Euresys PICOLO Pro 3E (Audio Section)
0070 13eb WinTV Series
0070 ff01 Viewcast Osprey 200
0071 0101 DigiTV PCI
@@ -8865,6 +8905,23 @@
14f1 0002 Bt878 Video Capture (Audio Section)
14f1 0003 Bt878 Video Capture (Audio Section)
14f1 0048 Bt878 Video Capture (Audio Section)
+ 1805 0101 Euresys PICOLO Tetra (Audio Section)
+ 1805 0102 Euresys PICOLO Tetra (Audio Section)
+ 1805 0103 Euresys PICOLO Tetra (Audio Section)
+ 1805 0104 Euresys PICOLO Tetra (Audio Section)
+ 1805 0105 Euresys PICOLO Tetra (Audio Section)
+ 1805 0106 Euresys PICOLO Tetra (Audio Section)
+ 1805 0107 Euresys PICOLO Tetra (Audio Section)
+ 1805 0108 Euresys PICOLO Tetra (Audio Section)
+ 1805 0201 Euresys PICOLO Tetra-X (Audio Section)
+ 1805 0202 Euresys PICOLO Tetra-X (Audio Section)
+ 1805 0203 Euresys PICOLO Tetra-X (Audio Section)
+ 1805 0204 Euresys PICOLO Tetra-X (Audio Section)
+ 1805 0401 Euresys PICOLO Tymo (Audio Section)
+ 1805 0402 Euresys PICOLO Tymo (Audio Section)
+ 1805 0403 Euresys PICOLO Tymo (Audio Section)
+ 1805 0404 Euresys PICOLO Tymo (Audio Section)
+ 1805 1001 Euresys PICOLO Junior 4 (Audio Section)
1822 0001 VisionPlus DVB Card
18ac d500 DViCO FusionHDTV5 Lite
270f fc00 Digitop DTT-1000
@@ -8991,6 +9048,10 @@
1147 VScom 020 2 port parallel adaptor
2000 PCI9030 32-bit 33MHz PCI <-> IOBus Bridge
10b5 9030 ATCOM AE400P Quad E1 PCI card
+ 2300 Euresys DOMINO Gamma
+ 2374 Euresys DOMINO Alpha
+ 2491 Euresys GRABLINK Value
+ 2493 Euresys GRABLINK Expert
2540 IXXAT CAN-Interface PC-I 04/PCI
2724 Thales PCSM Security Card
3376 Cosateq 4 Port CAN Card
@@ -9106,6 +9167,7 @@
e1c5 0006 TA1-PCI4
9036 9036
9050 PCI <-> IOBus Bridge
+ 103c 10b0 82350 PCI GPIB
10b5 1067 IXXAT CAN i165
10b5 114e Wasco WITIO PCI168extended
10b5 1169 Wasco OPTOIO32standard 32 digital in, 32 digital out
@@ -9117,6 +9179,7 @@
10b5 2905 Alpermann+Velte PCI TS: Time Synchronisation Board
10b5 3196 Goramo PLX200SYN sync serial card
10b5 9050 PCI-I04 PCI Passive PC/CAN Interface
+ 11a9 5334 PDS4
12fe 0001 CAN-PCI/331 CAN bus controller
1369 8901 PCX11+ PCI
1369 8f01 VX222
@@ -9542,6 +9605,7 @@
10be Tseng Labs International Co.
10bf Most Inc
10c0 Boca Research Inc.
+ 9135 iX3D Ultimate Rez
10c1 ICM Co., Ltd.
10c2 Auspex Systems Inc.
10c3 Samsung Semiconductors, Inc.
@@ -12778,16 +12842,20 @@
2331 GH100 [H100 PCIe]
2336 GH100 [H100]
2337 GH100 [H100 SXM5 64GB]
+ 2338 GH100 [H100 SXM5 96GB]
2339 GH100 [H100 SXM5 94GB]
233a GH100 [H800L 94GB]
233d GH100 [H100 96GB]
2342 GH100 [GH200 120GB]
2343 GH100
2345 GH100 [GH200 480GB]
+ 23b0 GH100
+ 23f0 GH100
2414 GA103 [GeForce RTX 3060 Ti]
2420 GA103M [GeForce RTX 3080 Ti Mobile]
2438 GA103GLM [RTX A5500 Laptop GPU]
2460 GA103M [GeForce RTX 3080 Ti Laptop GPU]
+ 2480 GA104 [Reserved Dev ID A]
2482 GA104 [GeForce RTX 3070 Ti]
2483 GA104
2484 GA104 [GeForce RTX 3070]
@@ -12816,6 +12884,7 @@
24ba GA104GLM [RTX A4500 Laptop GPU]
24bb GA104GLM [RTX A3000 Laptop GPU]
24bf GA104 [GeForce RTX 3070 Engineering Sample]
+ 24c0 GA104 [Initial Dev ID B]
24c7 GA104 [GeForce RTX 3060 8GB]
24c8 GA104 [GeForce RTX 3070 GDDR6X]
24c9 GA104 [GeForce RTX 3060 Ti GDDR6X]
@@ -12843,6 +12912,7 @@
2571 GA106 [RTX A2000 12GB]
2582 GA107 [GeForce RTX 3050 8GB]
2583 GA107 [GeForce RTX 3050 4GB]
+ 2584 GA107 [GeForce RTX 3050 6GB]
25a0 GA107M [GeForce RTX 3050 Ti Mobile]
25a2 GA107M [GeForce RTX 3050 Mobile]
25a3 GA107
@@ -12881,6 +12951,7 @@
26b8 AD102GL [L40G]
26b9 AD102GL [L40S]
26f5 AD102GL [L40 CNX]
+ 2703 AD103 [GeForce RTX 4080 SUPER]
2704 AD103 [GeForce RTX 4080]
2717 GN21-X11 [GeForce RTX 4090 Laptop GPU]
2730 AD103GLM [RTX 5000 Ada Generation Laptop GPU]
@@ -12891,6 +12962,7 @@
2786 AD104 [GeForce RTX 4070]
27a0 AD104M [GeForce RTX 4080 Max-Q / Mobile]
27b0 AD104GL [RTX 4000 SFF Ada Generation]
+ 27b1 AD104GL [RTX 4500 Ada Generation]
27b2 AD104GL [RTX 4000 Ada Generation]
27b7 AD104GL [L16]
27b8 AD104GL [L4]
@@ -13074,6 +13146,7 @@
2011 Q-Motion Video Capture/Edit board
4750 S5930 [Matchmaker]
5920 S5920
+ 801d Roper Scientific PCI TAXI interface
8043 LANai4.x [Myrinet LANai interface chip]
8062 S5933_PARASTATION
807d S5933 [Matchmaker]
@@ -13147,6 +13220,7 @@
1028 06e6 Latitude 11 5175 2-in-1
1028 09be Latitude 7410
1028 0b10 Precision 3571
+ 1028 0c06 Precision 3580
17aa 224f ThinkPad X1 Carbon 5th Gen
5260 RTS5260 PCI Express Card Reader
5261 RTS5261 PCI Express Card Reader
@@ -13160,6 +13234,7 @@
5762 RTS5762 NVMe SSD Controller
5763 RTS5763DL NVMe SSD Controller (DRAM-less)
5765 RTS5765DL NVMe SSD Controller (DRAM-less)
+ 5772 RTS5772DL NVMe SSD Controller (DRAM-less)
8029 RTL-8029(AS)
10b8 2011 EZ-Card (SMC1208)
10ec 8029 RTL-8029(AS)
@@ -13342,13 +13417,17 @@
8813 RTL8813AE 802.11ac PCIe Wireless Network Adapter
8821 RTL8821AE 802.11ac PCIe Wireless Network Adapter
8852 RTL8852AE 802.11ax PCIe Wireless Network Adapter
+ a85a RTL8852AE WiFi 6 802.11ax PCIe Adapter
b723 RTL8723BE PCIe Wireless Network Adapter
10ec 8739 Dell Wireless 1801
17aa b736 Z50-75
+ b821 RTL8821CE PCIe 802.11ac Wireless Network Controller
b822 RTL8822BE 802.11a/b/g/n/ac WiFi adapter
103c 831b Realtek RTL8822BE 802.11ac 2x2 Wi-Fi + Bluetooth 4.2 Combo Adapter (MU-MIMO supported)
17aa 5124 ThinkPad E595
17aa b023 ThinkPad E595
+ b852 RTL8852BE PCIe 802.11ax Wireless Network Controller
+ b85b RTL8852BE PCIe 802.11ax Wireless Network Controller [1T1R]
c821 RTL8821CE 802.11ac PCIe Wireless Network Adapter
c822 RTL8822CE 802.11ac PCIe Wireless Network Adapter
c82f RTL8822CE 802.11ac PCIe Wireless Network Adapter
@@ -13379,6 +13458,8 @@
500c Alveo U280 XDMA Platform
5020 Alveo U50 XMDA Platform
505c Alveo U55C
+ 5074 Alveo X3522, Quad Port, 10/25GbE Adaptable Accelerator Card
+ 5084 Alveo X3522, Quad Port, 10/25GbE Low Latency Network Adapter
6987 SmartSSD
6988 SmartSSD
7011 7-Series FPGA Hard PCIe block (AXI/debug)
@@ -15366,7 +15447,7 @@
1179 0021 KIOXIA CD5 series SSD
1d49 4039 Thinksystem U.2 CM5 NVMe SSD
1d49 403a Thinksystem AIC CM5 NVMe SSD
- 0113 BG3 NVMe SSD Controller
+ 0113 BG3 x2 NVMe SSD Controller (DRAM-less)
1179 0001 Toshiba KBG30ZMS128G 128GB NVMe SSD
0115 XG4 NVMe SSD Controller
0116 XG5 NVMe SSD Controller
@@ -15686,6 +15767,8 @@
000b ATP867-B
000d ATP8620
000e ATP8620
+ 0011 ATP865-B
+ 1191 0011 ACARD AEC-6280
8002 AEC6710 SCSI-2 Host Adapter
8010 AEC6712UW SCSI
8020 AEC6712U SCSI
@@ -15949,7 +16032,7 @@
6281 88F6281 [Kirkwood] ARM SoC
# This device ID was used for earlier chips.
6381 MV78xx0 [Discovery Innovation] ARM SoC
- 6440 88SE6440 SAS/SATA PCIe controller
+ 6440 88SE63x0 x1, 88SE6440 x4 PCIe SAS/SATA 3Gb/s RAID controller
6450 64560 System Controller
6460 MV64360/64361/64362 System Controller
6480 MV64460/64461/64462 System Controller
@@ -15960,7 +16043,7 @@
6820 88F6820 [Armada 385] ARM SoC
6828 88F6828 [Armada 388] ARM SoC
6920 88F6920 [Armada 390] ARM SoC
- 7042 88SX7042 PCI-e 4-port SATA-II
+ 7042 88SX7042 PCIe 4-port SATA-II controller
16b8 434b Tempo SATA E4P
7810 MV78100 [Discovery Innovation] ARM SoC
7820 MV78200 [Discovery Innovation] ARM SoC
@@ -16426,9 +16509,9 @@
13f7 1394 OHCI Compliant Host Controller
6729 OZ6729
673a OZ6730
- 6832 OZ6832/6833 CardBus Controller
- 6836 OZ6836/6860 CardBus Controller
- 6872 OZ6812 CardBus Controller
+ 6832 OZ6832/6833 CardBus Controller [Saturn]
+ 6836 OZ6836/6860 CardBus Controller [Mercury]
+ 6872 OZ6812 CardBus Controller [Challenger]
6925 OZ6922 CardBus Controller
6933 OZ6933/711E1 CardBus/SmartCardBus Controller
1025 1016 Travelmate 612 TX
@@ -16602,6 +16685,7 @@
00a3 VisionLink F4
00a9 VisionLink CLS
00ab PCIe8g3 A5 10G
+ 00b5 PCIe8 RFx SDR
123e Simutech, Inc.
# nee C-Cube Microsystems / acquired by Magnum Semiconductor
123f LSI Logic
@@ -16834,6 +16918,8 @@
2260 SM2260 NVMe SSD Controller
2262 SM2262/SM2262EN SSD Controller
2263 SM2263EN/SM2263XT (DRAM-less) NVMe SSD Controllers
+ 2269 SM2269XT (DRAM-less) NVMe SSD Controller
+ 8366 SM8366 NVMe SSD Controller [MonTitan]
1270 Olympus Optical Co., Ltd.
1271 GW Instruments
1272 Telematics International
@@ -17461,11 +17547,18 @@
0035 PCI-DAS64/M1/16
0036 PCI-DAS64/M2/16
0037 PCI-DAS64/M3/16
+ 004b PCI-MDB64
004c PCI-DAS1000
004d PCI-QUAD04
0052 PCI-DAS4020/12
0053 PCIM-DDA06/16
0054 PCI-DIO96
+ 0055 CPCI-DIO24H
+ 0056 PCIM-DAS1602/16
+ 0057 PCI-DAS3202/16
+ 0059 PCI-QUAD-AC5
+ 005a CPCI-DIO96H
+ 005b CPCI-DIO48H
005d PCI-DAS6023
005e PCI-DAS6025
005f PCI-DAS6030
@@ -17478,10 +17571,23 @@
0066 PCI-DAS6052
0067 PCI-DAS6070
0068 PCI-DAS6071
+ 006e PCI-CTR10
006f PCI-DAS6036
0070 PCI-DAC6702
+ 0071 PCI-DAC6703
+ 0074 PCI-CTR20HD
+ 0077 PCI-DIO24/LP
0078 PCI-DAS6013
0079 PCI-DAS6014
+ 007b PCIM-DAS16JR/16
+ 007e PCI-DIO24/S
+ 00a5 PCI-2511
+ 00a6 PCI-2513
+ 00a7 PCI-2515
+ 00a8 PCI-2517
+ 00be PCI-QUAD05
+ 00da PCIe-DIO96H
+ 00db PCIe-DIO24
0115 PCIe-DAS1602/16
1308 Jato Technologies Inc.
0001 NetCelerator Adapter
@@ -17643,6 +17749,9 @@
1344 4000 3.2TB U.2
1344 5000 6.4 TB U.2
1344 6000 12.8TB U.2
+ 51b7 7500 PRO NVMe SSD
+ 51b8 7500 MAX NVMe SSD
+ 51b9 6500 ION NVMe SSD
51c0 7400 PRO NVMe SSD
1028 2162 EC NVMe OPAL 7400 RI M.2 480GB
1028 2163 EC NVMe OPAL 7400 RI M.2 960GB
@@ -17689,6 +17798,7 @@
5411 2450 NVMe SSD [HendrixV] (DRAM-less)
5413 2400 NVMe SSD (DRAM-less)
5414 3460 NVMe SSD
+ 5416 2550 NVMe SSD (DRAM-less)
6001 2100AI NVMe SSD [Nitro]
1345 Arescom Inc
1347 Odetics
@@ -17727,8 +17837,97 @@
1355 Kratos Analytical Ltd
1356 The Logical Co
1359 Prisa Networks
-135a Brain Boxes
- 0a61 UC-324 [VELOCITY RS422/485]
+135a Brainboxes Ltd
+ 0841 UC-268 4 port RS-232 card
+ 0861 UC-257 2 port RS-232 + LPT card
+ 0862 UC-257 2 port RS-232 + LPT card
+ 0863 UC-257 2 port RS-232 + LPT card
+ 0881 UC-279 8 port RS-232 card
+ 08a1 UC-313 2 port RS-422/485 card
+ 08a2 UC-313 2 port RS-422/485 card
+ 08a3 UC-313 2 port RS-422/485 card
+ 08c1 UC-310 2 port RS-422/485 Opto Isolated card
+ 08e1 UC-302 2 port RS-232 card
+ 08e2 UC-302 2 port RS-232 card
+ 08e3 UC-302 2 port RS-232 card
+ 0901 UC-431 3 port RS-232 card
+ 0921 UC-420 3 + 1 port RS-232 card
+ 0981 UC-475 1 + 1 port RS-232 + LPT card
+ 0982 UC-475 1 + 1 port RS-232 + LPT card
+ 09a1 UC-607 2 port RS-232 card
+ 09a2 UC-607 2 port RS-232 card
+ 09a3 UC-607 2 port RS-232 card
+ 0a61 UC-324 1 port RS-422/485 card
+ 0a81 UC-357 1 port RS-232 + 1 port RS-422/485 card
+ 0a82 UC-357 1 port RS-232 + 1 port RS-422/485 card
+ 0a83 UC-357 1 port RS-232 + 1 port RS-422/485 card
+ 0aa1 UC-246 1 port RS-232 card
+ 0aa2 UC-246 1 port RS-232 card
+ 0ac1 UP-189 Powered 2 port RS-232 card
+ 0ac2 UP-189 Powered 2 port RS-232 card
+ 0ac3 UP-189 Powered 2 port RS-232 card
+ 0b01 UC-346 4 port RS-422/485 card
+ 0b02 UC-346 4 port RS-422/485 card
+ 0b21 UP-200 Powered 2 port RS-232 card
+ 0b22 UP-200 Powered 2 port RS-232 card
+ 0b23 UP-200 Powered 2 port RS-232 card
+ 0ba1 UC-101 1 + 1 port RS-232 card
+ 0bc1 UC-203 1 + 1 port RS-232 + LPT card
+ 0bc2 UC-203 1 + 1 port RS-232 + LPT card
+ 0be1 UC-146 LPT card
+ 0be2 UC-146 LPT card
+ 0c01 UP-869 Powered 2 port RS-232 card
+ 0c02 UP-869 Powered 2 port RS-232 card
+ 0c03 UP-869 Powered 2 port RS-232 card
+ 0c21 UP-880 Powered 2 port RS-232 card
+ 0c22 UP-880 Powered 2 port RS-232 card
+ 0c23 UP-880 Powered 2 port RS-232 card
+ 0c41 UC-368 4 port RS-422/485 Opto Isolated card
+ 0ca1 UC-253 2 port RS-232 card
+ 0d21 UC-260 4 port RS-232 card
+ 0d41 UC-836 4 port RS-232 card
+ 0d60 IS-100 1 port RS-232 card
+ 0d80 IS-200 2 port RS-232 card
+ 0da0 IS-300 1 port RS-232 + LPT card
+ 0dc0 IS-400 4 port RS-232 card
+ 0de0 IS-500 LPT card
+ 0e41 PX-279 8 port RS-232 card
+ 0e61 UC-414 3 + 1 port RS-232 + LPT card
+ 4000 PX-420 3 + 1 port RS-232 card
+ 4001 PX-431 3 port RS-232 card
+ 4002 PX-820 Powered 3 + 1 port RS-232 card
+ 4003 PX-831 Powered 3 port RS-232 card
+ 4004 PX-235 1 port RS-232 card
+ 4005 PX-101 1 + 1 port RS-232 card
+ 4006 PX-257 1 + 1 port RS-232 + LPT card (Serial port)
+ 4007 PX-257 1 + 1 port RS-232 + LPT card (LPT port)
+ 4008 PX-835 Powered 1 port RS-232 card
+ 4009 PX-857 Powered 2 port RS-232 card
+ 400a PX-260 4 port RS-232 card
+ 400b PX-320 1 port RS-422/485 card
+ 400c PX-313 2 port RS-422/485 card
+ 400e PX-310 2 port RS-422/485 Opto Isolated card
+ 400f PX-346 4 port RS-422/485 card
+ 4010 PX-368 4 port RS-422/485 Opto Isolated card
+ 4011 PX-420 3 + 1 port RS-232 card
+ 4012 PX-431 3 port RS-232 card
+ 4013 PX-820 Powered 3 + 1 port RS-232 card
+ 4014 PX-831 Powered 3 port RS-232 card
+ 4015 PX-257 2 port RS-232 card
+ 4016 PX-235 1 port RS-232 card
+ 4017 PX-835 Powered 1 port RS-232 card
+ 4018 PX-857 Powered 2 port RS-232 card
+ 4019 PX-101 1 + 1 port RS-232 card
+ 401c PX-146 LPT card
+ 401d PX-475 1 port RS-232 + LPT card (Serial port)
+ 401e PX-803 Powered 1 + 1 port RS-232 card
+ 401f PX-475 1 port RS-232 + LPT card (LPT port)
+ 4027 IX-100 1 port RS-232 card
+ 4028 IX-200 2 port RS-232 card
+ 4029 IX-400 4 port RS-232 card
+ 402a IX-500 LPT card
+ 402c PX-263 4 port RS-232 + LPT card
+ 4100 PX-272 4 + 1 port RS-232 + LPT card
135b Giganet Inc
135c Quatech Inc
0010 QSC-100
@@ -17738,12 +17937,19 @@
0050 ESC-100D
0060 ESC-100M
00f0 MPAC-100 Synchronous Serial Card (Zilog 85230)
+ 0120 QSCP-100
+ 0130 DSCP-100
+ 0140 QSCP-200/300
+ 0150 DSCP-200/300
0170 QSCLP-100
0180 DSCLP-100
+ 0181 DSC-100
0190 SSCLP-100
01a0 QSCLP-200/300
01b0 DSCLP-200/300
+ 01b1 DSC-200/300
01c0 SSCLP-200/300
+ 01e0 ESC(LP)-100
0258 DSPSX-200/300
135d ABB Network Partner AB
135e Sealevel Systems Inc
@@ -18233,6 +18439,7 @@
13fc Computer Peripherals International
13fd Micro Science Inc
13fe Advantech Co. Ltd
+ 0071 PCIE-1761H, 8-ch Relay and 8-ch Isolated Digital Input Card
1240 PCI-1240 4-channel stepper motor controller card
1600 PCI-16xx series PCI multiport serial board (function 0)
# This board has two PCI functions, appears as two PCI devices
@@ -19391,9 +19598,9 @@
144d a801 SM963 2.5" NVMe PCIe SSD
a806 NVMe SSD SM0032L
a808 NVMe SSD Controller SM981/PM981/PM983
- 144d a801 SSD 970 EVO
+ 144d a801 SSD 970 EVO/PRO
1d49 403b Thinksystem U.2 PM983 NVMe SSD
- a809 NVMe SSD Controller 980
+ a809 NVMe SSD Controller 980 (DRAM-less)
a80a NVMe SSD Controller PM9A1/PM9A3/980PRO
0128 215a DC NVMe PM9A3 RI U.2 960GB
0128 215b DC NVMe PM9A3 RI U.2 1.92TB
@@ -19413,9 +19620,12 @@
1028 2276 DC NVMe PM9A3 RI 110M.2 960GB
1028 2277 DC NVMe PM9A3 RI 110M.2 1.92TB
1028 512d DC NVMe PM9A3 RI U.2 7.68TB
+ 144d a801 SSD 980 PRO
144d a813 General DC NVMe PM9A3
- a80b NVMe SSD Controller PM9B1
+# Actually 88SS1322 according to techpowerup
+ a80b NVMe SSD Controller PM9B1 (DRAM-less)
a80c NVMe SSD Controller S4LV008[Pascal]
+ a80d NVMe SSD Controller PM9C1a
a820 NVMe SSD Controller 171X
1028 1f95 Express Flash NVMe XS1715 SSD 400GB
1028 1f96 Express Flash NVMe XS1715 SSD 800GB
@@ -19658,9 +19868,18 @@
14a2 Millennium Engineering Inc
14a3 Maverick Networks
14a4 Lite-On Technology Corporation
+ 2100 CA1-8D128 NVMe SSD
+ 2200 CX2-8B256, CX2-8B512 NVMe SSD
+ 22a0 EP2-KB960 NVMe SSD
22f1 M8Pe Series NVMe SSD
+ 2300 CA3-8D256, CA3-8D512 NVMe SSD
+ 23f1 M9PeG, M9PeGN, M9PeY NVMe SSD
+ 2f00 CAZ-82512 NVMe SSD
+ 3500 CA5-8D512 NVMe SSD
# Wrong vendor ID used
4318 Broadcom BCM4318 [AirForce One 54g] 802.11g WLAN Controller
+ 5100 CB1-SD256, CB1-SD512 NVMe SSD
+ 9100 CL1-3D256, CL1-8D512 NVMe SSD (DRAM-less)
14a5 XIONICS Document Technologies Inc
14a6 INOVA Computers GmBH & Co KG
14a7 MYTHOS Systems Inc
@@ -19729,12 +19948,14 @@
7612 MT7612E 802.11acbgn PCI Express Wireless Network Adapter
7615 MT7615E 802.11ac PCI Express Wireless Network Adapter
7630 MT7630e 802.11bgn Wireless Network Adapter
+ 7650 MT7650 802.11ac
# MT7612E too?
7662 MT7662E 802.11ac PCI Express Wireless Network Adapter
7915 MT7915E 802.11ax PCI Express Wireless Network Adapter
7916 MT7905D/MT7975
# WiFi 6E capable
7922 MT7922 802.11ax PCI Express Wireless Network Adapter
+ 1a3b 5300 ASUS PCE-AXE59BT
7961 MT7921 802.11ax PCI Express Wireless Network Adapter
14c4 IWASAKI Information Systems Co Ltd
14c5 Automation Products AB
@@ -19980,8 +20201,8 @@
103c 3383 Ethernet 1Gb 4-port 331T Adapter
14e4 1904 4-port 1Gb Ethernet Adapter
14e4 1909 Broadcom NetXtreme 5719 Quad Port Gigabit NIC
- 14e4 d146 BCM95719-P41 4x1GBT Ethernet NIC
- 14e4 d346 BCM95719-N41 4x1GBT Ethernet NIC
+ 14e4 d166 BCM95719-P41 4x1GBT Ethernet NIC
+ 14e4 d366 BCM95719-N41 4x1GBT Ethernet NIC
193d 1025 NIC-ETH330T-LP-4P
1659 NetXtreme BCM5721 Gigabit Ethernet PCI Express
1014 02c6 eServer xSeries server mainboard
@@ -20542,16 +20763,16 @@
4360 BCM4360 802.11ac Wireless Network Adapter
4365 BCM43142 802.11b/g/n
1028 0016 Wireless 1704 802.11n + BT 4.0
- 43a0 BCM4360 802.11ac Wireless Network Adapter
- 43a1 BCM4360 802.11ac Wireless Network Adapter
- 43a2 BCM4360 802.11ac Wireless Network Adapter
+ 43a0 BCM4360 802.11ac Dual Band Wireless Network Adapter
+ 43a1 BCM4360 802.11ac 2,4G Wireless Network Adapter
+ 43a2 BCM4360 802.11ac 5G Wireless Network Adapter
43a3 BCM4350 802.11ac Wireless Network Adapter
# Manufactured by Foxconn for Lenovo
17aa 075a 00JT494
43a9 BCM43217 802.11b/g/n
43aa BCM43131 802.11b/g/n
43ae BCM43162 802.11ac Wireless Network Adapter
- 43b1 BCM4352 802.11ac Wireless Network Adapter
+ 43b1 BCM4352 802.11ac Dual Band Wireless Network Adapter
1043 85ba PCE-AC56 Dual-Band Wireless PCI-E Adapter
43ba BCM43602 802.11ac Wireless LAN SoC
43bb BCM43602 802.11ac Wireless LAN SoC
@@ -20577,12 +20798,14 @@
441f BCM4361 802.11ac Dual-Band Wireless Network Controller
4420 BCM4361 802.11ac 2.4 GHz Wireless Network Controller
4421 BCM4361 802.11ac 5 GHz Wireless Network Controller
- 4425 BRCM4378 Wireless Network Adapter
+ 4425 BCM4378 802.11ax Dual Band Wireless Network Adapter
4430 BCM44xx CardBus iLine32 HomePNA 2.0
4432 BCM4432 CardBus 10/100BaseT
+ 4433 BCM4387 802.11ax Dual Band Wireless LAN Controller
4464 BCM4364 802.11ac Wireless Network Adapter
# brcmfmac reports it as BCM4377/4 but macOS drivers call it BCM4377b
4488 BCM4377b Wireless Network Adapter
+ 449d BCM43752 802.11ax Dual Band Wireless LAN Controller
4610 BCM4610 Sentry5 PCI to SB Bridge
4611 BCM4610 Sentry5 iLine32 HomePNA 1.0
4612 BCM4610 Sentry5 V.90 56k Modem
@@ -20900,6 +21123,10 @@
17de 08a6 KWorld/VStream XPert DVB-T
17de 08b2 KWorld DVB-S 100
17de a8a6 digitalnow DNTV Live! DVB-T
+ 1805 0111 PICOLO Jet-X Video
+ 1805 0112 PICOLO Jet-X Video
+ 1805 0113 PICOLO Jet-X Video
+ 1805 0114 PICOLO Jet-X Video
1822 0025 digitalnow DNTV Live! DVB-T Pro
185b e000 VideoMate X500
18ac d500 FusionHDTV 5 Gold
@@ -20928,6 +21155,10 @@
14f1 0187 Conexant DVB-T reference design
17de 08a1 XPert DVB-T PCI BDA DVBT 23880 Transport Stream Capture
17de 08a6 KWorld/VStream XPert DVB-T
+ 1805 0111 PICOLO Jet-X Jpeg
+ 1805 0112 PICOLO Jet-X Jpeg
+ 1805 0113 PICOLO Jet-X Jpeg
+ 1805 0114 PICOLO Jet-X Jpeg
18ac d500 DViCO FusionHDTV5 Gold
18ac d810 DViCO FusionHDTV3 Gold-Q
18ac d820 DViCO FusionHDTV3 Gold-T
@@ -20940,6 +21171,10 @@
0070 6902 WinTV HVR-4000-HD
0070 9002 Nova-T DVB-T Model 909
0070 9402 WinTV-HVR1100 DVB-T/Hybrid
+ 1805 0111 PICOLO Jet-X Control
+ 1805 0112 PICOLO Jet-X Control
+ 1805 0113 PICOLO Jet-X Control
+ 1805 0114 PICOLO Jet-X Control
7063 5500 pcHDTV HD-5500
8811 CX23880/1/2/3 PCI Video and Audio Decoder [Audio Port]
0070 3400 WinTV 34604
@@ -21283,6 +21518,8 @@
0001 Eagle Cluster Manager
0002 Osprey Cluster Manager
0003 Harrier Cluster Manager
+ 0371 Cassini 2 [Slingshot 400Gb]
+ 0372 Cassini 2 [Slingshot 400Gb] SR-IOV VF
a01d FC044X Fibre Channel HBA
1591 ARN
1592 Syba Tech Ltd
@@ -21627,10 +21864,10 @@
2001 Skyhawk Series NVME SSD
5001 WD Black NVMe SSD
5002 SanDisk Extreme Pro / WD Black 2018/SN750/PC SN720 NVMe SSD
- 5003 WD Blue SN500 / PC SN520 NVMe SSD
- 5004 PC SN520 NVMe SSD
- 5005 PC SN520 NVMe SSD
- 5006 WD Black SN750 / PC SN730 / Red SN700 NVMe SSD
+ 5003 WD Blue SN500 / PC SN520 x2 M.2 2280 NVMe SSD
+ 5004 PC SN520 x2 M.2 2230 NVMe SSD
+ 5005 PC SN520 x2 M.2 2242 NVMe SSD
+ 5006 SanDisk Extreme Pro / WD Black SN750 / PC SN730 / Red SN700 NVMe SSD
5007 IX SN530 NVMe SSD (DRAM-less)
5008 PC SN530 NVMe SSD (DRAM-less)
5009 SanDisk Ultra 3D / WD Blue SN550 NVMe SSD
@@ -21639,17 +21876,18 @@
1414 500b Xbox Series X
500d WD Ultrastar DC SN340 NVMe SSD
5011 WD PC SN810 / Black SN850 NVMe SSD
- 5014 WD Green SN350 NVMe SSD 1 TB (DRAM-less)
+ 5014 WD PC SN540 / Green SN350 NVMe SSD 1 TB (DRAM-less)
5015 PC SN740 NVMe SSD (DRAM-less)
5016 WD PC SN740 NVMe SSD 512GB (DRAM-less)
5017 WD Black SN770 / PC SN740 256GB / PC SN560 (DRAM-less) NVMe SSD
- 5019 WD Green SN350 NVMe SSD 240GB (DRAM-less)
- 501a WD Blue SN570 NVMe SSD
+ 5019 WD Green SN350 240GB (DRAM-less) / SN560E NVMe SSD
+ 501a SanDisk Ultra 3D / WD Blue SN570 NVMe SSD (DRAM-less)
501d WD Blue SN550 NVMe SSD 2TB (DRAM-less)
501e PC SN735 NVMe SSD (DRAM-less)
501f WD PC SN735 NVMe SSD 512GB (DRAM-less)
5025 WD Blue SN570 NVMe SSD 2TB
5026 WD PC SN735 NVMe SSD 1TB (DRAM-less)
+ 5028 WD CH SN560 NVMe SSD
5030 WD Black SN850X NVMe SSD
5041 WD Blue SN580 NVMe SSD (DRAM-less)
15b8 ADDI-DATA GmbH
@@ -21673,7 +21911,11 @@
117c 0022 Celerity FC-42XS Fibre Channel Adapter
117c 0025 Celerity FC-44ES Fibre Channel Adapter
117c 0026 Celerity FC-42ES Fibre Channel Adapter
+ 0b01 82350B PCI GPIB
1100 E8001-66442 PCI Express CIC
+ 1218 82351A PCI Express GPIB
+ 12d6 82350C PCI GPIB
+ 12d7 82351B PCI Express GPIB
2922 64 Bit, 133MHz PCI-X Exerciser & Protocol Checker
2928 64 Bit, 66MHz PCI Exerciser & Analyzer
2929 64 Bit, 133MHz PCI-X Analyzer & Exerciser
@@ -21927,6 +22169,11 @@
165f Linux Media Labs, LLC
1020 LMLM4 MPEG-4 encoder
1661 Worldspace Corp.
+1665 EDAX Inc
+# P/N 4035.006.19720
+ 1973 DPP-II FR2 Board
+# P/N 4035.065.20000
+ 2000 SG-IIP Board
1668 Actiontec Electronics Inc
0100 Mini-PCI bridge
# Formerly SiByte, Inc.
@@ -22861,6 +23108,7 @@
17d5 7831 X3120 Dual Port 10GBase-CR
17db Cray Inc
0101 XT Series [Seastar] 3D Toroidal Router
+ 0501 Cassini 1 [Slingshot 200Gb]
17de KWorld Computer Co. Ltd.
17df Dini Group
1864 Virtex4 PCI Board w/ QL5064 Bridge [DN7000K10PCI/DN8000K10PCI/DN8000K10PSX/NOTUS]
@@ -22978,6 +23226,35 @@
1804 Ralink corp. (wrong ID)
3060 RT3060 Wireless 802.11n 1T/1R
1805 Euresys S.A.
+ 0201 PICOLO Alert PCI
+ 0202 PICOLO Diligent
+ 0204 PICOLO Alert-RC
+ 0205 PICOLO Alert PCIe
+ 0206 PICOLO Diligent Plus PCIe
+ 0207 PICOLO Alert-RC PCIe
+ 0300 GRABLINK Expert 2
+ 0301 GRABLINK Quickpack ColorScan
+ 0302 GRABLINK Value cPCI
+ 0303 GRABLINK Expert 2 cPCI
+ 0305 GRABLINK Avenue
+ 0306 GRABLINK Quickpack CFA
+ 0307 GRABLINK Express
+ 0308 GRABLINK Quickpack CFA PCIe
+ 0309 GRABLINK Quickpack CFA PCIe (Recovery)
+ 030a GRABLINK Full
+ 030b GRABLINK Full (Recovery)
+ 030c GRABLINK DualBase
+ 030d GRABLINK DualBase (Recovery)
+ 030e GRABLINK Base
+ 030f GRABLINK Base (Recovery)
+ 0310 GRABLINK Full XR
+ 0311 GRABLINK Full XR (Recovery)
+ 0401 DOMINO Iota
+ 0402 DOMINO Alpha 2
+ 0403 DOMINO Harmony
+ 0404 DOMINO Melody
+ 0407 DOMINO Symphony
+ 0408 DOMINO Symphony PCIe
1809 Lumanate, Inc.
180c IEI Integration Corp
1813 Ambient Technologies Inc
@@ -23710,11 +23987,13 @@
5007 E7 NVMe Controller
5008 E8 PCIe3 NVMe Controller
5012 E12 NVMe Controller
- 5013 PS5013 E13 NVMe Controller
+ 5013 PS5013-E13 PCIe3 NVMe Controller (DRAM-less)
+ 5015 PS5015-E15 PCIe3 NVMe Controller (DRAM-less)
5016 E16 PCIe4 NVMe Controller
5018 E18 PCIe4 NVMe Controller
5019 PS5019-E19 PCIe4 NVMe Controller (DRAM-less)
5021 PS5021-E21 PCIe4 NVMe Controller (DRAM-less)
+ 5026 PS5026-E26 PCIe5 NVMe Controller
1989 Montilio Inc.
0001 RapidFile Bridge
8001 RapidFile
@@ -24246,6 +24525,7 @@
000c QEMU PCIe Root port
000d QEMU XHCI Host Controller
0010 QEMU NVM Express Controller
+ 0011 QEMU PVPanic device
0013 QEMU UFS Host Controller
0100 QXL paravirtual graphic card
1af4 1100 QEMU Virtual Machine
@@ -24291,6 +24571,7 @@
1028 2151 BOSS-N1 Modular ET
1028 2196 ROR-N1
1b4b 2241 Santa Cruz NVMe Host Adapter
+ 1b96 4000 WD_BLACK AN1500 NVMe SSD
1d49 0306 ThinkSystem M.2 NVMe 2-Bay RAID Enablement Kit
1d49 0307 ThinkSystem 7mm NVMe 2-Bay Rear RAID Enablement Kit
2b43 NXP 88W9098 Wi-Fi 6 (ax) MAC #1
@@ -24380,6 +24661,12 @@
2404 Ultrastar DC SN640 NVMe SSD
2500 Ultrastar DC SN840 NVMe SSD
2600 Ultrastar DC ZN540 ZNS NVMe SSD
+ 2700 Ultrastar DC SN650 NVMe SSD
+ 2701 Ultrastar DC SN650 NVMe SSD
+ 2702 Ultrastar DC SN650 NVMe SSD
+ 2720 Ultrastar DC SN650 NVMe SSD
+ 2721 Ultrastar DC SN650 NVMe SSD
+ 2722 Ultrastar DC SN655 NVMe SSD
3001 RapidFlex C2000 NVMe Initiator
3714 PC SN730 NVMe SSD
3734 PC SN730 NVMe SSD
@@ -24500,6 +24787,10 @@
5013 BarraCuda Q5 NVMe SSD (DRAM-less)
5016 FireCuda 520/IronWolf 525 SSD
5018 FireCuda 530 SSD
+# 2TB
+ 5021 FireCuda 520 SSD
+# 1TB
+ 5026 FireCuda 540 SSD
1bb3 Bluecherry
4304 BC-04120A MPEG4 4 port video encoder / decoder
4309 BC-08240A MPEG4 4 port video encoder / decoder
@@ -24559,6 +24850,7 @@
100c NS8510G1Uxxx, NS8610G1Uxxx NVME SSD
100e NS8500G2Uxxxx, NS8600G2Uxxxx NVME SSD
1bee IXXAT Automation GmbH
+ 0002 CAN-IB100/PCIe
0003 CAN-IB200/PCIe
1bef Lantiq
0011 MIPS SoC PCI Express Port
@@ -24566,6 +24858,7 @@
0001 SentinelEX
7011 RX0xxx
1bf5 Greenliant
+ 1000 G7200 series U.2 NVMe SSD
1bfc Duagon AG
1bfd EeeTOP
1c00 Nanjing Qinheng Microelectronics Co., Ltd.
@@ -24699,6 +24992,8 @@
1c5c 0101 PE81x0 U.2/3 NVMe Solid State Drive
284a PE8110 Series NVMe Solid State Drive
2a49 PE9110 Series NVMe Solid State Drive
+ 2a59 PE9010 Series NVMe Solid State Drives
+ 2b59 PS10x0 Series NVMe Solid State Drives
1c5f Beijing Memblaze Technology Co. Ltd.
000d PBlaze5 520/526
1c5f 0220 NVMe SSD PBlaze5 520 1920G AIC
@@ -24721,11 +25016,18 @@
1c5f 0b40 NVMe SSD PBlaze6 6530 7680G AIC
1c5f 0b41 NVMe SSD PBlaze6 6530 7680G 2.5" U.2
1c5f 0b47 NVMe SSD PBlaze6 6630 7680G 2.5" U.2
+ 1c5f 1320 NVMe SSD PBlaze6 6531 1920G AIC
1c5f 1321 NVMe SSD PBlaze6 6531 1920G 2.5" U.2
+ 1c5f 1330 NVMe SSD PBlaze6 6531 3840G AIC
1c5f 1331 NVMe SSD PBlaze6 6531 3840G 2.5" U.2
+ 1c5f 1340 NVMe SSD PBlaze6 6531 7680G AIC
1c5f 1341 NVMe SSD PBlaze6 6531 7680G 2.5" U.2
+ 1c5f 1421 NVMe SSD PBlaze6 6541 1920G 2.5" U.2
+ 1c5f 1427 NVMe SSD PBlaze6 6641 1920G 2.5" U.2(dual port)
1c5f 1431 NVMe SSD PBlaze6 6541 3840G 2.5" U.2
+ 1c5f 1437 NVMe SSD PBlaze6 6641 3840G 2.5" U.2(dual port)
1c5f 1441 NVMe SSD PBlaze6 6541 7680G 2.5" U.2
+ 1c5f 1447 NVMe SSD PBlaze6 6641 7680G 2.5" U.2(dual port)
1c5f 4b20 NVMe SSD PBlaze6 6536 1600G AIC
1c5f 4b21 NVMe SSD PBlaze6 6536 1600G 2.5" U.2
1c5f 4b25 NVMe SSD PBlaze6 6536 1600G E1.S
@@ -24737,11 +25039,18 @@
1c5f 4b40 NVMe SSD PBlaze6 6536 6400G AIC
1c5f 4b41 NVMe SSD PBlaze6 6536 6400G 2.5" U.2
1c5f 4b47 NVMe SSD PBlaze6 6636 6400G 2.5" U.2
+ 1c5f 5320 NVMe SSD PBlaze6 6537 1600G AIC
1c5f 5321 NVMe SSD PBlaze6 6537 1600G 2.5" U.2
+ 1c5f 5330 NVMe SSD PBlaze6 6537 3200G AIC
1c5f 5331 NVMe SSD PBlaze6 6537 3200G 2.5" U.2
+ 1c5f 5340 NVMe SSD PBlaze6 6537 6400G AIC
1c5f 5341 NVMe SSD PBlaze6 6537 6400G 2.5" U.2
+ 1c5f 5421 NVMe SSD PBlaze6 6547 1600G 2.5" U.2
+ 1c5f 5427 NVMe SSD PBlaze6 6647 1600G 2.5" U.2(dual port)
1c5f 5431 NVMe SSD PBlaze6 6547 3200G 2.5" U.2
+ 1c5f 5437 NVMe SSD PBlaze6 6647 3200G 2.5" U.2(dual port)
1c5f 5441 NVMe SSD PBlaze6 6547 6400G 2.5" U.2
+ 1c5f 5447 NVMe SSD PBlaze6 6647 6400G 2.5" U.2(dual port)
003d PBlaze5 920/926
1c5f 0a30 NVMe SSD PBlaze5 920 3840G AIC
1c5f 0a31 NVMe SSD PBlaze5 920 3840G 2.5" U.2
@@ -24764,11 +25073,28 @@
1c5f 4b51 NVMe SSD PBlaze6 6936 12800GB 2.5" U.3
1c5f 4b61 NVMe SSD PBlaze6 6936 25600GB 2.5" U.3
003f PBlaze7 7940/7946 NVMe SSD
+ 1c5f 0431 NVMe SSD PBlaze7 7940 3840G 2.5" U.2
+ 1c5f 0c31 NVMe SSD PBlaze7 7940 3840G 2.5" U.2
+ 1c5f 0c41 NVMe SSD PBlaze7 7940 7680G 2.5" U.2
+ 1c5f 0c51 NVMe SSD PBlaze7 7940 15360G 2.5" U.2
+ 1c5f 1430 NVMe SSD PBlaze7 7940 3840G AIC
1c5f 1431 NVMe SSD PBlaze7 7940 3840G 2.5" U.2
+ 1c5f 1435 NVMe SSD PBlaze7 7940 3840G E1.S
+ 1c5f 1440 NVMe SSD PBlaze7 7940 7680G AIC
1c5f 1441 NVMe SSD PBlaze7 7940 7680G 2.5" U.2
+ 1c5f 1445 NVMe SSD PBlaze7 7940 7680G E1.S
+ 1c5f 1450 NVMe SSD PBlaze7 7940 15360G AIC
1c5f 1451 NVMe SSD PBlaze7 7940 15360G 2.5" U.2
+ 1c5f 4c31 NVMe SSD PBlaze7 7946 3200G 2.5" U.2
+ 1c5f 4c41 NVMe SSD PBlaze7 7946 6400G 2.5" U.2
+ 1c5f 4c51 NVMe SSD PBlaze7 7946 12800G 2.5" U.2
+ 1c5f 5430 NVMe SSD PBlaze7 7946 3200G AIC
1c5f 5431 NVMe SSD PBlaze7 7946 3200G 2.5" U.2
+ 1c5f 5435 NVMe SSD PBlaze7 7946 3200G E1.S
+ 1c5f 5440 NVMe SSD PBlaze7 7946 6400G AIC
1c5f 5441 NVMe SSD PBlaze7 7946 6400G 2.5" U.2
+ 1c5f 5445 NVMe SSD PBlaze7 7946 6400G E1.S
+ 1c5f 5450 NVMe SSD PBlaze7 7946 12800G AIC
1c5f 5451 NVMe SSD PBlaze7 7946 12800G 2.5" U.2
0540 PBlaze4 NVMe SSD
0550 PBlaze5 700/900
@@ -24810,19 +25136,28 @@
0002 Clarett
1cb8 Dawning Information Industry Co., Ltd.
1cc1 ADATA Technology Co., Ltd.
+ 1202 IM2P32A8 NVMe SSD (DRAM-less)
# SX6000LNP
2263 XPG SX6000 Lite NVMe SSD (DRAM-less)
+ 32a8 SM2P32A8 NVMe SSD (DRAM-less)
33f3 IM2P33F3 NVMe SSD (DRAM-less)
- 33f8 IM2P33F8ABR1 NVMe SSD
+ 33f4 IM2P33F4 NVMe SSD (DRAM-less)
+ 33f8 IM2P33F8 series NVMe SSD (DRAM-less)
+ 41c3 SM2P41C3 NVMe SSD (DRAM-less)
+ 5236 XPG GAMMIX S70 BLADE NVMe SSD
5350 XPG GAMMIX S50 NVMe SSD
5762 FALCON NVMe SSD
+ 5763 XPG GAMMIX S5 NVMe SSD (DRAM-less)
5766 ADATA XPG GAMMIXS1 1L Media (256 GB SSD)
612a LEGEND 750 NVMe SSD (DRAM-less)
613a LEGEND 840 NVMe SSD (DRAM-less)
621a LEGEND 850 NVMe SSD (DRAM-less)
622a LEGEND 960 NVMe SSD
624a LEGEND 700 NVMe SSD (DRAM-less)
- 627a LEGEND 800 NVMe SSD
+# 1TB
+ 627a LEGEND 800 NVMe SSD (DRAM-less)
+# 500GB
+ 628a LEGEND 800 NVMe SSD (DRAM-less)
8201 XPG SX8200 Pro PCIe Gen3x4 M.2 2280 Solid State Drive
1cc4 Shenzhen Unionmemory Information System Ltd.
1203 NVMe SSD Controller UHXXXa series
@@ -24841,9 +25176,10 @@
17a9 RPITJ1TBVME2HWD NVMe SSD 1024GB
17aa AH631 PCIe 3.0 NVMe SSD 512GB
17ab AH631 PCIe 3.0 NVMe SSD 256GB
- 2263 AM611 PCIe 3.0 NVMe SSD 256GB
- 5008 AM610 PCIe 3.0 NVMe SSD 128GB
+ 2263 AM611 PCIe 3.0 x2 NVMe SSD 256GB
+ 5008 AM610 PCIe 3.0 x2 NVMe SSD 128GB, 256GB
5012 RPITJ512PED2OWX NVMe SSD 512GB
+ 5212 AM521 PCIe 3.0 NVMe SSD 256GB
6201 AM620 PCIe 3.0 NVMe SSD 128GB
6202 AM620 PCIe 3.0 NVMe SSD 256GB
6203 AM620 PCIe 3.0 NVMe SSD 512GB
@@ -24851,14 +25187,32 @@
6302 AM630 PCIe 4.0 NVMe SSD 256GB
6303 AM630 PCIe 4.0 x4 NVMe SSD Controller
6304 AM630 PCIe 4.0 NVMe SSD 1024GB
+ 6a02 AM6A0 PCIe 4.0 NVMe SSD 256GB
6a03 RPETJ512MKP1QDQ PCIe 4.0 NVMe SSD 512GB (DRAM-less)
6a14 RPEYJ1T24MKN2QWY PCIe 4.0 NVMe SSD 1024GB (DRAM-less)
+ 8030 NVMe SSD Controller UH8X2X/UH7X2X series
+ 1cc4 1122 NVMe SSD UH812a U.2 1.92TB
+ 1cc4 1123 NVMe SSD UH812a U.2 3.84TB
+ 1cc4 1124 NVMe SSD UH812a U.2 7.68TB
+ 1cc4 1125 NVMe SSD UH812a U.2 15.36TB
+ 1cc4 1222 NVMe SSD UH812a E3.S 1.92TB
+ 1cc4 1223 NVMe SSD UH812a E3.S 3.84TB
+ 1cc4 1224 NVMe SSD UH812a E3.S 7.68TB
+ 1cc4 1225 NVMe SSD UH812a E3.S 15.36TB
+ 1cc4 2112 NVMe SSD UH832a U.2 1.6TB
+ 1cc4 2113 NVMe SSD UH832a U.2 3.2TB
+ 1cc4 2114 NVMe SSD UH832a U.2 6.4TB
+ 1cc4 2115 NVMe SSD UH832a U.2 12.8TB
+ 1cc4 2212 NVMe SSD UH832a E3.S 1.6TB
+ 1cc4 2213 NVMe SSD UH832a E3.S 3.2TB
+ 1cc4 2214 NVMe SSD UH832a E3.S 6.4TB
+ 1cc4 2215 NVMe SSD UH832a E3.S 12.8TB
1cc5 Embedded Intelligence, Inc.
0100 PCIe-CAN-02 Dual CAN bus (9-pin male). PCI Express x1.
0101 PCIe-CAN-01 Single CAN bus (9-pin male). PCI Express x1.
1cc7 Radian Memory Systems Inc.
- 0200 RMS-200
- 0250 RMS-250
+ 0200 RMS-200 PCIe NVMe SSD
+ 0250 RMS-250 U.2 NVMe SSD
1ccf Zoom Corporation
0001 TAC-2 Thunderbolt Audio Converter
1cd2 SesKion GmbH
@@ -24871,6 +25225,7 @@
0306 Simulyzer-RT CompactPCI Serial CAN-2 card (CAN-FD)
0307 Simulyzer-RT CompactPCI Serial DIO-2 card [Xilinx Zynq UltraScale+]
1cd7 Nanjing Magewell Electronics Co., Ltd.
+ 0002 Pro Capture AIO
0010 Pro Capture Endpoint
0014 PRO CAPTURE AIO 4K PLUS
0017 PRO CAPTURE AIO 4K
@@ -24920,20 +25275,20 @@
0714 ZX-100/ZX-200 PCI Express Root Port
0715 ZX-100/ZX-200 PCI Express Root Port
0716 ZX-D PCI Express Root Port
- 0717 KX-5000/KX-6000/KX-6000G/KH-40000 Express Root Port
- 0718 KX-5000/KX-6000/KX-6000G/KH-40000 Express Root Port
- 0719 KX-5000/KX-6000/KX-6000G/KH-40000 Express Root Port
- 071a KX-5000/KX-6000/KX-6000G/KH-40000 Express Root Port
- 071b KX-5000/KX-6000/KX-6000G/KH-40000 Express Root Port
- 071c KX-5000/KX-6000/KX-6000G/KH-40000 Express Root Port
- 071d KX-5000/KX-6000/KX-6000G/KH-40000 Express Root Port
- 071e KX-5000/KX-6000/KX-6000G/KH-40000 Express Root Port
+ 0717 KX-5000/KX-6000/KX-6000G/KH-40000 PCI Express Root Port
+ 0718 KX-5000/KX-6000/KX-6000G/KH-40000 PCI Express Root Port
+ 0719 KX-5000/KX-6000/KX-6000G/KH-40000 PCI Express Root Port
+ 071a KX-5000/KX-6000/KX-6000G/KH-40000 PCI Express Root Port
+ 071b KX-5000/KX-6000/KX-6000G/KH-40000 PCI Express Root Port
+ 071c KX-5000/KX-6000/KX-6000G/KH-40000 PCI Express Root Port
+ 071d KX-5000/KX-6000/KX-6000G/KH-40000 PCI Express Root Port
+ 071e KX-5000/KX-6000/KX-6000G/KH-40000 PCI Express Root Port
071f ZX-200 Upstream Port of PCI Express Switch
0720 ZX-200 PCIE RC6 controller
0721 ZX-200 Downstream Port of PCI Express Switch
0722 ZX-200 PCIE P2C bridge
- 0731 KH-40000 Express Root Port
- 0732 KH-40000 Express Root Port
+ 0731 KH-40000 PCI Express Root Port
+ 0732 KH-40000 PCI Express Root Port
1000 ZX-D Standard Host Bridge
1001 ZX-D/ZX-E/KH-40000 Miscellaneous Bus
1003 ZX-E Standard Host Bridge
@@ -24986,7 +25341,7 @@
9286 ZX-D eMMC Host Controller
9300 ZX-100/KX-5000/KX-6000/KX-6000G/KH-40000 eSPI Host Controller
95d0 ZX-100 Universal SD Host Controller
- f410 ZX-100/KX-5000/KX-6000/KX-6000G PCI Com Port
+ f410 ZX-100/KX-5000/KX-6000/KX-6000G/KH-40000 PCI Com Port
1d18 RME
0001 Fireface UFX+
# acquired by Intel
@@ -25153,8 +25508,8 @@
1d78 7204 Aliflash V2 U.2 15mm 3.84TB NVMe SSD
1d78 7208 Aliflash V2 U.2 15mm 7.68TB NVMe SSD
1d79 Transcend Information, Inc.
- 2262 NVMe PCIe SSD 220S
- 2263 NVMe PCIe SSD 110S/112S/120S/MTE652T2 (DRAM-less)
+ 2262 NVMe PCIe SSD 220S/MTE662T2
+ 2263 NVMe PCIe SSD 110S/112S/120S/MTE300S/MTE400S/MTE652T2 (DRAM-less)
2264 NVMe PCIe SSD 250H
2267 NVMe PCIe SSD 240S/MTE710T
5766 NVMe PCIe SSD 110Q (DRAM-less)
@@ -25214,8 +25569,10 @@
0002 Colossus GC1 [S1]
1d97 Shenzhen Longsys Electronics Co., Ltd.
1062 Lexar NM710 NVME SSD
+ 1160 FORESEE P900 BGA NVMe SSD (DRAM-less)
+ 1202 Lexar NM610 PRO NVME SSD (DRAM-less)
1d97 Lexar NM620 NVME SSD (DRAM-less)
- 2263 SM2263EN/SM2263XT-based OEM SSD
+ 2263 SM2263EN/SM2263XT-based OEM NVME SSD (DRAM-less)
2269 Lexar NM760 NVME SSD (DRAM-less)
5216 Lexar NM620 NVME SSD (DRAM-less)
5236 Lexar NM800 PRO NVME SSD
@@ -25271,20 +25628,36 @@
5220 NVMe SSD Controller IG5220 (DRAM-less)
5236 NVMe SSD Controller IG5236
5636 NVMe DC SSD IG5636
- 1dbe 0001 DONGTING-N1 DC SSD U.2
- 1dbe 1001 DONGHU-Z1 DC ZNS SSD U.2
+ 1dbe 0001 Dongting-N1 DC SSD U.2 1600GB
+ 1dbe 0002 Dongting-N1 DC SSD U.2 1920GB
+ 1dbe 0003 Dongting-N1 DC SSD U.2 3200GB
+ 1dbe 0004 Dongting-N1 DC SSD U.2 3840GB
+ 1dbe 0005 Dongting-N1 DC SSD U.2 6400GB
+ 1dbe 0006 Dongting-N1 DC SSD U.2 7680GB
+ 1dbe 1001 Donghu-Z1 DC ZNS SSD U.2 4000GB
+ 1dbe 1002 Donghu-Z1 DC ZNS SSD U.2 8000GB
5638 NVMe DC SSD IG5638
- 1dbe 2001 DONGTING-N1 DC SSD U.2
- 1dbe 3001 DONGHU-Z1 DC ZNS SSD U.2
+ 1dbe 2001 Dongting-N2 DC SSD U.2 1600GB
+ 1dbe 2002 Dongting-N2 DC SSD U.2 1920GB
+ 1dbe 2003 Dongting-N2 DC SSD U.2 3200GB
+ 1dbe 2004 Dongting-N2 DC SSD U.2 3840GB
+ 1dbe 2005 Dongting-N2 DC SSD U.2 6400GB
+ 1dbe 2006 Dongting-N2 DC SSD U.2 7680GB
+ 1dbe 3001 Donghu-Z2 DC ZNS SSD U.2 4000GB
+ 1dbe 3002 Donghu-Z2 DC ZNS SSD U.2 8000GB
1dbf Guizhou Huaxintong Semiconductor Technology Co., Ltd
0401 StarDragon4800 PCI Express Root Port
1dc2 Alco Digital Devices Limited
1dc5 FADU Inc.
+ 4081 FC4121 PCIe 4.0 NVMe controller [DELTA]
+ 6150 FC3081 PCIe 3.0 NVMe controller [BRAVO]
1dcd Liqid Inc.
1dcf Beijing Sinead Technology Co., Ltd.
1dd3 Sage Microelectronics Corp.
1dd4 Swissbit AG
0010 N-10m2 NVMe SSD
+ 0016 N-16
+ 0020 EN-20 BGA NVMe SSD (DRAM-less)
1dd8 AMD Pensando Systems
0002 DSC2 Elba Upstream Port
1dd8 100e Distributed Services Card
@@ -25622,6 +25995,7 @@
1df8 d600 M.2 NVMe SSD
1dfc JSC NT-COM
1181 TDM 8 Port E1/T1/J1 Adapter
+1e0d SambaNova Systems, Inc
1e0f KIOXIA Corporation
0001 NVMe SSD Controller BG4 (DRAM-less)
0007 NVMe SSD Controller Cx6
@@ -25683,6 +26057,7 @@
1028 22b9 Ent NVMe CM7 FIPS E3.S MU 6.4TB
1028 22ba Ent NVMe CM7 FIPS E3.S MU 12.8TB
0018 Exceria Pro NVMe SSD
+ 001a NVMe SSD Controller BG6 (DRAM-less)
001f NVMe SSD Controller CD8
1028 2223 DC NVMe CD8 U.2 SED 15.36TB
1028 2224 DC NVMe CD8 U.2 SED 7.68TB
@@ -25744,14 +26119,15 @@
8032 S6 [Enflame]
# FHFL PCIe card, single slot, 3rd generation from Enflame
c031 S30 [Enflame]
-# FHFL PCIe card, single slot, 3rd generation from Enflame, 48GB device memory
+# FHFL PCIe card, dual slot, 3rd generation from Enflame, 48GB device memory
c032 S90 [Enflame]
-# FHFL PCIe card, single slot, 3rd generation from Enflame, 48GB device memory
+# FHFL PCIe card, dual slot, 3rd generation from Enflame, 48GB device memory
c033 S60 [Enflame]
# nee Thinci, Inc
1e38 Blaize, Inc
0102 Xplorer X1600
1e39 MEDION AG
+1e3a Cactus Technologies Limited
1e3b DapuStor Corporation
0600 NVMe SSD Controller DP600
1e3b 0010 Enterprise NVMe SSD U.2 3.84TB (R5102)
@@ -25844,8 +26220,8 @@
# YMTC
1001 PC005 NVMe SSD
1011 PC210 NVMe SSD
-# YMTC PCIe/NVMe SSD
- 1013 PC210
+ 1013 PC210 NVMe SSD
+ 1031 PC300 NVMe SSD (DRAM-less)
1e4b MAXIO Technology (Hangzhou) Ltd.
1001 NVMe SSD Controller MAP1001
1002 NVMe SSD Controller MAP1002
@@ -25875,6 +26251,7 @@
1e67 Untether AI
0002 runAI200 AI Inference Accelerator
1e68 Jiangsu Xinsheng Intelligent Technology Co., Ltd
+ 8111 EP2000Pro PCIe 3 NVMe SSD (DRAM-less)
1e6b Axiado Corp.
1e7b Dataland
1e7c Brainchip Inc
@@ -25882,6 +26259,8 @@
1e7e Pliops
9034 Pliops Extreme Data Processor [XDP1.0]
1e7f Jiangsu Huacun Elec. Tech. Co., Ltd.
+ 6002 MMY MMSP350 PCIe 3 NVMe SSD (DRAM-less)
+ 6003 MMY HC512GP3KH2T PCIe 3 NVMe SSD (DRAM-less)
1e81 Ramaxel Technology(Shenzhen) Limited
1203 NVMe SSD Controller UHXXXa series
1e81 a121 NVMe SSD UHXXXa series U.2 960GB
@@ -25997,6 +26376,7 @@
0300 MTT S90 Engineering Sample
0301 MTT S90
0323 MTT S4000
+ 0327 MTT S4000
03ff MTT HDMI/DP Audio
1ed8 Digiteq Automotive
0101 FG4 PCIe Frame Grabber
@@ -26022,14 +26402,21 @@
1142 XDX120M
1144 XDX E1200
1150 XDX120S
+ 1160 XDX121
+ 1170 XDX121S
+ 11e0 XDX130
11e4 XDX E1300
1320 XDX150
+ 1323 XDX R1500
1324 XDX X1500
1330 XDX150S
- 1340 XDX150T
- 1350 XDX150U
- 13c0 XDX160
+ 1333 XDX R1510
+ 1340 XDX151
+ 1350 XDX151S
+ 1360 XDX151T
+ 13c0 XDX160T
13d0 XDX160S
+ 13d3 XDX R1610
1500 XDX180
1503 XDX R1800
1504 XDX X1800
@@ -26037,7 +26424,7 @@
15a0 XDX190
15a3 XDX R1900
15a4 XDX X1900
- 15a5 XDX X1900M2
+ 15a5 XDX X1900D
15b0 XDX190S
1810 XDX TJ01 Audio
1820 XDX TJ02 Audio
@@ -26047,10 +26434,10 @@
1efb Flexxon Pte Ltd
1f02 Beijing Dayu Technology
1f03 Shenzhen Shichuangyi Electronics Co., Ltd
- 1202 MAP1202-Based NVMe SSD
+ 1202 MAP1202-Based NVMe SSD (DRAM-less)
2262 SM2262EN-based OEM SSD
2263 SM2263XT-Base NVMe SSD
- 5216 IG5216-based NVMe SSD
+ 5216 IG5216-based NVMe SSD (DRAM-less)
5220 IG5220-Based NVMe SSD
5236 IG5236-Based NVMe SSD
5636 IG5636-Based NVMe SSD
@@ -26075,6 +26462,7 @@
1f0f 0001 M16104 Family Virtual Function
2022 D1055AS PCI Express Switch Upstream Port
9088 D1055AS PCI Express Switch Downstream Port
+1f17 Zettastone Technology
1f24 xFusion Digital Technologies Co., Ltd.
1058 EP500/EP600 NVMe SSD
1f24 1114 EP500 NVMe SSD(RI)
@@ -26127,15 +26515,33 @@
9032 SSSNIC SDI5.1
1f3f 00a1 Dual Port 100GE SDI5.1
1f40 Netac Technology Co.,Ltd
- 2263 NVMe SSD (DRAM-less)
+ 0001 PCIe 4 NVMe SSD (DRAM-less)
+ 1202 PCIe 3 NVMe SSD (DRAM-less)
+ 1602 PCIe 4 NVMe SSD (DRAM-less)
+ 1f40 PCIe 4 NVMe SSD (DRAM-less)
+ 2263 PCIe 3 SM based NVMe SSD (DRAM-less)
+ 5216 PCIe 3 NVMe SSD (DRAM-less)
+ 5236 PCIe 4 INNOGRIT based NVMe SSD
+ 5765 PCIe 3 NVMe SSD (DRAM-less)
1f44 VVDN Technologies Private Limited
+# YUSUR Technology Co., Ltd.
+1f47 YUSUR Tech
1f4b Axera Semiconductor Co., Ltd
1f52 MangoBoost Inc.
1f56 SAPEON Inc.
1f60 Accelecom
0001 XELE-NIC 25K5
0054 XELE-NIC 25K5
-1f67 Yunsilicon Technology Co,. Ltd.
+1f67 Yunsilicon Technology
+ 1011 metaConnect SmartNIC Physical Function
+ 1012 metaConnect SmartNIC Virtual Function
+ 1051 metaFusion DPU Physical Function
+ 1052 metaFusion DPU Virtual Function
+ 1059 metaFusion DPU SoC Network Interface
+ 1111 metaScale SmartNIC Physical Function
+ 1112 metaScale SmartNIC Virtual Function
+ 1151 metaVisor DPU Physical Function
+ 1152 metaVisor DPU Virtual Function
1faa Hexaflake (Shanghai) Information Technology Co., Ltd.
0c10 Compass C10 PF
0c11 Compass C10 VF
@@ -26252,6 +26658,7 @@
1ff4 DEEPX Co., Ltd.
0000 DX_M1
0001 DX_M1A
+ 1000 DX_H1
2000 Smart Link Ltd.
2800 SmartPCI2800 V.92 PCI Soft DFT
2001 Temporal Research Ltd
@@ -26271,25 +26678,28 @@
2010 8142 100VG/AnyLAN
2646 Kingston Technology Company, Inc.
0010 HyperX Predator PCIe AHCI SSD
-# KC2000 and KC2500 share the same DID
- 2262 KC2000/KC2500 NVMe SSD
- 2263 A2000 NVMe SSD
- 5008 U-SNS8154P3 NVMe SSD
- 500a DC1000B NVMe SSD
- 500b DC1000M NVMe SSD
+ 2262 KC2000/KC2500 NVMe SSD SM2262EN
+ 2263 A2000 NVMe SSD SM2263EN
+ 5008 A1000/U-SNS8154P3 x2 NVMe SSD
+ 500a DC1000B NVMe SSD E12DC
+ 500b DC1000M NVMe SSD SM2270
500c OM8PCP Design-In PCIe 3 NVMe SSD (DRAM-less)
500d OM3PDP3 NVMe SSD
- 500e NV1 NVMe SSD
+ 500e NV1 NVMe SSD E13T
+ 500f NV1 NVMe SSD SM2263XT
5010 OM8SBP NVMe PCIe SSD (DRAM-less)
- 5012 DC1500M NVMe SSD
-# KC3000 and Renegade share the same DID
- 5013 KC3000/Renegade NVMe SSD
+ 5012 DC1500M NVMe SSD SM2270
+ 5013 KC3000/FURY Renegade NVMe SSD E18
5014 Design-In PCIe 4 NVMe SSD (TLC)
5016 OM3PGP4 NVMe SSD
+ 5017 NV2 NVMe SSD SM2267XT
+ 5019 NV2 NVMe SSD E21T
501b OM8PGP4 NVMe PCIe SSD (DRAM-less)
- 501d NV2 NVMe PCIe 4 SSD 500GB (DRAM-less)
+ 501c NV2 NVMe SSD E19T
+ 501d NV2 NVMe SSD TC2200
501f FURY Renegade NVMe SSD with heatsink
5021 Design-In PCIe 4 NVMe SSD (QLC)
+ 5023 NV2 NVMe SSD SM2269XT
270b Xantel Corporation
270f Chaintech Computer Co. Ltd
2711 AVID Technology Inc.
@@ -26300,11 +26710,14 @@
2a18 Video Transcode Controller
2bd8 ROPEX Industrie-Elektronik GmbH
3000 Hansol Electronics Inc.
+3100 Dynabook Inc.
3112 Satelco Ingenieria S.A.
3130 AUDIOTRAK
3142 Post Impression Systems.
31ab Zonet
1faa ZEW1602 802.11b/g Wireless Adapter
+328f Shenzhen EMEET Technology Co., Ltd.
+ 004c OfficeCore M1A
3388 Hint Corp
0013 HiNT HC4 PCI to ISDN bridge, Multimedia audio controller
0014 HiNT HC4 PCI to ISDN bridge, Network controller
@@ -26675,7 +27088,7 @@
4d51 MediaQ Inc.
0200 MQ-200
4d54 Microtechnica Co Ltd
-4d56 MATRIX VISION GmbH
+4d56 Balluff MV GmbH
0000 [mvHYPERION-CLe/CLb] CameraLink PCI Express x1 Frame Grabber
0001 [mvHYPERION-CLf/CLm] CameraLink PCI Express x4 Frame Grabber
0010 [mvHYPERION-16R16/-32R16] 16 Video Channel PCI Express x4 Frame Grabber
@@ -26867,6 +27280,8 @@
9043 Chrome 430 GT
9045 Chrome 430 ULP / 435 ULP / 440 GTX
9060 Chrome 530 GT
+# Found in VIA Embedded uH4 graphics card
+ 9070 Chrome 5400EW
9102 86C410 [Savage 2000]
1092 5932 Viper II Z200
1092 5934 Viper II Z200
@@ -27809,6 +28224,9 @@
8086 0000 Ethernet Controller XXV710 Intel(R) FPGA Programmable Acceleration Card N3000 for Networking
8086 0001 Ethernet Controller XXV710 Intel(R) FPGA Programmable Acceleration Card N3000 for Networking
0d9f Ethernet Controller I225-IT
+ 0dc5 Ethernet Connection (23) I219-LM
+ 1028 0c06 Precision 3580
+ 0dc6 Ethernet Connection (23) I219-V
0dcd Ethernet Connection C825-X
0dd2 Ethernet Network Adapter I710
1137 0000 I710T4LG 4x1 GbE RJ45 PCIe NIC
@@ -28935,6 +29353,7 @@
17aa 1100 ThinkServer Ethernet Server Adapter
17aa 1509 I210 Gigabit Network Connection
17aa 404d I210 PCIe 1Gb 1-Port RJ45 LOM
+ 17aa 407a I210 PCIe 1Gb 1-Port RJ45 LOM
8086 0001 Ethernet Server Adapter I210-T1
8086 0002 Ethernet Server Adapter I210-T1
1536 I210 Gigabit Fiber Network Connection
@@ -29191,6 +29610,7 @@
8086 0011 Ethernet Network Adapter E810-C-Q1 for OCP3.0
8086 0012 Ethernet 100G 2P E810-C-st Adapter
8086 0013 Ethernet Network Adapter E810-C-Q1 for OCP 3.0
+ 8086 0014 Ethernet 100G 2P E810-2C Adapter
1593 Ethernet Controller E810-C for SFP
1137 02c3 E810XXVDA4 4x25/10 GbE SFP28 PCIe NIC
1137 02e9 E810XXVDA4TG 4x25/10 GbE SFP28 PCIe NIC
diff --git a/hwdb.d/pnp_id_registry.html b/hwdb.d/pnp_id_registry.html
index f81c4e7849c..1e33e85ba0e 100644
--- a/hwdb.d/pnp_id_registry.html
+++ b/hwdb.d/pnp_id_registry.html
@@ -1,2549 +1,2539 @@
-<html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- </head>
- <body>
- <table>
- <thead><tr><th>Company</th><th>PNP ID</th><th>Approved on Date</th></tr></thead> <tbody> <tr class="odd"><td>21ST CENTURY ENTERTAINMENT</td><td>BUT</td><td>04/25/2002</td> </tr>
- <tr class="even"><td>2-Tel B.V</td><td>TTL</td><td>03/20/1999</td> </tr>
- <tr class="odd"><td>3Com Corporation</td><td>TCM</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>3D Perception</td><td>TDP</td><td>05/16/2002</td> </tr>
- <tr class="odd"><td>3M</td><td>VSD</td><td>10/16/1998</td> </tr>
- <tr class="even"><td>3NOD Digital Technology Co. Ltd.</td><td>NOD</td><td>12/11/2014</td> </tr>
- <tr class="odd"><td>A D S Exports</td><td>NGS</td><td>07/16/1998</td> </tr>
- <tr class="even"><td>A Plus Info Corporation</td><td>API</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>A&amp;R Cambridge Ltd.</td><td>ACG</td><td>06/13/2007</td> </tr>
- <tr class="even"><td>A/Vaux Electronics</td><td>AVX</td><td>08/29/2012</td> </tr>
- <tr class="odd"><td>A+V Link</td><td>APV</td><td>01/27/2010</td> </tr>
- <tr class="even"><td>Aashima Technology B.V.</td><td>TRU</td><td>05/08/1998</td> </tr>
- <tr class="odd"><td>Aava Mobile Oy</td><td>AAM</td><td>08/13/2013</td> </tr>
- <tr class="even"><td>ABBAHOME INC.</td><td>ABA</td><td>11/08/1999</td> </tr>
- <tr class="odd"><td>Abeam Tech Ltd.</td><td>MEG</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Ably-Tech Corporation</td><td>ATC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>AboCom System Inc.</td><td>ABC</td><td>03/28/1997</td> </tr>
- <tr class="even"><td>ACC Microelectronics</td><td>WTC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Access Works Comm Inc</td><td>AWC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Acco UK Ltd.</td><td>PKA</td><td>05/12/2003</td> </tr>
- <tr class="odd"><td>Accton Technology Corporation</td><td>ACC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Acculogic</td><td>ACU</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>AccuScene Corporation Ltd</td><td>ASL</td><td>06/13/2007</td> </tr>
- <tr class="even"><td>Ace CAD Enterprise Company Ltd</td><td>ANT</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Acer Inc</td><td>CHE</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Acer Labs</td><td>ALI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Acer Netxus Inc</td><td>ANX</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Acer Technologies</td><td>ACR</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Acksys</td><td>ACK</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Acnhor Datacomm</td><td>ADC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Acon</td><td>CAL</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Acrolink Inc</td><td>ALK</td><td>03/12/1997</td> </tr>
- <tr class="odd"><td>Acroloop Motion Control Systems Inc</td><td>ACM</td><td>03/26/1998</td> </tr>
- <tr class="even"><td>ACT Labs Ltd</td><td>LAB</td><td>09/02/1997</td> </tr>
- <tr class="odd"><td>Actek Engineering Pty Ltd</td><td>ACE</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Actiontec Electric Inc</td><td>AEI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>ActivCard S.A</td><td>ACV</td><td>05/08/1998</td> </tr>
- <tr class="even"><td>Aculab Ltd</td><td>ACB</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Acutec Ltd.</td><td>ALM</td><td>11/08/1999</td> </tr>
- <tr class="even"><td>AD electronics</td><td>GLE</td><td>04/19/2000</td> </tr>
- <tr class="odd"><td>Ad Lib MultiMedia Inc</td><td>ADM</td><td>04/23/1998</td> </tr>
- <tr class="even"><td>Adaptec Inc</td><td>ADP</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Adax Inc</td><td>ADX</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>ADC-Centre</td><td>RSH</td><td>11/08/1999</td> </tr>
- <tr class="odd"><td>Add Value Enterpises (Asia) Pte Ltd</td><td>AVE</td><td>01/10/1999</td> </tr>
- <tr class="even"><td>Addi-Data GmbH</td><td>ADA</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>ADI Systems Inc</td><td>ADI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>ADPM Synthesis sas</td><td>DPM</td><td>08/10/2000</td> </tr>
- <tr class="odd"><td>Adrienne Electronics Corporation</td><td>AXB</td><td>10/07/1997</td> </tr>
- <tr class="even"><td>Adtek</td><td>ADT</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Adtek System Science Company Ltd</td><td>ADK</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>ADTI Media, Inc</td><td>FLE</td><td>09/15/2009</td> </tr>
- <tr class="odd"><td>Adtran Inc</td><td>AND</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Advan Int&#039;l Corporation</td><td>AGM</td><td>05/26/1998</td> </tr>
- <tr class="odd"><td>Advance Computer Corporation</td><td>AVN</td><td>06/10/2010</td> </tr>
- <tr class="even"><td>Advanced Digital Systems</td><td>MSM</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Advanced Electronic Designs, Inc.</td><td>AED</td><td>07/12/2004</td> </tr>
- <tr class="even"><td>Advanced Engineering</td><td>RJS</td><td>06/25/1998</td> </tr>
- <tr class="odd"><td>Advanced Gravis</td><td>GRV</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Advanced Integ. Research Inc</td><td>AIR</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Advanced Logic</td><td>ALR</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Advanced Micro Devices Inc</td><td>ADV</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Advanced Micro Peripherals Ltd</td><td>EVE</td><td>11/18/2011</td> </tr>
- <tr class="even"><td>Advanced Optics Electronics, Inc.</td><td>AOE</td><td>04/20/2004</td> </tr>
- <tr class="odd"><td>Advanced Peripheral Devices Inc</td><td>ADD</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Advanced Research Technology</td><td>ABV</td><td>01/16/1997</td> </tr>
- <tr class="odd"><td>Advanced Signal Processing Technologies</td><td>PSA</td><td>09/13/1999</td> </tr>
- <tr class="even"><td>Advantech Co., Ltd.</td><td>AHC</td><td>06/13/2007</td> </tr>
- <tr class="odd"><td>Aerodata Holdings Ltd</td><td>ADH</td><td>11/11/1997</td> </tr>
- <tr class="even"><td>Aetas Peripheral International</td><td>AEP</td><td>11/08/1999</td> </tr>
- <tr class="odd"><td>Aethra Telecomunicazioni S.r.l.</td><td>AET</td><td>12/13/1996</td> </tr>
- <tr class="even"><td>Agentur Chairos</td><td>CHS</td><td>03/15/2001</td> </tr>
- <tr class="odd"><td>Agilent Technologies</td><td>AGT</td><td>10/08/2001</td> </tr>
- <tr class="even"><td>Ahead Systems</td><td>ASI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>AIMS Lab Inc</td><td>AIM</td><td>03/13/1998</td> </tr>
- <tr class="even"><td>Airlib, Inc</td><td>AYR</td><td>02/21/2000</td> </tr>
- <tr class="odd"><td>Aironet Wireless Communications, Inc</td><td>AWL</td><td>08/11/1998</td> </tr>
- <tr class="even"><td>Aiwa Company Ltd</td><td>AIW</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>AJA Video Systems, Inc.</td><td>AJA</td><td>10/11/2007</td> </tr>
- <tr class="even"><td>AKAMI Electric Co.,Ltd</td><td>AKE</td><td>09/03/2010</td> </tr>
- <tr class="odd"><td>Akebia Ltd</td><td>AKB</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>AKIA Corporation</td><td>AKI</td><td>12/23/1998</td> </tr>
- <tr class="odd"><td>AL Systems</td><td>ALH</td><td>01/20/1999</td> </tr>
- <tr class="even"><td>Alacron Inc</td><td>ALA</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Alana Technologies</td><td>ALN</td><td>01/13/2000</td> </tr>
- <tr class="even"><td>Alcatel</td><td>AOT</td><td>11/06/2001</td> </tr>
- <tr class="odd"><td>Alcatel Bell</td><td>ABE</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Aldebbaron</td><td>ADB</td><td>03/15/2001</td> </tr>
- <tr class="odd"><td>Alenco BV</td><td>ALE</td><td>05/20/2014</td> </tr>
- <tr class="even"><td>ALEXON Co.,Ltd.</td><td>ALX</td><td>09/13/1999</td> </tr>
- <tr class="odd"><td>Alfa Inc</td><td>AFA</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Algolith Inc.</td><td>ALO</td><td>05/02/2005</td> </tr>
- <tr class="odd"><td>AlgolTek, Inc.</td><td>AGO</td><td>10/23/2013</td> </tr>
- <tr class="even"><td>Alien Internet Services</td><td>AIS</td><td>06/21/2001</td> </tr>
- <tr class="odd"><td>Allen Bradley Company</td><td>ABD</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Alliance Semiconductor Corporation</td><td>ALL</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Allied Telesis KK</td><td>ATI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Allied Telesyn International (Asia) Pte Ltd</td><td>ATA</td><td>11/10/1997</td> </tr>
- <tr class="odd"><td>Allied Telesyn Int&#039;l</td><td>ATK</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Allion Computer Inc.</td><td>ACO</td><td>10/23/2000</td> </tr>
- <tr class="odd"><td>Alpha Data</td><td>XAD</td><td>10/08/2009</td> </tr>
- <tr class="even"><td>Alpha Telecom Inc</td><td>ATD</td><td>09/26/1997</td> </tr>
- <tr class="odd"><td>Alpha-Top Corporation</td><td>ATP</td><td>12/04/1996</td> </tr>
- <tr class="even"><td>AlphaView LCD</td><td>ALV</td><td>11/01/2008</td> </tr>
- <tr class="odd"><td>ALPS ALPINE CO., LTD.</td><td>APE</td><td>01/22/2013</td> </tr>
- <tr class="even"><td>ALPS ALPINE CO., LTD.</td><td>ALP</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>ALPS ALPINE CO., LTD.</td><td>AUI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Alta Research Corporation</td><td>ARC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Altec Corporation</td><td>ALC</td><td>08/04/1998</td> </tr>
- <tr class="even"><td>Altec Lansing</td><td>ALJ</td><td>01/13/2000</td> </tr>
- <tr class="odd"><td>ALTINEX, INC.</td><td>AIX</td><td>04/24/2001</td> </tr>
- <tr class="even"><td>Altmann Industrieelektronik</td><td>AIE</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Altos Computer Systems</td><td>ACS</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Altos India Ltd</td><td>AIL</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Alvedon Computers Ltd</td><td>CNC</td><td>11/06/1998</td> </tr>
- <tr class="even"><td>Ambient Technologies, Inc.</td><td>AMB</td><td>05/16/1999</td> </tr>
- <tr class="odd"><td>Altra</td><td>ALT</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Amdek Corporation</td><td>AMD</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>America OnLine</td><td>AOL</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>American Biometric Company</td><td>YOW</td><td>05/16/1999</td> </tr>
- <tr class="odd"><td>American Express</td><td>AXP</td><td>07/16/1999</td> </tr>
- <tr class="even"><td>American Magnetics</td><td>AXI</td><td>03/15/2001</td> </tr>
- <tr class="odd"><td>American Megatrends Inc</td><td>AMI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>American Nuclear Systems Inc</td><td>MCA</td><td>02/12/1997</td> </tr>
- <tr class="odd"><td>American Power Conversion</td><td>CNB</td><td>03/15/2001</td> </tr>
- <tr class="even"><td>American Power Conversion</td><td>APC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Amimon LTD.</td><td>AMN</td><td>06/13/2007</td> </tr>
- <tr class="even"><td>Amino Technologies PLC and Amino Communications Limited</td><td>AMO</td><td>12/09/2011</td> </tr>
- <tr class="odd"><td>AMiT Ltd</td><td>AKL</td><td>12/02/1997</td> </tr>
- <tr class="even"><td>AMP Inc</td><td>AMP</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Amptron International Inc.</td><td>AII</td><td>05/24/2000</td> </tr>
- <tr class="even"><td>AMT International Industry</td><td>AMT</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>AmTRAN Technology Co., Ltd.</td><td>AMR</td><td>06/10/2013</td> </tr>
- <tr class="even"><td>AMX LLC</td><td>AMX</td><td>07/06/2008</td> </tr>
- <tr class="odd"><td>Anakron</td><td>ANA</td><td>11/08/1999</td> </tr>
- <tr class="even"><td>Analog &amp; Digital Devices Tel. Inc</td><td>ADN</td><td>03/14/1997</td> </tr>
- <tr class="odd"><td>Analog Devices Inc</td><td>ADS</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Analog Way SAS</td><td>ANW</td><td>01/22/2014</td> </tr>
- <tr class="odd"><td>Analogix Semiconductor, Inc</td><td>ANL</td><td>10/10/2005</td> </tr>
- <tr class="even"><td>Anchor Bay Technologies, Inc.</td><td>ABT</td><td>02/14/2006</td> </tr>
- <tr class="odd"><td>Anatek Electronics Inc.</td><td>AAE</td><td>05/25/2004</td> </tr>
- <tr class="even"><td>Ancor Communications Inc</td><td>ACI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Ancot</td><td>ANC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Anderson Multimedia Communications (HK) Limited</td><td>AML</td><td>01/03/2003</td> </tr>
- <tr class="odd"><td>Andrew Network Production</td><td>ANP</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Anigma Inc</td><td>ANI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Anko Electronic Company Ltd</td><td>ANK</td><td>03/24/1998</td> </tr>
- <tr class="even"><td>Ann Arbor Technologies</td><td>AAT</td><td>04/24/2001</td> </tr>
- <tr class="odd"><td>an-najah university</td><td>BBB</td><td>03/15/2001</td> </tr>
- <tr class="even"><td>Anorad Corporation</td><td>ANO</td><td>01/13/2000</td> </tr>
- <tr class="odd"><td>ANR Ltd</td><td>ANR</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Ansel Communication Company</td><td>ANS</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Antex Electronics Corporation</td><td>AEC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>AOpen Inc.</td><td>AOA</td><td>11/06/2001</td> </tr>
- <tr class="odd"><td>AP Designs Ltd</td><td>APX</td><td>12/08/1997</td> </tr>
- <tr class="even"><td>Apache Micro Peripherals Inc</td><td>DNG</td><td>11/11/1997</td> </tr>
- <tr class="odd"><td>Aplicom Oy</td><td>APL</td><td>05/02/2005</td> </tr>
- <tr class="even"><td>Appian Tech Inc</td><td>APN</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Apple Computer Inc</td><td>APP</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>AppliAdata</td><td>APD</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Applied Creative Technology</td><td>ACT</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Applied Memory Tech</td><td>APM</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Apricot Computers</td><td>ACL</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Aprilia s.p.a.</td><td>APR</td><td>02/22/1999</td> </tr>
- <tr class="odd"><td>ArchiTek Corporation</td><td>ATJ</td><td>01/22/2014</td> </tr>
- <tr class="even"><td>Archtek Telecom Corporation</td><td>ACH</td><td>01/15/1997</td> </tr>
- <tr class="odd"><td>Arcus Technology Ltd</td><td>ATL</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>AREC Inc.</td><td>ARD</td><td>07/08/2013</td> </tr>
- <tr class="odd"><td>Arescom Inc</td><td>ARS</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Argolis</td><td>AGL</td><td>03/15/2001</td> </tr>
- <tr class="odd"><td>Argosy Research Inc</td><td>ARI</td><td>02/24/1997</td> </tr>
- <tr class="even"><td>Argus Electronics Co., LTD</td><td>ARG</td><td>06/04/2004</td> </tr>
- <tr class="odd"><td>Ariel Corporation</td><td>ACA</td><td>12/13/1996</td> </tr>
- <tr class="even"><td>Arima</td><td>ARM</td><td>04/07/2004</td> </tr>
- <tr class="odd"><td>Arithmos, Inc.</td><td>ADE</td><td>07/16/1999</td> </tr>
- <tr class="even"><td>Ark Logic Inc</td><td>ARK</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Arlotto Comnet Inc</td><td>ARL</td><td>04/29/1997</td> </tr>
- <tr class="even"><td>ARMSTEL, Inc.</td><td>AMS </td><td>02/25/2011</td> </tr>
- <tr class="odd"><td>Arnos Insturments &amp; Computer Systems</td><td>AIC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>ARRIS Group, Inc. </td><td>ARR</td><td>01/27/2015</td> </tr>
- <tr class="odd"><td>ART s.r.l.</td><td>IMB</td><td>01/27/2012</td> </tr>
- <tr class="even"><td>Artish Graphics Inc</td><td>AGI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Arvanics</td><td>NPA</td><td>03/05/2015</td> </tr>
- <tr class="even"><td>Asahi Kasei Microsystems Company Ltd</td><td>AKM</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Asante Tech Inc</td><td>ASN</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Ascom Business Systems</td><td>HER</td><td>01/20/1999</td> </tr>
- <tr class="odd"><td>Ascom Strategic Technology Unit</td><td>ASC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>ASEM S.p.A.</td><td>ASM</td><td>03/15/2001</td> </tr>
- <tr class="odd"><td>ASEM S.p.A.</td><td>AEM</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>AseV Display Labs</td><td>ASE</td><td>10/16/1998</td> </tr>
- <tr class="odd"><td>Ashton Bentley Concepts</td><td>ASH</td><td>09/20/2013</td> </tr>
- <tr class="even"><td>Asia Microelectronic Development Inc</td><td>AMA</td><td>09/24/1997</td> </tr>
- <tr class="odd"><td>Ask A/S</td><td>ASK</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Askey Computer Corporation</td><td>DYN</td><td>07/22/1997</td> </tr>
- <tr class="odd"><td>ASP Microelectronics Ltd</td><td>ASP</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Askey Computer Corporation</td><td>AKY</td><td>04/02/1997</td> </tr>
- <tr class="odd"><td>Aspen Tech Inc</td><td>ACP</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>AST Research Inc</td><td>AST</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Astec Inc</td><td>JAC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>ASTRA Security Products Ltd</td><td>ADL</td><td>07/30/1997</td> </tr>
- <tr class="odd"><td>ASTRO DESIGN, INC.</td><td>ATO</td><td>06/06/2003</td> </tr>
- <tr class="even"><td>Asuscom Network Inc</td><td>ASU</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>AT&amp;T</td><td>ATT</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>AT&amp;T Global Info Solutions</td><td>GIS</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>AT&amp;T Microelectronics</td><td>HSM</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>AT&amp;T Microelectronics</td><td>TME</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>AT&amp;T Paradyne</td><td>PDN</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Atelier Vision Corporation</td><td>AVJ</td><td>02/24/2015</td> </tr>
- <tr class="odd"><td>Athena Informatica S.R.L.</td><td>ATH</td><td>01/29/1997</td> </tr>
- <tr class="even"><td>Athena Smartcard Solutions Ltd.</td><td>ATN</td><td>09/13/1999</td> </tr>
- <tr class="odd"><td>Athenix Corporation</td><td>ATX</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>ATI Tech Inc</td><td>BUJ</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Atlantis</td><td>CFG</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>ATM Ltd</td><td>ATM</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Atom Komplex Prylad</td><td>AKP</td><td>10/23/2000</td> </tr>
- <tr class="even"><td>Attachmate Corporation</td><td>AMC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Attero Tech, LLC</td><td>FWA</td><td>04/20/2010</td> </tr>
- <tr class="even"><td>Audio Processing Technology Ltd</td><td>APT</td><td>03/18/1997</td> </tr>
- <tr class="odd"><td>AudioScience</td><td>ASX</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>August Home, Inc.</td><td>AUG</td><td>06/11/2014</td> </tr>
- <tr class="odd"><td>Auravision Corporation</td><td>AVC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Aureal Semiconductor</td><td>AUR</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Autologic Inc</td><td>APS</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>automated computer control systems</td><td>CLT</td><td>09/13/1999</td> </tr>
- <tr class="odd"><td>Autotime Corporation</td><td>AUT</td><td>10/08/2001</td> </tr>
- <tr class="even"><td>Auvidea GmbH</td><td>AUV</td><td>04/21/2014</td> </tr>
- <tr class="odd"><td>Avalue Technology Inc.</td><td>AVL</td><td>11/18/2011</td> </tr>
- <tr class="even"><td>Avance Logic Inc</td><td>ALS</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Avaya Communication</td><td>AVA</td><td>03/15/2001</td> </tr>
- <tr class="even"><td>Avencall</td><td>AEN</td><td>01/27/2012</td> </tr>
- <tr class="odd"><td>AVer Information Inc.</td><td>AVR</td><td>05/07/2010</td> </tr>
- <tr class="even"><td>Avid Electronics Corporation</td><td>AVD</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>AVM GmbH</td><td>AVM</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Avolites Ltd</td><td>AAA</td><td>02/17/2012</td> </tr>
- <tr class="odd"><td>Avocent Corporation</td><td>AVO</td><td>10/23/2000</td> </tr>
- <tr class="even"><td>Avtek (Electronics) Pty Ltd</td><td>AVT</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>AWETA BV</td><td>ACD</td><td>01/20/1998</td> </tr>
- <tr class="even"><td>Axel</td><td>AXL</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>AXIOMTEK CO., LTD.</td><td>AXC</td><td>05/02/2005</td> </tr>
- <tr class="even"><td>Axonic Labs LLC</td><td>AXO</td><td>06/21/2012</td> </tr>
- <tr class="odd"><td>Axtend Technologies Inc</td><td>AXT</td><td>12/01/1997</td> </tr>
- <tr class="even"><td>Axxon Computer Corporation</td><td>AXX</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>AXYZ Automation Services, Inc</td><td>AXY</td><td>08/11/1998</td> </tr>
- <tr class="even"><td>Aydin Displays</td><td>AYD</td><td>06/13/2007</td> </tr>
- <tr class="odd"><td>AZ Middelheim - Radiotherapy</td><td>AZM</td><td>11/14/2003</td> </tr>
- <tr class="even"><td>Aztech Systems Ltd</td><td>AZT</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>B&amp;Bh</td><td>BBH</td><td>01/17/2003</td> </tr>
- <tr class="even"><td>B.&amp; V. s.r.l.</td><td>SMR</td><td>03/21/1997</td> </tr>
- <tr class="odd"><td>B.F. Engineering Corporation</td><td>BFE</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>B.U.G., Inc.</td><td>BUG</td><td>08/30/2011</td> </tr>
- <tr class="odd"><td>Bang &amp; Olufsen</td><td>BNO</td><td>05/16/2003</td> </tr>
- <tr class="even"><td>Banksia Tech Pty Ltd</td><td>BNK</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Banyan</td><td>BAN</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>BARC</td><td>BRC</td><td>08/10/2000</td> </tr>
- <tr class="odd"><td>Barco Display Systems</td><td>BDS</td><td>09/13/1999</td> </tr>
- <tr class="even"><td>Barco GmbH</td><td>BCD</td><td>03/07/2011</td> </tr>
- <tr class="odd"><td>Barco Graphics N.V</td><td>BGB</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Barco, N.V.</td><td>BPS</td><td>09/12/2000</td> </tr>
- <tr class="odd"><td>Barco, N.V.</td><td>DDS</td><td>10/23/2000</td> </tr>
- <tr class="even"><td>Baug &amp; Olufsen</td><td>BEO</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Beaver Computer Corporaton</td><td>BCC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Beckhoff Automation</td><td>BEC</td><td>04/25/2002</td> </tr>
- <tr class="odd"><td>Beckworth Enterprises Inc</td><td>BEI</td><td>07/16/1997</td> </tr>
- <tr class="even"><td>Beijing Aerospace Golden Card Electronic Engineering Co.,Ltd.</td><td>AGC</td><td>06/21/2001</td> </tr>
- <tr class="odd"><td>Beijing AnHeng SecoTech Information Technology Co., Ltd.</td><td>AHS</td><td>03/24/2015</td> </tr>
- <tr class="even"><td>Beijing ANTVR Technology Co., Ltd.</td><td>ANV</td><td>08/24/2015</td> </tr>
- <tr class="odd"><td>Beijing Northern Radiantelecom Co.</td><td>NRT</td><td>03/20/1999</td> </tr>
- <tr class="even"><td>Beko Elektronik A.S.</td><td>BEK</td><td>06/15/2005</td> </tr>
- <tr class="odd"><td>Beltronic Industrieelektronik GmbH</td><td>BEL</td><td>09/05/2006</td> </tr>
- <tr class="even"><td>Benson Medical Instruments Company</td><td>BMI</td><td>12/04/1996</td> </tr>
- <tr class="odd"><td>B&amp;R Industrial Automation GmbH</td><td>BUR</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Best Buy</td><td>INZ</td><td>06/04/2004</td> </tr>
- <tr class="odd"><td>Best Buy</td><td>VPR</td><td>05/16/2002</td> </tr>
- <tr class="even"><td>Best Power</td><td>BPU</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Biamp Systems Corporation</td><td>BIA</td><td>05/14/2015</td> </tr>
- <tr class="even"><td>BICC Data Networks Ltd</td><td>ICC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Big Island Communications</td><td>BIC</td><td>05/13/1997</td> </tr>
- <tr class="even"><td>Billion Electric Company Ltd</td><td>BIL</td><td>12/11/1996</td> </tr>
- <tr class="odd"><td>BioLink Technologies</td><td>BLN</td><td>08/10/2000</td> </tr>
- <tr class="even"><td>BioLink Technologies International, Inc.</td><td>BIO</td><td>05/24/2000</td> </tr>
- <tr class="odd"><td>BIOMED Lab</td><td>BML</td><td>05/22/1997</td> </tr>
- <tr class="even"><td>Biomedical Systems Laboratory</td><td>BSL</td><td>10/16/1997</td> </tr>
- <tr class="odd"><td>BIOMEDISYS</td><td>BMS</td><td>05/24/2000</td> </tr>
- <tr class="even"><td>Biometric Access Corporation</td><td>BAC</td><td>05/19/1998</td> </tr>
- <tr class="odd"><td>BioTao Ltd</td><td>BTO</td><td>03/21/2012</td> </tr>
- <tr class="even"><td>Bit 3 Computer</td><td>BIT</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Bit 3 Computer</td><td>BTC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Bitfield Oy</td><td>BTF</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>BitHeadz, Inc.</td><td>BHZ</td><td>09/29/2003</td> </tr>
- <tr class="even"><td>Bitworks Inc.</td><td>BWK</td><td>07/10/2003</td> </tr>
- <tr class="odd"><td>Blackmagic Design</td><td>BMD</td><td>09/13/2012</td> </tr>
- <tr class="even"><td>Blonder Tongue Labs, Inc.</td><td>BDR</td><td>09/16/2008</td> </tr>
- <tr class="odd"><td>Bloomberg L.P.</td><td>BLP</td><td>09/16/2008</td> </tr>
- <tr class="even"><td>Boca Research Inc</td><td>ZZZ</td><td>02/13/1997</td> </tr>
- <tr class="odd"><td>Boca Research Inc</td><td>BRI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>BodySound Technologies, Inc.</td><td>BST</td><td>03/12/2008</td> </tr>
- <tr class="odd"><td>Boeckeler Instruments Inc</td><td>BII</td><td>10/17/1996</td> </tr>
- <tr class="even"><td>Booria CAD/CAM systems</td><td>BCS</td><td>05/11/2005</td> </tr>
- <tr class="odd"><td>BOS</td><td>BOS</td><td>07/03/1997</td> </tr>
- <tr class="even"><td>Bose Corporation</td><td>BSE</td><td>09/05/2006</td> </tr>
- <tr class="odd"><td>Boulder Nonlinear Systems</td><td>BNS</td><td>03/12/2008</td> </tr>
- <tr class="even"><td>Braemac Pty Ltd</td><td>BRA</td><td>11/18/2010</td> </tr>
- <tr class="odd"><td>Braemar Inc</td><td>BRM</td><td>10/07/1997</td> </tr>
- <tr class="even"><td>Brahler ICS</td><td>BDO</td><td>06/04/1998</td> </tr>
- <tr class="odd"><td>Brain Boxes Limited</td><td>BBL</td><td>10/02/2001</td> </tr>
- <tr class="even"><td>Bridge Information Co., Ltd</td><td>BRG</td><td>08/11/1998</td> </tr>
- <tr class="odd"><td>BRIGHTSIGN, LLC</td><td>BSN</td><td>02/28/2012</td> </tr>
- <tr class="even"><td>Brilliant Technology</td><td>BTE</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Broadata Communications Inc. </td><td>BCI</td><td>11/19/2013</td> </tr>
- <tr class="even"><td>Broadcom</td><td>BCM</td><td>04/01/2004</td> </tr>
- <tr class="odd"><td>BROTHER INDUSTRIES,LTD.</td><td>BRO</td><td>02/21/2000</td> </tr>
- <tr class="even"><td>BTC Korea Co., Ltd</td><td>NFC</td><td>02/25/2002</td> </tr>
- <tr class="odd"><td>Budzetron Inc</td><td>BGT</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Bull</td><td>BUL</td><td>02/03/1998</td> </tr>
- <tr class="odd"><td>Bull AB</td><td>BNE</td><td>10/06/1998</td> </tr>
- <tr class="even"><td>Busicom</td><td>BLI</td><td>08/11/1998</td> </tr>
- <tr class="odd"><td>BusTech Inc</td><td>BTI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>BusTek</td><td>BUS</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Butterfly Communications</td><td>FLY</td><td>05/05/1997</td> </tr>
- <tr class="even"><td>Buxco Electronics</td><td>BXE</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>byd:sign corporation</td><td>BYD</td><td>04/10/2008</td> </tr>
- <tr class="even"><td>C3PO S.L.</td><td>XMM</td><td>03/03/1998</td> </tr>
- <tr class="odd"><td>CA &amp; F Elettronica</td><td>CAC</td><td>05/16/1999</td> </tr>
- <tr class="even"><td>Cabletime Ltd</td><td>CBT</td><td>05/04/2010</td> </tr>
- <tr class="odd"><td>Cabletron System Inc</td><td>CSI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Cache</td><td>CCI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>CalComp</td><td>CAG</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>CalComp</td><td>CDP</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Calibre UK Ltd</td><td>CUK</td><td>09/15/2005</td> </tr>
- <tr class="even"><td>California Institute of Technology</td><td>CSO</td><td>03/20/1999</td> </tr>
- <tr class="odd"><td>Cambridge Audio</td><td>CAM</td><td>08/09/2008</td> </tr>
- <tr class="even"><td>Cambridge Electronic Design Ltd</td><td>CED</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Cambridge Research Systems Ltd</td><td>CMR</td><td>04/25/2002</td> </tr>
- <tr class="even"><td>Canon Inc</td><td>CNN</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Canon Inc.</td><td>CAI</td><td>11/06/2001</td> </tr>
- <tr class="even"><td>Canonical Ltd.</td><td>UBU</td><td>05/24/2013</td> </tr>
- <tr class="odd"><td>Canopus Company Ltd</td><td>CAN</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Capella Microsystems Inc.</td><td>CPM</td><td>05/09/2012</td> </tr>
- <tr class="odd"><td>Capetronic USA Inc</td><td>CCP</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Capstone Visua lProduct Development </td><td>DJE</td><td>10/09/2008</td> </tr>
- <tr class="odd"><td>Cardinal Company Ltd</td><td>CAR</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Cardinal Technical Inc</td><td>CRD</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>CardLogix</td><td>CLX</td><td>03/15/2001</td> </tr>
- <tr class="even"><td>Carina System Co., Ltd.</td><td>CKJ</td><td>09/03/2010</td> </tr>
- <tr class="odd"><td>Carl Zeiss AG</td><td>CZE</td><td>06/03/2009</td> </tr>
- <tr class="even"><td>CASIO COMPUTER CO.,LTD</td><td>CAS</td><td>10/06/1998</td> </tr>
- <tr class="odd"><td>Castles Automation Co., Ltd</td><td>CAA</td><td>01/13/2000</td> </tr>
- <tr class="even"><td>Cavium Networks, Inc</td><td>CAV</td><td>02/02/2011</td> </tr>
- <tr class="odd"><td>C-C-C Group Plc</td><td>FVX</td><td>05/04/1998</td> </tr>
- <tr class="even"><td>CCL/ITRI</td><td>CCL</td><td>03/31/1997</td> </tr>
- <tr class="odd"><td>C-Cube Microsystems</td><td>CCC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>C-DAC</td><td>CEP</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Cebra Tech A/S</td><td>CBR</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Cefar Digital Vision</td><td>CEF</td><td>02/19/1997</td> </tr>
- <tr class="odd"><td>Centurion Technologies P/L</td><td>CEN</td><td>10/23/2000</td> </tr>
- <tr class="even"><td>Century Corporation</td><td>TCE</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Cerevo Inc.</td><td>CRV</td><td>07/13/2010</td> </tr>
- <tr class="even"><td>Ceronix</td><td>CER</td><td>09/02/2008</td> </tr>
- <tr class="odd"><td>Ceton Corporation</td><td>TOM</td><td>05/08/2014</td> </tr>
- <tr class="even"><td>CH Products</td><td>CHP</td><td>04/24/1997</td> </tr>
- <tr class="odd"><td>ChangHong Electric Co.,Ltd</td><td>CHD</td><td>11/30/2001</td> </tr>
- <tr class="even"><td>Chase Research PLC</td><td>CHA</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Cherry GmbH</td><td>CHY</td><td>05/16/1999</td> </tr>
- <tr class="even"><td>Chi Mei Optoelectronics corp.</td><td>CMO</td><td>03/15/2001</td> </tr>
- <tr class="odd"><td>CHIC TECHNOLOGY CORP.</td><td>CHM</td><td>07/16/1999</td> </tr>
- <tr class="even"><td>Chicony Electronics Company Ltd</td><td>CEC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Chimei Innolux Corporation</td><td>CMN</td><td>09/02/2010</td> </tr>
- <tr class="even"><td>China Hualu Group Co., Ltd.</td><td>HLG</td><td>05/13/2013</td> </tr>
- <tr class="odd"><td>Chloride-R&amp;D</td><td>CHL</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Christie Digital Systems Inc</td><td>CDG</td><td>04/24/2001</td> </tr>
- <tr class="odd"><td>Chromatec Video Products Ltd</td><td>CVP</td><td>08/09/2013</td> </tr>
- <tr class="even"><td>Chrontel Inc</td><td>CHI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Chunghwa Picture Tubes,LTD.</td><td>CHT</td><td>03/15/2001</td> </tr>
- <tr class="even"><td>Chunghwa Telecom Co., Ltd.</td><td>CTE</td><td>05/16/2002</td> </tr>
- <tr class="odd"><td>Chunichi Denshi Co.,LTD.</td><td>KCD</td><td>12/23/2010</td> </tr>
- <tr class="even"><td>Chuomusen Co., Ltd. </td><td>QQQ</td><td>08/07/2002</td> </tr>
- <tr class="odd"><td>Chyron Corp</td><td>CGS</td><td>11/13/2008</td> </tr>
- <tr class="even"><td>Cine-tal</td><td>CNE</td><td>06/13/2007</td> </tr>
- <tr class="odd"><td>Cipher Systems Inc</td><td>PTG</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Ciprico Inc</td><td>CIP</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Ciprico Inc</td><td>CPC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Cirel Systemes</td><td>FPX</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Cirque Corporation</td><td>CRQ</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Cirrus Logic Inc</td><td>CIR</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Cirrus Logic Inc</td><td>CLI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Cirtech (UK) Ltd</td><td>SNS</td><td>08/20/1997</td> </tr>
- <tr class="odd"><td>CIS Technology Inc</td><td>WSC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Cisco Systems Inc</td><td>CIS</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Citicom Infotech Private Limited</td><td>CIL</td><td>08/10/2000</td> </tr>
- <tr class="even"><td>Citifax Limited</td><td>CIT</td><td>07/16/1997</td> </tr>
- <tr class="odd"><td>Citron GmbH</td><td>CIN</td><td>07/28/2005</td> </tr>
- <tr class="even"><td>Clarion Company Ltd</td><td>CLA</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Clarity Visual Systems</td><td>CVS</td><td>01/13/2000</td> </tr>
- <tr class="even"><td>Classe Audio</td><td>CLE</td><td>02/16/2006</td> </tr>
- <tr class="odd"><td>Clevo Company</td><td>CLV</td><td>01/30/1998</td> </tr>
- <tr class="even"><td>Clinton Electronics Corp.</td><td>PPM</td><td>10/01/2003</td> </tr>
- <tr class="odd"><td>Clone Computers</td><td>CLO</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Cloudium Systems Ltd.</td><td>CSL</td><td>02/14/2013</td> </tr>
- <tr class="odd"><td>CMC Ltd</td><td>CMC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>C-Media Electronics</td><td>CMI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>CNet Technical Inc</td><td>JQE</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>COBY Electronics Co., Ltd</td><td>COB</td><td>06/13/2007</td> </tr>
- <tr class="odd"><td>CODAN Pty. Ltd.</td><td>COD</td><td>10/23/2000</td> </tr>
- <tr class="even"><td>Codec Inc.</td><td>COI</td><td>11/30/2001</td> </tr>
- <tr class="odd"><td>Codenoll Technical Corporation</td><td>CDN</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>COINT Multimedia Systems</td><td>CNT</td><td>03/20/1999</td> </tr>
- <tr class="odd"><td>Colin.de</td><td>CDE</td><td>01/18/2005</td> </tr>
- <tr class="even"><td>Colorado MicroDisplay, Inc.</td><td>CMD</td><td>03/20/1999</td> </tr>
- <tr class="odd"><td>Colorado Video, Inc.</td><td>CVI</td><td>08/15/2012</td> </tr>
- <tr class="even"><td>COM 1</td><td>MVX</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Comex Electronics AB</td><td>CMX</td><td>05/28/2004</td> </tr>
- <tr class="even"><td>Comm. Intelligence Corporation</td><td>CIC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>COMMAT L.t.d.</td><td>CLD</td><td>08/10/2000</td> </tr>
- <tr class="even"><td>Communications Specialies, Inc.</td><td>SDH</td><td>09/06/2005</td> </tr>
- <tr class="odd"><td>Communications Supply Corporation (A division of WESCO)</td><td>INX</td><td>11/07/2012</td> </tr>
- <tr class="even"><td>Compal Electronics Inc</td><td>CPL</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Compaq Computer Company</td><td>CPQ</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Compound Photonics</td><td>CPP</td><td>10/01/2013</td> </tr>
- <tr class="odd"><td>CompuAdd</td><td>CPD</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>CompuMaster Srl</td><td>CMS</td><td>02/22/1999</td> </tr>
- <tr class="odd"><td>Computer Diagnostic Systems</td><td>CDS</td><td>03/15/2001</td> </tr>
- <tr class="even"><td>Computer Peripherals Inc</td><td>CPI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Computer Technology Corporation</td><td>CTP</td><td>03/26/1998</td> </tr>
- <tr class="even"><td>ComputerBoards Inc</td><td>CBI</td><td>02/03/1998</td> </tr>
- <tr class="odd"><td>Computerm Corporation</td><td>CTM</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Computone Products</td><td>CTN</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Comrex</td><td>COX</td><td>10/18/2011</td> </tr>
- <tr class="even"><td>Comtec Systems Co., Ltd.</td><td>CTS</td><td>04/25/2002</td> </tr>
- <tr class="odd"><td>Comtime GmbH</td><td>CMM</td><td>09/23/2002</td> </tr>
- <tr class="even"><td>Comtrol Corporation</td><td>COM</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Concept Development Inc</td><td>CDI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Concept Solutions &amp; Engineering</td><td>CSE</td><td>12/11/1996</td> </tr>
- <tr class="odd"><td>Concepts Inc</td><td>DCI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Conexant Systems</td><td>CXT</td><td>01/20/1999</td> </tr>
- <tr class="odd"><td>congatec AG</td><td>CGT</td><td>06/16/2011</td> </tr>
- <tr class="even"><td>Connect Int&#039;l A/S</td><td>CNI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Connectware Inc</td><td>CWR</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>CONRAC GmbH</td><td>CRC</td><td>04/20/2004</td> </tr>
- <tr class="odd"><td>Consultancy in Advanced Technology</td><td>CAT</td><td>09/19/1997</td> </tr>
- <tr class="even"><td>Consumer Electronics Association</td><td>CEA</td><td>09/05/2006</td> </tr>
- <tr class="odd"><td>CONTEC CO.,LTD.</td><td>CCJ</td><td>08/10/2000</td> </tr>
- <tr class="even"><td>Contec Company Ltd</td><td>CON</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Contemporary Research Corp.</td><td>CRH</td><td>02/24/2015</td> </tr>
- <tr class="even"><td>Control4 Corporation</td><td>CTR</td><td>05/28/2014</td> </tr>
- <tr class="odd"><td>Convergent Data Devices</td><td>CDD</td><td>02/27/2004</td> </tr>
- <tr class="even"><td>Convergent Design Inc.</td><td>CDV</td><td>09/05/2006</td> </tr>
- <tr class="odd"><td>Core Dynamics Corporation</td><td>CDC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Corion Industrial Corporation</td><td>ART</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Core Technology Inc</td><td>COT</td><td>04/19/2000</td> </tr>
- <tr class="even"><td>CoreLogic</td><td>CLG</td><td>11/27/1998</td> </tr>
- <tr class="odd"><td>Cornerstone Imaging</td><td>CRN</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Corollary Inc</td><td>COR</td><td>12/13/1996</td> </tr>
- <tr class="odd"><td>Cosmic Engineering Inc.</td><td>CSM</td><td>04/18/2012</td> </tr>
- <tr class="even"><td>CoStar Corporation</td><td>COS</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>CoSystems Inc</td><td>CTA</td><td>10/24/1998</td> </tr>
- <tr class="even"><td>Covia Inc.</td><td>CVA</td><td>05/11/2010</td> </tr>
- <tr class="odd"><td>cPATH</td><td>CPT</td><td>03/09/1998</td> </tr>
- <tr class="even"><td>CRALTECH ELECTRONICA, S.L.</td><td>CRA</td><td>03/24/2015</td> </tr>
- <tr class="odd"><td>Cray Communications</td><td>CDK</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>CRE Technology Corporation</td><td>IOA</td><td>06/30/1997</td> </tr>
- <tr class="odd"><td>Creative Labs Inc</td><td>CRE</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Creative Logic  </td><td>CRL</td><td>10/16/1997</td> </tr>
- <tr class="odd"><td>Creative Technology Ltd</td><td>CTL</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Creatix Polymedia GmbH</td><td>CTX</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Crescendo Communication Inc</td><td>CRS</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Cresta Systems Inc</td><td>CSD</td><td>08/01/1997</td> </tr>
- <tr class="odd"><td>Crestron Electronics, Inc.</td><td>CEI</td><td>05/08/2006</td> </tr>
- <tr class="even"><td>Crio Inc.</td><td>CRI</td><td>09/13/1999</td> </tr>
- <tr class="odd"><td>Cromack Industries Inc</td><td>CII</td><td>01/22/1997</td> </tr>
- <tr class="even"><td>Crystal Computer</td><td>XTL</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Crystal Semiconductor</td><td>CSC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>CrystaLake Multimedia</td><td>CLM</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>CSS Laboratories</td><td>CSS</td><td>01/02/1997</td> </tr>
- <tr class="even"><td>CSTI Inc</td><td>CST</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>CTC Communication Development Company Ltd</td><td>CTC</td><td>10/21/1997</td> </tr>
- <tr class="even"><td>Cubix Corporation</td><td>CUB</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Curtiss-Wright Controls, Inc.</td><td>CWC</td><td>04/05/2013</td> </tr>
- <tr class="even"><td>Cyberlabs</td><td>CYL</td><td>04/14/1998</td> </tr>
- <tr class="odd"><td>CyberVision</td><td>CYB</td><td>05/13/1997</td> </tr>
- <tr class="even"><td>Cyberware</td><td>CYW</td><td>02/21/2000</td> </tr>
- <tr class="odd"><td>Cybex Computer Products Corporation</td><td>CBX</td><td>11/08/1999</td> </tr>
- <tr class="even"><td>Cyclades Corporation</td><td>CYD</td><td>05/07/2001</td> </tr>
- <tr class="odd"><td>Cylink Corporation</td><td>CYC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Cyrix Corporation</td><td>CYX</td><td>10/21/1997</td> </tr>
- <tr class="odd"><td>Cyrix Corporation</td><td>CRX</td><td>03/21/1997</td> </tr>
- <tr class="even"><td>Cytechinfo Inc</td><td>CYT</td><td>03/13/1998</td> </tr>
- <tr class="odd"><td>Cyviz AS</td><td>CYV</td><td>04/25/2002</td> </tr>
- <tr class="even"><td>D&amp;M Holdings Inc, Professional Business Company</td><td>DMP</td><td>09/05/2006</td> </tr>
- <tr class="odd"><td>D.N.S. Corporation</td><td>OPI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>DA2 Technologies Corporation</td><td>DDA</td><td>03/13/2006</td> </tr>
- <tr class="odd"><td>DA2 Technologies Inc</td><td>DAW</td><td>09/06/2005</td> </tr>
- <tr class="even"><td>Daewoo Electronics Company Ltd</td><td>DWE</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Dai Telecom S.p.A.</td><td>TLT</td><td>06/04/2003</td> </tr>
- <tr class="even"><td>Daintelecom Co., Ltd</td><td>DIN</td><td>11/08/1999</td> </tr>
- <tr class="odd"><td>DAIS SET Ltd.</td><td>DAI</td><td>02/21/2000</td> </tr>
- <tr class="even"><td>Daktronics</td><td>DAK</td><td>06/23/2004</td> </tr>
- <tr class="odd"><td>Dale Computer Corporation</td><td>DCC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Dancall Telecom A/S</td><td>DCT</td><td>08/12/1997</td> </tr>
- <tr class="odd"><td>Danelec Marine A/S</td><td>DAN</td><td>12/24/2009</td> </tr>
- <tr class="even"><td>Danka Data Devices</td><td>DDD</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Daou Tech Inc</td><td>DAU</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>DAT</td><td>HCA</td><td>03/15/2001</td> </tr>
- <tr class="odd"><td>Data Apex Ltd</td><td>DAX</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Data Display AG</td><td>DDI</td><td>07/17/2002</td> </tr>
- <tr class="odd"><td>Data Expert Corporation</td><td>DXP</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Data Export Corporation</td><td>EXP</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Data Modul AG</td><td>DMO</td><td>12/03/2013</td> </tr>
- <tr class="even"><td>Data Price Informatica</td><td>EBH</td><td>05/24/2001</td> </tr>
- <tr class="odd"><td>Data Race Inc</td><td>DRI</td><td>07/30/1997</td> </tr>
- <tr class="even"><td>Data Ray Corp.</td><td>DRC</td><td>11/30/2001</td> </tr>
- <tr class="odd"><td>Data Translation</td><td>DTX</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Data Video</td><td>DVT</td><td>02/13/2007</td> </tr>
- <tr class="odd"><td>Databook Inc</td><td>DBK</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Datacast LLC</td><td>DCD</td><td>12/02/1997</td> </tr>
- <tr class="odd"><td>Datacommunicatie Tron B.V.</td><td>TRN</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Datacube Inc</td><td>DQB</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Datadesk Technologies Inc</td><td>DDT</td><td>11/27/1998</td> </tr>
- <tr class="even"><td>Datakey Inc</td><td>DKY</td><td>04/06/1998</td> </tr>
- <tr class="odd"><td>Datalogic Corporation</td><td>LJX</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Datang Telephone Co</td><td>DTN</td><td>09/23/1998</td> </tr>
- <tr class="odd"><td>Dataq Instruments Inc</td><td>DII</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Datasat Digital Entertainment</td><td>DDE</td><td>11/18/2011</td> </tr>
- <tr class="odd"><td>Datatronics Technology Inc</td><td>DCV</td><td>01/02/1997</td> </tr>
- <tr class="even"><td>Datel Inc</td><td>DAT</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Datenerfassungs- und Informationssysteme</td><td>MSD</td><td>03/16/1998</td> </tr>
- <tr class="even"><td>Davicom Semiconductor Inc</td><td>DAV</td><td>01/15/1997</td> </tr>
- <tr class="odd"><td>DAVIS AS</td><td>DAS</td><td>02/03/1998</td> </tr>
- <tr class="even"><td>DB Networks Inc</td><td>DBN</td><td>12/01/1997</td> </tr>
- <tr class="odd"><td>DBA Hans Wedemeyer</td><td>HWC</td><td>03/20/1999</td> </tr>
- <tr class="even"><td>DCM Data Products</td><td>DCM</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Dearborn Group Technology</td><td>DGT</td><td>11/11/1997</td> </tr>
- <tr class="even"><td>DECIMATOR DESIGN PTY LTD</td><td>DXD</td><td>03/06/2012</td> </tr>
- <tr class="odd"><td>Decros Ltd</td><td>DCR</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Deep Video Imaging Ltd</td><td>MLD</td><td>08/14/2003</td> </tr>
- <tr class="odd"><td>DEI Holdings dba Definitive Technology</td><td>DFT</td><td>12/09/2011</td> </tr>
- <tr class="even"><td>Deico Electronics</td><td>DEI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Dell Inc</td><td>DLL</td><td>03/27/2009</td> </tr>
- <tr class="even"><td>Dell Inc.</td><td>DEL</td><td>12/09/2009</td> </tr>
- <tr class="odd"><td>Delphi Automotive LLP</td><td>DPH</td><td>10/15/2013</td> </tr>
- <tr class="even"><td>Delta Electronics Inc</td><td>DPC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Delta Information Systems, Inc</td><td>DDV</td><td>01/03/2012</td> </tr>
- <tr class="even"><td>DELTATEC </td><td>DTA</td><td>03/13/2009</td> </tr>
- <tr class="odd"><td>Deltec Corporation</td><td>FPS</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>DENON, Ltd.</td><td>DON</td><td>04/01/2004</td> </tr>
- <tr class="odd"><td>Dension Audio Systems</td><td>DHD</td><td>03/04/2013</td> </tr>
- <tr class="even"><td>Densitron Computers Ltd</td><td>DEN</td><td>09/13/1999</td> </tr>
- <tr class="odd"><td>Design &amp; Test Technology, Inc.</td><td>DTT</td><td>09/30/2010</td> </tr>
- <tr class="even"><td>Design Technology</td><td>LPI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Deterministic Networks Inc.</td><td>DNI</td><td>04/19/2000</td> </tr>
- <tr class="even"><td>Deutsche Telekom Berkom GmbH</td><td>BCQ</td><td>08/12/1997</td> </tr>
- <tr class="odd"><td>Deutsche Thomson OHG</td><td>DTO</td><td>06/14/2007</td> </tr>
- <tr class="even"><td>Devolo AG</td><td>DVL</td><td>05/30/2002</td> </tr>
- <tr class="odd"><td>Dextera Labs Inc</td><td>DXL</td><td>12/09/2009</td> </tr>
- <tr class="even"><td>DFI</td><td>DFI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>DH Print</td><td>DHP</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Diadem</td><td>DIA</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Diagsoft Inc</td><td>DGS</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Dialogue Technology Corporation</td><td>DCO</td><td>06/16/2004</td> </tr>
- <tr class="odd"><td>Diamond Computer Systems Inc</td><td>DCS</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Diamond Lane Comm. Corporation</td><td>DLC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>DiCon</td><td>DNV</td><td>12/15/2004</td> </tr>
- <tr class="even"><td>Dictaphone Corporation</td><td>DVD</td><td>04/03/1998</td> </tr>
- <tr class="odd"><td>Diebold Inc.</td><td>DBD</td><td>09/05/2006</td> </tr>
- <tr class="even"><td>Digatron Industrie Elektronik GmbH</td><td>DAE</td><td>02/24/1997</td> </tr>
- <tr class="odd"><td>DIGI International</td><td>DGI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>DigiBoard Inc</td><td>DBI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Digicom S.p.A.</td><td>DIG</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Digicom Systems Inc</td><td>DMB</td><td>03/13/1998</td> </tr>
- <tr class="odd"><td>Digicorp European sales S.A.</td><td>DGP</td><td>05/22/1997</td> </tr>
- <tr class="even"><td>Digiital Arts Inc</td><td>DGA</td><td>06/14/2007</td> </tr>
- <tr class="odd"><td>Digipronix Control Systems</td><td>DXC</td><td>07/16/1999</td> </tr>
- <tr class="even"><td>Digital Acoustics Corporation</td><td>DAC</td><td>05/24/2000</td> </tr>
- <tr class="odd"><td>Digital Audio Labs Inc</td><td>DAL</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Digital Communications Association</td><td>DCA</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Digital Discovery</td><td>SHR</td><td>09/24/1997</td> </tr>
- <tr class="even"><td>Schneider Electric Japan Holdings, Ltd.</td><td>PRF</td><td>01/02/2003</td> </tr>
- <tr class="odd"><td>Digital Equipment Corporation</td><td>DEC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Digital Processing Systems</td><td>DPS</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Digital Projection Limited</td><td>DPL</td><td>07/09/2002</td> </tr>
- <tr class="even"><td>DIGITAL REFLECTION INC.</td><td>DRD</td><td>02/21/2000</td> </tr>
- <tr class="odd"><td>Digital Video System</td><td>DVS</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>DigiTalk Pro AV</td><td>DPA</td><td>10/23/2000</td> </tr>
- <tr class="odd"><td>Digital-Logic GmbH</td><td>DLG</td><td>09/02/2003</td> </tr>
- <tr class="even"><td>Digitan Systems Inc</td><td>DSI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Digitelec Informatique Park Cadera</td><td>DLT</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Dimension Technologies, Inc.</td><td>DTE</td><td>05/03/2010</td> </tr>
- <tr class="odd"><td>Dimond Multimedia Systems Inc</td><td>DMM</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Diseda S.A.</td><td>DIS</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Distributed Management Task Force, Inc. (DMTF) </td><td>DMT</td><td>03/31/2009</td> </tr>
- <tr class="even"><td>Diversified Technology, Inc.</td><td>DTI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>D-Link Systems Inc</td><td>ABO</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>D-Link Systems Inc</td><td>DLK</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>DNA Enterprises, Inc.</td><td>DNA</td><td>09/01/1998</td> </tr>
- <tr class="even"><td>DO NOT USE - AUO</td><td>AUO</td><td>09/16/2008</td> </tr>
- <tr class="odd"><td>DO NOT USE - LPL</td><td>LPL</td><td>09/16/2008</td> </tr>
- <tr class="even"><td>DO NOT USE - PHI</td><td>PHI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>DO NOT USE - PTW</td><td>PTW</td><td>09/09/2009</td> </tr>
- <tr class="even"><td>DO NOT USE - PVC</td><td>PVC</td><td>09/09/2009</td> </tr>
- <tr class="odd"><td>DO NOT USE - RTK</td><td>RTK</td><td>09/09/2009</td> </tr>
- <tr class="even"><td>DO NOT USE - SEG</td><td>SEG</td><td>09/09/2009</td> </tr>
- <tr class="odd"><td>DO NOT USE - TNJ</td><td>TNJ</td><td>09/09/2009</td> </tr>
- <tr class="even"><td>DO NOT USE - UND</td><td>UND</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>DO NOT USE - UNE</td><td>UNE</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>DO NOT USE - UNF</td><td>UNF</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>DO NOT USE - WAN</td><td>WAN</td><td>09/09/2009</td> </tr>
- <tr class="even"><td>DO NOT USE - XER</td><td>XER</td><td>09/09/2009</td> </tr>
- <tr class="odd"><td>DO NOT USE - XOC</td><td>XOC</td><td>09/09/2009</td> </tr>
- <tr class="even"><td>Doble Engineering Company</td><td>DBL</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>DocuPoint</td><td>DPI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Dolby Laboratories Inc. </td><td>DLB</td><td>01/27/2010</td> </tr>
- <tr class="odd"><td>Dolman Technologies Group Inc</td><td>DOL</td><td>11/11/1997</td> </tr>
- <tr class="even"><td>Domain Technology Inc</td><td>DSP</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>DOME imaging systems</td><td>DMS</td><td>10/23/2000</td> </tr>
- <tr class="even"><td>Dome Imaging Systems</td><td>DOM</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Dongguan Alllike Electronics Co., Ltd.</td><td>AIK</td><td>04/11/2015</td> </tr>
- <tr class="even"><td>Dosch &amp; Amand GmbH &amp; Company KG</td><td>DUA</td><td>12/02/1997</td> </tr>
- <tr class="odd"><td>Dotronic Mikroelektronik GmbH</td><td>DOT</td><td>06/28/2002</td> </tr>
- <tr class="even"><td>dPict Imaging, Inc.</td><td>DIM</td><td>02/12/2008</td> </tr>
- <tr class="odd"><td>DpiX, Inc.</td><td>DPX</td><td>09/23/1998</td> </tr>
- <tr class="even"><td>DPT</td><td>DPT</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Dr. Bott KG</td><td>DRB</td><td>04/25/2002</td> </tr>
- <tr class="even"><td>Dr. Neuhous Telekommunikation GmbH</td><td>DNT</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Dragon Information Technology</td><td>DIT</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>DRS Defense Solutions, LLC</td><td>DRS</td><td>10/18/2011</td> </tr>
- <tr class="odd"><td>DS Multimedia Pte Ltd</td><td>DSD</td><td>02/14/2006</td> </tr>
- <tr class="even"><td>DSM Digital Services GmbH</td><td>DSM</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>dSPACE GmbH</td><td>DCE</td><td>12/16/1996</td> </tr>
- <tr class="even"><td>DTC Tech Corporation</td><td>DTC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>DugoTech Co., LTD</td><td>DGK</td><td>06/14/2007</td> </tr>
- <tr class="even"><td>Dune Microsystems Corporation</td><td>DMC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Dycam Inc</td><td>DYC</td><td>01/08/1998</td> </tr>
- <tr class="even"><td>Dymo-CoStar Corporation</td><td>DYM</td><td>12/28/1998</td> </tr>
- <tr class="odd"><td>Dynamic Controls Ltd</td><td>DCL</td><td>05/24/2000</td> </tr>
- <tr class="even"><td>Dynax Electronics (HK) Ltd</td><td>DTK</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Dynax Electronics (HK) Ltd</td><td>DYX</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>e.Digital Corporation</td><td>EDC</td><td>10/23/2000</td> </tr>
- <tr class="odd"><td>E.E.P.D. GmbH</td><td>EEP</td><td>06/14/2007</td> </tr>
- <tr class="even"><td>Eagle Technology</td><td>EGL</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Eastman Kodak Company</td><td>KOD</td><td>05/24/2000</td> </tr>
- <tr class="even"><td>Eastman Kodak Company</td><td>EKC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Easytel oy</td><td>TWI</td><td>07/16/1999</td> </tr>
- <tr class="even"><td>EBS Euchner Büro- und Schulsysteme GmbH</td><td>EBS</td><td>02/05/2013</td> </tr>
- <tr class="odd"><td>Echo Speech Corporation</td><td>ECO</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Eclipse Tech Inc</td><td>ETI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>E-Cmos Tech Corporation</td><td>ECM</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Eden Sistemas de Computacao S/A</td><td>ESC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Edimax Tech. Company Ltd</td><td>EDI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>EDMI</td><td>EDM</td><td>07/16/1998</td> </tr>
- <tr class="odd"><td>Edsun Laboratories</td><td>ELI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>EE Solutions, Inc.</td><td>EES</td><td>04/16/2003</td> </tr>
- <tr class="odd"><td>EEH Datalink GmbH</td><td>EEH</td><td>07/03/1997</td> </tr>
- <tr class="even"><td>Efficient Networks</td><td>ENI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Egenera, Inc.</td><td>EGN</td><td>10/08/2002</td> </tr>
- <tr class="even"><td>Eicon Technology Corporation</td><td>EIC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>EIZO GmbH Display Technologies </td><td>EGD</td><td>02/13/2009</td> </tr>
- <tr class="even"><td>Eizo Nanao Corporation</td><td>ENC</td><td>12/28/1998</td> </tr>
- <tr class="odd"><td>EKSEN YAZILIM</td><td>EKS</td><td>04/25/2002</td> </tr>
- <tr class="even"><td>ELAD srl</td><td>ELA</td><td>04/25/2002</td> </tr>
- <tr class="odd"><td>ELAN MICROELECTRONICS CORPORATION</td><td>ETD</td><td>11/03/2009</td> </tr>
- <tr class="even"><td>ELAN MICROELECTRONICS CORPORATION</td><td>TSH</td><td>11/14/2014</td> </tr>
- <tr class="odd"><td>Elbit Systems of America</td><td>ESA</td><td>06/15/2009</td> </tr>
- <tr class="even"><td>ELCON Systemtechnik GmbH</td><td>ESG</td><td>07/16/1999</td> </tr>
- <tr class="odd"><td>ELEA CardWare</td><td>LXS</td><td>06/25/1998</td> </tr>
- <tr class="even"><td>Elecom Company Ltd</td><td>ECP</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Elecom Company Ltd</td><td>ELE</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Electro Cam Corp.</td><td>ECA</td><td>08/10/2000</td> </tr>
- <tr class="odd"><td>Electro Scientific Ind</td><td>ELC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Electronic Measurements</td><td>MMM</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Electronic Trade Solutions Ltd</td><td>ETS</td><td>08/20/2002</td> </tr>
- <tr class="even"><td>Electronic-Design GmbH</td><td>EDG</td><td>08/12/1997</td> </tr>
- <tr class="odd"><td>Electrosonic Ltd</td><td>ELL</td><td>09/13/1999</td> </tr>
- <tr class="even"><td>Element Labs, Inc.</td><td>ELT</td><td>10/11/2007</td> </tr>
- <tr class="odd"><td>Elgato Systems LLC</td><td>EGA</td><td>02/08/2011</td> </tr>
- <tr class="even"><td>Elitegroup Computer Systems Company Ltd</td><td>ECS</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Elitegroup Computer Systems Company Ltd</td><td>UEG</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Elmeg GmbH Kommunikationstechnik</td><td>ELG</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Elmic Systems Inc</td><td>ELM</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>ELMO COMPANY, LIMITED</td><td>EMO</td><td>06/26/2012</td> </tr>
- <tr class="odd"><td>Elo TouchSystems Inc</td><td>ELO</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Elonex PLC</td><td>ELX</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>El-PUSK Co., Ltd.</td><td>LPE</td><td>08/14/2001</td> </tr>
- <tr class="even"><td>ELSA GmbH</td><td>ELS</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>ELTEC Elektronik AG</td><td>EAG</td><td>11/25/2014</td> </tr>
- <tr class="even"><td>Embedded computing inc ltd</td><td>EMB</td><td>02/25/2002</td> </tr>
- <tr class="odd"><td>Embedded Solution Technology</td><td>EST</td><td>05/24/2000</td> </tr>
- <tr class="even"><td>Embrionix Design Inc.</td><td>EMD</td><td>07/24/2013</td> </tr>
- <tr class="odd"><td>Emcore Corporation</td><td>EMK</td><td>05/31/2012</td> </tr>
- <tr class="even"><td>Emerging Display Technologies Corp</td><td>EDT</td><td>08/18/2009</td> </tr>
- <tr class="odd"><td>EMG Consultants Inc</td><td>EMG</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>EMiNE TECHNOLOGY COMPANY, LTD.</td><td>EME</td><td>06/16/2005</td> </tr>
- <tr class="odd"><td>Empac</td><td>EPC</td><td>12/04/1996</td> </tr>
- <tr class="even"><td>Emulex Corporation</td><td>EMU</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Enciris Technologies</td><td>ECI</td><td>11/01/2008</td> </tr>
- <tr class="even"><td>Enciris Technologies </td><td>ECT</td><td>11/01/2008</td> </tr>
- <tr class="odd"><td>ENE Technology Inc.</td><td>ENE</td><td>03/15/2001</td> </tr>
- <tr class="even"><td>e-Net Inc</td><td>DTL</td><td>10/16/1997</td> </tr>
- <tr class="odd"><td>Enhansoft</td><td>EHN</td><td>11/16/2010</td> </tr>
- <tr class="even"><td>ENIDAN Technologies Ltd</td><td>END</td><td>04/19/2000</td> </tr>
- <tr class="odd"><td>Ensemble Designs, Inc</td><td>ESD</td><td>12/09/2009</td> </tr>
- <tr class="even"><td>Ensoniq Corporation</td><td>ENS</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Enterprise Comm. &amp; Computing Inc</td><td>ENT</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Envision Peripherals, Inc</td><td>EPI</td><td>02/22/1999</td> </tr>
- <tr class="odd"><td>Eon Instrumentation, Inc. </td><td>EON</td><td>01/15/2015</td> </tr>
- <tr class="even"><td>EPiCON Inc.</td><td>EPN</td><td>09/23/1998</td> </tr>
- <tr class="odd"><td>Epiphan Systems Inc. </td><td>EPH </td><td>03/14/2011</td> </tr>
- <tr class="even"><td>Epson Research</td><td>EHJ</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Equinox Systems Inc</td><td>EQX</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Equipe Electronics Ltd.</td><td>EQP</td><td>07/14/2005</td> </tr>
- <tr class="odd"><td>Ergo Electronics</td><td>EGO</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Ergo System</td><td>ERG</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Ericsson Mobile Communications AB</td><td>ERI</td><td>10/22/1997</td> </tr>
- <tr class="even"><td>Ericsson Mobile Networks B.V.</td><td>EUT</td><td>04/14/1998</td> </tr>
- <tr class="odd"><td>Ericsson, Inc.</td><td>ERN</td><td>09/23/1998</td> </tr>
- <tr class="even"><td>ES&amp;S</td><td>ESK</td><td>11/08/1999</td> </tr>
- <tr class="odd"><td>eSATURNUS</td><td>ESN</td><td>02/21/2012</td> </tr>
- <tr class="even"><td>Escort Insturments Corporation</td><td>ERT</td><td>05/02/1997</td> </tr>
- <tr class="odd"><td>ESS Technology Inc</td><td>ESS</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>ESSential Comm. Corporation</td><td>ECC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Esterline Technologies</td><td>ESL</td><td>01/06/2012</td> </tr>
- <tr class="even"><td>ScioTeq</td><td>ESB</td><td>01/15/2015</td> </tr>
- <tr class="odd"><td>E-Systems Inc</td><td>ESY</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>ET&amp;T Technology Company Ltd</td><td>EEE</td><td>05/04/1998</td> </tr>
- <tr class="odd"><td>E-Tech Inc</td><td>ETT</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>eTEK Labs Inc.</td><td>ETK</td><td>07/16/1998</td> </tr>
- <tr class="odd"><td>Etherboot Project</td><td>ETH</td><td>07/09/2010</td> </tr>
- <tr class="even"><td>Eugene Chukhlomin Sole Proprietorship, d.b.a. </td><td>ECK</td><td>05/03/2008</td> </tr>
- <tr class="odd"><td>Euraplan GmbH</td><td>ERP</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Evans and Sutherland Computer</td><td>EAS</td><td>01/28/2003</td> </tr>
- <tr class="odd"><td>Everex</td><td>EVX</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Everton Technology Company Ltd</td><td>ETC</td><td>04/10/1997</td> </tr>
- <tr class="odd"><td>Evertz Microsystems Ltd.</td><td>ETL</td><td>06/14/2007</td> </tr>
- <tr class="even"><td>eviateg GmbH</td><td>EVI</td><td>02/21/2000</td> </tr>
- <tr class="odd"><td>Ex Machina Inc</td><td>EMI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Exacom SA</td><td>YHW</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Exatech Computadores &amp; Servicos Ltda</td><td>EXT</td><td>09/23/1998</td> </tr>
- <tr class="even"><td>Excel Company Ltd</td><td>ECL</td><td>05/27/1997</td> </tr>
- <tr class="odd"><td>Excession Audio</td><td>EXC</td><td>11/06/1998</td> </tr>
- <tr class="even"><td>EXFO Electro Optical Engineering</td><td>XFO</td><td>04/29/1998</td> </tr>
- <tr class="odd"><td>Exide Electronics</td><td>EXI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Extended Systems, Inc.</td><td>ESI</td><td>07/16/1999</td> </tr>
- <tr class="odd"><td>Exterity Ltd</td><td>EXY</td><td>02/12/2009</td> </tr>
- <tr class="even"><td>Extraordinary Technologies PTY Limited</td><td>CRO</td><td>04/11/2005</td> </tr>
- <tr class="odd"><td>Exxact GmbH</td><td>EXX</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>eyefactive Gmbh</td><td>EYF</td><td>07/07/2015</td> </tr>
- <tr class="odd"><td>eyevis GmbH</td><td>EYE</td><td>11/18/2011</td> </tr>
- <tr class="even"><td>EzE Technologies</td><td>EZE</td><td>02/21/2005</td> </tr>
- <tr class="odd"><td>F.J. Tieman BV</td><td>FJT</td><td>06/25/1998</td> </tr>
- <tr class="even"><td>Fairfield Industries</td><td>FFI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Fantalooks Co., Ltd.</td><td>FAN</td><td>03/12/2014</td> </tr>
- <tr class="even"><td>Fanuc LTD</td><td>FNC</td><td>01/29/1997</td> </tr>
- <tr class="odd"><td>Farallon Computing</td><td>FAR</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>FARO Technologies</td><td>FRO</td><td>09/21/2012</td> </tr>
- <tr class="odd"><td>Faroudja Laboratories</td><td>FLI</td><td>06/02/2004</td> </tr>
- <tr class="even"><td>Fast Multimedia AG</td><td>FMA</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>FastPoint Technologies, Inc.</td><td>FTI</td><td>06/21/2001</td> </tr>
- <tr class="even"><td>Feature Integration Technology Inc.</td><td>FIT</td><td>08/11/2009</td> </tr>
- <tr class="odd"><td>Fellowes &amp; Questec</td><td>FEL</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Fellowes, Inc.</td><td>FMI</td><td>07/05/2001</td> </tr>
- <tr class="odd"><td>Fen Systems Ltd.</td><td>FEN</td><td>05/04/2010</td> </tr>
- <tr class="even"><td>Ferranti Int&#039;L</td><td>FER</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Ferrari Electronic GmbH</td><td>TLA</td><td>12/04/1996</td> </tr>
- <tr class="even"><td>FHLP</td><td>FHL</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Fibernet Research Inc</td><td>FRI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Finecom Co., Ltd.</td><td>FIN</td><td>11/27/1998</td> </tr>
- <tr class="odd"><td>Fingerprint Cards AB</td><td>FPC</td><td>06/14/2013</td> </tr>
- <tr class="even"><td>First Industrial Computer Inc</td><td>PCG</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>First International Computer Inc</td><td>LEO</td><td>09/19/1997</td> </tr>
- <tr class="even"><td>First International Computer Ltd</td><td>FCG</td><td>04/10/1997</td> </tr>
- <tr class="odd"><td>First Virtual Corporation</td><td>FVC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Flat Connections Inc</td><td>FWR</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>FlightSafety International</td><td>SSD</td><td>08/10/2000</td> </tr>
- <tr class="even"><td>FLY-IT Simulators</td><td>FIS</td><td>09/08/1997</td> </tr>
- <tr class="odd"><td>FocalTech Systems Co., Ltd.</td><td>FTS</td><td>07/23/2013</td> </tr>
- <tr class="even"><td>Focus Enhancements, Inc.</td><td>FCS</td><td>12/12/2002</td> </tr>
- <tr class="odd"><td>Fokus Technologies GmbH</td><td>FOK</td><td>10/22/2013</td> </tr>
- <tr class="even"><td>FOR-A Company Limited</td><td>FOA</td><td>12/06/2008</td> </tr>
- <tr class="odd"><td>Force Computers</td><td>FRC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Ford Microelectronics Inc</td><td>FMC</td><td>03/11/1997</td> </tr>
- <tr class="odd"><td>Fore Systems Inc</td><td>FSI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Forefront Int&#039;l Ltd</td><td>FIL</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Formosa Industrial Computing Inc</td><td>FIC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Formoza-Altair</td><td>FMZ</td><td>04/25/2003</td> </tr>
- <tr class="odd"><td>Forth Dimension Displays Ltd</td><td>FDD</td><td>07/07/2015</td> </tr>
- <tr class="even"><td>Forvus Research Inc</td><td>FRE</td><td>04/24/1997</td> </tr>
- <tr class="odd"><td>Foss Tecator</td><td>FOS</td><td>10/22/1997</td> </tr>
- <tr class="even"><td>Founder Group Shenzhen Co.</td><td>FZC</td><td>11/08/1999</td> </tr>
- <tr class="odd"><td>Fountain Technologies Inc</td><td>FTN</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Fraunhofer Heinrich-Hertz-Institute</td><td>HHI</td><td>07/27/2012</td> </tr>
- <tr class="odd"><td>Freedom Scientific BLV</td><td>FRD</td><td>06/15/2007</td> </tr>
- <tr class="even"><td>FREEMARS Heavy Industries</td><td>TCX</td><td>03/15/2001</td> </tr>
- <tr class="odd"><td>Frontline Test Equipment Inc.</td><td>FTE</td><td>01/20/1999</td> </tr>
- <tr class="even"><td>FTG Data Systems</td><td>FTG</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Fuji Xerox</td><td>FXX</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>FUJIFILM Corporation</td><td>FFC</td><td>08/22/2011</td> </tr>
- <tr class="odd"><td>Fujitsu Display Technologies Corp.</td><td>FDT</td><td>10/23/2002</td> </tr>
- <tr class="even"><td>Fujitsu General Limited.</td><td>FGL</td><td>02/21/2000</td> </tr>
- <tr class="odd"><td>Fujitsu Ltd</td><td>FUJ</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Fujitsu Microelect Ltd</td><td>FML</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Fujitsu Peripherals Ltd</td><td>FPE</td><td>08/19/1997</td> </tr>
- <tr class="even"><td>Fujitsu Siemens Computers GmbH</td><td>FUS</td><td>01/13/2000</td> </tr>
- <tr class="odd"><td>Fujitsu Spain</td><td>FJS</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Fujitsu Takamisawa Component Limited</td><td>FJC</td><td>05/16/1999</td> </tr>
- <tr class="odd"><td>FUJITSU TEN LIMITED</td><td>FTL</td><td>12/20/2011</td> </tr>
- <tr class="even"><td>Funai Electric Co., Ltd.</td><td>FNI</td><td>01/18/2005</td> </tr>
- <tr class="odd"><td>Furukawa Electric Company Ltd</td><td>FCB</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>FURUNO ELECTRIC CO., LTD.</td><td>FEC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Future Designs, Inc.</td><td>FDI</td><td>09/29/2014</td> </tr>
- <tr class="even"><td>Future Domain</td><td>FDC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Future Systems Consulting KK</td><td>FSC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Futuretouch Corporation</td><td>FTC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>FZI Forschungszentrum Informatik</td><td>FZI</td><td>08/12/1997</td> </tr>
- <tr class="even"><td>G&amp;W Instruments GmbH</td><td>SPH</td><td>02/25/2002</td> </tr>
- <tr class="odd"><td>G. Diehl ISDN GmbH</td><td>GDI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Gadget Labs LLC</td><td>GLS</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Gage Applied Sciences Inc</td><td>GAG</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>GAI-Tronics, A Hubbell Company</td><td>HUB</td><td>03/26/2009</td> </tr>
- <tr class="odd"><td>Galil Motion Control</td><td>GAL</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Garmin International</td><td>GRM</td><td>12/09/2011</td> </tr>
- <tr class="odd"><td>Garnet System Company Ltd</td><td>GTM</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Gateway 2000</td><td>GWY</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Gateway Comm. Inc</td><td>GCI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Gateworks Corporation</td><td>GWK</td><td>07/31/2013</td> </tr>
- <tr class="odd"><td>Gaudi Co., Ltd.</td><td>GAU</td><td>03/31/2003</td> </tr>
- <tr class="even"><td>GCC Technologies Inc</td><td>GCC</td><td>06/05/1997</td> </tr>
- <tr class="odd"><td>GDS</td><td>GDS</td><td>06/23/2004</td> </tr>
- <tr class="even"><td>GE Fanuc Embedded Systems</td><td>GEF</td><td>06/14/2007</td> </tr>
- <tr class="odd"><td>Abaco Systems, Inc.</td><td>GEH</td><td>09/03/2010</td> </tr>
- <tr class="even"><td>Gefen Inc.</td><td>GFN</td><td>10/11/2007</td> </tr>
- <tr class="odd"><td>Gem Plus</td><td>GEM</td><td>02/27/1998</td> </tr>
- <tr class="even"><td>GEMINI 2000 Ltd</td><td>GMN</td><td>10/23/2000</td> </tr>
- <tr class="odd"><td>General Datacom</td><td>GDC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>General Dynamics C4 Systems</td><td>GED</td><td>01/09/2013</td> </tr>
- <tr class="odd"><td>General Information Systems</td><td>GML</td><td>01/13/2000</td> </tr>
- <tr class="even"><td>General Inst. Corporation</td><td>GIC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>General Standards Corporation</td><td>GSC</td><td>07/16/1998</td> </tr>
- <tr class="even"><td>General Touch Technology Co., Ltd.</td><td>GTT</td><td>11/21/2002</td> </tr>
- <tr class="odd"><td>Genesys ATE Inc</td><td>GEN</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Genesys Logic</td><td>GLM</td><td>11/08/1999</td> </tr>
- <tr class="odd"><td>Gennum Corporation</td><td>GND</td><td>09/05/2006</td> </tr>
- <tr class="even"><td>GEO Sense</td><td>GEO</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Geotest Marvin Test Systems Inc</td><td>GTS</td><td>02/24/1998</td> </tr>
- <tr class="even"><td>GERMANEERS GmbH</td><td>GER</td><td>12/20/2011</td> </tr>
- <tr class="odd"><td>GES Singapore Pte Ltd</td><td>GES</td><td>03/15/2001</td> </tr>
- <tr class="even"><td>Getac Technology Corporation</td><td>GET</td><td>05/11/2010</td> </tr>
- <tr class="odd"><td>GFMesstechnik GmbH</td><td>GFM</td><td>03/15/2001</td> </tr>
- <tr class="even"><td>GI Provision Ltd</td><td>GIP</td><td>02/08/2012</td> </tr>
- <tr class="odd"><td>Global Data SA</td><td>PST</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Global Village Communication</td><td>GVL</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>GMK Electronic Design GmbH</td><td>GMK</td><td>01/18/2008</td> </tr>
- <tr class="even"><td>GMM Research Inc</td><td>GMM</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>GMX Inc</td><td>GMX</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>GN Nettest Inc</td><td>GNN</td><td>07/30/1997</td> </tr>
- <tr class="odd"><td>GOEPEL electronic GmbH</td><td>GOE</td><td>06/24/2013</td> </tr>
- <tr class="even"><td>Goldmund - Digital Audio SA</td><td>GLD</td><td>02/06/2012</td> </tr>
- <tr class="odd"><td>GOLD RAIN ENTERPRISES CORP.</td><td>GRE</td><td>06/04/2003</td> </tr>
- <tr class="even"><td>Goldstar Company Ltd</td><td>GSM</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Goldtouch</td><td>GTI</td><td>08/06/1997</td> </tr>
- <tr class="even"><td>Google Inc.</td><td>GGL</td><td>05/26/2010</td> </tr>
- <tr class="odd"><td>GoPro, Inc.</td><td>GPR</td><td>01/15/2015</td> </tr>
- <tr class="even"><td>Granch Ltd</td><td>GRH</td><td>09/23/2002</td> </tr>
- <tr class="odd"><td>Grand Junction Networks</td><td>GJN</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Grandstream Networks, Inc.</td><td>GSN</td><td>03/03/2014</td> </tr>
- <tr class="odd"><td>Graphic SystemTechnology</td><td>GST</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Graphica Computer</td><td>GRA</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Graphtec Corporation</td><td>GTC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Grass Valley Germany GmbH</td><td>TGV</td><td>06/14/2007</td> </tr>
- <tr class="odd"><td>Grey Cell Systems Ltd</td><td>GCS</td><td>04/29/1997</td> </tr>
- <tr class="even"><td>Grossenbacher Systeme AG</td><td>GSY</td><td>04/19/2000</td> </tr>
- <tr class="odd"><td>G-Tech Corporation</td><td>GTK</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Guillemont International</td><td>GIM</td><td>10/29/1997</td> </tr>
- <tr class="odd"><td>GUNZE Limited</td><td>GZE</td><td>05/02/2005</td> </tr>
- <tr class="even"><td>Gunze Ltd</td><td>GNZ</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Guntermann &amp; Drunck GmbH</td><td>GUD</td><td>03/10/2003</td> </tr>
- <tr class="even"><td>Guzik Technical Enterprises</td><td>GUZ</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>GVC Corporation</td><td>GVC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>H.P.R. Electronics GmbH</td><td>HPR</td><td>08/29/2007</td> </tr>
- <tr class="odd"><td>Hagiwara Sys-Com Company Ltd</td><td>HSC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>GW Instruments</td><td>GWI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Haider electronics</td><td>HAE</td><td>07/05/2001</td> </tr>
- <tr class="even"><td>Haivision Systems Inc.</td><td>HAI</td><td>11/15/2007</td> </tr>
- <tr class="odd"><td>Halberthal</td><td>HAL</td><td>02/10/1998</td> </tr>
- <tr class="even"><td>Hall Research</td><td>HRI</td><td>05/10/2012</td> </tr>
- <tr class="odd"><td>HAMAMATSU PHOTONICS K.K.</td><td>HPK</td><td>12/20/2006</td> </tr>
- <tr class="even"><td>Hampshire Company, Inc.</td><td>HTI</td><td>01/20/1999</td> </tr>
- <tr class="odd"><td>Hanchang System Corporation</td><td>HAN</td><td>06/21/2003</td> </tr>
- <tr class="even"><td>HannStar Display Corp</td><td>HSD</td><td>08/11/2009</td> </tr>
- <tr class="odd"><td>HannStar Display Corp</td><td>HSP</td><td>08/11/2009</td> </tr>
- <tr class="even"><td>HardCom Elektronik &amp; Datateknik</td><td>HDC</td><td>04/14/1998</td> </tr>
- <tr class="odd"><td>Harman International Industries, Inc</td><td>HII</td><td>01/09/2015</td> </tr>
- <tr class="even"><td>Harris &amp; Jeffries Inc</td><td>HJI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Harris Canada Inc</td><td>HWA</td><td>03/13/1998</td> </tr>
- <tr class="even"><td>Harris Corporation</td><td>HAR</td><td>12/20/2011</td> </tr>
- <tr class="odd"><td>Harris Semiconductor</td><td>HRS</td><td>01/02/1997</td> </tr>
- <tr class="even"><td>Hauppauge Computer Works Inc</td><td>HCW</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Hayes Microcomputer Products Inc</td><td>HAY</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>HCL America Inc</td><td>HCL</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>HCL Peripherals</td><td>HCM</td><td>10/02/2001</td> </tr>
- <tr class="even"><td>HD-INFO d.o.o.</td><td>HDI</td><td>10/08/2001</td> </tr>
- <tr class="odd"><td>Headplay, Inc.</td><td>HPI</td><td>04/30/2007</td> </tr>
- <tr class="even"><td>Heng Yu Technology (HK) Limited</td><td>HYT</td><td>10/23/2000</td> </tr>
- <tr class="odd"><td>Hercules</td><td>HRC</td><td>03/15/2001</td> </tr>
- <tr class="even"><td>HERCULES</td><td>HRT</td><td>03/15/2001</td> </tr>
- <tr class="odd"><td>HETEC Datensysteme GmbH</td><td>HET</td><td>02/03/2004</td> </tr>
- <tr class="even"><td>Hewlett Packard</td><td>HWP</td><td>03/15/2001</td> </tr>
- <tr class="odd"><td>Hewlett Packard</td><td>HPD</td><td>05/02/1997</td> </tr>
- <tr class="even"><td>Hewlett-Packard Co.</td><td>HPC</td><td>08/10/2000</td> </tr>
- <tr class="odd"><td>Hewlett-Packard Co.</td><td>HPQ</td><td>07/12/2004</td> </tr>
- <tr class="even"><td>Hexium Ltd.</td><td>HXM</td><td>04/15/2008</td> </tr>
- <tr class="odd"><td>Hibino Corporation</td><td>HIB</td><td>07/09/2003</td> </tr>
- <tr class="even"><td>Highwater Designs Ltd</td><td>HWD</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Hikom Co., Ltd.</td><td>HIK</td><td>10/13/2003</td> </tr>
- <tr class="even"><td>Hilevel Technology</td><td>HIL</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>HIRAKAWA HEWTECH CORP. </td><td>HHC</td><td>05/20/2008</td> </tr>
- <tr class="even"><td>Hitachi America Ltd</td><td>HIT</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Hitachi Consumer Electronics Co., Ltd</td><td>HCE</td><td>05/15/2009</td> </tr>
- <tr class="even"><td>Hitachi Information Technology Co., Ltd.</td><td>HIC</td><td>04/19/2000</td> </tr>
- <tr class="odd"><td>Hitachi Ltd</td><td>HTC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Hitachi Maxell, Ltd.</td><td>MXL</td><td>01/13/2000</td> </tr>
- <tr class="odd"><td>Hitachi Micro Systems Europe Ltd</td><td>HEL</td><td>07/09/1997</td> </tr>
- <tr class="even"><td>Hitex Systementwicklung GmbH</td><td>HTX</td><td>01/30/1998</td> </tr>
- <tr class="odd"><td>hmk Daten-System-Technik BmbH</td><td>HMK</td><td>09/30/1997</td> </tr>
- <tr class="even"><td>HOB Electronic GmbH</td><td>HOB</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Holoeye Photonics AG</td><td>HOL</td><td>02/02/2005</td> </tr>
- <tr class="even"><td>Holografika kft.</td><td>HDV</td><td>03/31/2005</td> </tr>
- <tr class="odd"><td>Holtek Microelectronics Inc</td><td>HTK</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Home Row Inc</td><td>INC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>HON HAI PRECISON IND.CO.,LTD.</td><td>FOX</td><td>08/02/2010</td> </tr>
- <tr class="even"><td>HONKO MFG. CO., LTD.</td><td>HKA</td><td>12/01/2004</td> </tr>
- <tr class="odd"><td>Hope Industrial Systems, Inc.</td><td>HIS</td><td>01/13/2014</td> </tr>
- <tr class="even"><td>Horner Electric Inc</td><td>APG</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Horsent Technology Co., Ltd.</td><td>HST</td><td>04/11/2015</td> </tr>
- <tr class="even"><td>Hosiden Corporation</td><td>HOE</td><td>08/05/1997</td> </tr>
- <tr class="odd"><td>HTBLuVA Mödling</td><td>HTL</td><td>02/17/2014</td> </tr>
- <tr class="even"><td>Hualon Microelectric Corporation</td><td>HMC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>HUALONG TECHNOLOGY CO., LTD</td><td>EBT</td><td>06/15/2007</td> </tr>
- <tr class="even"><td>Hughes Network Systems</td><td>HNS</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>HUMAX Co., Ltd.</td><td>HMX</td><td>02/14/2006</td> </tr>
- <tr class="even"><td>HYC CO., LTD.</td><td>HYO</td><td>04/12/2006</td> </tr>
- <tr class="odd"><td>Hydis Technologies.Co.,LTD</td><td>HYD</td><td>11/22/2010</td> </tr>
- <tr class="even"><td>Hynix Semiconductor</td><td>HYV</td><td>11/29/2008</td> </tr>
- <tr class="odd"><td>Hypercope Gmbh Aachen</td><td>HYC</td><td>12/01/1997</td> </tr>
- <tr class="even"><td>Hypertec Pty Ltd</td><td>HYR</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Hyphen Ltd</td><td>HYP</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>I&amp;T Telecom.</td><td>ITT</td><td>11/08/1999</td> </tr>
- <tr class="odd"><td>I/OTech Inc</td><td>IOT</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>IAT Germany GmbH</td><td>IAT</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>IBM Brasil</td><td>IBM</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>IBM Corporation</td><td>CDT</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>IBP Instruments GmbH</td><td>IBP</td><td>09/23/1998</td> </tr>
- <tr class="even"><td>IBR GmbH</td><td>IBR</td><td>01/16/1998</td> </tr>
- <tr class="odd"><td>IC Ensemble</td><td>ICE</td><td>09/19/1997</td> </tr>
- <tr class="even"><td>ICA Inc</td><td>ICA</td><td>05/20/2002</td> </tr>
- <tr class="odd"><td>ICCC A/S</td><td>ICX</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>ICD Inc</td><td>ICD</td><td>06/09/1997</td> </tr>
- <tr class="odd"><td>ICET S.p.A.</td><td>ARE</td><td>05/16/1999</td> </tr>
- <tr class="even"><td>ICP Electronics, Inc./iEi Technology Corp.</td><td>ICP</td><td>09/07/2012</td> </tr>
- <tr class="odd"><td>ICSL</td><td>IUC</td><td>08/14/1997</td> </tr>
- <tr class="even"><td>Icuiti Corporation</td><td>XTD</td><td>06/14/2007</td> </tr>
- <tr class="odd"><td>Icuiti Corporation</td><td>IWR</td><td>03/06/2007</td> </tr>
- <tr class="even"><td>Id3 Semiconductors</td><td>ISC</td><td>03/15/2001</td> </tr>
- <tr class="odd"><td>IDE Associates</td><td>IDE</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>IDEO Product Development</td><td>IDO</td><td>09/30/1997</td> </tr>
- <tr class="odd"><td>idex displays</td><td>DEX</td><td>04/25/2002</td> </tr>
- <tr class="even"><td>IDEXX Labs</td><td>IDX</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>IDK Corporation</td><td>IDK</td><td>04/16/2003</td> </tr>
- <tr class="even"><td>Idneo Technologies</td><td>IDN</td><td>07/05/2012</td> </tr>
- <tr class="odd"><td>IDTECH</td><td>ITS</td><td>06/17/2002</td> </tr>
- <tr class="even"><td>IEE</td><td>IEE</td><td>06/21/2001</td> </tr>
- <tr class="odd"><td>IGM Communi</td><td>IGM</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>IINFRA Co., Ltd</td><td>IIN</td><td>05/09/2003</td> </tr>
- <tr class="odd"><td>Iiyama North America</td><td>IVM</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Ikegami Tsushinki Co. Ltd. </td><td>IKE</td><td>11/14/2014</td> </tr>
- <tr class="odd"><td>Ikos Systems Inc</td><td>IKS</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>ILC</td><td>IND</td><td>06/16/2004</td> </tr>
- <tr class="odd"><td>Image Logic Corporation</td><td>ILC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Image Stream Medical</td><td>ISM</td><td>05/27/2010</td> </tr>
- <tr class="odd"><td>IMAGENICS Co., Ltd.</td><td>IMG</td><td>09/05/2006</td> </tr>
- <tr class="even"><td>IMAGEQUEST Co., Ltd</td><td>IQT</td><td>10/08/2002</td> </tr>
- <tr class="odd"><td>Imagraph</td><td>IME</td><td>12/04/1996</td> </tr>
- <tr class="even"><td>Imagraph</td><td>IMA</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>ImasDe Canarias S.A.</td><td>IMD</td><td>07/03/1997</td> </tr>
- <tr class="even"><td>IMC Networks</td><td>IMC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Immersion Corporation</td><td>IMM</td><td>07/16/1997</td> </tr>
- <tr class="even"><td>IMP Electronics Ltd.</td><td>HUM</td><td>06/16/2004</td> </tr>
- <tr class="odd"><td>Impinj</td><td>IMP</td><td>08/14/2012</td> </tr>
- <tr class="even"><td>Impossible Production</td><td>IMN</td><td>08/10/2000</td> </tr>
- <tr class="odd"><td>In Focus Systems Inc</td><td>IFS</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>In4S Inc</td><td>ALD</td><td>12/05/1997</td> </tr>
- <tr class="odd"><td>INBINE.CO.LTD</td><td>IBI</td><td>11/06/2001</td> </tr>
- <tr class="even"><td>Indtek Co., Ltd.</td><td>INK</td><td>03/26/2007</td> </tr>
- <tr class="odd"><td>IneoQuest Technologies, Inc</td><td>IQI</td><td>02/18/2011</td> </tr>
- <tr class="even"><td>Industrial Products Design, Inc.</td><td>IPD</td><td>07/16/1999</td> </tr>
- <tr class="odd"><td>Ines GmbH</td><td>INS</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Infineon Technologies AG</td><td>IFX</td><td>04/19/2000</td> </tr>
- <tr class="odd"><td>Infinite Z</td><td>IFZ</td><td>01/04/2012</td> </tr>
- <tr class="even"><td>Informatik Information Technologies</td><td>IIT</td><td>08/14/2013</td> </tr>
- <tr class="odd"><td>Informtech</td><td>IFT</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Infotek Communication Inc</td><td>ICI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Infotronic America, Inc.</td><td>ITR</td><td>06/21/2001</td> </tr>
- <tr class="even"><td>Inframetrics Inc</td><td>INF</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Ingram Macrotron</td><td>VSN</td><td>08/10/2000</td> </tr>
- <tr class="even"><td>Ingram Macrotron Germany</td><td>VID</td><td>05/24/2000</td> </tr>
- <tr class="odd"><td>InHand Electronics</td><td>IHE</td><td>04/20/2010</td> </tr>
- <tr class="even"><td>Initio Corporation</td><td>INI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Inmax Technology Corporation</td><td>IMT</td><td>02/12/2003</td> </tr>
- <tr class="even"><td>Innolab Pte Ltd</td><td>INO</td><td>01/20/1999</td> </tr>
- <tr class="odd"><td>InnoLux Display Corporation</td><td>INL</td><td>12/15/2004</td> </tr>
- <tr class="even"><td>InnoMedia Inc</td><td>INM</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Innotech Corporation</td><td>ILS</td><td>10/23/2000</td> </tr>
- <tr class="even"><td>Innovate Ltd</td><td>ATE</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Innovent Systems, Inc.</td><td>INN</td><td>04/19/2000</td> </tr>
- <tr class="even"><td>Innoware Inc</td><td>WII</td><td>01/30/1998</td> </tr>
- <tr class="odd"><td>Inovatec S.p.A.</td><td>inu</td><td>03/15/2001</td> </tr>
- <tr class="even"><td>Inside Contactless</td><td>ICV</td><td>11/04/2010</td> </tr>
- <tr class="odd"><td>Inside Out Networks</td><td>ION</td><td>12/28/1998</td> </tr>
- <tr class="even"><td>Insignia Solutions Inc</td><td>ISG</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>INSIS Co., LTD.</td><td>ISR</td><td>02/12/2003</td> </tr>
- <tr class="even"><td>Institut f r angewandte Funksystemtechnik GmbH</td><td>IAF</td><td>03/20/1999</td> </tr>
- <tr class="odd"><td>Integraph Corporation</td><td>ING</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Integrated Business Systems</td><td>IBC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Integrated Device Technology, Inc.</td><td>IDP</td><td>01/27/2010</td> </tr>
- <tr class="even"><td>Integrated Tech Express Inc</td><td>ITE</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Integrated Tech Express Inc</td><td>SRC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>integrated Technology Express Inc</td><td>ITX</td><td>06/25/1997</td> </tr>
- <tr class="odd"><td>Integration Associates, Inc.</td><td>IAI</td><td>03/17/2004</td> </tr>
- <tr class="even"><td>Intel Corp</td><td>ICO</td><td>08/10/2000</td> </tr>
- <tr class="odd"><td>Intelligent Instrumentation</td><td>III</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Intelligent Platform Management Interface (IPMI) forum (Intel, HP, NEC, Dell)</td><td>IPI</td><td>05/24/2000</td> </tr>
- <tr class="odd"><td>Intelliworxx, Inc.</td><td>IWX</td><td>05/16/1999</td> </tr>
- <tr class="even"><td>Intellix Corp.</td><td>SVC</td><td>01/18/2008</td> </tr>
- <tr class="odd"><td>Interaction Systems, Inc</td><td>TCH</td><td>03/20/1999</td> </tr>
- <tr class="even"><td>Interactive Computer Products Inc</td><td>PEN</td><td>01/15/1997</td> </tr>
- <tr class="odd"><td>Intercom Inc</td><td>ITC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Interdigital Sistemas de Informacao</td><td>IDS</td><td>10/28/1997</td> </tr>
- <tr class="odd"><td>Interface Corporation</td><td>FBI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Interface Solutions</td><td>ISI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Intergate Pty Ltd</td><td>IGC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Interlace Engineering Corporation</td><td>IEC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Interlink Electronics</td><td>IEI</td><td>10/16/1998</td> </tr>
- <tr class="even"><td>International Datacasting Corporation</td><td>IDC</td><td>02/25/1997</td> </tr>
- <tr class="odd"><td>International Display Technology</td><td>IDT</td><td>05/16/2002</td> </tr>
- <tr class="even"><td>International Integrated Systems,Inc.(IISI)</td><td>ISY</td><td>08/10/2000</td> </tr>
- <tr class="odd"><td>International Microsystems Inc</td><td>IMI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>International Power Technologies</td><td>IPT</td><td>04/11/1997</td> </tr>
- <tr class="odd"><td>Internet Technology Corporation</td><td>ITD</td><td>12/05/1997</td> </tr>
- <tr class="even"><td>Interphase Corporation</td><td>INP</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Interphase Corporation</td><td>INT</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Intersil Corporation</td><td>LSD</td><td>03/14/2012</td> </tr>
- <tr class="odd"><td>Intersolve Technologies</td><td>IST</td><td>03/20/1999</td> </tr>
- <tr class="even"><td>Inter-Tel</td><td>ITL</td><td>03/21/1997</td> </tr>
- <tr class="odd"><td>Intertex Data AB</td><td>IXD</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Intervoice Inc</td><td>IVI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Intevac Photonics Inc.</td><td>IVS</td><td>02/16/2011</td> </tr>
- <tr class="even"><td>Intracom SA</td><td>ICM</td><td>08/03/1998</td> </tr>
- <tr class="odd"><td>Intrada-SDD Ltd</td><td>SDD</td><td>11/21/2007</td> </tr>
- <tr class="even"><td>IntreSource Systems Pte Ltd</td><td>ISP</td><td>08/27/1997</td> </tr>
- <tr class="odd"><td>Intuitive Surgical, Inc.</td><td>SRG</td><td>02/16/2006</td> </tr>
- <tr class="even"><td>Inventec Corporation</td><td>INA</td><td>09/13/2013</td> </tr>
- <tr class="odd"><td>Inventec Electronics (M) Sdn. Bhd.</td><td>INE</td><td>07/21/1998</td> </tr>
- <tr class="even"><td>Inviso, Inc.</td><td>INV</td><td>10/23/2000</td> </tr>
- <tr class="odd"><td>I-O Data Device Inc</td><td>IOD</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>i-O Display System</td><td>IOS</td><td>03/15/2001</td> </tr>
- <tr class="odd"><td>Iomega</td><td>IOM</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>IP Power Technologies GmbH </td><td>IPP</td><td>12/06/2010</td> </tr>
- <tr class="odd"><td>IP3 Technology Ltd.</td><td>IPQ</td><td>11/11/2013</td> </tr>
- <tr class="even"><td>IPC Corporation</td><td>IPC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>IPM Industria Politecnica Meridionale SpA</td><td>IPM</td><td>09/23/1998</td> </tr>
- <tr class="even"><td>IPS, Inc. (Intellectual Property Solutions, Inc.)</td><td>IPS</td><td>09/05/2001</td> </tr>
- <tr class="odd"><td>IPWireless, Inc</td><td>IPW</td><td>03/15/2001</td> </tr>
- <tr class="even"><td>ISIC Innoscan Industrial Computers A/S</td><td>IIC</td><td>07/23/2003</td> </tr>
- <tr class="odd"><td>Isolation Systems</td><td>ISL</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>ISS Inc</td><td>ISS</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Itausa Export North America</td><td>ITA</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Ithaca Peripherals</td><td>IPR</td><td>07/01/1997</td> </tr>
- <tr class="odd"><td>ITK Telekommunikation AG</td><td>ITK</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>ITM inc.</td><td>ITM</td><td>04/24/2001</td> </tr>
- <tr class="odd"><td>IT-PRO Consulting und Systemhaus GmbH</td><td>ITP</td><td>10/23/2000</td> </tr>
- <tr class="even"><td>Jace Tech Inc</td><td>JCE</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Jaeik Information &amp; Communication Co., Ltd.</td><td>JIC</td><td>10/23/2000</td> </tr>
- <tr class="even"><td>Jan Strapko - FOTO</td><td>XFG</td><td>05/07/2001</td> </tr>
- <tr class="odd"><td>Janich &amp; Klass Computertechnik GmbH</td><td>JUK</td><td>10/08/2002</td> </tr>
- <tr class="even"><td>Janz Automationssysteme AG</td><td>JAS</td><td>11/03/2009</td> </tr>
- <tr class="odd"><td>Japan Aviation Electronics Industry, Limited</td><td>JAE</td><td>03/15/2001</td> </tr>
- <tr class="even"><td>Japan Digital Laboratory Co.,Ltd.</td><td>JDL</td><td>04/19/2000</td> </tr>
- <tr class="odd"><td>Japan Display Inc.</td><td>JDI</td><td>04/18/2013</td> </tr>
- <tr class="even"><td>Jaton Corporation</td><td>JAT</td><td>09/24/1997</td> </tr>
- <tr class="odd"><td>JET POWER TECHNOLOGY CO., LTD.</td><td>JET</td><td>03/15/2001</td> </tr>
- <tr class="even"><td>Jetway Information Co., Ltd</td><td>JWY</td><td>09/22/2003</td> </tr>
- <tr class="odd"><td>jetway security micro,inc</td><td>JTY</td><td>11/11/2009</td> </tr>
- <tr class="even"><td>Jiangsu Shinco Electronic Group Co., Ltd</td><td>SHI</td><td>08/10/2004</td> </tr>
- <tr class="odd"><td>Jones Futurex Inc</td><td>JFX</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Jongshine Tech Inc</td><td>LTI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Josef Heim KG</td><td>HKG</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>JPC Technology Limited</td><td>JPC</td><td>10/23/2000</td> </tr>
- <tr class="odd"><td>JS DigiTech, Inc</td><td>JSD</td><td>10/23/2000</td> </tr>
- <tr class="even"><td>JS Motorsports</td><td>JTS</td><td>12/05/1997</td> </tr>
- <tr class="odd"><td>Junnila</td><td>TPJ</td><td>03/15/2001</td> </tr>
- <tr class="even"><td>Jupiter Systems</td><td>JUP</td><td>09/05/2006</td> </tr>
- <tr class="odd"><td>Jupiter Systems, Inc.</td><td>JSI</td><td>06/14/2007</td> </tr>
- <tr class="even"><td>JVC</td><td>JVC</td><td>10/23/2000</td> </tr>
- <tr class="odd"><td>JVC KENWOOD Corporation</td><td>JKC</td><td>03/08/2012</td> </tr>
- <tr class="even"><td>JWSpencer &amp; Co.</td><td>JWS</td><td>07/16/1999</td> </tr>
- <tr class="odd"><td>Kansai Electric Company Ltd</td><td>SGE</td><td>12/04/1996</td> </tr>
- <tr class="even"><td>Kaohsiung Opto Electronics Americas, Inc.</td><td>HIQ</td><td>03/14/2012</td> </tr>
- <tr class="odd"><td>Karn Solutions Ltd.</td><td>KSL</td><td>05/08/2006</td> </tr>
- <tr class="even"><td>Karna</td><td>KAR</td><td>02/21/2000</td> </tr>
- <tr class="odd"><td>Katron Tech Inc</td><td>KTN</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Kayser-Threde GmbH</td><td>KTG</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>KDDI Technology Corporation</td><td>KDT</td><td>05/22/2012</td> </tr>
- <tr class="even"><td>KDE</td><td>KDE</td><td>08/14/2001</td> </tr>
- <tr class="odd"><td>KDS USA</td><td>KDS</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>KEISOKU GIKEN Co.,Ltd.</td><td>KGL</td><td>04/17/2012</td> </tr>
- <tr class="odd"><td>Kensington Microware Ltd</td><td>KML</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Kenwood Corporation</td><td>KWD</td><td>02/22/2008</td> </tr>
- <tr class="odd"><td>KEPS</td><td>EPS</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Kesa Corporation</td><td>KES</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Key Tech Inc</td><td>KEY</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Key Tronic Corporation</td><td>KTK</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Keycorp Ltd</td><td>KCL</td><td>05/20/1997</td> </tr>
- <tr class="even"><td>KeyView</td><td>KVX</td><td>08/13/2012</td> </tr>
- <tr class="odd"><td>Kidboard Inc</td><td>KBI</td><td>04/24/1997</td> </tr>
- <tr class="even"><td>KIMIN Electronics Co., Ltd.</td><td>KME</td><td>02/15/2011</td> </tr>
- <tr class="odd"><td>Kinetic Systems Corporation</td><td>KSC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>King Phoenix Company</td><td>KPC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>King Tester Corporation</td><td>KSX</td><td>07/16/1998</td> </tr>
- <tr class="even"><td>Kingston Tech Corporation</td><td>KTC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Kionix, Inc.</td><td>KIO</td><td>12/23/2013</td> </tr>
- <tr class="even"><td>KiSS Technology A/S</td><td>KIS</td><td>06/16/2005</td> </tr>
- <tr class="odd"><td>Klos Technologies, Inc.</td><td>PVP</td><td>08/10/2000</td> </tr>
- <tr class="even"><td>Kobil Systems GmbH</td><td>KBL</td><td>03/15/2001</td> </tr>
- <tr class="odd"><td>Kobil Systems GmbH</td><td>KOB</td><td>03/15/2001</td> </tr>
- <tr class="even"><td>Kodiak Tech</td><td>KDK</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Kofax Image Products</td><td>KFX</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Kollmorgen Motion Technologies Group</td><td>KOL</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>KOLTER ELECTRONIC</td><td>KOE</td><td>03/15/2001</td> </tr>
- <tr class="even"><td>Komatsu Forest </td><td>KFE </td><td>04/20/2010</td> </tr>
- <tr class="odd"><td>Konica corporation</td><td>KNC</td><td>08/05/1997</td> </tr>
- <tr class="even"><td>Konica Technical Inc</td><td>KTI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Kontron Electronik</td><td>TWE</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Kontron Embedded Modules GmbH</td><td>KEM</td><td>08/29/2007</td> </tr>
- <tr class="odd"><td>Kontron Europe GmbH</td><td>KEU</td><td>02/20/2014</td> </tr>
- <tr class="even"><td>Korea Data Systems Co., Ltd.</td><td>KDM</td><td>12/18/2003</td> </tr>
- <tr class="odd"><td>KOUZIRO Co.,Ltd.</td><td>KOU</td><td>07/27/2012</td> </tr>
- <tr class="even"><td>KOWA Company,LTD. </td><td>KOW</td><td>03/12/2008</td> </tr>
- <tr class="odd"><td>Kramer Electronics Ltd. International</td><td>KMR</td><td>07/10/2013</td> </tr>
- <tr class="even"><td>Krell Industries Inc.</td><td>KRL</td><td>08/03/2004</td> </tr>
- <tr class="odd"><td>Kroma Telecom</td><td>KRM</td><td>05/05/2010</td> </tr>
- <tr class="even"><td>Kroy LLC</td><td>KRY</td><td>07/16/1998</td> </tr>
- <tr class="odd"><td>K-Tech</td><td>KTE</td><td>03/31/2003</td> </tr>
- <tr class="even"><td>KUPA China Shenzhen Micro Technology Co., Ltd. Gold Institute</td><td>KSG</td><td>04/22/2014</td> </tr>
- <tr class="odd"><td>Kurta Corporation</td><td>KUR</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Kvaser AB</td><td>KVA</td><td>01/24/1997</td> </tr>
- <tr class="odd"><td>KYE Syst Corporation</td><td>KYE</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Kyocera Corporation</td><td>KYC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Kyushu Electronics Systems Inc</td><td>KEC</td><td>01/12/1998</td> </tr>
- <tr class="even"><td>K-Zone International</td><td>KZN</td><td>06/21/2001</td> </tr>
- <tr class="odd"><td>K-Zone International co. Ltd.</td><td>KZI</td><td>08/10/2000</td> </tr>
- <tr class="even"><td>L-3 Communications</td><td>LLL</td><td>05/11/2010</td> </tr>
- <tr class="odd"><td>La Commande Electronique</td><td>LCE</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Labcal Technologies</td><td>LCT</td><td>11/08/1999</td> </tr>
- <tr class="odd"><td>Labtec Inc</td><td>LTC</td><td>12/08/1997</td> </tr>
- <tr class="even"><td>Labway Corporation</td><td>LWC</td><td>12/04/1996</td> </tr>
- <tr class="odd"><td>LaCie</td><td>LAC</td><td>12/28/1998</td> </tr>
- <tr class="even"><td>Laguna Systems</td><td>LAG</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Land Computer Company Ltd</td><td>LND</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>LANETCO International</td><td>LNT</td><td>05/02/2003</td> </tr>
- <tr class="odd"><td>Lanier Worldwide</td><td>LWW</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Lars Haagh ApS</td><td>LHA</td><td>01/09/1997</td> </tr>
- <tr class="odd"><td>LASAT Comm. A/S</td><td>LAS</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Laser Master</td><td>LMT</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Laserdyne Technologies</td><td>LDN</td><td>10/16/2013</td> </tr>
- <tr class="even"><td>Lasergraphics, Inc.</td><td>LGX</td><td>02/21/2000</td> </tr>
- <tr class="odd"><td>Latitude Comm.</td><td>LCM</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Lava Computer MFG Inc</td><td>LAV</td><td>04/14/1997</td> </tr>
- <tr class="odd"><td>LCI</td><td>LCC</td><td>08/10/2000</td> </tr>
- <tr class="even"><td>Lectron Company Ltd</td><td>LEC</td><td>03/27/1997</td> </tr>
- <tr class="odd"><td>Leda Media Products</td><td>LMP</td><td>05/11/1998</td> </tr>
- <tr class="even"><td>Legerity, Inc</td><td>LEG</td><td>01/18/2005</td> </tr>
- <tr class="odd"><td>Leitch Technology International Inc.</td><td>LTV</td><td>12/09/2003</td> </tr>
- <tr class="even"><td>Lenovo</td><td>LNV</td><td>07/14/2005</td> </tr>
- <tr class="odd"><td>Lenovo Beijing Co. Ltd.</td><td>LIN</td><td>05/22/2012</td> </tr>
- <tr class="even"><td>Lenovo Group Limited</td><td>LEN</td><td>06/03/2005</td> </tr>
- <tr class="odd"><td>Lexical Ltd</td><td>LEX</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>LEXICON</td><td>LCN</td><td>03/01/2005</td> </tr>
- <tr class="odd"><td>Leutron Vision</td><td>PRS</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Lexmark Int&#039;l Inc</td><td>LMI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>LG Semicom Company Ltd</td><td>LGS</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>LGIC</td><td>MAN</td><td>02/21/2000</td> </tr>
- <tr class="odd"><td>LifeSize Communications</td><td>LSC</td><td>02/14/2006</td> </tr>
- <tr class="even"><td>Lighthouse Technologies Limited</td><td>LHT</td><td>05/04/2010</td> </tr>
- <tr class="odd"><td>Lightware Visual Engineering</td><td>LWR</td><td>02/04/2009</td> </tr>
- <tr class="even"><td>Lightware, Inc</td><td>LTW</td><td>10/16/1998</td> </tr>
- <tr class="odd"><td>Lightwell Company Ltd</td><td>LZX</td><td>12/02/1997</td> </tr>
- <tr class="even"><td>Likom Technology Sdn. Bhd.</td><td>LKM</td><td>04/23/1998</td> </tr>
- <tr class="odd"><td>Linear Systems Ltd.</td><td>LNR</td><td>10/11/2007</td> </tr>
- <tr class="even"><td>Link Tech Inc</td><td>LNK</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Linked IP GmbH</td><td>LIP</td><td>07/19/2010</td> </tr>
- <tr class="even"><td>Lisa Draexlmaier GmbH</td><td>FGD</td><td>02/22/1999</td> </tr>
- <tr class="odd"><td>Litelogic Operations Ltd</td><td>LOL</td><td>12/09/2011</td> </tr>
- <tr class="even"><td>Lite-On Communication Inc</td><td>LCI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Lithics Silicon Technology</td><td>LIT</td><td>03/15/2001</td> </tr>
- <tr class="even"><td>Litronic Inc</td><td>LTN</td><td>02/03/1998</td> </tr>
- <tr class="odd"><td>Locamation B.V.</td><td>LOC</td><td>01/09/2004</td> </tr>
- <tr class="even"><td>Loewe Opta GmbH</td><td>LOE</td><td>05/02/2005</td> </tr>
- <tr class="odd"><td>Logic Ltd</td><td>LGC</td><td>04/02/1994</td> </tr>
- <tr class="even"><td>Logical Solutions</td><td>LSL</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Logicode Technology Inc</td><td>LOG</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Logitech Inc</td><td>LGI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>LogiDataTech Electronic GmbH</td><td>LDT</td><td>03/15/2001</td> </tr>
- <tr class="even"><td>Logos Design A/S</td><td>SGO</td><td>04/24/2001</td> </tr>
- <tr class="odd"><td>Long Engineering Design Inc</td><td>LED</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Longshine Electronics Company</td><td>LCS</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Loughborough Sound Images</td><td>LSI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>LSI Japan Company Ltd</td><td>LSJ</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>LSI Systems Inc</td><td>LSY</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>LTS Scale LLC</td><td>LTS</td><td>11/15/2007</td> </tr>
- <tr class="odd"><td>Lubosoft</td><td>LBO</td><td>04/24/2001</td> </tr>
- <tr class="even"><td>Lucent Technologies</td><td>LUC</td><td>04/19/2000</td> </tr>
- <tr class="odd"><td>Lucent Technologies</td><td>LMG</td><td>01/13/1997</td> </tr>
- <tr class="even"><td>Lucidity Technology Company Ltd</td><td>LTK</td><td>05/18/1998</td> </tr>
- <tr class="odd"><td>Lumagen, Inc.</td><td>LUM</td><td>08/12/2004</td> </tr>
- <tr class="even"><td>Lung Hwa Electronics Company Ltd</td><td>LHE</td><td>06/12/1998</td> </tr>
- <tr class="odd"><td>Luxeon</td><td>LXN</td><td>03/15/2001</td> </tr>
- <tr class="even"><td>Luxxell Research Inc</td><td>LUX</td><td>06/09/1997</td> </tr>
- <tr class="odd"><td>LVI Low Vision International AB</td><td>LVI</td><td>01/21/2011</td> </tr>
- <tr class="even"><td>LXCO Technologies AG</td><td>LXC</td><td>01/11/2012</td> </tr>
- <tr class="odd"><td>MAC System Company Ltd</td><td>MAC</td><td>09/26/1997</td> </tr>
- <tr class="even"><td>Mac-Eight Co., LTD.</td><td>MEJ</td><td>01/19/2011</td> </tr>
- <tr class="odd"><td>Macraigor Systems Inc</td><td>OCD</td><td>03/23/1998</td> </tr>
- <tr class="even"><td>Macrocad Development Inc.</td><td>VHI</td><td>04/19/2000</td> </tr>
- <tr class="odd"><td>Macronix Inc</td><td>MXI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Madge Networks</td><td>MDG</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Maestro Pty Ltd</td><td>MAE</td><td>12/04/1996</td> </tr>
- <tr class="even"><td>MAG InnoVision</td><td>MAG</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Magic Leap</td><td>MLP</td><td>11/14/2014</td> </tr>
- <tr class="even"><td>Magni Systems Inc</td><td>MCP</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>MagTek Inc.</td><td>EKA</td><td>02/14/2006</td> </tr>
- <tr class="even"><td>Magus Data Tech</td><td>MDT</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Mainpine Limited</td><td>MPN</td><td>06/30/2007</td> </tr>
- <tr class="even"><td>Mainpine Limited</td><td>MUK</td><td>09/13/1999</td> </tr>
- <tr class="odd"><td>Many CNC System Co., Ltd.</td><td>PAK</td><td>03/12/2004</td> </tr>
- <tr class="even"><td>Maple Research Inst. Company Ltd</td><td>MPL</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>MARANTZ JAPAN, INC.</td><td>MJI</td><td>10/23/2000</td> </tr>
- <tr class="even"><td>Marconi Instruments Ltd</td><td>MIL</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Marconi Simulation &amp; Ty-Coch Way Training</td><td>MRC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Marina Communicaitons</td><td>MCR</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Mark Levinson</td><td>MLN</td><td>02/28/2005</td> </tr>
- <tr class="even"><td>Mark of the Unicorn Inc</td><td>MTU</td><td>03/21/1997</td> </tr>
- <tr class="odd"><td>Marseille, Inc.</td><td>MNI</td><td>02/27/2013</td> </tr>
- <tr class="even"><td>Marshall Electronics</td><td>MBM</td><td>03/13/2006</td> </tr>
- <tr class="odd"><td>Mars-Tech Corporation</td><td>MTC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Maruko &amp; Company Ltd</td><td>MRK</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>MASPRO DENKOH Corp.</td><td>MSR</td><td>10/25/2012</td> </tr>
- <tr class="even"><td>Mass Inc.</td><td>MAS</td><td>02/25/2002</td> </tr>
- <tr class="odd"><td>Matelect Ltd.</td><td>MEQ</td><td>05/30/2002</td> </tr>
- <tr class="even"><td>Matrox</td><td>MTX</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Mat&#039;s Computers</td><td>MCQ</td><td>07/22/2004</td> </tr>
- <tr class="even"><td>Matsushita Communication Industrial Co., Ltd.</td><td>WPA</td><td>03/15/2001</td> </tr>
- <tr class="odd"><td>Panasonic Connect Co.,Ltd.</td><td>MAT</td><td>04/01/2022</td> </tr>
- <tr class="even"><td>MaxCom Technical Inc</td><td>MTI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>MaxData Computer AG</td><td>VOB</td><td>02/21/2000</td> </tr>
- <tr class="even"><td>MaxData Computer GmbH &amp; Co.KG</td><td>MXD</td><td>04/19/2000</td> </tr>
- <tr class="odd"><td>Maxpeed Corporation</td><td>MXP</td><td>02/19/1997</td> </tr>
- <tr class="even"><td>Maxtech Corporation</td><td>MXT</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>MaxVision Corporation</td><td>MXV</td><td>07/16/1999</td> </tr>
- <tr class="even"><td>Maygay Machines, Ltd</td><td>DJP</td><td>08/10/2000</td> </tr>
- <tr class="odd"><td>Maynard Electronics</td><td>MAY</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>MAZeT GmbH</td><td>MAZ</td><td>08/11/1998</td> </tr>
- <tr class="odd"><td>MBC</td><td>MBC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>McDATA Corporation</td><td>MCD</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>McIntosh Laboratory Inc.</td><td>MLI</td><td>01/18/2008</td> </tr>
- <tr class="even"><td>MCM Industrial Technology GmbH</td><td>MIT</td><td>10/29/2004</td> </tr>
- <tr class="odd"><td>MEC Electronics GmbH</td><td>CEM</td><td>04/19/2000</td> </tr>
- <tr class="even"><td>Medar Inc</td><td>MDR</td><td>12/11/1996</td> </tr>
- <tr class="odd"><td>Media Technologies Ltd.</td><td>MTB</td><td>01/05/2009</td> </tr>
- <tr class="even"><td>Media Tek Inc.</td><td>MKC</td><td>06/14/2007</td> </tr>
- <tr class="odd"><td>Media Vision Inc</td><td>MVI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Media4 Inc</td><td>MDA</td><td>03/20/1997</td> </tr>
- <tr class="odd"><td>Mediacom Technologies Pte Ltd</td><td>OWL</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Mediaedge Corporation</td><td>MEK</td><td>11/19/2013</td> </tr>
- <tr class="odd"><td>MediaFire Corp.</td><td>MFR</td><td>12/28/1998</td> </tr>
- <tr class="even"><td>Mediasonic</td><td>FTR</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>MediaTec GmbH</td><td>MTE</td><td>12/13/1996</td> </tr>
- <tr class="even"><td>Mediatek Corporation</td><td>MDK</td><td>03/13/1997</td> </tr>
- <tr class="odd"><td>Mediatrix Peripherals Inc</td><td>MPI</td><td>04/24/1997</td> </tr>
- <tr class="even"><td>Medikro Oy</td><td>MRO</td><td>09/19/1997</td> </tr>
- <tr class="odd"><td>Mega System Technologies Inc</td><td>MEC</td><td>12/29/1997</td> </tr>
- <tr class="even"><td>Mega System Technologies, Inc.</td><td>MGA</td><td>12/28/1998</td> </tr>
- <tr class="odd"><td>Megasoft Inc</td><td>MSK</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Megatech R &amp; D Company</td><td>MGT</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Meld Technology</td><td>MEP</td><td>08/16/2012</td> </tr>
- <tr class="even"><td>MEN Mikroelectronik Nueruberg GmbH</td><td>MEN</td><td>05/23/1997</td> </tr>
- <tr class="odd"><td>Mentor Graphics Corporation</td><td>MGC</td><td>07/30/2009</td> </tr>
- <tr class="even"><td>MEPCO</td><td>RLD</td><td>03/15/2001</td> </tr>
- <tr class="odd"><td>MEPhI</td><td>PPD</td><td>11/27/1998</td> </tr>
- <tr class="even"><td>Merging Technologies</td><td>MRT</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Meridian Audio Ltd</td><td>MAL</td><td>02/04/2009</td> </tr>
- <tr class="even"><td>Messeltronik Dresden GmbH</td><td>MED</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>MET Development Inc</td><td>MDV</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Meta Watch Ltd</td><td>MTA</td><td>08/29/2013</td> </tr>
- <tr class="odd"><td>Metheus Corporation</td><td>MET</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Metricom Inc</td><td>MCM</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Metronics Inc</td><td>QCH</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Mettler Toledo</td><td>NET</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Metz-Werke GmbH &amp; Co KG</td><td>MCE</td><td>06/30/2005</td> </tr>
- <tr class="even"><td>M-G Technology Ltd</td><td>MGL</td><td>10/29/1997</td> </tr>
- <tr class="odd"><td>Micom Communications Inc</td><td>MIC</td><td>05/05/1997</td> </tr>
- <tr class="even"><td>Micomsoft Co., Ltd.</td><td>MSX</td><td>04/10/2008</td> </tr>
- <tr class="odd"><td>Micro Computer Systems</td><td>MCS</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Micro Design Inc</td><td>MDI</td><td>01/20/1998</td> </tr>
- <tr class="odd"><td>Micro Display Systems Inc</td><td>MDS</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Micro Firmware</td><td>MFI</td><td>12/30/1997</td> </tr>
- <tr class="odd"><td>Micro Industries</td><td>MCC</td><td>04/21/2003</td> </tr>
- <tr class="even"><td>Micro Solutions, Inc.</td><td>BPD</td><td>04/19/2000</td> </tr>
- <tr class="odd"><td>Micro Systemation AB</td><td>MSA</td><td>11/08/1999</td> </tr>
- <tr class="even"><td>Micro Technical Company Ltd</td><td>JMT</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Microbus PLC</td><td>MBD</td><td>08/13/2002</td> </tr>
- <tr class="even"><td>Microcom</td><td>MNP</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>MicroDatec GmbH</td><td>MDX</td><td>09/13/1999</td> </tr>
- <tr class="even"><td>MicroDisplay Corporation</td><td>MRD</td><td>06/14/2007</td> </tr>
- <tr class="odd"><td>Microdyne Inc</td><td>MDY</td><td>12/18/1996</td> </tr>
- <tr class="even"><td>MicroField Graphics Inc</td><td>MFG</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Microlab</td><td>MPJ</td><td>05/23/1997</td> </tr>
- <tr class="even"><td>Microline</td><td>LAF</td><td>09/13/1999</td> </tr>
- <tr class="odd"><td>Micrologica AG</td><td>MLG</td><td>10/06/1998</td> </tr>
- <tr class="even"><td>Micromed Biotecnologia Ltd</td><td>MMD</td><td>12/11/1996</td> </tr>
- <tr class="odd"><td>Micromedia AG</td><td>MMA</td><td>04/24/1997</td> </tr>
- <tr class="even"><td>Micron Electronics Inc</td><td>MCN</td><td>02/20/1997</td> </tr>
- <tr class="odd"><td>Micronics Computers</td><td>MCI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>micronpc.com</td><td>MIP</td><td>08/10/2000</td> </tr>
- <tr class="odd"><td>Micronyx Inc</td><td>MYX</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Micropix Technologies, Ltd.</td><td>MPX</td><td>10/08/2001</td> </tr>
- <tr class="odd"><td>MicroSlate Inc.</td><td>MSL</td><td>05/16/1999</td> </tr>
- <tr class="even"><td>Microsoft</td><td>PNP</td><td>03/05/2004</td> </tr>
- <tr class="odd"><td>Microsoft</td><td>MSH</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Microsoft</td><td>PNG</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>MicroSoftWare</td><td>WBN</td><td>01/14/1998</td> </tr>
- <tr class="even"><td>Microstep</td><td>MSI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Microtec</td><td>MCT</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Micro-Tech Hearing Instruments</td><td>MTH</td><td>12/15/1997</td> </tr>
- <tr class="odd"><td>MICROTEK Inc.</td><td>MKT</td><td>07/14/2005</td> </tr>
- <tr class="even"><td>Microtek International Inc.</td><td>MTK</td><td>02/25/2002</td> </tr>
- <tr class="odd"><td>MicroTouch Systems Inc</td><td>MSY</td><td>08/10/2000</td> </tr>
- <tr class="even"><td>Microvision</td><td>MVS</td><td>02/13/2009</td> </tr>
- <tr class="odd"><td>Microvitec PLC</td><td>MVD</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Microway Inc</td><td>MWY</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Midori Electronics</td><td>MDC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Mikroforum Ring 3</td><td>SFT</td><td>11/02/2004</td> </tr>
- <tr class="odd"><td>Milestone EPE</td><td>MLS</td><td>08/11/1998</td> </tr>
- <tr class="even"><td>Millennium Engineering Inc</td><td>MLM</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Millogic Ltd.</td><td>MLL</td><td>01/09/2014</td> </tr>
- <tr class="even"><td>Millson Custom Solutions Inc.</td><td>MCX</td><td>10/17/2013</td> </tr>
- <tr class="odd"><td>Miltope Corporation</td><td>VTM</td><td>09/23/2009</td> </tr>
- <tr class="even"><td>Mimio – A Newell Rubbermaid Company</td><td>MIM</td><td>07/31/2012</td> </tr>
- <tr class="odd"><td>MindTech Display Co. Ltd</td><td>MTD</td><td>06/14/2007</td> </tr>
- <tr class="even"><td>MindTribe Product Engineering, Inc.</td><td>FTW</td><td>02/14/2011</td> </tr>
- <tr class="odd"><td>Mini Micro Methods Ltd</td><td>MNC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Minicom Digital Signage</td><td>MIN</td><td>08/13/2010</td> </tr>
- <tr class="odd"><td>MiniMan Inc</td><td>MMN</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Minnesota Mining and Manufacturing</td><td>MMF</td><td>03/15/2001</td> </tr>
- <tr class="odd"><td>Miranda Technologies Inc</td><td>MRA</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Miratel</td><td>MRL</td><td>10/16/1998</td> </tr>
- <tr class="odd"><td>Miro Computer Prod.</td><td>MIR</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>miro Displays</td><td>MID</td><td>03/20/1999</td> </tr>
- <tr class="odd"><td>Mistral Solutions [P] Ltd.</td><td>MSP</td><td>09/23/1998</td> </tr>
- <tr class="even"><td>Mitec Inc</td><td>MII</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Mitel Corporation</td><td>MTL</td><td>08/01/1997</td> </tr>
- <tr class="even"><td>Mitron computer Inc</td><td>MTR</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Mitsubishi Electric Corporation</td><td>MEL</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Mitsubishi Electric Engineering Co., Ltd.</td><td>MEE</td><td>10/03/2005</td> </tr>
- <tr class="odd"><td>Mitsumi Company Ltd</td><td>KMC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>MJS Designs</td><td>MJS</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>MK Seiko Co., Ltd.</td><td>MKS</td><td>06/18/2013</td> </tr>
- <tr class="even"><td>M-Labs Limited</td><td>OHW</td><td>11/27/2013</td> </tr>
- <tr class="odd"><td>MMS Electronics</td><td>MMS</td><td>02/24/1998</td> </tr>
- <tr class="even"><td>Modesto PC Inc</td><td>FST</td><td>02/27/1997</td> </tr>
- <tr class="odd"><td>MODIS</td><td>MDD</td><td>11/08/1999</td> </tr>
- <tr class="even"><td>Modular Industrial Solutions Inc</td><td>MIS</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Modular Technology</td><td>MOD</td><td>06/09/1997</td> </tr>
- <tr class="even"><td>Momentum Data Systems</td><td>MOM</td><td>01/18/2008</td> </tr>
- <tr class="odd"><td>Monorail Inc</td><td>MNL</td><td>02/18/1997</td> </tr>
- <tr class="even"><td>Monydata</td><td>MYA</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Moreton Bay</td><td>MBV</td><td>01/13/2000</td> </tr>
- <tr class="even"><td>Moses Corporation</td><td>MOS</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Mosgi Corporation</td><td>MSV</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Motion Computing Inc.</td><td>MCO</td><td>05/30/2002</td> </tr>
- <tr class="odd"><td>Motium</td><td>MTM</td><td>06/19/2012</td> </tr>
- <tr class="even"><td>motorola</td><td>MSU</td><td>03/15/2001</td> </tr>
- <tr class="odd"><td>Motorola Communications Israel</td><td>MCL</td><td>07/02/2002</td> </tr>
- <tr class="even"><td>Motorola Computer Group</td><td>MCG</td><td>08/14/1997</td> </tr>
- <tr class="odd"><td>Motorola UDS</td><td>MOT</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Mouse Systems Corporation</td><td>MSC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>M-Pact Inc</td><td>MPC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>mps Software GmbH</td><td>MPS</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>MS Telematica</td><td>MST</td><td>04/28/1997</td> </tr>
- <tr class="even"><td>MSC Vertriebs GmbH</td><td>MEX</td><td>06/04/2012</td> </tr>
- <tr class="odd"><td>MSI GmbH</td><td>MSG</td><td>09/13/1999</td> </tr>
- <tr class="even"><td>M-Systems Flash Disk Pioneers</td><td>MSF</td><td>12/17/1997</td> </tr>
- <tr class="odd"><td>Mtron Storage Technology Co., Ltd.</td><td>MTN</td><td>06/17/2008</td> </tr>
- <tr class="even"><td>Multi-Dimension Institute</td><td>MUD</td><td>10/23/2000</td> </tr>
- <tr class="odd"><td>Multimax</td><td>MMI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Multi-Tech Systems</td><td>MTS</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Multiwave Innovation Pte Ltd</td><td>MWI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Mutoh America Inc</td><td>MAI</td><td>09/13/1999</td> </tr>
- <tr class="odd"><td>mware</td><td>MWR</td><td>04/24/2001</td> </tr>
- <tr class="even"><td>Mylex Corporation</td><td>MLX</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Myriad Solutions Ltd</td><td>MYR</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Myse Technology</td><td>WYS</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>N*Able Technologies Inc</td><td>NBL</td><td>04/28/1998</td> </tr>
- <tr class="even"><td>NAD Electronics</td><td>NAD</td><td>06/14/2007</td> </tr>
- <tr class="odd"><td>Naitoh Densei CO., LTD.</td><td>NDK</td><td>04/12/2006</td> </tr>
- <tr class="even"><td>Najing CEC Panda FPD Technology CO. ltd</td><td>NCP</td><td>02/24/2015</td> </tr>
- <tr class="odd"><td>Nakano Engineering Co.,Ltd.</td><td>NAK</td><td>07/22/2009</td> </tr>
- <tr class="even"><td>Nakayo Relecommunications, Inc.</td><td>NYC</td><td>08/10/2000</td> </tr>
- <tr class="odd"><td>Nanomach Anstalt</td><td>SCS</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Nasa Ames Research Center</td><td>ADR</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>National DataComm Corporaiton</td><td>NDC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>National Display Systems</td><td>NDI</td><td>08/08/2003</td> </tr>
- <tr class="odd"><td>National Instruments Corporation</td><td>NIC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>National Key Lab. on ISN</td><td>NBS</td><td>07/16/1998</td> </tr>
- <tr class="odd"><td>National Semiconductor Corporation</td><td>NSC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>National Semiconductor Japan Ltd</td><td>TTB</td><td>04/14/1997</td> </tr>
- <tr class="odd"><td>National Transcomm. Ltd</td><td>NTL</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Nationz Technologies Inc.</td><td>ZIC</td><td>03/12/2009</td> </tr>
- <tr class="odd"><td>Natural Micro System</td><td>NMS</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>NaturalPoint Inc.</td><td>NAT</td><td>09/03/2010</td> </tr>
- <tr class="odd"><td>Navatek Engineering Corporation</td><td>NVT</td><td>03/02/1998</td> </tr>
- <tr class="even"><td>Navico, Inc.</td><td>NME</td><td>11/28/2012</td> </tr>
- <tr class="odd"><td>Navigation Corporation</td><td>NAV</td><td>02/22/1999</td> </tr>
- <tr class="even"><td>Naxos Tecnologia</td><td>NAX</td><td>12/12/1997</td> </tr>
- <tr class="odd"><td>NCR Corporation</td><td>DUN</td><td>04/25/2002</td> </tr>
- <tr class="even"><td>NCR Corporation</td><td>NCC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>NCR Electronics</td><td>NCR</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>NDF Special Light Products B.V.</td><td>NDF</td><td>09/18/2014</td> </tr>
- <tr class="odd"><td>NDS Ltd</td><td>DMV</td><td>06/25/1997</td> </tr>
- <tr class="even"><td>NEC Corporation</td><td>NEC</td><td>05/24/2000</td> </tr>
- <tr class="odd"><td>NEC CustomTechnica, Ltd.</td><td>NCT</td><td>10/23/2002</td> </tr>
- <tr class="even"><td>NEC-Mitsubishi Electric Visual Systems Corporation</td><td>NMV</td><td>02/25/2002</td> </tr>
- <tr class="odd"><td>NEO TELECOM CO.,LTD.</td><td>NEO</td><td>11/08/1999</td> </tr>
- <tr class="even"><td>Neomagic</td><td>NMX</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>NeoTech S.R.L</td><td>NTC</td><td>11/11/1997</td> </tr>
- <tr class="even"><td>Netaccess Inc</td><td>NTX</td><td>02/07/1997</td> </tr>
- <tr class="odd"><td>NetComm Ltd</td><td>NCL</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>NetVision Corporation</td><td>NVC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Network Alchemy</td><td>NAL</td><td>09/30/1997</td> </tr>
- <tr class="even"><td>Network Designers</td><td>NDL</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Network General</td><td>NGC</td><td>08/26/1997</td> </tr>
- <tr class="even"><td>Network Info Technology</td><td>NIT</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Network Peripherals Inc</td><td>NPI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Network Security Technology Co</td><td>NST</td><td>02/22/1999</td> </tr>
- <tr class="odd"><td>Networth Inc</td><td>NTW</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>NeuroSky, Inc.</td><td>NSA</td><td>08/28/2013</td> </tr>
- <tr class="odd"><td>NEUROTEC - EMPRESA DE PESQUISA E DESENVOLVIMENTO EM BIOMEDICINA</td><td>NEU</td><td>03/15/2001</td> </tr>
- <tr class="even"><td>New Tech Int&#039;l Company</td><td>NTI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>NewCom Inc</td><td>NCI</td><td>01/09/1997</td> </tr>
- <tr class="even"><td>Newisys, Inc.</td><td>NWS</td><td>10/08/2002</td> </tr>
- <tr class="odd"><td>Newport Systems Solutions</td><td>NSS</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Nexgen</td><td>NXG</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Nexgen Mediatech Inc.,</td><td>NEX</td><td>11/11/2003</td> </tr>
- <tr class="even"><td>Nexiq Technologies, Inc.</td><td>NXQ</td><td>10/08/2001</td> </tr>
- <tr class="odd"><td>Next Level Communications</td><td>NLC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>NextCom K.K.</td><td>NXC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>NingBo Bestwinning Technology CO., Ltd</td><td>NBT</td><td>09/05/2006</td> </tr>
- <tr class="even"><td>NINGBO BOIGLE DIGITAL TECHNOLOGY CO.,LTD</td><td>BOI</td><td>11/25/2009</td> </tr>
- <tr class="odd"><td>Nippon Avionics Co.,Ltd</td><td>AVI</td><td>10/23/2000</td> </tr>
- <tr class="even"><td>NIPPONDENCHI CO,.LTD</td><td>GSB</td><td>05/24/2000</td> </tr>
- <tr class="odd"><td>NISSEI ELECTRIC CO.,LTD</td><td>NSI</td><td>01/13/2000</td> </tr>
- <tr class="even"><td>Nissei Electric Company</td><td>NIS</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Nits Technology Inc.</td><td>NTS</td><td>12/19/2006</td> </tr>
- <tr class="even"><td>Nixdorf Company</td><td>NCA</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>NNC</td><td>NNC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Nokia Data</td><td>NDS</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Nokia Display Products</td><td>NOK</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Nokia Mobile Phones</td><td>NMP</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Norand Corporation</td><td>NOR</td><td>03/19/1997</td> </tr>
- <tr class="even"><td>Norcent Technology, Inc.</td><td>NCE</td><td>06/20/2007</td> </tr>
- <tr class="odd"><td>NordicEye AB</td><td>NOE</td><td>09/23/2009</td> </tr>
- <tr class="even"><td>North Invent A/S</td><td>NOI</td><td>05/04/2010</td> </tr>
- <tr class="odd"><td>Northgate Computer Systems</td><td>NCS</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Not Limited Inc</td><td>NOT</td><td>01/30/1998</td> </tr>
- <tr class="odd"><td>NovaWeb Technologies Inc</td><td>NWP</td><td>06/12/1998</td> </tr>
- <tr class="even"><td>Novell Inc</td><td>NVL</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Nspire System Inc.</td><td>NSP</td><td>02/13/2007</td> </tr>
- <tr class="even"><td>N-trig Innovative Technologies, Inc.</td><td>NTR</td><td>10/03/2005</td> </tr>
- <tr class="odd"><td>NTT Advanced Technology Corporation</td><td>NTT</td><td>08/19/2004</td> </tr>
- <tr class="even"><td>NU Inc.</td><td>NUI</td><td>08/29/2007</td> </tr>
- <tr class="odd"><td>NU Technology, Inc.</td><td>NUG</td><td>04/16/2004</td> </tr>
- <tr class="even"><td>Number Five Software</td><td>NFS</td><td>02/22/1999</td> </tr>
- <tr class="odd"><td>Nutech Marketing PTL</td><td>KNX</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>NuVision US, Inc.</td><td>NVI</td><td>09/05/2006</td> </tr>
- <tr class="odd"><td>Nuvoton Technology Corporation </td><td>NTN</td><td>10/09/2008</td> </tr>
- <tr class="even"><td>Nvidia</td><td>NVD</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>N-Vision</td><td>JEN</td><td>10/23/2000</td> </tr>
- <tr class="even"><td>NXP Semiconductors bv.</td><td>NXP</td><td>06/14/2007</td> </tr>
- <tr class="odd"><td>NW Computer Engineering</td><td>NWC</td><td>02/03/1997</td> </tr>
- <tr class="even"><td>Oak Tech Inc</td><td>OAK</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Oasys Technology Company</td><td>OAS</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>OBJIX Multimedia Corporation</td><td>OMC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>OCTAL S.A.</td><td>PCB</td><td>02/24/1998</td> </tr>
- <tr class="even"><td>Oculus VR, Inc.</td><td>OVR</td><td>10/19/2012</td> </tr>
- <tr class="odd"><td>Odrac</td><td>ODR</td><td>06/21/2001</td> </tr>
- <tr class="even"><td>Office Depot, Inc.</td><td>ATV</td><td>06/13/2007</td> </tr>
- <tr class="odd"><td>OKI Electric Industrial Company Ltd</td><td>OKI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Oksori Company Ltd</td><td>OQI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Oksori Company Ltd</td><td>OSR</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Olfan</td><td>OCN</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Olicom A/S</td><td>OLC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Olidata S.p.A.</td><td>OLD</td><td>03/13/2006</td> </tr>
- <tr class="odd"><td>Olitec S.A.</td><td>OLT</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Olitec S.A.</td><td>OLV</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Olivetti</td><td>OLI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>OLYMPUS CORPORATION</td><td>OLY</td><td>05/02/2005</td> </tr>
- <tr class="odd"><td>OmniTek</td><td>OTK</td><td>09/19/2013</td> </tr>
- <tr class="even"><td>Omnitel</td><td>OMN</td><td>04/28/1998</td> </tr>
- <tr class="odd"><td>Omron Corporation</td><td>OMR</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>On Systems Inc</td><td>ONS</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Oneac Corporation</td><td>ONE</td><td>04/14/1998</td> </tr>
- <tr class="even"><td>ONKYO Corporation</td><td>ONK</td><td>06/16/2005</td> </tr>
- <tr class="odd"><td>OnLive, Inc</td><td>ONL</td><td>09/03/2010</td> </tr>
- <tr class="even"><td>OOO Technoinvest</td><td>TIV</td><td>08/05/1997</td> </tr>
- <tr class="odd"><td>Opcode Inc</td><td>OPC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Open Connect Solutions</td><td>OCS</td><td>09/13/1999</td> </tr>
- <tr class="odd"><td>OPEN Networks Ltd</td><td>ONW</td><td>04/25/2003</td> </tr>
- <tr class="even"><td>Open Stack, Inc.</td><td>OSI</td><td>07/22/2013</td> </tr>
- <tr class="odd"><td>OPPO Digital, Inc.</td><td>OPP</td><td>06/19/2012</td> </tr>
- <tr class="even"><td>OPTi Inc</td><td>OPT</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Optibase Technologies</td><td>OBS</td><td>11/01/2010</td> </tr>
- <tr class="even"><td>Optical Systems Design Pty Ltd</td><td>OSD</td><td>06/03/2013</td> </tr>
- <tr class="odd"><td>Option Industrial Computers</td><td>OIC</td><td>05/07/2001</td> </tr>
- <tr class="even"><td>Option International</td><td>OIN</td><td>10/23/2000</td> </tr>
- <tr class="odd"><td>Option International</td><td>OIM</td><td>01/30/1997</td> </tr>
- <tr class="even"><td>OPTI-UPS Corporation</td><td>OSP</td><td>07/01/1997</td> </tr>
- <tr class="odd"><td>Optivision Inc</td><td>OPV</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>OPTO22, Inc.</td><td>OTT</td><td>10/06/1998</td> </tr>
- <tr class="odd"><td>Optoma Corporation           </td><td>OTM</td><td>04/20/2010</td> </tr>
- <tr class="even"><td>Optum Engineering Inc.</td><td>OEI</td><td>08/02/2010</td> </tr>
- <tr class="odd"><td>Orchid Technology</td><td>OTI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>ORGA Kartensysteme GmbH</td><td>ORG</td><td>10/24/1998</td> </tr>
- <tr class="odd"><td>Orion Communications Co., Ltd.</td><td>TOP</td><td>04/30/2007</td> </tr>
- <tr class="even"><td>ORION ELECTRIC CO., LTD.</td><td>ORN</td><td>01/19/2005</td> </tr>
- <tr class="odd"><td>ORION ELECTRIC CO.,LTD</td><td>OEC</td><td>01/13/2000</td> </tr>
- <tr class="even"><td>OSAKA Micro Computer, Inc.</td><td>OSA</td><td>09/05/2003</td> </tr>
- <tr class="odd"><td>OSR Open Systems Resources, Inc.</td><td>ORI</td><td>01/20/1999</td> </tr>
- <tr class="even"><td>OSRAM</td><td>OOS</td><td>04/25/2002</td> </tr>
- <tr class="odd"><td>OUK Company Ltd</td><td>OUK</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>outsidetheboxstuff.com</td><td>OTB</td><td>09/03/2010</td> </tr>
- <tr class="odd"><td>Oxus Research S.A.</td><td>OXU</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>OZ Corporation</td><td>OZC</td><td>08/07/2012</td> </tr>
- <tr class="odd"><td>Pacific Avionics Corporation</td><td>PAC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Pacific CommWare Inc</td><td>PCW</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Pacific Image Electronics Company Ltd</td><td>PIE</td><td>10/21/1997</td> </tr>
- <tr class="even"><td>Packard Bell Electronics</td><td>PBL</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Packard Bell NEC</td><td>PBN</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>PACSGEAR, Inc.</td><td>PGI</td><td>08/13/2012</td> </tr>
- <tr class="odd"><td>Padix Co., Inc.</td><td>QFF</td><td>09/13/1999</td> </tr>
- <tr class="even"><td>Pan Jit International Inc.</td><td>PJT</td><td>08/03/2004</td> </tr>
- <tr class="odd"><td>Panasonic</td><td>MDO</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Panasonic Avionics Corporation</td><td>PLF</td><td>08/13/2010</td> </tr>
- <tr class="odd"><td>Panasonic Industry Company</td><td>MEI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Panelview, Inc.</td><td>PNL</td><td>08/04/2003</td> </tr>
- <tr class="odd"><td>Pantel Inc</td><td>PTL</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>PAR Tech Inc.</td><td>PTA</td><td>01/26/2011</td> </tr>
- <tr class="odd"><td>Parade Technologies, Ltd.</td><td>PRT</td><td>04/06/2012</td> </tr>
- <tr class="even"><td>Paradigm Advanced Research Centre</td><td>PGM</td><td>06/16/2005</td> </tr>
- <tr class="odd"><td>Parallan Comp Inc</td><td>PAR</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Parallax Graphics</td><td>PLX</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Parc d&#039;Activite des Bellevues</td><td>RCE</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Parrot</td><td>POT</td><td>11/25/2014</td> </tr>
- <tr class="odd"><td>Pathlight Technology Inc</td><td>PTH</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>PC Xperten</td><td>PCX</td><td>02/24/1998</td> </tr>
- <tr class="odd"><td>PCBANK21</td><td>PCK</td><td>02/13/2007</td> </tr>
- <tr class="even"><td>PCM Systems Corporation</td><td>PCM</td><td>03/25/1997</td> </tr>
- <tr class="odd"><td>PC-Tel Inc</td><td>PCT</td><td>05/02/1997</td> </tr>
- <tr class="even"><td>PD Systems International Ltd</td><td>PDS</td><td>03/20/1999</td> </tr>
- <tr class="odd"><td>PDTS - Prozessdatentechnik und Systeme</td><td>PDT</td><td>02/10/1998</td> </tr>
- <tr class="even"><td>Pegatron Corporation</td><td>PEG</td><td>08/27/2013</td> </tr>
- <tr class="odd"><td>PEI Electronics Inc</td><td>PEI</td><td>04/06/1998</td> </tr>
- <tr class="even"><td>Penta Studiotechnik GmbH</td><td>PVM</td><td>05/05/2010</td> </tr>
- <tr class="odd"><td>pentel.co.,ltd</td><td>PCL</td><td>02/25/2002</td> </tr>
- <tr class="even"><td>Peppercon AG</td><td>PEP</td><td>04/12/2006</td> </tr>
- <tr class="odd"><td>Perceptive Pixel Inc.</td><td>PPX</td><td>05/04/2010</td> </tr>
- <tr class="even"><td>Perceptive Signal Technologies</td><td>PER</td><td>05/13/1997</td> </tr>
- <tr class="odd"><td>PerComm</td><td>PRC</td><td>04/24/2001</td> </tr>
- <tr class="even"><td>Performance Concepts Inc.,</td><td>PCO</td><td>09/24/2002</td> </tr>
- <tr class="odd"><td>Performance Technologies</td><td>IPN</td><td>02/24/2004</td> </tr>
- <tr class="even"><td>Perle Systems Limited</td><td>PSL</td><td>02/22/1999</td> </tr>
- <tr class="odd"><td>Perpetual Technologies, LLC</td><td>PON</td><td>01/13/2000</td> </tr>
- <tr class="even"><td>Peter Antesberger Messtechnik</td><td>PAM</td><td>04/28/1998</td> </tr>
- <tr class="odd"><td>Peus-Systems GmbH</td><td>PSD</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Philips BU Add On Card</td><td>PCA</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Philips Communication Systems</td><td>PHS</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Philips Consumer Electronics Company</td><td>PHL</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Philips Medical Systems Boeblingen GmbH</td><td>PHE</td><td>04/20/2010</td> </tr>
- <tr class="even"><td>Philips Semiconductors</td><td>PSC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Phoenix Contact</td><td>PXC</td><td>02/27/2008</td> </tr>
- <tr class="even"><td>Phoenix Technologies, Ltd.</td><td>PNX</td><td>11/08/1999</td> </tr>
- <tr class="odd"><td>Phoenixtec Power Company Ltd</td><td>PPC</td><td>05/16/1999</td> </tr>
- <tr class="even"><td>Photonics Systems Inc.</td><td>PHO</td><td>06/03/2002</td> </tr>
- <tr class="odd"><td>PhotoTelesis</td><td>RSC</td><td>03/16/1998</td> </tr>
- <tr class="even"><td>Phylon Communications</td><td>PHY</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>PicPro</td><td>PPR</td><td>10/18/2004</td> </tr>
- <tr class="even"><td>Pijnenburg Beheer N.V.</td><td>PHC</td><td>04/24/2001</td> </tr>
- <tr class="odd"><td>Pioneer Computer Inc</td><td>PCI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Pioneer Electronic Corporation</td><td>PIO</td><td>07/16/1997</td> </tr>
- <tr class="odd"><td>Pitney Bowes</td><td>PBV</td><td>09/13/1999</td> </tr>
- <tr class="even"><td>Pitney Bowes</td><td>PBI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Pixel Qi</td><td>PQI</td><td>06/24/2009</td> </tr>
- <tr class="even"><td>Pixel Vision</td><td>PVN</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>PIXELA CORPORATION</td><td>PXE</td><td>11/21/2007</td> </tr>
- <tr class="even"><td>Pixie Tech Inc</td><td>PIX</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Plain Tree Systems Inc</td><td>PTS</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Planar Systems, Inc.</td><td>PNR</td><td>08/11/2003</td> </tr>
- <tr class="odd"><td>PLUS Vision Corp.</td><td>PLV</td><td>07/05/2001</td> </tr>
- <tr class="even"><td>PMC Consumer Electronics Ltd</td><td>PMC</td><td>12/11/1996</td> </tr>
- <tr class="odd"><td>pmns GmbH</td><td>SPR</td><td>10/08/2002</td> </tr>
- <tr class="even"><td>Point Multimedia System</td><td>PMM</td><td>06/09/1997</td> </tr>
- <tr class="odd"><td>Polycom Inc.</td><td>PLY</td><td>06/19/2002</td> </tr>
- <tr class="even"><td>PolyComp (PTY) Ltd.</td><td>POL</td><td>02/14/2006</td> </tr>
- <tr class="odd"><td>Polycow Productions</td><td>COW</td><td>03/15/2001</td> </tr>
- <tr class="even"><td>Portalis LC</td><td>POR</td><td>11/01/2008</td> </tr>
- <tr class="odd"><td>Poso International B.V.</td><td>ARO</td><td>08/01/1997</td> </tr>
- <tr class="even"><td>POTRANS Electrical Corp.</td><td>PEC</td><td>07/16/1999</td> </tr>
- <tr class="odd"><td>PowerCom Technology Company Ltd</td><td>PCC</td><td>09/02/1997</td> </tr>
- <tr class="even"><td>Powermatic Data Systems</td><td>CPX</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Practical Electronic Tools</td><td>PET</td><td>02/22/1999</td> </tr>
- <tr class="even"><td>Practical Peripherals</td><td>PPI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Practical Solutions Pte., Ltd.</td><td>PSE</td><td>10/06/1998</td> </tr>
- <tr class="even"><td>Praim S.R.L.</td><td>PRD</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Primax Electric Ltd</td><td>PEL</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Prime Systems, Inc.</td><td>SYX</td><td>10/21/2003</td> </tr>
- <tr class="odd"><td>Prime view international Co., Ltd</td><td>PVI</td><td>07/06/2009</td> </tr>
- <tr class="even"><td>Princeton Graphic Systems</td><td>PGS</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Prism, LLC</td><td>PIM</td><td>07/24/2007</td> </tr>
- <tr class="even"><td>Priva Hortimation BV</td><td>PRI</td><td>10/22/1997</td> </tr>
- <tr class="odd"><td>PRO/AUTOMATION</td><td>PRA</td><td>07/16/1999</td> </tr>
- <tr class="even"><td>Procomp USA Inc</td><td>PCP</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Prodea Systems Inc.</td><td>PSY</td><td>02/04/2013</td> </tr>
- <tr class="even"><td>Prodrive B.V.</td><td>PDV</td><td>01/18/2005</td> </tr>
- <tr class="odd"><td>Projecta</td><td>PJA</td><td>01/29/1997</td> </tr>
- <tr class="even"><td>Projectavision Inc</td><td>DHT</td><td>01/14/1998</td> </tr>
- <tr class="odd"><td>Projectiondesign AS</td><td>PJD</td><td>09/23/2002</td> </tr>
- <tr class="even"><td>PROLINK Microsystems Corp.</td><td>PLM</td><td>02/25/2002</td> </tr>
- <tr class="odd"><td>Pro-Log Corporation</td><td>PLC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Promate Electronic Co., Ltd.</td><td>PMT</td><td>01/13/2003</td> </tr>
- <tr class="odd"><td>Prometheus</td><td>PRM</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Promise Technology Inc</td><td>PTI</td><td>01/02/1997</td> </tr>
- <tr class="odd"><td>Promotion and Display Technology Ltd.</td><td>PAD</td><td>04/24/2001</td> </tr>
- <tr class="even"><td>Promotion and Display Technology Ltd.</td><td>TEL</td><td>04/24/2001</td> </tr>
- <tr class="odd"><td>propagamma kommunikation</td><td>PGP</td><td>04/19/2000</td> </tr>
- <tr class="even"><td>Prosum</td><td>PSM</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Proteon</td><td>PRO</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Proview Global Co., Ltd</td><td>PVG</td><td>10/08/2002</td> </tr>
- <tr class="odd"><td>Proxim Inc</td><td>PXM</td><td>09/19/1997</td> </tr>
- <tr class="even"><td>Proxima Corporation</td><td>PRX</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>PS Technology Corporation</td><td>PTC</td><td>01/29/1997</td> </tr>
- <tr class="even"><td>Psion Dacom Plc.</td><td>PDM</td><td>11/08/1999</td> </tr>
- <tr class="odd"><td>PSI-Perceptive Solutions Inc</td><td>PSI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>PT Hartono Istana Teknologi</td><td>PLT</td><td>05/05/2010</td> </tr>
- <tr class="odd"><td>Pulse-Eight Ltd</td><td>PUL</td><td>09/12/2012</td> </tr>
- <tr class="even"><td>Pure Data Inc</td><td>PDR</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Purup Prepress AS</td><td>PPP</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Qingdao Haier Electronics Co., Ltd.</td><td>HRE</td><td>04/12/2006</td> </tr>
- <tr class="odd"><td>Q-Logic</td><td>QLC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Qtronix Corporation</td><td>QTR</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Quadram</td><td>DHQ</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Quadram</td><td>QDM</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Quadrant Components Inc</td><td>QCL</td><td>04/03/1997</td> </tr>
- <tr class="even"><td>QuakeCom Company Ltd</td><td>QCC</td><td>03/23/1998</td> </tr>
- <tr class="odd"><td>Qualcomm Inc</td><td>QCP</td><td>05/16/1999</td> </tr>
- <tr class="even"><td>Quanta Computer Inc</td><td>QCI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Quanta Display Inc.</td><td>QDS</td><td>04/25/2002</td> </tr>
- <tr class="even"><td>Quantum</td><td>QTM</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Quantum 3D Inc</td><td>QTD</td><td>05/23/1997</td> </tr>
- <tr class="even"><td>Quantum Data Incorporated</td><td>QDI</td><td>03/15/2001</td> </tr>
- <tr class="odd"><td>Quartics</td><td>QVU</td><td>11/04/2010</td> </tr>
- <tr class="even"><td>Quatographic AG</td><td>QUA</td><td>01/13/2000</td> </tr>
- <tr class="odd"><td>Questech Ltd</td><td>QTH</td><td>01/13/2000</td> </tr>
- <tr class="even"><td>Questra Consulting</td><td>QUE</td><td>01/30/1998</td> </tr>
- <tr class="odd"><td>Quick Corporation</td><td>QCK</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Quickflex, Inc</td><td>QFI</td><td>08/04/1998</td> </tr>
- <tr class="odd"><td>Quicknet Technologies Inc</td><td>QTI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>R Squared</td><td>RSQ</td><td>11/08/1999</td> </tr>
- <tr class="odd"><td>R.P.T.Intergroups</td><td>RPT</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Racal Interlan Inc</td><td>RII</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Racal-Airtech Software Forge Ltd</td><td>TSF</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Racore Computer Products Inc</td><td>RAC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Radicom Research Inc</td><td>RRI</td><td>12/02/1997</td> </tr>
- <tr class="even"><td>Radio Consult SRL</td><td>RCN</td><td>09/24/2002</td> </tr>
- <tr class="odd"><td>RADIODATA GmbH</td><td>RDN</td><td>07/25/2012</td> </tr>
- <tr class="even"><td>RadioLAN Inc</td><td>RLN</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Radiospire Networks, Inc.</td><td>RSN</td><td>06/14/2007</td> </tr>
- <tr class="even"><td>Radisys Corporation</td><td>RAD</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Radius Inc</td><td>RDS</td><td>03/07/1997</td> </tr>
- <tr class="even"><td>RAFI GmbH &amp; Co. KG</td><td>RFI</td><td>08/24/2015</td> </tr>
- <tr class="odd"><td>Rainbow Displays, Inc.</td><td>RDI</td><td>09/23/1998</td> </tr>
- <tr class="even"><td>Rainbow Technologies</td><td>RNB</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Raintree Systems</td><td>RTS</td><td>10/02/2001</td> </tr>
- <tr class="even"><td>Rainy Orchard</td><td>BOB</td><td>02/21/2000</td> </tr>
- <tr class="odd"><td>Rampage Systems Inc</td><td>RSI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Rancho Tech Inc</td><td>RAN</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Rancho Tech Inc</td><td>RTI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Rapid Tech Corporation</td><td>RSX</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Raritan Computer, Inc</td><td>RMC</td><td>11/27/1998</td> </tr>
- <tr class="even"><td>Raritan, Inc.</td><td>RAR</td><td>06/14/2007</td> </tr>
- <tr class="odd"><td>RAScom Inc</td><td>RAS</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>RATOC Systems, Inc.</td><td>REX</td><td>01/06/2012</td> </tr>
- <tr class="odd"><td>Raylar Design, Inc.</td><td>RAY</td><td>01/13/2000</td> </tr>
- <tr class="even"><td>RC International</td><td>RCI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Reach Technology Inc</td><td>RCH</td><td>02/09/1998</td> </tr>
- <tr class="even"><td>Reakin Technolohy Corporation</td><td>RKC</td><td>03/15/2001</td> </tr>
- <tr class="odd"><td>Real D</td><td>REA</td><td>11/15/2007</td> </tr>
- <tr class="even"><td>Realtek Semiconductor Company Ltd</td><td>RTL</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Realtek Semiconductor Corp.</td><td>ALG</td><td>10/25/2002</td> </tr>
- <tr class="even"><td>Realvision Inc</td><td>RVI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>ReCom</td><td>REC</td><td>05/16/1999</td> </tr>
- <tr class="even"><td>Red Wing Corporation</td><td>RWC</td><td>01/08/1998</td> </tr>
- <tr class="odd"><td>Redfox Technologies Inc.</td><td>RFX</td><td>01/14/2014</td> </tr>
- <tr class="even"><td>Reflectivity, Inc.</td><td>REF</td><td>04/19/2000</td> </tr>
- <tr class="odd"><td>Rehan Electronics Ltd.</td><td>REH</td><td>02/15/2012</td> </tr>
- <tr class="even"><td>Relia Technologies</td><td>RTC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Reliance Electric Ind Corporation</td><td>REL</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Renesas Technology Corp.</td><td>REN</td><td>06/14/2007</td> </tr>
- <tr class="odd"><td>Rent-A-Tech</td><td>RAT</td><td>02/22/1999</td> </tr>
- <tr class="even"><td>Research Electronics Development Inc</td><td>RED</td><td>12/02/1997</td> </tr>
- <tr class="odd"><td>Research Machines</td><td>RMP</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>ResMed Pty Ltd</td><td>RES</td><td>02/21/2000</td> </tr>
- <tr class="odd"><td>Resonance Technology, Inc.</td><td>RET</td><td>02/09/2011</td> </tr>
- <tr class="even"><td>Restek Electric Company Ltd</td><td>WTS</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Reveal Computer Prod</td><td>RVL</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Revolution Display, Inc.</td><td>REV</td><td>03/19/2014</td> </tr>
- <tr class="odd"><td>RGB Spectrum</td><td>RGB</td><td>11/14/2012</td> </tr>
- <tr class="even"><td>RGB Systems, Inc. dba Extron Electronics</td><td>EXN</td><td>07/06/2008</td> </tr>
- <tr class="odd"><td>RICOH COMPANY, LTD.</td><td>RIC</td><td>05/13/2010</td> </tr>
- <tr class="even"><td>RightHand Technologies</td><td>RHD</td><td>05/01/2012</td> </tr>
- <tr class="odd"><td>Rios Systems Company Ltd</td><td>RIO</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Ritech Inc</td><td>RIT</td><td>04/14/1998</td> </tr>
- <tr class="odd"><td>Rivulet Communications</td><td>RIV</td><td>07/19/2007</td> </tr>
- <tr class="even"><td>Robert Bosch GmbH</td><td>BSG</td><td>05/15/2014</td> </tr>
- <tr class="odd"><td>Robert Gray Company</td><td>GRY</td><td>03/31/1998</td> </tr>
- <tr class="even"><td>Robertson Geologging Ltd</td><td>RGL</td><td>08/10/2000</td> </tr>
- <tr class="odd"><td>Robust Electronics GmbH </td><td>ROB</td><td>01/18/2008</td> </tr>
- <tr class="even"><td>Rockwell Automation/Intecolor</td><td>RAI</td><td>03/13/1998</td> </tr>
- <tr class="odd"><td>Rockwell Collins</td><td>RCO</td><td>09/10/2010</td> </tr>
- <tr class="even"><td>Rockwell Collins / Airshow Systems</td><td>ASY</td><td>12/02/2004</td> </tr>
- <tr class="odd"><td>Rockwell Collins, Inc.</td><td>COL</td><td>06/14/2007</td> </tr>
- <tr class="even"><td>Rockwell International</td><td>ROK</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Rockwell Semiconductor Systems</td><td>RSS</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Rogen Tech Distribution Inc</td><td>MAX</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Rohde &amp; Schwarz</td><td>ROS</td><td>01/20/2012</td> </tr>
- <tr class="even"><td>Rohm Co., Ltd.</td><td>ROH</td><td>06/16/2004</td> </tr>
- <tr class="odd"><td>Rohm Company Ltd</td><td>RHM</td><td>05/13/1997</td> </tr>
- <tr class="even"><td>Roland Corporation</td><td>RJA</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>RoomPro Technologies</td><td>RPI</td><td>07/09/2010</td> </tr>
- <tr class="even"><td>Roper International Ltd</td><td>ROP</td><td>05/16/1999</td> </tr>
- <tr class="odd"><td>Roper Mobile</td><td>RMT</td><td>07/02/2010</td> </tr>
- <tr class="even"><td>Ross Video Ltd</td><td>RSV</td><td>06/11/2012</td> </tr>
- <tr class="odd"><td>Royal Information</td><td>TRL</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Rozsnyó, s.r.o.</td><td>RZS</td><td>03/24/2014</td> </tr>
- <tr class="odd"><td>RSI Systems Inc</td><td>RVC</td><td>04/28/1998</td> </tr>
- <tr class="even"><td>RUNCO International</td><td>RUN</td><td>04/01/2004</td> </tr>
- <tr class="odd"><td>S&amp;K Electronics</td><td>SNK</td><td>02/21/2000</td> </tr>
- <tr class="even"><td>S3 Inc</td><td>TLV</td><td>01/07/1997</td> </tr>
- <tr class="odd"><td>S3 Inc</td><td>SIM</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>S3 Inc</td><td>SSS</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Saab Aerotech</td><td>SAE</td><td>06/14/2007</td> </tr>
- <tr class="even"><td>Sage Inc</td><td>SAI</td><td>07/16/1997</td> </tr>
- <tr class="odd"><td>SAGEM</td><td>SGM</td><td>09/05/2003</td> </tr>
- <tr class="even"><td>SAIT-Devlonics</td><td>SDK</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Saitek Ltd</td><td>SAK</td><td>05/16/1999</td> </tr>
- <tr class="even"><td>Salt Internatioinal Corp.</td><td>SLT</td><td>09/05/2006</td> </tr>
- <tr class="odd"><td>Samsung Electric Company</td><td>SAM</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Samsung Electro-Mechanics Company Ltd</td><td>SKT</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Samsung Electronics America</td><td>STN</td><td>08/10/2000</td> </tr>
- <tr class="even"><td>Samsung Electronics America Inc</td><td>KYK</td><td>02/24/1998</td> </tr>
- <tr class="odd"><td>Samsung Electronic Co.</td><td>SSE</td><td>08/10/2000</td> </tr>
- <tr class="even"><td>Samsung Electronics Company Ltd</td><td>SEM</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Samtron Displays Inc</td><td>SDI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>SANKEN ELECTRIC CO., LTD</td><td>JSK</td><td>09/13/1999</td> </tr>
- <tr class="odd"><td>Sankyo Seiki Mfg.co., Ltd</td><td>SSJ</td><td>01/28/2003</td> </tr>
- <tr class="even"><td>Sanritz Automation Co.,Ltd.</td><td>SAA</td><td>02/25/2002</td> </tr>
- <tr class="odd"><td>SANTAK CORP.</td><td>STK</td><td>11/27/1998</td> </tr>
- <tr class="even"><td>Santec Corporation</td><td>SOC</td><td>01/12/2015</td> </tr>
- <tr class="odd"><td>Sanyo Electric Co.,Ltd.</td><td>SAN</td><td>11/08/1999</td> </tr>
- <tr class="even"><td>Sanyo Electric Company Ltd</td><td>SCD</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Sanyo Electric Company Ltd</td><td>SIB</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Sanyo Electric Company Ltd</td><td>TSC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Sanyo Icon</td><td>ICN</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Sapience Corporation</td><td>SPN</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>SAT (Societe Anonyme)</td><td>SDA</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>SBS Technologies (Canada), Inc. (was Avvida Systems, Inc.)</td><td>AVV</td><td>12/17/2002</td> </tr>
- <tr class="odd"><td>SBS-or Industrial Computers GmbH</td><td>SBS</td><td>12/28/1998</td> </tr>
- <tr class="even"><td>Scan Group Ltd</td><td>SGI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Scanport, Inc.</td><td>SCN</td><td>08/05/2002</td> </tr>
- <tr class="even"><td>SCD Tech</td><td>KFC</td><td>10/23/2002</td> </tr>
- <tr class="odd"><td>Sceptre Tech Inc</td><td>SPT</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Schlumberger</td><td>SMB</td><td>07/16/1999</td> </tr>
- <tr class="odd"><td>Schlumberger Cards</td><td>SCH</td><td>04/28/1998</td> </tr>
- <tr class="even"><td>Schlumberger Technology Corporate</td><td>SLR</td><td>08/10/2000</td> </tr>
- <tr class="odd"><td>Schneider &amp; Koch</td><td>SKD</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Schneider Electric S.A.</td><td>MGE</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Schnick-Schnack-Systems GmbH</td><td>SLS</td><td>05/06/2009</td> </tr>
- <tr class="even"><td>SCI Systems Inc.</td><td>REM</td><td>08/10/2000</td> </tr>
- <tr class="odd"><td>SCM Microsystems Inc</td><td>SCM</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Scriptel Corporation</td><td>SCP</td><td>06/14/2007</td> </tr>
- <tr class="odd"><td>SDR Systems</td><td>SDR</td><td>03/15/2001</td> </tr>
- <tr class="even"><td>SDS Technologies</td><td>STY</td><td>11/08/1999</td> </tr>
- <tr class="odd"><td>SDX Business Systems Ltd</td><td>SDX</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Seanix Technology Inc</td><td>NIX</td><td>04/09/2007</td> </tr>
- <tr class="odd"><td>Seanix Technology Inc.</td><td>SEA</td><td>02/24/1998</td> </tr>
- <tr class="even"><td>Sedlbauer</td><td>SAG</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>SeeColor Corporation</td><td>SEE</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>SeeCubic B.V.</td><td>SCB</td><td>11/02/2012</td> </tr>
- <tr class="odd"><td>SeeReal Technologies GmbH</td><td>SRT</td><td>06/27/2005</td> </tr>
- <tr class="even"><td>Seiko Epson Corporation</td><td>SEC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Seiko Instruments Information Devices Inc</td><td>SID</td><td>12/16/1996</td> </tr>
- <tr class="even"><td>Seiko Instruments USA Inc</td><td>SIU</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Seitz &amp; Associates Inc</td><td>SEI</td><td>01/30/1998</td> </tr>
- <tr class="even"><td>Sejin Electron Inc</td><td>SJE</td><td>08/20/1997</td> </tr>
- <tr class="odd"><td>SELEX GALILEO</td><td>SXG</td><td>10/01/2012</td> </tr>
- <tr class="even"><td>Semtech Corporation</td><td>STH</td><td>11/30/2001</td> </tr>
- <tr class="odd"><td>SendTek Corporation</td><td>SET</td><td>11/08/1999</td> </tr>
- <tr class="even"><td>Senseboard Technologies AB</td><td>SBT</td><td>09/03/2002</td> </tr>
- <tr class="odd"><td>Sencore</td><td>SEN</td><td>05/23/1997</td> </tr>
- <tr class="even"><td>Sentelic Corporation</td><td>STU</td><td>07/27/2012</td> </tr>
- <tr class="odd"><td>SEOS Ltd</td><td>SEO</td><td>02/20/2003</td> </tr>
- <tr class="even"><td>Sentronic International Corp.</td><td>SNC</td><td>10/23/2000</td> </tr>
- <tr class="odd"><td>SEP Eletronica Ltda.</td><td>SEP</td><td>05/07/2001</td> </tr>
- <tr class="even"><td>Sequent Computer Systems Inc</td><td>SQT</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Session Control LLC</td><td>SES</td><td>09/03/2010</td> </tr>
- <tr class="even"><td>Setred</td><td>SRD</td><td>09/05/2006</td> </tr>
- <tr class="odd"><td>SEVIT Co., Ltd.</td><td>SVT</td><td>06/25/2002</td> </tr>
- <tr class="even"><td>SGEG</td><td>SVA</td><td>02/21/2000</td> </tr>
- <tr class="odd"><td>Seyeon Tech Company Ltd</td><td>SYT</td><td>12/02/1997</td> </tr>
- <tr class="even"><td>SGS Thomson Microelectronics</td><td>STM</td><td>11/11/1997</td> </tr>
- <tr class="odd"><td>Shadow Systems</td><td>OYO</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Shanghai Bell Telephone Equip Mfg Co</td><td>SBC</td><td>04/30/1998</td> </tr>
- <tr class="odd"><td>Shanghai Guowei Science and Technology Co., Ltd.</td><td>SGW</td><td>01/28/2011</td> </tr>
- <tr class="even"><td>SHANGHAI SVA-DAV ELECTRONICS CO., LTD</td><td>XQU</td><td>07/24/2003</td> </tr>
- <tr class="odd"><td>Sharedware Ltd</td><td>SWL</td><td>08/11/1998</td> </tr>
- <tr class="even"><td>Shark Multimedia Inc</td><td>SMM</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>SharkTec A/S</td><td>DFK</td><td>02/14/2006</td> </tr>
- <tr class="even"><td>Sharp Corporation</td><td>SHP</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>SHARP TAKAYA ELECTRONIC INDUSTRY CO.,LTD.</td><td>SXT</td><td>06/24/2010</td> </tr>
- <tr class="even"><td>Shenzhen ChuangZhiCheng Technology Co., Ltd.</td><td>CZC</td><td>10/23/2013</td> </tr>
- <tr class="odd"><td>Shenzhen Inet Mobile Internet Technology Co., LTD</td><td>IXN</td><td>11/04/2014</td> </tr>
- <tr class="even"><td>Shenzhen MTC Co., Ltd</td><td>SZM</td><td>08/09/2013</td> </tr>
- <tr class="odd"><td>Shenzhen Ramos Digital Technology Co., Ltd</td><td>RMS</td><td>10/29/2014</td> </tr>
- <tr class="even"><td>Shenzhen South-Top Computer Co., Ltd.</td><td>SSL</td><td>12/06/2013</td> </tr>
- <tr class="odd"><td>Shenzhen three Connaught Information Technology Co., Ltd. (3nod Group)</td><td>AZH</td><td>09/17/2013</td> </tr>
- <tr class="even"><td>Shenzhen Zhuona Technology Co., Ltd.</td><td>XYE</td><td>10/01/2013</td> </tr>
- <tr class="odd"><td>Shenzhen ZhuoYi HengTong Computer Technology Limited</td><td>HTR</td><td>12/13/2013</td> </tr>
- <tr class="even"><td>Shenzhen Zowee Technology Co., LTD</td><td>ZWE</td><td>05/26/2015</td> </tr>
- <tr class="odd"><td>Sherwood Digital Electronics Corporation</td><td>SDE</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>ShibaSoku Co., Ltd.</td><td>SHC</td><td>05/26/2005</td> </tr>
- <tr class="odd"><td>Shin Ho Tech</td><td>SHT</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Shlumberger Ltd</td><td>SLB</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Shuttle Tech</td><td>SAT</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Sichuan Changhong Electric CO, LTD.</td><td>CHG</td><td>02/26/2003</td> </tr>
- <tr class="odd"><td>Sichuang Changhong Corporation</td><td>CHO</td><td>11/30/2001</td> </tr>
- <tr class="even"><td>Siemens</td><td>SIE</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Siemens AG</td><td>SDT</td><td>02/14/2006</td> </tr>
- <tr class="even"><td>SIEMENS AG</td><td>SIA</td><td>03/15/2001</td> </tr>
- <tr class="odd"><td>Siemens Microdesign GmbH</td><td>SNI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Siemens Nixdorf Info Systems</td><td>SNP</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Sierra Semiconductor Inc</td><td>SSC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Sierra Wireless Inc.</td><td>SWI</td><td>07/10/2003</td> </tr>
- <tr class="odd"><td>Sigma Designs Inc</td><td>SIG</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Sigma Designs, Inc.</td><td>SGD</td><td>02/14/2006</td> </tr>
- <tr class="odd"><td>Sigmacom Co., Ltd.</td><td>SCL</td><td>04/25/2002</td> </tr>
- <tr class="even"><td>SigmaTel Inc</td><td>STL</td><td>03/03/1997</td> </tr>
- <tr class="odd"><td>Signet</td><td>DXS</td><td>10/23/2000</td> </tr>
- <tr class="even"><td>SII Ido-Tsushin Inc</td><td>STE</td><td>04/03/1997</td> </tr>
- <tr class="odd"><td>Silcom Manufacturing Tech Inc</td><td>SMT</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Silex technology, Inc.</td><td>SXD</td><td>03/12/2009</td> </tr>
- <tr class="odd"><td>Silicom Multimedia Systems Inc</td><td>SMS</td><td>12/04/1996</td> </tr>
- <tr class="even"><td>Silicon Graphics Inc</td><td>SGX</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Silicon Image, Inc.</td><td>SII</td><td>01/13/2000</td> </tr>
- <tr class="even"><td>Silicon Integrated Systems Corporation</td><td>SIS</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Silicon Laboratories, Inc</td><td>SIL</td><td>07/16/1998</td> </tr>
- <tr class="even"><td>Silicon Library Inc.</td><td>SLH</td><td>11/01/2008</td> </tr>
- <tr class="odd"><td>Silicon Optix Corporation</td><td>SOI</td><td>07/28/2005</td> </tr>
- <tr class="even"><td>Silitek Corporation</td><td>SLK</td><td>07/16/1997</td> </tr>
- <tr class="odd"><td>SIM2 Multimedia S.P.A.</td><td>SPU</td><td>09/05/2002</td> </tr>
- <tr class="even"><td>Simple Computing</td><td>SMP</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Simplex Time Recorder Co.</td><td>SPX</td><td>03/15/2001</td> </tr>
- <tr class="even"><td>Singular Technology Co., Ltd.</td><td>SIN</td><td>11/08/1999</td> </tr>
- <tr class="odd"><td>SINOSUN TECHNOLOGY CO., LTD</td><td>SNO</td><td>06/27/2005</td> </tr>
- <tr class="even"><td>Sirius Technologies Pty Ltd</td><td>SIR</td><td>03/13/1998</td> </tr>
- <tr class="odd"><td>sisel muhendislik</td><td>FUN</td><td>04/25/2002</td> </tr>
- <tr class="even"><td>SITECSYSTEM CO., LTD.</td><td>STS</td><td>03/16/2005</td> </tr>
- <tr class="odd"><td>Sitintel</td><td>SIT</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>SKYDATA S.P.A.</td><td>SKY</td><td>09/19/1997</td> </tr>
- <tr class="odd"><td>Smart Card Technology</td><td>SCT</td><td>08/10/2000</td> </tr>
- <tr class="even"><td>SMART Modular Technologies</td><td>SMA</td><td>04/04/1997</td> </tr>
- <tr class="odd"><td>Smart Silicon Systems Pty Ltd</td><td>SPL</td><td>08/10/2000</td> </tr>
- <tr class="even"><td>Smart Tech Inc</td><td>STI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>SMART Technologies Inc.</td><td>SBI</td><td>06/14/2007</td> </tr>
- <tr class="even"><td>SMK CORPORATION</td><td>SMK</td><td>02/21/2000</td> </tr>
- <tr class="odd"><td>Snell &amp; Wilcox</td><td>SNW</td><td>04/25/2002</td> </tr>
- <tr class="even"><td>SOBO VISION</td><td>MVM</td><td>06/14/2007</td> </tr>
- <tr class="odd"><td>Socionext Inc.</td><td>SCX</td><td>05/14/2015</td> </tr>
- <tr class="even"><td>Sodeman Lancom Inc</td><td>LAN</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>SODIFF E&amp;T CO., Ltd.</td><td>SDF</td><td>06/01/2007</td> </tr>
- <tr class="even"><td>Soft &amp; Hardware development Goldammer GmbH</td><td>SHG</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Softbed - Consulting &amp; Development Ltd</td><td>SBD</td><td>12/23/1997</td> </tr>
- <tr class="even"><td>Software Café</td><td>SWC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Software Technologies Group,Inc.</td><td>SWT</td><td>11/29/2008</td> </tr>
- <tr class="even"><td>Solitron Technologies Inc</td><td>SOL</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Solomon Technology Corporation</td><td>SLM</td><td>01/16/1998</td> </tr>
- <tr class="even"><td>SolutionInside</td><td>SXL</td><td>05/08/2001</td> </tr>
- <tr class="odd"><td>SOMELEC Z.I. Du Vert Galanta</td><td>ONX</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Sonitronix</td><td>HON</td><td>02/03/2011</td> </tr>
- <tr class="odd"><td>Sonix Comm. Ltd</td><td>SNX</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Sony</td><td>SNY</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Sony</td><td>SON</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Sony Ericsson Mobile Communications Inc.</td><td>SER</td><td>04/16/2004</td> </tr>
- <tr class="odd"><td>SORCUS Computer GmbH</td><td>SCO</td><td>01/13/2000</td> </tr>
- <tr class="even"><td>Sorcus Computer GmbH</td><td>SOR</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>SORD Computer Corporation</td><td>SCC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Sotec Company Ltd</td><td>SOT</td><td>05/21/1997</td> </tr>
- <tr class="odd"><td>South Mountain Technologies, LTD</td><td>FRS</td><td>02/14/2006</td> </tr>
- <tr class="even"><td>SOYO Group, Inc</td><td>SOY</td><td>12/18/2006</td> </tr>
- <tr class="odd"><td>SPACE-I Co., Ltd.</td><td>SPI</td><td>05/11/2005</td> </tr>
- <tr class="even"><td>SpaceLabs Medical Inc</td><td>SMI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>SPEA Software AG</td><td>SPE</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>SpeakerCraft</td><td>SPK</td><td>04/20/2010</td> </tr>
- <tr class="odd"><td>Specialix</td><td>SLX</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Spectragraphics Corporation</td><td>SGC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Spectrum Signal Proecessing Inc</td><td>SSP</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>SR-Systems e.K.</td><td>SRS</td><td>11/19/2012</td> </tr>
- <tr class="odd"><td>S-S Technology Inc</td><td>SSI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>ST Electronics Systems Assembly Pte Ltd</td><td>STA</td><td>12/28/1998</td> </tr>
- <tr class="odd"><td>STAC Electronics</td><td>STC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Standard Microsystems Corporation</td><td>SMC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Star Paging Telecom Tech (Shenzhen) Co. Ltd.</td><td>STT</td><td>09/23/1998</td> </tr>
- <tr class="even"><td>Starflight Electronics</td><td>STF</td><td>05/23/1997</td> </tr>
- <tr class="odd"><td>Stargate Technology</td><td>SGT</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>StarLeaf</td><td>SLF</td><td>11/01/2010</td> </tr>
- <tr class="odd"><td>Starlight Networks Inc</td><td>STR</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Starwin Inc.</td><td>STW</td><td>04/24/2001</td> </tr>
- <tr class="odd"><td>Static</td><td>SWS</td><td>05/16/1999</td> </tr>
- <tr class="even"><td>STB Systems Inc</td><td>STB</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>STD Computer Inc</td><td>STD</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>StereoGraphics Corp.</td><td>STG</td><td>10/02/2001</td> </tr>
- <tr class="odd"><td>ST-Ericsson</td><td>STX</td><td>12/09/2011</td> </tr>
- <tr class="even"><td>STMicroelectronics</td><td>SMO</td><td>06/14/2007</td> </tr>
- <tr class="odd"><td>Stollmann E+V GmbH</td><td>STO</td><td>03/27/1997</td> </tr>
- <tr class="even"><td>Stores Automated Systems Inc</td><td>SAS</td><td>03/19/1997</td> </tr>
- <tr class="odd"><td>Storm Technology</td><td>EZP</td><td>10/17/1996</td> </tr>
- <tr class="even"><td>StreamPlay Ltd</td><td>STP</td><td>02/04/2009</td> </tr>
- <tr class="odd"><td>Stryker Communications</td><td>SYK</td><td>10/10/2005</td> </tr>
- <tr class="even"><td>Subspace Comm. Inc</td><td>SUB</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Sumitomo Metal Industries, Ltd.</td><td>SML</td><td>09/13/1999</td> </tr>
- <tr class="even"><td>Summagraphics Corporation</td><td>SUM</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Sun Corporation</td><td>SCE</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Sun Electronics Corporation</td><td>SUN</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Sun Microsystems</td><td>SVI</td><td>01/13/2003</td> </tr>
- <tr class="even"><td>SUNNY ELEKTRONIK</td><td>SNN</td><td>11/14/2014</td> </tr>
- <tr class="odd"><td>SunRiver Data System</td><td>SDS</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Super Gate Technology Company Ltd</td><td>SGL</td><td>12/30/1997</td> </tr>
- <tr class="odd"><td>SuperNet Inc</td><td>SNT</td><td>04/23/1998</td> </tr>
- <tr class="even"><td>Supra Corporation</td><td>SUP</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Surenam Computer Corporation</td><td>SUR</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Surf Communication Solutions Ltd</td><td>SRF</td><td>03/23/1998</td> </tr>
- <tr class="odd"><td>SVD Computer</td><td>SVD</td><td>04/14/1998</td> </tr>
- <tr class="even"><td>SVSI</td><td>SVS</td><td>08/09/2008</td> </tr>
- <tr class="odd"><td>SY Electronics Ltd</td><td>SYE</td><td>09/20/2010</td> </tr>
- <tr class="even"><td>Sylvania Computer Products</td><td>SYL</td><td>06/12/1998</td> </tr>
- <tr class="odd"><td>Symbios Logic Inc</td><td>SLI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Symbol Technologies</td><td>ISA</td><td>06/02/1997</td> </tr>
- <tr class="odd"><td>Symicron Computer Communications Ltd.</td><td>SYM</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Synaptics Inc</td><td>SYN</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Synopsys Inc</td><td>SPS</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Syntax-Brillian</td><td>SXB</td><td>05/08/2006</td> </tr>
- <tr class="odd"><td>SYPRO Co Ltd</td><td>SYP</td><td>11/27/1998</td> </tr>
- <tr class="even"><td>Sysgration Ltd</td><td>SYS</td><td>04/28/1997</td> </tr>
- <tr class="odd"><td>Syslogic Datentechnik AG</td><td>SLC</td><td>01/20/1999</td> </tr>
- <tr class="even"><td>Sysmate Company</td><td>SME</td><td>09/02/1997</td> </tr>
- <tr class="odd"><td>Sysmate Corporation</td><td>SIC</td><td>05/05/1997</td> </tr>
- <tr class="even"><td>Sysmic</td><td>SYC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Systec Computer GmbH</td><td>SGZ</td><td>10/02/1997</td> </tr>
- <tr class="even"><td>System Craft</td><td>SCI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>system elektronik GmbH</td><td>SEB</td><td>04/19/2000</td> </tr>
- <tr class="even"><td>Systeme Lauer GmbH&amp;Co KG</td><td>SLA</td><td>03/20/1999</td> </tr>
- <tr class="odd"><td>Systems Enhancement</td><td>UPS</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>SystemSoft Corporation</td><td>SST</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Systran Corporation</td><td>SCR</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>SYVAX Inc</td><td>SYV</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>T+A elektroakustik GmbH</td><td>TUA </td><td>01/05/2011</td> </tr>
- <tr class="even"><td>Taicom Data Systems Co., Ltd.</td><td>TCD</td><td>10/08/2001</td> </tr>
- <tr class="odd"><td>Taicom International Inc</td><td>TMR</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Taiko Electric Works.LTD</td><td>TKC</td><td>03/15/2001</td> </tr>
- <tr class="odd"><td>Taiwan Video &amp; Monitor Corporation</td><td>TVM</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Takahata Electronics Co.,Ltd.</td><td>KTD</td><td>07/22/2009</td> </tr>
- <tr class="odd"><td>Tamura Seisakusyo Ltd</td><td>TAM</td><td>07/17/1997</td> </tr>
- <tr class="even"><td>Tandberg</td><td>TAA</td><td>10/21/2003</td> </tr>
- <tr class="odd"><td>Tandberg Data Display AS</td><td>TDD</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Tandem Computer Europe Inc</td><td>TDM</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Tandon Corporation</td><td>TCC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Tandy Electronics</td><td>TDY</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Taskit Rechnertechnik GmbH</td><td>TAS</td><td>12/15/1997</td> </tr>
- <tr class="even"><td>Tatung Company of America Inc</td><td>TCS</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Tatung UK Ltd</td><td>VIB</td><td>07/16/1999</td> </tr>
- <tr class="even"><td>Taugagreining hf</td><td>NRV</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Taxan (Europe) Ltd</td><td>TAX</td><td>03/13/1997</td> </tr>
- <tr class="even"><td>TDK USA Corporation</td><td>PMD</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>TDT</td><td>TDT</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>TDVision Systems, Inc.</td><td>TDV</td><td>01/18/2008</td> </tr>
- <tr class="odd"><td>TEAC System Corporation</td><td>TEA</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>TEC CORPORATION</td><td>CET</td><td>07/16/1998</td> </tr>
- <tr class="odd"><td>TEAC America Inc</td><td>TCJ</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Tech Source Inc.</td><td>TEZ</td><td>08/14/2013</td> </tr>
- <tr class="odd"><td>Techmedia Computer Systems Corporation</td><td>TMC</td><td>02/10/1998</td> </tr>
- <tr class="even"><td>Technical Concepts Ltd</td><td>TCL</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Technical Illusions Inc.</td><td>TIL</td><td>02/14/2014</td> </tr>
- <tr class="even"><td>TechniSat Digital GmbH</td><td>TSD</td><td>07/14/2005</td> </tr>
- <tr class="odd"><td>Technology Nexus Secure Open Systems AB</td><td>NXS</td><td>05/08/1998</td> </tr>
- <tr class="even"><td>Technology Power Enterprises Inc</td><td>TPE</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>TechnoTrend Systemtechnik GmbH</td><td>TTS</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Tecmar Inc</td><td>TEC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Tecnetics (PTY) Ltd</td><td>TCN</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>TECNIMAGEN SA</td><td>TNM</td><td>05/02/2005</td> </tr>
- <tr class="odd"><td>Tecnovision</td><td>TVD</td><td>03/13/2006</td> </tr>
- <tr class="even"><td>Tectona SoftSolutions (P) Ltd.,</td><td>RXT</td><td>06/02/2004</td> </tr>
- <tr class="odd"><td>Teknor Microsystem Inc</td><td>TKN</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Tekram Technology Company Ltd</td><td>TRM</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Tektronix Inc</td><td>TEK</td><td>05/16/1999</td> </tr>
- <tr class="even"><td>TEKWorx Limited</td><td>TWX</td><td>12/24/2009</td> </tr>
- <tr class="odd"><td>Telecom Technology Centre Co. Ltd.</td><td>TCT</td><td>07/16/1999</td> </tr>
- <tr class="even"><td>Telecommunications Techniques Corporation</td><td>TTC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Teleforce.,co,ltd</td><td>TLF</td><td>11/19/2012</td> </tr>
- <tr class="even"><td>Teleliaison Inc</td><td>TAT</td><td>04/29/1997</td> </tr>
- <tr class="odd"><td>Telelink AG</td><td>TLK</td><td>09/01/1998</td> </tr>
- <tr class="even"><td>Teleprocessing Systeme GmbH</td><td>TPS</td><td>01/24/1997</td> </tr>
- <tr class="odd"><td>Teles AG</td><td>TAG</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Teleste Educational OY</td><td>TLS</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>TeleVideo Systems</td><td>TSI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Telia ProSoft AB</td><td>PFT</td><td>09/13/1999</td> </tr>
- <tr class="odd"><td>Telindus</td><td>TLD</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Telxon Corporation</td><td>TLX</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Tennyson Tech Pty Ltd</td><td>TNY</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Teradici</td><td>TDC</td><td>10/11/2007</td> </tr>
- <tr class="odd"><td>TerraTec Electronic GmbH</td><td>TER</td><td>03/21/1997</td> </tr>
- <tr class="even"><td>Texas Insturments</td><td>TXN</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Texas Microsystem</td><td>TMI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Textron Defense System</td><td>TXT</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>The Concept Keyboard Company Ltd</td><td>CKC</td><td>06/02/1997</td> </tr>
- <tr class="even"><td>The Linux Foundation</td><td>LNX</td><td>04/04/2014</td> </tr>
- <tr class="odd"><td>The Moving Pixel Company</td><td>PXL</td><td>11/24/2003</td> </tr>
- <tr class="even"><td>The NTI Group</td><td>ITN</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>The OPEN Group</td><td>TOG</td><td>09/13/1999</td> </tr>
- <tr class="even"><td>The Panda Project</td><td>PAN</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>The Phoenix Research Group Inc</td><td>PRG</td><td>09/19/1997</td> </tr>
- <tr class="even"><td>The Software Group Ltd</td><td>TSG</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Thermotrex Corporation</td><td>TMX</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Thinklogical</td><td>TLL</td><td>06/01/2015</td> </tr>
- <tr class="odd"><td>Thomas-Conrad Corporation</td><td>TCO</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Thomson Consumer Electronics</td><td>TCR</td><td>08/20/1998</td> </tr>
- <tr class="odd"><td>Thruput Ltd</td><td>TPT</td><td>06/16/2010</td> </tr>
- <tr class="even"><td>Thundercom Holdings Sdn. Bhd.</td><td>THN</td><td>03/21/1997</td> </tr>
- <tr class="odd"><td>Tidewater Association</td><td>TWA</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Time Management, Inc.</td><td>TMM</td><td>03/20/1999</td> </tr>
- <tr class="odd"><td>TimeKeeping Systems, Inc.</td><td>TKS</td><td>08/31/1998</td> </tr>
- <tr class="even"><td>Times (Shanghai) Computer Co., Ltd.</td><td>TPD</td><td>12/12/2013</td> </tr>
- <tr class="odd"><td>TIPTEL AG</td><td>TIP</td><td>02/24/1998</td> </tr>
- <tr class="even"><td>Tixi.Com GmbH</td><td>TIX</td><td>10/16/1998</td> </tr>
- <tr class="odd"><td>T-Metrics Inc.</td><td>TMT</td><td>02/21/2000</td> </tr>
- <tr class="even"><td>TNC Industrial Company Ltd</td><td>TNC</td><td>02/27/1998</td> </tr>
- <tr class="odd"><td>Todos Data System AB</td><td>TAB</td><td>08/20/1997</td> </tr>
- <tr class="even"><td>TOEI Electronics Co., Ltd.</td><td>TOE</td><td>10/02/2001</td> </tr>
- <tr class="odd"><td>TONNA</td><td>TON</td><td>03/14/2012</td> </tr>
- <tr class="even"><td>Top Victory Electronics ( Fujian ) Company Ltd</td><td>TPV</td><td>05/16/1999</td> </tr>
- <tr class="odd"><td>TOPRE CORPORATION</td><td>TPK</td><td>02/13/2009</td> </tr>
- <tr class="even"><td>Topro Technology Inc</td><td>TPR</td><td>05/08/1998</td> </tr>
- <tr class="odd"><td>Topson Technology Co., Ltd.</td><td>TTA</td><td>09/23/1998</td> </tr>
- <tr class="even"><td>TORNADO Company</td><td>SFM</td><td>04/15/1997</td> </tr>
- <tr class="odd"><td>Torus Systems Ltd</td><td>TGS</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Torus Systems Ltd</td><td>TRS</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Toshiba America Info Systems Inc</td><td>TAI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Toshiba America Info Systems Inc</td><td>TSB</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Dynabook Inc.</td><td>TOS</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Toshiba Corporation</td><td>TTP</td><td>07/07/2015</td> </tr>
- <tr class="odd"><td>Toshiba Global Commerce Solutions, Inc.</td><td>TGC</td><td>06/26/2012</td> </tr>
- <tr class="even"><td>Toshiba Matsushita Display Technology Co., Ltd</td><td>LCD</td><td>05/24/2000</td> </tr>
- <tr class="odd"><td>TOSHIBA PERSONAL COMPUTER SYSTEM CORPRATION</td><td>PCS</td><td>06/22/2010</td> </tr>
- <tr class="even"><td>TOSHIBA TELI CORPORATION</td><td>TLI</td><td>01/18/2008</td> </tr>
- <tr class="odd"><td>Totoku Electric Company Ltd</td><td>TTK</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Tottori Sanyo Electric</td><td>TSE</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Tottori SANYO Electric Co., Ltd.</td><td>TSL</td><td>11/06/2001</td> </tr>
- <tr class="even"><td>Touch Panel Systems Corporation</td><td>TPC</td><td>09/02/1997</td> </tr>
- <tr class="odd"><td>TouchKo, Inc.</td><td>TKO</td><td>01/12/2006</td> </tr>
- <tr class="even"><td>Touchstone Technology</td><td>TOU</td><td>05/07/2001</td> </tr>
- <tr class="odd"><td>TouchSystems</td><td>TSY</td><td>01/18/2008</td> </tr>
- <tr class="even"><td>TOWITOKO electronics GmbH</td><td>TWK</td><td>04/14/1998</td> </tr>
- <tr class="odd"><td>Transtex SA</td><td>CSB</td><td>03/15/2001</td> </tr>
- <tr class="even"><td>Transtream Inc</td><td>TST</td><td>04/29/1997</td> </tr>
- <tr class="odd"><td>TRANSVIDEO</td><td>TSV</td><td>05/04/2010</td> </tr>
- <tr class="even"><td>Tremetrics</td><td>TRE</td><td>04/24/1997</td> </tr>
- <tr class="odd"><td>Tremon Enterprises Company Ltd</td><td>RDM</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Trenton Terminals Inc</td><td>TTI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Trex Enterprises</td><td>TRX</td><td>02/21/2000</td> </tr>
- <tr class="even"><td>Tribe Computer Works Inc</td><td>OZO</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Tricord Systems</td><td>TRI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Tri-Data Systems Inc</td><td>TDS</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>TRIDELITY Display Solutions GmbH</td><td>TTY</td><td>07/19/2010</td> </tr>
- <tr class="even"><td>Trident Microsystem Inc</td><td>TRD</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Trident Microsystems Ltd</td><td>TMS</td><td>07/15/2002</td> </tr>
- <tr class="even"><td>TriGem Computer Inc</td><td>TGI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>TriGem Computer,Inc.</td><td>TGM</td><td>07/05/2001</td> </tr>
- <tr class="even"><td>Trigem KinfoComm</td><td>TIC</td><td>02/26/2003</td> </tr>
- <tr class="odd"><td>Trioc AB</td><td>TRC</td><td>01/13/2000</td> </tr>
- <tr class="even"><td>Triple S Engineering Inc</td><td>TBB</td><td>09/26/1997</td> </tr>
- <tr class="odd"><td>Tritec Electronic AG</td><td>TRT</td><td>01/11/2012</td> </tr>
- <tr class="even"><td>TriTech Microelectronics International</td><td>TRA</td><td>01/24/1997</td> </tr>
- <tr class="odd"><td>Triumph Board a.s.</td><td>TRB </td><td>09/27/2013</td> </tr>
- <tr class="even"><td>Trivisio Prototyping GmbH</td><td>TRV</td><td>11/18/2011</td> </tr>
- <tr class="odd"><td>Trixel Ltd</td><td>TXL</td><td>08/10/2000</td> </tr>
- <tr class="even"><td>Trtheim Technology</td><td>MKV</td><td>03/17/1997</td> </tr>
- <tr class="odd"><td>Truevision</td><td>TVI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>TTE, Inc.</td><td>TTE</td><td>01/18/2005</td> </tr>
- <tr class="odd"><td>Tulip Computers Int&#039;l B.V.</td><td>TCI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Turbo Communication, Inc</td><td>TBC</td><td>09/01/1998</td> </tr>
- <tr class="odd"><td>Turtle Beach System</td><td>TBS</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Tut Systems</td><td>TUT</td><td>08/19/1997</td> </tr>
- <tr class="odd"><td>TV Interactive Corporation</td><td>TVR</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>TV One Ltd</td><td>TVO</td><td>09/02/2008</td> </tr>
- <tr class="odd"><td>TV1 GmbH</td><td>TVV</td><td>02/06/2012</td> </tr>
- <tr class="even"><td>TVS Electronics Limited</td><td>TVS</td><td>05/20/2008</td> </tr>
- <tr class="odd"><td>Twinhead International Corporation</td><td>TWH</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Tyan Computer Corporation</td><td>TYN</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>U. S. Electronics Inc.</td><td>USE</td><td>10/28/2013</td> </tr>
- <tr class="even"><td>U.S. Naval Research Lab</td><td>NRL</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>U.S. Navy</td><td>TSP</td><td>10/17/2002</td> </tr>
- <tr class="even"><td>U.S. Digital Corporation</td><td>USD</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>U.S. Robotics Inc</td><td>USR</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Ubinetics Ltd.</td><td>UBL</td><td>05/23/2002</td> </tr>
- <tr class="odd"><td>Ueda Japan Radio Co., Ltd.</td><td>UJR</td><td>07/09/2003</td> </tr>
- <tr class="even"><td>UFO Systems Inc</td><td>UFO</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Ultima Associates Pte Ltd</td><td>UAS</td><td>01/02/1997</td> </tr>
- <tr class="even"><td>Ultima Electronics Corporation</td><td>UEC</td><td>09/01/1998</td> </tr>
- <tr class="odd"><td>Ultra Network Tech</td><td>ULT</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Umezawa Giken Co.,Ltd</td><td>UMG</td><td>04/10/2008</td> </tr>
- <tr class="odd"><td>Ungermann-Bass Inc</td><td>UBI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Unicate</td><td>UNY</td><td>07/21/1998</td> </tr>
- <tr class="odd"><td>Uniden Corporation</td><td>UDN</td><td>10/18/2004</td> </tr>
- <tr class="even"><td>Uniform Industrial Corporation</td><td>UIC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Uniform Industry Corp.</td><td>UNI</td><td>11/06/2001</td> </tr>
- <tr class="even"><td>UNIGRAF-USA</td><td>UFG</td><td>10/09/2008</td> </tr>
- <tr class="odd"><td>Unisys Corporation</td><td>UNB</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Unisys Corporation</td><td>UNC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Unisys Corporation</td><td>UNM</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Unisys Corporation</td><td>UNO</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Unisys Corporation</td><td>UNS</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Unisys Corporation</td><td>UNT</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Unisys DSD</td><td>UNA</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Uni-Take Int&#039;l Inc.</td><td>WKH</td><td>06/17/2002</td> </tr>
- <tr class="odd"><td>United Microelectr Corporation</td><td>UMC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Unitop</td><td>UNP</td><td>11/06/2001</td> </tr>
- <tr class="odd"><td>Universal Electronics Inc</td><td>UEI</td><td>08/20/1997</td> </tr>
- <tr class="even"><td>Universal Empowering Technologies</td><td>UET</td><td>09/26/1997</td> </tr>
- <tr class="odd"><td>Universal Multimedia</td><td>UMM</td><td>10/08/2001</td> </tr>
- <tr class="even"><td>Universal Scientific Industrial Co., Ltd.</td><td>USI</td><td>11/04/2003</td> </tr>
- <tr class="odd"><td>University College</td><td>JGD</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Uniwill Computer Corp.</td><td>UWC</td><td>04/16/2004</td> </tr>
- <tr class="odd"><td>Up to Date Tech</td><td>UTD</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>UPPI</td><td>UPP</td><td>04/14/1998</td> </tr>
- <tr class="odd"><td>Ups Manufactoring s.r.l.</td><td>RUP</td><td>03/15/2001</td> </tr>
- <tr class="even"><td>USC Information Sciences Institute</td><td>ASD</td><td>04/08/1997</td> </tr>
- <tr class="odd"><td>Utimaco Safeware AG</td><td>USA</td><td>05/04/1998</td> </tr>
- <tr class="even"><td>Vaddio, LLC</td><td>VAD</td><td>11/30/2012</td> </tr>
- <tr class="odd"><td>Vadem</td><td>VDM</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>VAIO Corporation</td><td>VAI</td><td>04/18/2014</td> </tr>
- <tr class="odd"><td>Valence Computing Corporation</td><td>VAL</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Valley Board Ltda</td><td>VBT</td><td>03/15/2001</td> </tr>
- <tr class="odd"><td>ValleyBoard Ltda.</td><td>VLB</td><td>04/05/1998</td> </tr>
- <tr class="even"><td>Valve Corporation</td><td>VLV</td><td>03/06/2013</td> </tr>
- <tr class="odd"><td>VanErum Group</td><td>ITI</td><td>10/01/2013</td> </tr>
- <tr class="even"><td>Varian Australia Pty Ltd</td><td>VAR</td><td>04/19/2000</td> </tr>
- <tr class="odd"><td>VATIV Technologies</td><td>VTV</td><td>04/12/2006</td> </tr>
- <tr class="even"><td>VBrick Systems Inc.</td><td>VBR</td><td>08/19/2009</td> </tr>
- <tr class="odd"><td>VCONEX</td><td>VCX</td><td>06/15/2005</td> </tr>
- <tr class="even"><td>VDC Display Systems</td><td>VDC</td><td>04/29/2009</td> </tr>
- <tr class="odd"><td>Vector Informatik GmbH</td><td>VEC</td><td>09/10/1997</td> </tr>
- <tr class="even"><td>Vector Magnetics, LLC</td><td>VCM</td><td>04/12/2006</td> </tr>
- <tr class="odd"><td>Vektrex</td><td>VEK</td><td>12/13/1996</td> </tr>
- <tr class="even"><td>VeriFone Inc</td><td>VFI</td><td>05/29/1998</td> </tr>
- <tr class="odd"><td>Vermont Microsystems</td><td>VMI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Vestax Corporation</td><td>VTX</td><td>02/14/2012</td> </tr>
- <tr class="odd"><td>Vestel Elektronik Sanayi ve Ticaret A. S.</td><td>VES</td><td>09/19/1997</td> </tr>
- <tr class="even"><td>Via Mons Ltd.</td><td>VIM</td><td>08/29/2012</td> </tr>
- <tr class="odd"><td>VIA Tech Inc</td><td>VIA</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Victor Company of Japan, Limited</td><td>VCJ</td><td>02/06/2009</td> </tr>
- <tr class="odd"><td>Victor Data Systems</td><td>VDA</td><td>05/24/2000</td> </tr>
- <tr class="even"><td>Victron B.V.</td><td>VIC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Video &amp; Display Oriented Corporation</td><td>VDO</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Video Computer S.p.A.</td><td>URD</td><td>02/24/1998</td> </tr>
- <tr class="odd"><td>Video International Inc.</td><td>JWD</td><td>02/21/2000</td> </tr>
- <tr class="even"><td>Video Products Inc</td><td>VPI</td><td>05/04/2010</td> </tr>
- <tr class="odd"><td>VideoLan Technologies</td><td>VLT</td><td>10/17/1997</td> </tr>
- <tr class="even"><td>VideoServer</td><td>VSI</td><td>06/25/1997</td> </tr>
- <tr class="odd"><td>Videotechnik Breithaupt</td><td>VTB</td><td>07/23/2013</td> </tr>
- <tr class="even"><td>VIDEOTRON CORP.</td><td>VTN</td><td>05/04/2010</td> </tr>
- <tr class="odd"><td>Vidisys GmbH &amp; Company</td><td>VDS</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Viditec, Inc.</td><td>VDT</td><td>11/08/1999</td> </tr>
- <tr class="odd"><td>ViewSonic Corporation</td><td>VSC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Viewteck Co., Ltd.</td><td>VTK</td><td>10/08/2001</td> </tr>
- <tr class="odd"><td>Viking Connectors</td><td>VIK</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Vinca Corporation</td><td>VNC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Vinci Labs</td><td>NHT</td><td>03/03/2006</td> </tr>
- <tr class="even"><td>Vine Micros Limited</td><td>VML</td><td>06/16/2004</td> </tr>
- <tr class="odd"><td>Vine Micros Ltd</td><td>VIN</td><td>04/19/2000</td> </tr>
- <tr class="even"><td>Virtual Computer Corporation</td><td>VCC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Virtual Resources Corporation</td><td>VRC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Vision Quest</td><td>VQ@</td><td>10/26/2009</td> </tr>
- <tr class="odd"><td>Vision Systems GmbH</td><td>VSP</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Visioneer</td><td>VIS</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Visitech AS</td><td>VIT</td><td>09/05/2006</td> </tr>
- <tr class="even"><td>Vislink International Ltd</td><td>VLK</td><td>08/27/2012</td> </tr>
- <tr class="odd"><td>VistaCom Inc</td><td>VCI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Visual Interface, Inc</td><td>VIR</td><td>11/27/1998</td> </tr>
- <tr class="odd"><td>Vivid Technology Pte Ltd</td><td>VTL</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>VIZIO, Inc</td><td>VIZ</td><td>06/06/2012</td> </tr>
- <tr class="odd"><td>VLSI Tech Inc</td><td>VTI</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>VMware Inc.,</td><td>VMW</td><td>10/18/2011</td> </tr>
- <tr class="odd"><td>Voice Technologies Group Inc</td><td>VTG</td><td>04/24/1997</td> </tr>
- <tr class="even"><td>Vortex Computersysteme GmbH</td><td>GDT</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>VPixx Technologies Inc.</td><td>VPX</td><td>12/05/2013</td> </tr>
- <tr class="even"><td>VRmagic Holding AG</td><td>VRM</td><td>04/12/2013</td> </tr>
- <tr class="odd"><td>V-Star Electronics Inc.</td><td>VSR</td><td>02/21/2000</td> </tr>
- <tr class="even"><td>VTech Computers Ltd</td><td>VTS</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>VTel Corporation</td><td>VTC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Vutrix (UK) Ltd</td><td>VUT</td><td>07/22/2003</td> </tr>
- <tr class="odd"><td>Vweb Corp.</td><td>VWB</td><td>03/12/2004</td> </tr>
- <tr class="even"><td>Wacom Tech</td><td>WAC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Wallis Hamilton Industries</td><td>JPW</td><td>07/16/1999</td> </tr>
- <tr class="even"><td>Wanlida Group Co., Ltd.</td><td>MLT</td><td>04/24/2014</td> </tr>
- <tr class="odd"><td>Wave Access</td><td>WAL</td><td>12/13/1996</td> </tr>
- <tr class="even"><td>Wave Systems</td><td>AWS</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Wave Systems Corporation</td><td>WVM</td><td>12/05/1997</td> </tr>
- <tr class="even"><td>Wavephore</td><td>WAV</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Way2Call Communications</td><td>SEL</td><td>03/20/1997</td> </tr>
- <tr class="even"><td>WB Systemtechnik GmbH</td><td>WBS</td><td>09/08/1997</td> </tr>
- <tr class="odd"><td>W-DEV</td><td>WEL </td><td>11/01/2010</td> </tr>
- <tr class="even"><td>Wearnes Peripherals International (Pte) Ltd</td><td>WPI</td><td>03/31/1998</td> </tr>
- <tr class="odd"><td>Wearnes Thakral Pte</td><td>WTK</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>WebGear Inc</td><td>WEB</td><td>01/30/1998</td> </tr>
- <tr class="odd"><td>Westermo Teleindustri AB</td><td>WMO</td><td>01/13/2000</td> </tr>
- <tr class="even"><td>Western Digital</td><td>WDC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Westinghouse Digital Electronics</td><td>WDE</td><td>05/23/2003</td> </tr>
- <tr class="even"><td>WEY Design AG</td><td>WEY</td><td>10/18/2004</td> </tr>
- <tr class="odd"><td>Whistle Communications</td><td>WHI</td><td>10/24/1998</td> </tr>
- <tr class="even"><td>Wildfire Communications Inc</td><td>WLD</td><td>02/13/1997</td> </tr>
- <tr class="odd"><td>WillNet Inc.</td><td>WNI</td><td>04/19/2000</td> </tr>
- <tr class="even"><td>Winbond Electronics Corporation</td><td>WEC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Diebold Nixdorf Systems GmbH</td><td>WNX</td><td>09/20/2004</td> </tr>
- <tr class="even"><td>Winmate Communication Inc</td><td>WMT</td><td>03/15/2001</td> </tr>
- <tr class="odd"><td>Winnov L.P.</td><td>WNV</td><td>03/07/1997</td> </tr>
- <tr class="even"><td>WiNRADiO Communications</td><td>WRC</td><td>09/11/1997</td> </tr>
- <tr class="odd"><td>Wintop Technology Inc</td><td>WIN</td><td>12/29/1996</td> </tr>
- <tr class="even"><td>Wipotec Wiege- und Positioniersysteme GmbH</td><td>WWP</td><td>04/08/2014</td> </tr>
- <tr class="odd"><td>WIPRO Information Technology Ltd</td><td>WIL</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Wipro Infotech</td><td>WIP</td><td>01/09/2004</td> </tr>
- <tr class="odd"><td>Wireless And Smart Products Inc.</td><td>WSP</td><td>03/20/1999</td> </tr>
- <tr class="even"><td>Wisecom Inc</td><td>WCI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Wistron Corporation</td><td>WST</td><td>09/03/2010</td> </tr>
- <tr class="even"><td>Wolfson Microelectronics Ltd</td><td>WML</td><td>07/30/1997</td> </tr>
- <tr class="odd"><td>WolfVision GmbH</td><td>WVV</td><td>09/18/2012</td> </tr>
- <tr class="even"><td>Woodwind Communications Systems Inc</td><td>WCS</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Wooyoung Image &amp; Information Co.,Ltd.</td><td>WYT</td><td>01/18/2008</td> </tr>
- <tr class="even"><td>WorkStation Tech</td><td>WTI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>World Wide Video, Inc.</td><td>WWV</td><td>10/24/1998</td> </tr>
- <tr class="even"><td>Woxter Technology Co. Ltd</td><td>WXT</td><td>09/03/2010</td> </tr>
- <tr class="odd"><td>X-10 (USA) Inc</td><td>XTN</td><td>02/24/1997</td> </tr>
- <tr class="even"><td>X2E GmbH</td><td>XTE</td><td>09/23/2009</td> </tr>
- <tr class="odd"><td>XAC Automation Corp</td><td>XAC</td><td>02/22/1999</td> </tr>
- <tr class="even"><td>XDM Ltd.</td><td>XDM</td><td>11/22/2010</td> </tr>
- <tr class="odd"><td>Xedia Corporation</td><td>MAD</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Xilinx, Inc.</td><td>XLX</td><td>08/01/2007</td> </tr>
- <tr class="odd"><td>Xinex Networks Inc</td><td>XIN</td><td>02/07/1997</td> </tr>
- <tr class="even"><td>Xiotech Corporation</td><td>XIO</td><td>05/29/1998</td> </tr>
- <tr class="odd"><td>Xircom Inc</td><td>XRC</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Xitel Pty ltd</td><td>XIT</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Xirocm Inc</td><td>XIR</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>XN Technologies, Inc.</td><td>XNT</td><td>07/14/2003</td> </tr>
- <tr class="odd"><td>XOCECO</td><td>UHB</td><td>11/27/1998</td> </tr>
- <tr class="even"><td>XORO ELECTRONICS (CHENGDU) LIMITED</td><td>XRO</td><td>05/23/2005</td> </tr>
- <tr class="odd"><td>XS Technologies Inc</td><td>XST</td><td>01/20/1998</td> </tr>
- <tr class="even"><td>Xscreen AS</td><td>XSN</td><td>02/14/2006</td> </tr>
- <tr class="odd"><td>XSYS</td><td>XSY</td><td>04/23/1998</td> </tr>
- <tr class="even"><td>Yamaha Corporation</td><td>YMH</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Xycotec Computer GmbH</td><td>XYC</td><td>09/03/2002</td> </tr>
- <tr class="even"><td>Yasuhiko Shirai Melco Inc</td><td>BUF</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Y-E Data Inc</td><td>YED</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Yokogawa Electric Corporation</td><td>YHQ</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Ypoaz Systems Inc</td><td>TPZ</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Z Microsystems</td><td>ZMZ</td><td>08/10/2005</td> </tr>
- <tr class="odd"><td>Z3 Technology</td><td>ZTT</td><td>12/14/2010</td> </tr>
- <tr class="even"><td>Zalman Tech Co., Ltd.</td><td>ZMT</td><td>05/07/2007</td> </tr>
- <tr class="odd"><td>Zandar Technologies plc</td><td>ZAN</td><td>12/03/2003</td> </tr>
- <tr class="even"><td>ZeeVee, Inc.</td><td>ZAZ</td><td>01/18/2008</td> </tr>
- <tr class="odd"><td>Zebra Technologies International, LLC</td><td>ZBR</td><td>09/15/2003</td> </tr>
- <tr class="even"><td>Zefiro Acoustics</td><td>ZAX</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>ZeitControl cardsystems GmbH</td><td>ZCT</td><td>01/20/1999</td> </tr>
- <tr class="even"><td>ZENIC Inc.</td><td>ZEN</td><td>04/17/2015</td> </tr>
- <tr class="odd"><td>Zenith Data Systems</td><td>ZDS</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Zenith Data Systems</td><td>ZGT</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Zenith Data Systems</td><td>ZSE</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Zetinet Inc</td><td>ZNI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Zhejiang Tianle Digital Electric Co., Ltd. </td><td>TLE</td><td>01/17/2014</td> </tr>
- <tr class="even"><td>Zhong Shan City Richsound Electronic Industrial Ltd. </td><td>RSR</td><td>01/27/2015</td> </tr>
- <tr class="odd"><td>Znyx Adv. Systems</td><td>ZNX</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Zoom Telephonics Inc</td><td>ZTI</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Zoran Corporation</td><td>ZRN</td><td>03/31/2005</td> </tr>
- <tr class="even"><td>Zowie Intertainment, Inc</td><td>ZOW</td><td>02/22/1999</td> </tr>
- <tr class="odd"><td>ZT Group Int&#039;l Inc.</td><td>ZTM</td><td>06/14/2007</td> </tr>
- <tr class="even"><td>ZTE Corporation</td><td>ZTE</td><td>09/03/2010</td> </tr>
- <tr class="odd"><td>Zuniq Data Corporation</td><td>SIX</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Zydacron Inc</td><td>ZYD</td><td>04/10/1997</td> </tr>
- <tr class="odd"><td>ZyDAS Technology Corporation</td><td>ZTC</td><td>05/24/2000</td> </tr>
- <tr class="even"><td>Zypcom Inc</td><td>ZYP</td><td>03/19/1997</td> </tr>
- <tr class="odd"><td>Zytex Computers</td><td>ZYT</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Zytor Communications</td><td>HPA</td><td>07/02/2010</td> </tr>
- <tr class="odd"><td>Alpha Electronics Company</td><td>AEJ</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>BOE</td><td>BOE</td><td>12/02/2004</td> </tr>
- <tr class="odd"><td>Chaplet Systems Inc</td><td>FIR</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Chenming Mold Ind. Corp.</td><td>CMG</td><td>11/14/2003</td> </tr>
- <tr class="odd"><td>coolux GmbH</td><td>COO</td><td>09/30/2010</td> </tr>
- <tr class="even"><td>Data General Corporation</td><td>DGC</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Exabyte</td><td>EXA</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Herolab GmbH</td><td>HRL</td><td>03/17/1998</td> </tr>
- <tr class="odd"><td>Hitachi Computer Products Inc</td><td>HCP</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Integrated Circuit Systems</td><td>ICS</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Irdata</td><td>IRD</td><td>04/24/2001</td> </tr>
- <tr class="even"><td>Jewell Instruments, LLC</td><td>JWL</td><td>06/21/2001</td> </tr>
- <tr class="odd"><td>MultiQ Products AB</td><td>MQP</td><td>03/20/1999</td> </tr>
- <tr class="even"><td>Ncast Corporation</td><td>NAC</td><td>02/14/2006</td> </tr>
- <tr class="odd"><td>ODME Inc.</td><td>ODM</td><td>09/23/1998</td> </tr>
- <tr class="even"><td>Photomatrix</td><td>PMX</td><td>11/29/1996</td> </tr>
- <tr class="odd"><td>Quantum Solutions, Inc.</td><td>QSI</td><td>01/13/2000</td> </tr>
- <tr class="even"><td>Red Hat, Inc.</td><td>RHT</td><td>02/17/2011</td> </tr>
- <tr class="odd"><td>Zyxel</td><td>ZYX</td><td>11/29/1996</td> </tr>
- <tr class="even"><td>Carrera Computer Inc</td><td>JAZ</td><td>01/01/1994</td> </tr>
- <tr class="odd"><td>Chunghwa Picture Tubes, LTD</td><td>CGA</td><td>01/01/1994</td> </tr>
- <tr class="even"><td>eMicro Corporation</td><td>EMC</td><td>01/01/1994</td> </tr>
- <tr class="odd"><td>Hisense Electric Co., Ltd.</td><td>HEC</td><td>01/01/1994</td> </tr>
- <tr class="even"><td>PanaScope</td><td>PNS</td><td>01/01/1994</td> </tr>
- <tr class="odd"><td>SpinCore Technologies, Inc</td><td>SPC</td><td>01/01/1994</td> </tr>
- <tr class="even"><td>Sensics, Inc.</td><td>SVR</td><td>08/27/2015</td> </tr>
- <tr class="odd"><td>IAdea Corporation</td><td>IAD</td><td>09/10/2015</td> </tr>
- <tr class="even"><td>Express Industrial, Ltd.</td><td>ELU</td><td>09/10/2015</td> </tr>
- <tr class="odd"><td>Hewlett Packard Enterprise </td><td>HPE</td><td>09/22/2015</td> </tr>
- <tr class="even"><td>Klipsch Group, Inc </td><td>KGI</td><td>09/22/2015</td> </tr>
- <tr class="odd"><td>Tek Gear</td><td>TKG</td><td>10/16/2015</td> </tr>
- <tr class="even"><td>HangZhou ZMCHIVIN</td><td>ZMC</td><td>10/16/2015</td> </tr>
- <tr class="odd"><td>HTC Corportation</td><td>HVR</td><td>10/16/2015</td> </tr>
- <tr class="even"><td>Zebax Technologies</td><td>ZBX</td><td>10/16/2015</td> </tr>
- <tr class="odd"><td>Guangzhou Shirui Electronics Co., Ltd.</td><td>SWO</td><td>10/16/2015</td> </tr>
- <tr class="even"><td>Picturall Ltd.</td><td>PIC</td><td>11/13/2015</td> </tr>
- <tr class="odd"><td>Guangzhou Teclast Information Technology Limited</td><td>SKM</td><td>11/18/2015</td> </tr>
- <tr class="even"><td>GreenArrays, Inc.</td><td>GAC</td><td>11/18/2015</td> </tr>
- <tr class="odd"><td>Thales Avionics</td><td>TAV</td><td>11/18/2015</td> </tr>
- <tr class="even"><td>Explorer Inc.</td><td>EXR</td><td>11/18/2015</td> </tr>
- <tr class="odd"><td>Avegant Corporation</td><td>AVG</td><td>12/02/2015</td> </tr>
- <tr class="even"><td>MicroImage Video Systems</td><td>MIV</td><td>12/08/2015</td> </tr>
- <tr class="odd"><td>ASUSTek COMPUTER INC</td><td>AUS</td><td>12/21/2015</td> </tr>
- <tr class="even"><td>Synthetel Corporation</td><td>STQ</td><td>12/21/2015</td> </tr>
- <tr class="odd"><td>HP Inc.</td><td>HPN</td><td>12/21/2015</td> </tr>
- <tr class="even"><td>MicroTechnica Co.,Ltd.</td><td>MTJ</td><td>01/04/2016</td> </tr>
- <tr class="odd"><td>Gechic Corporation</td><td>GEC</td><td>01/04/2016</td> </tr>
- <tr class="even"><td>MPL AG, Elektronik-Unternehmen</td><td>MEU</td><td>01/15/2016</td> </tr>
- <tr class="odd"><td>Display Solution AG</td><td>DSA</td><td>02/03/2016</td> </tr>
- <tr class="even"><td>UEFI Forum</td><td>PRP</td><td>02/03/2016</td> </tr>
- <tr class="odd"><td>Taitex Corporation</td><td>TTX</td><td>02/03/2016</td> </tr>
- <tr class="even"><td>EchoStar Corporation</td><td>ECH</td><td>02/26/2016</td> </tr>
- <tr class="odd"><td>TCL Corporation</td><td>TOL</td><td>03/30/2016</td> </tr>
- <tr class="even"><td>ADDER TECHNOLOGY LTD</td><td>ADZ</td><td>03/30/2016</td> </tr>
- <tr class="odd"><td>HKC OVERSEAS LIMITED</td><td>HKC</td><td>03/30/2016</td> </tr>
- <tr class="even"><td>KEYENCE CORPORATION</td><td>KYN</td><td>03/30/2016</td> </tr>
- <tr class="odd"><td>TETRADYNE CO., LTD.</td><td>TET</td><td>04/27/2016</td> </tr>
- <tr class="even"><td>Abaco Systems, Inc.</td><td>ABS</td><td>04/27/2016</td> </tr>
- <tr class="odd"><td>Meta Company</td><td>MVN</td><td>05/25/2016</td> </tr>
- <tr class="even"><td>Eizo Rugged Solutions</td><td>ERS</td><td>05/25/2016</td> </tr>
- <tr class="odd"><td>VersaLogic Corporation</td><td>VLC</td><td>05/25/2016</td> </tr>
- <tr class="even"><td>CYPRESS SEMICONDUCTOR CORPORATION</td><td>CYP</td><td>05/25/2016</td> </tr>
- <tr class="odd"><td>MILDEF AB</td><td>MDF</td><td>06/23/2016</td> </tr>
- <tr class="even"><td>FOVE INC</td><td>FOV</td><td>07/01/2016</td> </tr>
- <tr class="odd"><td>INNES</td><td>NES</td><td>07/01/2016</td> </tr>
- <tr class="even"><td>Hoffmann + Krippner GmbH</td><td>HUK</td><td>07/01/2016</td> </tr>
- <tr class="odd"><td>Axell Corporation</td><td>AXE</td><td>08/03/2016</td> </tr>
- <tr class="even"><td>UltiMachine</td><td>UMT</td><td>08/11/2016</td> </tr>
- <tr class="odd"><td>TPK Holding Co., Ltd</td><td>KPT</td><td>08/16/2016</td> </tr>
- <tr class="even"><td>AAEON Technology Inc.</td><td>AAN</td><td>09/01/2016</td> </tr>
- <tr class="odd"><td>Six15 Technologies</td><td>TDG</td><td>09/14/2016</td> </tr>
- <tr class="even"><td>Inlife-Handnet Co., Ltd.</td><td>IVR</td><td>01/19/2017</td> </tr>
- <tr class="odd"><td>VR Technology Holdings Limited </td><td>DSJ</td><td>01/19/2017</td> </tr>
- <tr class="even"><td>Pimax Tech. CO., LTD </td><td>PVR</td><td>02/07/2017</td> </tr>
- <tr class="odd"><td>Total Vision LTD </td><td>TVL</td><td>02/07/2017</td> </tr>
- <tr class="even"><td>Shanghai Lexiang Technology Limited </td><td>DPN</td><td>02/07/2017</td> </tr>
- <tr class="odd"><td>Black Box Corporation</td><td>BBX</td><td>02/28/2017</td> </tr>
- <tr class="even"><td>TRAPEZE GROUP </td><td>TRP</td><td>02/28/2017</td> </tr>
- <tr class="odd"><td>Pabian Embedded Systems </td><td>PMS</td><td>02/28/2017</td> </tr>
- <tr class="even"><td>Televic Conference </td><td>TCF</td><td>02/28/2017</td> </tr>
- <tr class="odd"><td>Shanghai Chai Ming Huang Info&amp;Tech Co, Ltd </td><td>HYL</td><td>02/28/2017</td> </tr>
- <tr class="even"><td>Techlogix Networx</td><td>TLN</td><td>02/28/2017</td> </tr>
- <tr class="odd"><td>G2TOUCH KOREA</td><td>GGT</td><td>05/25/2017</td> </tr>
- <tr class="even"><td>MediCapture, Inc.</td><td>MVR</td><td>05/25/2017</td> </tr>
- <tr class="odd"><td>HOYA Corporation PENTAX Lifecare Division</td><td>PNT</td><td>05/25/2017</td> </tr>
- <tr class="even"><td>christmann informationstechnik + medien GmbH &amp; Co. KG</td><td>CHR</td><td>05/25/2017</td> </tr>
- <tr class="odd"><td>Tencent</td><td>TEN</td><td>06/20/2017</td> </tr>
- <tr class="even"><td>VRstudios, Inc.</td><td>VRS</td><td>06/22/2017</td> </tr>
- <tr class="odd"><td>Extreme Engineering Solutions, Inc.</td><td>XES</td><td>06/22/2017</td> </tr>
- <tr class="even"><td>NewTek</td><td>NTK</td><td>06/22/2017</td> </tr>
- <tr class="odd"><td>BlueBox Video Limited</td><td>BBV</td><td>06/22/2017</td> </tr>
- <tr class="even"><td>Televés, S.A.</td><td>TEV</td><td>06/22/2017</td> </tr>
- <tr class="odd"><td>Avatron Software Inc.</td><td>AVS</td><td>08/23/2017</td> </tr>
- <tr class="even"><td>Positivo Tecnologia S.A.</td><td>POS</td><td>09/01/2017</td> </tr>
- <tr class="odd"><td>VRgineers, Inc.</td><td>VRG</td><td>09/07/2017</td> </tr>
- <tr class="even"><td>Noritake Itron Corporation</td><td>NRI</td><td>11/13/2017</td> </tr>
- <tr class="odd"><td>Matrix Orbital Corporation</td><td>MOC</td><td>11/13/2017</td> </tr>
- <tr class="even"><td>Elegant Invention</td><td>EIN</td><td>03/29/2018</td> </tr>
- <tr class="odd"><td>Immersive Audio Technologies France</td><td>IMF</td><td>03/29/2018</td> </tr>
- <tr class="even"><td>Lightspace Technologies</td><td>LSP</td><td>03/29/2018</td> </tr>
- <tr class="odd"><td>PixelNext Inc</td><td>PXN</td><td>03/29/2018</td> </tr>
- <tr class="even"><td>VRSHOW Technology Limited</td><td>TSW</td><td>03/29/2018</td> </tr>
- <tr class="odd"><td>SONOVE GmbH</td><td>SNV</td><td>03/29/2018</td> </tr>
- <tr class="even"><td>Silex Inside</td><td>SXI</td><td>03/29/2018</td> </tr>
- <tr class="odd"><td>Huawei Technologies Co., Inc. </td><td>HWV</td><td>04/25/2018</td> </tr>
- <tr class="even"><td>Varjo Technologies</td><td>VRT</td><td>11/17/2017</td> </tr>
- <tr class="odd"><td>Japan E.M.Solutions Co., Ltd.</td><td>JEM</td><td>05/24/2018</td> </tr>
- <tr class="even"><td>QD Laser, Inc.</td><td>QDL</td><td>05/31/2018</td> </tr>
- <tr class="odd"><td>VADATECH INC</td><td>VAT</td><td>07/09/2018</td> </tr>
- <tr class="even"><td>Medicaroid Corporation</td><td>MCJ</td><td>08/20/2018</td> </tr>
- <tr class="odd"><td>Razer Taiwan Co. Ltd.</td><td>RZR</td><td>08/20/2018</td> </tr>
- <tr class="even"><td>GIGA-BYTE TECHNOLOGY CO., LTD.</td><td>GBT</td><td>09/05/2018</td> </tr>
- <tr class="odd"><td>Kontron GmbH</td><td>KOM</td><td>09/05/2018</td> </tr>
- <tr class="even"><td>Convergent Engineering, Inc.</td><td>CIE</td><td>09/05/2018</td> </tr>
- <tr class="odd"><td>WyreStorm Technologies LLC </td><td>WYR</td><td>09/05/2018</td> </tr>
- <tr class="even"><td>Astro HQ LLC</td><td>AHQ </td><td>09/05/2018</td> </tr>
- <tr class="odd"><td>QSC, LLC</td><td>QSC</td><td>01/18/2019</td> </tr>
- <tr class="even"><td>Dimension Engineering LLC</td><td>DMN</td><td>02/06/2019</td> </tr>
- <tr class="odd"><td>Shenzhen Dlodlo Technologies Co., Ltd.</td><td>DLO</td><td>04/29/2019</td> </tr>
- <tr class="even"><td>LENOVO BEIJING CO. LTD.</td><td>VLM</td><td>05/21/2019</td> </tr>
- <tr class="odd"><td>Cammegh Limited</td><td>CRW</td><td>06/18/2019</td> </tr>
- <tr class="even"><td>Beihai Century Joint Innovation Technology Co.,Ltd</td><td>LHC</td><td>09/10/2019</td> </tr>
- <tr class="odd"><td>Findex, Inc.</td><td>FDX</td><td>10/22/2019</td> </tr>
- <tr class="even"><td>Express Luck, Inc.</td><td>ELD</td><td>10/22/2019</td> </tr>
- <tr class="odd"><td>LLC SKTB “SKIT”</td><td>SKI</td><td>10/22/2019</td> </tr>
- <tr class="even"><td>WOLF Advanced Technology</td><td>WLF</td><td>10/22/2019</td> </tr>
- <tr class="odd"><td>BILD INNOVATIVE TECHNOLOGY LLC</td><td>BLD</td><td>10/22/2019</td> </tr>
- <tr class="even"><td>MIMO Monitors</td><td>MMT</td><td>10/22/2019</td> </tr>
- <tr class="odd"><td>Icron</td><td>ICR</td><td>10/22/2019</td> </tr>
- <tr class="even"><td>TECNART CO.,LTD.</td><td>PIS</td><td>10/22/2019</td> </tr>
- <tr class="odd"><td>Moxa Inc.</td><td>MHQ</td><td>10/22/2019</td> </tr>
- <tr class="even"><td>Disguise Technologies</td><td>DSG</td><td>10/22/2019</td> </tr>
- <tr class="odd"><td>Comark LLC</td><td>CMK</td><td>07/15/2020</td> </tr>
- <tr class="even"><td>Megapixel Visual Realty</td><td>MPV</td><td>07/15/2020</td> </tr>
- <tr class="odd"><td>Skyworth</td><td>SKW</td><td>07/15/2020</td> </tr>
- <tr class="even"><td>Meta View, Inc.</td><td>CFR</td><td>07/15/2020</td> </tr>
- <tr class="odd"><td>MILCOTS</td><td>MLC</td><td>07/15/2020</td> </tr>
- <tr class="even"><td>NZXT (PNP same EDID)_</td><td>NXT</td><td>07/15/2020</td> </tr>
- <tr class="odd"><td>Unicompute Technology Co., Ltd.</td><td>UTC</td><td>10/19/2020</td> </tr>
- <tr class="even"><td>TECHNOGYM S.p.A.</td><td>TGW</td><td>01/08/2021</td> </tr>
- <tr class="odd"><td>Clover Electronics</td><td>CLR</td><td>02/02/2021</td> </tr>
- <tr class="even"><td>Kyokko Communication System Co., Ltd.</td><td>KTS</td><td>02/18/2021</td> </tr>
- <tr class="odd"><td>Terumo Corporation</td><td>TMO</td><td>02/02/2021</td> </tr>
- <tr class="even"><td>Micro-Star Int&#039;l Co., Ltd.</td><td>CND</td><td>02/17/2021</td> </tr>
- <tr class="odd"><td>Newline Interactive Inc.</td><td>NWL</td><td>12/03/2020</td> </tr>
- <tr class="even"><td>CORSAIR MEMORY Inc.</td><td>CRM</td><td>02/05/2021</td> </tr>
- <tr class="odd"><td>aviica</td><td>VAV</td><td>06/01/2021</td> </tr>
- <tr class="even"><td>Monoprice.Inc</td><td>DMG</td><td>06/04/2021</td> </tr>
- <tr class="odd"><td>Shenzhen KTC Technology Group</td><td>SKG</td><td>06/01/2021</td> </tr>
- <tr class="even"><td>Truly Semiconductors Ltd.</td><td>TLY</td><td>06/01/2021</td> </tr>
- <tr class="odd"><td>Hitevision Group</td><td>HHT</td><td>03/08/2021</td> </tr>
- <tr class="even"><td>DLOGIC Ltd.</td><td>DLM</td><td>06/10/2021</td> </tr>
- <tr class="odd"><td>Fun Technology Innovation INC.</td><td>FUL</td><td>06/10/2021</td> </tr>
- <tr class="even"><td>Guangxi Century Innovation Display Electronics Co., Ltd</td><td>IOC</td><td>06/10/2021</td> </tr>
- <tr class="odd"><td>ICC Intelligent Platforms GmbH</td><td>EMR</td><td>06/10/2021</td> </tr>
- <tr class="even"><td>New H3C Technology Co., Ltd.</td><td>NHC</td><td>06/10/2021</td> </tr>
- <tr class="odd"><td>Seco S.p.A.</td><td>SCG</td><td>06/10/2021</td> </tr>
- <tr class="even"><td>Silent Power Electronics GmbH</td><td>LCP</td><td>06/10/2021</td> </tr>
- <tr class="odd"><td>NAFASAE INDIA Pvt. Ltd</td><td>NAF</td><td>06/18/2021</td> </tr>
- <tr class="even"><td>Pico Technology Inc.</td><td>PIR</td><td>06/18/2021</td> </tr>
- <tr class="odd"><td>Life is Style Inc.</td><td>LIS</td><td>06/18/2021</td> </tr>
- <tr class="even"><td>Hansung Co., Ltd</td><td>HSN</td><td>06/18/2021</td> </tr>
- <tr class="odd"><td>Hubei Century Joint Innovation Technology Co.Ltd</td><td>TTR</td><td>06/18/2021</td> </tr>
- <tr class="even"><td>Zake IP Holdings LLC (3B tech)</td><td>VIO</td><td>06/18/2021</td> </tr>
- <tr class="odd"><td>PreSonus Audio Electronics</td><td>PAE</td><td>06/24/2021</td> </tr>
- <tr class="even"><td>C&amp;T Solution Inc.</td><td>MXM</td><td>07/21/2021</td> </tr>
- <tr class="odd"><td>VARCem</td><td>VCE</td><td>07/21/2021</td> </tr>
- <tr class="even"><td>Nextorage Corporation</td><td>NXR</td><td>09/21/2021</td> </tr>
- <tr class="odd"><td>Netvio Ltd.</td><td>NVO</td><td>09/21/2021</td> </tr>
- <tr class="even"><td>Beijing Guochengwantong Information Technology Co., Ltd.</td><td>STV</td><td>09/21/2021</td> </tr>
- <tr class="odd"><td>Kopin Corporation</td><td>KOP</td><td>10/01/2021</td> </tr>
- <tr class="even"><td>Anker Innovations Limited</td><td>AKR</td><td>12/10/2021</td> </tr>
- <tr class="odd"><td>SAMPO CORPORATION</td><td>SPO</td><td>12/10/2021</td> </tr>
- <tr class="even"><td>Shiftall Inc.</td><td>SFL</td><td>12/31/2021</td> </tr>
- <tr class="odd"><td>AudioControl</td><td>AUD</td><td>12/31/2021</td> </tr>
- <tr class="even"><td>Schneider Consumer Group</td><td>SCA</td><td>02/08/2022</td> </tr>
- <tr class="odd"><td>NOLO CO., LTD.</td><td>NVR</td><td>04/08/2022</td> </tr>
- <tr class="even"><td>Riedel Communications Canada Inc.</td><td>RDL</td><td>04/08/2022</td> </tr>
- <tr class="odd"><td>arpara Technology Co., Ltd.</td><td>IMX</td><td>04/08/2022</td> </tr>
- <tr class="even"><td>Nreal</td><td>MRG</td><td>04/08/2022</td> </tr>
- <tr class="odd"><td>Venetex Corporation</td><td>VNX</td><td>04/08/2022</td> </tr>
- <tr class="even"><td>G.VISION</td><td>GVS</td><td>06/17/2022</td> </tr>
- <tr class="odd"><td>Galaxy Microsystems Ltd.</td><td>GXL</td><td>06/17/2022</td> </tr>
- <tr class="even"><td>OZO Co.Ltd</td><td>OZD</td><td>06/17/2022</td> </tr>
- <tr class="odd"><td>GoUp Co.,Ltd</td><td>GUP</td><td>06/24/2022</td> </tr>
- <tr class="even"><td>Eizo Technologies GmbH</td><td>ETG</td><td>06/24/2022</td> </tr>
- <tr class="odd"><td>Steelseries ApS</td><td>SSG</td><td>09/23/2022</td> </tr>
- <tr class="even"><td>Weidmuller Interface GmbH &amp; Co. KG</td><td>WMI</td><td>09/23/2022</td> </tr>
- <tr class="odd"><td>Bigscreen, Inc.</td><td>BIG</td><td>09/23/2022</td> </tr>
- <tr class="even"><td>Jiangxi Jinghao Optical Co., Ltd.</td><td>OFI</td><td>09/23/2022</td> </tr>
- <tr class="odd"><td>EverPro Technologies Company Limited</td><td>EVP</td><td>09/30/2022</td> </tr>
- <tr class="even"><td>NewCoSemi (Beijing) Technology CO.,Ltd.</td><td>NCV</td><td>09/30/2022</td> </tr>
- <tr class="odd"><td>LG Display</td><td>LGD</td><td>09/30/2022</td> </tr>
- <tr class="even"><td>Tianma Microelectronics Ltd.</td><td>TMA</td><td>10/20/2022</td> </tr>
- <tr class="odd"><td>Printronix LLC</td><td>PTX</td><td>10/20/2022</td> </tr>
- <tr class="even"><td>Colorlight</td><td>KLT</td><td>10/20/2022</td> </tr>
- <tr class="odd"><td>Beck GmbH &amp; Co. Elektronik Bauelemente KG</td><td>BCK</td><td>10/20/2022</td> </tr>
- <tr class="even"><td>Shenzhen Soogeen Electronics Co., LTD.</td><td>SGN</td><td>11/29/2022</td> </tr>
- <tr class="odd"><td>Emotiva Audio Corp. </td><td>EAC</td><td>02/02/2023</td> </tr>
- <tr class="even"><td>Delem</td><td>DLD</td><td>04/05/2023</td> </tr>
- <tr class="odd"><td>UNIONMAN TECHNOLOGY CO., LTD</td><td>JLK</td><td>04/19/2023</td> </tr>
- <tr class="even"><td>Samsung Display Corp. </td><td>SDC</td><td>04/25/2023</td> </tr>
- <tr class="odd"><td>KOGAN AUSTRALIA PTY LTD</td><td>KGN</td><td>05/09/2023</td> </tr>
- <tr class="even"><td>Brainlab AG</td><td>BRL</td><td>05/16/2023</td> </tr>
- <tr class="odd"><td>Lincoln Technology Solutions</td><td>LNC</td><td>05/24/2023</td> </tr>
- <tr class="even"><td>Norxe AS </td><td>NXE</td><td>06/07/2023</td> </tr>
- <tr class="odd"><td>Avocor Technologies USA, Inc</td><td>ATU</td><td>06/07/2023</td> </tr>
- <tr class="even"><td>HONOR Device Co., Ltd. </td><td>HNM</td><td>06/07/2023</td> </tr>
- <tr class="odd"><td>VITEC</td><td>VVI</td><td>06/12/2023</td> </tr>
- <tr class="even"><td> Dixon Technologies (India) Limited</td><td>DXN</td><td>07/31/2023</td> </tr>
- <tr class="odd"><td>China Star Optoelectronics Technology Co., Ltd </td><td>CSW</td><td>08/02/2023</td> </tr>
- <tr class="even"><td>RODE</td><td>OMG</td><td>08/03/2023</td> </tr>
- <tr class="odd"><td>AVARRO</td><td>RRO</td><td>08/07/2023</td> </tr>
- <tr class="even"><td>InfoVision Optoelectronics (Kunshan) Co.,Ltd China</td><td>IVO</td><td>09/01/2023</td> </tr>
- <tr class="odd"><td>Moore Threads Virtual Display</td><td>MTT</td><td>09/11/2023</td> </tr>
- <tr class="even"><td>Lumens Digital Optics Inc.</td><td>LMS</td><td>10/04/2023</td> </tr>
- <tr class="odd"><td>Structab AB</td><td>SAB</td><td>10/23/2023</td> </tr>
- </tbody>
- </table>
- </body>
-</html> \ No newline at end of file
+Company,"PNP ID","Approved On Date"
+"21ST CENTURY ENTERTAINMENT",BUT,04/25/2002
+"2-Tel B.V",TTL,03/20/1999
+"3Com Corporation",TCM,11/29/1996
+"3D Perception",TDP,05/16/2002
+3M,VSD,10/16/1998
+"3NOD Digital Technology Co. Ltd.",NOD,12/11/2014
+"A D S Exports",NGS,07/16/1998
+"A Plus Info Corporation",API,11/29/1996
+"A&R Cambridge Ltd.",ACG,06/13/2007
+"A/Vaux Electronics",AVX,08/29/2012
+"A+V Link",APV,01/27/2010
+"Aashima Technology B.V.",TRU,05/08/1998
+"Aava Mobile Oy",AAM,08/13/2013
+"ABBAHOME INC.",ABA,11/08/1999
+"Abeam Tech Ltd.",MEG,11/29/1996
+"Ably-Tech Corporation",ATC,11/29/1996
+"AboCom System Inc.",ABC,03/28/1997
+"ACC Microelectronics",WTC,11/29/1996
+"Access Works Comm Inc",AWC,11/29/1996
+"Acco UK Ltd.",PKA,05/12/2003
+"Accton Technology Corporation",ACC,11/29/1996
+Acculogic,ACU,11/29/1996
+"AccuScene Corporation Ltd",ASL,06/13/2007
+"Ace CAD Enterprise Company Ltd",ANT,11/29/1996
+"Acer Inc",CHE,11/29/1996
+"Acer Labs",ALI,11/29/1996
+"Acer Netxus Inc",ANX,11/29/1996
+"Acer Technologies",ACR,11/29/1996
+Acksys,ACK,11/29/1996
+"Acnhor Datacomm",ADC,11/29/1996
+Acon,CAL,11/29/1996
+"Acrolink Inc",ALK,03/12/1997
+"Acroloop Motion Control Systems Inc",ACM,03/26/1998
+"ACT Labs Ltd",LAB,09/02/1997
+"Actek Engineering Pty Ltd",ACE,11/29/1996
+"Actiontec Electric Inc",AEI,11/29/1996
+"ActivCard S.A",ACV,05/08/1998
+"Aculab Ltd",ACB,11/29/1996
+"Acutec Ltd.",ALM,11/08/1999
+"AD electronics",GLE,04/19/2000
+"Ad Lib MultiMedia Inc",ADM,04/23/1998
+"Adaptec Inc",ADP,11/29/1996
+"Adax Inc",ADX,11/29/1996
+ADC-Centre,RSH,11/08/1999
+"Add Value Enterpises (Asia) Pte Ltd",AVE,01/10/1999
+"Addi-Data GmbH",ADA,11/29/1996
+"ADI Systems Inc",ADI,11/29/1996
+"ADPM Synthesis sas",DPM,08/10/2000
+"Adrienne Electronics Corporation",AXB,10/07/1997
+Adtek,ADT,11/29/1996
+"Adtek System Science Company Ltd",ADK,11/29/1996
+"ADTI Media, Inc",FLE,09/15/2009
+"Adtran Inc",AND,11/29/1996
+"Advan Int'l Corporation",AGM,05/26/1998
+"Advance Computer Corporation",AVN,06/10/2010
+"Advanced Digital Systems",MSM,11/29/1996
+"Advanced Electronic Designs, Inc.",AED,07/12/2004
+"Advanced Engineering",RJS,06/25/1998
+"Advanced Gravis",GRV,11/29/1996
+"Advanced Integ. Research Inc",AIR,11/29/1996
+"Advanced Logic",ALR,11/29/1996
+"Advanced Micro Devices Inc",ADV,11/29/1996
+"Advanced Micro Peripherals Ltd",EVE,11/18/2011
+"Advanced Optics Electronics, Inc.",AOE,04/20/2004
+"Advanced Peripheral Devices Inc",ADD,11/29/1996
+"Advanced Research Technology",ABV,01/16/1997
+"Advanced Signal Processing Technologies",PSA,09/13/1999
+"Advantech Co., Ltd.",AHC,06/13/2007
+"Aerodata Holdings Ltd",ADH,11/11/1997
+"Aetas Peripheral International",AEP,11/08/1999
+"Aethra Telecomunicazioni S.r.l.",AET,12/13/1996
+"Agentur Chairos",CHS,03/15/2001
+"Agilent Technologies",AGT,10/08/2001
+"Ahead Systems",ASI,11/29/1996
+"AIMS Lab Inc",AIM,03/13/1998
+"Airlib, Inc",AYR,02/21/2000
+"Aironet Wireless Communications, Inc",AWL,08/11/1998
+"Aiwa Company Ltd",AIW,11/29/1996
+"AJA Video Systems, Inc.",AJA,10/11/2007
+"AKAMI Electric Co.,Ltd",AKE,09/03/2010
+"Akebia Ltd",AKB,11/29/1996
+"AKIA Corporation",AKI,12/23/1998
+"AL Systems",ALH,01/20/1999
+"Alacron Inc",ALA,11/29/1996
+"Alana Technologies",ALN,01/13/2000
+Alcatel,AOT,11/06/2001
+"Alcatel Bell",ABE,11/29/1996
+Aldebbaron,ADB,03/15/2001
+"Alenco BV",ALE,05/20/2014
+"ALEXON Co.,Ltd.",ALX,09/13/1999
+"Alfa Inc",AFA,11/29/1996
+"Algolith Inc.",ALO,05/02/2005
+"AlgolTek, Inc.",AGO,10/23/2013
+"Alien Internet Services",AIS,06/21/2001
+"Allen Bradley Company",ABD,11/29/1996
+"Alliance Semiconductor Corporation",ALL,11/29/1996
+"Allied Telesis KK",ATI,11/29/1996
+"Allied Telesyn International (Asia) Pte Ltd",ATA,11/10/1997
+"Allied Telesyn Int'l",ATK,11/29/1996
+"Allion Computer Inc.",ACO,10/23/2000
+"Alpha Data",XAD,10/08/2009
+"Alpha Telecom Inc",ATD,09/26/1997
+"Alpha-Top Corporation",ATP,12/04/1996
+"AlphaView LCD",ALV,11/01/2008
+"ALPS ALPINE CO., LTD.",APE,01/22/2013
+"ALPS ALPINE CO., LTD.",ALP,11/29/1996
+"ALPS ALPINE CO., LTD.",AUI,11/29/1996
+"Alta Research Corporation",ARC,11/29/1996
+"Altec Corporation",ALC,08/04/1998
+"Altec Lansing",ALJ,01/13/2000
+"ALTINEX, INC.",AIX,04/24/2001
+"Altmann Industrieelektronik",AIE,11/29/1996
+"Altos Computer Systems",ACS,11/29/1996
+"Altos India Ltd",AIL,11/29/1996
+"Alvedon Computers Ltd",CNC,11/06/1998
+"Ambient Technologies, Inc.",AMB,05/16/1999
+Altra,ALT,11/29/1996
+"Amdek Corporation",AMD,11/29/1996
+"America OnLine",AOL,11/29/1996
+"American Biometric Company",YOW,05/16/1999
+"American Express",AXP,07/16/1999
+"American Magnetics",AXI,03/15/2001
+"American Megatrends Inc",AMI,11/29/1996
+"American Nuclear Systems Inc",MCA,02/12/1997
+"American Power Conversion",CNB,03/15/2001
+"American Power Conversion",APC,11/29/1996
+"Amimon LTD.",AMN,06/13/2007
+"Amino Technologies PLC and Amino Communications Limited",AMO,12/09/2011
+"AMiT Ltd",AKL,12/02/1997
+"AMP Inc",AMP,11/29/1996
+"Amptron International Inc.",AII,05/24/2000
+"AMT International Industry",AMT,11/29/1996
+"AmTRAN Technology Co., Ltd.",AMR,06/10/2013
+"AMX LLC",AMX,07/06/2008
+Anakron,ANA,11/08/1999
+"Analog & Digital Devices Tel. Inc",ADN,03/14/1997
+"Analog Devices Inc",ADS,11/29/1996
+"Analog Way SAS",ANW,01/22/2014
+"Analogix Semiconductor, Inc",ANL,10/10/2005
+"Anchor Bay Technologies, Inc.",ABT,02/14/2006
+"Anatek Electronics Inc.",AAE,05/25/2004
+"Ancor Communications Inc",ACI,11/29/1996
+Ancot,ANC,11/29/1996
+"Anderson Multimedia Communications (HK) Limited",AML,01/03/2003
+"Andrew Network Production",ANP,11/29/1996
+"Anigma Inc",ANI,11/29/1996
+"Anko Electronic Company Ltd",ANK,03/24/1998
+"Ann Arbor Technologies",AAT,04/24/2001
+"an-najah university",BBB,03/15/2001
+"Anorad Corporation",ANO,01/13/2000
+"ANR Ltd",ANR,11/29/1996
+"Ansel Communication Company",ANS,11/29/1996
+"Antex Electronics Corporation",AEC,11/29/1996
+"AOpen Inc.",AOA,11/06/2001
+"AP Designs Ltd",APX,12/08/1997
+"Apache Micro Peripherals Inc",DNG,11/11/1997
+"Aplicom Oy",APL,05/02/2005
+"Appian Tech Inc",APN,11/29/1996
+"Apple Computer Inc",APP,11/29/1996
+AppliAdata,APD,11/29/1996
+"Applied Creative Technology",ACT,11/29/1996
+"Applied Memory Tech",APM,11/29/1996
+"Apricot Computers",ACL,11/29/1996
+"Aprilia s.p.a.",APR,02/22/1999
+"ArchiTek Corporation",ATJ,01/22/2014
+"Archtek Telecom Corporation",ACH,01/15/1997
+"Arcus Technology Ltd",ATL,11/29/1996
+"AREC Inc.",ARD,07/08/2013
+"Arescom Inc",ARS,11/29/1996
+Argolis,AGL,03/15/2001
+"Argosy Research Inc",ARI,02/24/1997
+"Argus Electronics Co., LTD",ARG,06/04/2004
+"Ariel Corporation",ACA,12/13/1996
+Arima,ARM,04/07/2004
+"Arithmos, Inc.",ADE,07/16/1999
+"Ark Logic Inc",ARK,11/29/1996
+"Arlotto Comnet Inc",ARL,04/29/1997
+"ARMSTEL, Inc.",AMS ,02/25/2011
+"Arnos Insturments & Computer Systems",AIC,11/29/1996
+"ARRIS Group, Inc.",ARR,01/27/2015
+"ART s.r.l.",IMB,01/27/2012
+"Artish Graphics Inc",AGI,11/29/1996
+Arvanics,NPA,03/05/2015
+"Asahi Kasei Microsystems Company Ltd",AKM,11/29/1996
+"Asante Tech Inc",ASN,11/29/1996
+"Ascom Business Systems",HER,01/20/1999
+"Ascom Strategic Technology Unit",ASC,11/29/1996
+"ASEM S.p.A.",ASM,03/15/2001
+"ASEM S.p.A.",AEM,11/29/1996
+"AseV Display Labs",ASE,10/16/1998
+"Ashton Bentley Concepts",ASH,09/20/2013
+"Asia Microelectronic Development Inc",AMA,09/24/1997
+"Ask A/S",ASK,11/29/1996
+"Askey Computer Corporation",DYN,07/22/1997
+"ASP Microelectronics Ltd",ASP,11/29/1996
+"Askey Computer Corporation",AKY,04/02/1997
+"Aspen Tech Inc",ACP,11/29/1996
+"AST Research Inc",AST,11/29/1996
+"Astec Inc",JAC,11/29/1996
+"ASTRA Security Products Ltd",ADL,07/30/1997
+"ASTRO DESIGN, INC.",ATO,06/06/2003
+"Asuscom Network Inc",ASU,11/29/1996
+AT&T,ATT,11/29/1996
+"AT&T Global Info Solutions",GIS,11/29/1996
+"AT&T Microelectronics",HSM,11/29/1996
+"AT&T Microelectronics",TME,11/29/1996
+"AT&T Paradyne",PDN,11/29/1996
+"Atelier Vision Corporation",AVJ,02/24/2015
+"Athena Informatica S.R.L.",ATH,01/29/1997
+"Athena Smartcard Solutions Ltd.",ATN,09/13/1999
+"Athenix Corporation",ATX,11/29/1996
+"ATI Tech Inc",BUJ,11/29/1996
+Atlantis,CFG,11/29/1996
+"ATM Ltd",ATM,11/29/1996
+"Atom Komplex Prylad",AKP,10/23/2000
+"Attachmate Corporation",AMC,11/29/1996
+"Attero Tech, LLC",FWA,04/20/2010
+"Audio Processing Technology Ltd",APT,03/18/1997
+AudioScience,ASX,11/29/1996
+"August Home, Inc.",AUG,06/11/2014
+"Auravision Corporation",AVC,11/29/1996
+"Aureal Semiconductor",AUR,11/29/1996
+"Autologic Inc",APS,11/29/1996
+"automated computer control systems",CLT,09/13/1999
+"Autotime Corporation",AUT,10/08/2001
+"Auvidea GmbH",AUV,04/21/2014
+"Avalue Technology Inc.",AVL,11/18/2011
+"Avance Logic Inc",ALS,11/29/1996
+"Avaya Communication",AVA,03/15/2001
+Avencall,AEN,01/27/2012
+"AVer Information Inc.",AVR,05/07/2010
+"Avid Electronics Corporation",AVD,11/29/1996
+"AVM GmbH",AVM,11/29/1996
+"Avolites Ltd",AAA,02/17/2012
+"Avocent Corporation",AVO,10/23/2000
+"Avtek (Electronics) Pty Ltd",AVT,11/29/1996
+"AWETA BV",ACD,01/20/1998
+Axel,AXL,11/29/1996
+"AXIOMTEK CO., LTD.",AXC,05/02/2005
+"Axonic Labs LLC",AXO,06/21/2012
+"Axtend Technologies Inc",AXT,12/01/1997
+"Axxon Computer Corporation",AXX,11/29/1996
+"AXYZ Automation Services, Inc",AXY,08/11/1998
+"Aydin Displays",AYD,06/13/2007
+"AZ Middelheim - Radiotherapy",AZM,11/14/2003
+"Aztech Systems Ltd",AZT,11/29/1996
+B&Bh,BBH,01/17/2003
+"B.& V. s.r.l.",SMR,03/21/1997
+"B.F. Engineering Corporation",BFE,11/29/1996
+"B.U.G., Inc.",BUG,08/30/2011
+"Bang & Olufsen",BNO,05/16/2003
+"Banksia Tech Pty Ltd",BNK,11/29/1996
+Banyan,BAN,11/29/1996
+BARC,BRC,08/10/2000
+"Barco Display Systems",BDS,09/13/1999
+"Barco GmbH",BCD,03/07/2011
+"Barco Graphics N.V",BGB,11/29/1996
+"Barco, N.V.",BPS,09/12/2000
+"Barco, N.V.",DDS,10/23/2000
+"Baug & Olufsen",BEO,11/29/1996
+"Beaver Computer Corporaton",BCC,11/29/1996
+"Beckhoff Automation",BEC,04/25/2002
+"Beckworth Enterprises Inc",BEI,07/16/1997
+"Beijing Aerospace Golden Card Electronic Engineering Co.,Ltd.",AGC,06/21/2001
+"Beijing AnHeng SecoTech Information Technology Co., Ltd.",AHS,03/24/2015
+"Beijing ANTVR Technology Co., Ltd.",ANV,08/24/2015
+"Beijing Northern Radiantelecom Co.",NRT,03/20/1999
+"Beko Elektronik A.S.",BEK,06/15/2005
+"Beltronic Industrieelektronik GmbH",BEL,09/05/2006
+"Benson Medical Instruments Company",BMI,12/04/1996
+"B&R Industrial Automation GmbH",BUR,11/29/1996
+"Best Buy",INZ,06/04/2004
+"Best Buy",VPR,05/16/2002
+"Best Power",BPU,11/29/1996
+"Biamp Systems Corporation",BIA,05/14/2015
+"BICC Data Networks Ltd",ICC,11/29/1996
+"Big Island Communications",BIC,05/13/1997
+"Billion Electric Company Ltd",BIL,12/11/1996
+"BioLink Technologies",BLN,08/10/2000
+"BioLink Technologies International, Inc.",BIO,05/24/2000
+"BIOMED Lab",BML,05/22/1997
+"Biomedical Systems Laboratory",BSL,10/16/1997
+BIOMEDISYS,BMS,05/24/2000
+"Biometric Access Corporation",BAC,05/19/1998
+"BioTao Ltd",BTO,03/21/2012
+"Bit 3 Computer",BIT,11/29/1996
+"Bit 3 Computer",BTC,11/29/1996
+"Bitfield Oy",BTF,11/29/1996
+"BitHeadz, Inc.",BHZ,09/29/2003
+"Bitworks Inc.",BWK,07/10/2003
+"Blackmagic Design",BMD,09/13/2012
+"Blonder Tongue Labs, Inc.",BDR,09/16/2008
+"Bloomberg L.P.",BLP,09/16/2008
+"Boca Research Inc",ZZZ,02/13/1997
+"Boca Research Inc",BRI,11/29/1996
+"BodySound Technologies, Inc.",BST,03/12/2008
+"Boeckeler Instruments Inc",BII,10/17/1996
+"Booria CAD/CAM systems",BCS,05/11/2005
+BOS,BOS,07/03/1997
+"Bose Corporation",BSE,09/05/2006
+"Boulder Nonlinear Systems",BNS,03/12/2008
+"Braemac Pty Ltd",BRA,11/18/2010
+"Braemar Inc",BRM,10/07/1997
+"Brahler ICS",BDO,06/04/1998
+"Brain Boxes Limited",BBL,10/02/2001
+"Bridge Information Co., Ltd",BRG,08/11/1998
+"BRIGHTSIGN, LLC",BSN,02/28/2012
+"Brilliant Technology",BTE,11/29/1996
+"Broadata Communications Inc.",BCI,11/19/2013
+Broadcom,BCM,04/01/2004
+"BROTHER INDUSTRIES,LTD.",BRO,02/21/2000
+"BTC Korea Co., Ltd",NFC,02/25/2002
+"Budzetron Inc",BGT,11/29/1996
+Bull,BUL,02/03/1998
+"Bull AB",BNE,10/06/1998
+Busicom,BLI,08/11/1998
+"BusTech Inc",BTI,11/29/1996
+BusTek,BUS,11/29/1996
+"Butterfly Communications",FLY,05/05/1997
+"Buxco Electronics",BXE,11/29/1996
+"byd:sign corporation",BYD,04/10/2008
+"C3PO S.L.",XMM,03/03/1998
+"CA & F Elettronica",CAC,05/16/1999
+"Cabletime Ltd",CBT,05/04/2010
+"Cabletron System Inc",CSI,11/29/1996
+Cache,CCI,11/29/1996
+CalComp,CAG,11/29/1996
+CalComp,CDP,11/29/1996
+"Calibre UK Ltd",CUK,09/15/2005
+"California Institute of Technology",CSO,03/20/1999
+"Cambridge Audio",CAM,08/09/2008
+"Cambridge Electronic Design Ltd",CED,11/29/1996
+"Cambridge Research Systems Ltd",CMR,04/25/2002
+"Canon Inc",CNN,11/29/1996
+"Canon Inc.",CAI,11/06/2001
+"Canonical Ltd.",UBU,05/24/2013
+"Canopus Company Ltd",CAN,11/29/1996
+"Capella Microsystems Inc.",CPM,05/09/2012
+"Capetronic USA Inc",CCP,11/29/1996
+"Capstone Visua lProduct Development",DJE,10/09/2008
+"Cardinal Company Ltd",CAR,11/29/1996
+"Cardinal Technical Inc",CRD,11/29/1996
+CardLogix,CLX,03/15/2001
+"Carina System Co., Ltd.",CKJ,09/03/2010
+"Carl Zeiss AG",CZE,06/03/2009
+"CASIO COMPUTER CO.,LTD",CAS,10/06/1998
+"Castles Automation Co., Ltd",CAA,01/13/2000
+"Cavium Networks, Inc",CAV,02/02/2011
+"C-C-C Group Plc",FVX,05/04/1998
+CCL/ITRI,CCL,03/31/1997
+"C-Cube Microsystems",CCC,11/29/1996
+C-DAC,CEP,11/29/1996
+"Cebra Tech A/S",CBR,11/29/1996
+"Cefar Digital Vision",CEF,02/19/1997
+"Centurion Technologies P/L",CEN,10/23/2000
+"Century Corporation",TCE,11/29/1996
+"Cerevo Inc.",CRV,07/13/2010
+Ceronix,CER,09/02/2008
+"Ceton Corporation",TOM,05/08/2014
+"CH Products",CHP,04/24/1997
+"ChangHong Electric Co.,Ltd",CHD,11/30/2001
+"Chase Research PLC",CHA,11/29/1996
+"Cherry GmbH",CHY,05/16/1999
+"Chi Mei Optoelectronics corp.",CMO,03/15/2001
+"CHIC TECHNOLOGY CORP.",CHM,07/16/1999
+"Chicony Electronics Company Ltd",CEC,11/29/1996
+"Chimei Innolux Corporation",CMN,09/02/2010
+"China Hualu Group Co., Ltd.",HLG,05/13/2013
+Chloride-R&D,CHL,11/29/1996
+"Christie Digital Systems Inc",CDG,04/24/2001
+"Chromatec Video Products Ltd",CVP,08/09/2013
+"Chrontel Inc",CHI,11/29/1996
+"Chunghwa Picture Tubes,LTD.",CHT,03/15/2001
+"Chunghwa Telecom Co., Ltd.",CTE,05/16/2002
+"Chunichi Denshi Co.,LTD.",KCD,12/23/2010
+"Chuomusen Co., Ltd.",QQQ,08/07/2002
+"Chyron Corp",CGS,11/13/2008
+Cine-tal,CNE,06/13/2007
+"Cipher Systems Inc",PTG,11/29/1996
+"Ciprico Inc",CIP,11/29/1996
+"Ciprico Inc",CPC,11/29/1996
+"Cirel Systemes",FPX,11/29/1996
+"Cirque Corporation",CRQ,11/29/1996
+"Cirrus Logic Inc",CIR,11/29/1996
+"Cirrus Logic Inc",CLI,11/29/1996
+"Cirtech (UK) Ltd",SNS,08/20/1997
+"CIS Technology Inc",WSC,11/29/1996
+"Cisco Systems Inc",CIS,11/29/1996
+"Citicom Infotech Private Limited",CIL,08/10/2000
+"Citifax Limited",CIT,07/16/1997
+"Citron GmbH",CIN,07/28/2005
+"Clarion Company Ltd",CLA,11/29/1996
+"Clarity Visual Systems",CVS,01/13/2000
+"Classe Audio",CLE,02/16/2006
+"Clevo Company",CLV,01/30/1998
+"Clinton Electronics Corp.",PPM,10/01/2003
+"Clone Computers",CLO,11/29/1996
+"Cloudium Systems Ltd.",CSL,02/14/2013
+"CMC Ltd",CMC,11/29/1996
+"C-Media Electronics",CMI,11/29/1996
+"CNet Technical Inc",JQE,11/29/1996
+"COBY Electronics Co., Ltd",COB,06/13/2007
+"CODAN Pty. Ltd.",COD,10/23/2000
+"Codec Inc.",COI,11/30/2001
+"Codenoll Technical Corporation",CDN,11/29/1996
+"COINT Multimedia Systems",CNT,03/20/1999
+Colin.de,CDE,01/18/2005
+"Colorado MicroDisplay, Inc.",CMD,03/20/1999
+"Colorado Video, Inc.",CVI,08/15/2012
+"COM 1",MVX,11/29/1996
+"Comex Electronics AB",CMX,05/28/2004
+"Comm. Intelligence Corporation",CIC,11/29/1996
+"COMMAT L.t.d.",CLD,08/10/2000
+"Communications Specialies, Inc.",SDH,09/06/2005
+"Communications Supply Corporation (A division of WESCO)",INX,11/07/2012
+"Compal Electronics Inc",CPL,11/29/1996
+"Compaq Computer Company",CPQ,11/29/1996
+"Compound Photonics",CPP,10/01/2013
+CompuAdd,CPD,11/29/1996
+"CompuMaster Srl",CMS,02/22/1999
+"Computer Diagnostic Systems",CDS,03/15/2001
+"Computer Peripherals Inc",CPI,11/29/1996
+"Computer Technology Corporation",CTP,03/26/1998
+"ComputerBoards Inc",CBI,02/03/1998
+"Computerm Corporation",CTM,11/29/1996
+"Computone Products",CTN,11/29/1996
+Comrex,COX,10/18/2011
+"Comtec Systems Co., Ltd.",CTS,04/25/2002
+"Comtime GmbH",CMM,09/23/2002
+"Comtrol Corporation",COM,11/29/1996
+"Concept Development Inc",CDI,11/29/1996
+"Concept Solutions & Engineering",CSE,12/11/1996
+"Concepts Inc",DCI,11/29/1996
+"Conexant Systems",CXT,01/20/1999
+"congatec AG",CGT,06/16/2011
+"Connect Int'l A/S",CNI,11/29/1996
+"Connectware Inc",CWR,11/29/1996
+"CONRAC GmbH",CRC,04/20/2004
+"Consultancy in Advanced Technology",CAT,09/19/1997
+"Consumer Electronics Association",CEA,09/05/2006
+"CONTEC CO.,LTD.",CCJ,08/10/2000
+"Contec Company Ltd",CON,11/29/1996
+"Contemporary Research Corp.",CRH,02/24/2015
+"Control4 Corporation",CTR,05/28/2014
+"Convergent Data Devices",CDD,02/27/2004
+"Convergent Design Inc.",CDV,09/05/2006
+"Core Dynamics Corporation",CDC,11/29/1996
+"Corion Industrial Corporation",ART,11/29/1996
+"Core Technology Inc",COT,04/19/2000
+CoreLogic,CLG,11/27/1998
+"Cornerstone Imaging",CRN,11/29/1996
+"Corollary Inc",COR,12/13/1996
+"Cosmic Engineering Inc.",CSM,04/18/2012
+"CoStar Corporation",COS,11/29/1996
+"CoSystems Inc",CTA,10/24/1998
+"Covia Inc.",CVA,05/11/2010
+cPATH,CPT,03/09/1998
+"CRALTECH ELECTRONICA, S.L.",CRA,03/24/2015
+"Cray Communications",CDK,11/29/1996
+"CRE Technology Corporation",IOA,06/30/1997
+"Creative Labs Inc",CRE,11/29/1996
+"Creative Logic  ",CRL,10/16/1997
+"Creative Technology Ltd",CTL,11/29/1996
+"Creatix Polymedia GmbH",CTX,11/29/1996
+"Crescendo Communication Inc",CRS,11/29/1996
+"Cresta Systems Inc",CSD,08/01/1997
+"Crestron Electronics, Inc.",CEI,05/08/2006
+"Crio Inc.",CRI,09/13/1999
+"Cromack Industries Inc",CII,01/22/1997
+"Crystal Computer",XTL,11/29/1996
+"Crystal Semiconductor",CSC,11/29/1996
+"CrystaLake Multimedia",CLM,11/29/1996
+"CSS Laboratories",CSS,01/02/1997
+"CSTI Inc",CST,11/29/1996
+"CTC Communication Development Company Ltd",CTC,10/21/1997
+"Cubix Corporation",CUB,11/29/1996
+"Curtiss-Wright Controls, Inc.",CWC,04/05/2013
+Cyberlabs,CYL,04/14/1998
+CyberVision,CYB,05/13/1997
+Cyberware,CYW,02/21/2000
+"Cybex Computer Products Corporation",CBX,11/08/1999
+"Cyclades Corporation",CYD,05/07/2001
+"Cylink Corporation",CYC,11/29/1996
+"Cyrix Corporation",CYX,10/21/1997
+"Cyrix Corporation",CRX,03/21/1997
+"Cytechinfo Inc",CYT,03/13/1998
+"Cyviz AS",CYV,04/25/2002
+"D&M Holdings Inc, Professional Business Company",DMP,09/05/2006
+"D.N.S. Corporation",OPI,11/29/1996
+"DA2 Technologies Corporation",DDA,03/13/2006
+"DA2 Technologies Inc",DAW,09/06/2005
+"Daewoo Electronics Company Ltd",DWE,11/29/1996
+"Dai Telecom S.p.A.",TLT,06/04/2003
+"Daintelecom Co., Ltd",DIN,11/08/1999
+"DAIS SET Ltd.",DAI,02/21/2000
+Daktronics,DAK,06/23/2004
+"Dale Computer Corporation",DCC,11/29/1996
+"Dancall Telecom A/S",DCT,08/12/1997
+"Danelec Marine A/S",DAN,12/24/2009
+"Danka Data Devices",DDD,11/29/1996
+"Daou Tech Inc",DAU,11/29/1996
+DAT,HCA,03/15/2001
+"Data Apex Ltd",DAX,11/29/1996
+"Data Display AG",DDI,07/17/2002
+"Data Expert Corporation",DXP,11/29/1996
+"Data Export Corporation",EXP,11/29/1996
+"Data Modul AG",DMO,12/03/2013
+"Data Price Informatica",EBH,05/24/2001
+"Data Race Inc",DRI,07/30/1997
+"Data Ray Corp.",DRC,11/30/2001
+"Data Translation",DTX,11/29/1996
+"Data Video",DVT,02/13/2007
+"Databook Inc",DBK,11/29/1996
+"Datacast LLC",DCD,12/02/1997
+"Datacommunicatie Tron B.V.",TRN,11/29/1996
+"Datacube Inc",DQB,11/29/1996
+"Datadesk Technologies Inc",DDT,11/27/1998
+"Datakey Inc",DKY,04/06/1998
+"Datalogic Corporation",LJX,11/29/1996
+"Datang Telephone Co",DTN,09/23/1998
+"Dataq Instruments Inc",DII,11/29/1996
+"Datasat Digital Entertainment",DDE,11/18/2011
+"Datatronics Technology Inc",DCV,01/02/1997
+"Datel Inc",DAT,11/29/1996
+"Datenerfassungs- und Informationssysteme",MSD,03/16/1998
+"Davicom Semiconductor Inc",DAV,01/15/1997
+"DAVIS AS",DAS,02/03/1998
+"DB Networks Inc",DBN,12/01/1997
+"DBA Hans Wedemeyer",HWC,03/20/1999
+"DCM Data Products",DCM,11/29/1996
+"Dearborn Group Technology",DGT,11/11/1997
+"DECIMATOR DESIGN PTY LTD",DXD,03/06/2012
+"Decros Ltd",DCR,11/29/1996
+"Deep Video Imaging Ltd",MLD,08/14/2003
+"DEI Holdings dba Definitive Technology",DFT,12/09/2011
+"Deico Electronics",DEI,11/29/1996
+"Dell Inc",DLL,03/27/2009
+"Dell Inc.",DEL,12/09/2009
+"Delphi Automotive LLP",DPH,10/15/2013
+"Delta Electronics Inc",DPC,11/29/1996
+"Delta Information Systems, Inc",DDV,01/03/2012
+DELTATEC,DTA,03/13/2009
+"Deltec Corporation",FPS,11/29/1996
+"DENON, Ltd.",DON,04/01/2004
+"Dension Audio Systems",DHD,03/04/2013
+"Densitron Computers Ltd",DEN,09/13/1999
+"Design & Test Technology, Inc.",DTT,09/30/2010
+"Design Technology",LPI,11/29/1996
+"Deterministic Networks Inc.",DNI,04/19/2000
+"Deutsche Telekom Berkom GmbH",BCQ,08/12/1997
+"Deutsche Thomson OHG",DTO,06/14/2007
+"Devolo AG",DVL,05/30/2002
+"Dextera Labs Inc",DXL,12/09/2009
+DFI,DFI,11/29/1996
+"DH Print",DHP,11/29/1996
+Diadem,DIA,11/29/1996
+"Diagsoft Inc",DGS,11/29/1996
+"Dialogue Technology Corporation",DCO,06/16/2004
+"Diamond Computer Systems Inc",DCS,11/29/1996
+"Diamond Lane Comm. Corporation",DLC,11/29/1996
+DiCon,DNV,12/15/2004
+"Dictaphone Corporation",DVD,04/03/1998
+"Diebold Inc.",DBD,09/05/2006
+"Digatron Industrie Elektronik GmbH",DAE,02/24/1997
+"DIGI International",DGI,11/29/1996
+"DigiBoard Inc",DBI,11/29/1996
+"Digicom S.p.A.",DIG,11/29/1996
+"Digicom Systems Inc",DMB,03/13/1998
+"Digicorp European sales S.A.",DGP,05/22/1997
+"Digiital Arts Inc",DGA,06/14/2007
+"Digipronix Control Systems",DXC,07/16/1999
+"Digital Acoustics Corporation",DAC,05/24/2000
+"Digital Audio Labs Inc",DAL,11/29/1996
+"Digital Communications Association",DCA,11/29/1996
+"Digital Discovery",SHR,09/24/1997
+"Schneider Electric Japan Holdings, Ltd.",PRF,01/02/2003
+"Digital Equipment Corporation",DEC,11/29/1996
+"Digital Processing Systems",DPS,11/29/1996
+"Digital Projection Limited",DPL,07/09/2002
+"DIGITAL REFLECTION INC.",DRD,02/21/2000
+"Digital Video System",DVS,11/29/1996
+"DigiTalk Pro AV",DPA,10/23/2000
+"Digital-Logic GmbH",DLG,09/02/2003
+"Digitan Systems Inc",DSI,11/29/1996
+"Digitelec Informatique Park Cadera",DLT,11/29/1996
+"Dimension Technologies, Inc.",DTE,05/03/2010
+"Dimond Multimedia Systems Inc",DMM,11/29/1996
+"Diseda S.A.",DIS,11/29/1996
+"Distributed Management Task Force, Inc. (DMTF)",DMT,03/31/2009
+"Diversified Technology, Inc.",DTI,11/29/1996
+"D-Link Systems Inc",ABO,11/29/1996
+"D-Link Systems Inc",DLK,11/29/1996
+"DNA Enterprises, Inc.",DNA,09/01/1998
+"DO NOT USE - AUO",AUO,09/16/2008
+"DO NOT USE - LPL",LPL,09/16/2008
+"DO NOT USE - PHI",PHI,11/29/1996
+"DO NOT USE - PTW",PTW,09/09/2009
+"DO NOT USE - PVC",PVC,09/09/2009
+"DO NOT USE - RTK",RTK,09/09/2009
+"DO NOT USE - SEG",SEG,09/09/2009
+"DO NOT USE - TNJ",TNJ,09/09/2009
+"DO NOT USE - UND",UND,11/29/1996
+"DO NOT USE - UNE",UNE,11/29/1996
+"DO NOT USE - UNF",UNF,11/29/1996
+"DO NOT USE - WAN",WAN,09/09/2009
+"DO NOT USE - XER",XER,09/09/2009
+"DO NOT USE - XOC",XOC,09/09/2009
+"Doble Engineering Company",DBL,11/29/1996
+DocuPoint,DPI,11/29/1996
+"Dolby Laboratories Inc.",DLB,01/27/2010
+"Dolman Technologies Group Inc",DOL,11/11/1997
+"Domain Technology Inc",DSP,11/29/1996
+"DOME imaging systems",DMS,10/23/2000
+"Dome Imaging Systems",DOM,11/29/1996
+"Dongguan Alllike Electronics Co., Ltd.",AIK,04/11/2015
+"Dosch & Amand GmbH & Company KG",DUA,12/02/1997
+"Dotronic Mikroelektronik GmbH",DOT,06/28/2002
+"dPict Imaging, Inc.",DIM,02/12/2008
+"DpiX, Inc.",DPX,09/23/1998
+DPT,DPT,11/29/1996
+"Dr. Bott KG",DRB,04/25/2002
+"Dr. Neuhous Telekommunikation GmbH",DNT,11/29/1996
+"Dragon Information Technology",DIT,11/29/1996
+"DRS Defense Solutions, LLC",DRS,10/18/2011
+"DS Multimedia Pte Ltd",DSD,02/14/2006
+"DSM Digital Services GmbH",DSM,11/29/1996
+"dSPACE GmbH",DCE,12/16/1996
+"DTC Tech Corporation",DTC,11/29/1996
+"DugoTech Co., LTD",DGK,06/14/2007
+"Dune Microsystems Corporation",DMC,11/29/1996
+"Dycam Inc",DYC,01/08/1998
+"Dymo-CoStar Corporation",DYM,12/28/1998
+"Dynamic Controls Ltd",DCL,05/24/2000
+"Dynax Electronics (HK) Ltd",DTK,11/29/1996
+"Dynax Electronics (HK) Ltd",DYX,11/29/1996
+"e.Digital Corporation",EDC,10/23/2000
+"E.E.P.D. GmbH",EEP,06/14/2007
+"Eagle Technology",EGL,11/29/1996
+"Eastman Kodak Company",KOD,05/24/2000
+"Eastman Kodak Company",EKC,11/29/1996
+"Easytel oy",TWI,07/16/1999
+"EBS Euchner Büro- und Schulsysteme GmbH",EBS,02/05/2013
+"Echo Speech Corporation",ECO,11/29/1996
+"Eclipse Tech Inc",ETI,11/29/1996
+"E-Cmos Tech Corporation",ECM,11/29/1996
+"Eden Sistemas de Computacao S/A",ESC,11/29/1996
+"Edimax Tech. Company Ltd",EDI,11/29/1996
+EDMI,EDM,07/16/1998
+"Edsun Laboratories",ELI,11/29/1996
+"EE Solutions, Inc.",EES,04/16/2003
+"EEH Datalink GmbH",EEH,07/03/1997
+"Efficient Networks",ENI,11/29/1996
+"Egenera, Inc.",EGN,10/08/2002
+"Eicon Technology Corporation",EIC,11/29/1996
+"EIZO GmbH Display Technologies",EGD,02/13/2009
+"Eizo Nanao Corporation",ENC,12/28/1998
+"EKSEN YAZILIM",EKS,04/25/2002
+"ELAD srl",ELA,04/25/2002
+"ELAN MICROELECTRONICS CORPORATION",ETD,11/03/2009
+"ELAN MICROELECTRONICS CORPORATION",TSH,11/14/2014
+"Elbit Systems of America",ESA,06/15/2009
+"ELCON Systemtechnik GmbH",ESG,07/16/1999
+"ELEA CardWare",LXS,06/25/1998
+"Elecom Company Ltd",ECP,11/29/1996
+"Elecom Company Ltd",ELE,11/29/1996
+"Electro Cam Corp.",ECA,08/10/2000
+"Electro Scientific Ind",ELC,11/29/1996
+"Electronic Measurements",MMM,11/29/1996
+"Electronic Trade Solutions Ltd",ETS,08/20/2002
+"Electronic-Design GmbH",EDG,08/12/1997
+"Electrosonic Ltd",ELL,09/13/1999
+"Element Labs, Inc.",ELT,10/11/2007
+"Elgato Systems LLC",EGA,02/08/2011
+"Elitegroup Computer Systems Company Ltd",ECS,11/29/1996
+"Elitegroup Computer Systems Company Ltd",UEG,11/29/1996
+"Elmeg GmbH Kommunikationstechnik",ELG,11/29/1996
+"Elmic Systems Inc",ELM,11/29/1996
+"ELMO COMPANY, LIMITED",EMO,06/26/2012
+"Elo TouchSystems Inc",ELO,11/29/1996
+"Elonex PLC",ELX,11/29/1996
+"El-PUSK Co., Ltd.",LPE,08/14/2001
+"ELSA GmbH",ELS,11/29/1996
+"ELTEC Elektronik AG",EAG,11/25/2014
+"Embedded computing inc ltd",EMB,02/25/2002
+"Embedded Solution Technology",EST,05/24/2000
+"Embrionix Design Inc.",EMD,07/24/2013
+"Emcore Corporation",EMK,05/31/2012
+"Emerging Display Technologies Corp",EDT,08/18/2009
+"EMG Consultants Inc",EMG,11/29/1996
+"EMiNE TECHNOLOGY COMPANY, LTD.",EME,06/16/2005
+Empac,EPC,12/04/1996
+"Emulex Corporation",EMU,11/29/1996
+"Enciris Technologies",ECI,11/01/2008
+"Enciris Technologies",ECT,11/01/2008
+"ENE Technology Inc.",ENE,03/15/2001
+"e-Net Inc",DTL,10/16/1997
+Enhansoft,EHN,11/16/2010
+"ENIDAN Technologies Ltd",END,04/19/2000
+"Ensemble Designs, Inc",ESD,12/09/2009
+"Ensoniq Corporation",ENS,11/29/1996
+"Enterprise Comm. & Computing Inc",ENT,11/29/1996
+"Envision Peripherals, Inc",EPI,02/22/1999
+"Eon Instrumentation, Inc.",EON,01/15/2015
+"EPiCON Inc.",EPN,09/23/1998
+"Epiphan Systems Inc. ",EPH ,03/14/2011
+"Epson Research",EHJ,11/29/1996
+"Equinox Systems Inc",EQX,11/29/1996
+"Equipe Electronics Ltd.",EQP,07/14/2005
+"Ergo Electronics",EGO,11/29/1996
+"Ergo System",ERG,11/29/1996
+"Ericsson Mobile Communications AB",ERI,10/22/1997
+"Ericsson Mobile Networks B.V.",EUT,04/14/1998
+"Ericsson, Inc.",ERN,09/23/1998
+ES&S,ESK,11/08/1999
+eSATURNUS,ESN,02/21/2012
+"Escort Insturments Corporation",ERT,05/02/1997
+"ESS Technology Inc",ESS,11/29/1996
+"ESSential Comm. Corporation",ECC,11/29/1996
+"Esterline Technologies",ESL,01/06/2012
+ScioTeq,ESB,01/15/2015
+"E-Systems Inc",ESY,11/29/1996
+"ET&T Technology Company Ltd",EEE,05/04/1998
+"E-Tech Inc",ETT,11/29/1996
+"eTEK Labs Inc.",ETK,07/16/1998
+"Etherboot Project",ETH,07/09/2010
+"Eugene Chukhlomin Sole Proprietorship, d.b.a.",ECK,05/03/2008
+"Euraplan GmbH",ERP,11/29/1996
+"Evans and Sutherland Computer",EAS,01/28/2003
+Everex,EVX,11/29/1996
+"Everton Technology Company Ltd",ETC,04/10/1997
+"Evertz Microsystems Ltd.",ETL,06/14/2007
+"eviateg GmbH",EVI,02/21/2000
+"Ex Machina Inc",EMI,11/29/1996
+"Exacom SA",YHW,11/29/1996
+"Exatech Computadores & Servicos Ltda",EXT,09/23/1998
+"Excel Company Ltd",ECL,05/27/1997
+"Excession Audio",EXC,11/06/1998
+"EXFO Electro Optical Engineering",XFO,04/29/1998
+"Exide Electronics",EXI,11/29/1996
+"Extended Systems, Inc.",ESI,07/16/1999
+"Exterity Ltd",EXY,02/12/2009
+"Extraordinary Technologies PTY Limited",CRO,04/11/2005
+"Exxact GmbH",EXX,11/29/1996
+"eyefactive Gmbh",EYF,07/07/2015
+"eyevis GmbH",EYE,11/18/2011
+"EzE Technologies",EZE,02/21/2005
+"F.J. Tieman BV",FJT,06/25/1998
+"Fairfield Industries",FFI,11/29/1996
+"Fantalooks Co., Ltd.",FAN,03/12/2014
+"Fanuc LTD",FNC,01/29/1997
+"Farallon Computing",FAR,11/29/1996
+"FARO Technologies",FRO,09/21/2012
+"Faroudja Laboratories",FLI,06/02/2004
+"Fast Multimedia AG",FMA,11/29/1996
+"FastPoint Technologies, Inc.",FTI,06/21/2001
+"Feature Integration Technology Inc.",FIT,08/11/2009
+"Fellowes & Questec",FEL,11/29/1996
+"Fellowes, Inc.",FMI,07/05/2001
+"Fen Systems Ltd.",FEN,05/04/2010
+"Ferranti Int'L",FER,11/29/1996
+"Ferrari Electronic GmbH",TLA,12/04/1996
+FHLP,FHL,11/29/1996
+"Fibernet Research Inc",FRI,11/29/1996
+"Finecom Co., Ltd.",FIN,11/27/1998
+"Fingerprint Cards AB",FPC,06/14/2013
+"First Industrial Computer Inc",PCG,11/29/1996
+"First International Computer Inc",LEO,09/19/1997
+"First International Computer Ltd",FCG,04/10/1997
+"First Virtual Corporation",FVC,11/29/1996
+"Flat Connections Inc",FWR,11/29/1996
+"FlightSafety International",SSD,08/10/2000
+"FLY-IT Simulators",FIS,09/08/1997
+"FocalTech Systems Co., Ltd.",FTS,07/23/2013
+"Focus Enhancements, Inc.",FCS,12/12/2002
+"Fokus Technologies GmbH",FOK,10/22/2013
+"FOR-A Company Limited",FOA,12/06/2008
+"Force Computers",FRC,11/29/1996
+"Ford Microelectronics Inc",FMC,03/11/1997
+"Fore Systems Inc",FSI,11/29/1996
+"Forefront Int'l Ltd",FIL,11/29/1996
+"Formosa Industrial Computing Inc",FIC,11/29/1996
+Formoza-Altair,FMZ,04/25/2003
+"Forth Dimension Displays Ltd",FDD,07/07/2015
+"Forvus Research Inc",FRE,04/24/1997
+"Foss Tecator",FOS,10/22/1997
+"Founder Group Shenzhen Co.",FZC,11/08/1999
+"Fountain Technologies Inc",FTN,11/29/1996
+"Fraunhofer Heinrich-Hertz-Institute",HHI,07/27/2012
+"Freedom Scientific BLV",FRD,06/15/2007
+"FREEMARS Heavy Industries",TCX,03/15/2001
+"Frontline Test Equipment Inc.",FTE,01/20/1999
+"FTG Data Systems",FTG,11/29/1996
+"Fuji Xerox",FXX,11/29/1996
+"FUJIFILM Corporation",FFC,08/22/2011
+"Fujitsu Display Technologies Corp.",FDT,10/23/2002
+"Fujitsu General Limited.",FGL,02/21/2000
+"Fujitsu Ltd",FUJ,11/29/1996
+"Fujitsu Microelect Ltd",FML,11/29/1996
+"Fujitsu Peripherals Ltd",FPE,08/19/1997
+"Fujitsu Siemens Computers GmbH",FUS,01/13/2000
+"Fujitsu Spain",FJS,11/29/1996
+"Fujitsu Takamisawa Component Limited",FJC,05/16/1999
+"FUJITSU TEN LIMITED",FTL,12/20/2011
+"Funai Electric Co., Ltd.",FNI,01/18/2005
+"Furukawa Electric Company Ltd",FCB,11/29/1996
+"FURUNO ELECTRIC CO., LTD.",FEC,11/29/1996
+"Future Designs, Inc.",FDI,09/29/2014
+"Future Domain",FDC,11/29/1996
+"Future Systems Consulting KK",FSC,11/29/1996
+"Futuretouch Corporation",FTC,11/29/1996
+"FZI Forschungszentrum Informatik",FZI,08/12/1997
+"G&W Instruments GmbH",SPH,02/25/2002
+"G. Diehl ISDN GmbH",GDI,11/29/1996
+"Gadget Labs LLC",GLS,11/29/1996
+"Gage Applied Sciences Inc",GAG,11/29/1996
+"GAI-Tronics, A Hubbell Company",HUB,03/26/2009
+"Galil Motion Control",GAL,11/29/1996
+"Garmin International",GRM,12/09/2011
+"Garnet System Company Ltd",GTM,11/29/1996
+"Gateway 2000",GWY,11/29/1996
+"Gateway Comm. Inc",GCI,11/29/1996
+"Gateworks Corporation",GWK,07/31/2013
+"Gaudi Co., Ltd.",GAU,03/31/2003
+"GCC Technologies Inc",GCC,06/05/1997
+GDS,GDS,06/23/2004
+"GE Fanuc Embedded Systems",GEF,06/14/2007
+"Abaco Systems, Inc.",GEH,09/03/2010
+"Gefen Inc.",GFN,10/11/2007
+"Gem Plus",GEM,02/27/1998
+"GEMINI 2000 Ltd",GMN,10/23/2000
+"General Datacom",GDC,11/29/1996
+"General Dynamics C4 Systems",GED,01/09/2013
+"General Information Systems",GML,01/13/2000
+"General Inst. Corporation",GIC,11/29/1996
+"General Standards Corporation",GSC,07/16/1998
+"General Touch Technology Co., Ltd.",GTT,11/21/2002
+"Genesys ATE Inc",GEN,11/29/1996
+"Genesys Logic",GLM,11/08/1999
+"Gennum Corporation",GND,09/05/2006
+"GEO Sense",GEO,11/29/1996
+"Geotest Marvin Test Systems Inc",GTS,02/24/1998
+"GERMANEERS GmbH",GER,12/20/2011
+"GES Singapore Pte Ltd",GES,03/15/2001
+"Getac Technology Corporation",GET,05/11/2010
+"GFMesstechnik GmbH",GFM,03/15/2001
+"GI Provision Ltd",GIP,02/08/2012
+"Global Data SA",PST,11/29/1996
+"Global Village Communication",GVL,11/29/1996
+"GMK Electronic Design GmbH",GMK,01/18/2008
+"GMM Research Inc",GMM,11/29/1996
+"GMX Inc",GMX,11/29/1996
+"GN Nettest Inc",GNN,07/30/1997
+"GOEPEL electronic GmbH",GOE,06/24/2013
+"Goldmund - Digital Audio SA",GLD,02/06/2012
+"GOLD RAIN ENTERPRISES CORP.",GRE,06/04/2003
+"Goldstar Company Ltd",GSM,11/29/1996
+Goldtouch,GTI,08/06/1997
+"Google Inc.",GGL,05/26/2010
+"GoPro, Inc.",GPR,01/15/2015
+"Granch Ltd",GRH,09/23/2002
+"Grand Junction Networks",GJN,11/29/1996
+"Grandstream Networks, Inc.",GSN,03/03/2014
+"Graphic SystemTechnology",GST,11/29/1996
+"Graphica Computer",GRA,11/29/1996
+"Graphtec Corporation",GTC,11/29/1996
+"Grass Valley Germany GmbH",TGV,06/14/2007
+"Grey Cell Systems Ltd",GCS,04/29/1997
+"Grossenbacher Systeme AG",GSY,04/19/2000
+"G-Tech Corporation",GTK,11/29/1996
+"Guillemont International",GIM,10/29/1997
+"GUNZE Limited",GZE,05/02/2005
+"Gunze Ltd",GNZ,11/29/1996
+"Guntermann & Drunck GmbH",GUD,03/10/2003
+"Guzik Technical Enterprises",GUZ,11/29/1996
+"GVC Corporation",GVC,11/29/1996
+"H.P.R. Electronics GmbH",HPR,08/29/2007
+"Hagiwara Sys-Com Company Ltd",HSC,11/29/1996
+"GW Instruments",GWI,11/29/1996
+"Haider electronics",HAE,07/05/2001
+"Haivision Systems Inc.",HAI,11/15/2007
+Halberthal,HAL,02/10/1998
+"Hall Research",HRI,05/10/2012
+"HAMAMATSU PHOTONICS K.K.",HPK,12/20/2006
+"Hampshire Company, Inc.",HTI,01/20/1999
+"Hanchang System Corporation",HAN,06/21/2003
+"HannStar Display Corp",HSD,08/11/2009
+"HannStar Display Corp",HSP,08/11/2009
+"HardCom Elektronik & Datateknik",HDC,04/14/1998
+"Harman International Industries, Inc",HII,01/09/2015
+"Harris & Jeffries Inc",HJI,11/29/1996
+"Harris Canada Inc",HWA,03/13/1998
+"Harris Corporation",HAR,12/20/2011
+"Harris Semiconductor",HRS,01/02/1997
+"Hauppauge Computer Works Inc",HCW,11/29/1996
+"Hayes Microcomputer Products Inc",HAY,11/29/1996
+"HCL America Inc",HCL,11/29/1996
+"HCL Peripherals",HCM,10/02/2001
+"HD-INFO d.o.o.",HDI,10/08/2001
+"Headplay, Inc.",HPI,04/30/2007
+"Heng Yu Technology (HK) Limited",HYT,10/23/2000
+Hercules,HRC,03/15/2001
+HERCULES,HRT,03/15/2001
+"HETEC Datensysteme GmbH",HET,02/03/2004
+"Hewlett Packard",HWP,03/15/2001
+"Hewlett Packard",HPD,05/02/1997
+"Hewlett-Packard Co.",HPC,08/10/2000
+"Hewlett-Packard Co.",HPQ,07/12/2004
+"Hexium Ltd.",HXM,04/15/2008
+"Hibino Corporation",HIB,07/09/2003
+"Highwater Designs Ltd",HWD,11/29/1996
+"Hikom Co., Ltd.",HIK,10/13/2003
+"Hilevel Technology",HIL,11/29/1996
+"HIRAKAWA HEWTECH CORP.",HHC,05/20/2008
+"Hitachi America Ltd",HIT,11/29/1996
+"Hitachi Consumer Electronics Co., Ltd",HCE,05/15/2009
+"Hitachi Information Technology Co., Ltd.",HIC,04/19/2000
+"Hitachi Ltd",HTC,11/29/1996
+"Hitachi Maxell, Ltd.",MXL,01/13/2000
+"Hitachi Micro Systems Europe Ltd",HEL,07/09/1997
+"Hitex Systementwicklung GmbH",HTX,01/30/1998
+"hmk Daten-System-Technik BmbH",HMK,09/30/1997
+"HOB Electronic GmbH",HOB,11/29/1996
+"Holoeye Photonics AG",HOL,02/02/2005
+"Holografika kft.",HDV,03/31/2005
+"Holtek Microelectronics Inc",HTK,11/29/1996
+"Home Row Inc",INC,11/29/1996
+"HON HAI PRECISON IND.CO.,LTD.",FOX,08/02/2010
+"HONKO MFG. CO., LTD.",HKA,12/01/2004
+"Hope Industrial Systems, Inc.",HIS,01/13/2014
+"Horner Electric Inc",APG,11/29/1996
+"Horsent Technology Co., Ltd.",HST,04/11/2015
+"Hosiden Corporation",HOE,08/05/1997
+"HTBLuVA Mödling",HTL,02/17/2014
+"Hualon Microelectric Corporation",HMC,11/29/1996
+"HUALONG TECHNOLOGY CO., LTD",EBT,06/15/2007
+"Hughes Network Systems",HNS,11/29/1996
+"HUMAX Co., Ltd.",HMX,02/14/2006
+"HYC CO., LTD.",HYO,04/12/2006
+"Hydis Technologies.Co.,LTD",HYD,11/22/2010
+"Hynix Semiconductor",HYV,11/29/2008
+"Hypercope Gmbh Aachen",HYC,12/01/1997
+"Hypertec Pty Ltd",HYR,11/29/1996
+"Hyphen Ltd",HYP,11/29/1996
+"I&T Telecom.",ITT,11/08/1999
+"I/OTech Inc",IOT,11/29/1996
+"IAT Germany GmbH",IAT,11/29/1996
+"IBM Brasil",IBM,11/29/1996
+"IBM Corporation",CDT,11/29/1996
+"IBP Instruments GmbH",IBP,09/23/1998
+"IBR GmbH",IBR,01/16/1998
+"IC Ensemble",ICE,09/19/1997
+"ICA Inc",ICA,05/20/2002
+"ICCC A/S",ICX,11/29/1996
+"ICD Inc",ICD,06/09/1997
+"ICET S.p.A.",ARE,05/16/1999
+"ICP Electronics, Inc./iEi Technology Corp.",ICP,09/07/2012
+ICSL,IUC,08/14/1997
+"Icuiti Corporation",XTD,06/14/2007
+"Icuiti Corporation",IWR,03/06/2007
+"Id3 Semiconductors",ISC,03/15/2001
+"IDE Associates",IDE,11/29/1996
+"IDEO Product Development",IDO,09/30/1997
+"idex displays",DEX,04/25/2002
+"IDEXX Labs",IDX,11/29/1996
+"IDK Corporation",IDK,04/16/2003
+"Idneo Technologies",IDN,07/05/2012
+IDTECH,ITS,06/17/2002
+IEE,IEE,06/21/2001
+"IGM Communi",IGM,11/29/1996
+"IINFRA Co., Ltd",IIN,05/09/2003
+"Iiyama North America",IVM,11/29/1996
+"Ikegami Tsushinki Co. Ltd.",IKE,11/14/2014
+"Ikos Systems Inc",IKS,11/29/1996
+ILC,IND,06/16/2004
+"Image Logic Corporation",ILC,11/29/1996
+"Image Stream Medical",ISM,05/27/2010
+"IMAGENICS Co., Ltd.",IMG,09/05/2006
+"IMAGEQUEST Co., Ltd",IQT,10/08/2002
+Imagraph,IME,12/04/1996
+Imagraph,IMA,11/29/1996
+"ImasDe Canarias S.A.",IMD,07/03/1997
+"IMC Networks",IMC,11/29/1996
+"Immersion Corporation",IMM,07/16/1997
+"IMP Electronics Ltd.",HUM,06/16/2004
+Impinj,IMP,08/14/2012
+"Impossible Production",IMN,08/10/2000
+"In Focus Systems Inc",IFS,11/29/1996
+"In4S Inc",ALD,12/05/1997
+INBINE.CO.LTD,IBI,11/06/2001
+"Indtek Co., Ltd.",INK,03/26/2007
+"IneoQuest Technologies, Inc",IQI,02/18/2011
+"Industrial Products Design, Inc.",IPD,07/16/1999
+"Ines GmbH",INS,11/29/1996
+"Infineon Technologies AG",IFX,04/19/2000
+"Infinite Z",IFZ,01/04/2012
+"Informatik Information Technologies",IIT,08/14/2013
+Informtech,IFT,11/29/1996
+"Infotek Communication Inc",ICI,11/29/1996
+"Infotronic America, Inc.",ITR,06/21/2001
+"Inframetrics Inc",INF,11/29/1996
+"Ingram Macrotron",VSN,08/10/2000
+"Ingram Macrotron Germany",VID,05/24/2000
+"InHand Electronics",IHE,04/20/2010
+"Initio Corporation",INI,11/29/1996
+"Inmax Technology Corporation",IMT,02/12/2003
+"Innolab Pte Ltd",INO,01/20/1999
+"InnoLux Display Corporation",INL,12/15/2004
+"InnoMedia Inc",INM,11/29/1996
+"Innotech Corporation",ILS,10/23/2000
+"Innovate Ltd",ATE,11/29/1996
+"Innovent Systems, Inc.",INN,04/19/2000
+"Innoware Inc",WII,01/30/1998
+"Inovatec S.p.A.",inu,03/15/2001
+"Inside Contactless",ICV,11/04/2010
+"Inside Out Networks",ION,12/28/1998
+"Insignia Solutions Inc",ISG,11/29/1996
+"INSIS Co., LTD.",ISR,02/12/2003
+"Institut f r angewandte Funksystemtechnik GmbH",IAF,03/20/1999
+"Integraph Corporation",ING,11/29/1996
+"Integrated Business Systems",IBC,11/29/1996
+"Integrated Device Technology, Inc.",IDP,01/27/2010
+"Integrated Tech Express Inc",ITE,11/29/1996
+"Integrated Tech Express Inc",SRC,11/29/1996
+"integrated Technology Express Inc",ITX,06/25/1997
+"Integration Associates, Inc.",IAI,03/17/2004
+"Intel Corp",ICO,08/10/2000
+"Intelligent Instrumentation",III,11/29/1996
+"Intelligent Platform Management Interface (IPMI) forum (Intel, HP, NEC, Dell)",IPI,05/24/2000
+"Intelliworxx, Inc.",IWX,05/16/1999
+"Intellix Corp.",SVC,01/18/2008
+"Interaction Systems, Inc",TCH,03/20/1999
+"Interactive Computer Products Inc",PEN,01/15/1997
+"Intercom Inc",ITC,11/29/1996
+"Interdigital Sistemas de Informacao",IDS,10/28/1997
+"Interface Corporation",FBI,11/29/1996
+"Interface Solutions",ISI,11/29/1996
+"Intergate Pty Ltd",IGC,11/29/1996
+"Interlace Engineering Corporation",IEC,11/29/1996
+"Interlink Electronics",IEI,10/16/1998
+"International Datacasting Corporation",IDC,02/25/1997
+"International Display Technology",IDT,05/16/2002
+"International Integrated Systems,Inc.(IISI)",ISY,08/10/2000
+"International Microsystems Inc",IMI,11/29/1996
+"International Power Technologies",IPT,04/11/1997
+"Internet Technology Corporation",ITD,12/05/1997
+"Interphase Corporation",INP,11/29/1996
+"Interphase Corporation",INT,11/29/1996
+"Intersil Corporation",LSD,03/14/2012
+"Intersolve Technologies",IST,03/20/1999
+Inter-Tel,ITL,03/21/1997
+"Intertex Data AB",IXD,11/29/1996
+"Intervoice Inc",IVI,11/29/1996
+"Intevac Photonics Inc.",IVS,02/16/2011
+"Intracom SA",ICM,08/03/1998
+"Intrada-SDD Ltd",SDD,11/21/2007
+"IntreSource Systems Pte Ltd",ISP,08/27/1997
+"Intuitive Surgical, Inc.",SRG,02/16/2006
+"Inventec Corporation",INA,09/13/2013
+"Inventec Electronics (M) Sdn. Bhd.",INE,07/21/1998
+"Inviso, Inc.",INV,10/23/2000
+"I-O Data Device Inc",IOD,11/29/1996
+"i-O Display System",IOS,03/15/2001
+Iomega,IOM,11/29/1996
+"IP Power Technologies GmbH",IPP,12/06/2010
+"IP3 Technology Ltd.",IPQ,11/11/2013
+"IPC Corporation",IPC,11/29/1996
+"IPM Industria Politecnica Meridionale SpA",IPM,09/23/1998
+"IPS, Inc. (Intellectual Property Solutions, Inc.)",IPS,09/05/2001
+"IPWireless, Inc",IPW,03/15/2001
+"ISIC Innoscan Industrial Computers A/S",IIC,07/23/2003
+"Isolation Systems",ISL,11/29/1996
+"ISS Inc",ISS,11/29/1996
+"Itausa Export North America",ITA,11/29/1996
+"Ithaca Peripherals",IPR,07/01/1997
+"ITK Telekommunikation AG",ITK,11/29/1996
+"ITM inc.",ITM,04/24/2001
+"IT-PRO Consulting und Systemhaus GmbH",ITP,10/23/2000
+"Jace Tech Inc",JCE,11/29/1996
+"Jaeik Information & Communication Co., Ltd.",JIC,10/23/2000
+"Jan Strapko - FOTO",XFG,05/07/2001
+"Janich & Klass Computertechnik GmbH",JUK,10/08/2002
+"Janz Automationssysteme AG",JAS,11/03/2009
+"Japan Aviation Electronics Industry, Limited",JAE,03/15/2001
+"Japan Digital Laboratory Co.,Ltd.",JDL,04/19/2000
+"Japan Display Inc.",JDI,04/18/2013
+"Jaton Corporation",JAT,09/24/1997
+"JET POWER TECHNOLOGY CO., LTD.",JET,03/15/2001
+"Jetway Information Co., Ltd",JWY,09/22/2003
+"jetway security micro,inc",JTY,11/11/2009
+"Jiangsu Shinco Electronic Group Co., Ltd",SHI,08/10/2004
+"Jones Futurex Inc",JFX,11/29/1996
+"Jongshine Tech Inc",LTI,11/29/1996
+"Josef Heim KG",HKG,11/29/1996
+"JPC Technology Limited",JPC,10/23/2000
+"JS DigiTech, Inc",JSD,10/23/2000
+"JS Motorsports",JTS,12/05/1997
+Junnila,TPJ,03/15/2001
+"Jupiter Systems",JUP,09/05/2006
+"Jupiter Systems, Inc.",JSI,06/14/2007
+JVC,JVC,10/23/2000
+"JVC KENWOOD Corporation",JKC,03/08/2012
+"JWSpencer & Co.",JWS,07/16/1999
+"Kansai Electric Company Ltd",SGE,12/04/1996
+"Kaohsiung Opto Electronics Americas, Inc.",HIQ,03/14/2012
+"Karn Solutions Ltd.",KSL,05/08/2006
+Karna,KAR,02/21/2000
+"Katron Tech Inc",KTN,11/29/1996
+"Kayser-Threde GmbH",KTG,11/29/1996
+"KDDI Technology Corporation",KDT,05/22/2012
+KDE,KDE,08/14/2001
+"KDS USA",KDS,11/29/1996
+"KEISOKU GIKEN Co.,Ltd.",KGL,04/17/2012
+"Kensington Microware Ltd",KML,11/29/1996
+"Kenwood Corporation",KWD,02/22/2008
+KEPS,EPS,11/29/1996
+"Kesa Corporation",KES,11/29/1996
+"Key Tech Inc",KEY,11/29/1996
+"Key Tronic Corporation",KTK,11/29/1996
+"Keycorp Ltd",KCL,05/20/1997
+KeyView,KVX,08/13/2012
+"Kidboard Inc",KBI,04/24/1997
+"KIMIN Electronics Co., Ltd.",KME,02/15/2011
+"Kinetic Systems Corporation",KSC,11/29/1996
+"King Phoenix Company",KPC,11/29/1996
+"King Tester Corporation",KSX,07/16/1998
+"Kingston Tech Corporation",KTC,11/29/1996
+"Kionix, Inc.",KIO,12/23/2013
+"KiSS Technology A/S",KIS,06/16/2005
+"Klos Technologies, Inc.",PVP,08/10/2000
+"Kobil Systems GmbH",KBL,03/15/2001
+"Kobil Systems GmbH",KOB,03/15/2001
+"Kodiak Tech",KDK,11/29/1996
+"Kofax Image Products",KFX,11/29/1996
+"Kollmorgen Motion Technologies Group",KOL,11/29/1996
+"KOLTER ELECTRONIC",KOE,03/15/2001
+"Komatsu Forest",KFE,04/20/2010
+"Konica corporation",KNC,08/05/1997
+"Konica Technical Inc",KTI,11/29/1996
+"Kontron Electronik",TWE,11/29/1996
+"Kontron Embedded Modules GmbH",KEM,08/29/2007
+"Kontron Europe GmbH",KEU,02/20/2014
+"Korea Data Systems Co., Ltd.",KDM,12/18/2003
+"KOUZIRO Co.,Ltd.",KOU,07/27/2012
+"KOWA Company,LTD.",KOW,03/12/2008
+"Kramer Electronics Ltd. International",KMR,07/10/2013
+"Krell Industries Inc.",KRL,08/03/2004
+"Kroma Telecom",KRM,05/05/2010
+"Kroy LLC",KRY,07/16/1998
+K-Tech,KTE,03/31/2003
+"KUPA China Shenzhen Micro Technology Co., Ltd. Gold Institute",KSG,04/22/2014
+"Kurta Corporation",KUR,11/29/1996
+"Kvaser AB",KVA,01/24/1997
+"KYE Syst Corporation",KYE,11/29/1996
+"Kyocera Corporation",KYC,11/29/1996
+"Kyushu Electronics Systems Inc",KEC,01/12/1998
+"K-Zone International",KZN,06/21/2001
+"K-Zone International co. Ltd.",KZI,08/10/2000
+"L-3 Communications",LLL,05/11/2010
+"La Commande Electronique",LCE,11/29/1996
+"Labcal Technologies",LCT,11/08/1999
+"Labtec Inc",LTC,12/08/1997
+"Labway Corporation",LWC,12/04/1996
+LaCie,LAC,12/28/1998
+"Laguna Systems",LAG,11/29/1996
+"Land Computer Company Ltd",LND,11/29/1996
+"LANETCO International",LNT,05/02/2003
+"Lanier Worldwide",LWW,11/29/1996
+"Lars Haagh ApS",LHA,01/09/1997
+"LASAT Comm. A/S",LAS,11/29/1996
+"Laser Master",LMT,11/29/1996
+"Laserdyne Technologies",LDN,10/16/2013
+"Lasergraphics, Inc.",LGX,02/21/2000
+"Latitude Comm.",LCM,11/29/1996
+"Lava Computer MFG Inc",LAV,04/14/1997
+LCI,LCC,08/10/2000
+"Lectron Company Ltd",LEC,03/27/1997
+"Leda Media Products",LMP,05/11/1998
+"Legerity, Inc",LEG,01/18/2005
+"Leitch Technology International Inc.",LTV,12/09/2003
+Lenovo,LNV,07/14/2005
+"Lenovo Beijing Co. Ltd.",LIN,05/22/2012
+"Lenovo Group Limited",LEN,06/03/2005
+"Lexical Ltd",LEX,11/29/1996
+LEXICON,LCN,03/01/2005
+"Leutron Vision",PRS,11/29/1996
+"Lexmark Int'l Inc",LMI,11/29/1996
+"LG Semicom Company Ltd",LGS,11/29/1996
+LGIC,MAN,02/21/2000
+"LifeSize Communications",LSC,02/14/2006
+"Lighthouse Technologies Limited",LHT,05/04/2010
+"Lightware Visual Engineering",LWR,02/04/2009
+"Lightware, Inc",LTW,10/16/1998
+"Lightwell Company Ltd",LZX,12/02/1997
+"Likom Technology Sdn. Bhd.",LKM,04/23/1998
+"Linear Systems Ltd.",LNR,10/11/2007
+"Link Tech Inc",LNK,11/29/1996
+"Linked IP GmbH",LIP,07/19/2010
+"Lisa Draexlmaier GmbH",FGD,02/22/1999
+"Litelogic Operations Ltd",LOL,12/09/2011
+"Lite-On Communication Inc",LCI,11/29/1996
+"Lithics Silicon Technology",LIT,03/15/2001
+"Litronic Inc",LTN,02/03/1998
+"Locamation B.V.",LOC,01/09/2004
+"Loewe Opta GmbH",LOE,05/02/2005
+"Logic Ltd",LGC,04/02/1994
+"Logical Solutions",LSL,11/29/1996
+"Logicode Technology Inc",LOG,11/29/1996
+"Logitech Inc",LGI,11/29/1996
+"LogiDataTech Electronic GmbH",LDT,03/15/2001
+"Logos Design A/S",SGO,04/24/2001
+"Long Engineering Design Inc",LED,11/29/1996
+"Longshine Electronics Company",LCS,11/29/1996
+"Loughborough Sound Images",LSI,11/29/1996
+"LSI Japan Company Ltd",LSJ,11/29/1996
+"LSI Systems Inc",LSY,11/29/1996
+"LTS Scale LLC",LTS,11/15/2007
+Lubosoft,LBO,04/24/2001
+"Lucent Technologies",LUC,04/19/2000
+"Lucent Technologies",LMG,01/13/1997
+"Lucidity Technology Company Ltd",LTK,05/18/1998
+"Lumagen, Inc.",LUM,08/12/2004
+"Lung Hwa Electronics Company Ltd",LHE,06/12/1998
+Luxeon,LXN,03/15/2001
+"Luxxell Research Inc",LUX,06/09/1997
+"LVI Low Vision International AB",LVI,01/21/2011
+"LXCO Technologies AG",LXC,01/11/2012
+"MAC System Company Ltd",MAC,09/26/1997
+"Mac-Eight Co., LTD.",MEJ,01/19/2011
+"Macraigor Systems Inc",OCD,03/23/1998
+"Macrocad Development Inc.",VHI,04/19/2000
+"Macronix Inc",MXI,11/29/1996
+"Madge Networks",MDG,11/29/1996
+"Maestro Pty Ltd",MAE,12/04/1996
+"MAG InnoVision",MAG,11/29/1996
+"Magic Leap",MLP,11/14/2014
+"Magni Systems Inc",MCP,11/29/1996
+"MagTek Inc.",EKA,02/14/2006
+"Magus Data Tech",MDT,11/29/1996
+"Mainpine Limited",MPN,06/30/2007
+"Mainpine Limited",MUK,09/13/1999
+"Many CNC System Co., Ltd.",PAK,03/12/2004
+"Maple Research Inst. Company Ltd",MPL,11/29/1996
+"MARANTZ JAPAN, INC.",MJI,10/23/2000
+"Marconi Instruments Ltd",MIL,11/29/1996
+"Marconi Simulation & Ty-Coch Way Training",MRC,11/29/1996
+"Marina Communicaitons",MCR,11/29/1996
+"Mark Levinson",MLN,02/28/2005
+"Mark of the Unicorn Inc",MTU,03/21/1997
+"Marseille, Inc.",MNI,02/27/2013
+"Marshall Electronics",MBM,03/13/2006
+"Mars-Tech Corporation",MTC,11/29/1996
+"Maruko & Company Ltd",MRK,11/29/1996
+"MASPRO DENKOH Corp.",MSR,10/25/2012
+"Mass Inc.",MAS,02/25/2002
+"Matelect Ltd.",MEQ,05/30/2002
+Matrox,MTX,11/29/1996
+"Mat's Computers",MCQ,07/22/2004
+"Matsushita Communication Industrial Co., Ltd.",WPA,03/15/2001
+"Panasonic Connect Co.,Ltd.",MAT,04/01/2022
+"MaxCom Technical Inc",MTI,11/29/1996
+"MaxData Computer AG",VOB,02/21/2000
+"MaxData Computer GmbH & Co.KG",MXD,04/19/2000
+"Maxpeed Corporation",MXP,02/19/1997
+"Maxtech Corporation",MXT,11/29/1996
+"MaxVision Corporation",MXV,07/16/1999
+"Maygay Machines, Ltd",DJP,08/10/2000
+"Maynard Electronics",MAY,11/29/1996
+"MAZeT GmbH",MAZ,08/11/1998
+MBC,MBC,11/29/1996
+"McDATA Corporation",MCD,11/29/1996
+"McIntosh Laboratory Inc.",MLI,01/18/2008
+"MCM Industrial Technology GmbH",MIT,10/29/2004
+"MEC Electronics GmbH",CEM,04/19/2000
+"Medar Inc",MDR,12/11/1996
+"Media Technologies Ltd.",MTB,01/05/2009
+"Media Tek Inc.",MKC,06/14/2007
+"Media Vision Inc",MVI,11/29/1996
+"Media4 Inc",MDA,03/20/1997
+"Mediacom Technologies Pte Ltd",OWL,11/29/1996
+"Mediaedge Corporation",MEK,11/19/2013
+"MediaFire Corp.",MFR,12/28/1998
+Mediasonic,FTR,11/29/1996
+"MediaTec GmbH",MTE,12/13/1996
+"Mediatek Corporation",MDK,03/13/1997
+"Mediatrix Peripherals Inc",MPI,04/24/1997
+"Medikro Oy",MRO,09/19/1997
+"Mega System Technologies Inc",MEC,12/29/1997
+"Mega System Technologies, Inc.",MGA,12/28/1998
+"Megasoft Inc",MSK,11/29/1996
+"Megatech R & D Company",MGT,11/29/1996
+"Meld Technology",MEP,08/16/2012
+"MEN Mikroelectronik Nueruberg GmbH",MEN,05/23/1997
+"Mentor Graphics Corporation",MGC,07/30/2009
+MEPCO,RLD,03/15/2001
+MEPhI,PPD,11/27/1998
+"Merging Technologies",MRT,11/29/1996
+"Meridian Audio Ltd",MAL,02/04/2009
+"Messeltronik Dresden GmbH",MED,11/29/1996
+"MET Development Inc",MDV,11/29/1996
+"Meta Watch Ltd",MTA,08/29/2013
+"Metheus Corporation",MET,11/29/1996
+"Metricom Inc",MCM,11/29/1996
+"Metronics Inc",QCH,11/29/1996
+"Mettler Toledo",NET,11/29/1996
+"Metz-Werke GmbH & Co KG",MCE,06/30/2005
+"M-G Technology Ltd",MGL,10/29/1997
+"Micom Communications Inc",MIC,05/05/1997
+"Micomsoft Co., Ltd.",MSX,04/10/2008
+"Micro Computer Systems",MCS,11/29/1996
+"Micro Design Inc",MDI,01/20/1998
+"Micro Display Systems Inc",MDS,11/29/1996
+"Micro Firmware",MFI,12/30/1997
+"Micro Industries",MCC,04/21/2003
+"Micro Solutions, Inc.",BPD,04/19/2000
+"Micro Systemation AB",MSA,11/08/1999
+"Micro Technical Company Ltd",JMT,11/29/1996
+"Microbus PLC",MBD,08/13/2002
+Microcom,MNP,11/29/1996
+"MicroDatec GmbH",MDX,09/13/1999
+"MicroDisplay Corporation",MRD,06/14/2007
+"Microdyne Inc",MDY,12/18/1996
+"MicroField Graphics Inc",MFG,11/29/1996
+Microlab,MPJ,05/23/1997
+Microline,LAF,09/13/1999
+"Micrologica AG",MLG,10/06/1998
+"Micromed Biotecnologia Ltd",MMD,12/11/1996
+"Micromedia AG",MMA,04/24/1997
+"Micron Electronics Inc",MCN,02/20/1997
+"Micronics Computers",MCI,11/29/1996
+micronpc.com,MIP,08/10/2000
+"Micronyx Inc",MYX,11/29/1996
+"Micropix Technologies, Ltd.",MPX,10/08/2001
+"MicroSlate Inc.",MSL,05/16/1999
+Microsoft,PNP,03/05/2004
+Microsoft,MSH,11/29/1996
+Microsoft,PNG,11/29/1996
+MicroSoftWare,WBN,01/14/1998
+Microstep,MSI,11/29/1996
+Microtec,MCT,11/29/1996
+"Micro-Tech Hearing Instruments",MTH,12/15/1997
+"MICROTEK Inc.",MKT,07/14/2005
+"Microtek International Inc.",MTK,02/25/2002
+"MicroTouch Systems Inc",MSY,08/10/2000
+Microvision,MVS,02/13/2009
+"Microvitec PLC",MVD,11/29/1996
+"Microway Inc",MWY,11/29/1996
+"Midori Electronics",MDC,11/29/1996
+"Mikroforum Ring 3",SFT,11/02/2004
+"Milestone EPE",MLS,08/11/1998
+"Millennium Engineering Inc",MLM,11/29/1996
+"Millogic Ltd.",MLL,01/09/2014
+"Millson Custom Solutions Inc.",MCX,10/17/2013
+"Miltope Corporation",VTM,09/23/2009
+"Mimio – A Newell Rubbermaid Company",MIM,07/31/2012
+"MindTech Display Co. Ltd",MTD,06/14/2007
+"MindTribe Product Engineering, Inc.",FTW,02/14/2011
+"Mini Micro Methods Ltd",MNC,11/29/1996
+"Minicom Digital Signage",MIN,08/13/2010
+"MiniMan Inc",MMN,11/29/1996
+"Minnesota Mining and Manufacturing",MMF,03/15/2001
+"Miranda Technologies Inc",MRA,11/29/1996
+Miratel,MRL,10/16/1998
+"Miro Computer Prod.",MIR,11/29/1996
+"miro Displays",MID,03/20/1999
+"Mistral Solutions [P] Ltd.",MSP,09/23/1998
+"Mitec Inc",MII,11/29/1996
+"Mitel Corporation",MTL,08/01/1997
+"Mitron computer Inc",MTR,11/29/1996
+"Mitsubishi Electric Corporation",MEL,11/29/1996
+"Mitsubishi Electric Engineering Co., Ltd.",MEE,10/03/2005
+"Mitsumi Company Ltd",KMC,11/29/1996
+"MJS Designs",MJS,11/29/1996
+"MK Seiko Co., Ltd.",MKS,06/18/2013
+"M-Labs Limited",OHW,11/27/2013
+"MMS Electronics",MMS,02/24/1998
+"Modesto PC Inc",FST,02/27/1997
+MODIS,MDD,11/08/1999
+"Modular Industrial Solutions Inc",MIS,11/29/1996
+"Modular Technology",MOD,06/09/1997
+"Momentum Data Systems",MOM,01/18/2008
+"Monorail Inc",MNL,02/18/1997
+Monydata,MYA,11/29/1996
+"Moreton Bay",MBV,01/13/2000
+"Moses Corporation",MOS,11/29/1996
+"Mosgi Corporation",MSV,11/29/1996
+"Motion Computing Inc.",MCO,05/30/2002
+Motium,MTM,06/19/2012
+motorola,MSU,03/15/2001
+"Motorola Communications Israel",MCL,07/02/2002
+"Motorola Computer Group",MCG,08/14/1997
+"Motorola UDS",MOT,11/29/1996
+"Mouse Systems Corporation",MSC,11/29/1996
+"M-Pact Inc",MPC,11/29/1996
+"mps Software GmbH",MPS,11/29/1996
+"MS Telematica",MST,04/28/1997
+"MSC Vertriebs GmbH",MEX,06/04/2012
+"MSI GmbH",MSG,09/13/1999
+"M-Systems Flash Disk Pioneers",MSF,12/17/1997
+"Mtron Storage Technology Co., Ltd.",MTN,06/17/2008
+"Multi-Dimension Institute",MUD,10/23/2000
+Multimax,MMI,11/29/1996
+"Multi-Tech Systems",MTS,11/29/1996
+"Multiwave Innovation Pte Ltd",MWI,11/29/1996
+"Mutoh America Inc",MAI,09/13/1999
+mware,MWR,04/24/2001
+"Mylex Corporation",MLX,11/29/1996
+"Myriad Solutions Ltd",MYR,11/29/1996
+"Myse Technology",WYS,11/29/1996
+"N*Able Technologies Inc",NBL,04/28/1998
+"NAD Electronics",NAD,06/14/2007
+"Naitoh Densei CO., LTD.",NDK,04/12/2006
+"Najing CEC Panda FPD Technology CO. ltd",NCP,02/24/2015
+"Nakano Engineering Co.,Ltd.",NAK,07/22/2009
+"Nakayo Relecommunications, Inc.",NYC,08/10/2000
+"Nanomach Anstalt",SCS,11/29/1996
+"Nasa Ames Research Center",ADR,11/29/1996
+"National DataComm Corporaiton",NDC,11/29/1996
+"National Display Systems",NDI,08/08/2003
+"National Instruments Corporation",NIC,11/29/1996
+"National Key Lab. on ISN",NBS,07/16/1998
+"National Semiconductor Corporation",NSC,11/29/1996
+"National Semiconductor Japan Ltd",TTB,04/14/1997
+"National Transcomm. Ltd",NTL,11/29/1996
+"Nationz Technologies Inc.",ZIC,03/12/2009
+"Natural Micro System",NMS,11/29/1996
+"NaturalPoint Inc.",NAT,09/03/2010
+"Navatek Engineering Corporation",NVT,03/02/1998
+"Navico, Inc.",NME,11/28/2012
+"Navigation Corporation",NAV,02/22/1999
+"Naxos Tecnologia",NAX,12/12/1997
+"NCR Corporation",DUN,04/25/2002
+"NCR Corporation",NCC,11/29/1996
+"NCR Electronics",NCR,11/29/1996
+"NDF Special Light Products B.V.",NDF,09/18/2014
+"NDS Ltd",DMV,06/25/1997
+"NEC Corporation",NEC,05/24/2000
+"NEC CustomTechnica, Ltd.",NCT,10/23/2002
+"NEC-Mitsubishi Electric Visual Systems Corporation",NMV,02/25/2002
+"NEO TELECOM CO.,LTD.",NEO,11/08/1999
+Neomagic,NMX,11/29/1996
+"NeoTech S.R.L",NTC,11/11/1997
+"Netaccess Inc",NTX,02/07/1997
+"NetComm Ltd",NCL,11/29/1996
+"NetVision Corporation",NVC,11/29/1996
+"Network Alchemy",NAL,09/30/1997
+"Network Designers",NDL,11/29/1996
+"Network General",NGC,08/26/1997
+"Network Info Technology",NIT,11/29/1996
+"Network Peripherals Inc",NPI,11/29/1996
+"Network Security Technology Co",NST,02/22/1999
+"Networth Inc",NTW,11/29/1996
+"NeuroSky, Inc.",NSA,08/28/2013
+"NEUROTEC - EMPRESA DE PESQUISA E DESENVOLVIMENTO EM BIOMEDICINA",NEU,03/15/2001
+"New Tech Int'l Company",NTI,11/29/1996
+"NewCom Inc",NCI,01/09/1997
+"Newisys, Inc.",NWS,10/08/2002
+"Newport Systems Solutions",NSS,11/29/1996
+Nexgen,NXG,11/29/1996
+"Nexgen Mediatech Inc.,",NEX,11/11/2003
+"Nexiq Technologies, Inc.",NXQ,10/08/2001
+"Next Level Communications",NLC,11/29/1996
+"NextCom K.K.",NXC,11/29/1996
+"NingBo Bestwinning Technology CO., Ltd",NBT,09/05/2006
+"NINGBO BOIGLE DIGITAL TECHNOLOGY CO.,LTD",BOI,11/25/2009
+"Nippon Avionics Co.,Ltd",AVI,10/23/2000
+"NIPPONDENCHI CO,.LTD",GSB,05/24/2000
+"NISSEI ELECTRIC CO.,LTD",NSI,01/13/2000
+"Nissei Electric Company",NIS,11/29/1996
+"Nits Technology Inc.",NTS,12/19/2006
+"Nixdorf Company",NCA,11/29/1996
+NNC,NNC,11/29/1996
+"Nokia Data",NDS,11/29/1996
+"Nokia Display Products",NOK,11/29/1996
+"Nokia Mobile Phones",NMP,11/29/1996
+"Norand Corporation",NOR,03/19/1997
+"Norcent Technology, Inc.",NCE,06/20/2007
+"NordicEye AB",NOE,09/23/2009
+"North Invent A/S",NOI,05/04/2010
+"Northgate Computer Systems",NCS,11/29/1996
+"Not Limited Inc",NOT,01/30/1998
+"NovaWeb Technologies Inc",NWP,06/12/1998
+"Novell Inc",NVL,11/29/1996
+"Nspire System Inc.",NSP,02/13/2007
+"N-trig Innovative Technologies, Inc.",NTR,10/03/2005
+"NTT Advanced Technology Corporation",NTT,08/19/2004
+"NU Inc.",NUI,08/29/2007
+"NU Technology, Inc.",NUG,04/16/2004
+"Number Five Software",NFS,02/22/1999
+"Nutech Marketing PTL",KNX,11/29/1996
+"NuVision US, Inc.",NVI,09/05/2006
+"Nuvoton Technology Corporation",NTN,10/09/2008
+Nvidia,NVD,11/29/1996
+N-Vision,JEN,10/23/2000
+"NXP Semiconductors bv.",NXP,06/14/2007
+"NW Computer Engineering",NWC,02/03/1997
+"Oak Tech Inc",OAK,11/29/1996
+"Oasys Technology Company",OAS,11/29/1996
+"OBJIX Multimedia Corporation",OMC,11/29/1996
+"OCTAL S.A.",PCB,02/24/1998
+"Oculus VR, Inc.",OVR,10/19/2012
+Odrac,ODR,06/21/2001
+"Office Depot, Inc.",ATV,06/13/2007
+"OKI Electric Industrial Company Ltd",OKI,11/29/1996
+"Oksori Company Ltd",OQI,11/29/1996
+"Oksori Company Ltd",OSR,11/29/1996
+Olfan,OCN,11/29/1996
+"Olicom A/S",OLC,11/29/1996
+"Olidata S.p.A.",OLD,03/13/2006
+"Olitec S.A.",OLT,11/29/1996
+"Olitec S.A.",OLV,11/29/1996
+Olivetti,OLI,11/29/1996
+"OLYMPUS CORPORATION",OLY,05/02/2005
+OmniTek,OTK,09/19/2013
+Omnitel,OMN,04/28/1998
+"Omron Corporation",OMR,11/29/1996
+"On Systems Inc",ONS,11/29/1996
+"Oneac Corporation",ONE,04/14/1998
+"ONKYO Corporation",ONK,06/16/2005
+"OnLive, Inc",ONL,09/03/2010
+"OOO Technoinvest",TIV,08/05/1997
+"Opcode Inc",OPC,11/29/1996
+"Open Connect Solutions",OCS,09/13/1999
+"OPEN Networks Ltd",ONW,04/25/2003
+"Open Stack, Inc.",OSI,07/22/2013
+"OPPO Digital, Inc.",OPP,06/19/2012
+"OPTi Inc",OPT,11/29/1996
+"Optibase Technologies",OBS,11/01/2010
+"Optical Systems Design Pty Ltd",OSD,06/03/2013
+"Option Industrial Computers",OIC,05/07/2001
+"Option International",OIN,10/23/2000
+"Option International",OIM,01/30/1997
+"OPTI-UPS Corporation",OSP,07/01/1997
+"Optivision Inc",OPV,11/29/1996
+"OPTO22, Inc.",OTT,10/06/1998
+"Optoma Corporation          ",OTM,04/20/2010
+"Optum Engineering Inc.",OEI,08/02/2010
+"Orchid Technology",OTI,11/29/1996
+"ORGA Kartensysteme GmbH",ORG,10/24/1998
+"Orion Communications Co., Ltd.",TOP,04/30/2007
+"ORION ELECTRIC CO., LTD.",ORN,01/19/2005
+"ORION ELECTRIC CO.,LTD",OEC,01/13/2000
+"OSAKA Micro Computer, Inc.",OSA,09/05/2003
+"OSR Open Systems Resources, Inc.",ORI,01/20/1999
+OSRAM,OOS,04/25/2002
+"OUK Company Ltd",OUK,11/29/1996
+outsidetheboxstuff.com,OTB,09/03/2010
+"Oxus Research S.A.",OXU,11/29/1996
+"OZ Corporation",OZC,08/07/2012
+"Pacific Avionics Corporation",PAC,11/29/1996
+"Pacific CommWare Inc",PCW,11/29/1996
+"Pacific Image Electronics Company Ltd",PIE,10/21/1997
+"Packard Bell Electronics",PBL,11/29/1996
+"Packard Bell NEC",PBN,11/29/1996
+"PACSGEAR, Inc.",PGI,08/13/2012
+"Padix Co., Inc.",QFF,09/13/1999
+"Pan Jit International Inc.",PJT,08/03/2004
+Panasonic,MDO,11/29/1996
+"Panasonic Avionics Corporation",PLF,08/13/2010
+"Panasonic Industry Company",MEI,11/29/1996
+"Panelview, Inc.",PNL,08/04/2003
+"Pantel Inc",PTL,11/29/1996
+"PAR Tech Inc.",PTA,01/26/2011
+"Parade Technologies, Ltd.",PRT,04/06/2012
+"Paradigm Advanced Research Centre",PGM,06/16/2005
+"Parallan Comp Inc",PAR,11/29/1996
+"Parallax Graphics",PLX,11/29/1996
+"Parc d'Activite des Bellevues",RCE,11/29/1996
+Parrot,POT,11/25/2014
+"Pathlight Technology Inc",PTH,11/29/1996
+"PC Xperten",PCX,02/24/1998
+PCBANK21,PCK,02/13/2007
+"PCM Systems Corporation",PCM,03/25/1997
+"PC-Tel Inc",PCT,05/02/1997
+"PD Systems International Ltd",PDS,03/20/1999
+"PDTS - Prozessdatentechnik und Systeme",PDT,02/10/1998
+"Pegatron Corporation",PEG,08/27/2013
+"PEI Electronics Inc",PEI,04/06/1998
+"Penta Studiotechnik GmbH",PVM,05/05/2010
+"pentel.co.,ltd",PCL,02/25/2002
+"Peppercon AG",PEP,04/12/2006
+"Perceptive Pixel Inc.",PPX,05/04/2010
+"Perceptive Signal Technologies",PER,05/13/1997
+PerComm,PRC,04/24/2001
+"Performance Concepts Inc.,",PCO,09/24/2002
+"Performance Technologies",IPN,02/24/2004
+"Perle Systems Limited",PSL,02/22/1999
+"Perpetual Technologies, LLC",PON,01/13/2000
+"Peter Antesberger Messtechnik",PAM,04/28/1998
+"Peus-Systems GmbH",PSD,11/29/1996
+"Philips BU Add On Card",PCA,11/29/1996
+"Philips Communication Systems",PHS,11/29/1996
+"Philips Consumer Electronics Company",PHL,11/29/1996
+"Philips Medical Systems Boeblingen GmbH",PHE,04/20/2010
+"Philips Semiconductors",PSC,11/29/1996
+"Phoenix Contact",PXC,02/27/2008
+"Phoenix Technologies, Ltd.",PNX,11/08/1999
+"Phoenixtec Power Company Ltd",PPC,05/16/1999
+"Photonics Systems Inc.",PHO,06/03/2002
+PhotoTelesis,RSC,03/16/1998
+"Phylon Communications",PHY,11/29/1996
+PicPro,PPR,10/18/2004
+"Pijnenburg Beheer N.V.",PHC,04/24/2001
+"Pioneer Computer Inc",PCI,11/29/1996
+"Pioneer Electronic Corporation",PIO,07/16/1997
+"Pitney Bowes",PBV,09/13/1999
+"Pitney Bowes",PBI,11/29/1996
+"Pixel Qi",PQI,06/24/2009
+"Pixel Vision",PVN,11/29/1996
+"PIXELA CORPORATION",PXE,11/21/2007
+"Pixie Tech Inc",PIX,11/29/1996
+"Plain Tree Systems Inc",PTS,11/29/1996
+"Planar Systems, Inc.",PNR,08/11/2003
+"PLUS Vision Corp.",PLV,07/05/2001
+"PMC Consumer Electronics Ltd",PMC,12/11/1996
+"pmns GmbH",SPR,10/08/2002
+"Point Multimedia System",PMM,06/09/1997
+"Polycom Inc.",PLY,06/19/2002
+"PolyComp (PTY) Ltd.",POL,02/14/2006
+"Polycow Productions",COW,03/15/2001
+"Portalis LC",POR,11/01/2008
+"Poso International B.V.",ARO,08/01/1997
+"POTRANS Electrical Corp.",PEC,07/16/1999
+"PowerCom Technology Company Ltd",PCC,09/02/1997
+"Powermatic Data Systems",CPX,11/29/1996
+"Practical Electronic Tools",PET,02/22/1999
+"Practical Peripherals",PPI,11/29/1996
+"Practical Solutions Pte., Ltd.",PSE,10/06/1998
+"Praim S.R.L.",PRD,11/29/1996
+"Primax Electric Ltd",PEL,11/29/1996
+"Prime Systems, Inc.",SYX,10/21/2003
+"Prime view international Co., Ltd",PVI,07/06/2009
+"Princeton Graphic Systems",PGS,11/29/1996
+"Prism, LLC",PIM,07/24/2007
+"Priva Hortimation BV",PRI,10/22/1997
+PRO/AUTOMATION,PRA,07/16/1999
+"Procomp USA Inc",PCP,11/29/1996
+"Prodea Systems Inc.",PSY,02/04/2013
+"Prodrive B.V.",PDV,01/18/2005
+Projecta,PJA,01/29/1997
+"Projectavision Inc",DHT,01/14/1998
+"Projectiondesign AS",PJD,09/23/2002
+"PROLINK Microsystems Corp.",PLM,02/25/2002
+"Pro-Log Corporation",PLC,11/29/1996
+"Promate Electronic Co., Ltd.",PMT,01/13/2003
+Prometheus,PRM,11/29/1996
+"Promise Technology Inc",PTI,01/02/1997
+"Promotion and Display Technology Ltd.",PAD,04/24/2001
+"Promotion and Display Technology Ltd.",TEL,04/24/2001
+"propagamma kommunikation",PGP,04/19/2000
+Prosum,PSM,11/29/1996
+Proteon,PRO,11/29/1996
+"Proview Global Co., Ltd",PVG,10/08/2002
+"Proxim Inc",PXM,09/19/1997
+"Proxima Corporation",PRX,11/29/1996
+"PS Technology Corporation",PTC,01/29/1997
+"Psion Dacom Plc.",PDM,11/08/1999
+"PSI-Perceptive Solutions Inc",PSI,11/29/1996
+"PT Hartono Istana Teknologi",PLT,05/05/2010
+"Pulse-Eight Ltd",PUL,09/12/2012
+"Pure Data Inc",PDR,11/29/1996
+"Purup Prepress AS",PPP,11/29/1996
+"Qingdao Haier Electronics Co., Ltd.",HRE,04/12/2006
+Q-Logic,QLC,11/29/1996
+"Qtronix Corporation",QTR,11/29/1996
+Quadram,DHQ,11/29/1996
+Quadram,QDM,11/29/1996
+"Quadrant Components Inc",QCL,04/03/1997
+"QuakeCom Company Ltd",QCC,03/23/1998
+"Qualcomm Inc",QCP,05/16/1999
+"Quanta Computer Inc",QCI,11/29/1996
+"Quanta Display Inc.",QDS,04/25/2002
+Quantum,QTM,11/29/1996
+"Quantum 3D Inc",QTD,05/23/1997
+"Quantum Data Incorporated",QDI,03/15/2001
+Quartics,QVU,11/04/2010
+"Quatographic AG",QUA,01/13/2000
+"Questech Ltd",QTH,01/13/2000
+"Questra Consulting",QUE,01/30/1998
+"Quick Corporation",QCK,11/29/1996
+"Quickflex, Inc",QFI,08/04/1998
+"Quicknet Technologies Inc",QTI,11/29/1996
+"R Squared",RSQ,11/08/1999
+R.P.T.Intergroups,RPT,11/29/1996
+"Racal Interlan Inc",RII,11/29/1996
+"Racal-Airtech Software Forge Ltd",TSF,11/29/1996
+"Racore Computer Products Inc",RAC,11/29/1996
+"Radicom Research Inc",RRI,12/02/1997
+"Radio Consult SRL",RCN,09/24/2002
+"RADIODATA GmbH",RDN,07/25/2012
+"RadioLAN Inc",RLN,11/29/1996
+"Radiospire Networks, Inc.",RSN,06/14/2007
+"Radisys Corporation",RAD,11/29/1996
+"Radius Inc",RDS,03/07/1997
+"RAFI GmbH & Co. KG",RFI,08/24/2015
+"Rainbow Displays, Inc.",RDI,09/23/1998
+"Rainbow Technologies",RNB,11/29/1996
+"Raintree Systems",RTS,10/02/2001
+"Rainy Orchard",BOB,02/21/2000
+"Rampage Systems Inc",RSI,11/29/1996
+"Rancho Tech Inc",RAN,11/29/1996
+"Rancho Tech Inc",RTI,11/29/1996
+"Rapid Tech Corporation",RSX,11/29/1996
+"Raritan Computer, Inc",RMC,11/27/1998
+"Raritan, Inc.",RAR,06/14/2007
+"RAScom Inc",RAS,11/29/1996
+"RATOC Systems, Inc.",REX,01/06/2012
+"Raylar Design, Inc.",RAY,01/13/2000
+"RC International",RCI,11/29/1996
+"Reach Technology Inc",RCH,02/09/1998
+"Reakin Technolohy Corporation",RKC,03/15/2001
+"Real D",REA,11/15/2007
+"Realtek Semiconductor Company Ltd",RTL,11/29/1996
+"Realtek Semiconductor Corp.",ALG,10/25/2002
+"Realvision Inc",RVI,11/29/1996
+ReCom,REC,05/16/1999
+"Red Wing Corporation",RWC,01/08/1998
+"Redfox Technologies Inc.",RFX,01/14/2014
+"Reflectivity, Inc.",REF,04/19/2000
+"Rehan Electronics Ltd.",REH,02/15/2012
+"Relia Technologies",RTC,11/29/1996
+"Reliance Electric Ind Corporation",REL,11/29/1996
+"Renesas Technology Corp.",REN,06/14/2007
+Rent-A-Tech,RAT,02/22/1999
+"Research Electronics Development Inc",RED,12/02/1997
+"Research Machines",RMP,11/29/1996
+"ResMed Pty Ltd",RES,02/21/2000
+"Resonance Technology, Inc.",RET,02/09/2011
+"Restek Electric Company Ltd",WTS,11/29/1996
+"Reveal Computer Prod",RVL,11/29/1996
+"Revolution Display, Inc.",REV,03/19/2014
+"RGB Spectrum",RGB,11/14/2012
+"RGB Systems, Inc. dba Extron Electronics",EXN,07/06/2008
+"RICOH COMPANY, LTD.",RIC,05/13/2010
+"RightHand Technologies",RHD,05/01/2012
+"Rios Systems Company Ltd",RIO,11/29/1996
+"Ritech Inc",RIT,04/14/1998
+"Rivulet Communications",RIV,07/19/2007
+"Robert Bosch GmbH",BSG,05/15/2014
+"Robert Gray Company",GRY,03/31/1998
+"Robertson Geologging Ltd",RGL,08/10/2000
+"Robust Electronics GmbH",ROB,01/18/2008
+"Rockwell Automation/Intecolor",RAI,03/13/1998
+"Rockwell Collins",RCO,09/10/2010
+"Rockwell Collins / Airshow Systems",ASY,12/02/2004
+"Rockwell Collins, Inc.",COL,06/14/2007
+"Rockwell International",ROK,11/29/1996
+"Rockwell Semiconductor Systems",RSS,11/29/1996
+"Rogen Tech Distribution Inc",MAX,11/29/1996
+"Rohde & Schwarz",ROS,01/20/2012
+"Rohm Co., Ltd.",ROH,06/16/2004
+"Rohm Company Ltd",RHM,05/13/1997
+"Roland Corporation",RJA,11/29/1996
+"RoomPro Technologies",RPI,07/09/2010
+"Roper International Ltd",ROP,05/16/1999
+"Roper Mobile",RMT,07/02/2010
+"Ross Video Ltd",RSV,06/11/2012
+"Royal Information",TRL,11/29/1996
+"Rozsnyó, s.r.o.",RZS,03/24/2014
+"RSI Systems Inc",RVC,04/28/1998
+"RUNCO International",RUN,04/01/2004
+"S&K Electronics",SNK,02/21/2000
+"S3 Inc",TLV,01/07/1997
+"S3 Inc",SIM,11/29/1996
+"S3 Inc",SSS,11/29/1996
+"Saab Aerotech",SAE,06/14/2007
+"Sage Inc",SAI,07/16/1997
+SAGEM,SGM,09/05/2003
+SAIT-Devlonics,SDK,11/29/1996
+"Saitek Ltd",SAK,05/16/1999
+"Salt Internatioinal Corp.",SLT,09/05/2006
+"Samsung Electric Company",SAM,11/29/1996
+"Samsung Electro-Mechanics Company Ltd",SKT,11/29/1996
+"Samsung Electronics America",STN,08/10/2000
+"Samsung Electronics America Inc",KYK,02/24/1998
+"Samsung Electronic Co.",SSE,08/10/2000
+"Samsung Electronics Company Ltd",SEM,11/29/1996
+"Samtron Displays Inc",SDI,11/29/1996
+"SANKEN ELECTRIC CO., LTD",JSK,09/13/1999
+"Sankyo Seiki Mfg.co., Ltd",SSJ,01/28/2003
+"Sanritz Automation Co.,Ltd.",SAA,02/25/2002
+"SANTAK CORP.",STK,11/27/1998
+"Santec Corporation",SOC,01/12/2015
+"Sanyo Electric Co.,Ltd.",SAN,11/08/1999
+"Sanyo Electric Company Ltd",SCD,11/29/1996
+"Sanyo Electric Company Ltd",SIB,11/29/1996
+"Sanyo Electric Company Ltd",TSC,11/29/1996
+"Sanyo Icon",ICN,11/29/1996
+"Sapience Corporation",SPN,11/29/1996
+"SAT (Societe Anonyme)",SDA,11/29/1996
+"SBS Technologies (Canada), Inc. (was Avvida Systems, Inc.)",AVV,12/17/2002
+"SBS-or Industrial Computers GmbH",SBS,12/28/1998
+"Scan Group Ltd",SGI,11/29/1996
+"Scanport, Inc.",SCN,08/05/2002
+"SCD Tech",KFC,10/23/2002
+"Sceptre Tech Inc",SPT,11/29/1996
+Schlumberger,SMB,07/16/1999
+"Schlumberger Cards",SCH,04/28/1998
+"Schlumberger Technology Corporate",SLR,08/10/2000
+"Schneider & Koch",SKD,11/29/1996
+"Schneider Electric S.A.",MGE,11/29/1996
+"Schnick-Schnack-Systems GmbH",SLS,05/06/2009
+"SCI Systems Inc.",REM,08/10/2000
+"SCM Microsystems Inc",SCM,11/29/1996
+"Scriptel Corporation",SCP,06/14/2007
+"SDR Systems",SDR,03/15/2001
+"SDS Technologies",STY,11/08/1999
+"SDX Business Systems Ltd",SDX,11/29/1996
+"Seanix Technology Inc",NIX,04/09/2007
+"Seanix Technology Inc.",SEA,02/24/1998
+Sedlbauer,SAG,11/29/1996
+"SeeColor Corporation",SEE,11/29/1996
+"SeeCubic B.V.",SCB,11/02/2012
+"SeeReal Technologies GmbH",SRT,06/27/2005
+"Seiko Epson Corporation",SEC,11/29/1996
+"Seiko Instruments Information Devices Inc",SID,12/16/1996
+"Seiko Instruments USA Inc",SIU,11/29/1996
+"Seitz & Associates Inc",SEI,01/30/1998
+"Sejin Electron Inc",SJE,08/20/1997
+"SELEX GALILEO",SXG,10/01/2012
+"Semtech Corporation",STH,11/30/2001
+"SendTek Corporation",SET,11/08/1999
+"Senseboard Technologies AB",SBT,09/03/2002
+Sencore,SEN,05/23/1997
+"Sentelic Corporation",STU,07/27/2012
+"SEOS Ltd",SEO,02/20/2003
+"Sentronic International Corp.",SNC,10/23/2000
+"SEP Eletronica Ltda.",SEP,05/07/2001
+"Sequent Computer Systems Inc",SQT,11/29/1996
+"Session Control LLC",SES,09/03/2010
+Setred,SRD,09/05/2006
+"SEVIT Co., Ltd.",SVT,06/25/2002
+SGEG,SVA,02/21/2000
+"Seyeon Tech Company Ltd",SYT,12/02/1997
+"SGS Thomson Microelectronics",STM,11/11/1997
+"Shadow Systems",OYO,11/29/1996
+"Shanghai Bell Telephone Equip Mfg Co",SBC,04/30/1998
+"Shanghai Guowei Science and Technology Co., Ltd.",SGW,01/28/2011
+"SHANGHAI SVA-DAV ELECTRONICS CO., LTD",XQU,07/24/2003
+"Sharedware Ltd",SWL,08/11/1998
+"Shark Multimedia Inc",SMM,11/29/1996
+"SharkTec A/S",DFK,02/14/2006
+"Sharp Corporation",SHP,11/29/1996
+"SHARP TAKAYA ELECTRONIC INDUSTRY CO.,LTD.",SXT,06/24/2010
+"Shenzhen ChuangZhiCheng Technology Co., Ltd.",CZC,10/23/2013
+"Shenzhen Inet Mobile Internet Technology Co., LTD",IXN,11/04/2014
+"Shenzhen MTC Co., Ltd",SZM,08/09/2013
+"Shenzhen Ramos Digital Technology Co., Ltd",RMS,10/29/2014
+"Shenzhen South-Top Computer Co., Ltd.",SSL,12/06/2013
+"Shenzhen three Connaught Information Technology Co., Ltd. (3nod Group)",AZH,09/17/2013
+"Shenzhen Zhuona Technology Co., Ltd.",XYE,10/01/2013
+"Shenzhen ZhuoYi HengTong Computer Technology Limited",HTR,12/13/2013
+"Shenzhen Zowee Technology Co., LTD",ZWE,05/26/2015
+"Sherwood Digital Electronics Corporation",SDE,11/29/1996
+"ShibaSoku Co., Ltd.",SHC,05/26/2005
+"Shin Ho Tech",SHT,11/29/1996
+"Shlumberger Ltd",SLB,11/29/1996
+"Shuttle Tech",SAT,11/29/1996
+"Sichuan Changhong Electric CO, LTD.",CHG,02/26/2003
+"Sichuang Changhong Corporation",CHO,11/30/2001
+Siemens,SIE,11/29/1996
+"Siemens AG",SDT,02/14/2006
+"SIEMENS AG",SIA,03/15/2001
+"Siemens Microdesign GmbH",SNI,11/29/1996
+"Siemens Nixdorf Info Systems",SNP,11/29/1996
+"Sierra Semiconductor Inc",SSC,11/29/1996
+"Sierra Wireless Inc.",SWI,07/10/2003
+"Sigma Designs Inc",SIG,11/29/1996
+"Sigma Designs, Inc.",SGD,02/14/2006
+"Sigmacom Co., Ltd.",SCL,04/25/2002
+"SigmaTel Inc",STL,03/03/1997
+Signet,DXS,10/23/2000
+"SII Ido-Tsushin Inc",STE,04/03/1997
+"Silcom Manufacturing Tech Inc",SMT,11/29/1996
+"Silex technology, Inc.",SXD,03/12/2009
+"Silicom Multimedia Systems Inc",SMS,12/04/1996
+"Silicon Graphics Inc",SGX,11/29/1996
+"Silicon Image, Inc.",SII,01/13/2000
+"Silicon Integrated Systems Corporation",SIS,11/29/1996
+"Silicon Laboratories, Inc",SIL,07/16/1998
+"Silicon Library Inc.",SLH,11/01/2008
+"Silicon Optix Corporation",SOI,07/28/2005
+"Silitek Corporation",SLK,07/16/1997
+"SIM2 Multimedia S.P.A.",SPU,09/05/2002
+"Simple Computing",SMP,11/29/1996
+"Simplex Time Recorder Co.",SPX,03/15/2001
+"Singular Technology Co., Ltd.",SIN,11/08/1999
+"SINOSUN TECHNOLOGY CO., LTD",SNO,06/27/2005
+"Sirius Technologies Pty Ltd",SIR,03/13/1998
+"sisel muhendislik",FUN,04/25/2002
+"SITECSYSTEM CO., LTD.",STS,03/16/2005
+Sitintel,SIT,11/29/1996
+"SKYDATA S.P.A.",SKY,09/19/1997
+"Smart Card Technology",SCT,08/10/2000
+"SMART Modular Technologies",SMA,04/04/1997
+"Smart Silicon Systems Pty Ltd",SPL,08/10/2000
+"Smart Tech Inc",STI,11/29/1996
+"SMART Technologies Inc.",SBI,06/14/2007
+"SMK CORPORATION",SMK,02/21/2000
+"Snell & Wilcox",SNW,04/25/2002
+"SOBO VISION",MVM,06/14/2007
+"Socionext Inc.",SCX,05/14/2015
+"Sodeman Lancom Inc",LAN,11/29/1996
+"SODIFF E&T CO., Ltd.",SDF,06/01/2007
+"Soft & Hardware development Goldammer GmbH",SHG,11/29/1996
+"Softbed - Consulting & Development Ltd",SBD,12/23/1997
+"Software Café",SWC,11/29/1996
+"Software Technologies Group,Inc.",SWT,11/29/2008
+"Solitron Technologies Inc",SOL,11/29/1996
+"Solomon Technology Corporation",SLM,01/16/1998
+SolutionInside,SXL,05/08/2001
+"SOMELEC Z.I. Du Vert Galanta",ONX,11/29/1996
+Sonitronix,HON,02/03/2011
+"Sonix Comm. Ltd",SNX,11/29/1996
+Sony,SNY,11/29/1996
+Sony,SON,11/29/1996
+"Sony Ericsson Mobile Communications Inc.",SER,04/16/2004
+"SORCUS Computer GmbH",SCO,01/13/2000
+"Sorcus Computer GmbH",SOR,11/29/1996
+"SORD Computer Corporation",SCC,11/29/1996
+"Sotec Company Ltd",SOT,05/21/1997
+"South Mountain Technologies, LTD",FRS,02/14/2006
+"SOYO Group, Inc",SOY,12/18/2006
+"SPACE-I Co., Ltd.",SPI,05/11/2005
+"SpaceLabs Medical Inc",SMI,11/29/1996
+"SPEA Software AG",SPE,11/29/1996
+SpeakerCraft,SPK,04/20/2010
+Specialix,SLX,11/29/1996
+"Spectragraphics Corporation",SGC,11/29/1996
+"Spectrum Signal Proecessing Inc",SSP,11/29/1996
+"SR-Systems e.K.",SRS,11/19/2012
+"S-S Technology Inc",SSI,11/29/1996
+"ST Electronics Systems Assembly Pte Ltd",STA,12/28/1998
+"STAC Electronics",STC,11/29/1996
+"Standard Microsystems Corporation",SMC,11/29/1996
+"Star Paging Telecom Tech (Shenzhen) Co. Ltd.",STT,09/23/1998
+"Starflight Electronics",STF,05/23/1997
+"Stargate Technology",SGT,11/29/1996
+StarLeaf,SLF,11/01/2010
+"Starlight Networks Inc",STR,11/29/1996
+"Starwin Inc.",STW,04/24/2001
+Static,SWS,05/16/1999
+"STB Systems Inc",STB,11/29/1996
+"STD Computer Inc",STD,11/29/1996
+"StereoGraphics Corp.",STG,10/02/2001
+ST-Ericsson,STX,12/09/2011
+STMicroelectronics,SMO,06/14/2007
+"Stollmann E+V GmbH",STO,03/27/1997
+"Stores Automated Systems Inc",SAS,03/19/1997
+"Storm Technology",EZP,10/17/1996
+"StreamPlay Ltd",STP,02/04/2009
+"Stryker Communications",SYK,10/10/2005
+"Subspace Comm. Inc",SUB,11/29/1996
+"Sumitomo Metal Industries, Ltd.",SML,09/13/1999
+"Summagraphics Corporation",SUM,11/29/1996
+"Sun Corporation",SCE,11/29/1996
+"Sun Electronics Corporation",SUN,11/29/1996
+"Sun Microsystems",SVI,01/13/2003
+"SUNNY ELEKTRONIK",SNN,11/14/2014
+"SunRiver Data System",SDS,11/29/1996
+"Super Gate Technology Company Ltd",SGL,12/30/1997
+"SuperNet Inc",SNT,04/23/1998
+"Supra Corporation",SUP,11/29/1996
+"Surenam Computer Corporation",SUR,11/29/1996
+"Surf Communication Solutions Ltd",SRF,03/23/1998
+"SVD Computer",SVD,04/14/1998
+SVSI,SVS,08/09/2008
+"SY Electronics Ltd",SYE,09/20/2010
+"Sylvania Computer Products",SYL,06/12/1998
+"Symbios Logic Inc",SLI,11/29/1996
+"Symbol Technologies",ISA,06/02/1997
+"Symicron Computer Communications Ltd.",SYM,11/29/1996
+"Synaptics Inc",SYN,11/29/1996
+"Synopsys Inc",SPS,11/29/1996
+Syntax-Brillian,SXB,05/08/2006
+"SYPRO Co Ltd",SYP,11/27/1998
+"Sysgration Ltd",SYS,04/28/1997
+"Syslogic Datentechnik AG",SLC,01/20/1999
+"Sysmate Company",SME,09/02/1997
+"Sysmate Corporation",SIC,05/05/1997
+Sysmic,SYC,11/29/1996
+"Systec Computer GmbH",SGZ,10/02/1997
+"System Craft",SCI,11/29/1996
+"system elektronik GmbH",SEB,04/19/2000
+"Systeme Lauer GmbH&Co KG",SLA,03/20/1999
+"Systems Enhancement",UPS,11/29/1996
+"SystemSoft Corporation",SST,11/29/1996
+"Systran Corporation",SCR,11/29/1996
+"SYVAX Inc",SYV,11/29/1996
+"T+A elektroakustik GmbH",TUA,01/05/2011
+"Taicom Data Systems Co., Ltd.",TCD,10/08/2001
+"Taicom International Inc",TMR,11/29/1996
+"Taiko Electric Works.LTD",TKC,03/15/2001
+"Taiwan Video & Monitor Corporation",TVM,11/29/1996
+"Takahata Electronics Co.,Ltd.",KTD,07/22/2009
+"Tamura Seisakusyo Ltd",TAM,07/17/1997
+Tandberg,TAA,10/21/2003
+"Tandberg Data Display AS",TDD,11/29/1996
+"Tandem Computer Europe Inc",TDM,11/29/1996
+"Tandon Corporation",TCC,11/29/1996
+"Tandy Electronics",TDY,11/29/1996
+"Taskit Rechnertechnik GmbH",TAS,12/15/1997
+"Tatung Company of America Inc",TCS,11/29/1996
+"Tatung UK Ltd",VIB,07/16/1999
+"Taugagreining hf",NRV,11/29/1996
+"Taxan (Europe) Ltd",TAX,03/13/1997
+"TDK USA Corporation",PMD,11/29/1996
+TDT,TDT,11/29/1996
+"TDVision Systems, Inc.",TDV,01/18/2008
+"TEAC System Corporation",TEA,11/29/1996
+"TEC CORPORATION",CET,07/16/1998
+"TEAC America Inc",TCJ,11/29/1996
+"Tech Source Inc.",TEZ,08/14/2013
+"Techmedia Computer Systems Corporation",TMC,02/10/1998
+"Technical Concepts Ltd",TCL,11/29/1996
+"Technical Illusions Inc.",TIL,02/14/2014
+"TechniSat Digital GmbH",TSD,07/14/2005
+"Technology Nexus Secure Open Systems AB",NXS,05/08/1998
+"Technology Power Enterprises Inc",TPE,11/29/1996
+"TechnoTrend Systemtechnik GmbH",TTS,11/29/1996
+"Tecmar Inc",TEC,11/29/1996
+"Tecnetics (PTY) Ltd",TCN,11/29/1996
+"TECNIMAGEN SA",TNM,05/02/2005
+Tecnovision,TVD,03/13/2006
+"Tectona SoftSolutions (P) Ltd.,",RXT,06/02/2004
+"Teknor Microsystem Inc",TKN,11/29/1996
+"Tekram Technology Company Ltd",TRM,11/29/1996
+"Tektronix Inc",TEK,05/16/1999
+"TEKWorx Limited",TWX,12/24/2009
+"Telecom Technology Centre Co. Ltd.",TCT,07/16/1999
+"Telecommunications Techniques Corporation",TTC,11/29/1996
+"Teleforce.,co,ltd",TLF,11/19/2012
+"Teleliaison Inc",TAT,04/29/1997
+"Telelink AG",TLK,09/01/1998
+"Teleprocessing Systeme GmbH",TPS,01/24/1997
+"Teles AG",TAG,11/29/1996
+"Teleste Educational OY",TLS,11/29/1996
+"TeleVideo Systems",TSI,11/29/1996
+"Telia ProSoft AB",PFT,09/13/1999
+Telindus,TLD,11/29/1996
+"Telxon Corporation",TLX,11/29/1996
+"Tennyson Tech Pty Ltd",TNY,11/29/1996
+Teradici,TDC,10/11/2007
+"TerraTec Electronic GmbH",TER,03/21/1997
+"Texas Insturments",TXN,11/29/1996
+"Texas Microsystem",TMI,11/29/1996
+"Textron Defense System",TXT,11/29/1996
+"The Concept Keyboard Company Ltd",CKC,06/02/1997
+"The Linux Foundation",LNX,04/04/2014
+"The Moving Pixel Company",PXL,11/24/2003
+"The NTI Group",ITN,11/29/1996
+"The OPEN Group",TOG,09/13/1999
+"The Panda Project",PAN,11/29/1996
+"The Phoenix Research Group Inc",PRG,09/19/1997
+"The Software Group Ltd",TSG,11/29/1996
+"Thermotrex Corporation",TMX,11/29/1996
+Thinklogical,TLL,06/01/2015
+"Thomas-Conrad Corporation",TCO,11/29/1996
+"Thomson Consumer Electronics",TCR,08/20/1998
+"Thruput Ltd",TPT,06/16/2010
+"Thundercom Holdings Sdn. Bhd.",THN,03/21/1997
+"Tidewater Association",TWA,11/29/1996
+"Time Management, Inc.",TMM,03/20/1999
+"TimeKeeping Systems, Inc.",TKS,08/31/1998
+"Times (Shanghai) Computer Co., Ltd.",TPD,12/12/2013
+"TIPTEL AG",TIP,02/24/1998
+"Tixi.Com GmbH",TIX,10/16/1998
+"T-Metrics Inc.",TMT,02/21/2000
+"TNC Industrial Company Ltd",TNC,02/27/1998
+"Todos Data System AB",TAB,08/20/1997
+"TOEI Electronics Co., Ltd.",TOE,10/02/2001
+TONNA,TON,03/14/2012
+"Top Victory Electronics ( Fujian ) Company Ltd",TPV,05/16/1999
+"TOPRE CORPORATION",TPK,02/13/2009
+"Topro Technology Inc",TPR,05/08/1998
+"Topson Technology Co., Ltd.",TTA,09/23/1998
+"TORNADO Company",SFM,04/15/1997
+"Torus Systems Ltd",TGS,11/29/1996
+"Torus Systems Ltd",TRS,11/29/1996
+"Toshiba America Info Systems Inc",TAI,11/29/1996
+"Toshiba America Info Systems Inc",TSB,11/29/1996
+"Dynabook Inc.",TOS,11/29/1996
+"Toshiba Corporation",TTP,07/07/2015
+"Toshiba Global Commerce Solutions, Inc.",TGC,06/26/2012
+"Toshiba Matsushita Display Technology Co., Ltd",LCD,05/24/2000
+"TOSHIBA PERSONAL COMPUTER SYSTEM CORPRATION",PCS,06/22/2010
+"TOSHIBA TELI CORPORATION",TLI,01/18/2008
+"Totoku Electric Company Ltd",TTK,11/29/1996
+"Tottori Sanyo Electric",TSE,11/29/1996
+"Tottori SANYO Electric Co., Ltd.",TSL,11/06/2001
+"Touch Panel Systems Corporation",TPC,09/02/1997
+"TouchKo, Inc.",TKO,01/12/2006
+"Touchstone Technology",TOU,05/07/2001
+TouchSystems,TSY,01/18/2008
+"TOWITOKO electronics GmbH",TWK,04/14/1998
+"Transtex SA",CSB,03/15/2001
+"Transtream Inc",TST,04/29/1997
+TRANSVIDEO,TSV,05/04/2010
+Tremetrics,TRE,04/24/1997
+"Tremon Enterprises Company Ltd",RDM,11/29/1996
+"Trenton Terminals Inc",TTI,11/29/1996
+"Trex Enterprises",TRX,02/21/2000
+"Tribe Computer Works Inc",OZO,11/29/1996
+"Tricord Systems",TRI,11/29/1996
+"Tri-Data Systems Inc",TDS,11/29/1996
+"TRIDELITY Display Solutions GmbH",TTY,07/19/2010
+"Trident Microsystem Inc",TRD,11/29/1996
+"Trident Microsystems Ltd",TMS,07/15/2002
+"TriGem Computer Inc",TGI,11/29/1996
+"TriGem Computer,Inc.",TGM,07/05/2001
+"Trigem KinfoComm",TIC,02/26/2003
+"Trioc AB",TRC,01/13/2000
+"Triple S Engineering Inc",TBB,09/26/1997
+"Tritec Electronic AG",TRT,01/11/2012
+"TriTech Microelectronics International",TRA,01/24/1997
+"Triumph Board a.s.",TRB,09/27/2013
+"Trivisio Prototyping GmbH",TRV,11/18/2011
+"Trixel Ltd",TXL,08/10/2000
+"Trtheim Technology",MKV,03/17/1997
+Truevision,TVI,11/29/1996
+"TTE, Inc.",TTE,01/18/2005
+"Tulip Computers Int'l B.V.",TCI,11/29/1996
+"Turbo Communication, Inc",TBC,09/01/1998
+"Turtle Beach System",TBS,11/29/1996
+"Tut Systems",TUT,08/19/1997
+"TV Interactive Corporation",TVR,11/29/1996
+"TV One Ltd",TVO,09/02/2008
+"TV1 GmbH",TVV,02/06/2012
+"TVS Electronics Limited",TVS,05/20/2008
+"Twinhead International Corporation",TWH,11/29/1996
+"Tyan Computer Corporation",TYN,11/29/1996
+"U. S. Electronics Inc.",USE,10/28/2013
+"U.S. Naval Research Lab",NRL,11/29/1996
+"U.S. Navy",TSP,10/17/2002
+"U.S. Digital Corporation",USD,11/29/1996
+"U.S. Robotics Inc",USR,11/29/1996
+"Ubinetics Ltd.",UBL,05/23/2002
+"Ueda Japan Radio Co., Ltd.",UJR,07/09/2003
+"UFO Systems Inc",UFO,11/29/1996
+"Ultima Associates Pte Ltd",UAS,01/02/1997
+"Ultima Electronics Corporation",UEC,09/01/1998
+"Ultra Network Tech",ULT,11/29/1996
+"Umezawa Giken Co.,Ltd",UMG,04/10/2008
+"Ungermann-Bass Inc",UBI,11/29/1996
+Unicate,UNY,07/21/1998
+"Uniden Corporation",UDN,10/18/2004
+"Uniform Industrial Corporation",UIC,11/29/1996
+"Uniform Industry Corp.",UNI,11/06/2001
+UNIGRAF-USA,UFG,10/09/2008
+"Unisys Corporation",UNB,11/29/1996
+"Unisys Corporation",UNC,11/29/1996
+"Unisys Corporation",UNM,11/29/1996
+"Unisys Corporation",UNO,11/29/1996
+"Unisys Corporation",UNS,11/29/1996
+"Unisys Corporation",UNT,11/29/1996
+"Unisys DSD",UNA,11/29/1996
+"Uni-Take Int'l Inc.",WKH,06/17/2002
+"United Microelectr Corporation",UMC,11/29/1996
+Unitop,UNP,11/06/2001
+"Universal Electronics Inc",UEI,08/20/1997
+"Universal Empowering Technologies",UET,09/26/1997
+"Universal Multimedia",UMM,10/08/2001
+"Universal Scientific Industrial Co., Ltd.",USI,11/04/2003
+"University College",JGD,11/29/1996
+"Uniwill Computer Corp.",UWC,04/16/2004
+"Up to Date Tech",UTD,11/29/1996
+UPPI,UPP,04/14/1998
+"Ups Manufactoring s.r.l.",RUP,03/15/2001
+"USC Information Sciences Institute",ASD,04/08/1997
+"Utimaco Safeware AG",USA,05/04/1998
+"Vaddio, LLC",VAD,11/30/2012
+Vadem,VDM,11/29/1996
+"VAIO Corporation",VAI,04/18/2014
+"Valence Computing Corporation",VAL,11/29/1996
+"Valley Board Ltda",VBT,03/15/2001
+"ValleyBoard Ltda.",VLB,04/05/1998
+"Valve Corporation",VLV,03/06/2013
+"VanErum Group",ITI,10/01/2013
+"Varian Australia Pty Ltd",VAR,04/19/2000
+"VATIV Technologies",VTV,04/12/2006
+"VBrick Systems Inc.",VBR,08/19/2009
+VCONEX,VCX,06/15/2005
+"VDC Display Systems",VDC,04/29/2009
+"Vector Informatik GmbH",VEC,09/10/1997
+"Vector Magnetics, LLC",VCM,04/12/2006
+Vektrex,VEK,12/13/1996
+"VeriFone Inc",VFI,05/29/1998
+"Vermont Microsystems",VMI,11/29/1996
+"Vestax Corporation",VTX,02/14/2012
+"Vestel Elektronik Sanayi ve Ticaret A. S.",VES,09/19/1997
+"Via Mons Ltd.",VIM,08/29/2012
+"VIA Tech Inc",VIA,11/29/1996
+"Victor Company of Japan, Limited",VCJ,02/06/2009
+"Victor Data Systems",VDA,05/24/2000
+"Victron B.V.",VIC,11/29/1996
+"Video & Display Oriented Corporation",VDO,11/29/1996
+"Video Computer S.p.A.",URD,02/24/1998
+"Video International Inc.",JWD,02/21/2000
+"Video Products Inc",VPI,05/04/2010
+"VideoLan Technologies",VLT,10/17/1997
+VideoServer,VSI,06/25/1997
+"Videotechnik Breithaupt",VTB,07/23/2013
+"VIDEOTRON CORP.",VTN,05/04/2010
+"Vidisys GmbH & Company",VDS,11/29/1996
+"Viditec, Inc.",VDT,11/08/1999
+"ViewSonic Corporation",VSC,11/29/1996
+"Viewteck Co., Ltd.",VTK,10/08/2001
+"Viking Connectors",VIK,11/29/1996
+"Vinca Corporation",VNC,11/29/1996
+"Vinci Labs",NHT,03/03/2006
+"Vine Micros Limited",VML,06/16/2004
+"Vine Micros Ltd",VIN,04/19/2000
+"Virtual Computer Corporation",VCC,11/29/1996
+"Virtual Resources Corporation",VRC,11/29/1996
+"Vision Quest",VQ@,10/26/2009
+"Vision Systems GmbH",VSP,11/29/1996
+Visioneer,VIS,11/29/1996
+"Visitech AS",VIT,09/05/2006
+"Vislink International Ltd",VLK,08/27/2012
+"VistaCom Inc",VCI,11/29/1996
+"Visual Interface, Inc",VIR,11/27/1998
+"Vivid Technology Pte Ltd",VTL,11/29/1996
+"VIZIO, Inc",VIZ,06/06/2012
+"VLSI Tech Inc",VTI,11/29/1996
+"VMware Inc.,",VMW,10/18/2011
+"Voice Technologies Group Inc",VTG,04/24/1997
+"Vortex Computersysteme GmbH",GDT,11/29/1996
+"VPixx Technologies Inc.",VPX,12/05/2013
+"VRmagic Holding AG",VRM,04/12/2013
+"V-Star Electronics Inc.",VSR,02/21/2000
+"VTech Computers Ltd",VTS,11/29/1996
+"VTel Corporation",VTC,11/29/1996
+"Vutrix (UK) Ltd",VUT,07/22/2003
+"Vweb Corp.",VWB,03/12/2004
+"Wacom Tech",WAC,11/29/1996
+"Wallis Hamilton Industries",JPW,07/16/1999
+"Wanlida Group Co., Ltd.",MLT,04/24/2014
+"Wave Access",WAL,12/13/1996
+"Wave Systems",AWS,11/29/1996
+"Wave Systems Corporation",WVM,12/05/1997
+Wavephore,WAV,11/29/1996
+"Way2Call Communications",SEL,03/20/1997
+"WB Systemtechnik GmbH",WBS,09/08/1997
+W-DEV,WEL ,11/01/2010
+"Wearnes Peripherals International (Pte) Ltd",WPI,03/31/1998
+"Wearnes Thakral Pte",WTK,11/29/1996
+"WebGear Inc",WEB,01/30/1998
+"Westermo Teleindustri AB",WMO,01/13/2000
+"Western Digital",WDC,11/29/1996
+"Westinghouse Digital Electronics",WDE,05/23/2003
+"WEY Design AG",WEY,10/18/2004
+"Whistle Communications",WHI,10/24/1998
+"Wildfire Communications Inc",WLD,02/13/1997
+"WillNet Inc.",WNI,04/19/2000
+"Winbond Electronics Corporation",WEC,11/29/1996
+"Diebold Nixdorf Systems GmbH",WNX,09/20/2004
+"Winmate Communication Inc",WMT,03/15/2001
+"Winnov L.P.",WNV,03/07/1997
+"WiNRADiO Communications",WRC,09/11/1997
+"Wintop Technology Inc",WIN,12/29/1996
+"Wipotec Wiege- und Positioniersysteme GmbH",WWP,04/08/2014
+"WIPRO Information Technology Ltd",WIL,11/29/1996
+"Wipro Infotech",WIP,01/09/2004
+"Wireless And Smart Products Inc.",WSP,03/20/1999
+"Wisecom Inc",WCI,11/29/1996
+"Wistron Corporation",WST,09/03/2010
+"Wolfson Microelectronics Ltd",WML,07/30/1997
+"WolfVision GmbH",WVV,09/18/2012
+"Woodwind Communications Systems Inc",WCS,11/29/1996
+"Wooyoung Image & Information Co.,Ltd.",WYT,01/18/2008
+"WorkStation Tech",WTI,11/29/1996
+"World Wide Video, Inc.",WWV,10/24/1998
+"Woxter Technology Co. Ltd",WXT,09/03/2010
+"X-10 (USA) Inc",XTN,02/24/1997
+"X2E GmbH",XTE,09/23/2009
+"XAC Automation Corp",XAC,02/22/1999
+"XDM Ltd.",XDM,11/22/2010
+"Xedia Corporation",MAD,11/29/1996
+"Xilinx, Inc.",XLX,08/01/2007
+"Xinex Networks Inc",XIN,02/07/1997
+"Xiotech Corporation",XIO,05/29/1998
+"Xircom Inc",XRC,11/29/1996
+"Xitel Pty ltd",XIT,11/29/1996
+"Xirocm Inc",XIR,11/29/1996
+"XN Technologies, Inc.",XNT,07/14/2003
+XOCECO,UHB,11/27/1998
+"XORO ELECTRONICS (CHENGDU) LIMITED",XRO,05/23/2005
+"XS Technologies Inc",XST,01/20/1998
+"Xscreen AS",XSN,02/14/2006
+XSYS,XSY,04/23/1998
+"Yamaha Corporation",YMH,11/29/1996
+"Xycotec Computer GmbH",XYC,09/03/2002
+"Yasuhiko Shirai Melco Inc",BUF,11/29/1996
+"Y-E Data Inc",YED,11/29/1996
+"Yokogawa Electric Corporation",YHQ,11/29/1996
+"Ypoaz Systems Inc",TPZ,11/29/1996
+"Z Microsystems",ZMZ,08/10/2005
+"Z3 Technology",ZTT,12/14/2010
+"Zalman Tech Co., Ltd.",ZMT,05/07/2007
+"Zandar Technologies plc",ZAN,12/03/2003
+"ZeeVee, Inc.",ZAZ,01/18/2008
+"Zebra Technologies International, LLC",ZBR,09/15/2003
+"Zefiro Acoustics",ZAX,11/29/1996
+"ZeitControl cardsystems GmbH",ZCT,01/20/1999
+"ZENIC Inc.",ZEN,04/17/2015
+"Zenith Data Systems",ZDS,11/29/1996
+"Zenith Data Systems",ZGT,11/29/1996
+"Zenith Data Systems",ZSE,11/29/1996
+"Zetinet Inc",ZNI,11/29/1996
+"Zhejiang Tianle Digital Electric Co., Ltd.",TLE,01/17/2014
+"Zhong Shan City Richsound Electronic Industrial Ltd.",RSR,01/27/2015
+"Znyx Adv. Systems",ZNX,11/29/1996
+"Zoom Telephonics Inc",ZTI,11/29/1996
+"Zoran Corporation",ZRN,03/31/2005
+"Zowie Intertainment, Inc",ZOW,02/22/1999
+"ZT Group Int'l Inc.",ZTM,06/14/2007
+"ZTE Corporation",ZTE,09/03/2010
+"Zuniq Data Corporation",SIX,11/29/1996
+"Zydacron Inc",ZYD,04/10/1997
+"ZyDAS Technology Corporation",ZTC,05/24/2000
+"Zypcom Inc",ZYP,03/19/1997
+"Zytex Computers",ZYT,11/29/1996
+"Zytor Communications",HPA,07/02/2010
+"Alpha Electronics Company",AEJ,11/29/1996
+BOE,BOE,12/02/2004
+"Chaplet Systems Inc",FIR,11/29/1996
+"Chenming Mold Ind. Corp.",CMG,11/14/2003
+"coolux GmbH",COO,09/30/2010
+"Data General Corporation",DGC,11/29/1996
+Exabyte,EXA,11/29/1996
+"Herolab GmbH",HRL,03/17/1998
+"Hitachi Computer Products Inc",HCP,11/29/1996
+"Integrated Circuit Systems",ICS,11/29/1996
+Irdata,IRD,04/24/2001
+"Jewell Instruments, LLC",JWL,06/21/2001
+"MultiQ Products AB",MQP,03/20/1999
+"Ncast Corporation",NAC,02/14/2006
+"ODME Inc.",ODM,09/23/1998
+Photomatrix,PMX,11/29/1996
+"Quantum Solutions, Inc.",QSI,01/13/2000
+"Red Hat, Inc.",RHT,02/17/2011
+Zyxel,ZYX,11/29/1996
+"Carrera Computer Inc",JAZ,01/01/1994
+"Chunghwa Picture Tubes, LTD",CGA,01/01/1994
+"eMicro Corporation",EMC,01/01/1994
+"Hisense Electric Co., Ltd.",HEC,01/01/1994
+PanaScope,PNS,01/01/1994
+"SpinCore Technologies, Inc",SPC,01/01/1994
+"Sensics, Inc.",SVR,08/27/2015
+"IAdea Corporation",IAD,09/10/2015
+"Express Industrial, Ltd.",ELU,09/10/2015
+"Hewlett Packard Enterprise",HPE,09/22/2015
+"Klipsch Group, Inc",KGI,09/22/2015
+"Tek Gear",TKG,10/16/2015
+"HangZhou ZMCHIVIN",ZMC,10/16/2015
+"HTC Corportation",HVR,10/16/2015
+"Zebax Technologies",ZBX,10/16/2015
+"Guangzhou Shirui Electronics Co., Ltd.",SWO,10/16/2015
+"Picturall Ltd.",PIC,11/13/2015
+"Guangzhou Teclast Information Technology Limited",SKM,11/18/2015
+"GreenArrays, Inc.",GAC,11/18/2015
+"Thales Avionics",TAV,11/18/2015
+"Explorer Inc.",EXR,11/18/2015
+"Avegant Corporation",AVG,12/02/2015
+"MicroImage Video Systems",MIV,12/08/2015
+"ASUSTek COMPUTER INC",AUS,12/21/2015
+"Synthetel Corporation",STQ,12/21/2015
+"HP Inc.",HPN,12/21/2015
+"MicroTechnica Co.,Ltd.",MTJ,01/04/2016
+"Gechic Corporation",GEC,01/04/2016
+"MPL AG, Elektronik-Unternehmen",MEU,01/15/2016
+"Display Solution AG",DSA,02/03/2016
+"UEFI Forum",PRP,02/03/2016
+"Taitex Corporation",TTX,02/03/2016
+"EchoStar Corporation",ECH,02/26/2016
+"TCL Corporation",TOL,03/30/2016
+"ADDER TECHNOLOGY LTD",ADZ,03/30/2016
+"HKC OVERSEAS LIMITED",HKC,03/30/2016
+"KEYENCE CORPORATION",KYN,03/30/2016
+"TETRADYNE CO., LTD.",TET,04/27/2016
+"Abaco Systems, Inc.",ABS,04/27/2016
+"Meta Company",MVN,05/25/2016
+"Eizo Rugged Solutions",ERS,05/25/2016
+"VersaLogic Corporation",VLC,05/25/2016
+"CYPRESS SEMICONDUCTOR CORPORATION",CYP,05/25/2016
+"MILDEF AB",MDF,06/23/2016
+"FOVE INC",FOV,07/01/2016
+INNES,NES,07/01/2016
+"Hoffmann + Krippner GmbH",HUK,07/01/2016
+"Axell Corporation",AXE,08/03/2016
+UltiMachine,UMT,08/11/2016
+"TPK Holding Co., Ltd",KPT,08/16/2016
+"AAEON Technology Inc.",AAN,09/01/2016
+"Six15 Technologies",TDG,09/14/2016
+"Inlife-Handnet Co., Ltd.",IVR,01/19/2017
+"VR Technology Holdings Limited",DSJ,01/19/2017
+"Pimax Tech. CO., LTD",PVR,02/07/2017
+"Total Vision LTD",TVL,02/07/2017
+"Shanghai Lexiang Technology Limited",DPN,02/07/2017
+"Black Box Corporation",BBX,02/28/2017
+"TRAPEZE GROUP",TRP,02/28/2017
+"Pabian Embedded Systems",PMS,02/28/2017
+"Televic Conference",TCF,02/28/2017
+"Shanghai Chai Ming Huang Info&Tech Co, Ltd",HYL,02/28/2017
+"Techlogix Networx",TLN,02/28/2017
+"G2TOUCH KOREA",GGT,05/25/2017
+"MediCapture, Inc.",MVR,05/25/2017
+"HOYA Corporation PENTAX Lifecare Division",PNT,05/25/2017
+"christmann informationstechnik + medien GmbH & Co. KG",CHR,05/25/2017
+Tencent,TEN,06/20/2017
+"VRstudios, Inc.",VRS,06/22/2017
+"Extreme Engineering Solutions, Inc.",XES,06/22/2017
+NewTek,NTK,06/22/2017
+"BlueBox Video Limited",BBV,06/22/2017
+"Televés, S.A.",TEV,06/22/2017
+"Avatron Software Inc.",AVS,08/23/2017
+"Positivo Tecnologia S.A.",POS,09/01/2017
+"VRgineers, Inc.",VRG,09/07/2017
+"Noritake Itron Corporation",NRI,11/13/2017
+"Matrix Orbital Corporation",MOC,11/13/2017
+"Elegant Invention",EIN,03/29/2018
+"Immersive Audio Technologies France",IMF,03/29/2018
+"Lightspace Technologies",LSP,03/29/2018
+"PixelNext Inc",PXN,03/29/2018
+"VRSHOW Technology Limited",TSW,03/29/2018
+"SONOVE GmbH",SNV,03/29/2018
+"Silex Inside",SXI,03/29/2018
+"Huawei Technologies Co., Inc.",HWV,04/25/2018
+"Varjo Technologies",VRT,11/17/2017
+"Japan E.M.Solutions Co., Ltd.",JEM,05/24/2018
+"QD Laser, Inc.",QDL,05/31/2018
+"VADATECH INC",VAT,07/09/2018
+"Medicaroid Corporation",MCJ,08/20/2018
+"Razer Taiwan Co. Ltd.",RZR,08/20/2018
+"GIGA-BYTE TECHNOLOGY CO., LTD.",GBT,09/05/2018
+"Kontron GmbH",KOM,09/05/2018
+"Convergent Engineering, Inc.",CIE,09/05/2018
+"WyreStorm Technologies LLC",WYR,09/05/2018
+"Astro HQ LLC",AHQ,09/05/2018
+"QSC, LLC",QSC,01/18/2019
+"Dimension Engineering LLC",DMN,02/06/2019
+"Shenzhen Dlodlo Technologies Co., Ltd.",DLO,04/29/2019
+"LENOVO BEIJING CO. LTD.",VLM,05/21/2019
+"Cammegh Limited",CRW,06/18/2019
+"Beihai Century Joint Innovation Technology Co.,Ltd",LHC,09/10/2019
+"Findex, Inc.",FDX,10/22/2019
+"Express Luck, Inc.",ELD,10/22/2019
+"LLC SKTB “SKIT”",SKI,10/22/2019
+"WOLF Advanced Technology",WLF,10/22/2019
+"BILD INNOVATIVE TECHNOLOGY LLC",BLD,10/22/2019
+"MIMO Monitors",MMT,10/22/2019
+Icron,ICR,10/22/2019
+"TECNART CO.,LTD.",PIS,10/22/2019
+"Moxa Inc.",MHQ,10/22/2019
+"Disguise Technologies",DSG,10/22/2019
+"Comark LLC",CMK,07/15/2020
+"Megapixel Visual Realty",MPV,07/15/2020
+Skyworth,SKW,07/15/2020
+"Meta View, Inc.",CFR,07/15/2020
+MILCOTS,MLC,07/15/2020
+"NZXT (PNP same EDID)_",NXT,07/15/2020
+"Unicompute Technology Co., Ltd.",UTC,10/19/2020
+"TECHNOGYM S.p.A.",TGW,01/08/2021
+"Clover Electronics",CLR,02/02/2021
+"Kyokko Communication System Co., Ltd.",KTS,02/18/2021
+"Terumo Corporation",TMO,02/02/2021
+"Micro-Star Int'l Co., Ltd.",CND,02/17/2021
+"Newline Interactive Inc.",NWL,12/03/2020
+"CORSAIR MEMORY Inc.",CRM,02/05/2021
+aviica,VAV,06/01/2021
+Monoprice.Inc,DMG,06/04/2021
+"Shenzhen KTC Technology Group",SKG,06/01/2021
+"Truly Semiconductors Ltd.",TLY,06/01/2021
+"Hitevision Group",HHT,03/08/2021
+"DLOGIC Ltd.",DLM,06/10/2021
+"Fun Technology Innovation INC.",FUL,06/10/2021
+"Guangxi Century Innovation Display Electronics Co., Ltd",IOC,06/10/2021
+"ICC Intelligent Platforms GmbH",EMR,06/10/2021
+"New H3C Technology Co., Ltd.",NHC,06/10/2021
+"Seco S.p.A.",SCG,06/10/2021
+"Silent Power Electronics GmbH",LCP,06/10/2021
+"NAFASAE INDIA Pvt. Ltd",NAF,06/18/2021
+"Pico Technology Inc.",PIR,06/18/2021
+"Life is Style Inc.",LIS,06/18/2021
+"Hansung Co., Ltd",HSN,06/18/2021
+"Hubei Century Joint Innovation Technology Co.Ltd",TTR,06/18/2021
+"Zake IP Holdings LLC (3B tech)",VIO,06/18/2021
+"PreSonus Audio Electronics",PAE,06/24/2021
+"C&T Solution Inc.",MXM,07/21/2021
+VARCem,VCE,07/21/2021
+"Nextorage Corporation",NXR,09/21/2021
+"Netvio Ltd.",NVO,09/21/2021
+"Beijing Guochengwantong Information Technology Co., Ltd.",STV,09/21/2021
+"Kopin Corporation",KOP,10/01/2021
+"Anker Innovations Limited",AKR,12/10/2021
+"SAMPO CORPORATION",SPO,12/10/2021
+"Shiftall Inc.",SFL,12/31/2021
+AudioControl,AUD,12/31/2021
+"Schneider Consumer Group",SCA,02/08/2022
+"NOLO CO., LTD.",NVR,04/08/2022
+"Riedel Communications Canada Inc.",RDL,04/08/2022
+"arpara Technology Co., Ltd.",IMX,04/08/2022
+Nreal,MRG,04/08/2022
+"Venetex Corporation",VNX,04/08/2022
+G.VISION,GVS,06/17/2022
+"Galaxy Microsystems Ltd.",GXL,06/17/2022
+"OZO Co.Ltd",OZD,06/17/2022
+"GoUp Co.,Ltd",GUP,06/24/2022
+"Eizo Technologies GmbH",ETG,06/24/2022
+"Steelseries ApS",SSG,09/23/2022
+"Weidmuller Interface GmbH & Co. KG",WMI,09/23/2022
+"Bigscreen, Inc.",BIG,09/23/2022
+"Jiangxi Jinghao Optical Co., Ltd.",OFI,09/23/2022
+"EverPro Technologies Company Limited",EVP,09/30/2022
+"NewCoSemi (Beijing) Technology CO.,Ltd.",NCV,09/30/2022
+"LG Display",LGD,09/30/2022
+"Tianma Microelectronics Ltd.",TMA,10/20/2022
+"Printronix LLC",PTX,10/20/2022
+Colorlight,KLT,10/20/2022
+"Beck GmbH & Co. Elektronik Bauelemente KG",BCK,10/20/2022
+"Shenzhen Soogeen Electronics Co., LTD.",SGN,11/29/2022
+"Emotiva Audio Corp. ",EAC,02/02/2023
+Delem,DLD,04/05/2023
+"UNIONMAN TECHNOLOGY CO., LTD",JLK,04/19/2023
+"Samsung Display Corp.",SDC,04/25/2023
+"KOGAN AUSTRALIA PTY LTD",KGN,05/09/2023
+"Brainlab AG",BRL,05/16/2023
+"Lincoln Technology Solutions",LNC,05/24/2023
+"Norxe AS",NXE,06/07/2023
+"Avocor Technologies USA, Inc",ATU,06/07/2023
+"HONOR Device Co., Ltd.",HNM,06/07/2023
+VITEC,VVI,06/12/2023
+"Dixon Technologies (India) Limited",DXN,07/31/2023
+"China Star Optoelectronics Technology Co., Ltd",CSW,08/02/2023
+RODE,OMG,08/03/2023
+AVARRO,RRO,08/07/2023
+"InfoVision Optoelectronics (Kunshan) Co.,Ltd China",IVO,09/01/2023
+"Moore Threads Virtual Display",MTT,09/11/2023
+"Lumens Digital Optics Inc.",LMS,10/04/2023 \ No newline at end of file
diff --git a/hwdb.d/usb.ids b/hwdb.d/usb.ids
index fc2fafd9310..631c1bcbf60 100644
--- a/hwdb.d/usb.ids
+++ b/hwdb.d/usb.ids
@@ -9,8 +9,8 @@
# The latest version can be obtained from
# http://www.linux-usb.org/usb.ids
#
-# Version: 2023.08.24
-# Date: 2023-08-24 20:34:10
+# Version: 2023.11.08
+# Date: 2023-11-08 20:34:02
#
# Vendors, devices and interfaces. Please keep sorted.
@@ -2734,6 +2734,7 @@
0301 USB 1.0 Hub
0500 Serial & Parallel Ports
ff10 Virtual Keyboard and Mouse
+ ff20 Virtual CDROM
046c Toshiba Corp., Digital Media Equipment
046d Logitech, Inc.
0082 Acer Aspire 5672 Webcam
@@ -3564,6 +3565,7 @@
e07a Broadcom BCM20702A1 Bluetooth
e0c8 MediaTek MT7921 Bluetooth
e0cd MediaTek Bluetooth Adapter
+ e0d8 Bluetooth Adapter
048a S-MOS Systems, Inc.
048c Alps Electric Ireland, Ltd
048d Integrated Technology Express, Inc.
@@ -6725,6 +6727,10 @@
052f Unicore Software, Inc.
0530 American Microsystems, Inc.
0531 Wacom Technology Corp.
+ 0100 CTC4110WL [One (S)]
+ 0102 CTC6110WL [One (M)]
+ 0104 CTC4110WL [One (S)]
+ 0105 CTC6110WL [One (M)]
0532 Systech Corp.
0533 Alcatel Mobile Phones
0534 Motorola, Inc.
@@ -7429,6 +7435,7 @@
4037 FlexScan EV3285
4044 FlexScan EV2457
4059 FlexScan EV2760
+ 405a FlexScan EV2360
405b FlexScan EV2460
405f FlexScan EV2795
4065 FlexScan EV3895
@@ -8908,6 +8915,7 @@
c75c JumpDrive V10
05dd Delta Electronics, Inc.
a011 HID UPS Battery
+ a0a0 Minuteman Entrust-LCD Series UPS
ff31 AWU-120
ff32 FriendlyNET AeroLAN AL2011
ff35 PCW 100 - Wireless 802.11b Adapter
@@ -10967,6 +10975,7 @@
07b4 Olympus Optical Co., Ltd
0100 Camedia C-2100/C-3000 Ultra Zoom Camera
0102 Camedia E-10/C-220/C-50 Camera
+ 0104 Camedia Digital Color Printer P-400
0105 Camedia C-310Z/C-700/C-750UZ/C-755/C-765UZ/C-3040/C-4000/C-5050Z/D-560/C-3020Z Zoom Camera
0109 C-370Z/C-500Z/D-535Z/X-450
010a MAUSB-10 xD and SmartMedia Card Reader
@@ -11126,6 +11135,7 @@
a867 AVerTV DVB-T (A867)
b300 A300 DVB-T TV receiver
b800 MR800 FM Radio
+ c039 DVD EZMaker 7
e880 MPEG-2 Capture Device (E880)
e882 MPEG-2 Capture Device (E882)
07cb Kingmax Technology, Inc.
@@ -11309,6 +11319,7 @@
0001 Internet Access Device
07f2 Microcomputer Applications, Inc.
0001 KEYLOK II
+ 0003 KEYLOK3
07f6 Circuit Assembly Corp.
07f7 Century Corp.
0005 ScanLogic/Century Corporation uATA
@@ -11337,6 +11348,7 @@
0001 Mini Swipe Reader (Keyboard Emulation)
0002 Mini Swipe Reader
0003 Magstripe Insert Reader
+ 0011 MagTek - Mini Swipe Reader
0802 Mako Technologies, LLC
0803 Zoom Telephonics, Inc.
1300 V92 Faxmodem
@@ -11382,7 +11394,7 @@
081e AlphaSmart, Inc.
df00 Handheld
081f Manta
- e401 MM812
+ e401 gamepad
0822 Reudo Corp.
2001 IRXpress Infrared Device
0825 GC Protronics
@@ -11550,6 +11562,7 @@
9051 A6200v2 802.11a/b/g/n/ac (2x2) Wireless Adapter [Realtek RTL8812AU]
9052 A6100 AC600 DB Wireless Adapter [Realtek RTL8811AU]
9054 Nighthawk A7000 802.11ac Wireless Adapter AC1900 [Realtek 8814AU]
+ 9055 A6150 Dual Band AC1200 Wireless Adapter [Realtek RTL8812BU]
a001 PA101 10 Mbps HPNA Home Phoneline RJ-1
f001 On Networks N300MA 802.11bgn [Realtek RTL8192CU]
084d Minton Optic Industry Co., Inc.
@@ -11559,6 +11572,7 @@
0014 Praktica DC 32
0019 Praktica DPix3000
0025 Praktica DC 60
+ 002b Technika SH-Z625 6MP Digital Camera
1001 ScanHex SX-35d
084e KB Gear
0001 JamCam Camera
@@ -11844,6 +11858,7 @@
0102 ADSL
0301 RNIS ISDN TA [HFC-S]
08e4 Pioneer Corp.
+ 017a BD-XD07 BD/DVD/CD Writer
0184 DDJ-WeGO
0185 DDJ-WeGO2
08e5 Litronic
@@ -12019,12 +12034,15 @@
0908 Siemens AG
01f4 SIMATIC NET CP 5711
01fe SIMATIC NET PC Adapter A2
+ 02e7 RNDIS for OZW/OCI
04b1 MediSET
04b2 NC interface
04b3 keyboard front panel Cockpit
04b4 SCR_CCID
2701 ShenZhen SANZHAI Technology Co.,Ltd Spy Pen VGA
0909 Audio-Technica Corp.
+ 001b ATR2100-USB
+ 001c AT2020USB+
090a Trumpion Microelectronics, Inc.
1001 T33520 Flash Card Controller
1100 Comotron C3310 MP3 player
@@ -12121,7 +12139,10 @@
26a1 Nuvi 55
2802 fenix 3
28db Drive 5
+ 2bf5 Drive 52M
47fb nuviCam
+ 4c05 Forerunner 245 Music
+ 4cda Fenix 6 Sapphire
4cdb Fenix 6
0920 Echelon Co.
7500 Network Interface
@@ -12309,10 +12330,12 @@
2624 Webcam
2628 Webcam Genius iLook 300
2700 GE 1.3 MP MiniCam Pro
+ 2811 Macally IceCam II
093b Plextor Corp.
0010 Storage Adapter
0011 PlexWriter 40/12/40U
0012 PlexWriter 48/24/48U
+ 0023 PX-608CU DVD RW
0041 PX-708A DVD RW
0042 PX-712UF DVD RW
a002 ConvertX M402U XLOADER
@@ -12339,6 +12362,7 @@
010e nanoPAD pad controller
010f nanoKONTROL studio controller
0117 nanoKONTROL2 MIDI Controller
+ 012f SQ-1
0f03 K-Series K61P MIDI studio controller
0945 Pasco Scientific
0948 Kronauer music in digital
@@ -12382,17 +12406,22 @@
1656 DataTraveler Ultimate G2
1660 Data Traveller 108
1665 Digital DataTraveler SE9
- 1666 DataTraveler 100 G3/G4/SE9 G2/50
+ 1666 DataTraveler 100 G3/G4/SE9 G2/50 Kyson
1689 DataTraveler SE9
168a DataTraveler Micro
168c DT Elite 3.0
+ 169d DataTraveler Locker+ G3 Flash Drive
+ 16a3 DataTraveler (DT) microDuo 3.0
16a4 HyperX 7.1 Audio
16b3 HyperX Savage
+ 16c4 Hyperx Cloud Flight wireless headset
16d2 HX-KB4BL1-US [HYPERX Alloy FPS Pro]
16d4 HyperX SavageEXO [0382]
16d5 DataTraveler Elite G2
16df HyperX QuadCast
16e4 HyperX Pulsefire Raid
+ 173c DataTraveler Duo
+ 177f DataTraveler Max
0954 RPM Systems Corp.
0955 NVIDIA Corp.
7005 Bootloader
@@ -12400,6 +12429,7 @@
701a U-Boot running on Tegra
7020 L4T (Linux for Tegra) running on Tegra
7030 T30 [Tegra 3] recovery mode
+ 7035 Jetson device in initrd flashing mode
7100 Tegra Device
7140 T124 [Tegra K1/Logan 32-bit]
7210 SHIELD Controller
@@ -12447,11 +12477,15 @@
0309 ePass3000GM
0401 ePass3000
0405 Zzkey Dongle
+ 0503 SCR301
0608 SC Reader KP382
0702 ePass3003
0703 ePass3003Auto
+ 0801 Token
0802 ePass2000 (G&D STARCOS SPK 2.4)
0807 ePass2003
+ 085a Multipass FIDO
+ 0891 Jubiter Wallet
0971 Gretag-Macbeth AG
2000 i1 Pro
2001 i1 Monitor
@@ -12901,16 +12935,20 @@
bd1f BCM43242 802.11abgn Wireless Adapter
d11b Eminent EM4045 [Broadcom 4320 USB]
0a5d Diatrend Corp.
-0a5f Zebra
+0a5f Zebra Technologies
0009 LP2844 Printer
+ 0027 ZTC LP2844-Z-200dpi
0050 P120i / WM120i
0080 GK420d Label Printer
0081 GK420t Label Printer
0084 GX420d Desktop Label Printer
008b HC100 wristbands Printer
008c ZP 450 Printer
- 00d1 Zebra GC420d Label Printer
+ 00d1 GC420d Label Printer
0110 ZD500 Desktop Label Printer
+ 011c ZD410 Direct Thermal Label Printer
+ 0141 ZD620
+ 0172 ZT411 Barcode Label Printer
930a Printer
0a62 MPMan
0010 MPMan MP-F40 MP3 Player
@@ -23878,6 +23916,22 @@ C 0e Video
01 Video Control
02 Video Streaming
03 Video Interface Collection
+C 0f Personal Healthcare
+C 10 Audio/Video
+ 01 AVData Control
+ 02 AVData Video Stream
+ 03 AVData Audio Stream
+C 11 Billboard
+C 12 Type-C Bridge
+C 13 Bulk Display
+C 14 MCTCP over USB
+ 00 MCTCP Management
+ 01 MCTCP 1.x
+ 02 MCTCP 2.x
+ 01 MCTCP Host
+ 01 MCTCP 1.x
+ 02 MCTCP 2.x
+C 3c I3C
C 58 Xbox
42 Controller
C dc Diagnostic
diff --git a/po/be.po b/po/be.po
index 3e7f6009065..f019403da3d 100644
--- a/po/be.po
+++ b/po/be.po
@@ -9,15 +9,17 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-07-14 10:32+0100\n"
+"POT-Creation-Date: 2023-11-14 21:25+0000\n"
"PO-Revision-Date: 2023-05-13 19:20+0000\n"
"Last-Translator: Maksim Kliazovich <maxklezovich@gmail.com>\n"
-"Language-Team: Belarusian <https://translate.fedoraproject.org/projects/systemd/master/be/>\n"
+"Language-Team: Belarusian <https://translate.fedoraproject.org/projects/"
+"systemd/master/be/>\n"
"Language: be\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
+"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 4.15.2\n"
#: src/core/org.freedesktop.systemd1.policy.in:22
@@ -25,7 +27,8 @@ msgid "Send passphrase back to system"
msgstr "Адправіць пароль назад сістэме"
#: src/core/org.freedesktop.systemd1.policy.in:23
-msgid "Authentication is required to send the entered passphrase back to the system."
+msgid ""
+"Authentication is required to send the entered passphrase back to the system."
msgstr "Каб адправіць пароль назад сістэме, патрбуецца аўтэнтыфікацыя."
#: src/core/org.freedesktop.systemd1.policy.in:33
@@ -34,7 +37,9 @@ msgstr "Кіраванне сістэмнымі службамі і іншымі
#: src/core/org.freedesktop.systemd1.policy.in:34
msgid "Authentication is required to manage system services or other units."
-msgstr "Для кіравання сістэмнымі службамі і іншымі адзінкамі патрабуецца аўтэнтыфікацыя."
+msgstr ""
+"Для кіравання сістэмнымі службамі і іншымі адзінкамі патрабуецца "
+"аўтэнтыфікацыя."
#: src/core/org.freedesktop.systemd1.policy.in:43
msgid "Manage system service or unit files"
@@ -42,15 +47,21 @@ msgstr "Кіраванне файламі сістэмных службаў і
#: src/core/org.freedesktop.systemd1.policy.in:44
msgid "Authentication is required to manage system service or unit files."
-msgstr "Для кіравання файламі сістэмных службаў і іншых адзінак патрабуецца аўтэнтыфікацыя."
+msgstr ""
+"Для кіравання файламі сістэмных службаў і іншых адзінак патрабуецца "
+"аўтэнтыфікацыя."
#: src/core/org.freedesktop.systemd1.policy.in:54
msgid "Set or unset system and service manager environment variables"
msgstr "Наладзіць зменныя асяроддзя кіраўніка сістэмы"
#: src/core/org.freedesktop.systemd1.policy.in:55
-msgid "Authentication is required to set or unset system and service manager environment variables."
-msgstr "Для наладкі зменных асяроддзя сістэмнага кіраўніка патрабуецца аўтэнтыфікацыя."
+msgid ""
+"Authentication is required to set or unset system and service manager "
+"environment variables."
+msgstr ""
+"Для наладкі зменных асяроддзя сістэмнага кіраўніка патрабуецца "
+"аўтэнтыфікацыя."
#: src/core/org.freedesktop.systemd1.policy.in:64
msgid "Reload the systemd state"
@@ -66,7 +77,8 @@ msgstr ""
#: src/core/org.freedesktop.systemd1.policy.in:75
#, fuzzy
-msgid "Authentication is required to dump the systemd state without rate limits."
+msgid ""
+"Authentication is required to dump the systemd state without rate limits."
msgstr "Каб перачытаць стан systemd, патрабуецца аўтэнтыфікацыя."
#: src/home/org.freedesktop.home1.policy:13
@@ -90,8 +102,10 @@ msgid "Check credentials of a home area"
msgstr "Праверыць уліковыя даныя хатняй прасторы"
#: src/home/org.freedesktop.home1.policy:34
-msgid "Authentication is required to check credentials against a user's home area."
-msgstr "Для праверкі ўліковых даных хатняй прасторы патрабуецца аўтэнтыфікацыя."
+msgid ""
+"Authentication is required to check credentials against a user's home area."
+msgstr ""
+"Для праверкі ўліковых даных хатняй прасторы патрабуецца аўтэнтыфікацыя."
#: src/home/org.freedesktop.home1.policy:43
msgid "Update a home area"
@@ -114,12 +128,15 @@ msgid "Change password of a home area"
msgstr "Змяніць пароль для хатняй прасторы"
#: src/home/org.freedesktop.home1.policy:64
-msgid "Authentication is required to change the password of a user's home area."
+msgid ""
+"Authentication is required to change the password of a user's home area."
msgstr "Для змены пароля для хатняй прасторы патрабуецца аўтэнтыфікацыя."
#: src/home/pam_systemd_home.c:287
#, c-format
-msgid "Home of user %s is currently absent, please plug in the necessary storage device or backing file system."
+msgid ""
+"Home of user %s is currently absent, please plug in the necessary storage "
+"device or backing file system."
msgstr ""
#: src/home/pam_systemd_home.c:292
@@ -146,7 +163,9 @@ msgstr ""
#: src/home/pam_systemd_home.c:331
#, c-format
-msgid "Password/recovery key incorrect or not sufficient for authentication of user %s."
+msgid ""
+"Password/recovery key incorrect or not sufficient for authentication of user "
+"%s."
msgstr ""
#: src/home/pam_systemd_home.c:332
@@ -164,7 +183,9 @@ msgstr ""
#: src/home/pam_systemd_home.c:355
#, c-format
-msgid "Password incorrect or not sufficient, and configured security token of user %s not inserted."
+msgid ""
+"Password incorrect or not sufficient, and configured security token of user "
+"%s not inserted."
msgstr ""
#: src/home/pam_systemd_home.c:376
@@ -187,7 +208,9 @@ msgid "Please verify user on security token of user %s."
msgstr ""
#: src/home/pam_systemd_home.c:424
-msgid "Security token PIN is locked, please unlock it first. (Hint: Removal and re-insertion might suffice.)"
+msgid ""
+"Security token PIN is locked, please unlock it first. (Hint: Removal and re-"
+"insertion might suffice.)"
msgstr ""
#: src/home/pam_systemd_home.c:432
@@ -275,8 +298,12 @@ msgid "Set static hostname"
msgstr "Наладзіць статычную назву камп’ютара"
#: src/hostname/org.freedesktop.hostname1.policy:31
-msgid "Authentication is required to set the statically configured local hostname, as well as the pretty hostname."
-msgstr "Для наладкі як статычнай, так і зразумелай, назвы камп’ютара патрабуецца аўтэнтыфікацыя."
+msgid ""
+"Authentication is required to set the statically configured local hostname, "
+"as well as the pretty hostname."
+msgstr ""
+"Для наладкі як статычнай, так і зразумелай, назвы камп’ютара патрабуецца "
+"аўтэнтыфікацыя."
#: src/hostname/org.freedesktop.hostname1.policy:41
msgid "Set machine information"
@@ -300,7 +327,8 @@ msgstr "Атрыманне серыйнага нумара абсталяван
#: src/hostname/org.freedesktop.hostname1.policy:62
msgid "Authentication is required to get hardware serial number."
-msgstr "Каб атрымаць серыйны нумар абсталявання, неабходна прайсці распазнаванне."
+msgstr ""
+"Каб атрымаць серыйны нумар абсталявання, неабходна прайсці распазнаванне."
#: src/hostname/org.freedesktop.hostname1.policy:71
msgid "Get system description"
@@ -316,7 +344,9 @@ msgstr "Імпартаваць вобраз віртуальнай машыны
#: src/import/org.freedesktop.import1.policy:23
msgid "Authentication is required to import a VM or container image"
-msgstr "Для імпарту вобраза віртуальнай машыны або кантэйнера патрабуецца аўтэнтыфікацыя"
+msgstr ""
+"Для імпарту вобраза віртуальнай машыны або кантэйнера патрабуецца "
+"аўтэнтыфікацыя"
#: src/import/org.freedesktop.import1.policy:32
msgid "Export a VM or container image"
@@ -324,7 +354,9 @@ msgstr "Экспартаваць вобраз віртуальнай машын
#: src/import/org.freedesktop.import1.policy:33
msgid "Authentication is required to export a VM or container image"
-msgstr "Для экспарту вобраза віртуальнай машыны або кантэйнера патрабуецца аўтэнтыфікацыя"
+msgstr ""
+"Для экспарту вобраза віртуальнай машыны або кантэйнера патрабуецца "
+"аўтэнтыфікацыя"
#: src/import/org.freedesktop.import1.policy:42
msgid "Download a VM or container image"
@@ -332,7 +364,9 @@ msgstr "Спампаваць вобраз віртуальнай машыны а
#: src/import/org.freedesktop.import1.policy:43
msgid "Authentication is required to download a VM or container image"
-msgstr "Для спампоўвання вобраза віртуальнай машыны або кантэйнера патрабуецца аўтэнтыфікацыя"
+msgstr ""
+"Для спампоўвання вобраза віртуальнай машыны або кантэйнера патрабуецца "
+"аўтэнтыфікацыя"
#: src/locale/org.freedesktop.locale1.policy:22
msgid "Set system locale"
@@ -355,8 +389,11 @@ msgid "Allow applications to inhibit system shutdown"
msgstr "Дазволіць праграмам перашкаджаць выключэнню сістэмы"
#: src/login/org.freedesktop.login1.policy:23
-msgid "Authentication is required for an application to inhibit system shutdown."
-msgstr "Для таго, каб дазволіць праграмам перашкаджаць выключэнню сістэмы, патрабуецца аўтэнтыфікацыя."
+msgid ""
+"Authentication is required for an application to inhibit system shutdown."
+msgstr ""
+"Для таго, каб дазволіць праграмам перашкаджаць выключэнню сістэмы, "
+"патрабуецца аўтэнтыфікацыя."
#: src/login/org.freedesktop.login1.policy:33
msgid "Allow applications to delay system shutdown"
@@ -364,7 +401,9 @@ msgstr "Дазволіць праграмам затрымліваць выкл
#: src/login/org.freedesktop.login1.policy:34
msgid "Authentication is required for an application to delay system shutdown."
-msgstr "Для таго, каб дазволіць праграмам затрымліваць выключэнне сістэмы, патрабуецца аўтэнтыфікацыя."
+msgstr ""
+"Для таго, каб дазволіць праграмам затрымліваць выключэнне сістэмы, "
+"патрабуецца аўтэнтыфікацыя."
#: src/login/org.freedesktop.login1.policy:44
msgid "Allow applications to inhibit system sleep"
@@ -372,7 +411,9 @@ msgstr "Дазволіць праграмам перашкаджаць пера
#: src/login/org.freedesktop.login1.policy:45
msgid "Authentication is required for an application to inhibit system sleep."
-msgstr "Для таго, каб дазволіць праграмам перашкаджаць пераходу сістэмы ў рэжым сну, патрабуецца аўтэнтыфікацыя."
+msgstr ""
+"Для таго, каб дазволіць праграмам перашкаджаць пераходу сістэмы ў рэжым сну, "
+"патрабуецца аўтэнтыфікацыя."
#: src/login/org.freedesktop.login1.policy:55
msgid "Allow applications to delay system sleep"
@@ -380,55 +421,84 @@ msgstr "Дазволіць праграмам затрымліваць пера
#: src/login/org.freedesktop.login1.policy:56
msgid "Authentication is required for an application to delay system sleep."
-msgstr "Для таго, каб дазволіць праграмам затрымліваць пераход сістэмы ў рэжым сну, патрабуецца аўтэнтыфікацыя."
+msgstr ""
+"Для таго, каб дазволіць праграмам затрымліваць пераход сістэмы ў рэжым сну, "
+"патрабуецца аўтэнтыфікацыя."
#: src/login/org.freedesktop.login1.policy:65
msgid "Allow applications to inhibit automatic system suspend"
msgstr "Дазволіць праграмам перашкаджаць аўтаматычнаму прыпыненню сістэмы"
#: src/login/org.freedesktop.login1.policy:66
-msgid "Authentication is required for an application to inhibit automatic system suspend."
-msgstr "Для таго, каб дазволіць праграмам перашкаджаць аўтаматычнаму прыпыненню сістэмы, патрабуецца аўтэнтыфікацыя."
+msgid ""
+"Authentication is required for an application to inhibit automatic system "
+"suspend."
+msgstr ""
+"Для таго, каб дазволіць праграмам перашкаджаць аўтаматычнаму прыпыненню "
+"сістэмы, патрабуецца аўтэнтыфікацыя."
#: src/login/org.freedesktop.login1.policy:75
msgid "Allow applications to inhibit system handling of the power key"
msgstr "Дазволіць праграмам перашкаджаць сістэме апрацоўваць кнопку выключэння"
#: src/login/org.freedesktop.login1.policy:76
-msgid "Authentication is required for an application to inhibit system handling of the power key."
-msgstr "Для таго, каб дазволіць праграмам перашкаджаць сістэме апрацоўваць кнопку выключэння, патрабуецца аўтэнтыфікацыя."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the power key."
+msgstr ""
+"Для таго, каб дазволіць праграмам перашкаджаць сістэме апрацоўваць кнопку "
+"выключэння, патрабуецца аўтэнтыфікацыя."
#: src/login/org.freedesktop.login1.policy:86
msgid "Allow applications to inhibit system handling of the suspend key"
msgstr "Дазволіць праграмам перашкаджаць сістэме апрацоўваць кнопку прыпынення"
#: src/login/org.freedesktop.login1.policy:87
-msgid "Authentication is required for an application to inhibit system handling of the suspend key."
-msgstr "Для таго, каб дазволіць праграмам перашкаджаць сістэме апрацоўваць кнопку прыпынення, патрабуецца аўтэнтыфікацыя."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the suspend key."
+msgstr ""
+"Для таго, каб дазволіць праграмам перашкаджаць сістэме апрацоўваць кнопку "
+"прыпынення, патрабуецца аўтэнтыфікацыя."
#: src/login/org.freedesktop.login1.policy:97
msgid "Allow applications to inhibit system handling of the hibernate key"
-msgstr "Дазволіць праграмам перашкаджаць сістэме апрацоўваць кнопку пераходу ў рэжым сну"
+msgstr ""
+"Дазволіць праграмам перашкаджаць сістэме апрацоўваць кнопку пераходу ў рэжым "
+"сну"
#: src/login/org.freedesktop.login1.policy:98
-msgid "Authentication is required for an application to inhibit system handling of the hibernate key."
-msgstr "Для таго, каб дазволіць праграмам перашкаджаць сістэме апрацоўваць кнопку пераходу ў рэжым сну, патрабуецца аўтэнтыфікацыя."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the hibernate key."
+msgstr ""
+"Для таго, каб дазволіць праграмам перашкаджаць сістэме апрацоўваць кнопку "
+"пераходу ў рэжым сну, патрабуецца аўтэнтыфікацыя."
#: src/login/org.freedesktop.login1.policy:107
msgid "Allow applications to inhibit system handling of the lid switch"
msgstr "Дазволіць праграмам перашкаджаць сістэме апрацоўваць закрыццё ноўтбука"
#: src/login/org.freedesktop.login1.policy:108
-msgid "Authentication is required for an application to inhibit system handling of the lid switch."
-msgstr "Для таго, каб дазволіць праграмам перашкаджаць сістэме апрацоўваць закрыццё ноўтбука, патрабуецца аўтэнтыфікацыя."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the lid switch."
+msgstr ""
+"Для таго, каб дазволіць праграмам перашкаджаць сістэме апрацоўваць закрыццё "
+"ноўтбука, патрабуецца аўтэнтыфікацыя."
#: src/login/org.freedesktop.login1.policy:117
msgid "Allow applications to inhibit system handling of the reboot key"
-msgstr "Дазволіць праграмам перашкаджаць сістэме апрацоўваць кнопку перазапуску"
+msgstr ""
+"Дазволіць праграмам перашкаджаць сістэме апрацоўваць кнопку перазапуску"
#: src/login/org.freedesktop.login1.policy:118
-msgid "Authentication is required for an application to inhibit system handling of the reboot key."
-msgstr "Для таго, каб дазволіць праграмам перашкаджаць сістэме апрацоўваць кнопку перазапуску, патрабуецца аўтэнтыфікацыя."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the reboot key."
+msgstr ""
+"Для таго, каб дазволіць праграмам перашкаджаць сістэме апрацоўваць кнопку "
+"перазапуску, патрабуецца аўтэнтыфікацыя."
#: src/login/org.freedesktop.login1.policy:128
msgid "Allow non-logged-in user to run programs"
@@ -436,7 +506,9 @@ msgstr "Дазволіць праграмам працаваць у фоне п
#: src/login/org.freedesktop.login1.policy:129
msgid "Explicit request is required to run programs as a non-logged-in user."
-msgstr "Для таго, каб дазволіць праграмам працаваць па-за сеансам карыстальніка, патрабуецца відавочны запыт."
+msgstr ""
+"Для таго, каб дазволіць праграмам працаваць па-за сеансам карыстальніка, "
+"патрабуецца відавочны запыт."
#: src/login/org.freedesktop.login1.policy:138
msgid "Allow non-logged-in users to run programs"
@@ -444,7 +516,9 @@ msgstr "Дазволіць праграмам працаваць у фоне п
#: src/login/org.freedesktop.login1.policy:139
msgid "Authentication is required to run programs as a non-logged-in user."
-msgstr "Для таго, каб дазволіць праграмам працаваць па-за межамі сеанса карыстальніка, патрабуецца аўтэнтыфікацыя."
+msgstr ""
+"Для таго, каб дазволіць праграмам працаваць па-за межамі сеанса "
+"карыстальніка, патрабуецца аўтэнтыфікацыя."
#: src/login/org.freedesktop.login1.policy:148
msgid "Allow attaching devices to seats"
@@ -452,7 +526,9 @@ msgstr "Дазволіць далучаць прылады да працоўны
#: src/login/org.freedesktop.login1.policy:149
msgid "Authentication is required to attach a device to a seat."
-msgstr "Для таго, каб дазволіць далучаць прылады да працоўных месцаў, патрабуецца аўтэнтыфікацыя."
+msgstr ""
+"Для таго, каб дазволіць далучаць прылады да працоўных месцаў, патрабуецца "
+"аўтэнтыфікацыя."
#: src/login/org.freedesktop.login1.policy:159
msgid "Flush device to seat attachments"
@@ -475,16 +551,24 @@ msgid "Power off the system while other users are logged in"
msgstr "Выключыць сістэму з іншымі прысутнымі карыстальнікамі"
#: src/login/org.freedesktop.login1.policy:181
-msgid "Authentication is required to power off the system while other users are logged in."
-msgstr "Для выключэння сістэмы з іншымі прысутнымі карыстальнікамі патрабуецца аўтэнтыфікацыя."
+msgid ""
+"Authentication is required to power off the system while other users are "
+"logged in."
+msgstr ""
+"Для выключэння сістэмы з іншымі прысутнымі карыстальнікамі патрабуецца "
+"аўтэнтыфікацыя."
#: src/login/org.freedesktop.login1.policy:191
msgid "Power off the system while an application is inhibiting this"
msgstr "Выключыць сістэму, калі праграмы перашкаджаюць гэтаму"
#: src/login/org.freedesktop.login1.policy:192
-msgid "Authentication is required to power off the system while an application is inhibiting this."
-msgstr "Для выключэння сістэмы з актыўнымі праграмамі, якія перашкаджаюць выключэнню, патрабуецца аўтэнтыфікацыя."
+msgid ""
+"Authentication is required to power off the system while an application is "
+"inhibiting this."
+msgstr ""
+"Для выключэння сістэмы з актыўнымі праграмамі, якія перашкаджаюць "
+"выключэнню, патрабуецца аўтэнтыфікацыя."
#: src/login/org.freedesktop.login1.policy:202
msgid "Reboot the system"
@@ -499,16 +583,24 @@ msgid "Reboot the system while other users are logged in"
msgstr "Перазагрузіць сістэму з іншымі прысутнымі карыстальнікамі"
#: src/login/org.freedesktop.login1.policy:214
-msgid "Authentication is required to reboot the system while other users are logged in."
-msgstr "Для перазагрузкі сістэмы з іншымі прысутнымі карыстальнікамі патрабуецца аўтэнтыфікацыя."
+msgid ""
+"Authentication is required to reboot the system while other users are logged "
+"in."
+msgstr ""
+"Для перазагрузкі сістэмы з іншымі прысутнымі карыстальнікамі патрабуецца "
+"аўтэнтыфікацыя."
#: src/login/org.freedesktop.login1.policy:224
msgid "Reboot the system while an application is inhibiting this"
msgstr "Перазагрузіць сістэму, калі праграмы перашкаджаюць гэтаму"
#: src/login/org.freedesktop.login1.policy:225
-msgid "Authentication is required to reboot the system while an application is inhibiting this."
-msgstr "Для перазагрузкі сістэмы з актыўнымі праграмамі, якія перашкаджаюць выключэнню, патрабуецца аўтэнтыфікацыя."
+msgid ""
+"Authentication is required to reboot the system while an application is "
+"inhibiting this."
+msgstr ""
+"Для перазагрузкі сістэмы з актыўнымі праграмамі, якія перашкаджаюць "
+"выключэнню, патрабуецца аўтэнтыфікацыя."
#: src/login/org.freedesktop.login1.policy:235
msgid "Halt the system"
@@ -523,16 +615,24 @@ msgid "Halt the system while other users are logged in"
msgstr "Спыніць сістэму з іншымі прысутнымі карыстальнікамі"
#: src/login/org.freedesktop.login1.policy:247
-msgid "Authentication is required to halt the system while other users are logged in."
-msgstr "Для спынення сістэмы з іншымі прысутнымі карыстальнікамі патрабуецца аўтэнтыфікацыя."
+msgid ""
+"Authentication is required to halt the system while other users are logged "
+"in."
+msgstr ""
+"Для спынення сістэмы з іншымі прысутнымі карыстальнікамі патрабуецца "
+"аўтэнтыфікацыя."
#: src/login/org.freedesktop.login1.policy:257
msgid "Halt the system while an application is inhibiting this"
msgstr "Спыніць сістэму, калі праграмы перашкаджаюць гэтаму"
#: src/login/org.freedesktop.login1.policy:258
-msgid "Authentication is required to halt the system while an application is inhibiting this."
-msgstr "Для спынення сістэмы з актыўнымі праграмамі, якія перашкаджаюць выключэнню, патрабуецца аўтэнтыфікацыя."
+msgid ""
+"Authentication is required to halt the system while an application is "
+"inhibiting this."
+msgstr ""
+"Для спынення сістэмы з актыўнымі праграмамі, якія перашкаджаюць выключэнню, "
+"патрабуецца аўтэнтыфікацыя."
#: src/login/org.freedesktop.login1.policy:268
msgid "Suspend the system"
@@ -547,16 +647,24 @@ msgid "Suspend the system while other users are logged in"
msgstr "Прыпыніць сістэму з іншымі прысутнымі карыстальнікамі"
#: src/login/org.freedesktop.login1.policy:279
-msgid "Authentication is required to suspend the system while other users are logged in."
-msgstr "Для прыпынення сістэмы з іншымі прысутнымі карыстальнікамі патрабуецца аўтэнтыфікацыя."
+msgid ""
+"Authentication is required to suspend the system while other users are "
+"logged in."
+msgstr ""
+"Для прыпынення сістэмы з іншымі прысутнымі карыстальнікамі патрабуецца "
+"аўтэнтыфікацыя."
#: src/login/org.freedesktop.login1.policy:289
msgid "Suspend the system while an application is inhibiting this"
msgstr "Прыпыніць сістэму, калі праграмы перашкаджаюць гэтаму"
#: src/login/org.freedesktop.login1.policy:290
-msgid "Authentication is required to suspend the system while an application is inhibiting this."
-msgstr "Для прыпынення сістэмы з актыўнымі праграмамі, якія перашкаджаюць выключэнню, патрабуецца аўтэнтыфікацыя."
+msgid ""
+"Authentication is required to suspend the system while an application is "
+"inhibiting this."
+msgstr ""
+"Для прыпынення сістэмы з актыўнымі праграмамі, якія перашкаджаюць "
+"выключэнню, патрабуецца аўтэнтыфікацыя."
#: src/login/org.freedesktop.login1.policy:300
msgid "Hibernate the system"
@@ -571,16 +679,24 @@ msgid "Hibernate the system while other users are logged in"
msgstr "Перавесці сістэму ў рэжым сну з іншымі прысутнымі карыстальнікамі"
#: src/login/org.freedesktop.login1.policy:311
-msgid "Authentication is required to hibernate the system while other users are logged in."
-msgstr "Для пераводу сістэмы ў рэжым сну з іншымі прысутнымі карыстальнікамі патрабуецца аўтэнтыфікацыя."
+msgid ""
+"Authentication is required to hibernate the system while other users are "
+"logged in."
+msgstr ""
+"Для пераводу сістэмы ў рэжым сну з іншымі прысутнымі карыстальнікамі "
+"патрабуецца аўтэнтыфікацыя."
#: src/login/org.freedesktop.login1.policy:321
msgid "Hibernate the system while an application is inhibiting this"
msgstr "Перавесці сістэму ў рэжым сну, калі праграмы перашкаджаюць гэтаму"
#: src/login/org.freedesktop.login1.policy:322
-msgid "Authentication is required to hibernate the system while an application is inhibiting this."
-msgstr "Для пераводу сістэмы ў рэжым сну з актыўнымі праграмамі, якія перашкаджаюць выключэнню, патрабуецца аўтэнтыфікацыя."
+msgid ""
+"Authentication is required to hibernate the system while an application is "
+"inhibiting this."
+msgstr ""
+"Для пераводу сістэмы ў рэжым сну з актыўнымі праграмамі, якія перашкаджаюць "
+"выключэнню, патрабуецца аўтэнтыфікацыя."
#: src/login/org.freedesktop.login1.policy:332
msgid "Manage active sessions, users and seats"
@@ -588,7 +704,9 @@ msgstr "Кіраванне актыўнымі сеансамі, карыстал
#: src/login/org.freedesktop.login1.policy:333
msgid "Authentication is required to manage active sessions, users and seats."
-msgstr "Для кіравання актыўнымі сеансамі, карыстальнікамі і працоўнымі месцамі патрабуецца аўтэнтыфікацыя."
+msgstr ""
+"Для кіравання актыўнымі сеансамі, карыстальнікамі і працоўнымі месцамі "
+"патрабуецца аўтэнтыфікацыя."
#: src/login/org.freedesktop.login1.policy:342
msgid "Lock or unlock active sessions"
@@ -596,7 +714,9 @@ msgstr "Заблакаваць або разблакаваць актыўныя
#: src/login/org.freedesktop.login1.policy:343
msgid "Authentication is required to lock or unlock active sessions."
-msgstr "Для таго, каб заблакаваць ці разблакаваць актыўныя сеансы, патрабуецца аўтэнтыфікацыя."
+msgstr ""
+"Для таго, каб заблакаваць ці разблакаваць актыўныя сеансы, патрабуецца "
+"аўтэнтыфікацыя."
#: src/login/org.freedesktop.login1.policy:352
msgid "Set the reboot \"reason\" in the kernel"
@@ -604,14 +724,17 @@ msgstr "Вызначыць \"прычыну\" перазапуску"
#: src/login/org.freedesktop.login1.policy:353
msgid "Authentication is required to set the reboot \"reason\" in the kernel."
-msgstr "Для таго, каб вызначыць прычыну перазапуску, патрабуецца аўтэнтыфікацыя."
+msgstr ""
+"Для таго, каб вызначыць прычыну перазапуску, патрабуецца аўтэнтыфікацыя."
#: src/login/org.freedesktop.login1.policy:363
msgid "Indicate to the firmware to boot to setup interface"
msgstr "Запусціць наладку прашыўкі падчас наступнага запуску"
#: src/login/org.freedesktop.login1.policy:364
-msgid "Authentication is required to indicate to the firmware to boot to setup interface."
+msgid ""
+"Authentication is required to indicate to the firmware to boot to setup "
+"interface."
msgstr "Для таго, каб запусціць наладку прашыўкі, патрабуецца аўтэнтыфікацыя."
#: src/login/org.freedesktop.login1.policy:374
@@ -619,16 +742,24 @@ msgid "Indicate to the boot loader to boot to the boot loader menu"
msgstr "Вывесці меню загрузчыка падчас наступнага запуску"
#: src/login/org.freedesktop.login1.policy:375
-msgid "Authentication is required to indicate to the boot loader to boot to the boot loader menu."
-msgstr "Для вываду меню загрузчыка падчас наступнага запуску патрабуецца аўтэнтыфікацыя."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot to the "
+"boot loader menu."
+msgstr ""
+"Для вываду меню загрузчыка падчас наступнага запуску патрабуецца "
+"аўтэнтыфікацыя."
#: src/login/org.freedesktop.login1.policy:385
msgid "Indicate to the boot loader to boot a specific entry"
msgstr "Абраць пэўны загрузачны запіс падчас наступнага запуску"
#: src/login/org.freedesktop.login1.policy:386
-msgid "Authentication is required to indicate to the boot loader to boot into a specific boot loader entry."
-msgstr "Для таго, каб абраць пэўны загрузачны запіс падчас наступнага запуску, патрабуецца аўтэнтыфікацыя."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot into a "
+"specific boot loader entry."
+msgstr ""
+"Для таго, каб абраць пэўны загрузачны запіс падчас наступнага запуску, "
+"патрабуецца аўтэнтыфікацыя."
#: src/login/org.freedesktop.login1.policy:396
msgid "Set a wall message"
@@ -668,7 +799,8 @@ msgstr "Атрымаць абалонку ў лакальным кантэйне
#: src/machine/org.freedesktop.machine1.policy:43
msgid "Authentication is required to acquire a shell in a local container."
-msgstr "Для атрымання абалонкі ў лакальным кантэйнеры патрабуецца аўтэнтыфікацыя."
+msgstr ""
+"Для атрымання абалонкі ў лакальным кантэйнеры патрабуецца аўтэнтыфікацыя."
#: src/machine/org.freedesktop.machine1.policy:53
msgid "Acquire a shell on the local host"
@@ -676,15 +808,19 @@ msgstr "Атрымаць абалонку на лакальным камп’ю
#: src/machine/org.freedesktop.machine1.policy:54
msgid "Authentication is required to acquire a shell on the local host."
-msgstr "Для атрымання абалонкі на лакальным камп’ютары патрабуецца аўтэнтыфікацыя."
+msgstr ""
+"Для атрымання абалонкі на лакальным камп’ютары патрабуецца аўтэнтыфікацыя."
#: src/machine/org.freedesktop.machine1.policy:64
msgid "Acquire a pseudo TTY in a local container"
msgstr "Атрымаць псеўда-тэрмінал у лакальным кантэйнеры"
#: src/machine/org.freedesktop.machine1.policy:65
-msgid "Authentication is required to acquire a pseudo TTY in a local container."
-msgstr "Для атрымання псеўда-тэрмінала ў лакальным кантэйнеры патрабуецца аўтэнтыфікацыя."
+msgid ""
+"Authentication is required to acquire a pseudo TTY in a local container."
+msgstr ""
+"Для атрымання псеўда-тэрмінала ў лакальным кантэйнеры патрабуецца "
+"аўтэнтыфікацыя."
#: src/machine/org.freedesktop.machine1.policy:74
msgid "Acquire a pseudo TTY on the local host"
@@ -692,23 +828,32 @@ msgstr "Атрымаць псеўда-тэрмінал на лакальным
#: src/machine/org.freedesktop.machine1.policy:75
msgid "Authentication is required to acquire a pseudo TTY on the local host."
-msgstr "Для атрымання псеўда-тэрмінала на лакальным камп’ютары патрабуецца аўтэнтыфікацыя."
+msgstr ""
+"Для атрымання псеўда-тэрмінала на лакальным камп’ютары патрабуецца "
+"аўтэнтыфікацыя."
#: src/machine/org.freedesktop.machine1.policy:84
msgid "Manage local virtual machines and containers"
msgstr "Кіраванне лакальнымі віртуальнымі машынамі або кантэйнерамі"
#: src/machine/org.freedesktop.machine1.policy:85
-msgid "Authentication is required to manage local virtual machines and containers."
-msgstr "Для кіравання лакальнымі віртуальнымі машынамі і кантэйнерамі патрабуецца аўтэнтыфікацыя."
+msgid ""
+"Authentication is required to manage local virtual machines and containers."
+msgstr ""
+"Для кіравання лакальнымі віртуальнымі машынамі і кантэйнерамі патрабуецца "
+"аўтэнтыфікацыя."
#: src/machine/org.freedesktop.machine1.policy:95
msgid "Manage local virtual machine and container images"
msgstr "Кіраванне вобразамі лакальных віртуальных машын і кантэйнераў"
#: src/machine/org.freedesktop.machine1.policy:96
-msgid "Authentication is required to manage local virtual machine and container images."
-msgstr "Для кіравання вобразамі лакальных віртуальных машын і кантэйнераў патрабуецца аўтэнтыфікацыя."
+msgid ""
+"Authentication is required to manage local virtual machine and container "
+"images."
+msgstr ""
+"Для кіравання вобразамі лакальных віртуальных машын і кантэйнераў "
+"патрабуецца аўтэнтыфікацыя."
#: src/network/org.freedesktop.network1.policy:22
msgid "Set NTP servers"
@@ -796,7 +941,8 @@ msgstr "Вызначыць DNSSEC Negative Trust Anchors"
#: src/network/org.freedesktop.network1.policy:111
#: src/resolve/org.freedesktop.resolve1.policy:122
msgid "Authentication is required to set DNSSEC Negative Trust Anchors."
-msgstr "Для вызначэння DNSSEC Negative Trust Anchors патрабуецца аўтэнтыфікацыя."
+msgstr ""
+"Для вызначэння DNSSEC Negative Trust Anchors патрабуецца аўтэнтыфікацыя."
#: src/network/org.freedesktop.network1.policy:121
msgid "Revert NTP settings"
@@ -820,7 +966,9 @@ msgstr "Сервер DHCP адпраўляе паведамленне з пры
#: src/network/org.freedesktop.network1.policy:144
msgid "Authentication is required to send force renew message."
-msgstr "Для адпраўкі паведамлення з прымусовым абнаўленнем патрабуецца аўтэнтыфікацыя."
+msgstr ""
+"Для адпраўкі паведамлення з прымусовым абнаўленнем патрабуецца "
+"аўтэнтыфікацыя."
#: src/network/org.freedesktop.network1.policy:154
msgid "Renew dynamic addresses"
@@ -844,7 +992,8 @@ msgstr "Змяніць канфігурацыю сеткавага інтэрф
#: src/network/org.freedesktop.network1.policy:177
msgid "Authentication is required to reconfigure network interface."
-msgstr "Для змены канфігурацыі сеткавага інтэрфейсу патрабуецца аўтэнтыфікацыя."
+msgstr ""
+"Для змены канфігурацыі сеткавага інтэрфейсу патрабуецца аўтэнтыфікацыя."
#: src/portable/org.freedesktop.portable1.policy:13
msgid "Inspect a portable service image"
@@ -859,16 +1008,22 @@ msgid "Attach or detach a portable service image"
msgstr "Далучыць альбо адлучыць вобраз пераноснай службы"
#: src/portable/org.freedesktop.portable1.policy:24
-msgid "Authentication is required to attach or detach a portable service image."
-msgstr "Для далучэння альбо адлучэння вобраза пераноснай службы патрабуецца аўтэнтыфікацыя."
+msgid ""
+"Authentication is required to attach or detach a portable service image."
+msgstr ""
+"Для далучэння альбо адлучэння вобраза пераноснай службы патрабуецца "
+"аўтэнтыфікацыя."
#: src/portable/org.freedesktop.portable1.policy:34
msgid "Delete or modify portable service image"
msgstr "Выдаліць альбо змяніць вобраз пераноснай службы"
#: src/portable/org.freedesktop.portable1.policy:35
-msgid "Authentication is required to delete or modify a portable service image."
-msgstr "Для выдалення альбо змены вобраза пераноснай службы патрабуецца аўтэнтыфікацыя."
+msgid ""
+"Authentication is required to delete or modify a portable service image."
+msgstr ""
+"Для выдалення альбо змены вобраза пераноснай службы патрабуецца "
+"аўтэнтыфікацыя."
#: src/resolve/org.freedesktop.resolve1.policy:22
msgid "Register a DNS-SD service"
@@ -892,7 +1047,8 @@ msgstr "Скінуць налады вырашэння назваў"
#: src/resolve/org.freedesktop.resolve1.policy:133
msgid "Authentication is required to reset name resolution settings."
-msgstr "Для таго, каб скінуць налады вырашэння назваў, патрабуецца аўтэнтыфікацыя."
+msgstr ""
+"Для таго, каб скінуць налады вырашэння назваў, патрабуецца аўтэнтыфікацыя."
#: src/timedate/org.freedesktop.timedate1.policy:22
msgid "Set system time"
@@ -915,7 +1071,9 @@ msgid "Set RTC to local timezone or UTC"
msgstr "Наладзіць апаратны гадзіннік на мясцовы час альбо UTC"
#: src/timedate/org.freedesktop.timedate1.policy:44
-msgid "Authentication is required to control whether the RTC stores the local or UTC time."
+msgid ""
+"Authentication is required to control whether the RTC stores the local or "
+"UTC time."
msgstr "Для наладкі апаратнага гадзінніка патрабуецца аўтэнтыфікацыя."
#: src/timedate/org.freedesktop.timedate1.policy:53
@@ -923,44 +1081,61 @@ msgid "Turn network time synchronization on or off"
msgstr "Уключыць або выключыць сінхранізацыю часу па сетцы"
#: src/timedate/org.freedesktop.timedate1.policy:54
-msgid "Authentication is required to control whether network time synchronization shall be enabled."
-msgstr "Для ўключэння або выключэння сінхранізацыі часу па сетцы патрабуецца аўтэнтыфікацыя."
+msgid ""
+"Authentication is required to control whether network time synchronization "
+"shall be enabled."
+msgstr ""
+"Для ўключэння або выключэння сінхранізацыі часу па сетцы патрабуецца "
+"аўтэнтыфікацыя."
-#: src/core/dbus-unit.c:364
+#: src/core/dbus-unit.c:352
msgid "Authentication is required to start '$(unit)'."
msgstr "Для запуску \"$(unit)\" патрабуецца аўтэнтыфікацыя."
-#: src/core/dbus-unit.c:365
+#: src/core/dbus-unit.c:353
msgid "Authentication is required to stop '$(unit)'."
msgstr "Для спынення \"$(unit)\" патрабуецца аўтэнтыфікацыя."
-#: src/core/dbus-unit.c:366
+#: src/core/dbus-unit.c:354
msgid "Authentication is required to reload '$(unit)'."
msgstr "Для перачытання стану \"$(unit)\" патрабуецца аўтэнтыфікацыя."
-#: src/core/dbus-unit.c:367 src/core/dbus-unit.c:368
+#: src/core/dbus-unit.c:355 src/core/dbus-unit.c:356
msgid "Authentication is required to restart '$(unit)'."
msgstr "Для перазапуску \"$(unit)\" патрабуецца аўтэнтыфікацыя."
-#: src/core/dbus-unit.c:565
-msgid "Authentication is required to send a UNIX signal to the processes of '$(unit)'."
-msgstr "Для адпраўкі сігналу UNIX працэсам адзінкі \"$(unit)\" патрабуецца аўтэнтыфікацыя."
+#: src/core/dbus-unit.c:553
+msgid ""
+"Authentication is required to send a UNIX signal to the processes of "
+"'$(unit)'."
+msgstr ""
+"Для адпраўкі сігналу UNIX працэсам адзінкі \"$(unit)\" патрабуецца "
+"аўтэнтыфікацыя."
-#: src/core/dbus-unit.c:595
+#: src/core/dbus-unit.c:583
msgid "Authentication is required to reset the \"failed\" state of '$(unit)'."
-msgstr "Для таго, каб скінуць стан \"failed\" у \"$(unit)\", патрабуецца аўтэнтыфікацыя."
+msgstr ""
+"Для таго, каб скінуць стан \"failed\" у \"$(unit)\", патрабуецца "
+"аўтэнтыфікацыя."
-#: src/core/dbus-unit.c:627
+#: src/core/dbus-unit.c:615
msgid "Authentication is required to set properties on '$(unit)'."
msgstr "Для змены ўласцівасцей \"$(unit)\" патрабуецца аўтэнтыфікацыя."
-#: src/core/dbus-unit.c:728
-msgid "Authentication is required to delete files and directories associated with '$(unit)'."
-msgstr "Для выдалення файлаў і каталогаў, якія звязаныя з \"$(unit)\", патрабуецца аўтэнтыфікацыя."
+#: src/core/dbus-unit.c:716
+msgid ""
+"Authentication is required to delete files and directories associated with "
+"'$(unit)'."
+msgstr ""
+"Для выдалення файлаў і каталогаў, якія звязаныя з \"$(unit)\", патрабуецца "
+"аўтэнтыфікацыя."
-#: src/core/dbus-unit.c:776
-msgid "Authentication is required to freeze or thaw the processes of '$(unit)' unit."
-msgstr "Для спынення альбо ўзнаўлення працэсаў \"$(unit)\" патрабуецца аўтэнтыфікацыя."
+#: src/core/dbus-unit.c:764
+msgid ""
+"Authentication is required to freeze or thaw the processes of '$(unit)' unit."
+msgstr ""
+"Для спынення альбо ўзнаўлення працэсаў \"$(unit)\" патрабуецца "
+"аўтэнтыфікацыя."
#~ msgid "Authentication is required to kill '$(unit)'."
#~ msgstr "Неабходна аўтэнтыфікацыя для забойства '$(unit)'."
diff --git a/po/be@latin.po b/po/be@latin.po
index 2e9311e203e..3d7b2ef0811 100644
--- a/po/be@latin.po
+++ b/po/be@latin.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-07-14 10:32+0100\n"
+"POT-Creation-Date: 2023-11-14 21:25+0000\n"
"PO-Revision-Date: 2016-06-09 19:50+0300\n"
"Last-Translator: Viktar Vaŭčkievič <victorenator@gmail.com>\n"
"Language-Team: \n"
@@ -15,7 +15,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
+"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
"X-Generator: Lokalize 2.0\n"
#: src/core/org.freedesktop.systemd1.policy.in:22
@@ -23,7 +24,8 @@ msgid "Send passphrase back to system"
msgstr "Adpravić paroĺ nazad sistemie"
#: src/core/org.freedesktop.systemd1.policy.in:23
-msgid "Authentication is required to send the entered passphrase back to the system."
+msgid ""
+"Authentication is required to send the entered passphrase back to the system."
msgstr "Nieabchodna aŭtentyfikacyja dlia adpraŭki parolia nazad sistemie."
#: src/core/org.freedesktop.systemd1.policy.in:33
@@ -32,7 +34,9 @@ msgstr "Kiravać servisami i inšymi sistemnymi adzinkami"
#: src/core/org.freedesktop.systemd1.policy.in:34
msgid "Authentication is required to manage system services or other units."
-msgstr "Nieabchodna aŭtentyfikacyja dlia kiravannia servisami i inšymi sistemnymi adzinkami."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia kiravannia servisami i inšymi sistemnymi "
+"adzinkami."
#: src/core/org.freedesktop.systemd1.policy.in:43
msgid "Manage system service or unit files"
@@ -40,15 +44,21 @@ msgstr "Kiravać fajlami servisaŭ i inšych sistemnych adzinak"
#: src/core/org.freedesktop.systemd1.policy.in:44
msgid "Authentication is required to manage system service or unit files."
-msgstr "Nieabchodna aŭtentyfikacyja dlia kiravannia fajlami servisaŭ i inšych sistemnych adzinak."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia kiravannia fajlami servisaŭ i inšych "
+"sistemnych adzinak."
#: src/core/org.freedesktop.systemd1.policy.in:54
msgid "Set or unset system and service manager environment variables"
msgstr "Ustaliavać abo skinuć zmiennyja asiaroddzia sistemnaha menedžera"
#: src/core/org.freedesktop.systemd1.policy.in:55
-msgid "Authentication is required to set or unset system and service manager environment variables."
-msgstr "Nieabchodna aŭtentyfikacyja dlia ŭstaliavannia abo skidu zmiennych asiaroddzia sistemnaha menedžera."
+msgid ""
+"Authentication is required to set or unset system and service manager "
+"environment variables."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia ŭstaliavannia abo skidu zmiennych "
+"asiaroddzia sistemnaha menedžera."
#: src/core/org.freedesktop.systemd1.policy.in:64
msgid "Reload the systemd state"
@@ -64,7 +74,8 @@ msgstr ""
#: src/core/org.freedesktop.systemd1.policy.in:75
#, fuzzy
-msgid "Authentication is required to dump the systemd state without rate limits."
+msgid ""
+"Authentication is required to dump the systemd state without rate limits."
msgstr "Nieabchodna aŭtentyfikacyja dlia pieračytannia stanu systemd."
#: src/home/org.freedesktop.home1.policy:13
@@ -91,8 +102,11 @@ msgstr ""
#: src/home/org.freedesktop.home1.policy:34
#, fuzzy
-msgid "Authentication is required to check credentials against a user's home area."
-msgstr "Nieabchodna aŭtentyfikacyja dlia kiravannia aktyŭnymi siesijami, karystaĺnikami i miescami."
+msgid ""
+"Authentication is required to check credentials against a user's home area."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia kiravannia aktyŭnymi siesijami, "
+"karystaĺnikami i miescami."
#: src/home/org.freedesktop.home1.policy:43
msgid "Update a home area"
@@ -101,7 +115,8 @@ msgstr ""
#: src/home/org.freedesktop.home1.policy:44
#, fuzzy
msgid "Authentication is required to update a user's home area."
-msgstr "Nieabchodna aŭtentyfikacyja dlia dalučennia prylad da pracoŭnych miescaŭ."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia dalučennia prylad da pracoŭnych miescaŭ."
#: src/home/org.freedesktop.home1.policy:53
msgid "Resize a home area"
@@ -110,7 +125,8 @@ msgstr ""
#: src/home/org.freedesktop.home1.policy:54
#, fuzzy
msgid "Authentication is required to resize a user's home area."
-msgstr "Nieabchodna aŭtentyfikacyja dlia ŭstaliavannia ŭsieahuĺnaha paviedamliennia"
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia ŭstaliavannia ŭsieahuĺnaha paviedamliennia"
#: src/home/org.freedesktop.home1.policy:63
msgid "Change password of a home area"
@@ -118,12 +134,17 @@ msgstr ""
#: src/home/org.freedesktop.home1.policy:64
#, fuzzy
-msgid "Authentication is required to change the password of a user's home area."
-msgstr "Nieabchodna aŭtentyfikacyja dlia kiravannia aktyŭnymi siesijami, karystaĺnikami i miescami."
+msgid ""
+"Authentication is required to change the password of a user's home area."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia kiravannia aktyŭnymi siesijami, "
+"karystaĺnikami i miescami."
#: src/home/pam_systemd_home.c:287
#, c-format
-msgid "Home of user %s is currently absent, please plug in the necessary storage device or backing file system."
+msgid ""
+"Home of user %s is currently absent, please plug in the necessary storage "
+"device or backing file system."
msgstr ""
#: src/home/pam_systemd_home.c:292
@@ -150,7 +171,9 @@ msgstr ""
#: src/home/pam_systemd_home.c:331
#, c-format
-msgid "Password/recovery key incorrect or not sufficient for authentication of user %s."
+msgid ""
+"Password/recovery key incorrect or not sufficient for authentication of user "
+"%s."
msgstr ""
#: src/home/pam_systemd_home.c:332
@@ -168,7 +191,9 @@ msgstr ""
#: src/home/pam_systemd_home.c:355
#, c-format
-msgid "Password incorrect or not sufficient, and configured security token of user %s not inserted."
+msgid ""
+"Password incorrect or not sufficient, and configured security token of user "
+"%s not inserted."
msgstr ""
#: src/home/pam_systemd_home.c:376
@@ -191,7 +216,9 @@ msgid "Please verify user on security token of user %s."
msgstr ""
#: src/home/pam_systemd_home.c:424
-msgid "Security token PIN is locked, please unlock it first. (Hint: Removal and re-insertion might suffice.)"
+msgid ""
+"Security token PIN is locked, please unlock it first. (Hint: Removal and re-"
+"insertion might suffice.)"
msgstr ""
#: src/home/pam_systemd_home.c:432
@@ -279,8 +306,12 @@ msgid "Set static hostname"
msgstr "Ustaliavać statyčnaje imia vuzla"
#: src/hostname/org.freedesktop.hostname1.policy:31
-msgid "Authentication is required to set the statically configured local hostname, as well as the pretty hostname."
-msgstr "Nieabchodna aŭtentyfikacyja dlia ŭstaliavannia jak statyčnaha tak i pryhožaha imia vuzla."
+msgid ""
+"Authentication is required to set the statically configured local hostname, "
+"as well as the pretty hostname."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia ŭstaliavannia jak statyčnaha tak i "
+"pryhožaha imia vuzla."
#: src/hostname/org.freedesktop.hostname1.policy:41
msgid "Set machine information"
@@ -288,7 +319,9 @@ msgstr "Ustaliavać infarmacyju ab mašynie"
#: src/hostname/org.freedesktop.hostname1.policy:42
msgid "Authentication is required to set local machine information."
-msgstr "Nieabchodna aŭtentyfikacyja dlia ŭstaliavannia infarmacyi ab lakaĺnaj mašynie."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia ŭstaliavannia infarmacyi ab lakaĺnaj "
+"mašynie."
#: src/hostname/org.freedesktop.hostname1.policy:51
msgid "Get product UUID"
@@ -316,7 +349,8 @@ msgstr "Ustaliavać sistemny časavy pojas"
#: src/hostname/org.freedesktop.hostname1.policy:72
#, fuzzy
msgid "Authentication is required to get system description."
-msgstr "Nieabchodna aŭtentyfikacyja dlia ŭstaliavannia sistemnaha časavoha pojasu."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia ŭstaliavannia sistemnaha časavoha pojasu."
#: src/import/org.freedesktop.import1.policy:22
msgid "Import a VM or container image"
@@ -356,15 +390,19 @@ msgstr "Ustaliavać sistemnyja nalady klavijatury"
#: src/locale/org.freedesktop.locale1.policy:34
msgid "Authentication is required to set the system keyboard settings."
-msgstr "Nieabchodna aŭtentyfikacyja dlia ŭstaliavannia sistemnych nalad klavijatury."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia ŭstaliavannia sistemnych nalad klavijatury."
#: src/login/org.freedesktop.login1.policy:22
msgid "Allow applications to inhibit system shutdown"
msgstr "Dazvolić prahramam pieraškadžać vykliučenniu sistemy"
#: src/login/org.freedesktop.login1.policy:23
-msgid "Authentication is required for an application to inhibit system shutdown."
-msgstr "Nieabchodna aŭtentyfikacyja dlia dazvolu prahramam pieraškadžać vykliučenniu sistemy."
+msgid ""
+"Authentication is required for an application to inhibit system shutdown."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia dazvolu prahramam pieraškadžać vykliučenniu "
+"sistemy."
#: src/login/org.freedesktop.login1.policy:33
msgid "Allow applications to delay system shutdown"
@@ -372,7 +410,9 @@ msgstr "Dazvolić prahramam zatrymlivać vykliučennie sistemy"
#: src/login/org.freedesktop.login1.policy:34
msgid "Authentication is required for an application to delay system shutdown."
-msgstr "Nieabchodna aŭtentyfikacyja dlia dazvolu prahramam zatrymlivać vykliučennie sistemy."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia dazvolu prahramam zatrymlivać vykliučennie "
+"sistemy."
#: src/login/org.freedesktop.login1.policy:44
msgid "Allow applications to inhibit system sleep"
@@ -380,7 +420,9 @@ msgstr "Dazvolić prahramam pieraškadžać zasypanniu sistemy"
#: src/login/org.freedesktop.login1.policy:45
msgid "Authentication is required for an application to inhibit system sleep."
-msgstr "Nieabchodna aŭtentyfikacyja dlia dazvolu prahramam pieraškadžać zasypanniu sistemy."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia dazvolu prahramam pieraškadžać zasypanniu "
+"sistemy."
#: src/login/org.freedesktop.login1.policy:55
msgid "Allow applications to delay system sleep"
@@ -388,73 +430,110 @@ msgstr "Dazvolić prahramam zatrymlivać zasypannie sistemy"
#: src/login/org.freedesktop.login1.policy:56
msgid "Authentication is required for an application to delay system sleep."
-msgstr "Nieabchodna aŭtentyfikacyja dlia dazvolu prahramam zatrymlivać zasypannie sistemy."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia dazvolu prahramam zatrymlivać zasypannie "
+"sistemy."
#: src/login/org.freedesktop.login1.policy:65
msgid "Allow applications to inhibit automatic system suspend"
msgstr "Dazvolić prahramam pieraškadžać aŭtamatyčnamu prypynienniu sistemy"
#: src/login/org.freedesktop.login1.policy:66
-msgid "Authentication is required for an application to inhibit automatic system suspend."
-msgstr "Nieabchodna aŭtentyfikacyja dlia dazvolu prahramam pieraškadžać aŭtamatyčnamu prypynienniu sistemy."
+msgid ""
+"Authentication is required for an application to inhibit automatic system "
+"suspend."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia dazvolu prahramam pieraškadžać "
+"aŭtamatyčnamu prypynienniu sistemy."
#: src/login/org.freedesktop.login1.policy:75
msgid "Allow applications to inhibit system handling of the power key"
-msgstr "Dazvolić prahramam pieraškadžać sistemie apracoŭvać klavišu vykliučennia"
+msgstr ""
+"Dazvolić prahramam pieraškadžać sistemie apracoŭvać klavišu vykliučennia"
#: src/login/org.freedesktop.login1.policy:76
-msgid "Authentication is required for an application to inhibit system handling of the power key."
-msgstr "Nieabchodna aŭtentyfikacyja dlia dazvolu prahramam pieraškadžać sistemie apracoŭvać klavišu vykliučennia."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the power key."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia dazvolu prahramam pieraškadžać sistemie "
+"apracoŭvać klavišu vykliučennia."
#: src/login/org.freedesktop.login1.policy:86
msgid "Allow applications to inhibit system handling of the suspend key"
-msgstr "Dazvolić prahramam pieraškadžać sistemie apracoŭvać klavišu prypyniennia"
+msgstr ""
+"Dazvolić prahramam pieraškadžać sistemie apracoŭvać klavišu prypyniennia"
#: src/login/org.freedesktop.login1.policy:87
-msgid "Authentication is required for an application to inhibit system handling of the suspend key."
-msgstr "Nieabchodna aŭtentyfikacyja dlia dazvolu prahramam pieraškadžać sistemie apracoŭvać klavišu prypyniennia."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the suspend key."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia dazvolu prahramam pieraškadžać sistemie "
+"apracoŭvać klavišu prypyniennia."
#: src/login/org.freedesktop.login1.policy:97
msgid "Allow applications to inhibit system handling of the hibernate key"
-msgstr "Dazvolić prahramam pieraškadžać sistemie apracoŭvać klavišu hibiernacyi"
+msgstr ""
+"Dazvolić prahramam pieraškadžać sistemie apracoŭvać klavišu hibiernacyi"
#: src/login/org.freedesktop.login1.policy:98
-msgid "Authentication is required for an application to inhibit system handling of the hibernate key."
-msgstr "Nieabchodna aŭtentyfikacyja dlia dazvolu prahramam pieraškadžać sistemie apracoŭvać klavišu hibiernacyi."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the hibernate key."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia dazvolu prahramam pieraškadžać sistemie "
+"apracoŭvać klavišu hibiernacyi."
#: src/login/org.freedesktop.login1.policy:107
msgid "Allow applications to inhibit system handling of the lid switch"
-msgstr "Dazvolić prahramam pieraškadžać sistemie apracoŭvać zakryccio kryški noŭtbuka"
+msgstr ""
+"Dazvolić prahramam pieraškadžać sistemie apracoŭvać zakryccio kryški noŭtbuka"
#: src/login/org.freedesktop.login1.policy:108
-msgid "Authentication is required for an application to inhibit system handling of the lid switch."
-msgstr "Nieabchodna aŭtentyfikacyja dlia dazvolu prahramam pieraškadžać sistemie apracoŭvać zakryccio kryški noŭtbuka."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the lid switch."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia dazvolu prahramam pieraškadžać sistemie "
+"apracoŭvać zakryccio kryški noŭtbuka."
#: src/login/org.freedesktop.login1.policy:117
#, fuzzy
msgid "Allow applications to inhibit system handling of the reboot key"
-msgstr "Dazvolić prahramam pieraškadžać sistemie apracoŭvać klavišu vykliučennia"
+msgstr ""
+"Dazvolić prahramam pieraškadžać sistemie apracoŭvać klavišu vykliučennia"
#: src/login/org.freedesktop.login1.policy:118
#, fuzzy
-msgid "Authentication is required for an application to inhibit system handling of the reboot key."
-msgstr "Nieabchodna aŭtentyfikacyja dlia dazvolu prahramam pieraškadžać sistemie apracoŭvać klavišu vykliučennia."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the reboot key."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia dazvolu prahramam pieraškadžać sistemie "
+"apracoŭvać klavišu vykliučennia."
#: src/login/org.freedesktop.login1.policy:128
msgid "Allow non-logged-in user to run programs"
-msgstr "Dazvolić karystaĺniku, jakija jašče nie ŭvajšoŭ u sistemu, vykonvać prahramy"
+msgstr ""
+"Dazvolić karystaĺniku, jakija jašče nie ŭvajšoŭ u sistemu, vykonvać prahramy"
#: src/login/org.freedesktop.login1.policy:129
msgid "Explicit request is required to run programs as a non-logged-in user."
-msgstr "Nieabchodny vidavočny zapyt dlia vykanannia prahram karystaĺnika, jaki jašče nie ŭvajšoŭ u sistemu."
+msgstr ""
+"Nieabchodny vidavočny zapyt dlia vykanannia prahram karystaĺnika, jaki jašče "
+"nie ŭvajšoŭ u sistemu."
#: src/login/org.freedesktop.login1.policy:138
msgid "Allow non-logged-in users to run programs"
-msgstr "Dazvolić karystaĺnikam, jakija jašče nie ŭvajšli ŭ sistemu, vykonvać prahramy"
+msgstr ""
+"Dazvolić karystaĺnikam, jakija jašče nie ŭvajšli ŭ sistemu, vykonvać prahramy"
#: src/login/org.freedesktop.login1.policy:139
msgid "Authentication is required to run programs as a non-logged-in user."
-msgstr "Nieabchodna aŭtentyfikacyja dlia vykanannia prahram karystaĺnika, jaki jašče nie ŭvajšoŭ u sistemu."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia vykanannia prahram karystaĺnika, jaki jašče "
+"nie ŭvajšoŭ u sistemu."
#: src/login/org.freedesktop.login1.policy:148
msgid "Allow attaching devices to seats"
@@ -462,7 +541,8 @@ msgstr "Dazvolić dalučać prylady da pracoŭnych miescaŭ"
#: src/login/org.freedesktop.login1.policy:149
msgid "Authentication is required to attach a device to a seat."
-msgstr "Nieabchodna aŭtentyfikacyja dlia dalučennia prylad da pracoŭnych miescaŭ."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia dalučennia prylad da pracoŭnych miescaŭ."
#: src/login/org.freedesktop.login1.policy:159
msgid "Flush device to seat attachments"
@@ -470,7 +550,8 @@ msgstr "Adkliučać prylady ad pracoŭnych miescaŭ"
#: src/login/org.freedesktop.login1.policy:160
msgid "Authentication is required to reset how devices are attached to seats."
-msgstr "Nieabchodna aŭtentyfikacyja dlia adkliučennia prylad ad pracoŭnych miescaŭ."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia adkliučennia prylad ad pracoŭnych miescaŭ."
#: src/login/org.freedesktop.login1.policy:169
msgid "Power off the system"
@@ -485,16 +566,24 @@ msgid "Power off the system while other users are logged in"
msgstr "Vykliučyć sistemu pry prysutnasci inšych karystaĺnikaŭ"
#: src/login/org.freedesktop.login1.policy:181
-msgid "Authentication is required to power off the system while other users are logged in."
-msgstr "Nieabchodna aŭtentyfikacyja dlia vykliučennia sistemy pry prysutnasci inšych karystaĺnikaŭ."
+msgid ""
+"Authentication is required to power off the system while other users are "
+"logged in."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia vykliučennia sistemy pry prysutnasci inšych "
+"karystaĺnikaŭ."
#: src/login/org.freedesktop.login1.policy:191
msgid "Power off the system while an application is inhibiting this"
msgstr "Vykliučyć sistemu, kali prahramy pieraškadžajuć hetamu"
#: src/login/org.freedesktop.login1.policy:192
-msgid "Authentication is required to power off the system while an application is inhibiting this."
-msgstr "Nieabchodna aŭtentyfikacyja dlia vykliučennia sistemy, kali prahramy pieraškadžajuć hetamu."
+msgid ""
+"Authentication is required to power off the system while an application is "
+"inhibiting this."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia vykliučennia sistemy, kali prahramy "
+"pieraškadžajuć hetamu."
#: src/login/org.freedesktop.login1.policy:202
msgid "Reboot the system"
@@ -509,16 +598,24 @@ msgid "Reboot the system while other users are logged in"
msgstr "Pierazahruzić sistemu pry prysutnasci inšych karystaĺnikaŭ"
#: src/login/org.freedesktop.login1.policy:214
-msgid "Authentication is required to reboot the system while other users are logged in."
-msgstr "Nieabchodna aŭtentyfikacyja dlia pierazahruzki sistemy pry prysutnasci inšych karystaĺnikaŭ."
+msgid ""
+"Authentication is required to reboot the system while other users are logged "
+"in."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia pierazahruzki sistemy pry prysutnasci "
+"inšych karystaĺnikaŭ."
#: src/login/org.freedesktop.login1.policy:224
msgid "Reboot the system while an application is inhibiting this"
msgstr "Pierazahruzić sistemu, kali prahramy pieraškadžajuć hetamu"
#: src/login/org.freedesktop.login1.policy:225
-msgid "Authentication is required to reboot the system while an application is inhibiting this."
-msgstr "Nieabchodna aŭtentyfikacyja dlia pierazahruzki sistemy, kali prahramy pieraškadžajuć hetamu."
+msgid ""
+"Authentication is required to reboot the system while an application is "
+"inhibiting this."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia pierazahruzki sistemy, kali prahramy "
+"pieraškadžajuć hetamu."
#: src/login/org.freedesktop.login1.policy:235
#, fuzzy
@@ -537,8 +634,12 @@ msgstr "Hibiernavać sistemu pry prysutnasci inšych karystaĺnikaŭ"
#: src/login/org.freedesktop.login1.policy:247
#, fuzzy
-msgid "Authentication is required to halt the system while other users are logged in."
-msgstr "Nieabchodna aŭtentyfikacyja dlia hibiernacyi sistemy pry prysutnasci inšych karystaĺnikaŭ."
+msgid ""
+"Authentication is required to halt the system while other users are logged "
+"in."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia hibiernacyi sistemy pry prysutnasci inšych "
+"karystaĺnikaŭ."
#: src/login/org.freedesktop.login1.policy:257
#, fuzzy
@@ -547,8 +648,12 @@ msgstr "Hibiernavać sistemu, kali prahramy pieraškadžajuć hetamu"
#: src/login/org.freedesktop.login1.policy:258
#, fuzzy
-msgid "Authentication is required to halt the system while an application is inhibiting this."
-msgstr "Nieabchodna aŭtentyfikacyja dlia hibiernacyi sistemy, kali prahramy pieraškadžajuć hetamu."
+msgid ""
+"Authentication is required to halt the system while an application is "
+"inhibiting this."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia hibiernacyi sistemy, kali prahramy "
+"pieraškadžajuć hetamu."
#: src/login/org.freedesktop.login1.policy:268
msgid "Suspend the system"
@@ -563,16 +668,24 @@ msgid "Suspend the system while other users are logged in"
msgstr "Prypynić sistemu pry prysutnasci inšych karystaĺnikaŭ"
#: src/login/org.freedesktop.login1.policy:279
-msgid "Authentication is required to suspend the system while other users are logged in."
-msgstr "Nieabchodna aŭtentyfikacyja dlia prypyniennia sistemy pry prysutnasci inšych karystaĺnikaŭ."
+msgid ""
+"Authentication is required to suspend the system while other users are "
+"logged in."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia prypyniennia sistemy pry prysutnasci inšych "
+"karystaĺnikaŭ."
#: src/login/org.freedesktop.login1.policy:289
msgid "Suspend the system while an application is inhibiting this"
msgstr "Prypynić sistemu, kali prahramy pieraškadžajuć hetamu"
#: src/login/org.freedesktop.login1.policy:290
-msgid "Authentication is required to suspend the system while an application is inhibiting this."
-msgstr "Nieabchodna aŭtentyfikacyja dlia prypyniennia sistemy, kali prahramy pieraškadžajuć hetamu."
+msgid ""
+"Authentication is required to suspend the system while an application is "
+"inhibiting this."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia prypyniennia sistemy, kali prahramy "
+"pieraškadžajuć hetamu."
#: src/login/org.freedesktop.login1.policy:300
msgid "Hibernate the system"
@@ -587,16 +700,24 @@ msgid "Hibernate the system while other users are logged in"
msgstr "Hibiernavać sistemu pry prysutnasci inšych karystaĺnikaŭ"
#: src/login/org.freedesktop.login1.policy:311
-msgid "Authentication is required to hibernate the system while other users are logged in."
-msgstr "Nieabchodna aŭtentyfikacyja dlia hibiernacyi sistemy pry prysutnasci inšych karystaĺnikaŭ."
+msgid ""
+"Authentication is required to hibernate the system while other users are "
+"logged in."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia hibiernacyi sistemy pry prysutnasci inšych "
+"karystaĺnikaŭ."
#: src/login/org.freedesktop.login1.policy:321
msgid "Hibernate the system while an application is inhibiting this"
msgstr "Hibiernavać sistemu, kali prahramy pieraškadžajuć hetamu"
#: src/login/org.freedesktop.login1.policy:322
-msgid "Authentication is required to hibernate the system while an application is inhibiting this."
-msgstr "Nieabchodna aŭtentyfikacyja dlia hibiernacyi sistemy, kali prahramy pieraškadžajuć hetamu."
+msgid ""
+"Authentication is required to hibernate the system while an application is "
+"inhibiting this."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia hibiernacyi sistemy, kali prahramy "
+"pieraškadžajuć hetamu."
#: src/login/org.freedesktop.login1.policy:332
msgid "Manage active sessions, users and seats"
@@ -604,7 +725,9 @@ msgstr "Kiravać aktyŭnymi siesijami, karystaĺnikami i pracoŭnymi miescami"
#: src/login/org.freedesktop.login1.policy:333
msgid "Authentication is required to manage active sessions, users and seats."
-msgstr "Nieabchodna aŭtentyfikacyja dlia kiravannia aktyŭnymi siesijami, karystaĺnikami i miescami."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia kiravannia aktyŭnymi siesijami, "
+"karystaĺnikami i miescami."
#: src/login/org.freedesktop.login1.policy:342
msgid "Lock or unlock active sessions"
@@ -612,7 +735,9 @@ msgstr "Blakavać abo razblakavać aktyŭnuju siesiju"
#: src/login/org.freedesktop.login1.policy:343
msgid "Authentication is required to lock or unlock active sessions."
-msgstr "Nieabchodna aŭtentyfikacyja dlia blakiroŭki abo razblakiroŭki aktyŭnaj siesii."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia blakiroŭki abo razblakiroŭki aktyŭnaj "
+"siesii."
#: src/login/org.freedesktop.login1.policy:352
msgid "Set the reboot \"reason\" in the kernel"
@@ -621,7 +746,8 @@ msgstr ""
#: src/login/org.freedesktop.login1.policy:353
#, fuzzy
msgid "Authentication is required to set the reboot \"reason\" in the kernel."
-msgstr "Nieabchodna aŭtentyfikacyja dlia ŭstaliavannia sistemnaha časavoha pojasu."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia ŭstaliavannia sistemnaha časavoha pojasu."
#: src/login/org.freedesktop.login1.policy:363
#, fuzzy
@@ -629,8 +755,12 @@ msgid "Indicate to the firmware to boot to setup interface"
msgstr "Dazvolić ukazannie prašyŭcy na zahruzku interfiejsu nalad"
#: src/login/org.freedesktop.login1.policy:364
-msgid "Authentication is required to indicate to the firmware to boot to setup interface."
-msgstr "Nieabchodna aŭtentyfikacyja dlia ŭkazannia prašyŭcy na zahruzku interfiejsu nalad."
+msgid ""
+"Authentication is required to indicate to the firmware to boot to setup "
+"interface."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia ŭkazannia prašyŭcy na zahruzku interfiejsu "
+"nalad."
#: src/login/org.freedesktop.login1.policy:374
msgid "Indicate to the boot loader to boot to the boot loader menu"
@@ -638,8 +768,12 @@ msgstr ""
#: src/login/org.freedesktop.login1.policy:375
#, fuzzy
-msgid "Authentication is required to indicate to the boot loader to boot to the boot loader menu."
-msgstr "Nieabchodna aŭtentyfikacyja dlia ŭkazannia prašyŭcy na zahruzku interfiejsu nalad."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot to the "
+"boot loader menu."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia ŭkazannia prašyŭcy na zahruzku interfiejsu "
+"nalad."
#: src/login/org.freedesktop.login1.policy:385
msgid "Indicate to the boot loader to boot a specific entry"
@@ -647,8 +781,12 @@ msgstr ""
#: src/login/org.freedesktop.login1.policy:386
#, fuzzy
-msgid "Authentication is required to indicate to the boot loader to boot into a specific boot loader entry."
-msgstr "Nieabchodna aŭtentyfikacyja dlia ŭkazannia prašyŭcy na zahruzku interfiejsu nalad."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot into a "
+"specific boot loader entry."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia ŭkazannia prašyŭcy na zahruzku interfiejsu "
+"nalad."
#: src/login/org.freedesktop.login1.policy:396
msgid "Set a wall message"
@@ -656,7 +794,8 @@ msgstr "Ustaliavać usieahuĺnaje paviedamliennie"
#: src/login/org.freedesktop.login1.policy:397
msgid "Authentication is required to set a wall message"
-msgstr "Nieabchodna aŭtentyfikacyja dlia ŭstaliavannia ŭsieahuĺnaha paviedamliennia"
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia ŭstaliavannia ŭsieahuĺnaha paviedamliennia"
#: src/login/org.freedesktop.login1.policy:406
msgid "Change Session"
@@ -689,7 +828,8 @@ msgstr "Atrymać abalonku na lakaĺnym kantejniery"
#: src/machine/org.freedesktop.machine1.policy:43
msgid "Authentication is required to acquire a shell in a local container."
-msgstr "Nieabchodna aŭtentyfikacyja dlia atrymannia abalonki na lakaĺnym kantejniery."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia atrymannia abalonki na lakaĺnym kantejniery."
#: src/machine/org.freedesktop.machine1.policy:53
msgid "Acquire a shell on the local host"
@@ -697,15 +837,19 @@ msgstr "Atrymać abalonku na lakaĺnym vuzlie"
#: src/machine/org.freedesktop.machine1.policy:54
msgid "Authentication is required to acquire a shell on the local host."
-msgstr "Nieabchodna aŭtentyfikacyja dlia atrymannia abalonki na lakaĺnym vuzlie."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia atrymannia abalonki na lakaĺnym vuzlie."
#: src/machine/org.freedesktop.machine1.policy:64
msgid "Acquire a pseudo TTY in a local container"
msgstr "Atrymać psieŭda TTY na lakaĺnym kantejniery"
#: src/machine/org.freedesktop.machine1.policy:65
-msgid "Authentication is required to acquire a pseudo TTY in a local container."
-msgstr "Nieabchodna aŭtentyfikacyja dlia atrymannia psieŭda TTY na lakaĺnym kantejniery."
+msgid ""
+"Authentication is required to acquire a pseudo TTY in a local container."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia atrymannia psieŭda TTY na lakaĺnym "
+"kantejniery."
#: src/machine/org.freedesktop.machine1.policy:74
msgid "Acquire a pseudo TTY on the local host"
@@ -713,23 +857,31 @@ msgstr "Atrymać psieŭda TTY na lakaĺnym vuzlie"
#: src/machine/org.freedesktop.machine1.policy:75
msgid "Authentication is required to acquire a pseudo TTY on the local host."
-msgstr "Nieabchodna aŭtentyfikacyja dlia atrymannia psieŭda TTY na lakaĺnym vuzlie."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia atrymannia psieŭda TTY na lakaĺnym vuzlie."
#: src/machine/org.freedesktop.machine1.policy:84
msgid "Manage local virtual machines and containers"
msgstr "Kiravać lakaĺnymi virtuaĺnymi mašynami abo kantejnierami"
#: src/machine/org.freedesktop.machine1.policy:85
-msgid "Authentication is required to manage local virtual machines and containers."
-msgstr "Nieabchodna aŭtentyfikacyja dlia kiravannia lakaĺnymi virtuaĺnymi mašynami i kantejnierami."
+msgid ""
+"Authentication is required to manage local virtual machines and containers."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia kiravannia lakaĺnymi virtuaĺnymi mašynami i "
+"kantejnierami."
#: src/machine/org.freedesktop.machine1.policy:95
msgid "Manage local virtual machine and container images"
msgstr "Kiravać vobrazami lakaĺnych virtuaĺnych mašyn i kantejnieraŭ"
#: src/machine/org.freedesktop.machine1.policy:96
-msgid "Authentication is required to manage local virtual machine and container images."
-msgstr "Nieabchodna aŭtentyfikacyja dlia kiravannia vobrazami lakaĺnych virtuaĺnych mašyn i kantejnieraŭ."
+msgid ""
+"Authentication is required to manage local virtual machine and container "
+"images."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia kiravannia vobrazami lakaĺnych virtuaĺnych "
+"mašyn i kantejnieraŭ."
#: src/network/org.freedesktop.network1.policy:22
msgid "Set NTP servers"
@@ -853,7 +1005,8 @@ msgstr ""
#: src/network/org.freedesktop.network1.policy:144
#, fuzzy
msgid "Authentication is required to send force renew message."
-msgstr "Nieabchodna aŭtentyfikacyja dlia ŭstaliavannia ŭsieahuĺnaha paviedamliennia"
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia ŭstaliavannia ŭsieahuĺnaha paviedamliennia"
#: src/network/org.freedesktop.network1.policy:154
msgid "Renew dynamic addresses"
@@ -862,7 +1015,8 @@ msgstr ""
#: src/network/org.freedesktop.network1.policy:155
#, fuzzy
msgid "Authentication is required to renew dynamic addresses."
-msgstr "Nieabchodna aŭtentyfikacyja dlia ŭstaliavannia ŭsieahuĺnaha paviedamliennia"
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia ŭstaliavannia ŭsieahuĺnaha paviedamliennia"
#: src/network/org.freedesktop.network1.policy:165
msgid "Reload network settings"
@@ -897,8 +1051,10 @@ msgstr ""
#: src/portable/org.freedesktop.portable1.policy:24
#, fuzzy
-msgid "Authentication is required to attach or detach a portable service image."
-msgstr "Nieabchodna aŭtentyfikacyja dlia dalučennia prylad da pracoŭnych miescaŭ."
+msgid ""
+"Authentication is required to attach or detach a portable service image."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia dalučennia prylad da pracoŭnych miescaŭ."
#: src/portable/org.freedesktop.portable1.policy:34
msgid "Delete or modify portable service image"
@@ -906,7 +1062,8 @@ msgstr ""
#: src/portable/org.freedesktop.portable1.policy:35
#, fuzzy
-msgid "Authentication is required to delete or modify a portable service image."
+msgid ""
+"Authentication is required to delete or modify a portable service image."
msgstr "Nieabchodna aŭtentyfikacyja dlia spampoŭki vobraza VM abo kantejniera"
#: src/resolve/org.freedesktop.resolve1.policy:22
@@ -916,7 +1073,8 @@ msgstr ""
#: src/resolve/org.freedesktop.resolve1.policy:23
#, fuzzy
msgid "Authentication is required to register a DNS-SD service"
-msgstr "Nieabchodna aŭtentyfikacyja dlia ŭstaliavannia ŭsieahuĺnaha paviedamliennia"
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia ŭstaliavannia ŭsieahuĺnaha paviedamliennia"
#: src/resolve/org.freedesktop.resolve1.policy:33
msgid "Unregister a DNS-SD service"
@@ -925,7 +1083,8 @@ msgstr ""
#: src/resolve/org.freedesktop.resolve1.policy:34
#, fuzzy
msgid "Authentication is required to unregister a DNS-SD service"
-msgstr "Nieabchodna aŭtentyfikacyja dlia ŭstaliavannia ŭsieahuĺnaha paviedamliennia"
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia ŭstaliavannia ŭsieahuĺnaha paviedamliennia"
#: src/resolve/org.freedesktop.resolve1.policy:132
msgid "Revert name resolution settings"
@@ -934,7 +1093,8 @@ msgstr ""
#: src/resolve/org.freedesktop.resolve1.policy:133
#, fuzzy
msgid "Authentication is required to reset name resolution settings."
-msgstr "Nieabchodna aŭtentyfikacyja dlia ŭstaliavannia sistemnych nalad klavijatury."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia ŭstaliavannia sistemnych nalad klavijatury."
#: src/timedate/org.freedesktop.timedate1.policy:22
msgid "Set system time"
@@ -950,62 +1110,81 @@ msgstr "Ustaliavać sistemny časavy pojas"
#: src/timedate/org.freedesktop.timedate1.policy:34
msgid "Authentication is required to set the system timezone."
-msgstr "Nieabchodna aŭtentyfikacyja dlia ŭstaliavannia sistemnaha časavoha pojasu."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia ŭstaliavannia sistemnaha časavoha pojasu."
#: src/timedate/org.freedesktop.timedate1.policy:43
msgid "Set RTC to local timezone or UTC"
msgstr "Ustaliavać časavy pojas (miascovy abo UTC), u jakim RTC zachoŭvaje čas"
#: src/timedate/org.freedesktop.timedate1.policy:44
-msgid "Authentication is required to control whether the RTC stores the local or UTC time."
-msgstr "Nieabchodna aŭtentyfikacyja dlia ŭstaliavannia časavoha pojasu (miascovy abo UTC), u jakim zachoŭvajecca čas u RTC."
+msgid ""
+"Authentication is required to control whether the RTC stores the local or "
+"UTC time."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia ŭstaliavannia časavoha pojasu (miascovy abo "
+"UTC), u jakim zachoŭvajecca čas u RTC."
#: src/timedate/org.freedesktop.timedate1.policy:53
msgid "Turn network time synchronization on or off"
msgstr "Ukliučyć abo vykliučyć sinchranizacyju času pa sietcy"
#: src/timedate/org.freedesktop.timedate1.policy:54
-msgid "Authentication is required to control whether network time synchronization shall be enabled."
-msgstr "Nieabchodna aŭtentyfikacyja dlia ŭkliučennia abo vykliučennia sinchranizacyi času pa sietcy."
+msgid ""
+"Authentication is required to control whether network time synchronization "
+"shall be enabled."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia ŭkliučennia abo vykliučennia sinchranizacyi "
+"času pa sietcy."
-#: src/core/dbus-unit.c:364
+#: src/core/dbus-unit.c:352
msgid "Authentication is required to start '$(unit)'."
msgstr "Nieabchodna aŭtentyfikacyja dlia zapusku '$(unit)'."
-#: src/core/dbus-unit.c:365
+#: src/core/dbus-unit.c:353
msgid "Authentication is required to stop '$(unit)'."
msgstr "Nieabchodna aŭtentyfikacyja dlia spyniennia '$(unit)'."
-#: src/core/dbus-unit.c:366
+#: src/core/dbus-unit.c:354
msgid "Authentication is required to reload '$(unit)'."
msgstr "Nieabchodna aŭtentyfikacyja dlia pieračytannia stanu '$(unit)'."
-#: src/core/dbus-unit.c:367 src/core/dbus-unit.c:368
+#: src/core/dbus-unit.c:355 src/core/dbus-unit.c:356
msgid "Authentication is required to restart '$(unit)'."
msgstr "Nieabchodna aŭtentyfikacyja dlia pierazapusku '$(unit)'."
-#: src/core/dbus-unit.c:565
+#: src/core/dbus-unit.c:553
#, fuzzy
-msgid "Authentication is required to send a UNIX signal to the processes of '$(unit)'."
-msgstr "Nieabchodna aŭtentyfikacyja dlia ŭstaliavannia ŭlascivasciej '$(unit)'."
+msgid ""
+"Authentication is required to send a UNIX signal to the processes of "
+"'$(unit)'."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia ŭstaliavannia ŭlascivasciej '$(unit)'."
-#: src/core/dbus-unit.c:595
+#: src/core/dbus-unit.c:583
msgid "Authentication is required to reset the \"failed\" state of '$(unit)'."
-msgstr "Nieabchodna aŭtentyfikacyja dlia anuliavannia pamylkovaha stanu '$(unit)'."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia anuliavannia pamylkovaha stanu '$(unit)'."
-#: src/core/dbus-unit.c:627
+#: src/core/dbus-unit.c:615
msgid "Authentication is required to set properties on '$(unit)'."
-msgstr "Nieabchodna aŭtentyfikacyja dlia ŭstaliavannia ŭlascivasciej '$(unit)'."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia ŭstaliavannia ŭlascivasciej '$(unit)'."
-#: src/core/dbus-unit.c:728
+#: src/core/dbus-unit.c:716
#, fuzzy
-msgid "Authentication is required to delete files and directories associated with '$(unit)'."
-msgstr "Nieabchodna aŭtentyfikacyja dlia anuliavannia pamylkovaha stanu '$(unit)'."
+msgid ""
+"Authentication is required to delete files and directories associated with "
+"'$(unit)'."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia anuliavannia pamylkovaha stanu '$(unit)'."
-#: src/core/dbus-unit.c:776
+#: src/core/dbus-unit.c:764
#, fuzzy
-msgid "Authentication is required to freeze or thaw the processes of '$(unit)' unit."
-msgstr "Nieabchodna aŭtentyfikacyja dlia anuliavannia pamylkovaha stanu '$(unit)'."
+msgid ""
+"Authentication is required to freeze or thaw the processes of '$(unit)' unit."
+msgstr ""
+"Nieabchodna aŭtentyfikacyja dlia anuliavannia pamylkovaha stanu '$(unit)'."
#~ msgid "Authentication is required to kill '$(unit)'."
#~ msgstr "Nieabchodna aŭtentyfikacyja dlia zabojstva '$(unit)'."
diff --git a/po/bg.po b/po/bg.po
index 0bea9978632..5a5f0fbc998 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -8,10 +8,11 @@ msgid ""
msgstr ""
"Project-Id-Version: systemd master\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-07-14 10:32+0100\n"
+"POT-Creation-Date: 2023-11-14 21:25+0000\n"
"PO-Revision-Date: 2023-03-17 15:20+0000\n"
"Last-Translator: Velislav Ivanov <velislav.bg@gmail.com>\n"
-"Language-Team: Bulgarian <https://translate.fedoraproject.org/projects/systemd/master/bg/>\n"
+"Language-Team: Bulgarian <https://translate.fedoraproject.org/projects/"
+"systemd/master/bg/>\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -24,7 +25,8 @@ msgid "Send passphrase back to system"
msgstr "Изпращане на паролата към системата"
#: src/core/org.freedesktop.systemd1.policy.in:23
-msgid "Authentication is required to send the entered passphrase back to the system."
+msgid ""
+"Authentication is required to send the entered passphrase back to the system."
msgstr "За изпращане на паролата към системата е необходима идентификация."
#: src/core/org.freedesktop.systemd1.policy.in:33
@@ -33,7 +35,8 @@ msgstr "Управление на услугите или другите мод
#: src/core/org.freedesktop.systemd1.policy.in:34
msgid "Authentication is required to manage system services or other units."
-msgstr "За управление на услугите или другите модули е необходима идентификация."
+msgstr ""
+"За управление на услугите или другите модули е необходима идентификация."
#: src/core/org.freedesktop.systemd1.policy.in:43
msgid "Manage system service or unit files"
@@ -41,15 +44,23 @@ msgstr "Управление на файловете за услугите ил
#: src/core/org.freedesktop.systemd1.policy.in:44
msgid "Authentication is required to manage system service or unit files."
-msgstr "За управление на файловете за услугите или другите модули е необходима идентификация."
+msgstr ""
+"За управление на файловете за услугите или другите модули е необходима "
+"идентификация."
#: src/core/org.freedesktop.systemd1.policy.in:54
msgid "Set or unset system and service manager environment variables"
-msgstr "Задаване или изтриване на променливи на средата за системата и управлението на услугите"
+msgstr ""
+"Задаване или изтриване на променливи на средата за системата и управлението "
+"на услугите"
#: src/core/org.freedesktop.systemd1.policy.in:55
-msgid "Authentication is required to set or unset system and service manager environment variables."
-msgstr "За задаване или изтриване на променливи на средата за системата и управлението на услугите е необходима идентификация."
+msgid ""
+"Authentication is required to set or unset system and service manager "
+"environment variables."
+msgstr ""
+"За задаване или изтриване на променливи на средата за системата и "
+"управлението на услугите е необходима идентификация."
#: src/core/org.freedesktop.systemd1.policy.in:64
msgid "Reload the systemd state"
@@ -65,7 +76,8 @@ msgstr ""
#: src/core/org.freedesktop.systemd1.policy.in:75
#, fuzzy
-msgid "Authentication is required to dump the systemd state without rate limits."
+msgid ""
+"Authentication is required to dump the systemd state without rate limits."
msgstr "За презареждане на състоянието на systemd е необходима идентификация."
#: src/home/org.freedesktop.home1.policy:13
@@ -89,8 +101,11 @@ msgid "Check credentials of a home area"
msgstr "Проверка на идентификация на място за потребител"
#: src/home/org.freedesktop.home1.policy:34
-msgid "Authentication is required to check credentials against a user's home area."
-msgstr "За проверка на идентификация на място за потребител е необходима идентификация."
+msgid ""
+"Authentication is required to check credentials against a user's home area."
+msgstr ""
+"За проверка на идентификация на място за потребител е необходима "
+"идентификация."
#: src/home/org.freedesktop.home1.policy:43
msgid "Update a home area"
@@ -113,12 +128,16 @@ msgid "Change password of a home area"
msgstr "Промяна на парола на място за потребител"
#: src/home/org.freedesktop.home1.policy:64
-msgid "Authentication is required to change the password of a user's home area."
-msgstr "За промяна на парола на място за потребител е необходима идентификация."
+msgid ""
+"Authentication is required to change the password of a user's home area."
+msgstr ""
+"За промяна на парола на място за потребител е необходима идентификация."
#: src/home/pam_systemd_home.c:287
#, c-format
-msgid "Home of user %s is currently absent, please plug in the necessary storage device or backing file system."
+msgid ""
+"Home of user %s is currently absent, please plug in the necessary storage "
+"device or backing file system."
msgstr ""
#: src/home/pam_systemd_home.c:292
@@ -145,7 +164,9 @@ msgstr ""
#: src/home/pam_systemd_home.c:331
#, c-format
-msgid "Password/recovery key incorrect or not sufficient for authentication of user %s."
+msgid ""
+"Password/recovery key incorrect or not sufficient for authentication of user "
+"%s."
msgstr ""
#: src/home/pam_systemd_home.c:332
@@ -163,7 +184,9 @@ msgstr ""
#: src/home/pam_systemd_home.c:355
#, c-format
-msgid "Password incorrect or not sufficient, and configured security token of user %s not inserted."
+msgid ""
+"Password incorrect or not sufficient, and configured security token of user "
+"%s not inserted."
msgstr ""
#: src/home/pam_systemd_home.c:376
@@ -186,7 +209,9 @@ msgid "Please verify user on security token of user %s."
msgstr ""
#: src/home/pam_systemd_home.c:424
-msgid "Security token PIN is locked, please unlock it first. (Hint: Removal and re-insertion might suffice.)"
+msgid ""
+"Security token PIN is locked, please unlock it first. (Hint: Removal and re-"
+"insertion might suffice.)"
msgstr ""
#: src/home/pam_systemd_home.c:432
@@ -274,8 +299,11 @@ msgid "Set static hostname"
msgstr "Задаване на статично име на машина"
#: src/hostname/org.freedesktop.hostname1.policy:31
-msgid "Authentication is required to set the statically configured local hostname, as well as the pretty hostname."
-msgstr "За задаване на статично име на локална машина е необходима идентификация."
+msgid ""
+"Authentication is required to set the statically configured local hostname, "
+"as well as the pretty hostname."
+msgstr ""
+"За задаване на статично име на локална машина е необходима идентификация."
#: src/hostname/org.freedesktop.hostname1.policy:41
msgid "Set machine information"
@@ -283,7 +311,8 @@ msgstr "Задаване на информация за машина"
#: src/hostname/org.freedesktop.hostname1.policy:42
msgid "Authentication is required to set local machine information."
-msgstr "За задаване на информация за локална машина е необходима идентификация."
+msgstr ""
+"За задаване на информация за локална машина е необходима идентификация."
#: src/hostname/org.freedesktop.hostname1.policy:51
msgid "Get product UUID"
@@ -315,7 +344,9 @@ msgstr "Внасяне на изображение на виртуална ма
#: src/import/org.freedesktop.import1.policy:23
msgid "Authentication is required to import a VM or container image"
-msgstr "За внасяне на изображение на виртуална машина или контейнер е необходима идентификация."
+msgstr ""
+"За внасяне на изображение на виртуална машина или контейнер е необходима "
+"идентификация."
#: src/import/org.freedesktop.import1.policy:32
msgid "Export a VM or container image"
@@ -323,7 +354,9 @@ msgstr "Изнасяне на изображение на виртуална м
#: src/import/org.freedesktop.import1.policy:33
msgid "Authentication is required to export a VM or container image"
-msgstr "За изнасяне на изображение на виртуална машина или контейнер е необходима идентификация."
+msgstr ""
+"За изнасяне на изображение на виртуална машина или контейнер е необходима "
+"идентификация."
#: src/import/org.freedesktop.import1.policy:42
msgid "Download a VM or container image"
@@ -331,7 +364,9 @@ msgstr "Изтегляне на изображение на виртуална
#: src/import/org.freedesktop.import1.policy:43
msgid "Authentication is required to download a VM or container image"
-msgstr "За изтегляне на изображение на виртуална машина или контейнер е необходима идентификация."
+msgstr ""
+"За изтегляне на изображение на виртуална машина или контейнер е необходима "
+"идентификация."
#: src/locale/org.freedesktop.locale1.policy:22
msgid "Set system locale"
@@ -354,8 +389,11 @@ msgid "Allow applications to inhibit system shutdown"
msgstr "Позволяване на програми да предотвратяват спирането на системата"
#: src/login/org.freedesktop.login1.policy:23
-msgid "Authentication is required for an application to inhibit system shutdown."
-msgstr "За позволяване на програми да предотвратяват спиране на системата е необходима идентификация."
+msgid ""
+"Authentication is required for an application to inhibit system shutdown."
+msgstr ""
+"За позволяване на програми да предотвратяват спиране на системата е "
+"необходима идентификация."
#: src/login/org.freedesktop.login1.policy:33
msgid "Allow applications to delay system shutdown"
@@ -363,7 +401,9 @@ msgstr "Позволяване на програми да забавят спи
#: src/login/org.freedesktop.login1.policy:34
msgid "Authentication is required for an application to delay system shutdown."
-msgstr "За позволяване на програми да забавят спиране на системата е необходима идентификация."
+msgstr ""
+"За позволяване на програми да забавят спиране на системата е необходима "
+"идентификация."
#: src/login/org.freedesktop.login1.policy:44
msgid "Allow applications to inhibit system sleep"
@@ -371,7 +411,9 @@ msgstr "Позволяване на програми да предотвратя
#: src/login/org.freedesktop.login1.policy:45
msgid "Authentication is required for an application to inhibit system sleep."
-msgstr "За позволяване на програми да предотвратяват приспиване на системата е необходима идентификация."
+msgstr ""
+"За позволяване на програми да предотвратяват приспиване на системата е "
+"необходима идентификация."
#: src/login/org.freedesktop.login1.policy:55
msgid "Allow applications to delay system sleep"
@@ -379,71 +421,116 @@ msgstr "Позволяване на програми да забавят при
#: src/login/org.freedesktop.login1.policy:56
msgid "Authentication is required for an application to delay system sleep."
-msgstr "За позволяване на програми да забавят приспиване на системата е необходима идентификация."
+msgstr ""
+"За позволяване на програми да забавят приспиване на системата е необходима "
+"идентификация."
#: src/login/org.freedesktop.login1.policy:65
msgid "Allow applications to inhibit automatic system suspend"
-msgstr "Позволяване на програми да предотвратяват автоматично приспиване на системата"
+msgstr ""
+"Позволяване на програми да предотвратяват автоматично приспиване на системата"
#: src/login/org.freedesktop.login1.policy:66
-msgid "Authentication is required for an application to inhibit automatic system suspend."
-msgstr "За позволяване на програми да предотвратяват автоматично приспиване на системата е необходима идентификация."
+msgid ""
+"Authentication is required for an application to inhibit automatic system "
+"suspend."
+msgstr ""
+"За позволяване на програми да предотвратяват автоматично приспиване на "
+"системата е необходима идентификация."
#: src/login/org.freedesktop.login1.policy:75
msgid "Allow applications to inhibit system handling of the power key"
-msgstr "Позволяване на програми да предотвратяват реакцията на система при натискане на клавиш за захранване"
+msgstr ""
+"Позволяване на програми да предотвратяват реакцията на система при натискане "
+"на клавиш за захранване"
#: src/login/org.freedesktop.login1.policy:76
-msgid "Authentication is required for an application to inhibit system handling of the power key."
-msgstr "За позволяване на програми да предотвратяват реакцията на системата при натискане на клавиш за захранване е необходима идентификация."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the power key."
+msgstr ""
+"За позволяване на програми да предотвратяват реакцията на системата при "
+"натискане на клавиш за захранване е необходима идентификация."
#: src/login/org.freedesktop.login1.policy:86
msgid "Allow applications to inhibit system handling of the suspend key"
-msgstr "Позволяване на програми да предотвратяват реакцията на системата при натискане на клавиш за приспиване"
+msgstr ""
+"Позволяване на програми да предотвратяват реакцията на системата при "
+"натискане на клавиш за приспиване"
#: src/login/org.freedesktop.login1.policy:87
-msgid "Authentication is required for an application to inhibit system handling of the suspend key."
-msgstr "За позволяване на програми да предотвратяват реакция на системата при натискане на клавиш за приспиване е необходима идентификация."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the suspend key."
+msgstr ""
+"За позволяване на програми да предотвратяват реакция на системата при "
+"натискане на клавиш за приспиване е необходима идентификация."
#: src/login/org.freedesktop.login1.policy:97
msgid "Allow applications to inhibit system handling of the hibernate key"
-msgstr "Позволяване на програми да предотвратяват реакция на системата при натискане на клавиш за дълбоко приспиване"
+msgstr ""
+"Позволяване на програми да предотвратяват реакция на системата при натискане "
+"на клавиш за дълбоко приспиване"
#: src/login/org.freedesktop.login1.policy:98
-msgid "Authentication is required for an application to inhibit system handling of the hibernate key."
-msgstr "За позволяване на програми да предотвратяват реакция на системата при натискане на клавиш за дълбоко приспиване е необходима идентификация."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the hibernate key."
+msgstr ""
+"За позволяване на програми да предотвратяват реакция на системата при "
+"натискане на клавиш за дълбоко приспиване е необходима идентификация."
#: src/login/org.freedesktop.login1.policy:107
msgid "Allow applications to inhibit system handling of the lid switch"
-msgstr "Позволяване на програми да предотвратяват реакция на системата при затваряне на екран"
+msgstr ""
+"Позволяване на програми да предотвратяват реакция на системата при затваряне "
+"на екран"
#: src/login/org.freedesktop.login1.policy:108
-msgid "Authentication is required for an application to inhibit system handling of the lid switch."
-msgstr "За позволяване на програми да предотвратяват реакция на системата при затваряне на екран е необходима идентификация."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the lid switch."
+msgstr ""
+"За позволяване на програми да предотвратяват реакция на системата при "
+"затваряне на екран е необходима идентификация."
#: src/login/org.freedesktop.login1.policy:117
msgid "Allow applications to inhibit system handling of the reboot key"
-msgstr "Позволяване на програми да предотвратяват реакция на системата при натискане на клавиш за рестартиране"
+msgstr ""
+"Позволяване на програми да предотвратяват реакция на системата при натискане "
+"на клавиш за рестартиране"
#: src/login/org.freedesktop.login1.policy:118
-msgid "Authentication is required for an application to inhibit system handling of the reboot key."
-msgstr "За позволяване на програми предотвратяват реакция на системата при натискане на клавиш за рестартиране е необходима идентификация."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the reboot key."
+msgstr ""
+"За позволяване на програми предотвратяват реакция на системата при натискане "
+"на клавиш за рестартиране е необходима идентификация."
#: src/login/org.freedesktop.login1.policy:128
msgid "Allow non-logged-in user to run programs"
-msgstr "Позволяване на потребители, които не са се идентифицирали, да изпълняват програми"
+msgstr ""
+"Позволяване на потребители, които не са се идентифицирали, да изпълняват "
+"програми"
#: src/login/org.freedesktop.login1.policy:129
msgid "Explicit request is required to run programs as a non-logged-in user."
-msgstr "За позволяване на потребители, които не са се идентифицирали, да изпълняват програми е необходима изрична заявка."
+msgstr ""
+"За позволяване на потребители, които не са се идентифицирали, да изпълняват "
+"програми е необходима изрична заявка."
#: src/login/org.freedesktop.login1.policy:138
msgid "Allow non-logged-in users to run programs"
-msgstr "Позволяване на потребители, които не са се идентифицирали, да изпълняват програми"
+msgstr ""
+"Позволяване на потребители, които не са се идентифицирали, да изпълняват "
+"програми"
#: src/login/org.freedesktop.login1.policy:139
msgid "Authentication is required to run programs as a non-logged-in user."
-msgstr "За позволяване на потребители, които не са се идентифицирали, да изпълняват програми е необходима идентификация."
+msgstr ""
+"За позволяване на потребители, които не са се идентифицирали, да изпълняват "
+"програми е необходима идентификация."
#: src/login/org.freedesktop.login1.policy:148
msgid "Allow attaching devices to seats"
@@ -451,7 +538,9 @@ msgstr "Позволяване на закачане на устройства
#: src/login/org.freedesktop.login1.policy:149
msgid "Authentication is required to attach a device to a seat."
-msgstr "За позволяване на закачане на устройства към работните места е необходима идентификация."
+msgstr ""
+"За позволяване на закачане на устройства към работните места е необходима "
+"идентификация."
#: src/login/org.freedesktop.login1.policy:159
msgid "Flush device to seat attachments"
@@ -459,7 +548,9 @@ msgstr "Изчистване на връзките между устройств
#: src/login/org.freedesktop.login1.policy:160
msgid "Authentication is required to reset how devices are attached to seats."
-msgstr "За изчистване на връзки между устройства и работни места е необходима идентификация."
+msgstr ""
+"За изчистване на връзки между устройства и работни места е необходима "
+"идентификация."
#: src/login/org.freedesktop.login1.policy:169
msgid "Power off the system"
@@ -474,16 +565,24 @@ msgid "Power off the system while other users are logged in"
msgstr "Изключване на системата, дори когато има други вписани потребители"
#: src/login/org.freedesktop.login1.policy:181
-msgid "Authentication is required to power off the system while other users are logged in."
-msgstr "За изключване на системата, дори когато има други вписани потребители, е необходима идентификация."
+msgid ""
+"Authentication is required to power off the system while other users are "
+"logged in."
+msgstr ""
+"За изключване на системата, дори когато има други вписани потребители, е "
+"необходима идентификация."
#: src/login/org.freedesktop.login1.policy:191
msgid "Power off the system while an application is inhibiting this"
msgstr "Изключване на системата, дори когато програма иска да предотврати това"
#: src/login/org.freedesktop.login1.policy:192
-msgid "Authentication is required to power off the system while an application is inhibiting this."
-msgstr "За изключване на системата, дори когато програма иска да предотврати това, е необходима идентификация."
+msgid ""
+"Authentication is required to power off the system while an application is "
+"inhibiting this."
+msgstr ""
+"За изключване на системата, дори когато програма иска да предотврати това, е "
+"необходима идентификация."
#: src/login/org.freedesktop.login1.policy:202
msgid "Reboot the system"
@@ -498,16 +597,25 @@ msgid "Reboot the system while other users are logged in"
msgstr "Рестартиране на системата, дори когато има други вписани потребители"
#: src/login/org.freedesktop.login1.policy:214
-msgid "Authentication is required to reboot the system while other users are logged in."
-msgstr "За рестартиране на системата, дори когато има други вписани потребители, е необходима идентификация."
+msgid ""
+"Authentication is required to reboot the system while other users are logged "
+"in."
+msgstr ""
+"За рестартиране на системата, дори когато има други вписани потребители, е "
+"необходима идентификация."
#: src/login/org.freedesktop.login1.policy:224
msgid "Reboot the system while an application is inhibiting this"
-msgstr "Рестартиране на системата, дори когато програма иска да предотврати това"
+msgstr ""
+"Рестартиране на системата, дори когато програма иска да предотврати това"
#: src/login/org.freedesktop.login1.policy:225
-msgid "Authentication is required to reboot the system while an application is inhibiting this."
-msgstr "За рестартиране на системата, дори когато програма иска да предотврати това, е необходима идентификация."
+msgid ""
+"Authentication is required to reboot the system while an application is "
+"inhibiting this."
+msgstr ""
+"За рестартиране на системата, дори когато програма иска да предотврати това, "
+"е необходима идентификация."
#: src/login/org.freedesktop.login1.policy:235
msgid "Halt the system"
@@ -522,16 +630,24 @@ msgid "Halt the system while other users are logged in"
msgstr "Спиране на системата, дори когато има други вписани потребители"
#: src/login/org.freedesktop.login1.policy:247
-msgid "Authentication is required to halt the system while other users are logged in."
-msgstr "За спиране на системата, дори когато има други вписани потребители, е необходима идентификация."
+msgid ""
+"Authentication is required to halt the system while other users are logged "
+"in."
+msgstr ""
+"За спиране на системата, дори когато има други вписани потребители, е "
+"необходима идентификация."
#: src/login/org.freedesktop.login1.policy:257
msgid "Halt the system while an application is inhibiting this"
msgstr "Спиране на системата, дори когато програма иска да предотврати това"
#: src/login/org.freedesktop.login1.policy:258
-msgid "Authentication is required to halt the system while an application is inhibiting this."
-msgstr "За спиране на системата, дори когато програма иска да предотврати това, е необходима идентификация."
+msgid ""
+"Authentication is required to halt the system while an application is "
+"inhibiting this."
+msgstr ""
+"За спиране на системата, дори когато програма иска да предотврати това, е "
+"необходима идентификация."
#: src/login/org.freedesktop.login1.policy:268
msgid "Suspend the system"
@@ -546,16 +662,24 @@ msgid "Suspend the system while other users are logged in"
msgstr "Приспиване на системата, дори когато има други вписани потребители"
#: src/login/org.freedesktop.login1.policy:279
-msgid "Authentication is required to suspend the system while other users are logged in."
-msgstr "За приспиване на системата, дори когато има други вписани потребители, е необходима идентификация."
+msgid ""
+"Authentication is required to suspend the system while other users are "
+"logged in."
+msgstr ""
+"За приспиване на системата, дори когато има други вписани потребители, е "
+"необходима идентификация."
#: src/login/org.freedesktop.login1.policy:289
msgid "Suspend the system while an application is inhibiting this"
msgstr "Приспиване на системата, дори когато програма иска да предотврати това"
#: src/login/org.freedesktop.login1.policy:290
-msgid "Authentication is required to suspend the system while an application is inhibiting this."
-msgstr "За приспиване на системата, дори когато програма иска да предотврати това, е необходима идентификация."
+msgid ""
+"Authentication is required to suspend the system while an application is "
+"inhibiting this."
+msgstr ""
+"За приспиване на системата, дори когато програма иска да предотврати това, е "
+"необходима идентификация."
#: src/login/org.freedesktop.login1.policy:300
msgid "Hibernate the system"
@@ -567,19 +691,30 @@ msgstr "За дълбоко приспиване на системата е не
#: src/login/org.freedesktop.login1.policy:310
msgid "Hibernate the system while other users are logged in"
-msgstr "Дълбоко приспиване на системата, дори когато има други вписани потребители"
+msgstr ""
+"Дълбоко приспиване на системата, дори когато има други вписани потребители"
#: src/login/org.freedesktop.login1.policy:311
-msgid "Authentication is required to hibernate the system while other users are logged in."
-msgstr "За дълбоко приспиване на системата, дори когато има други вписани потребители, е необходима идентификация."
+msgid ""
+"Authentication is required to hibernate the system while other users are "
+"logged in."
+msgstr ""
+"За дълбоко приспиване на системата, дори когато има други вписани "
+"потребители, е необходима идентификация."
#: src/login/org.freedesktop.login1.policy:321
msgid "Hibernate the system while an application is inhibiting this"
-msgstr "Дълбоко приспиване на системата, дори когато програма иска да предотврати това"
+msgstr ""
+"Дълбоко приспиване на системата, дори когато програма иска да предотврати "
+"това"
#: src/login/org.freedesktop.login1.policy:322
-msgid "Authentication is required to hibernate the system while an application is inhibiting this."
-msgstr "За дълбоко приспиване на системата, дори когато програма иска да предотврати това, е необходима идентификация."
+msgid ""
+"Authentication is required to hibernate the system while an application is "
+"inhibiting this."
+msgstr ""
+"За дълбоко приспиване на системата, дори когато програма иска да предотврати "
+"това, е необходима идентификация."
#: src/login/org.freedesktop.login1.policy:332
msgid "Manage active sessions, users and seats"
@@ -587,7 +722,9 @@ msgstr "Управление на работещите сесии, потреб
#: src/login/org.freedesktop.login1.policy:333
msgid "Authentication is required to manage active sessions, users and seats."
-msgstr "За управление на работещите сесии, потребители и работни места е необходима идентификация."
+msgstr ""
+"За управление на работещите сесии, потребители и работни места е необходима "
+"идентификация."
#: src/login/org.freedesktop.login1.policy:342
msgid "Lock or unlock active sessions"
@@ -595,7 +732,8 @@ msgstr "Заключване или отключване на работещи
#: src/login/org.freedesktop.login1.policy:343
msgid "Authentication is required to lock or unlock active sessions."
-msgstr "За заключване или отключване на работещи сесии е необходима идентификация."
+msgstr ""
+"За заключване или отключване на работещи сесии е необходима идентификация."
#: src/login/org.freedesktop.login1.policy:352
msgid "Set the reboot \"reason\" in the kernel"
@@ -603,31 +741,45 @@ msgstr "Задаване на причина за рестартиране (reas
#: src/login/org.freedesktop.login1.policy:353
msgid "Authentication is required to set the reboot \"reason\" in the kernel."
-msgstr "За задаване на причина за рестартиране (reason) в ядрото е необходима идентификация."
+msgstr ""
+"За задаване на причина за рестартиране (reason) в ядрото е необходима "
+"идентификация."
#: src/login/org.freedesktop.login1.policy:363
msgid "Indicate to the firmware to boot to setup interface"
msgstr "Задаване на фърмуера да стартира с интерфейса за управление"
#: src/login/org.freedesktop.login1.policy:364
-msgid "Authentication is required to indicate to the firmware to boot to setup interface."
-msgstr "За задаване на фърмуера да стартира с интерфейса за управление е необходима идентификация."
+msgid ""
+"Authentication is required to indicate to the firmware to boot to setup "
+"interface."
+msgstr ""
+"За задаване на фърмуера да стартира с интерфейса за управление е необходима "
+"идентификация."
#: src/login/org.freedesktop.login1.policy:374
msgid "Indicate to the boot loader to boot to the boot loader menu"
msgstr "Задаване на фърмуера да стартира в програмата за начално зареждане"
#: src/login/org.freedesktop.login1.policy:375
-msgid "Authentication is required to indicate to the boot loader to boot to the boot loader menu."
-msgstr "За задаване на фърмуера да стартира в програмата за начално зареждане е необходима идентификация."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot to the "
+"boot loader menu."
+msgstr ""
+"За задаване на фърмуера да стартира в програмата за начално зареждане е "
+"необходима идентификация."
#: src/login/org.freedesktop.login1.policy:385
msgid "Indicate to the boot loader to boot a specific entry"
msgstr "Задаване на фърмуера да стартира в определен вариант"
#: src/login/org.freedesktop.login1.policy:386
-msgid "Authentication is required to indicate to the boot loader to boot into a specific boot loader entry."
-msgstr "За задаване на фърмуера да стартира в определен вариант е необходима идентификация."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot into a "
+"specific boot loader entry."
+msgstr ""
+"За задаване на фърмуера да стартира в определен вариант е необходима "
+"идентификация."
#: src/login/org.freedesktop.login1.policy:396
msgid "Set a wall message"
@@ -682,8 +834,11 @@ msgid "Acquire a pseudo TTY in a local container"
msgstr "Получаване на псевдо терминал в локален контейнер"
#: src/machine/org.freedesktop.machine1.policy:65
-msgid "Authentication is required to acquire a pseudo TTY in a local container."
-msgstr "За получаване на псевдо терминал в локален контейнер е необходима идентификация."
+msgid ""
+"Authentication is required to acquire a pseudo TTY in a local container."
+msgstr ""
+"За получаване на псевдо терминал в локален контейнер е необходима "
+"идентификация."
#: src/machine/org.freedesktop.machine1.policy:74
msgid "Acquire a pseudo TTY on the local host"
@@ -691,23 +846,32 @@ msgstr "Получаване на псевдо терминал на локал
#: src/machine/org.freedesktop.machine1.policy:75
msgid "Authentication is required to acquire a pseudo TTY on the local host."
-msgstr "За получаване на псевдо терминал на локалната машина е необходима идентификация."
+msgstr ""
+"За получаване на псевдо терминал на локалната машина е необходима "
+"идентификация."
#: src/machine/org.freedesktop.machine1.policy:84
msgid "Manage local virtual machines and containers"
msgstr "Управление на локални виртуални машини и контейнери"
#: src/machine/org.freedesktop.machine1.policy:85
-msgid "Authentication is required to manage local virtual machines and containers."
-msgstr "За управление на локални виртуални машини и контейнери е необходима идентификация."
+msgid ""
+"Authentication is required to manage local virtual machines and containers."
+msgstr ""
+"За управление на локални виртуални машини и контейнери е необходима "
+"идентификация."
#: src/machine/org.freedesktop.machine1.policy:95
msgid "Manage local virtual machine and container images"
msgstr "Управление на изображения на виртуални машини или контейнери"
#: src/machine/org.freedesktop.machine1.policy:96
-msgid "Authentication is required to manage local virtual machine and container images."
-msgstr "За управление на изображения на виртуални машини или е необходима идентификация."
+msgid ""
+"Authentication is required to manage local virtual machine and container "
+"images."
+msgstr ""
+"За управление на изображения на виртуални машини или е необходима "
+"идентификация."
#: src/network/org.freedesktop.network1.policy:22
msgid "Set NTP servers"
@@ -715,7 +879,8 @@ msgstr "Задаване на сървъри за точно време (NTP)"
#: src/network/org.freedesktop.network1.policy:23
msgid "Authentication is required to set NTP servers."
-msgstr "За задаване на сървъри за точно време (NTP) е необходима идентификация."
+msgstr ""
+"За задаване на сървъри за точно време (NTP) е необходима идентификация."
#: src/network/org.freedesktop.network1.policy:33
#: src/resolve/org.freedesktop.resolve1.policy:44
@@ -755,7 +920,8 @@ msgstr "Откриване на имена в локалната мрежа (LLM
#: src/network/org.freedesktop.network1.policy:67
#: src/resolve/org.freedesktop.resolve1.policy:78
msgid "Authentication is required to enable or disable LLMNR."
-msgstr "За откриване на имена в локалната мрежа (LLMNR) е необходима идентификация."
+msgstr ""
+"За откриване на имена в локалната мрежа (LLMNR) е необходима идентификация."
#: src/network/org.freedesktop.network1.policy:77
#: src/resolve/org.freedesktop.resolve1.policy:88
@@ -795,7 +961,9 @@ msgstr "Изрично доверяване на домейни DNSSEC (Negative
#: src/network/org.freedesktop.network1.policy:111
#: src/resolve/org.freedesktop.resolve1.policy:122
msgid "Authentication is required to set DNSSEC Negative Trust Anchors."
-msgstr "За изрично доверяване на домейни DNSSEC (Negative Trust Anchors) е необходима идентификация."
+msgstr ""
+"За изрично доверяване на домейни DNSSEC (Negative Trust Anchors) е "
+"необходима идентификация."
#: src/network/org.freedesktop.network1.policy:121
msgid "Revert NTP settings"
@@ -851,23 +1019,30 @@ msgstr "Преглед на преносимо изображение на си
#: src/portable/org.freedesktop.portable1.policy:14
msgid "Authentication is required to inspect a portable service image."
-msgstr "За преглед на преносимо изображение на система е необходима идентификация."
+msgstr ""
+"За преглед на преносимо изображение на система е необходима идентификация."
#: src/portable/org.freedesktop.portable1.policy:23
msgid "Attach or detach a portable service image"
msgstr "Превключване на преносимо изображение на система"
#: src/portable/org.freedesktop.portable1.policy:24
-msgid "Authentication is required to attach or detach a portable service image."
-msgstr "За превключване на преносимо изображение на система е необходима идентификация."
+msgid ""
+"Authentication is required to attach or detach a portable service image."
+msgstr ""
+"За превключване на преносимо изображение на система е необходима "
+"идентификация."
#: src/portable/org.freedesktop.portable1.policy:34
msgid "Delete or modify portable service image"
msgstr "Изтриване/промяна на преносимо изображение на система"
#: src/portable/org.freedesktop.portable1.policy:35
-msgid "Authentication is required to delete or modify a portable service image."
-msgstr "За изтриване/промяна на преносимо изображение на система е необходима идентификация."
+msgid ""
+"Authentication is required to delete or modify a portable service image."
+msgstr ""
+"За изтриване/промяна на преносимо изображение на система е необходима "
+"идентификация."
#: src/resolve/org.freedesktop.resolve1.policy:22
msgid "Register a DNS-SD service"
@@ -891,7 +1066,9 @@ msgstr "Възстановяване на настройките за откри
#: src/resolve/org.freedesktop.resolve1.policy:133
msgid "Authentication is required to reset name resolution settings."
-msgstr "За възстановяване на настройките за откриване на имената е необходима идентификация."
+msgstr ""
+"За възстановяване на настройките за откриване на имената е необходима "
+"идентификация."
#: src/timedate/org.freedesktop.timedate1.policy:22
msgid "Set system time"
@@ -914,49 +1091,70 @@ msgid "Set RTC to local timezone or UTC"
msgstr "Превключване на системния часовник между местния часови пояс и UTC"
#: src/timedate/org.freedesktop.timedate1.policy:44
-msgid "Authentication is required to control whether the RTC stores the local or UTC time."
-msgstr "За превключване на системния часовник между местния часови пояс и UTC е необходима идентификация."
+msgid ""
+"Authentication is required to control whether the RTC stores the local or "
+"UTC time."
+msgstr ""
+"За превключване на системния часовник между местния часови пояс и UTC е "
+"необходима идентификация."
#: src/timedate/org.freedesktop.timedate1.policy:53
msgid "Turn network time synchronization on or off"
msgstr "Превключване на синхронизацията на времето по мрежата"
#: src/timedate/org.freedesktop.timedate1.policy:54
-msgid "Authentication is required to control whether network time synchronization shall be enabled."
-msgstr "За превключване на синхронизацията на времето по мрежата е необходима идентификация."
+msgid ""
+"Authentication is required to control whether network time synchronization "
+"shall be enabled."
+msgstr ""
+"За превключване на синхронизацията на времето по мрежата е необходима "
+"идентификация."
-#: src/core/dbus-unit.c:364
+#: src/core/dbus-unit.c:352
msgid "Authentication is required to start '$(unit)'."
msgstr "За стартиране на „$(unit)“ е необходима идентификация."
-#: src/core/dbus-unit.c:365
+#: src/core/dbus-unit.c:353
msgid "Authentication is required to stop '$(unit)'."
msgstr "За спиране на „$(unit)“ е необходима идентификация."
-#: src/core/dbus-unit.c:366
+#: src/core/dbus-unit.c:354
msgid "Authentication is required to reload '$(unit)'."
msgstr "За презареждане на „$(unit)“ е необходима идентификация."
-#: src/core/dbus-unit.c:367 src/core/dbus-unit.c:368
+#: src/core/dbus-unit.c:355 src/core/dbus-unit.c:356
msgid "Authentication is required to restart '$(unit)'."
msgstr "За рестартиране на „$(unit)“ е необходима идентификация."
-#: src/core/dbus-unit.c:565
-msgid "Authentication is required to send a UNIX signal to the processes of '$(unit)'."
-msgstr "За изпращането на сигнал на UNIX на процесите на „$(unit)“ е необходима идентификация."
+#: src/core/dbus-unit.c:553
+msgid ""
+"Authentication is required to send a UNIX signal to the processes of "
+"'$(unit)'."
+msgstr ""
+"За изпращането на сигнал на UNIX на процесите на „$(unit)“ е необходима "
+"идентификация."
-#: src/core/dbus-unit.c:595
+#: src/core/dbus-unit.c:583
msgid "Authentication is required to reset the \"failed\" state of '$(unit)'."
-msgstr "За премахване на състоянието за неуспех на „$(unit)“ е необходима идентификация."
+msgstr ""
+"За премахване на състоянието за неуспех на „$(unit)“ е необходима "
+"идентификация."
-#: src/core/dbus-unit.c:627
+#: src/core/dbus-unit.c:615
msgid "Authentication is required to set properties on '$(unit)'."
msgstr "За задаване на свойствата на „$(unit)“ е необходима идентификация."
-#: src/core/dbus-unit.c:728
-msgid "Authentication is required to delete files and directories associated with '$(unit)'."
-msgstr "За изтриването на файловете и директориите на „$(unit)“ е необходима идентификация."
+#: src/core/dbus-unit.c:716
+msgid ""
+"Authentication is required to delete files and directories associated with "
+"'$(unit)'."
+msgstr ""
+"За изтриването на файловете и директориите на „$(unit)“ е необходима "
+"идентификация."
-#: src/core/dbus-unit.c:776
-msgid "Authentication is required to freeze or thaw the processes of '$(unit)' unit."
-msgstr "За замразяване/размразяване на процесите на „$(unit)“ е необходима идентификация."
+#: src/core/dbus-unit.c:764
+msgid ""
+"Authentication is required to freeze or thaw the processes of '$(unit)' unit."
+msgstr ""
+"За замразяване/размразяване на процесите на „$(unit)“ е необходима "
+"идентификация."
diff --git a/po/ca.po b/po/ca.po
index 61c8bd08719..e59e384accc 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-07-14 10:32+0100\n"
+"POT-Creation-Date: 2023-11-14 21:25+0000\n"
"PO-Revision-Date: 2018-02-27 04:18-0500\n"
"Last-Translator: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>\n"
"Language-Team: Català <ubuntu-l10n-ca@lists.ubuntu.com>\n"
@@ -22,8 +22,10 @@ msgid "Send passphrase back to system"
msgstr "Retorna la frase de pas al sistema"
#: src/core/org.freedesktop.systemd1.policy.in:23
-msgid "Authentication is required to send the entered passphrase back to the system."
-msgstr "Es requereix autenticació per retornar la frase de pas introduïda al sistema."
+msgid ""
+"Authentication is required to send the entered passphrase back to the system."
+msgstr ""
+"Es requereix autenticació per retornar la frase de pas introduïda al sistema."
#: src/core/org.freedesktop.systemd1.policy.in:33
msgid "Manage system services or other units"
@@ -31,7 +33,9 @@ msgstr "Gestiona els serveis del sistema o bé altres unitats."
#: src/core/org.freedesktop.systemd1.policy.in:34
msgid "Authentication is required to manage system services or other units."
-msgstr "Es requereix autenticació per gestionar els serveis del sistema o bé altres unitats."
+msgstr ""
+"Es requereix autenticació per gestionar els serveis del sistema o bé altres "
+"unitats."
#: src/core/org.freedesktop.systemd1.policy.in:43
msgid "Manage system service or unit files"
@@ -39,15 +43,23 @@ msgstr "Gestiona el servei del sistema o bé fitxers d'unitats"
#: src/core/org.freedesktop.systemd1.policy.in:44
msgid "Authentication is required to manage system service or unit files."
-msgstr "Es requereix autenticació per gestionar un servei del sistema o bé fitxers d'unitats."
+msgstr ""
+"Es requereix autenticació per gestionar un servei del sistema o bé fitxers "
+"d'unitats."
#: src/core/org.freedesktop.systemd1.policy.in:54
msgid "Set or unset system and service manager environment variables"
-msgstr "Estableix o desestableix les variables d'entorn del gestor de serveis o del sistema"
+msgstr ""
+"Estableix o desestableix les variables d'entorn del gestor de serveis o del "
+"sistema"
#: src/core/org.freedesktop.systemd1.policy.in:55
-msgid "Authentication is required to set or unset system and service manager environment variables."
-msgstr "Es requereix autenticació per establir o desestablir les variables d'entorn del gestor de serveis o del sistema."
+msgid ""
+"Authentication is required to set or unset system and service manager "
+"environment variables."
+msgstr ""
+"Es requereix autenticació per establir o desestablir les variables d'entorn "
+"del gestor de serveis o del sistema."
#: src/core/org.freedesktop.systemd1.policy.in:64
msgid "Reload the systemd state"
@@ -63,7 +75,8 @@ msgstr ""
#: src/core/org.freedesktop.systemd1.policy.in:75
#, fuzzy
-msgid "Authentication is required to dump the systemd state without rate limits."
+msgid ""
+"Authentication is required to dump the systemd state without rate limits."
msgstr "Es requereix autenticació per tornar a carregar l'estat de systemd."
#: src/home/org.freedesktop.home1.policy:13
@@ -90,8 +103,11 @@ msgstr ""
#: src/home/org.freedesktop.home1.policy:34
#, fuzzy
-msgid "Authentication is required to check credentials against a user's home area."
-msgstr "Es requereix autenticació per gestionar les sessions, usuaris i llocs de treball actius."
+msgid ""
+"Authentication is required to check credentials against a user's home area."
+msgstr ""
+"Es requereix autenticació per gestionar les sessions, usuaris i llocs de "
+"treball actius."
#: src/home/org.freedesktop.home1.policy:43
msgid "Update a home area"
@@ -100,7 +116,8 @@ msgstr ""
#: src/home/org.freedesktop.home1.policy:44
#, fuzzy
msgid "Authentication is required to update a user's home area."
-msgstr "Es requereix autenticació per annexar un dispositiu a un lloc de treball."
+msgstr ""
+"Es requereix autenticació per annexar un dispositiu a un lloc de treball."
#: src/home/org.freedesktop.home1.policy:53
msgid "Resize a home area"
@@ -117,12 +134,17 @@ msgstr ""
#: src/home/org.freedesktop.home1.policy:64
#, fuzzy
-msgid "Authentication is required to change the password of a user's home area."
-msgstr "Es requereix autenticació per gestionar les sessions, usuaris i llocs de treball actius."
+msgid ""
+"Authentication is required to change the password of a user's home area."
+msgstr ""
+"Es requereix autenticació per gestionar les sessions, usuaris i llocs de "
+"treball actius."
#: src/home/pam_systemd_home.c:287
#, c-format
-msgid "Home of user %s is currently absent, please plug in the necessary storage device or backing file system."
+msgid ""
+"Home of user %s is currently absent, please plug in the necessary storage "
+"device or backing file system."
msgstr ""
#: src/home/pam_systemd_home.c:292
@@ -149,7 +171,9 @@ msgstr ""
#: src/home/pam_systemd_home.c:331
#, c-format
-msgid "Password/recovery key incorrect or not sufficient for authentication of user %s."
+msgid ""
+"Password/recovery key incorrect or not sufficient for authentication of user "
+"%s."
msgstr ""
#: src/home/pam_systemd_home.c:332
@@ -167,7 +191,9 @@ msgstr ""
#: src/home/pam_systemd_home.c:355
#, c-format
-msgid "Password incorrect or not sufficient, and configured security token of user %s not inserted."
+msgid ""
+"Password incorrect or not sufficient, and configured security token of user "
+"%s not inserted."
msgstr ""
#: src/home/pam_systemd_home.c:376
@@ -190,7 +216,9 @@ msgid "Please verify user on security token of user %s."
msgstr ""
#: src/home/pam_systemd_home.c:424
-msgid "Security token PIN is locked, please unlock it first. (Hint: Removal and re-insertion might suffice.)"
+msgid ""
+"Security token PIN is locked, please unlock it first. (Hint: Removal and re-"
+"insertion might suffice.)"
msgstr ""
#: src/home/pam_systemd_home.c:432
@@ -278,8 +306,12 @@ msgid "Set static hostname"
msgstr "Estableix el nom d'amfitrió estàtic"
#: src/hostname/org.freedesktop.hostname1.policy:31
-msgid "Authentication is required to set the statically configured local hostname, as well as the pretty hostname."
-msgstr "Es requereix autenticació per establir el nom d'amfitrió local configurat estàticament, així com el nom bonic d'amfitrió."
+msgid ""
+"Authentication is required to set the statically configured local hostname, "
+"as well as the pretty hostname."
+msgstr ""
+"Es requereix autenticació per establir el nom d'amfitrió local configurat "
+"estàticament, així com el nom bonic d'amfitrió."
#: src/hostname/org.freedesktop.hostname1.policy:41
msgid "Set machine information"
@@ -287,7 +319,8 @@ msgstr "Estableix la informació de la màquina"
#: src/hostname/org.freedesktop.hostname1.policy:42
msgid "Authentication is required to set local machine information."
-msgstr "Es requereix autenticació per establir la informació de la màquina local."
+msgstr ""
+"Es requereix autenticació per establir la informació de la màquina local."
#: src/hostname/org.freedesktop.hostname1.policy:51
msgid "Get product UUID"
@@ -323,7 +356,9 @@ msgstr "Importa una màquina virtual o una imatge de contenidor"
#: src/import/org.freedesktop.import1.policy:23
msgid "Authentication is required to import a VM or container image"
-msgstr "Es requereix autenticació per importar una màquina virtual o una imatge de contenidor"
+msgstr ""
+"Es requereix autenticació per importar una màquina virtual o una imatge de "
+"contenidor"
#: src/import/org.freedesktop.import1.policy:32
msgid "Export a VM or container image"
@@ -331,7 +366,9 @@ msgstr "Exporta una màquina virtual o una imatge de contenidor"
#: src/import/org.freedesktop.import1.policy:33
msgid "Authentication is required to export a VM or container image"
-msgstr "Es requereix autenticació per exportar una màquina virtual o una imatge de contenidor"
+msgstr ""
+"Es requereix autenticació per exportar una màquina virtual o una imatge de "
+"contenidor"
#: src/import/org.freedesktop.import1.policy:42
msgid "Download a VM or container image"
@@ -339,7 +376,9 @@ msgstr "Baixa una màquina virtual o una imatge de contenidor"
#: src/import/org.freedesktop.import1.policy:43
msgid "Authentication is required to download a VM or container image"
-msgstr "Es requereix autenticació per baixar una màquina virtual o una imatge de contenidor"
+msgstr ""
+"Es requereix autenticació per baixar una màquina virtual o una imatge de "
+"contenidor"
#: src/locale/org.freedesktop.locale1.policy:22
msgid "Set system locale"
@@ -347,7 +386,8 @@ msgstr "Estableix la configuració regional del sistema"
#: src/locale/org.freedesktop.locale1.policy:23
msgid "Authentication is required to set the system locale."
-msgstr "Es requereix autenticació per establir la configuració regional del sistema."
+msgstr ""
+"Es requereix autenticació per establir la configuració regional del sistema."
#: src/locale/org.freedesktop.locale1.policy:33
msgid "Set system keyboard settings"
@@ -355,15 +395,19 @@ msgstr "Estableix els ajusts del teclat del sistema"
#: src/locale/org.freedesktop.locale1.policy:34
msgid "Authentication is required to set the system keyboard settings."
-msgstr "Es requereix autenticació per establir els ajusts del teclat del sistema."
+msgstr ""
+"Es requereix autenticació per establir els ajusts del teclat del sistema."
#: src/login/org.freedesktop.login1.policy:22
msgid "Allow applications to inhibit system shutdown"
msgstr "Permet a les aplicacions inhibir l'apagada del sistema"
#: src/login/org.freedesktop.login1.policy:23
-msgid "Authentication is required for an application to inhibit system shutdown."
-msgstr "Es requereix autenticació perquè una aplicació inhibeixi l'apagada del sistema."
+msgid ""
+"Authentication is required for an application to inhibit system shutdown."
+msgstr ""
+"Es requereix autenticació perquè una aplicació inhibeixi l'apagada del "
+"sistema."
#: src/login/org.freedesktop.login1.policy:33
msgid "Allow applications to delay system shutdown"
@@ -371,7 +415,9 @@ msgstr "Permet a les aplicacions endarrerir l'apagada del sistema"
#: src/login/org.freedesktop.login1.policy:34
msgid "Authentication is required for an application to delay system shutdown."
-msgstr "Es requereix autenticació perquè una aplicació endarrereixi l'apagada del sistema."
+msgstr ""
+"Es requereix autenticació perquè una aplicació endarrereixi l'apagada del "
+"sistema."
#: src/login/org.freedesktop.login1.policy:44
msgid "Allow applications to inhibit system sleep"
@@ -379,7 +425,9 @@ msgstr "Permet a les aplicacions inhibir el repòs del sistema"
#: src/login/org.freedesktop.login1.policy:45
msgid "Authentication is required for an application to inhibit system sleep."
-msgstr "Es requereix autenticació perquè una aplicació inhibeixi el repòs del sistema."
+msgstr ""
+"Es requereix autenticació perquè una aplicació inhibeixi el repòs del "
+"sistema."
#: src/login/org.freedesktop.login1.policy:55
msgid "Allow applications to delay system sleep"
@@ -387,57 +435,92 @@ msgstr "Permet a les aplicacions endarrerir el repòs del sistema"
#: src/login/org.freedesktop.login1.policy:56
msgid "Authentication is required for an application to delay system sleep."
-msgstr "Es requereix autenticació perquè una aplicació endarrereixi el repòs del sistema."
+msgstr ""
+"Es requereix autenticació perquè una aplicació endarrereixi el repòs del "
+"sistema."
#: src/login/org.freedesktop.login1.policy:65
msgid "Allow applications to inhibit automatic system suspend"
msgstr "Permet a les aplicacions inhibir la suspensió automàtica del sistema"
#: src/login/org.freedesktop.login1.policy:66
-msgid "Authentication is required for an application to inhibit automatic system suspend."
-msgstr "Es requereix autenticació perquè una aplicació inhibeixi la suspensió automàtica del sistema."
+msgid ""
+"Authentication is required for an application to inhibit automatic system "
+"suspend."
+msgstr ""
+"Es requereix autenticació perquè una aplicació inhibeixi la suspensió "
+"automàtica del sistema."
#: src/login/org.freedesktop.login1.policy:75
msgid "Allow applications to inhibit system handling of the power key"
-msgstr "Permet a les aplicacions inhibir la gestió de la tecla d'encesa per part del sistema"
+msgstr ""
+"Permet a les aplicacions inhibir la gestió de la tecla d'encesa per part del "
+"sistema"
#: src/login/org.freedesktop.login1.policy:76
-msgid "Authentication is required for an application to inhibit system handling of the power key."
-msgstr "Es requereix autenticació perquè una aplicació inhibeixi la gestió de la tecla d'encesa per part del sistema."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the power key."
+msgstr ""
+"Es requereix autenticació perquè una aplicació inhibeixi la gestió de la "
+"tecla d'encesa per part del sistema."
#: src/login/org.freedesktop.login1.policy:86
msgid "Allow applications to inhibit system handling of the suspend key"
-msgstr "Permet a les aplicacions inhibir la tecla de suspensió per part del sistema"
+msgstr ""
+"Permet a les aplicacions inhibir la tecla de suspensió per part del sistema"
#: src/login/org.freedesktop.login1.policy:87
-msgid "Authentication is required for an application to inhibit system handling of the suspend key."
-msgstr "Es requereix autenticació perquè una aplicació inhibeixi la gestió de la tecla de suspensió per part del sistema."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the suspend key."
+msgstr ""
+"Es requereix autenticació perquè una aplicació inhibeixi la gestió de la "
+"tecla de suspensió per part del sistema."
#: src/login/org.freedesktop.login1.policy:97
msgid "Allow applications to inhibit system handling of the hibernate key"
-msgstr "Permet a les aplicacions inhibir la gestió de la tecla d'hibernació per part del sistema"
+msgstr ""
+"Permet a les aplicacions inhibir la gestió de la tecla d'hibernació per part "
+"del sistema"
#: src/login/org.freedesktop.login1.policy:98
-msgid "Authentication is required for an application to inhibit system handling of the hibernate key."
-msgstr "Es requereix autenticació perquè una aplicació inhibeixi la gestió de la tecla d'hibernació per part del sistema."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the hibernate key."
+msgstr ""
+"Es requereix autenticació perquè una aplicació inhibeixi la gestió de la "
+"tecla d'hibernació per part del sistema."
#: src/login/org.freedesktop.login1.policy:107
msgid "Allow applications to inhibit system handling of the lid switch"
-msgstr "Permet a les aplicacions la gestió del tancament de la tapa per part del sistema"
+msgstr ""
+"Permet a les aplicacions la gestió del tancament de la tapa per part del "
+"sistema"
#: src/login/org.freedesktop.login1.policy:108
-msgid "Authentication is required for an application to inhibit system handling of the lid switch."
-msgstr "Es requereix autenticació perquè una aplicació inhibeixi la gestió del tancament de la tapa per part del sistema."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the lid switch."
+msgstr ""
+"Es requereix autenticació perquè una aplicació inhibeixi la gestió del "
+"tancament de la tapa per part del sistema."
#: src/login/org.freedesktop.login1.policy:117
#, fuzzy
msgid "Allow applications to inhibit system handling of the reboot key"
-msgstr "Permet a les aplicacions inhibir la gestió de la tecla d'encesa per part del sistema"
+msgstr ""
+"Permet a les aplicacions inhibir la gestió de la tecla d'encesa per part del "
+"sistema"
#: src/login/org.freedesktop.login1.policy:118
#, fuzzy
-msgid "Authentication is required for an application to inhibit system handling of the reboot key."
-msgstr "Es requereix autenticació perquè una aplicació inhibeixi la gestió de la tecla d'encesa per part del sistema."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the reboot key."
+msgstr ""
+"Es requereix autenticació perquè una aplicació inhibeixi la gestió de la "
+"tecla d'encesa per part del sistema."
#: src/login/org.freedesktop.login1.policy:128
msgid "Allow non-logged-in user to run programs"
@@ -445,7 +528,9 @@ msgstr "Permet a l'usuari sense inici de sessió executar programes"
#: src/login/org.freedesktop.login1.policy:129
msgid "Explicit request is required to run programs as a non-logged-in user."
-msgstr "Es requereix una sol·licitud explícita per executar programes com a usuari sense inici de sessió."
+msgstr ""
+"Es requereix una sol·licitud explícita per executar programes com a usuari "
+"sense inici de sessió."
#: src/login/org.freedesktop.login1.policy:138
msgid "Allow non-logged-in users to run programs"
@@ -453,7 +538,9 @@ msgstr "Permet als usuaris sense inici de sessió executar programes"
#: src/login/org.freedesktop.login1.policy:139
msgid "Authentication is required to run programs as a non-logged-in user."
-msgstr "Es requereix una sol·licitud explícita per executar programes com a usuari sense inici de sessió."
+msgstr ""
+"Es requereix una sol·licitud explícita per executar programes com a usuari "
+"sense inici de sessió."
#: src/login/org.freedesktop.login1.policy:148
msgid "Allow attaching devices to seats"
@@ -461,7 +548,8 @@ msgstr "Permet l'annexió de dispositius als llocs de treball"
#: src/login/org.freedesktop.login1.policy:149
msgid "Authentication is required to attach a device to a seat."
-msgstr "Es requereix autenticació per annexar un dispositiu a un lloc de treball."
+msgstr ""
+"Es requereix autenticació per annexar un dispositiu a un lloc de treball."
#: src/login/org.freedesktop.login1.policy:159
msgid "Flush device to seat attachments"
@@ -469,7 +557,9 @@ msgstr "Allibera els dispositius a les annexions dels llocs de treball"
#: src/login/org.freedesktop.login1.policy:160
msgid "Authentication is required to reset how devices are attached to seats."
-msgstr "Es requereix autenticació per restablir com s'annexionen els dispositius als llocs de treball."
+msgstr ""
+"Es requereix autenticació per restablir com s'annexionen els dispositius als "
+"llocs de treball."
#: src/login/org.freedesktop.login1.policy:169
msgid "Power off the system"
@@ -484,16 +574,24 @@ msgid "Power off the system while other users are logged in"
msgstr "Apaga el sistema mentre hi ha altres usuaris amb la sessió iniciada"
#: src/login/org.freedesktop.login1.policy:181
-msgid "Authentication is required to power off the system while other users are logged in."
-msgstr "Es requereix autenticació per apagar el sistema mentre hi ha altres usuaris amb la sessió iniciada."
+msgid ""
+"Authentication is required to power off the system while other users are "
+"logged in."
+msgstr ""
+"Es requereix autenticació per apagar el sistema mentre hi ha altres usuaris "
+"amb la sessió iniciada."
#: src/login/org.freedesktop.login1.policy:191
msgid "Power off the system while an application is inhibiting this"
msgstr "Apaga el sistema mentre hi ha una aplicació que ha demanat inhibir-ho"
#: src/login/org.freedesktop.login1.policy:192
-msgid "Authentication is required to power off the system while an application is inhibiting this."
-msgstr "Es requereix autenticació per apagar el sistema mentre hi ha una aplicació que ha demanat inhibir-ho."
+msgid ""
+"Authentication is required to power off the system while an application is "
+"inhibiting this."
+msgstr ""
+"Es requereix autenticació per apagar el sistema mentre hi ha una aplicació "
+"que ha demanat inhibir-ho."
#: src/login/org.freedesktop.login1.policy:202
msgid "Reboot the system"
@@ -508,16 +606,25 @@ msgid "Reboot the system while other users are logged in"
msgstr "Reinicia el sistema mentre hi ha usuaris amb la sessió iniciada"
#: src/login/org.freedesktop.login1.policy:214
-msgid "Authentication is required to reboot the system while other users are logged in."
-msgstr "Es requereix autenticació per reiniciar el sistema mentre hi ha usuaris amb la sessió iniciada."
+msgid ""
+"Authentication is required to reboot the system while other users are logged "
+"in."
+msgstr ""
+"Es requereix autenticació per reiniciar el sistema mentre hi ha usuaris amb "
+"la sessió iniciada."
#: src/login/org.freedesktop.login1.policy:224
msgid "Reboot the system while an application is inhibiting this"
-msgstr "Reinicia el sistema mentre hi ha una aplicació que ha demanat inhibir-ho"
+msgstr ""
+"Reinicia el sistema mentre hi ha una aplicació que ha demanat inhibir-ho"
#: src/login/org.freedesktop.login1.policy:225
-msgid "Authentication is required to reboot the system while an application is inhibiting this."
-msgstr "Es requereix autenticació per reiniciar el sistema mentre hi ha una aplicació que ha demanat inhibir-ho."
+msgid ""
+"Authentication is required to reboot the system while an application is "
+"inhibiting this."
+msgstr ""
+"Es requereix autenticació per reiniciar el sistema mentre hi ha una "
+"aplicació que ha demanat inhibir-ho."
#: src/login/org.freedesktop.login1.policy:235
msgid "Halt the system"
@@ -532,17 +639,26 @@ msgid "Halt the system while other users are logged in"
msgstr "Atura el sistema mentre hi ha altres usuaris amb la sessió iniciada"
#: src/login/org.freedesktop.login1.policy:247
-msgid "Authentication is required to halt the system while other users are logged in."
-msgstr "Es requereix autenticació per aturar el sistema mentre hi ha altres usuaris amb la sessió iniciada."
+msgid ""
+"Authentication is required to halt the system while other users are logged "
+"in."
+msgstr ""
+"Es requereix autenticació per aturar el sistema mentre hi ha altres usuaris "
+"amb la sessió iniciada."
#: src/login/org.freedesktop.login1.policy:257
msgid "Halt the system while an application is inhibiting this"
-msgstr "Atura el sistema mentre hi ha una aplicació que ha demanat d'inhibir-ho"
+msgstr ""
+"Atura el sistema mentre hi ha una aplicació que ha demanat d'inhibir-ho"
#: src/login/org.freedesktop.login1.policy:258
#, fuzzy
-msgid "Authentication is required to halt the system while an application is inhibiting this."
-msgstr "Es requereix autenticació per hibernar el sistema mentre hi ha una aplicació que ha demanat d'inhibir-ho."
+msgid ""
+"Authentication is required to halt the system while an application is "
+"inhibiting this."
+msgstr ""
+"Es requereix autenticació per hibernar el sistema mentre hi ha una aplicació "
+"que ha demanat d'inhibir-ho."
#: src/login/org.freedesktop.login1.policy:268
msgid "Suspend the system"
@@ -557,16 +673,25 @@ msgid "Suspend the system while other users are logged in"
msgstr "Suspèn el sistema mentre hi ha altres usuaris amb la sessió iniciada"
#: src/login/org.freedesktop.login1.policy:279
-msgid "Authentication is required to suspend the system while other users are logged in."
-msgstr "Es requereix autenticació per reiniciar el sistema mentre hi ha altres usuaris amb la sessió iniciada."
+msgid ""
+"Authentication is required to suspend the system while other users are "
+"logged in."
+msgstr ""
+"Es requereix autenticació per reiniciar el sistema mentre hi ha altres "
+"usuaris amb la sessió iniciada."
#: src/login/org.freedesktop.login1.policy:289
msgid "Suspend the system while an application is inhibiting this"
-msgstr "Suspèn el sistema mentre hi ha una aplicació que ha demanat d'inhibir-ho"
+msgstr ""
+"Suspèn el sistema mentre hi ha una aplicació que ha demanat d'inhibir-ho"
#: src/login/org.freedesktop.login1.policy:290
-msgid "Authentication is required to suspend the system while an application is inhibiting this."
-msgstr "Es requereix autenticació per suspendre el sistema mentre hi ha una aplicació que ha demanat d'inhibir-ho."
+msgid ""
+"Authentication is required to suspend the system while an application is "
+"inhibiting this."
+msgstr ""
+"Es requereix autenticació per suspendre el sistema mentre hi ha una "
+"aplicació que ha demanat d'inhibir-ho."
#: src/login/org.freedesktop.login1.policy:300
msgid "Hibernate the system"
@@ -581,16 +706,25 @@ msgid "Hibernate the system while other users are logged in"
msgstr "Hiberna el sistema mentre hi ha altres usuaris amb la sessió iniciada"
#: src/login/org.freedesktop.login1.policy:311
-msgid "Authentication is required to hibernate the system while other users are logged in."
-msgstr "Es requereix autenticació per hibernar el sistema mentre hi ha altres usuaris amb la sessió iniciada."
+msgid ""
+"Authentication is required to hibernate the system while other users are "
+"logged in."
+msgstr ""
+"Es requereix autenticació per hibernar el sistema mentre hi ha altres "
+"usuaris amb la sessió iniciada."
#: src/login/org.freedesktop.login1.policy:321
msgid "Hibernate the system while an application is inhibiting this"
-msgstr "Hiberna el sistema mentre hi ha una aplicació que ha demanat d'inhibir-ho"
+msgstr ""
+"Hiberna el sistema mentre hi ha una aplicació que ha demanat d'inhibir-ho"
#: src/login/org.freedesktop.login1.policy:322
-msgid "Authentication is required to hibernate the system while an application is inhibiting this."
-msgstr "Es requereix autenticació per hibernar el sistema mentre hi ha una aplicació que ha demanat d'inhibir-ho."
+msgid ""
+"Authentication is required to hibernate the system while an application is "
+"inhibiting this."
+msgstr ""
+"Es requereix autenticació per hibernar el sistema mentre hi ha una aplicació "
+"que ha demanat d'inhibir-ho."
#: src/login/org.freedesktop.login1.policy:332
msgid "Manage active sessions, users and seats"
@@ -598,7 +732,9 @@ msgstr "Gestiona les sessions, usuaris i llocs de treball actius"
#: src/login/org.freedesktop.login1.policy:333
msgid "Authentication is required to manage active sessions, users and seats."
-msgstr "Es requereix autenticació per gestionar les sessions, usuaris i llocs de treball actius."
+msgstr ""
+"Es requereix autenticació per gestionar les sessions, usuaris i llocs de "
+"treball actius."
#: src/login/org.freedesktop.login1.policy:342
msgid "Lock or unlock active sessions"
@@ -606,7 +742,8 @@ msgstr "Bloqueja o desbloqueja les sessions actives"
#: src/login/org.freedesktop.login1.policy:343
msgid "Authentication is required to lock or unlock active sessions."
-msgstr "Es requereix autenticació per bloquejar o desbloquejar les sessions actives."
+msgstr ""
+"Es requereix autenticació per bloquejar o desbloquejar les sessions actives."
#: src/login/org.freedesktop.login1.policy:352
msgid "Set the reboot \"reason\" in the kernel"
@@ -620,11 +757,17 @@ msgstr "Es requereix autenticació per establir la zona horària del sistema."
#: src/login/org.freedesktop.login1.policy:363
#, fuzzy
msgid "Indicate to the firmware to boot to setup interface"
-msgstr "Permet la indicació al microprogramari en l'arrencada perquè prepari la interfície"
+msgstr ""
+"Permet la indicació al microprogramari en l'arrencada perquè prepari la "
+"interfície"
#: src/login/org.freedesktop.login1.policy:364
-msgid "Authentication is required to indicate to the firmware to boot to setup interface."
-msgstr "Es requereix autenticació per indicar al microprogramari en l'arrencada perquè prepari la interfície."
+msgid ""
+"Authentication is required to indicate to the firmware to boot to setup "
+"interface."
+msgstr ""
+"Es requereix autenticació per indicar al microprogramari en l'arrencada "
+"perquè prepari la interfície."
#: src/login/org.freedesktop.login1.policy:374
msgid "Indicate to the boot loader to boot to the boot loader menu"
@@ -632,8 +775,12 @@ msgstr ""
#: src/login/org.freedesktop.login1.policy:375
#, fuzzy
-msgid "Authentication is required to indicate to the boot loader to boot to the boot loader menu."
-msgstr "Es requereix autenticació per indicar al microprogramari en l'arrencada perquè prepari la interfície."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot to the "
+"boot loader menu."
+msgstr ""
+"Es requereix autenticació per indicar al microprogramari en l'arrencada "
+"perquè prepari la interfície."
#: src/login/org.freedesktop.login1.policy:385
msgid "Indicate to the boot loader to boot a specific entry"
@@ -641,8 +788,12 @@ msgstr ""
#: src/login/org.freedesktop.login1.policy:386
#, fuzzy
-msgid "Authentication is required to indicate to the boot loader to boot into a specific boot loader entry."
-msgstr "Es requereix autenticació per indicar al microprogramari en l'arrencada perquè prepari la interfície."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot into a "
+"specific boot loader entry."
+msgstr ""
+"Es requereix autenticació per indicar al microprogramari en l'arrencada "
+"perquè prepari la interfície."
#: src/login/org.freedesktop.login1.policy:396
msgid "Set a wall message"
@@ -683,7 +834,8 @@ msgstr "Adquireix un shell en un contenidor local"
#: src/machine/org.freedesktop.machine1.policy:43
msgid "Authentication is required to acquire a shell in a local container."
-msgstr "Es requereix autenticació per adquirir un shell en un contenidor local."
+msgstr ""
+"Es requereix autenticació per adquirir un shell en un contenidor local."
#: src/machine/org.freedesktop.machine1.policy:53
msgid "Acquire a shell on the local host"
@@ -698,8 +850,10 @@ msgid "Acquire a pseudo TTY in a local container"
msgstr "Adquireix un pseudo TTY en un contenidor local"
#: src/machine/org.freedesktop.machine1.policy:65
-msgid "Authentication is required to acquire a pseudo TTY in a local container."
-msgstr "Es requereix autenticació per adquirir un pseudo TTY en un contenidor local."
+msgid ""
+"Authentication is required to acquire a pseudo TTY in a local container."
+msgstr ""
+"Es requereix autenticació per adquirir un pseudo TTY en un contenidor local."
#: src/machine/org.freedesktop.machine1.policy:74
msgid "Acquire a pseudo TTY on the local host"
@@ -707,23 +861,31 @@ msgstr "Adquireix un pseudo TTY a l'amfitrió local"
#: src/machine/org.freedesktop.machine1.policy:75
msgid "Authentication is required to acquire a pseudo TTY on the local host."
-msgstr "Es requereix autenticació per adquirir un pseudo TTY a l'amfitrió local."
+msgstr ""
+"Es requereix autenticació per adquirir un pseudo TTY a l'amfitrió local."
#: src/machine/org.freedesktop.machine1.policy:84
msgid "Manage local virtual machines and containers"
msgstr "Gestiona les màquines virtuals i els contenidors locals "
#: src/machine/org.freedesktop.machine1.policy:85
-msgid "Authentication is required to manage local virtual machines and containers."
-msgstr "Es requereix autenticació per gestionar les màquines virtuals i els contenidors locals."
+msgid ""
+"Authentication is required to manage local virtual machines and containers."
+msgstr ""
+"Es requereix autenticació per gestionar les màquines virtuals i els "
+"contenidors locals."
#: src/machine/org.freedesktop.machine1.policy:95
msgid "Manage local virtual machine and container images"
msgstr "Gestiona les màquines virtuals i les imatges dels contenidors locals"
#: src/machine/org.freedesktop.machine1.policy:96
-msgid "Authentication is required to manage local virtual machine and container images."
-msgstr "Es requereix autenticació per gestionar les màquines virtuals i les imatges dels contenidors locals."
+msgid ""
+"Authentication is required to manage local virtual machine and container "
+"images."
+msgstr ""
+"Es requereix autenticació per gestionar les màquines virtuals i les imatges "
+"dels contenidors locals."
#: src/network/org.freedesktop.network1.policy:22
msgid "Set NTP servers"
@@ -821,7 +983,8 @@ msgstr ""
#: src/resolve/org.freedesktop.resolve1.policy:122
#, fuzzy
msgid "Authentication is required to set DNSSEC Negative Trust Anchors."
-msgstr "Es requereix autenticació per establir la configuració regional del sistema."
+msgstr ""
+"Es requereix autenticació per establir la configuració regional del sistema."
#: src/network/org.freedesktop.network1.policy:121
msgid "Revert NTP settings"
@@ -884,7 +1047,9 @@ msgstr ""
#: src/portable/org.freedesktop.portable1.policy:14
#, fuzzy
msgid "Authentication is required to inspect a portable service image."
-msgstr "Es requereix autenticació per importar una màquina virtual o una imatge de contenidor"
+msgstr ""
+"Es requereix autenticació per importar una màquina virtual o una imatge de "
+"contenidor"
#: src/portable/org.freedesktop.portable1.policy:23
msgid "Attach or detach a portable service image"
@@ -892,8 +1057,10 @@ msgstr ""
#: src/portable/org.freedesktop.portable1.policy:24
#, fuzzy
-msgid "Authentication is required to attach or detach a portable service image."
-msgstr "Es requereix autenticació per annexar un dispositiu a un lloc de treball."
+msgid ""
+"Authentication is required to attach or detach a portable service image."
+msgstr ""
+"Es requereix autenticació per annexar un dispositiu a un lloc de treball."
#: src/portable/org.freedesktop.portable1.policy:34
msgid "Delete or modify portable service image"
@@ -901,8 +1068,11 @@ msgstr ""
#: src/portable/org.freedesktop.portable1.policy:35
#, fuzzy
-msgid "Authentication is required to delete or modify a portable service image."
-msgstr "Es requereix autenticació per baixar una màquina virtual o una imatge de contenidor"
+msgid ""
+"Authentication is required to delete or modify a portable service image."
+msgstr ""
+"Es requereix autenticació per baixar una màquina virtual o una imatge de "
+"contenidor"
#: src/resolve/org.freedesktop.resolve1.policy:22
msgid "Register a DNS-SD service"
@@ -927,7 +1097,8 @@ msgstr ""
#: src/resolve/org.freedesktop.resolve1.policy:133
#, fuzzy
msgid "Authentication is required to reset name resolution settings."
-msgstr "Es requereix autenticació per establir els ajusts del teclat del sistema."
+msgstr ""
+"Es requereix autenticació per establir els ajusts del teclat del sistema."
#: src/timedate/org.freedesktop.timedate1.policy:22
msgid "Set system time"
@@ -950,58 +1121,75 @@ msgid "Set RTC to local timezone or UTC"
msgstr "Estableix el rellotge del sistema a la zona horària local o de l'UTC"
#: src/timedate/org.freedesktop.timedate1.policy:44
-msgid "Authentication is required to control whether the RTC stores the local or UTC time."
-msgstr "Es requereix autenticació per controlar si el rellotge del sistema emmagatzema l'hora local o l'UTC."
+msgid ""
+"Authentication is required to control whether the RTC stores the local or "
+"UTC time."
+msgstr ""
+"Es requereix autenticació per controlar si el rellotge del sistema "
+"emmagatzema l'hora local o l'UTC."
#: src/timedate/org.freedesktop.timedate1.policy:53
msgid "Turn network time synchronization on or off"
msgstr "Activa o desactiva la sincronització de l'hora de xarxa"
#: src/timedate/org.freedesktop.timedate1.policy:54
-msgid "Authentication is required to control whether network time synchronization shall be enabled."
-msgstr "Es requereix autenticació per controlar si s'ha d'activar la sincronització de l'hora de xarxa."
+msgid ""
+"Authentication is required to control whether network time synchronization "
+"shall be enabled."
+msgstr ""
+"Es requereix autenticació per controlar si s'ha d'activar la sincronització "
+"de l'hora de xarxa."
-#: src/core/dbus-unit.c:364
+#: src/core/dbus-unit.c:352
msgid "Authentication is required to start '$(unit)'."
msgstr "Es requereix autenticació per iniciar «$(unit)»."
-#: src/core/dbus-unit.c:365
+#: src/core/dbus-unit.c:353
msgid "Authentication is required to stop '$(unit)'."
msgstr "Es requereix autenticació per aturar «$(unit)»."
-#: src/core/dbus-unit.c:366
+#: src/core/dbus-unit.c:354
msgid "Authentication is required to reload '$(unit)'."
msgstr "Es requereix autenticació per tornar a carregar «$(unit)»."
-#: src/core/dbus-unit.c:367 src/core/dbus-unit.c:368
+#: src/core/dbus-unit.c:355 src/core/dbus-unit.c:356
msgid "Authentication is required to restart '$(unit)'."
msgstr "Es requereix autenticació per reiniciar «$(unit)»."
-#: src/core/dbus-unit.c:565
+#: src/core/dbus-unit.c:553
#, fuzzy
-msgid "Authentication is required to send a UNIX signal to the processes of '$(unit)'."
+msgid ""
+"Authentication is required to send a UNIX signal to the processes of "
+"'$(unit)'."
msgstr "Es requereix autenticació per establir les propietats a «$(unit)»."
-#: src/core/dbus-unit.c:595
+#: src/core/dbus-unit.c:583
msgid "Authentication is required to reset the \"failed\" state of '$(unit)'."
msgstr "Es requereix autenticació per restablir l'estat «failed» de «$(unit)»."
-#: src/core/dbus-unit.c:627
+#: src/core/dbus-unit.c:615
msgid "Authentication is required to set properties on '$(unit)'."
msgstr "Es requereix autenticació per establir les propietats a «$(unit)»."
-#: src/core/dbus-unit.c:728
+#: src/core/dbus-unit.c:716
#, fuzzy
-msgid "Authentication is required to delete files and directories associated with '$(unit)'."
+msgid ""
+"Authentication is required to delete files and directories associated with "
+"'$(unit)'."
msgstr "Es requereix autenticació per restablir l'estat «failed» de «$(unit)»."
-#: src/core/dbus-unit.c:776
+#: src/core/dbus-unit.c:764
#, fuzzy
-msgid "Authentication is required to freeze or thaw the processes of '$(unit)' unit."
+msgid ""
+"Authentication is required to freeze or thaw the processes of '$(unit)' unit."
msgstr "Es requereix autenticació per restablir l'estat «failed» de «$(unit)»."
-#~ msgid "Authentication is required to halt the system while an application asked to inhibit it."
-#~ msgstr "Es requereix autenticació per aturar el sistema mentre hi ha una aplicació que ha demanat d'inhibir-ho."
+#~ msgid ""
+#~ "Authentication is required to halt the system while an application asked "
+#~ "to inhibit it."
+#~ msgstr ""
+#~ "Es requereix autenticació per aturar el sistema mentre hi ha una "
+#~ "aplicació que ha demanat d'inhibir-ho."
#~ msgid "Authentication is required to kill '$(unit)'."
#~ msgstr "Es requereix autenticació per matar «$(unit)»."
diff --git a/po/cs.po b/po/cs.po
index 8637881e530..49fa0002fcb 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-07-14 10:32+0100\n"
+"POT-Creation-Date: 2023-11-14 21:25+0000\n"
"PO-Revision-Date: 2023-09-19 14:35+0000\n"
"Last-Translator: Daniel Rusek <mail@asciiwolf.com>\n"
"Language-Team: Czech <https://translate.fedoraproject.org/projects/systemd/"
@@ -25,7 +25,8 @@ msgid "Send passphrase back to system"
msgstr "Odeslat heslo zpět do systému"
#: src/core/org.freedesktop.systemd1.policy.in:23
-msgid "Authentication is required to send the entered passphrase back to the system."
+msgid ""
+"Authentication is required to send the entered passphrase back to the system."
msgstr "Pro odeslání zadaného hesla do systému je vyžadováno ověření."
#: src/core/org.freedesktop.systemd1.policy.in:33
@@ -34,7 +35,8 @@ msgstr "Spravovat systémové služby nebo další jednotky"
#: src/core/org.freedesktop.systemd1.policy.in:34
msgid "Authentication is required to manage system services or other units."
-msgstr "Pro správu systémových služeb nebo dalších jednotek je vyžadováno ověření."
+msgstr ""
+"Pro správu systémových služeb nebo dalších jednotek je vyžadováno ověření."
#: src/core/org.freedesktop.systemd1.policy.in:43
msgid "Manage system service or unit files"
@@ -42,15 +44,20 @@ msgstr "Spravovat systémové služby nebo soubory jednotek"
#: src/core/org.freedesktop.systemd1.policy.in:44
msgid "Authentication is required to manage system service or unit files."
-msgstr "Pro správu systémových služeb nebo souborů jednotek je vyžadováno ověření."
+msgstr ""
+"Pro správu systémových služeb nebo souborů jednotek je vyžadováno ověření."
#: src/core/org.freedesktop.systemd1.policy.in:54
msgid "Set or unset system and service manager environment variables"
msgstr "Nastavit nebo rušit proměnné správce systému a služeb"
#: src/core/org.freedesktop.systemd1.policy.in:55
-msgid "Authentication is required to set or unset system and service manager environment variables."
-msgstr "Pro nastavení nebo rušení proměnných správce systému a služeb je vyžadováno ověření."
+msgid ""
+"Authentication is required to set or unset system and service manager "
+"environment variables."
+msgstr ""
+"Pro nastavení nebo rušení proměnných správce systému a služeb je vyžadováno "
+"ověření."
#: src/core/org.freedesktop.systemd1.policy.in:64
msgid "Reload the systemd state"
@@ -65,8 +72,11 @@ msgid "Dump the systemd state without rate limits"
msgstr "Vypsat stav systemd bez omezení četnosti"
#: src/core/org.freedesktop.systemd1.policy.in:75
-msgid "Authentication is required to dump the systemd state without rate limits."
-msgstr "Pro opětovné načtení stavu systemd bez omezení četnosti je vyžadováno ověření."
+msgid ""
+"Authentication is required to dump the systemd state without rate limits."
+msgstr ""
+"Pro opětovné načtení stavu systemd bez omezení četnosti je vyžadováno "
+"ověření."
#: src/home/org.freedesktop.home1.policy:13
msgid "Create a home area"
@@ -89,8 +99,11 @@ msgid "Check credentials of a home area"
msgstr "Zkontrolovat pověření domovského adresáře"
#: src/home/org.freedesktop.home1.policy:34
-msgid "Authentication is required to check credentials against a user's home area."
-msgstr "Pro kontrolu pověření proti domovskému adresáři uživatele je vyžadováno ověření."
+msgid ""
+"Authentication is required to check credentials against a user's home area."
+msgstr ""
+"Pro kontrolu pověření proti domovskému adresáři uživatele je vyžadováno "
+"ověření."
#: src/home/org.freedesktop.home1.policy:43
msgid "Update a home area"
@@ -106,19 +119,23 @@ msgstr "Změnit velikost domovského adresáře"
#: src/home/org.freedesktop.home1.policy:54
msgid "Authentication is required to resize a user's home area."
-msgstr "Pro změnu velikosti domovského adresáře uživatele je vyžadováno ověření."
+msgstr ""
+"Pro změnu velikosti domovského adresáře uživatele je vyžadováno ověření."
#: src/home/org.freedesktop.home1.policy:63
msgid "Change password of a home area"
msgstr "Změnit heslo domovského adresáře"
#: src/home/org.freedesktop.home1.policy:64
-msgid "Authentication is required to change the password of a user's home area."
+msgid ""
+"Authentication is required to change the password of a user's home area."
msgstr "Pro změnu hesla domovského adresáře uživatele je vyžadováno ověření."
#: src/home/pam_systemd_home.c:287
#, c-format
-msgid "Home of user %s is currently absent, please plug in the necessary storage device or backing file system."
+msgid ""
+"Home of user %s is currently absent, please plug in the necessary storage "
+"device or backing file system."
msgstr ""
"Domovská složka uživatele %s v tuto chvíli není dostupná, připojte prosím "
"potřebné úložné zařízení nebo záložní souborový systém."
@@ -126,7 +143,8 @@ msgstr ""
#: src/home/pam_systemd_home.c:292
#, c-format
msgid "Too frequent login attempts for user %s, try again later."
-msgstr "Příliš časté pokusy o přihlášení uživatele %s, zkuste to znovu později."
+msgstr ""
+"Příliš časté pokusy o přihlášení uživatele %s, zkuste to znovu později."
#: src/home/pam_systemd_home.c:304
msgid "Password: "
@@ -147,7 +165,9 @@ msgstr "Obnovovací klíč: "
#: src/home/pam_systemd_home.c:331
#, c-format
-msgid "Password/recovery key incorrect or not sufficient for authentication of user %s."
+msgid ""
+"Password/recovery key incorrect or not sufficient for authentication of user "
+"%s."
msgstr ""
"Heslo/obnovovací klíč jsou nesprávné nebo nedostatečné pro ověření uživatele "
"%s."
@@ -167,7 +187,9 @@ msgstr "Zkuste znovu s heslem: "
#: src/home/pam_systemd_home.c:355
#, c-format
-msgid "Password incorrect or not sufficient, and configured security token of user %s not inserted."
+msgid ""
+"Password incorrect or not sufficient, and configured security token of user "
+"%s not inserted."
msgstr ""
"Nesprávné nebo nedostatečné heslo a není vložen nakonfigurovaný bezpečnostní "
"token uživatele %s."
@@ -192,7 +214,9 @@ msgid "Please verify user on security token of user %s."
msgstr "Ověřte prosím uživatele na bezpečnostním tokenu uživatele %s."
#: src/home/pam_systemd_home.c:424
-msgid "Security token PIN is locked, please unlock it first. (Hint: Removal and re-insertion might suffice.)"
+msgid ""
+"Security token PIN is locked, please unlock it first. (Hint: Removal and re-"
+"insertion might suffice.)"
msgstr ""
"PIN bezpečnostního tokenu je uzamčen, nejprve jej prosím odemkněte. (Tip: "
"Vyjmutí a opětovné vložení může stačit.)"
@@ -293,8 +317,12 @@ msgid "Set static hostname"
msgstr "Nastavit statický název stroje"
#: src/hostname/org.freedesktop.hostname1.policy:31
-msgid "Authentication is required to set the statically configured local hostname, as well as the pretty hostname."
-msgstr "Pro nastavení staticky konfigurovaného názvu lokálního stroje, stejně tak pro změnu uživatelsky přívětivého jména je vyžadováno ověření."
+msgid ""
+"Authentication is required to set the statically configured local hostname, "
+"as well as the pretty hostname."
+msgstr ""
+"Pro nastavení staticky konfigurovaného názvu lokálního stroje, stejně tak "
+"pro změnu uživatelsky přívětivého jména je vyžadováno ověření."
#: src/hostname/org.freedesktop.hostname1.policy:41
msgid "Set machine information"
@@ -334,7 +362,8 @@ msgstr "Importovat obraz virtuální stroje nebo kontejneru"
#: src/import/org.freedesktop.import1.policy:23
msgid "Authentication is required to import a VM or container image"
-msgstr "Pro import obrazu virtuálního stroje nebo kontejneru je vyžadováno ověření"
+msgstr ""
+"Pro import obrazu virtuálního stroje nebo kontejneru je vyžadováno ověření"
#: src/import/org.freedesktop.import1.policy:32
msgid "Export a VM or container image"
@@ -342,7 +371,8 @@ msgstr "Exportovat obraz virtuálního stroje nebo kontejneru"
#: src/import/org.freedesktop.import1.policy:33
msgid "Authentication is required to export a VM or container image"
-msgstr "Pro export obrazu virtuálního stroje nebo kontejneru je vyžadováno ověření"
+msgstr ""
+"Pro export obrazu virtuálního stroje nebo kontejneru je vyžadováno ověření"
#: src/import/org.freedesktop.import1.policy:42
msgid "Download a VM or container image"
@@ -350,7 +380,8 @@ msgstr "Stáhnout obraz virtuálního stroje nebo kontejneru"
#: src/import/org.freedesktop.import1.policy:43
msgid "Authentication is required to download a VM or container image"
-msgstr "Pro stažení obrazu virtuálního stroje nebo kontejneru je vyžadováno ověření"
+msgstr ""
+"Pro stažení obrazu virtuálního stroje nebo kontejneru je vyžadováno ověření"
#: src/locale/org.freedesktop.locale1.policy:22
msgid "Set system locale"
@@ -373,7 +404,8 @@ msgid "Allow applications to inhibit system shutdown"
msgstr "Povolit aplikacím zakázat vypnutí systému"
#: src/login/org.freedesktop.login1.policy:23
-msgid "Authentication is required for an application to inhibit system shutdown."
+msgid ""
+"Authentication is required for an application to inhibit system shutdown."
msgstr "Pro povolení aplikacím zakázat vypnutí systému je vyžadováno ověření."
#: src/login/org.freedesktop.login1.policy:33
@@ -405,48 +437,77 @@ msgid "Allow applications to inhibit automatic system suspend"
msgstr "Povolit aplikacím zakázat automatické vypnutí systému"
#: src/login/org.freedesktop.login1.policy:66
-msgid "Authentication is required for an application to inhibit automatic system suspend."
-msgstr "Pro povolení aplikacím zakázat automatické vypnutí systému je vyžadováno ověření."
+msgid ""
+"Authentication is required for an application to inhibit automatic system "
+"suspend."
+msgstr ""
+"Pro povolení aplikacím zakázat automatické vypnutí systému je vyžadováno "
+"ověření."
#: src/login/org.freedesktop.login1.policy:75
msgid "Allow applications to inhibit system handling of the power key"
-msgstr "Povolit aplikacím zakázat chovaní systému na stisknutí vypínacího tlačítka"
+msgstr ""
+"Povolit aplikacím zakázat chovaní systému na stisknutí vypínacího tlačítka"
#: src/login/org.freedesktop.login1.policy:76
-msgid "Authentication is required for an application to inhibit system handling of the power key."
-msgstr "Pro povolení aplikacím zakázat chovaní systému na stisknutí vypínacího tlačítka je vyžadováno ověření."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the power key."
+msgstr ""
+"Pro povolení aplikacím zakázat chovaní systému na stisknutí vypínacího "
+"tlačítka je vyžadováno ověření."
#: src/login/org.freedesktop.login1.policy:86
msgid "Allow applications to inhibit system handling of the suspend key"
-msgstr "Povolit aplikacím zakázat chovaní systému na stisknutí uspávacího tlačítka"
+msgstr ""
+"Povolit aplikacím zakázat chovaní systému na stisknutí uspávacího tlačítka"
#: src/login/org.freedesktop.login1.policy:87
-msgid "Authentication is required for an application to inhibit system handling of the suspend key."
-msgstr "Pro povolení aplikacím zakázat chovaní systému na stisknutí uspávacího tlačítka je vyžadováno ověření."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the suspend key."
+msgstr ""
+"Pro povolení aplikacím zakázat chovaní systému na stisknutí uspávacího "
+"tlačítka je vyžadováno ověření."
#: src/login/org.freedesktop.login1.policy:97
msgid "Allow applications to inhibit system handling of the hibernate key"
-msgstr "Povolit aplikacím zakázat chovaní systému na stisknutí tlačítka hibernace"
+msgstr ""
+"Povolit aplikacím zakázat chovaní systému na stisknutí tlačítka hibernace"
#: src/login/org.freedesktop.login1.policy:98
-msgid "Authentication is required for an application to inhibit system handling of the hibernate key."
-msgstr "Pro povolení aplikacím zakázat chovaní systému na stisknutí tlačítka hibernace je vyžadováno ověření."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the hibernate key."
+msgstr ""
+"Pro povolení aplikacím zakázat chovaní systému na stisknutí tlačítka "
+"hibernace je vyžadováno ověření."
#: src/login/org.freedesktop.login1.policy:107
msgid "Allow applications to inhibit system handling of the lid switch"
msgstr "Povolit aplikacím zakázat chovaní systému na zavření víka"
#: src/login/org.freedesktop.login1.policy:108
-msgid "Authentication is required for an application to inhibit system handling of the lid switch."
-msgstr "Pro povolení aplikacím zakázat chovaní systému na zavření víka je vyžadováno ověření."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the lid switch."
+msgstr ""
+"Pro povolení aplikacím zakázat chovaní systému na zavření víka je vyžadováno "
+"ověření."
#: src/login/org.freedesktop.login1.policy:117
msgid "Allow applications to inhibit system handling of the reboot key"
-msgstr "Povolit aplikacím zakázat chovaní systému na stisknutí restartovacího tlačítka"
+msgstr ""
+"Povolit aplikacím zakázat chovaní systému na stisknutí restartovacího "
+"tlačítka"
#: src/login/org.freedesktop.login1.policy:118
-msgid "Authentication is required for an application to inhibit system handling of the reboot key."
-msgstr "Pro povolení aplikacím zakázat chovaní systému na stisknutí restartovacího tlačítka je vyžadováno ověření."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the reboot key."
+msgstr ""
+"Pro povolení aplikacím zakázat chovaní systému na stisknutí restartovacího "
+"tlačítka je vyžadováno ověření."
#: src/login/org.freedesktop.login1.policy:128
msgid "Allow non-logged-in user to run programs"
@@ -454,7 +515,8 @@ msgstr "Povolit nepřihlášenému uživateli spouštět programy"
#: src/login/org.freedesktop.login1.policy:129
msgid "Explicit request is required to run programs as a non-logged-in user."
-msgstr "Ke spuštění programů jako nepřihlášený uživatel je třeba speciální požadavek."
+msgstr ""
+"Ke spuštění programů jako nepřihlášený uživatel je třeba speciální požadavek."
#: src/login/org.freedesktop.login1.policy:138
msgid "Allow non-logged-in users to run programs"
@@ -478,7 +540,9 @@ msgstr "Odstranit přiřazení zařízení ke stanovištím"
#: src/login/org.freedesktop.login1.policy:160
msgid "Authentication is required to reset how devices are attached to seats."
-msgstr "Pro resetování způsobu jak jsou zařízení přiřazována ke stanovištím je vyžadováno ověření."
+msgstr ""
+"Pro resetování způsobu jak jsou zařízení přiřazována ke stanovištím je "
+"vyžadováno ověření."
#: src/login/org.freedesktop.login1.policy:169
msgid "Power off the system"
@@ -493,16 +557,24 @@ msgid "Power off the system while other users are logged in"
msgstr "Vypnout systém, i když jsou přihlášeni další uživatelé"
#: src/login/org.freedesktop.login1.policy:181
-msgid "Authentication is required to power off the system while other users are logged in."
-msgstr "Pro vypnutí systému, když jsou přihlášeni další uživatelé je vyžadováno ověření."
+msgid ""
+"Authentication is required to power off the system while other users are "
+"logged in."
+msgstr ""
+"Pro vypnutí systému, když jsou přihlášeni další uživatelé je vyžadováno "
+"ověření."
#: src/login/org.freedesktop.login1.policy:191
msgid "Power off the system while an application is inhibiting this"
msgstr "Vypnout systém, i když aplikace požádala o zákaz vypnutí"
#: src/login/org.freedesktop.login1.policy:192
-msgid "Authentication is required to power off the system while an application is inhibiting this."
-msgstr "Pro vypnutí systému, když aplikace požádala o zákaz vypnutí je vyžadováno ověření."
+msgid ""
+"Authentication is required to power off the system while an application is "
+"inhibiting this."
+msgstr ""
+"Pro vypnutí systému, když aplikace požádala o zákaz vypnutí je vyžadováno "
+"ověření."
#: src/login/org.freedesktop.login1.policy:202
msgid "Reboot the system"
@@ -517,16 +589,24 @@ msgid "Reboot the system while other users are logged in"
msgstr "Restartovat systém, i když jsou přihlášeni další uživatelé"
#: src/login/org.freedesktop.login1.policy:214
-msgid "Authentication is required to reboot the system while other users are logged in."
-msgstr "Pro restartování systému, když jsou přihlášeni další uživatelé je vyžadováno ověření."
+msgid ""
+"Authentication is required to reboot the system while other users are logged "
+"in."
+msgstr ""
+"Pro restartování systému, když jsou přihlášeni další uživatelé je vyžadováno "
+"ověření."
#: src/login/org.freedesktop.login1.policy:224
msgid "Reboot the system while an application is inhibiting this"
msgstr "Restartovat systém, i když aplikace požádala o zákaz restartu"
#: src/login/org.freedesktop.login1.policy:225
-msgid "Authentication is required to reboot the system while an application is inhibiting this."
-msgstr "Pro restartování systému, když aplikace požádala o zákaz restartu je vyžadováno ověření."
+msgid ""
+"Authentication is required to reboot the system while an application is "
+"inhibiting this."
+msgstr ""
+"Pro restartování systému, když aplikace požádala o zákaz restartu je "
+"vyžadováno ověření."
#: src/login/org.freedesktop.login1.policy:235
msgid "Halt the system"
@@ -541,16 +621,24 @@ msgid "Halt the system while other users are logged in"
msgstr "Zastavit systém, i když jsou přihlášeni další uživatelé"
#: src/login/org.freedesktop.login1.policy:247
-msgid "Authentication is required to halt the system while other users are logged in."
-msgstr "Pro zastavení systému, když jsou přihlášeni další uživatelé je vyžadováno ověření."
+msgid ""
+"Authentication is required to halt the system while other users are logged "
+"in."
+msgstr ""
+"Pro zastavení systému, když jsou přihlášeni další uživatelé je vyžadováno "
+"ověření."
#: src/login/org.freedesktop.login1.policy:257
msgid "Halt the system while an application is inhibiting this"
msgstr "Zastavit systém, i když aplikace požádala o zákaz zastavení"
#: src/login/org.freedesktop.login1.policy:258
-msgid "Authentication is required to halt the system while an application is inhibiting this."
-msgstr "Pro zastavení systému, když aplikace požádala o zákaz zastavení je vyžadováno ověření."
+msgid ""
+"Authentication is required to halt the system while an application is "
+"inhibiting this."
+msgstr ""
+"Pro zastavení systému, když aplikace požádala o zákaz zastavení je "
+"vyžadováno ověření."
#: src/login/org.freedesktop.login1.policy:268
msgid "Suspend the system"
@@ -565,16 +653,24 @@ msgid "Suspend the system while other users are logged in"
msgstr "Uspat systém, i když jsou přihlášeni další uživatelé"
#: src/login/org.freedesktop.login1.policy:279
-msgid "Authentication is required to suspend the system while other users are logged in."
-msgstr "Pro uspání systému, když jsou přihlášeni další uživatelé je vyžadováno ověření."
+msgid ""
+"Authentication is required to suspend the system while other users are "
+"logged in."
+msgstr ""
+"Pro uspání systému, když jsou přihlášeni další uživatelé je vyžadováno "
+"ověření."
#: src/login/org.freedesktop.login1.policy:289
msgid "Suspend the system while an application is inhibiting this"
msgstr "Uspat systém, i když aplikace požádala o zákaz uspání"
#: src/login/org.freedesktop.login1.policy:290
-msgid "Authentication is required to suspend the system while an application is inhibiting this."
-msgstr "Pro uspání systému, když aplikace požádala o zákaz uspání je vyžadováno ověření."
+msgid ""
+"Authentication is required to suspend the system while an application is "
+"inhibiting this."
+msgstr ""
+"Pro uspání systému, když aplikace požádala o zákaz uspání je vyžadováno "
+"ověření."
#: src/login/org.freedesktop.login1.policy:300
msgid "Hibernate the system"
@@ -589,16 +685,24 @@ msgid "Hibernate the system while other users are logged in"
msgstr "Hibernovat systém, i když jsou přihlášeni další uživatelé"
#: src/login/org.freedesktop.login1.policy:311
-msgid "Authentication is required to hibernate the system while other users are logged in."
-msgstr "Pro hibernaci systému, když jsou přihlášeni další uživatelé je vyžadováno ověření."
+msgid ""
+"Authentication is required to hibernate the system while other users are "
+"logged in."
+msgstr ""
+"Pro hibernaci systému, když jsou přihlášeni další uživatelé je vyžadováno "
+"ověření."
#: src/login/org.freedesktop.login1.policy:321
msgid "Hibernate the system while an application is inhibiting this"
msgstr "Hibernovat systém, i když aplikace požádala o zákaz hibernace"
#: src/login/org.freedesktop.login1.policy:322
-msgid "Authentication is required to hibernate the system while an application is inhibiting this."
-msgstr "Pro hibernaci systému, když aplikace požádala o zákaz hibernace je vyžadováno ověření."
+msgid ""
+"Authentication is required to hibernate the system while an application is "
+"inhibiting this."
+msgstr ""
+"Pro hibernaci systému, když aplikace požádala o zákaz hibernace je "
+"vyžadováno ověření."
#: src/login/org.freedesktop.login1.policy:332
msgid "Manage active sessions, users and seats"
@@ -606,7 +710,8 @@ msgstr "Spravovat aktivní sezení, uživatele a stanoviště"
#: src/login/org.freedesktop.login1.policy:333
msgid "Authentication is required to manage active sessions, users and seats."
-msgstr "Pro správu aktivních sezení, uživatelů a stanovišť je vyžadováno ověření."
+msgstr ""
+"Pro správu aktivních sezení, uživatelů a stanovišť je vyžadováno ověření."
#: src/login/org.freedesktop.login1.policy:342
msgid "Lock or unlock active sessions"
@@ -629,24 +734,34 @@ msgid "Indicate to the firmware to boot to setup interface"
msgstr "Indikovat firmwaru, aby bootoval do instalačního prostředí"
#: src/login/org.freedesktop.login1.policy:364
-msgid "Authentication is required to indicate to the firmware to boot to setup interface."
-msgstr "K indikaci firmwaru, aby bootoval do instalačního prostředí je vyžadováno ověření."
+msgid ""
+"Authentication is required to indicate to the firmware to boot to setup "
+"interface."
+msgstr ""
+"K indikaci firmwaru, aby bootoval do instalačního prostředí je vyžadováno "
+"ověření."
#: src/login/org.freedesktop.login1.policy:374
msgid "Indicate to the boot loader to boot to the boot loader menu"
msgstr "Indikovat zavaděči, aby bootoval do menu zavaděče"
#: src/login/org.freedesktop.login1.policy:375
-msgid "Authentication is required to indicate to the boot loader to boot to the boot loader menu."
-msgstr "K indikaci zavaděči, aby bootoval do menu zavaděče je vyžadováno ověření."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot to the "
+"boot loader menu."
+msgstr ""
+"K indikaci zavaděči, aby bootoval do menu zavaděče je vyžadováno ověření."
#: src/login/org.freedesktop.login1.policy:385
msgid "Indicate to the boot loader to boot a specific entry"
msgstr "Indikovat zavaděči, aby bootoval specifickou položku"
#: src/login/org.freedesktop.login1.policy:386
-msgid "Authentication is required to indicate to the boot loader to boot into a specific boot loader entry."
-msgstr "K indikaci zavaděči, aby bootoval specifickou položku je vyžadováno ověření."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot into a "
+"specific boot loader entry."
+msgstr ""
+"K indikaci zavaděči, aby bootoval specifickou položku je vyžadováno ověření."
#: src/login/org.freedesktop.login1.policy:396
msgid "Set a wall message"
@@ -701,7 +816,8 @@ msgid "Acquire a pseudo TTY in a local container"
msgstr "Získat pseudo TTY v lokálním kontejneru"
#: src/machine/org.freedesktop.machine1.policy:65
-msgid "Authentication is required to acquire a pseudo TTY in a local container."
+msgid ""
+"Authentication is required to acquire a pseudo TTY in a local container."
msgstr "Pro získání pseudo TTY v lokálním kontejneru je vyžadováno ověření."
#: src/machine/org.freedesktop.machine1.policy:74
@@ -717,16 +833,22 @@ msgid "Manage local virtual machines and containers"
msgstr "Spravovat lokální virtuální stroje a kontejnery"
#: src/machine/org.freedesktop.machine1.policy:85
-msgid "Authentication is required to manage local virtual machines and containers."
-msgstr "Pro správu lokálních virtuálních strojů a kontejnerů je vyžadováno ověření."
+msgid ""
+"Authentication is required to manage local virtual machines and containers."
+msgstr ""
+"Pro správu lokálních virtuálních strojů a kontejnerů je vyžadováno ověření."
#: src/machine/org.freedesktop.machine1.policy:95
msgid "Manage local virtual machine and container images"
msgstr "Spravovat lokální obrazy virtuálních strojů a kontejnerů"
#: src/machine/org.freedesktop.machine1.policy:96
-msgid "Authentication is required to manage local virtual machine and container images."
-msgstr "Pro správu obrazů lokálních virtuálních strojů a kontejnerů je vyžadováno ověření."
+msgid ""
+"Authentication is required to manage local virtual machine and container "
+"images."
+msgstr ""
+"Pro správu obrazů lokálních virtuálních strojů a kontejnerů je vyžadováno "
+"ověření."
#: src/network/org.freedesktop.network1.policy:22
msgid "Set NTP servers"
@@ -877,16 +999,20 @@ msgid "Attach or detach a portable service image"
msgstr "Připojit nebo odpojit obraz přenosné služby"
#: src/portable/org.freedesktop.portable1.policy:24
-msgid "Authentication is required to attach or detach a portable service image."
-msgstr "Pro připojení nebo odpojení obrazu přenosné služby je vyžadováno ověření."
+msgid ""
+"Authentication is required to attach or detach a portable service image."
+msgstr ""
+"Pro připojení nebo odpojení obrazu přenosné služby je vyžadováno ověření."
#: src/portable/org.freedesktop.portable1.policy:34
msgid "Delete or modify portable service image"
msgstr "Odstranit nebo upravit obraz přenosné služby"
#: src/portable/org.freedesktop.portable1.policy:35
-msgid "Authentication is required to delete or modify a portable service image."
-msgstr "Pro odstranění nebo úpravu obrazu přenosné služby je vyžadováno ověření."
+msgid ""
+"Authentication is required to delete or modify a portable service image."
+msgstr ""
+"Pro odstranění nebo úpravu obrazu přenosné služby je vyžadováno ověření."
#: src/resolve/org.freedesktop.resolve1.policy:22
msgid "Register a DNS-SD service"
@@ -933,49 +1059,64 @@ msgid "Set RTC to local timezone or UTC"
msgstr "Nastavit RTC na lokální časovou zónu nebo UTC"
#: src/timedate/org.freedesktop.timedate1.policy:44
-msgid "Authentication is required to control whether the RTC stores the local or UTC time."
-msgstr "Pro kontrolu jestli RTC ukládá lokální časovou zónu nebo UTC čas je vyžadováno ověření."
+msgid ""
+"Authentication is required to control whether the RTC stores the local or "
+"UTC time."
+msgstr ""
+"Pro kontrolu jestli RTC ukládá lokální časovou zónu nebo UTC čas je "
+"vyžadováno ověření."
#: src/timedate/org.freedesktop.timedate1.policy:53
msgid "Turn network time synchronization on or off"
msgstr "Zapnout nebo vypnout synchronizaci s časem ze sítě"
#: src/timedate/org.freedesktop.timedate1.policy:54
-msgid "Authentication is required to control whether network time synchronization shall be enabled."
+msgid ""
+"Authentication is required to control whether network time synchronization "
+"shall be enabled."
msgstr "Pro kontrolu synchronizace času ze sítě je vyžadováno ověření."
-#: src/core/dbus-unit.c:364
+#: src/core/dbus-unit.c:352
msgid "Authentication is required to start '$(unit)'."
msgstr "Pro spuštění „$(unit)” je vyžadováno ověření."
-#: src/core/dbus-unit.c:365
+#: src/core/dbus-unit.c:353
msgid "Authentication is required to stop '$(unit)'."
msgstr "Pro vypnutí „$(unit)” je vyžadováno ověření."
-#: src/core/dbus-unit.c:366
+#: src/core/dbus-unit.c:354
msgid "Authentication is required to reload '$(unit)'."
msgstr "Pro opětovné načtení „$(unit)” je vyžadováno ověření."
-#: src/core/dbus-unit.c:367 src/core/dbus-unit.c:368
+#: src/core/dbus-unit.c:355 src/core/dbus-unit.c:356
msgid "Authentication is required to restart '$(unit)'."
msgstr "Pro restart „$(unit)” je vyžadováno ověření."
-#: src/core/dbus-unit.c:565
-msgid "Authentication is required to send a UNIX signal to the processes of '$(unit)'."
+#: src/core/dbus-unit.c:553
+msgid ""
+"Authentication is required to send a UNIX signal to the processes of "
+"'$(unit)'."
msgstr "Pro odeslání UNIX signálu procesům „$(unit)” je vyžadováno ověření."
-#: src/core/dbus-unit.c:595
+#: src/core/dbus-unit.c:583
msgid "Authentication is required to reset the \"failed\" state of '$(unit)'."
msgstr "Pro resetování chybného stavu „$(unit)” je vyžadováno ověření."
-#: src/core/dbus-unit.c:627
+#: src/core/dbus-unit.c:615
msgid "Authentication is required to set properties on '$(unit)'."
msgstr "Pro nastavení vlastností na „$(unit)” je vyžadováno ověření."
-#: src/core/dbus-unit.c:728
-msgid "Authentication is required to delete files and directories associated with '$(unit)'."
-msgstr "Pro odstranění souborů nebo adresářů souvisejících s „$(unit)” je vyžadováno ověření."
+#: src/core/dbus-unit.c:716
+msgid ""
+"Authentication is required to delete files and directories associated with "
+"'$(unit)'."
+msgstr ""
+"Pro odstranění souborů nebo adresářů souvisejících s „$(unit)” je vyžadováno "
+"ověření."
-#: src/core/dbus-unit.c:776
-msgid "Authentication is required to freeze or thaw the processes of '$(unit)' unit."
-msgstr "Pro zmrazení nebo rozmrazení procesů jednotky „$(unit)” je vyžadováno ověření."
+#: src/core/dbus-unit.c:764
+msgid ""
+"Authentication is required to freeze or thaw the processes of '$(unit)' unit."
+msgstr ""
+"Pro zmrazení nebo rozmrazení procesů jednotky „$(unit)” je vyžadováno "
+"ověření."
diff --git a/po/da.po b/po/da.po
index 54dbe9ad9ab..ea8f42d552c 100644
--- a/po/da.po
+++ b/po/da.po
@@ -6,10 +6,11 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-07-14 10:32+0100\n"
+"POT-Creation-Date: 2023-11-14 21:25+0000\n"
"PO-Revision-Date: 2021-06-02 16:03+0000\n"
"Last-Translator: scootergrisen <scootergrisen@gmail.com>\n"
-"Language-Team: Danish <https://translate.fedoraproject.org/projects/systemd/master/da/>\n"
+"Language-Team: Danish <https://translate.fedoraproject.org/projects/systemd/"
+"master/da/>\n"
"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -22,7 +23,8 @@ msgid "Send passphrase back to system"
msgstr "Send adgangskode tilbage til systemet"
#: src/core/org.freedesktop.systemd1.policy.in:23
-msgid "Authentication is required to send the entered passphrase back to the system."
+msgid ""
+"Authentication is required to send the entered passphrase back to the system."
msgstr "Der kræves godkendelse for at sende adgangskode tilbage til systemet."
#: src/core/org.freedesktop.systemd1.policy.in:33
@@ -31,7 +33,8 @@ msgstr "Håndter systemtjenester eller andre enheder"
#: src/core/org.freedesktop.systemd1.policy.in:34
msgid "Authentication is required to manage system services or other units."
-msgstr "Der kræves godkendelse for at håndtere systemtjenester og andre enheder."
+msgstr ""
+"Der kræves godkendelse for at håndtere systemtjenester og andre enheder."
#: src/core/org.freedesktop.systemd1.policy.in:43
msgid "Manage system service or unit files"
@@ -39,15 +42,20 @@ msgstr "Håndter systemtjeneste eller enhedsfiler"
#: src/core/org.freedesktop.systemd1.policy.in:44
msgid "Authentication is required to manage system service or unit files."
-msgstr "Der kræves godkendelse for at håndtere systemtjeneste eller enhedsfiler."
+msgstr ""
+"Der kræves godkendelse for at håndtere systemtjeneste eller enhedsfiler."
#: src/core/org.freedesktop.systemd1.policy.in:54
msgid "Set or unset system and service manager environment variables"
msgstr "Indstil eller fjern system- og tjenesteforvalter miljøvariabler"
#: src/core/org.freedesktop.systemd1.policy.in:55
-msgid "Authentication is required to set or unset system and service manager environment variables."
-msgstr "Der kræves godkendelse for at indstille eller fjerne system- og tjenesteforvalter miljøvariabler."
+msgid ""
+"Authentication is required to set or unset system and service manager "
+"environment variables."
+msgstr ""
+"Der kræves godkendelse for at indstille eller fjerne system- og "
+"tjenesteforvalter miljøvariabler."
#: src/core/org.freedesktop.systemd1.policy.in:64
msgid "Reload the systemd state"
@@ -63,7 +71,8 @@ msgstr ""
#: src/core/org.freedesktop.systemd1.policy.in:75
#, fuzzy
-msgid "Authentication is required to dump the systemd state without rate limits."
+msgid ""
+"Authentication is required to dump the systemd state without rate limits."
msgstr "Der kræves godkendelse for at genindlæse systemd-tilstanden."
#: src/home/org.freedesktop.home1.policy:13
@@ -88,8 +97,11 @@ msgstr "Tjek loginoplysninger for et hjemmeområde"
# https://www.freedesktop.org/software/systemd/man/sd-login.html
#: src/home/org.freedesktop.home1.policy:34
-msgid "Authentication is required to check credentials against a user's home area."
-msgstr "Der kræves godkendelse for at tjekke loginoplysninger mod en brugers hjemmeområde."
+msgid ""
+"Authentication is required to check credentials against a user's home area."
+msgstr ""
+"Der kræves godkendelse for at tjekke loginoplysninger mod en brugers "
+"hjemmeområde."
#: src/home/org.freedesktop.home1.policy:43
msgid "Update a home area"
@@ -106,7 +118,8 @@ msgstr "Tilpas størrelsen på et hjemmeområde"
#: src/home/org.freedesktop.home1.policy:54
msgid "Authentication is required to resize a user's home area."
-msgstr "Der kræves godkendelse for at tilpasse størrelsen på en brugers hjemmeområde."
+msgstr ""
+"Der kræves godkendelse for at tilpasse størrelsen på en brugers hjemmeområde."
#: src/home/org.freedesktop.home1.policy:63
msgid "Change password of a home area"
@@ -114,12 +127,17 @@ msgstr "Skift adgangskode for et hjemmeområde"
# https://www.freedesktop.org/software/systemd/man/sd-login.html
#: src/home/org.freedesktop.home1.policy:64
-msgid "Authentication is required to change the password of a user's home area."
-msgstr "Der kræves godkendelse for at skifte adgangskoden for en brugers hjemmeområde."
+msgid ""
+"Authentication is required to change the password of a user's home area."
+msgstr ""
+"Der kræves godkendelse for at skifte adgangskoden for en brugers "
+"hjemmeområde."
#: src/home/pam_systemd_home.c:287
#, c-format
-msgid "Home of user %s is currently absent, please plug in the necessary storage device or backing file system."
+msgid ""
+"Home of user %s is currently absent, please plug in the necessary storage "
+"device or backing file system."
msgstr ""
#: src/home/pam_systemd_home.c:292
@@ -146,7 +164,9 @@ msgstr ""
#: src/home/pam_systemd_home.c:331
#, c-format
-msgid "Password/recovery key incorrect or not sufficient for authentication of user %s."
+msgid ""
+"Password/recovery key incorrect or not sufficient for authentication of user "
+"%s."
msgstr ""
#: src/home/pam_systemd_home.c:332
@@ -164,7 +184,9 @@ msgstr ""
#: src/home/pam_systemd_home.c:355
#, c-format
-msgid "Password incorrect or not sufficient, and configured security token of user %s not inserted."
+msgid ""
+"Password incorrect or not sufficient, and configured security token of user "
+"%s not inserted."
msgstr ""
#: src/home/pam_systemd_home.c:376
@@ -187,7 +209,9 @@ msgid "Please verify user on security token of user %s."
msgstr ""
#: src/home/pam_systemd_home.c:424
-msgid "Security token PIN is locked, please unlock it first. (Hint: Removal and re-insertion might suffice.)"
+msgid ""
+"Security token PIN is locked, please unlock it first. (Hint: Removal and re-"
+"insertion might suffice.)"
msgstr ""
#: src/home/pam_systemd_home.c:432
@@ -275,8 +299,12 @@ msgid "Set static hostname"
msgstr "Indstil statisk værtsnavn"
#: src/hostname/org.freedesktop.hostname1.policy:31
-msgid "Authentication is required to set the statically configured local hostname, as well as the pretty hostname."
-msgstr "Der kræves godkendelse for at indstille det statisk konfigurerede lokale værtsnavn, lige så vel som det pæne værtsnavn."
+msgid ""
+"Authentication is required to set the statically configured local hostname, "
+"as well as the pretty hostname."
+msgstr ""
+"Der kræves godkendelse for at indstille det statisk konfigurerede lokale "
+"værtsnavn, lige så vel som det pæne værtsnavn."
#: src/hostname/org.freedesktop.hostname1.policy:41
msgid "Set machine information"
@@ -343,7 +371,8 @@ msgstr "Indstil sprogindstillinger for systemet"
#: src/locale/org.freedesktop.locale1.policy:23
msgid "Authentication is required to set the system locale."
-msgstr "Der kræves godkendelse for at indstille sprogindstillinger for systemet."
+msgstr ""
+"Der kræves godkendelse for at indstille sprogindstillinger for systemet."
#: src/locale/org.freedesktop.locale1.policy:33
msgid "Set system keyboard settings"
@@ -351,14 +380,16 @@ msgstr "Indstil tastaturindstillinger for systemet"
#: src/locale/org.freedesktop.locale1.policy:34
msgid "Authentication is required to set the system keyboard settings."
-msgstr "Der kræves godkendelse for at indstille tastaturindstillinger for systemet."
+msgstr ""
+"Der kræves godkendelse for at indstille tastaturindstillinger for systemet."
#: src/login/org.freedesktop.login1.policy:22
msgid "Allow applications to inhibit system shutdown"
msgstr "Tillad programmer at hæmme system nedlukning"
#: src/login/org.freedesktop.login1.policy:23
-msgid "Authentication is required for an application to inhibit system shutdown."
+msgid ""
+"Authentication is required for an application to inhibit system shutdown."
msgstr "Der kræves godkendelse for at et program kan hæmme system nedlukning."
#: src/login/org.freedesktop.login1.policy:33
@@ -367,7 +398,8 @@ msgstr "Tillad programmer at forsinke system nedlukning"
#: src/login/org.freedesktop.login1.policy:34
msgid "Authentication is required for an application to delay system shutdown."
-msgstr "Der kræves godkendelse for at et program kan forsinke system nedlukning."
+msgstr ""
+"Der kræves godkendelse for at et program kan forsinke system nedlukning."
#: src/login/org.freedesktop.login1.policy:44
msgid "Allow applications to inhibit system sleep"
@@ -390,48 +422,71 @@ msgid "Allow applications to inhibit automatic system suspend"
msgstr "Tillad programmer at hæmme automatisk system standby"
#: src/login/org.freedesktop.login1.policy:66
-msgid "Authentication is required for an application to inhibit automatic system suspend."
-msgstr "Der kræves godkendelse for at et program kan hæmme automatisk system standby."
+msgid ""
+"Authentication is required for an application to inhibit automatic system "
+"suspend."
+msgstr ""
+"Der kræves godkendelse for at et program kan hæmme automatisk system standby."
#: src/login/org.freedesktop.login1.policy:75
msgid "Allow applications to inhibit system handling of the power key"
msgstr "Tillad programmer at hæmme systemhåndtering af tænd/sluk-knappen"
#: src/login/org.freedesktop.login1.policy:76
-msgid "Authentication is required for an application to inhibit system handling of the power key."
-msgstr "Der kræves godkendelse for at et program kan hæmme systemhåndtering af tænd/sluk-knappen."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the power key."
+msgstr ""
+"Der kræves godkendelse for at et program kan hæmme systemhåndtering af tænd/"
+"sluk-knappen."
#: src/login/org.freedesktop.login1.policy:86
msgid "Allow applications to inhibit system handling of the suspend key"
msgstr "Tillad programmer at hæmme systemhåndtering af standby-knappen"
#: src/login/org.freedesktop.login1.policy:87
-msgid "Authentication is required for an application to inhibit system handling of the suspend key."
-msgstr "Der kræves godkendelse for at et program kan hæmme systemhåndtering af standby-knappen."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the suspend key."
+msgstr ""
+"Der kræves godkendelse for at et program kan hæmme systemhåndtering af "
+"standby-knappen."
#: src/login/org.freedesktop.login1.policy:97
msgid "Allow applications to inhibit system handling of the hibernate key"
msgstr "Tillad programmer at hæmme systemhåndtering af dvale-knappen"
#: src/login/org.freedesktop.login1.policy:98
-msgid "Authentication is required for an application to inhibit system handling of the hibernate key."
-msgstr "Der kræves godkendelse for at et program kan hæmme systemhåndtering af dvale-knappen."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the hibernate key."
+msgstr ""
+"Der kræves godkendelse for at et program kan hæmme systemhåndtering af dvale-"
+"knappen."
#: src/login/org.freedesktop.login1.policy:107
msgid "Allow applications to inhibit system handling of the lid switch"
msgstr "Tillad programmer at hæmme systemhåndtering af skærmlukning"
#: src/login/org.freedesktop.login1.policy:108
-msgid "Authentication is required for an application to inhibit system handling of the lid switch."
-msgstr "Der kræves godkendelse for at et program kan hæmme systemhåndtering af skærmlukning."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the lid switch."
+msgstr ""
+"Der kræves godkendelse for at et program kan hæmme systemhåndtering af "
+"skærmlukning."
#: src/login/org.freedesktop.login1.policy:117
msgid "Allow applications to inhibit system handling of the reboot key"
msgstr "Tillad programmer at hæmme systemhåndtering af genstart-knappen"
#: src/login/org.freedesktop.login1.policy:118
-msgid "Authentication is required for an application to inhibit system handling of the reboot key."
-msgstr "Der kræves godkendelse for at et program kan hæmme systemhåndtering af genstart-knappen."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the reboot key."
+msgstr ""
+"Der kræves godkendelse for at et program kan hæmme systemhåndtering af "
+"genstart-knappen."
#: src/login/org.freedesktop.login1.policy:128
msgid "Allow non-logged-in user to run programs"
@@ -439,7 +494,9 @@ msgstr "Tillad bruger der ikke er logget ind, at køre programmer"
#: src/login/org.freedesktop.login1.policy:129
msgid "Explicit request is required to run programs as a non-logged-in user."
-msgstr "Der kræves godkendelse for at brugere, som ikke er logget ind, kan køre programmer."
+msgstr ""
+"Der kræves godkendelse for at brugere, som ikke er logget ind, kan køre "
+"programmer."
#: src/login/org.freedesktop.login1.policy:138
msgid "Allow non-logged-in users to run programs"
@@ -447,7 +504,9 @@ msgstr "Tillad brugere der ikke er logget ind, at køre programmer"
#: src/login/org.freedesktop.login1.policy:139
msgid "Authentication is required to run programs as a non-logged-in user."
-msgstr "Der kræves godkendelse for at brugere, som ikke er logget ind, kan køre programmer."
+msgstr ""
+"Der kræves godkendelse for at brugere, som ikke er logget ind, kan køre "
+"programmer."
# https://www.freedesktop.org/software/systemd/man/sd-login.html
#: src/login/org.freedesktop.login1.policy:148
@@ -467,7 +526,9 @@ msgstr "Nulstil enhed monteret til en arbejdsstation"
# https://www.freedesktop.org/software/systemd/man/sd-login.html
#: src/login/org.freedesktop.login1.policy:160
msgid "Authentication is required to reset how devices are attached to seats."
-msgstr "Der kræves godkendelse for at nulstille måden enheder er monteret arbejdsstationer."
+msgstr ""
+"Der kræves godkendelse for at nulstille måden enheder er monteret "
+"arbejdsstationer."
#: src/login/org.freedesktop.login1.policy:169
msgid "Power off the system"
@@ -482,16 +543,24 @@ msgid "Power off the system while other users are logged in"
msgstr "Sluk systemet mens andre brugere er logget på"
#: src/login/org.freedesktop.login1.policy:181
-msgid "Authentication is required to power off the system while other users are logged in."
-msgstr "Der kræves godkendelse for at slukke systemet mens andre brugere er logget på."
+msgid ""
+"Authentication is required to power off the system while other users are "
+"logged in."
+msgstr ""
+"Der kræves godkendelse for at slukke systemet mens andre brugere er logget "
+"på."
#: src/login/org.freedesktop.login1.policy:191
msgid "Power off the system while an application is inhibiting this"
msgstr "Sluk for systemet mens et program har forespurgt at hæmme det"
#: src/login/org.freedesktop.login1.policy:192
-msgid "Authentication is required to power off the system while an application is inhibiting this."
-msgstr "Der kræves godkendelse for at slukke systemet mens et program har forespurgt at hæmme det."
+msgid ""
+"Authentication is required to power off the system while an application is "
+"inhibiting this."
+msgstr ""
+"Der kræves godkendelse for at slukke systemet mens et program har forespurgt "
+"at hæmme det."
#: src/login/org.freedesktop.login1.policy:202
msgid "Reboot the system"
@@ -506,16 +575,24 @@ msgid "Reboot the system while other users are logged in"
msgstr "Genstart systemet mens andre brugere er logget ind"
#: src/login/org.freedesktop.login1.policy:214
-msgid "Authentication is required to reboot the system while other users are logged in."
-msgstr "Der kræves godkendelse for at genstarte systemet mens andre brugere er logget ind."
+msgid ""
+"Authentication is required to reboot the system while other users are logged "
+"in."
+msgstr ""
+"Der kræves godkendelse for at genstarte systemet mens andre brugere er "
+"logget ind."
#: src/login/org.freedesktop.login1.policy:224
msgid "Reboot the system while an application is inhibiting this"
msgstr "Genstart systemet mens et program har forespurgt at hæmme det"
#: src/login/org.freedesktop.login1.policy:225
-msgid "Authentication is required to reboot the system while an application is inhibiting this."
-msgstr "Der kræves godkendelse for at genstarte systemet mens et program har forespurgt at hæmme det."
+msgid ""
+"Authentication is required to reboot the system while an application is "
+"inhibiting this."
+msgstr ""
+"Der kræves godkendelse for at genstarte systemet mens et program har "
+"forespurgt at hæmme det."
#: src/login/org.freedesktop.login1.policy:235
msgid "Halt the system"
@@ -530,16 +607,24 @@ msgid "Halt the system while other users are logged in"
msgstr "Stop systemet mens andre brugere er logget på"
#: src/login/org.freedesktop.login1.policy:247
-msgid "Authentication is required to halt the system while other users are logged in."
-msgstr "Der kræves godkendelse for at stoppe systemet, mens andre brugere er logget på."
+msgid ""
+"Authentication is required to halt the system while other users are logged "
+"in."
+msgstr ""
+"Der kræves godkendelse for at stoppe systemet, mens andre brugere er logget "
+"på."
#: src/login/org.freedesktop.login1.policy:257
msgid "Halt the system while an application is inhibiting this"
msgstr "Stop systemet mens et program har forespurgt at hæmme det"
#: src/login/org.freedesktop.login1.policy:258
-msgid "Authentication is required to halt the system while an application is inhibiting this."
-msgstr "Der kræves godkendelse for at stoppe systemet, mens et program har forespurgt at hæmme det."
+msgid ""
+"Authentication is required to halt the system while an application is "
+"inhibiting this."
+msgstr ""
+"Der kræves godkendelse for at stoppe systemet, mens et program har "
+"forespurgt at hæmme det."
#: src/login/org.freedesktop.login1.policy:268
msgid "Suspend the system"
@@ -554,16 +639,24 @@ msgid "Suspend the system while other users are logged in"
msgstr "Sæt systemet på standby mens andre brugere er logget på"
#: src/login/org.freedesktop.login1.policy:279
-msgid "Authentication is required to suspend the system while other users are logged in."
-msgstr "Der kræves godkendelse for at indstille systemet på standby, mens andre brugere er logget på."
+msgid ""
+"Authentication is required to suspend the system while other users are "
+"logged in."
+msgstr ""
+"Der kræves godkendelse for at indstille systemet på standby, mens andre "
+"brugere er logget på."
#: src/login/org.freedesktop.login1.policy:289
msgid "Suspend the system while an application is inhibiting this"
msgstr "Sæt systemet på standby mens et program har forespurgt at hæmme det"
#: src/login/org.freedesktop.login1.policy:290
-msgid "Authentication is required to suspend the system while an application is inhibiting this."
-msgstr "Der kræves godkendelse for at indstille systemet på standby, mens et program har forespurgt at hæmme det."
+msgid ""
+"Authentication is required to suspend the system while an application is "
+"inhibiting this."
+msgstr ""
+"Der kræves godkendelse for at indstille systemet på standby, mens et program "
+"har forespurgt at hæmme det."
#: src/login/org.freedesktop.login1.policy:300
msgid "Hibernate the system"
@@ -578,16 +671,25 @@ msgid "Hibernate the system while other users are logged in"
msgstr "Sæt systemet i dvale-tilstand mens andre brugere er logget på"
#: src/login/org.freedesktop.login1.policy:311
-msgid "Authentication is required to hibernate the system while other users are logged in."
-msgstr "Der kræves godkendelse for at indstille systemet i dvale-tilstand, mens andre brugere er logget på."
+msgid ""
+"Authentication is required to hibernate the system while other users are "
+"logged in."
+msgstr ""
+"Der kræves godkendelse for at indstille systemet i dvale-tilstand, mens "
+"andre brugere er logget på."
#: src/login/org.freedesktop.login1.policy:321
msgid "Hibernate the system while an application is inhibiting this"
-msgstr "Sæt systemet i dvale-tilstand mens et program har forespurgt at hæmme det"
+msgstr ""
+"Sæt systemet i dvale-tilstand mens et program har forespurgt at hæmme det"
#: src/login/org.freedesktop.login1.policy:322
-msgid "Authentication is required to hibernate the system while an application is inhibiting this."
-msgstr "Der kræves godkendelse for at indstille systemet i dvale-tilstand, mens et program har forespurgt at hæmme det."
+msgid ""
+"Authentication is required to hibernate the system while an application is "
+"inhibiting this."
+msgstr ""
+"Der kræves godkendelse for at indstille systemet i dvale-tilstand, mens et "
+"program har forespurgt at hæmme det."
#: src/login/org.freedesktop.login1.policy:332
msgid "Manage active sessions, users and seats"
@@ -596,7 +698,9 @@ msgstr "Håndter aktive sessioner, brugere og arbejdsstationer"
# https://www.freedesktop.org/software/systemd/man/sd-login.html
#: src/login/org.freedesktop.login1.policy:333
msgid "Authentication is required to manage active sessions, users and seats."
-msgstr "Der kræves godkendelse for at håndtere aktive sessioner, brugere og arbejdsstationer."
+msgstr ""
+"Der kræves godkendelse for at håndtere aktive sessioner, brugere og "
+"arbejdsstationer."
#: src/login/org.freedesktop.login1.policy:342
msgid "Lock or unlock active sessions"
@@ -612,31 +716,45 @@ msgstr "Indstil \"årsagen\" til genstart i kernen"
#: src/login/org.freedesktop.login1.policy:353
msgid "Authentication is required to set the reboot \"reason\" in the kernel."
-msgstr "Der kræves godkendelse for at indstille \"årsagen\" til genstart i kernen."
+msgstr ""
+"Der kræves godkendelse for at indstille \"årsagen\" til genstart i kernen."
#: src/login/org.freedesktop.login1.policy:363
msgid "Indicate to the firmware to boot to setup interface"
-msgstr "Tillad meddelelse til firmwaren om at starte op i opsætningsgrænseflade"
+msgstr ""
+"Tillad meddelelse til firmwaren om at starte op i opsætningsgrænseflade"
#: src/login/org.freedesktop.login1.policy:364
-msgid "Authentication is required to indicate to the firmware to boot to setup interface."
-msgstr "Der kræves godkendelse for at meddele firmwaren om at starte op i opsætningsgrænseflade."
+msgid ""
+"Authentication is required to indicate to the firmware to boot to setup "
+"interface."
+msgstr ""
+"Der kræves godkendelse for at meddele firmwaren om at starte op i "
+"opsætningsgrænseflade."
#: src/login/org.freedesktop.login1.policy:374
msgid "Indicate to the boot loader to boot to the boot loader menu"
msgstr "Angiv at opstartsindlæseren skal starte til opstartsindlæsermenuen"
#: src/login/org.freedesktop.login1.policy:375
-msgid "Authentication is required to indicate to the boot loader to boot to the boot loader menu."
-msgstr "Der kræves godkendelse for at angive at opstartsindlæseren skal starte til opstartsindlæsermenuen."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot to the "
+"boot loader menu."
+msgstr ""
+"Der kræves godkendelse for at angive at opstartsindlæseren skal starte til "
+"opstartsindlæsermenuen."
#: src/login/org.freedesktop.login1.policy:385
msgid "Indicate to the boot loader to boot a specific entry"
msgstr "Angiv at opstartsindlæseren skal starte til en bestemt post"
#: src/login/org.freedesktop.login1.policy:386
-msgid "Authentication is required to indicate to the boot loader to boot into a specific boot loader entry."
-msgstr "Der kræves godkendelse for at angive at opstartsindlæseren skal starte til en bestemt post."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot into a "
+"specific boot loader entry."
+msgstr ""
+"Der kræves godkendelse for at angive at opstartsindlæseren skal starte til "
+"en bestemt post."
#: src/login/org.freedesktop.login1.policy:396
msgid "Set a wall message"
@@ -691,8 +809,10 @@ msgid "Acquire a pseudo TTY in a local container"
msgstr "Anskaf en pseudo-TTY i en lokal container"
#: src/machine/org.freedesktop.machine1.policy:65
-msgid "Authentication is required to acquire a pseudo TTY in a local container."
-msgstr "Der kræves godkendelse for at anskaffe en pseudo-TTY i en lokal container."
+msgid ""
+"Authentication is required to acquire a pseudo TTY in a local container."
+msgstr ""
+"Der kræves godkendelse for at anskaffe en pseudo-TTY i en lokal container."
#: src/machine/org.freedesktop.machine1.policy:74
msgid "Acquire a pseudo TTY on the local host"
@@ -700,23 +820,31 @@ msgstr "Anskaf en pseudo-TTY på den lokale vært"
#: src/machine/org.freedesktop.machine1.policy:75
msgid "Authentication is required to acquire a pseudo TTY on the local host."
-msgstr "Der kræves godkendelse for at anskaffe en pseudo-TTY på den lokale vært."
+msgstr ""
+"Der kræves godkendelse for at anskaffe en pseudo-TTY på den lokale vært."
#: src/machine/org.freedesktop.machine1.policy:84
msgid "Manage local virtual machines and containers"
msgstr "Håndter lokale virtuelle maskiner og containere"
#: src/machine/org.freedesktop.machine1.policy:85
-msgid "Authentication is required to manage local virtual machines and containers."
-msgstr "Der kræves godkendelse for at håndtere lokale virtuelle maskiner og containere."
+msgid ""
+"Authentication is required to manage local virtual machines and containers."
+msgstr ""
+"Der kræves godkendelse for at håndtere lokale virtuelle maskiner og "
+"containere."
#: src/machine/org.freedesktop.machine1.policy:95
msgid "Manage local virtual machine and container images"
msgstr "Håndter lokal virtuel maskine- og beholderaftryk"
#: src/machine/org.freedesktop.machine1.policy:96
-msgid "Authentication is required to manage local virtual machine and container images."
-msgstr "Der kræves godkendelse for at håndtere lokal virtuel maskine- og beholderaftryk."
+msgid ""
+"Authentication is required to manage local virtual machine and container "
+"images."
+msgstr ""
+"Der kræves godkendelse for at håndtere lokal virtuel maskine- og "
+"beholderaftryk."
#: src/network/org.freedesktop.network1.policy:22
msgid "Set NTP servers"
@@ -804,7 +932,8 @@ msgstr "Indstil Negative Trust Anchors for DNSSEC"
#: src/network/org.freedesktop.network1.policy:111
#: src/resolve/org.freedesktop.resolve1.policy:122
msgid "Authentication is required to set DNSSEC Negative Trust Anchors."
-msgstr "Der kræves godkendelse for at indstille sprogindstillinger for systemet."
+msgstr ""
+"Der kræves godkendelse for at indstille sprogindstillinger for systemet."
#: src/network/org.freedesktop.network1.policy:121
msgid "Revert NTP settings"
@@ -860,7 +989,8 @@ msgstr "Undersøg et transportabel tjeneste-aftryk"
#: src/portable/org.freedesktop.portable1.policy:14
msgid "Authentication is required to inspect a portable service image."
-msgstr "Der kræves godkendelse for at undersøg et transportabel tjeneste-aftryk."
+msgstr ""
+"Der kræves godkendelse for at undersøg et transportabel tjeneste-aftryk."
#: src/portable/org.freedesktop.portable1.policy:23
msgid "Attach or detach a portable service image"
@@ -868,16 +998,22 @@ msgstr "Tilslut eller frakobl et transportabel tjeneste-aftryk"
# https://www.freedesktop.org/software/systemd/man/sd-login.html
#: src/portable/org.freedesktop.portable1.policy:24
-msgid "Authentication is required to attach or detach a portable service image."
-msgstr "Der kræves godkendelse for at tilslutte eller frakoble et transportabel tjeneste-aftryk."
+msgid ""
+"Authentication is required to attach or detach a portable service image."
+msgstr ""
+"Der kræves godkendelse for at tilslutte eller frakoble et transportabel "
+"tjeneste-aftryk."
#: src/portable/org.freedesktop.portable1.policy:34
msgid "Delete or modify portable service image"
msgstr "Slet eller rediger et transportabel tjeneste-aftryk"
#: src/portable/org.freedesktop.portable1.policy:35
-msgid "Authentication is required to delete or modify a portable service image."
-msgstr "Der kræves godkendelse for at slette eller redigere et transportabel tjeneste-aftryk."
+msgid ""
+"Authentication is required to delete or modify a portable service image."
+msgstr ""
+"Der kræves godkendelse for at slette eller redigere et transportabel "
+"tjeneste-aftryk."
#: src/resolve/org.freedesktop.resolve1.policy:22
msgid "Register a DNS-SD service"
@@ -893,7 +1029,8 @@ msgstr "Fjern registreringen af en DNS-SD-tjeneste"
#: src/resolve/org.freedesktop.resolve1.policy:34
msgid "Authentication is required to unregister a DNS-SD service"
-msgstr "Der kræves godkendelse for at fjerne registreringen af en DNS-SD-tjeneste"
+msgstr ""
+"Der kræves godkendelse for at fjerne registreringen af en DNS-SD-tjeneste"
#: src/resolve/org.freedesktop.resolve1.policy:132
msgid "Revert name resolution settings"
@@ -924,58 +1061,76 @@ msgid "Set RTC to local timezone or UTC"
msgstr "Indstil RTC til lokal tidszone eller UTC"
#: src/timedate/org.freedesktop.timedate1.policy:44
-msgid "Authentication is required to control whether the RTC stores the local or UTC time."
-msgstr "Der kræves godkendelse for at kontrollere hvorvidt RTC'en gemmer den lokale tid eller UTC-tid."
+msgid ""
+"Authentication is required to control whether the RTC stores the local or "
+"UTC time."
+msgstr ""
+"Der kræves godkendelse for at kontrollere hvorvidt RTC'en gemmer den lokale "
+"tid eller UTC-tid."
#: src/timedate/org.freedesktop.timedate1.policy:53
msgid "Turn network time synchronization on or off"
msgstr "Slå synkronisering af netværkstid til eller fra"
#: src/timedate/org.freedesktop.timedate1.policy:54
-msgid "Authentication is required to control whether network time synchronization shall be enabled."
-msgstr "Der kræves godkendelse for at kontrollere hvorvidt synkronisering af netværkstid skal aktiveres."
+msgid ""
+"Authentication is required to control whether network time synchronization "
+"shall be enabled."
+msgstr ""
+"Der kræves godkendelse for at kontrollere hvorvidt synkronisering af "
+"netværkstid skal aktiveres."
-#: src/core/dbus-unit.c:364
+#: src/core/dbus-unit.c:352
msgid "Authentication is required to start '$(unit)'."
msgstr "Der kræves godkendelse for at starte '$(unit)'."
-#: src/core/dbus-unit.c:365
+#: src/core/dbus-unit.c:353
msgid "Authentication is required to stop '$(unit)'."
msgstr "Der kræves godkendelse for at stoppe '$(unit)'."
-#: src/core/dbus-unit.c:366
+#: src/core/dbus-unit.c:354
msgid "Authentication is required to reload '$(unit)'."
msgstr "Der kræves godkendelse for at genindlæse '$(unit)'."
-#: src/core/dbus-unit.c:367 src/core/dbus-unit.c:368
+#: src/core/dbus-unit.c:355 src/core/dbus-unit.c:356
msgid "Authentication is required to restart '$(unit)'."
msgstr "Der kræves godkendelse for at genstarte '$(unit)'."
-#: src/core/dbus-unit.c:565
-msgid "Authentication is required to send a UNIX signal to the processes of '$(unit)'."
+#: src/core/dbus-unit.c:553
+msgid ""
+"Authentication is required to send a UNIX signal to the processes of "
+"'$(unit)'."
msgstr "Der kræves godkendelse for at indstille egenskaber på '$(unit)'."
-#: src/core/dbus-unit.c:595
+#: src/core/dbus-unit.c:583
msgid "Authentication is required to reset the \"failed\" state of '$(unit)'."
-msgstr "Der kræves godkendelse for at nulstille \"fejl\"-tilstanden på '$(unit)'."
+msgstr ""
+"Der kræves godkendelse for at nulstille \"fejl\"-tilstanden på '$(unit)'."
-#: src/core/dbus-unit.c:627
+#: src/core/dbus-unit.c:615
msgid "Authentication is required to set properties on '$(unit)'."
msgstr "Der kræves godkendelse for at indstille egenskaber på '$(unit)'."
-#: src/core/dbus-unit.c:728
-msgid "Authentication is required to delete files and directories associated with '$(unit)'."
-msgstr "Der kræves godkendelse for at nulstille \"fejl\"-tilstanden på '$(unit)'."
+#: src/core/dbus-unit.c:716
+msgid ""
+"Authentication is required to delete files and directories associated with "
+"'$(unit)'."
+msgstr ""
+"Der kræves godkendelse for at nulstille \"fejl\"-tilstanden på '$(unit)'."
-#: src/core/dbus-unit.c:776
-msgid "Authentication is required to freeze or thaw the processes of '$(unit)' unit."
-msgstr "Der kræves godkendelse for at nulstille \"fejl\"-tilstanden på '$(unit)'."
+#: src/core/dbus-unit.c:764
+msgid ""
+"Authentication is required to freeze or thaw the processes of '$(unit)' unit."
+msgstr ""
+"Der kræves godkendelse for at nulstille \"fejl\"-tilstanden på '$(unit)'."
#~ msgid "Authentication is required to kill '$(unit)'."
#~ msgstr "Autentificering er nødvendig for at eliminere '$(unit)'."
#~ msgid "Press Ctrl+C to cancel all filesystem checks in progress"
-#~ msgstr "Tryk Ctrl-C for at annulere alle igangværende kontrolleringer af filsystemet"
+#~ msgstr ""
+#~ "Tryk Ctrl-C for at annulere alle igangværende kontrolleringer af "
+#~ "filsystemet"
#~ msgid "Checking in progress on %d disk (%3.1f%% complete)"
#~ msgid_plural "Checking in progress on %d disks (%3.1f%% complete)"
diff --git a/po/de.po b/po/de.po
index fadefe81bda..a743575fc5f 100644
--- a/po/de.po
+++ b/po/de.po
@@ -11,7 +11,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-07-14 10:32+0100\n"
+"POT-Creation-Date: 2023-11-14 21:25+0000\n"
"PO-Revision-Date: 2023-09-06 21:21+0000\n"
"Last-Translator: Christian Kirbach <christian.kirbach@gmail.com>\n"
"Language-Team: German <https://translate.fedoraproject.org/projects/systemd/"
@@ -28,8 +28,11 @@ msgid "Send passphrase back to system"
msgstr "Passphrase zurück an das System senden"
#: src/core/org.freedesktop.systemd1.policy.in:23
-msgid "Authentication is required to send the entered passphrase back to the system."
-msgstr "Legitimierung ist zum Senden des eingegebenen Kennworts zurück an das System notwendig."
+msgid ""
+"Authentication is required to send the entered passphrase back to the system."
+msgstr ""
+"Legitimierung ist zum Senden des eingegebenen Kennworts zurück an das System "
+"notwendig."
#: src/core/org.freedesktop.systemd1.policy.in:33
msgid "Manage system services or other units"
@@ -37,7 +40,9 @@ msgstr "Systemdienste und andere Einheiten verwalten"
#: src/core/org.freedesktop.systemd1.policy.in:34
msgid "Authentication is required to manage system services or other units."
-msgstr "Legitimierung ist notwendig für die Verwaltung von Systemdiensten und anderen Einheiten."
+msgstr ""
+"Legitimierung ist notwendig für die Verwaltung von Systemdiensten und "
+"anderen Einheiten."
#: src/core/org.freedesktop.systemd1.policy.in:43
msgid "Manage system service or unit files"
@@ -45,14 +50,19 @@ msgstr "Systemdienste und Einheitendateien verwalten"
#: src/core/org.freedesktop.systemd1.policy.in:44
msgid "Authentication is required to manage system service or unit files."
-msgstr "Legitimierung ist notwendig für die Verwaltung von Systemdiensten und Einheitendateien."
+msgstr ""
+"Legitimierung ist notwendig für die Verwaltung von Systemdiensten und "
+"Einheitendateien."
#: src/core/org.freedesktop.systemd1.policy.in:54
msgid "Set or unset system and service manager environment variables"
-msgstr "Umgebungsvariablen der System- und Dienstverwaltung festlegen oder entfernen"
+msgstr ""
+"Umgebungsvariablen der System- und Dienstverwaltung festlegen oder entfernen"
#: src/core/org.freedesktop.systemd1.policy.in:55
-msgid "Authentication is required to set or unset system and service manager environment variables."
+msgid ""
+"Authentication is required to set or unset system and service manager "
+"environment variables."
msgstr "Legitimierung ist notwendig für die System- und Dienstverwaltung."
#: src/core/org.freedesktop.systemd1.policy.in:64
@@ -68,7 +78,8 @@ msgid "Dump the systemd state without rate limits"
msgstr "Den systemd-Zustand ohne Geschwindigkeitsbegrenzung abspeichern"
#: src/core/org.freedesktop.systemd1.policy.in:75
-msgid "Authentication is required to dump the systemd state without rate limits."
+msgid ""
+"Authentication is required to dump the systemd state without rate limits."
msgstr ""
"Legitimierung ist notwendig, um den systemd-Zustand ohne "
"Geschwindigkeitsbegrenzung abzuspeichern."
@@ -99,7 +110,8 @@ msgstr "Die Zugangsdaten für einen persönlichen Bereich überprüfen"
# https://www.freedesktop.org/software/systemd/man/sd-login.html
#: src/home/org.freedesktop.home1.policy:34
-msgid "Authentication is required to check credentials against a user's home area."
+msgid ""
+"Authentication is required to check credentials against a user's home area."
msgstr ""
"Legitimierung ist zur Überprüfung der Zugangsdaten für den persönlichen "
"Bereich eines Benutzers notwendig."
@@ -131,14 +143,17 @@ msgstr "Passwort eines persönlichen Bereichs ändern"
# https://www.freedesktop.org/software/systemd/man/sd-login.html
#: src/home/org.freedesktop.home1.policy:64
-msgid "Authentication is required to change the password of a user's home area."
+msgid ""
+"Authentication is required to change the password of a user's home area."
msgstr ""
"Legitimierung ist zum Ändern des Passworts eines persönlichen Bereichs eines "
"Benutzers notwendig."
#: src/home/pam_systemd_home.c:287
#, c-format
-msgid "Home of user %s is currently absent, please plug in the necessary storage device or backing file system."
+msgid ""
+"Home of user %s is currently absent, please plug in the necessary storage "
+"device or backing file system."
msgstr ""
#: src/home/pam_systemd_home.c:292
@@ -165,7 +180,9 @@ msgstr ""
#: src/home/pam_systemd_home.c:331
#, c-format
-msgid "Password/recovery key incorrect or not sufficient for authentication of user %s."
+msgid ""
+"Password/recovery key incorrect or not sufficient for authentication of user "
+"%s."
msgstr ""
#: src/home/pam_systemd_home.c:332
@@ -183,7 +200,9 @@ msgstr ""
#: src/home/pam_systemd_home.c:355
#, c-format
-msgid "Password incorrect or not sufficient, and configured security token of user %s not inserted."
+msgid ""
+"Password incorrect or not sufficient, and configured security token of user "
+"%s not inserted."
msgstr ""
#: src/home/pam_systemd_home.c:376
@@ -206,7 +225,9 @@ msgid "Please verify user on security token of user %s."
msgstr ""
#: src/home/pam_systemd_home.c:424
-msgid "Security token PIN is locked, please unlock it first. (Hint: Removal and re-insertion might suffice.)"
+msgid ""
+"Security token PIN is locked, please unlock it first. (Hint: Removal and re-"
+"insertion might suffice.)"
msgstr ""
#: src/home/pam_systemd_home.c:432
@@ -294,8 +315,12 @@ msgid "Set static hostname"
msgstr "Statischen Rechnernamen festlegen"
#: src/hostname/org.freedesktop.hostname1.policy:31
-msgid "Authentication is required to set the statically configured local hostname, as well as the pretty hostname."
-msgstr "Authentifizierung ist erforderlich, um den statisch geänderten, lokalen Rechnernamen, sowie den beschönigten Rechnernamen festzulegen."
+msgid ""
+"Authentication is required to set the statically configured local hostname, "
+"as well as the pretty hostname."
+msgstr ""
+"Authentifizierung ist erforderlich, um den statisch geänderten, lokalen "
+"Rechnernamen, sowie den beschönigten Rechnernamen festzulegen."
#: src/hostname/org.freedesktop.hostname1.policy:41
msgid "Set machine information"
@@ -303,7 +328,9 @@ msgstr "Maschinen-Information festlegen"
#: src/hostname/org.freedesktop.hostname1.policy:42
msgid "Authentication is required to set local machine information."
-msgstr "Legitimierung ist zum Festlegen der lokalen Maschinen-Information erforderlich."
+msgstr ""
+"Legitimierung ist zum Festlegen der lokalen Maschinen-Information "
+"erforderlich."
#: src/hostname/org.freedesktop.hostname1.policy:51
msgid "Get product UUID"
@@ -335,7 +362,9 @@ msgstr "Abbild einer VM oder eines Containers importieren"
#: src/import/org.freedesktop.import1.policy:23
msgid "Authentication is required to import a VM or container image"
-msgstr "Legitimierung ist zum Importieren eines VM- oder Containerabbilds erforderlich"
+msgstr ""
+"Legitimierung ist zum Importieren eines VM- oder Containerabbilds "
+"erforderlich"
#: src/import/org.freedesktop.import1.policy:32
msgid "Export a VM or container image"
@@ -343,7 +372,9 @@ msgstr "Abbild einer VM oder eines Containers exportieren"
#: src/import/org.freedesktop.import1.policy:33
msgid "Authentication is required to export a VM or container image"
-msgstr "Legitimierung ist zum Exportieren eines VM- oder Containerabbilds erforderlich"
+msgstr ""
+"Legitimierung ist zum Exportieren eines VM- oder Containerabbilds "
+"erforderlich"
#: src/import/org.freedesktop.import1.policy:42
msgid "Download a VM or container image"
@@ -351,7 +382,9 @@ msgstr "Abbild einer VM oder eines Containers herunterladen"
#: src/import/org.freedesktop.import1.policy:43
msgid "Authentication is required to download a VM or container image"
-msgstr "Legitimierung ist zum Herunterladen eines VM- oder Containerabbilds erforderlich"
+msgstr ""
+"Legitimierung ist zum Herunterladen eines VM- oder Containerabbilds "
+"erforderlich"
#: src/locale/org.freedesktop.locale1.policy:22
msgid "Set system locale"
@@ -359,7 +392,9 @@ msgstr "Die lokale Sprachumgebung festlegen"
#: src/locale/org.freedesktop.locale1.policy:23
msgid "Authentication is required to set the system locale."
-msgstr "Legitimierung ist zum Festlegen der systemweiten Spracheinstellungen erforderlich."
+msgstr ""
+"Legitimierung ist zum Festlegen der systemweiten Spracheinstellungen "
+"erforderlich."
#: src/locale/org.freedesktop.locale1.policy:33
msgid "Set system keyboard settings"
@@ -367,15 +402,20 @@ msgstr "Tastatureinstellungen des Systems festlegen"
#: src/locale/org.freedesktop.locale1.policy:34
msgid "Authentication is required to set the system keyboard settings."
-msgstr "Legitimierung ist zum Festlegen der Tastatureinstellungen des Systems erforderlich."
+msgstr ""
+"Legitimierung ist zum Festlegen der Tastatureinstellungen des Systems "
+"erforderlich."
#: src/login/org.freedesktop.login1.policy:22
msgid "Allow applications to inhibit system shutdown"
msgstr "Anwendungen dürfen das Herunterfahren des Systems unterbinden"
#: src/login/org.freedesktop.login1.policy:23
-msgid "Authentication is required for an application to inhibit system shutdown."
-msgstr "Legitimierung ist notwendig, um Anwendungen das Herunterfahren des Systems zu erlauben."
+msgid ""
+"Authentication is required for an application to inhibit system shutdown."
+msgstr ""
+"Legitimierung ist notwendig, um Anwendungen das Herunterfahren des Systems "
+"zu erlauben."
#: src/login/org.freedesktop.login1.policy:33
msgid "Allow applications to delay system shutdown"
@@ -383,7 +423,9 @@ msgstr "Anwendungen dürfen das Herunterfahren des Systems verzögern"
#: src/login/org.freedesktop.login1.policy:34
msgid "Authentication is required for an application to delay system shutdown."
-msgstr "Legitimierung ist notwendig, um Anwendungen das Verzögern des Herunterfahren des Systems zu erlauben."
+msgstr ""
+"Legitimierung ist notwendig, um Anwendungen das Verzögern des Herunterfahren "
+"des Systems zu erlauben."
#: src/login/org.freedesktop.login1.policy:44
msgid "Allow applications to inhibit system sleep"
@@ -391,7 +433,9 @@ msgstr "Anwendungen dürfen den Bereitschaftsmodus unterbinden"
#: src/login/org.freedesktop.login1.policy:45
msgid "Authentication is required for an application to inhibit system sleep."
-msgstr "Legitimierung ist erforderlich, um Anwendungen das Unterbinden des Bereitschaftsmodus zu erlauben."
+msgstr ""
+"Legitimierung ist erforderlich, um Anwendungen das Unterbinden des "
+"Bereitschaftsmodus zu erlauben."
#: src/login/org.freedesktop.login1.policy:55
msgid "Allow applications to delay system sleep"
@@ -399,47 +443,75 @@ msgstr "Anwendungen dürfen den Bereitschaftsmodus verzögern"
#: src/login/org.freedesktop.login1.policy:56
msgid "Authentication is required for an application to delay system sleep."
-msgstr "Legitimierung ist erforderlich, um Anwendungen das Verzögern des Bereitschaftsmodus zu erlauben."
+msgstr ""
+"Legitimierung ist erforderlich, um Anwendungen das Verzögern des "
+"Bereitschaftsmodus zu erlauben."
#: src/login/org.freedesktop.login1.policy:65
msgid "Allow applications to inhibit automatic system suspend"
msgstr "Anwendungen dürfen den automatischen Bereitschaftsmodus unterbinden"
#: src/login/org.freedesktop.login1.policy:66
-msgid "Authentication is required for an application to inhibit automatic system suspend."
-msgstr "Legitimierung ist notwendig, um Anwendungen das Unterbinden des automatischen Bereitschaftsmodus zu erlauben."
+msgid ""
+"Authentication is required for an application to inhibit automatic system "
+"suspend."
+msgstr ""
+"Legitimierung ist notwendig, um Anwendungen das Unterbinden des "
+"automatischen Bereitschaftsmodus zu erlauben."
#: src/login/org.freedesktop.login1.policy:75
msgid "Allow applications to inhibit system handling of the power key"
-msgstr "Anwendungen dürfen das Auswerten des Ein-/Ausschaltknopfs des Systems unterbinden"
+msgstr ""
+"Anwendungen dürfen das Auswerten des Ein-/Ausschaltknopfs des Systems "
+"unterbinden"
#: src/login/org.freedesktop.login1.policy:76
-msgid "Authentication is required for an application to inhibit system handling of the power key."
-msgstr "Legitmierung ist erforderlich, um Anwendungen das Unterbinden der Auswertung der Ein-/Ausschaltknopfs des Systems zu erlauben."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the power key."
+msgstr ""
+"Legitmierung ist erforderlich, um Anwendungen das Unterbinden der Auswertung "
+"der Ein-/Ausschaltknopfs des Systems zu erlauben."
#: src/login/org.freedesktop.login1.policy:86
msgid "Allow applications to inhibit system handling of the suspend key"
-msgstr "Anwendungen dürfen das Auswerten des Bereitschaftsknopfs des Systems unterbinden"
+msgstr ""
+"Anwendungen dürfen das Auswerten des Bereitschaftsknopfs des Systems "
+"unterbinden"
#: src/login/org.freedesktop.login1.policy:87
-msgid "Authentication is required for an application to inhibit system handling of the suspend key."
-msgstr "Legitimierung ist erforderlich, um Anwendungen das Unterbinden der Auswertung des Bereitschaftsknopfes des Systems zu erlauben."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the suspend key."
+msgstr ""
+"Legitimierung ist erforderlich, um Anwendungen das Unterbinden der "
+"Auswertung des Bereitschaftsknopfes des Systems zu erlauben."
#: src/login/org.freedesktop.login1.policy:97
msgid "Allow applications to inhibit system handling of the hibernate key"
-msgstr "Anwendungen dürfen das Auswerten des Knopfs für den Ruhezustand unterbinden"
+msgstr ""
+"Anwendungen dürfen das Auswerten des Knopfs für den Ruhezustand unterbinden"
#: src/login/org.freedesktop.login1.policy:98
-msgid "Authentication is required for an application to inhibit system handling of the hibernate key."
-msgstr "Legitimierung ist erforderlich, um Anwendungen das Unterbinden der Auswertung des Knopfs für den Ruhezustand zu erlauben."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the hibernate key."
+msgstr ""
+"Legitimierung ist erforderlich, um Anwendungen das Unterbinden der "
+"Auswertung des Knopfs für den Ruhezustand zu erlauben."
#: src/login/org.freedesktop.login1.policy:107
msgid "Allow applications to inhibit system handling of the lid switch"
-msgstr "Anwendungen dürfen das Auswerten des Notebookdeckelschalters unterbinden"
+msgstr ""
+"Anwendungen dürfen das Auswerten des Notebookdeckelschalters unterbinden"
#: src/login/org.freedesktop.login1.policy:108
-msgid "Authentication is required for an application to inhibit system handling of the lid switch."
-msgstr "Legitimierung ist erforderlich, um Anwendungen das Unterbinden der Auswertung des Notebookdeckelschalters des Systems zu erlauben."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the lid switch."
+msgstr ""
+"Legitimierung ist erforderlich, um Anwendungen das Unterbinden der "
+"Auswertung des Notebookdeckelschalters des Systems zu erlauben."
#: src/login/org.freedesktop.login1.policy:117
msgid "Allow applications to inhibit system handling of the reboot key"
@@ -448,7 +520,9 @@ msgstr ""
"unterbinden"
#: src/login/org.freedesktop.login1.policy:118
-msgid "Authentication is required for an application to inhibit system handling of the reboot key."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the reboot key."
msgstr ""
"Legitimierung ist erforderlich, um Anwendungen das Unterbinden der "
"Auswertung der Neustartknopfs des Systems zu erlauben."
@@ -469,7 +543,9 @@ msgstr "Nicht angemeldete Benutzer dürfen Programme ausführen"
#: src/login/org.freedesktop.login1.policy:139
msgid "Authentication is required to run programs as a non-logged-in user."
-msgstr "Legitimierung ist erforderlich, damit nicht angemeldete Benutzer Programme ausführen dürfen."
+msgstr ""
+"Legitimierung ist erforderlich, damit nicht angemeldete Benutzer Programme "
+"ausführen dürfen."
# https://www.freedesktop.org/software/systemd/man/sd-login.html
#: src/login/org.freedesktop.login1.policy:148
@@ -479,7 +555,9 @@ msgstr "Das Anschließen von Geräten an Arbeitsstationen erlauben"
# https://www.freedesktop.org/software/systemd/man/sd-login.html
#: src/login/org.freedesktop.login1.policy:149
msgid "Authentication is required to attach a device to a seat."
-msgstr "Legitimierung ist zum Anschließen eines Geräts an eine Arbeitsstation notwendig."
+msgstr ""
+"Legitimierung ist zum Anschließen eines Geräts an eine Arbeitsstation "
+"notwendig."
# https://www.freedesktop.org/software/systemd/man/sd-login.html
#: src/login/org.freedesktop.login1.policy:159
@@ -489,7 +567,9 @@ msgstr "Zurücksetzen der an eine Arbeitsstation angeschlossenen Geräte"
# https://www.freedesktop.org/software/systemd/man/sd-login.html
#: src/login/org.freedesktop.login1.policy:160
msgid "Authentication is required to reset how devices are attached to seats."
-msgstr "Legitimierung ist zum Zurücksetzen notwendig, wie Geräte an eine Arbeitsstation angeschlossen werden."
+msgstr ""
+"Legitimierung ist zum Zurücksetzen notwendig, wie Geräte an eine "
+"Arbeitsstation angeschlossen werden."
#: src/login/org.freedesktop.login1.policy:169
msgid "Power off the system"
@@ -504,16 +584,25 @@ msgid "Power off the system while other users are logged in"
msgstr "Das System herunter fahren, während andere Benutzer angemeldet sind"
#: src/login/org.freedesktop.login1.policy:181
-msgid "Authentication is required to power off the system while other users are logged in."
-msgstr "Legitimierung ist zum Herunterfahren des Systems notwendig, während andere Benutzer angemeldet sind."
+msgid ""
+"Authentication is required to power off the system while other users are "
+"logged in."
+msgstr ""
+"Legitimierung ist zum Herunterfahren des Systems notwendig, während andere "
+"Benutzer angemeldet sind."
#: src/login/org.freedesktop.login1.policy:191
msgid "Power off the system while an application is inhibiting this"
-msgstr "Das System ausschalten, während eine Anwendung anfordert es zu unterbinden"
+msgstr ""
+"Das System ausschalten, während eine Anwendung anfordert es zu unterbinden"
#: src/login/org.freedesktop.login1.policy:192
-msgid "Authentication is required to power off the system while an application is inhibiting this."
-msgstr "Legitimierung ist zum Ausschalten des Systems notwendig, während eine Anwendung anfordert es zu unterbinden."
+msgid ""
+"Authentication is required to power off the system while an application is "
+"inhibiting this."
+msgstr ""
+"Legitimierung ist zum Ausschalten des Systems notwendig, während eine "
+"Anwendung anfordert es zu unterbinden."
#: src/login/org.freedesktop.login1.policy:202
msgid "Reboot the system"
@@ -528,16 +617,25 @@ msgid "Reboot the system while other users are logged in"
msgstr "Das Systems neu starten, während andere Benutzer angemeldet sind"
#: src/login/org.freedesktop.login1.policy:214
-msgid "Authentication is required to reboot the system while other users are logged in."
-msgstr "Legitimierung ist zum Neustart des Systems notwendig, während andere Benutzer angemeldet sind."
+msgid ""
+"Authentication is required to reboot the system while other users are logged "
+"in."
+msgstr ""
+"Legitimierung ist zum Neustart des Systems notwendig, während andere "
+"Benutzer angemeldet sind."
#: src/login/org.freedesktop.login1.policy:224
msgid "Reboot the system while an application is inhibiting this"
-msgstr "Das System neu starten, während eine Anwendung anfordert es zu unterbinden"
+msgstr ""
+"Das System neu starten, während eine Anwendung anfordert es zu unterbinden"
#: src/login/org.freedesktop.login1.policy:225
-msgid "Authentication is required to reboot the system while an application is inhibiting this."
-msgstr "Legitimierung ist zum Neustart des Systems notwendig, während eine Anwendung anforderte es zu unterbinden."
+msgid ""
+"Authentication is required to reboot the system while an application is "
+"inhibiting this."
+msgstr ""
+"Legitimierung ist zum Neustart des Systems notwendig, während eine Anwendung "
+"anforderte es zu unterbinden."
#: src/login/org.freedesktop.login1.policy:235
msgid "Halt the system"
@@ -552,7 +650,9 @@ msgid "Halt the system while other users are logged in"
msgstr "Das System herunterfahren, während andere Benutzer angemeldet sind"
#: src/login/org.freedesktop.login1.policy:247
-msgid "Authentication is required to halt the system while other users are logged in."
+msgid ""
+"Authentication is required to halt the system while other users are logged "
+"in."
msgstr ""
"Legitimierung ist zum Herunterfahren des Systems notwendig, während andere "
"Benutzer angemeldet sind."
@@ -564,7 +664,9 @@ msgstr ""
"zu verhindern"
#: src/login/org.freedesktop.login1.policy:258
-msgid "Authentication is required to halt the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to halt the system while an application is "
+"inhibiting this."
msgstr ""
"Legitimierung ist zum Versetzen des System in den Ruhezustand notwendig, "
"während eine Anwendung wünscht dies zu verhindern."
@@ -583,16 +685,26 @@ msgstr ""
"Das System in Bereitschaft versetzen, während andere Benutzer angemeldet sind"
#: src/login/org.freedesktop.login1.policy:279
-msgid "Authentication is required to suspend the system while other users are logged in."
-msgstr "Legitimierung ist zum Versetzen des Systems in Bereitschaft notwendig, während andere Benutzer angemeldet sind."
+msgid ""
+"Authentication is required to suspend the system while other users are "
+"logged in."
+msgstr ""
+"Legitimierung ist zum Versetzen des Systems in Bereitschaft notwendig, "
+"während andere Benutzer angemeldet sind."
#: src/login/org.freedesktop.login1.policy:289
msgid "Suspend the system while an application is inhibiting this"
-msgstr "Das System in Bereitschaft versetzen, während eine Anwendung anfordert dies zu unterbinden"
+msgstr ""
+"Das System in Bereitschaft versetzen, während eine Anwendung anfordert dies "
+"zu unterbinden"
#: src/login/org.freedesktop.login1.policy:290
-msgid "Authentication is required to suspend the system while an application is inhibiting this."
-msgstr "Legitimierung ist zum Versetzen des Systems in Bereitschaft notwendig, während eine Anwendung anfordert dies zu unterbinden."
+msgid ""
+"Authentication is required to suspend the system while an application is "
+"inhibiting this."
+msgstr ""
+"Legitimierung ist zum Versetzen des Systems in Bereitschaft notwendig, "
+"während eine Anwendung anfordert dies zu unterbinden."
#: src/login/org.freedesktop.login1.policy:300
msgid "Hibernate the system"
@@ -600,23 +712,36 @@ msgstr "Den Ruhezustand des Systems aktivieren"
#: src/login/org.freedesktop.login1.policy:301
msgid "Authentication is required to hibernate the system."
-msgstr "Legitimierung ist zum Aktivieren des Ruhezustands des Systems notwendig."
+msgstr ""
+"Legitimierung ist zum Aktivieren des Ruhezustands des Systems notwendig."
#: src/login/org.freedesktop.login1.policy:310
msgid "Hibernate the system while other users are logged in"
-msgstr "Den Ruhezustand des Systems aktivieren, während andere Benutzer angemeldet sind"
+msgstr ""
+"Den Ruhezustand des Systems aktivieren, während andere Benutzer angemeldet "
+"sind"
#: src/login/org.freedesktop.login1.policy:311
-msgid "Authentication is required to hibernate the system while other users are logged in."
-msgstr "Legitimierung ist zum Aktivieren des Ruhezustands des Systems notwendig, während andere Benutzer angemeldet sind."
+msgid ""
+"Authentication is required to hibernate the system while other users are "
+"logged in."
+msgstr ""
+"Legitimierung ist zum Aktivieren des Ruhezustands des Systems notwendig, "
+"während andere Benutzer angemeldet sind."
#: src/login/org.freedesktop.login1.policy:321
msgid "Hibernate the system while an application is inhibiting this"
-msgstr "Das System in den Ruhezustand versetzen, während eine Anwendung wünscht dies zu verhindern"
+msgstr ""
+"Das System in den Ruhezustand versetzen, während eine Anwendung wünscht dies "
+"zu verhindern"
#: src/login/org.freedesktop.login1.policy:322
-msgid "Authentication is required to hibernate the system while an application is inhibiting this."
-msgstr "Legitimierung ist zum Versetzen des System in den Ruhezustand notwendig, während eine Anwendung wünscht dies zu verhindern."
+msgid ""
+"Authentication is required to hibernate the system while an application is "
+"inhibiting this."
+msgstr ""
+"Legitimierung ist zum Versetzen des System in den Ruhezustand notwendig, "
+"während eine Anwendung wünscht dies zu verhindern."
#: src/login/org.freedesktop.login1.policy:332
msgid "Manage active sessions, users and seats"
@@ -625,7 +750,9 @@ msgstr "Aktive Sitzungen, Benutzer und Arbeitsstationen verwalten"
# https://www.freedesktop.org/software/systemd/man/sd-login.html
#: src/login/org.freedesktop.login1.policy:333
msgid "Authentication is required to manage active sessions, users and seats."
-msgstr "Legitimierung ist zur Verwaltung aktiver Sitzungen, Benutzern und Arbeitsstationen notwendig."
+msgstr ""
+"Legitimierung ist zur Verwaltung aktiver Sitzungen, Benutzern und "
+"Arbeitsstationen notwendig."
#: src/login/org.freedesktop.login1.policy:342
msgid "Lock or unlock active sessions"
@@ -633,7 +760,8 @@ msgstr "Aktive Sitzungen sperren und entsperren"
#: src/login/org.freedesktop.login1.policy:343
msgid "Authentication is required to lock or unlock active sessions."
-msgstr "Legitimierung ist zum Sperren und Entsperren aktiver Sitzungen notwendig."
+msgstr ""
+"Legitimierung ist zum Sperren und Entsperren aktiver Sitzungen notwendig."
#: src/login/org.freedesktop.login1.policy:352
msgid "Set the reboot \"reason\" in the kernel"
@@ -649,7 +777,9 @@ msgid "Indicate to the firmware to boot to setup interface"
msgstr "Der Firmware mitteilen, die Einrichtungsoberfläche zu starten"
#: src/login/org.freedesktop.login1.policy:364
-msgid "Authentication is required to indicate to the firmware to boot to setup interface."
+msgid ""
+"Authentication is required to indicate to the firmware to boot to setup "
+"interface."
msgstr ""
"Legitimierung ist zum Mitteilen der Firmware notwendig, die "
"Einrichtungsoberfläche zu starten."
@@ -659,7 +789,9 @@ msgid "Indicate to the boot loader to boot to the boot loader menu"
msgstr "Dem Systemstarter mitteilen, das Systemstartmenü zu laden"
#: src/login/org.freedesktop.login1.policy:375
-msgid "Authentication is required to indicate to the boot loader to boot to the boot loader menu."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot to the "
+"boot loader menu."
msgstr ""
"Legitimierung ist zum Mitteilen des Systemstarters notwendig, das "
"Systemstartmenü zu laden."
@@ -669,7 +801,9 @@ msgid "Indicate to the boot loader to boot a specific entry"
msgstr "Dem Systemstarter mitteilen, einen bestimmten Eintrag zu starten"
#: src/login/org.freedesktop.login1.policy:386
-msgid "Authentication is required to indicate to the boot loader to boot into a specific boot loader entry."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot into a "
+"specific boot loader entry."
msgstr ""
"Legitimierung ist zum Mitteilen des Systemstarters notwendig, einen "
"bestimmten Eintrag zu starten."
@@ -712,7 +846,9 @@ msgstr "Eine Shell in einem lokalen Container erhalten"
#: src/machine/org.freedesktop.machine1.policy:43
msgid "Authentication is required to acquire a shell in a local container."
-msgstr "Legitimierung ist zum Erhalten einer Shell in einem lokalen Container notwendig."
+msgstr ""
+"Legitimierung ist zum Erhalten einer Shell in einem lokalen Container "
+"notwendig."
#: src/machine/org.freedesktop.machine1.policy:53
msgid "Acquire a shell on the local host"
@@ -720,15 +856,19 @@ msgstr "Eine Shell auf dem lokalen Rechner erhalten"
#: src/machine/org.freedesktop.machine1.policy:54
msgid "Authentication is required to acquire a shell on the local host."
-msgstr "Legitimierung ist zum Erhalten einer Shell auf dem lokalen Rechner notwendig."
+msgstr ""
+"Legitimierung ist zum Erhalten einer Shell auf dem lokalen Rechner notwendig."
#: src/machine/org.freedesktop.machine1.policy:64
msgid "Acquire a pseudo TTY in a local container"
msgstr "Ein Pseudo-TTY in einem lokalen Container erhalten"
#: src/machine/org.freedesktop.machine1.policy:65
-msgid "Authentication is required to acquire a pseudo TTY in a local container."
-msgstr "Legitimierung ist zum Erhalten eines Pseudo-TTY in einem lokalen Container notwendig."
+msgid ""
+"Authentication is required to acquire a pseudo TTY in a local container."
+msgstr ""
+"Legitimierung ist zum Erhalten eines Pseudo-TTY in einem lokalen Container "
+"notwendig."
#: src/machine/org.freedesktop.machine1.policy:74
msgid "Acquire a pseudo TTY on the local host"
@@ -736,23 +876,32 @@ msgstr "Ein Pseudo-TTY auf dem lokalen Rechner erhalten"
#: src/machine/org.freedesktop.machine1.policy:75
msgid "Authentication is required to acquire a pseudo TTY on the local host."
-msgstr "Legitimierung ist zum Erhalten eines Pseudo-TTY auf dem lokalen Rechner notwendig."
+msgstr ""
+"Legitimierung ist zum Erhalten eines Pseudo-TTY auf dem lokalen Rechner "
+"notwendig."
#: src/machine/org.freedesktop.machine1.policy:84
msgid "Manage local virtual machines and containers"
msgstr "Lokale virtuelle Maschinen und Container verwalten"
#: src/machine/org.freedesktop.machine1.policy:85
-msgid "Authentication is required to manage local virtual machines and containers."
-msgstr "Legitimierung ist zum Verwalten lokaler virtueller Maschinen und Container erforderlich."
+msgid ""
+"Authentication is required to manage local virtual machines and containers."
+msgstr ""
+"Legitimierung ist zum Verwalten lokaler virtueller Maschinen und Container "
+"erforderlich."
#: src/machine/org.freedesktop.machine1.policy:95
msgid "Manage local virtual machine and container images"
msgstr "Lokale virtuelle Maschinen und Containerabbilder verwalten"
#: src/machine/org.freedesktop.machine1.policy:96
-msgid "Authentication is required to manage local virtual machine and container images."
-msgstr "Legitimierung ist zum Verwalten lokaler virtueller Maschinen und Containerabbildern erforderlich."
+msgid ""
+"Authentication is required to manage local virtual machine and container "
+"images."
+msgstr ""
+"Legitimierung ist zum Verwalten lokaler virtueller Maschinen und "
+"Containerabbildern erforderlich."
#: src/network/org.freedesktop.network1.policy:22
msgid "Set NTP servers"
@@ -800,7 +949,8 @@ msgstr "LLMNR aktivieren/deaktivieren"
#: src/network/org.freedesktop.network1.policy:67
#: src/resolve/org.freedesktop.resolve1.policy:78
msgid "Authentication is required to enable or disable LLMNR."
-msgstr "Legitimierung ist zum Aktivieren oder Deaktivieren von LLMNR notwendig."
+msgstr ""
+"Legitimierung ist zum Aktivieren oder Deaktivieren von LLMNR notwendig."
#: src/network/org.freedesktop.network1.policy:77
#: src/resolve/org.freedesktop.resolve1.policy:88
@@ -887,7 +1037,8 @@ msgstr "Netzwerkeinstellungen neu laden"
#: src/network/org.freedesktop.network1.policy:166
msgid "Authentication is required to reload network settings."
-msgstr "Legitimierung ist zum erneuten Laden der Netzwerkeinstellungen notwendig."
+msgstr ""
+"Legitimierung ist zum erneuten Laden der Netzwerkeinstellungen notwendig."
#: src/network/org.freedesktop.network1.policy:176
msgid "Reconfigure network interface"
@@ -895,7 +1046,8 @@ msgstr "Netzwerkschnittstelle neu konfigurieren"
#: src/network/org.freedesktop.network1.policy:177
msgid "Authentication is required to reconfigure network interface."
-msgstr "Legitimierung ist zur Neukonfiguration der Netzwerkschnittstelle notwendig."
+msgstr ""
+"Legitimierung ist zur Neukonfiguration der Netzwerkschnittstelle notwendig."
#: src/portable/org.freedesktop.portable1.policy:13
msgid "Inspect a portable service image"
@@ -913,7 +1065,8 @@ msgstr "Ein Abbild eines portablen Dienstes ein- oder aushängen"
# https://www.freedesktop.org/software/systemd/man/sd-login.html
#: src/portable/org.freedesktop.portable1.policy:24
-msgid "Authentication is required to attach or detach a portable service image."
+msgid ""
+"Authentication is required to attach or detach a portable service image."
msgstr ""
"Legitimierung ist zum Ein-/Aushängen eines Abbilds eines portablen Dienstes "
"erforderlich."
@@ -923,7 +1076,8 @@ msgid "Delete or modify portable service image"
msgstr "Ein Abbild eines portablen Dienstes löschen oder bearbeiten"
#: src/portable/org.freedesktop.portable1.policy:35
-msgid "Authentication is required to delete or modify a portable service image."
+msgid ""
+"Authentication is required to delete or modify a portable service image."
msgstr ""
"Legitimierung ist zum Bearbeiten oder Löschen eines Abbilds eines portablen "
"Dienstes erforderlich."
@@ -950,7 +1104,9 @@ msgstr "Namensauflösungseinstellungen zurücksetzen"
#: src/resolve/org.freedesktop.resolve1.policy:133
msgid "Authentication is required to reset name resolution settings."
-msgstr "Legitimierung ist zum Zurücksetzen der Namensauflösungseinstellungen erforderlich."
+msgstr ""
+"Legitimierung ist zum Zurücksetzen der Namensauflösungseinstellungen "
+"erforderlich."
#: src/timedate/org.freedesktop.timedate1.policy:22
msgid "Set system time"
@@ -973,53 +1129,75 @@ msgid "Set RTC to local timezone or UTC"
msgstr "Echtzeituhr auf lokale Zeitzone oder UTC setzen"
#: src/timedate/org.freedesktop.timedate1.policy:44
-msgid "Authentication is required to control whether the RTC stores the local or UTC time."
-msgstr "Legitimierung ist notwendig zum Festlegen, ob die Echtzeituhr auf lokale Zeitzone oder UTC eingestellt ist."
+msgid ""
+"Authentication is required to control whether the RTC stores the local or "
+"UTC time."
+msgstr ""
+"Legitimierung ist notwendig zum Festlegen, ob die Echtzeituhr auf lokale "
+"Zeitzone oder UTC eingestellt ist."
#: src/timedate/org.freedesktop.timedate1.policy:53
msgid "Turn network time synchronization on or off"
msgstr "Netzwerkzeitabgeich ein- oder ausschalten"
#: src/timedate/org.freedesktop.timedate1.policy:54
-msgid "Authentication is required to control whether network time synchronization shall be enabled."
-msgstr "Legitimierung ist zum Festlegen, ob Netzwerkzeitabgeich eingeschaltet sein soll, erforderlich."
+msgid ""
+"Authentication is required to control whether network time synchronization "
+"shall be enabled."
+msgstr ""
+"Legitimierung ist zum Festlegen, ob Netzwerkzeitabgeich eingeschaltet sein "
+"soll, erforderlich."
-#: src/core/dbus-unit.c:364
+#: src/core/dbus-unit.c:352
msgid "Authentication is required to start '$(unit)'."
msgstr "Legitimierung ist zum Starten von »$(unit)« notwendig."
-#: src/core/dbus-unit.c:365
+#: src/core/dbus-unit.c:353
msgid "Authentication is required to stop '$(unit)'."
msgstr "Legitimierung ist zum Stoppen von »$(unit)« notwendig."
-#: src/core/dbus-unit.c:366
+#: src/core/dbus-unit.c:354
msgid "Authentication is required to reload '$(unit)'."
msgstr "Legitimierung ist zum erneuten Laden von »$(unit)« notwendig."
-#: src/core/dbus-unit.c:367 src/core/dbus-unit.c:368
+#: src/core/dbus-unit.c:355 src/core/dbus-unit.c:356
msgid "Authentication is required to restart '$(unit)'."
msgstr "Legitimierung ist zum Neustarten von »$(unit)« notwendig."
-#: src/core/dbus-unit.c:565
-msgid "Authentication is required to send a UNIX signal to the processes of '$(unit)'."
-msgstr "Legitimierung ist zum Senden eines UNIX-Signals an die Prozesse von »$(unit)« notwendig."
+#: src/core/dbus-unit.c:553
+msgid ""
+"Authentication is required to send a UNIX signal to the processes of "
+"'$(unit)'."
+msgstr ""
+"Legitimierung ist zum Senden eines UNIX-Signals an die Prozesse von "
+"»$(unit)« notwendig."
-#: src/core/dbus-unit.c:595
+#: src/core/dbus-unit.c:583
msgid "Authentication is required to reset the \"failed\" state of '$(unit)'."
-msgstr "Legitimierung ist zum Zurücksetzen des Status »fehlgeschlagen« von »$(unit)« notwendig"
+msgstr ""
+"Legitimierung ist zum Zurücksetzen des Status »fehlgeschlagen« von »$(unit)« "
+"notwendig"
-#: src/core/dbus-unit.c:627
+#: src/core/dbus-unit.c:615
msgid "Authentication is required to set properties on '$(unit)'."
-msgstr "Legitimierung ist zum Festlegen der Eigenschaften von »$(unit)« notwendig."
+msgstr ""
+"Legitimierung ist zum Festlegen der Eigenschaften von »$(unit)« notwendig."
-#: src/core/dbus-unit.c:728
-msgid "Authentication is required to delete files and directories associated with '$(unit)'."
-msgstr "Legitimierung ist zum Löschen von Dateien und Verzeichnissen, die zu »$(unit)« gehören, erforderlich."
+#: src/core/dbus-unit.c:716
+msgid ""
+"Authentication is required to delete files and directories associated with "
+"'$(unit)'."
+msgstr ""
+"Legitimierung ist zum Löschen von Dateien und Verzeichnissen, die zu "
+"»$(unit)« gehören, erforderlich."
-#: src/core/dbus-unit.c:776
+#: src/core/dbus-unit.c:764
#, fuzzy
-msgid "Authentication is required to freeze or thaw the processes of '$(unit)' unit."
-msgstr "Legitimierung ist zum Zurücksetzen des Status »fehlgeschlagen« von »$(unit)« notwendig"
+msgid ""
+"Authentication is required to freeze or thaw the processes of '$(unit)' unit."
+msgstr ""
+"Legitimierung ist zum Zurücksetzen des Status »fehlgeschlagen« von »$(unit)« "
+"notwendig"
#~ msgid "Authentication is required to kill '$(unit)'."
#~ msgstr "Legitimierung ist zum Eliminieren von »$(unit)« notwendig."
diff --git a/po/el.po b/po/el.po
index 5b98c0dec8b..8d128897082 100644
--- a/po/el.po
+++ b/po/el.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-07-14 10:32+0100\n"
+"POT-Creation-Date: 2023-11-14 21:25+0000\n"
"PO-Revision-Date: 2014-04-29 09:17+0300\n"
"Last-Translator: Dimitris Spingos (Δημήτρης Σπίγγος) <dmtrs32@gmail.com>\n"
"Language-Team: team@lists.gnome.gr\n"
@@ -22,8 +22,11 @@ msgid "Send passphrase back to system"
msgstr "Αποστολή του συνθηματικού πίσω στο σύστημα"
#: src/core/org.freedesktop.systemd1.policy.in:23
-msgid "Authentication is required to send the entered passphrase back to the system."
-msgstr "Απαιτείται πιστοποίηση για αποστολή του εισερχόμενου συνθηματικού πίσω στο σύστημα."
+msgid ""
+"Authentication is required to send the entered passphrase back to the system."
+msgstr ""
+"Απαιτείται πιστοποίηση για αποστολή του εισερχόμενου συνθηματικού πίσω στο "
+"σύστημα."
#: src/core/org.freedesktop.systemd1.policy.in:33
msgid "Manage system services or other units"
@@ -32,7 +35,9 @@ msgstr ""
#: src/core/org.freedesktop.systemd1.policy.in:34
#, fuzzy
msgid "Authentication is required to manage system services or other units."
-msgstr "Απαιτείται πιστοποίηση για να προσπελάσετε τον διαχειριστή συστήματος και υπηρεσιών."
+msgstr ""
+"Απαιτείται πιστοποίηση για να προσπελάσετε τον διαχειριστή συστήματος και "
+"υπηρεσιών."
#: src/core/org.freedesktop.systemd1.policy.in:43
msgid "Manage system service or unit files"
@@ -41,7 +46,9 @@ msgstr ""
#: src/core/org.freedesktop.systemd1.policy.in:44
#, fuzzy
msgid "Authentication is required to manage system service or unit files."
-msgstr "Απαιτείται πιστοποίηση για να προσπελάσετε τον διαχειριστή συστήματος και υπηρεσιών."
+msgstr ""
+"Απαιτείται πιστοποίηση για να προσπελάσετε τον διαχειριστή συστήματος και "
+"υπηρεσιών."
#: src/core/org.freedesktop.systemd1.policy.in:54
#, fuzzy
@@ -50,8 +57,12 @@ msgstr "Προνομιούχος πρόσβαση διαχειριστή συσ
#: src/core/org.freedesktop.systemd1.policy.in:55
#, fuzzy
-msgid "Authentication is required to set or unset system and service manager environment variables."
-msgstr "Απαιτείται πιστοποίηση για να προσπελάσετε τον διαχειριστή συστήματος και υπηρεσιών."
+msgid ""
+"Authentication is required to set or unset system and service manager "
+"environment variables."
+msgstr ""
+"Απαιτείται πιστοποίηση για να προσπελάσετε τον διαχειριστή συστήματος και "
+"υπηρεσιών."
#: src/core/org.freedesktop.systemd1.policy.in:64
#, fuzzy
@@ -69,7 +80,8 @@ msgstr ""
#: src/core/org.freedesktop.systemd1.policy.in:75
#, fuzzy
-msgid "Authentication is required to dump the systemd state without rate limits."
+msgid ""
+"Authentication is required to dump the systemd state without rate limits."
msgstr "Απαιτείται πιστοποίηση για να ορίσετε την ώρα του συστήματος."
#: src/home/org.freedesktop.home1.policy:13
@@ -96,8 +108,10 @@ msgstr ""
#: src/home/org.freedesktop.home1.policy:34
#, fuzzy
-msgid "Authentication is required to check credentials against a user's home area."
-msgstr "Απαιτείται πιστοποίηση για προσάρτηση μιας συσκευής σε έναν σταθμό εργασίας."
+msgid ""
+"Authentication is required to check credentials against a user's home area."
+msgstr ""
+"Απαιτείται πιστοποίηση για προσάρτηση μιας συσκευής σε έναν σταθμό εργασίας."
#: src/home/org.freedesktop.home1.policy:43
msgid "Update a home area"
@@ -106,7 +120,8 @@ msgstr ""
#: src/home/org.freedesktop.home1.policy:44
#, fuzzy
msgid "Authentication is required to update a user's home area."
-msgstr "Απαιτείται πιστοποίηση για προσάρτηση μιας συσκευής σε έναν σταθμό εργασίας."
+msgstr ""
+"Απαιτείται πιστοποίηση για προσάρτηση μιας συσκευής σε έναν σταθμό εργασίας."
#: src/home/org.freedesktop.home1.policy:53
msgid "Resize a home area"
@@ -123,12 +138,16 @@ msgstr ""
#: src/home/org.freedesktop.home1.policy:64
#, fuzzy
-msgid "Authentication is required to change the password of a user's home area."
-msgstr "Απαιτείται πιστοποίηση για προσάρτηση μιας συσκευής σε έναν σταθμό εργασίας."
+msgid ""
+"Authentication is required to change the password of a user's home area."
+msgstr ""
+"Απαιτείται πιστοποίηση για προσάρτηση μιας συσκευής σε έναν σταθμό εργασίας."
#: src/home/pam_systemd_home.c:287
#, c-format
-msgid "Home of user %s is currently absent, please plug in the necessary storage device or backing file system."
+msgid ""
+"Home of user %s is currently absent, please plug in the necessary storage "
+"device or backing file system."
msgstr ""
#: src/home/pam_systemd_home.c:292
@@ -155,7 +174,9 @@ msgstr ""
#: src/home/pam_systemd_home.c:331
#, c-format
-msgid "Password/recovery key incorrect or not sufficient for authentication of user %s."
+msgid ""
+"Password/recovery key incorrect or not sufficient for authentication of user "
+"%s."
msgstr ""
#: src/home/pam_systemd_home.c:332
@@ -173,7 +194,9 @@ msgstr ""
#: src/home/pam_systemd_home.c:355
#, c-format
-msgid "Password incorrect or not sufficient, and configured security token of user %s not inserted."
+msgid ""
+"Password incorrect or not sufficient, and configured security token of user "
+"%s not inserted."
msgstr ""
#: src/home/pam_systemd_home.c:376
@@ -196,7 +219,9 @@ msgid "Please verify user on security token of user %s."
msgstr ""
#: src/home/pam_systemd_home.c:424
-msgid "Security token PIN is locked, please unlock it first. (Hint: Removal and re-insertion might suffice.)"
+msgid ""
+"Security token PIN is locked, please unlock it first. (Hint: Removal and re-"
+"insertion might suffice.)"
msgstr ""
#: src/home/pam_systemd_home.c:432
@@ -284,8 +309,12 @@ msgid "Set static hostname"
msgstr "Ορισμός στατικού ονόματος οικοδεσπότη"
#: src/hostname/org.freedesktop.hostname1.policy:31
-msgid "Authentication is required to set the statically configured local hostname, as well as the pretty hostname."
-msgstr "Απαιτείται πιστοποίηση για να ορίσετε το στατικά ρυθμισμένο όνομα τοπικού οικοδεσπότη, καθώς και το pretty όνομα οικοδεσπότη."
+msgid ""
+"Authentication is required to set the statically configured local hostname, "
+"as well as the pretty hostname."
+msgstr ""
+"Απαιτείται πιστοποίηση για να ορίσετε το στατικά ρυθμισμένο όνομα τοπικού "
+"οικοδεσπότη, καθώς και το pretty όνομα οικοδεσπότη."
#: src/hostname/org.freedesktop.hostname1.policy:41
msgid "Set machine information"
@@ -356,7 +385,8 @@ msgstr "Ορισμός τοπικών ρυθμίσεων συστήματος"
#: src/locale/org.freedesktop.locale1.policy:23
msgid "Authentication is required to set the system locale."
-msgstr "Απαιτείται πιστοποίηση για να ορίσετε τις τοπικές ρυθμίσεις του συστήματος."
+msgstr ""
+"Απαιτείται πιστοποίηση για να ορίσετε τις τοπικές ρυθμίσεις του συστήματος."
#: src/locale/org.freedesktop.locale1.policy:33
msgid "Set system keyboard settings"
@@ -364,23 +394,32 @@ msgstr "Ορισμός ρυθμίσεων πληκτρολογίου συστή
#: src/locale/org.freedesktop.locale1.policy:34
msgid "Authentication is required to set the system keyboard settings."
-msgstr "Απαιτείται πιστοποίηση για να ορίσετε τις ρυθμίσεις πληκτρολογίου του συστήματος."
+msgstr ""
+"Απαιτείται πιστοποίηση για να ορίσετε τις ρυθμίσεις πληκτρολογίου του "
+"συστήματος."
#: src/login/org.freedesktop.login1.policy:22
msgid "Allow applications to inhibit system shutdown"
-msgstr "Να επιτρέπεται στις εφαρμογές να αποτρέπουν τον τερματισμό του συστήματος"
+msgstr ""
+"Να επιτρέπεται στις εφαρμογές να αποτρέπουν τον τερματισμό του συστήματος"
#: src/login/org.freedesktop.login1.policy:23
-msgid "Authentication is required for an application to inhibit system shutdown."
-msgstr "Απαιτείται πιστοποίηση για να επιτρέπεται σε μια εφαρμογή να αποτρέψει τον τερματισμό του συστήματος."
+msgid ""
+"Authentication is required for an application to inhibit system shutdown."
+msgstr ""
+"Απαιτείται πιστοποίηση για να επιτρέπεται σε μια εφαρμογή να αποτρέψει τον "
+"τερματισμό του συστήματος."
#: src/login/org.freedesktop.login1.policy:33
msgid "Allow applications to delay system shutdown"
-msgstr "Να επιτρέπεται στις εφαρμογές να καθυστερούν τον τερματισμό του συστήματος"
+msgstr ""
+"Να επιτρέπεται στις εφαρμογές να καθυστερούν τον τερματισμό του συστήματος"
#: src/login/org.freedesktop.login1.policy:34
msgid "Authentication is required for an application to delay system shutdown."
-msgstr "Απαιτείται πιστοποίηση για να επιτρέπεται σε μια εφαρμογή να καθυστερήσει τον τερματισμό του συστήματος."
+msgstr ""
+"Απαιτείται πιστοποίηση για να επιτρέπεται σε μια εφαρμογή να καθυστερήσει "
+"τον τερματισμό του συστήματος."
#: src/login/org.freedesktop.login1.policy:44
msgid "Allow applications to inhibit system sleep"
@@ -388,7 +427,9 @@ msgstr "Να επιτρέπεται στις εφαρμογές να αποτρ
#: src/login/org.freedesktop.login1.policy:45
msgid "Authentication is required for an application to inhibit system sleep."
-msgstr "Απαιτείται πιστοποίηση για να επιτρέπεται σε μια εφαρμογή να αποτρέψει την ύπνωση του συστήματος."
+msgstr ""
+"Απαιτείται πιστοποίηση για να επιτρέπεται σε μια εφαρμογή να αποτρέψει την "
+"ύπνωση του συστήματος."
#: src/login/org.freedesktop.login1.policy:55
msgid "Allow applications to delay system sleep"
@@ -396,57 +437,95 @@ msgstr "Να επιτρέπεται στις εφαρμογές να καθυσ
#: src/login/org.freedesktop.login1.policy:56
msgid "Authentication is required for an application to delay system sleep."
-msgstr "Απαιτείται πιστοποίηση για να επιτρέπεται σε μια εφαρμογή να καθυστερήσει την ύπνωση του συστήματος."
+msgstr ""
+"Απαιτείται πιστοποίηση για να επιτρέπεται σε μια εφαρμογή να καθυστερήσει "
+"την ύπνωση του συστήματος."
#: src/login/org.freedesktop.login1.policy:65
msgid "Allow applications to inhibit automatic system suspend"
-msgstr "Να επιτρέπεται στις εφαρμογές να αποτρέπουν την αυτόματη αναστολή του συστήματος"
+msgstr ""
+"Να επιτρέπεται στις εφαρμογές να αποτρέπουν την αυτόματη αναστολή του "
+"συστήματος"
#: src/login/org.freedesktop.login1.policy:66
-msgid "Authentication is required for an application to inhibit automatic system suspend."
-msgstr "Απαιτείται πιστοποίηση για να επιτρέπεται σε μια εφαρμογή να αποτρέψει την αυτόματη αναστολή του συστήματος."
+msgid ""
+"Authentication is required for an application to inhibit automatic system "
+"suspend."
+msgstr ""
+"Απαιτείται πιστοποίηση για να επιτρέπεται σε μια εφαρμογή να αποτρέψει την "
+"αυτόματη αναστολή του συστήματος."
#: src/login/org.freedesktop.login1.policy:75
msgid "Allow applications to inhibit system handling of the power key"
-msgstr "Να επιτρέπεται στις εφαρμογές να αποτρέπουν τη διαχείριση του πλήκτρου ενεργοποίησης του συστήματος"
+msgstr ""
+"Να επιτρέπεται στις εφαρμογές να αποτρέπουν τη διαχείριση του πλήκτρου "
+"ενεργοποίησης του συστήματος"
#: src/login/org.freedesktop.login1.policy:76
-msgid "Authentication is required for an application to inhibit system handling of the power key."
-msgstr "Απαιτείται πιστοποίηση για να επιτρέπεται σε μια εφαρμογή να αποτρέψει την διαχείριση του πλήκτρου ενεργοποίησης του συστήματος."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the power key."
+msgstr ""
+"Απαιτείται πιστοποίηση για να επιτρέπεται σε μια εφαρμογή να αποτρέψει την "
+"διαχείριση του πλήκτρου ενεργοποίησης του συστήματος."
#: src/login/org.freedesktop.login1.policy:86
msgid "Allow applications to inhibit system handling of the suspend key"
-msgstr "Να επιτρέπεται στις εφαρμογές να αποτρέπουν τη διαχείριση του πλήκτρου αναστολής του συστήματος."
+msgstr ""
+"Να επιτρέπεται στις εφαρμογές να αποτρέπουν τη διαχείριση του πλήκτρου "
+"αναστολής του συστήματος."
#: src/login/org.freedesktop.login1.policy:87
-msgid "Authentication is required for an application to inhibit system handling of the suspend key."
-msgstr "Απαιτείται πιστοποίηση για να επιτρέπεται σε μια εφαρμογή να αποτρέψει την διαχείριση του πλήκτρου αναστολής του συστήματος."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the suspend key."
+msgstr ""
+"Απαιτείται πιστοποίηση για να επιτρέπεται σε μια εφαρμογή να αποτρέψει την "
+"διαχείριση του πλήκτρου αναστολής του συστήματος."
#: src/login/org.freedesktop.login1.policy:97
msgid "Allow applications to inhibit system handling of the hibernate key"
-msgstr "Να επιτρέπεται στις εφαρμογές να αποτρέπουν τη διαχείριση του πλήκτρου αδρανοποίησης του συστήματος"
+msgstr ""
+"Να επιτρέπεται στις εφαρμογές να αποτρέπουν τη διαχείριση του πλήκτρου "
+"αδρανοποίησης του συστήματος"
#: src/login/org.freedesktop.login1.policy:98
-msgid "Authentication is required for an application to inhibit system handling of the hibernate key."
-msgstr "Απαιτείται πιστοποίηση για να επιτρέπεται σε μια εφαρμογή να αποτρέψει την διαχείριση του πλήκτρου αδρανοποίησης του συστήματος."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the hibernate key."
+msgstr ""
+"Απαιτείται πιστοποίηση για να επιτρέπεται σε μια εφαρμογή να αποτρέψει την "
+"διαχείριση του πλήκτρου αδρανοποίησης του συστήματος."
#: src/login/org.freedesktop.login1.policy:107
msgid "Allow applications to inhibit system handling of the lid switch"
-msgstr "Να επιτρέπεται στις εφαρμογές να αποτρέπουν τη διαχείριση του διακόπτη καλύμματος του συστήματος"
+msgstr ""
+"Να επιτρέπεται στις εφαρμογές να αποτρέπουν τη διαχείριση του διακόπτη "
+"καλύμματος του συστήματος"
#: src/login/org.freedesktop.login1.policy:108
-msgid "Authentication is required for an application to inhibit system handling of the lid switch."
-msgstr "Απαιτείται πιστοποίηση για να επιτρέπεται σε μια εφαρμογή να αποτρέψει την διαχείριση του διακόπτη καλύμματος του συστήματος."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the lid switch."
+msgstr ""
+"Απαιτείται πιστοποίηση για να επιτρέπεται σε μια εφαρμογή να αποτρέψει την "
+"διαχείριση του διακόπτη καλύμματος του συστήματος."
#: src/login/org.freedesktop.login1.policy:117
#, fuzzy
msgid "Allow applications to inhibit system handling of the reboot key"
-msgstr "Να επιτρέπεται στις εφαρμογές να αποτρέπουν τη διαχείριση του πλήκτρου ενεργοποίησης του συστήματος"
+msgstr ""
+"Να επιτρέπεται στις εφαρμογές να αποτρέπουν τη διαχείριση του πλήκτρου "
+"ενεργοποίησης του συστήματος"
#: src/login/org.freedesktop.login1.policy:118
#, fuzzy
-msgid "Authentication is required for an application to inhibit system handling of the reboot key."
-msgstr "Απαιτείται πιστοποίηση για να επιτρέπεται σε μια εφαρμογή να αποτρέψει την διαχείριση του πλήκτρου ενεργοποίησης του συστήματος."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the reboot key."
+msgstr ""
+"Απαιτείται πιστοποίηση για να επιτρέπεται σε μια εφαρμογή να αποτρέψει την "
+"διαχείριση του πλήκτρου ενεργοποίησης του συστήματος."
#: src/login/org.freedesktop.login1.policy:128
#, fuzzy
@@ -456,7 +535,9 @@ msgstr "Να επιτρέπεται σε μη συνδεμένους χρήστ
#: src/login/org.freedesktop.login1.policy:129
#, fuzzy
msgid "Explicit request is required to run programs as a non-logged-in user."
-msgstr "Απαιτείται πιστοποίηση για να επιτρέπεται σε μη συνδεμένους χρήστες να εκτελούν προγράμματα."
+msgstr ""
+"Απαιτείται πιστοποίηση για να επιτρέπεται σε μη συνδεμένους χρήστες να "
+"εκτελούν προγράμματα."
#: src/login/org.freedesktop.login1.policy:138
msgid "Allow non-logged-in users to run programs"
@@ -464,7 +545,9 @@ msgstr "Να επιτρέπεται σε μη συνδεμένους χρήστ
#: src/login/org.freedesktop.login1.policy:139
msgid "Authentication is required to run programs as a non-logged-in user."
-msgstr "Απαιτείται πιστοποίηση για να επιτρέπεται σε μη συνδεμένους χρήστες να εκτελούν προγράμματα."
+msgstr ""
+"Απαιτείται πιστοποίηση για να επιτρέπεται σε μη συνδεμένους χρήστες να "
+"εκτελούν προγράμματα."
#: src/login/org.freedesktop.login1.policy:148
msgid "Allow attaching devices to seats"
@@ -472,7 +555,8 @@ msgstr "Να επιτρέπεται η προσάρτηση συσκευών σ
#: src/login/org.freedesktop.login1.policy:149
msgid "Authentication is required to attach a device to a seat."
-msgstr "Απαιτείται πιστοποίηση για προσάρτηση μιας συσκευής σε έναν σταθμό εργασίας."
+msgstr ""
+"Απαιτείται πιστοποίηση για προσάρτηση μιας συσκευής σε έναν σταθμό εργασίας."
#: src/login/org.freedesktop.login1.policy:159
msgid "Flush device to seat attachments"
@@ -480,7 +564,9 @@ msgstr "Αφαίρεση συσκευής από προσαρτήσεις στα
#: src/login/org.freedesktop.login1.policy:160
msgid "Authentication is required to reset how devices are attached to seats."
-msgstr "Απαιτείται πιστοποίηση για επαναφορά του τρόπου που οι συσκευές προσαρτώνται στους σταθμούς εργασίας."
+msgstr ""
+"Απαιτείται πιστοποίηση για επαναφορά του τρόπου που οι συσκευές προσαρτώνται "
+"στους σταθμούς εργασίας."
#: src/login/org.freedesktop.login1.policy:169
msgid "Power off the system"
@@ -495,16 +581,24 @@ msgid "Power off the system while other users are logged in"
msgstr "Σβήσιμο του συστήματος ενώ άλλοι χρήστες είναι συνδεμένοι"
#: src/login/org.freedesktop.login1.policy:181
-msgid "Authentication is required to power off the system while other users are logged in."
-msgstr "Απαιτείται πιστοποίηση για σβήσιμο του συστήματος ενώ άλλοι χρήστες είναι συνδεμένοι."
+msgid ""
+"Authentication is required to power off the system while other users are "
+"logged in."
+msgstr ""
+"Απαιτείται πιστοποίηση για σβήσιμο του συστήματος ενώ άλλοι χρήστες είναι "
+"συνδεμένοι."
#: src/login/org.freedesktop.login1.policy:191
msgid "Power off the system while an application is inhibiting this"
msgstr "Απενεργοποίηση του συστήματος ενώ μια εφαρμογή ζήτησε να αποτραπεί."
#: src/login/org.freedesktop.login1.policy:192
-msgid "Authentication is required to power off the system while an application is inhibiting this."
-msgstr "Απαιτείται πιστοποίηση για απενεργοποίηση του συστήματος ενώ μια εφαρμογή ζήτησε να αποτραπεί."
+msgid ""
+"Authentication is required to power off the system while an application is "
+"inhibiting this."
+msgstr ""
+"Απαιτείται πιστοποίηση για απενεργοποίηση του συστήματος ενώ μια εφαρμογή "
+"ζήτησε να αποτραπεί."
#: src/login/org.freedesktop.login1.policy:202
msgid "Reboot the system"
@@ -519,16 +613,24 @@ msgid "Reboot the system while other users are logged in"
msgstr "Επανεκκίνηση του συστήματος ενώ άλλοι χρήστες είναι συνδεμένοι"
#: src/login/org.freedesktop.login1.policy:214
-msgid "Authentication is required to reboot the system while other users are logged in."
-msgstr "Απαιτείται πιστοποίηση για επανεκκίνηση του συστήματος ενώ άλλοι χρήστες είναι συνδεμένοι."
+msgid ""
+"Authentication is required to reboot the system while other users are logged "
+"in."
+msgstr ""
+"Απαιτείται πιστοποίηση για επανεκκίνηση του συστήματος ενώ άλλοι χρήστες "
+"είναι συνδεμένοι."
#: src/login/org.freedesktop.login1.policy:224
msgid "Reboot the system while an application is inhibiting this"
msgstr "Επανεκκίνηση του συστήματος ενώ μια εφαρμογή ζήτησε να αποτραπεί"
#: src/login/org.freedesktop.login1.policy:225
-msgid "Authentication is required to reboot the system while an application is inhibiting this."
-msgstr "Απαιτείται πιστοποίηση για επανεκκίνηση του συστήματος ενώ μια εφαρμογή ζήτησε να αποτραπεί."
+msgid ""
+"Authentication is required to reboot the system while an application is "
+"inhibiting this."
+msgstr ""
+"Απαιτείται πιστοποίηση για επανεκκίνηση του συστήματος ενώ μια εφαρμογή "
+"ζήτησε να αποτραπεί."
#: src/login/org.freedesktop.login1.policy:235
#, fuzzy
@@ -547,8 +649,12 @@ msgstr "Αδρανοποίηση του συστήματος ενώ άλλοι
#: src/login/org.freedesktop.login1.policy:247
#, fuzzy
-msgid "Authentication is required to halt the system while other users are logged in."
-msgstr "Απαιτείται πιστοποίηση για αδρανοποίηση του συστήματος ενώ άλλοι χρήστες είναι συνδεμένοι."
+msgid ""
+"Authentication is required to halt the system while other users are logged "
+"in."
+msgstr ""
+"Απαιτείται πιστοποίηση για αδρανοποίηση του συστήματος ενώ άλλοι χρήστες "
+"είναι συνδεμένοι."
#: src/login/org.freedesktop.login1.policy:257
#, fuzzy
@@ -557,8 +663,12 @@ msgstr "Αδρανοποίηση του συστήματος ενώ μια εφ
#: src/login/org.freedesktop.login1.policy:258
#, fuzzy
-msgid "Authentication is required to halt the system while an application is inhibiting this."
-msgstr "Απαιτείται πιστοποίηση για αδρανοποίηση του συστήματος ενώ μια εφαρμογή ζήτησε να αποτραπεί."
+msgid ""
+"Authentication is required to halt the system while an application is "
+"inhibiting this."
+msgstr ""
+"Απαιτείται πιστοποίηση για αδρανοποίηση του συστήματος ενώ μια εφαρμογή "
+"ζήτησε να αποτραπεί."
#: src/login/org.freedesktop.login1.policy:268
msgid "Suspend the system"
@@ -573,16 +683,24 @@ msgid "Suspend the system while other users are logged in"
msgstr "Αναστολή του συστήματος ενώ άλλοι χρήστες είναι συνδεμένοι"
#: src/login/org.freedesktop.login1.policy:279
-msgid "Authentication is required to suspend the system while other users are logged in."
-msgstr "Απαιτείται πιστοποίηση για αναστολή του συστήματος ενώ άλλοι χρήστες είναι συνδεμένοι."
+msgid ""
+"Authentication is required to suspend the system while other users are "
+"logged in."
+msgstr ""
+"Απαιτείται πιστοποίηση για αναστολή του συστήματος ενώ άλλοι χρήστες είναι "
+"συνδεμένοι."
#: src/login/org.freedesktop.login1.policy:289
msgid "Suspend the system while an application is inhibiting this"
msgstr "Αναστολή του συστήματος ενώ μια εφαρμογή ζήτησε να αποτραπεί"
#: src/login/org.freedesktop.login1.policy:290
-msgid "Authentication is required to suspend the system while an application is inhibiting this."
-msgstr "Απαιτείται πιστοποίηση για αναστολή του συστήματος ενώ μια εφαρμογή ζήτησε να αποτραπεί."
+msgid ""
+"Authentication is required to suspend the system while an application is "
+"inhibiting this."
+msgstr ""
+"Απαιτείται πιστοποίηση για αναστολή του συστήματος ενώ μια εφαρμογή ζήτησε "
+"να αποτραπεί."
#: src/login/org.freedesktop.login1.policy:300
msgid "Hibernate the system"
@@ -597,16 +715,24 @@ msgid "Hibernate the system while other users are logged in"
msgstr "Αδρανοποίηση του συστήματος ενώ άλλοι χρήστες είναι συνδεμένοι"
#: src/login/org.freedesktop.login1.policy:311
-msgid "Authentication is required to hibernate the system while other users are logged in."
-msgstr "Απαιτείται πιστοποίηση για αδρανοποίηση του συστήματος ενώ άλλοι χρήστες είναι συνδεμένοι."
+msgid ""
+"Authentication is required to hibernate the system while other users are "
+"logged in."
+msgstr ""
+"Απαιτείται πιστοποίηση για αδρανοποίηση του συστήματος ενώ άλλοι χρήστες "
+"είναι συνδεμένοι."
#: src/login/org.freedesktop.login1.policy:321
msgid "Hibernate the system while an application is inhibiting this"
msgstr "Αδρανοποίηση του συστήματος ενώ μια εφαρμογή ζήτησε να αποτραπεί"
#: src/login/org.freedesktop.login1.policy:322
-msgid "Authentication is required to hibernate the system while an application is inhibiting this."
-msgstr "Απαιτείται πιστοποίηση για αδρανοποίηση του συστήματος ενώ μια εφαρμογή ζήτησε να αποτραπεί."
+msgid ""
+"Authentication is required to hibernate the system while an application is "
+"inhibiting this."
+msgstr ""
+"Απαιτείται πιστοποίηση για αδρανοποίηση του συστήματος ενώ μια εφαρμογή "
+"ζήτησε να αποτραπεί."
#: src/login/org.freedesktop.login1.policy:332
msgid "Manage active sessions, users and seats"
@@ -615,7 +741,8 @@ msgstr ""
#: src/login/org.freedesktop.login1.policy:333
#, fuzzy
msgid "Authentication is required to manage active sessions, users and seats."
-msgstr "Απαιτείται πιστοποίηση για προσάρτηση μιας συσκευής σε έναν σταθμό εργασίας."
+msgstr ""
+"Απαιτείται πιστοποίηση για προσάρτηση μιας συσκευής σε έναν σταθμό εργασίας."
#: src/login/org.freedesktop.login1.policy:342
msgid "Lock or unlock active sessions"
@@ -642,7 +769,9 @@ msgstr "Απαιτείται πιστοποίηση για να ορίσετε
#: src/login/org.freedesktop.login1.policy:364
#, fuzzy
-msgid "Authentication is required to indicate to the firmware to boot to setup interface."
+msgid ""
+"Authentication is required to indicate to the firmware to boot to setup "
+"interface."
msgstr "Απαιτείται πιστοποίηση για να ορίσετε τοπικά όνομα οικοδεσπότη."
#: src/login/org.freedesktop.login1.policy:374
@@ -651,7 +780,9 @@ msgstr ""
#: src/login/org.freedesktop.login1.policy:375
#, fuzzy
-msgid "Authentication is required to indicate to the boot loader to boot to the boot loader menu."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot to the "
+"boot loader menu."
msgstr "Απαιτείται πιστοποίηση για να ορίσετε τοπικά όνομα οικοδεσπότη."
#: src/login/org.freedesktop.login1.policy:385
@@ -660,7 +791,9 @@ msgstr ""
#: src/login/org.freedesktop.login1.policy:386
#, fuzzy
-msgid "Authentication is required to indicate to the boot loader to boot into a specific boot loader entry."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot into a "
+"specific boot loader entry."
msgstr "Απαιτείται πιστοποίηση για να ορίσετε τοπικά όνομα οικοδεσπότη."
#: src/login/org.freedesktop.login1.policy:396
@@ -725,7 +858,8 @@ msgstr "Απαιτείται πιστοποίηση για να ορίσετε
#: src/machine/org.freedesktop.machine1.policy:65
#, fuzzy
-msgid "Authentication is required to acquire a pseudo TTY in a local container."
+msgid ""
+"Authentication is required to acquire a pseudo TTY in a local container."
msgstr "Απαιτείται πιστοποίηση για να ορίσετε τοπικά όνομα οικοδεσπότη."
#: src/machine/org.freedesktop.machine1.policy:74
@@ -743,7 +877,8 @@ msgstr ""
#: src/machine/org.freedesktop.machine1.policy:85
#, fuzzy
-msgid "Authentication is required to manage local virtual machines and containers."
+msgid ""
+"Authentication is required to manage local virtual machines and containers."
msgstr "Απαιτείται πιστοποίηση για να ορίσετε πληροφορίες τοπικής μηχανής."
#: src/machine/org.freedesktop.machine1.policy:95
@@ -752,7 +887,9 @@ msgstr ""
#: src/machine/org.freedesktop.machine1.policy:96
#, fuzzy
-msgid "Authentication is required to manage local virtual machine and container images."
+msgid ""
+"Authentication is required to manage local virtual machine and container "
+"images."
msgstr "Απαιτείται πιστοποίηση για να ορίσετε πληροφορίες τοπικής μηχανής."
#: src/network/org.freedesktop.network1.policy:22
@@ -850,7 +987,8 @@ msgstr ""
#: src/resolve/org.freedesktop.resolve1.policy:122
#, fuzzy
msgid "Authentication is required to set DNSSEC Negative Trust Anchors."
-msgstr "Απαιτείται πιστοποίηση για να ορίσετε τις τοπικές ρυθμίσεις του συστήματος."
+msgstr ""
+"Απαιτείται πιστοποίηση για να ορίσετε τις τοπικές ρυθμίσεις του συστήματος."
#: src/network/org.freedesktop.network1.policy:121
msgid "Revert NTP settings"
@@ -921,8 +1059,10 @@ msgstr ""
#: src/portable/org.freedesktop.portable1.policy:24
#, fuzzy
-msgid "Authentication is required to attach or detach a portable service image."
-msgstr "Απαιτείται πιστοποίηση για προσάρτηση μιας συσκευής σε έναν σταθμό εργασίας."
+msgid ""
+"Authentication is required to attach or detach a portable service image."
+msgstr ""
+"Απαιτείται πιστοποίηση για προσάρτηση μιας συσκευής σε έναν σταθμό εργασίας."
#: src/portable/org.freedesktop.portable1.policy:34
msgid "Delete or modify portable service image"
@@ -930,7 +1070,8 @@ msgstr ""
#: src/portable/org.freedesktop.portable1.policy:35
#, fuzzy
-msgid "Authentication is required to delete or modify a portable service image."
+msgid ""
+"Authentication is required to delete or modify a portable service image."
msgstr "Απαιτείται πιστοποίηση για να ορίσετε πληροφορίες τοπικής μηχανής."
#: src/resolve/org.freedesktop.resolve1.policy:22
@@ -958,7 +1099,9 @@ msgstr ""
#: src/resolve/org.freedesktop.resolve1.policy:133
#, fuzzy
msgid "Authentication is required to reset name resolution settings."
-msgstr "Απαιτείται πιστοποίηση για να ορίσετε τις ρυθμίσεις πληκτρολογίου του συστήματος."
+msgstr ""
+"Απαιτείται πιστοποίηση για να ορίσετε τις ρυθμίσεις πληκτρολογίου του "
+"συστήματος."
#: src/timedate/org.freedesktop.timedate1.policy:22
msgid "Set system time"
@@ -981,60 +1124,73 @@ msgid "Set RTC to local timezone or UTC"
msgstr "Ορισμός RTC στην τοπική ζώνη ώρας ή UTC"
#: src/timedate/org.freedesktop.timedate1.policy:44
-msgid "Authentication is required to control whether the RTC stores the local or UTC time."
-msgstr "Απαιτείται πιστοποίηση για να ελέγξετε αν το RTC αποθηκεύει την τοπική ή την ώρα UTC."
+msgid ""
+"Authentication is required to control whether the RTC stores the local or "
+"UTC time."
+msgstr ""
+"Απαιτείται πιστοποίηση για να ελέγξετε αν το RTC αποθηκεύει την τοπική ή την "
+"ώρα UTC."
#: src/timedate/org.freedesktop.timedate1.policy:53
msgid "Turn network time synchronization on or off"
msgstr "Ενεργοποίηση/Απενεργοποίηση συγχρονισμού ώρας δικτύου"
#: src/timedate/org.freedesktop.timedate1.policy:54
-msgid "Authentication is required to control whether network time synchronization shall be enabled."
-msgstr "Απαιτείται πιστοποίηση για να ελέγξετε αν ο συγχρονισμός ώρας δικτύου θα ενεργοποιηθεί."
+msgid ""
+"Authentication is required to control whether network time synchronization "
+"shall be enabled."
+msgstr ""
+"Απαιτείται πιστοποίηση για να ελέγξετε αν ο συγχρονισμός ώρας δικτύου θα "
+"ενεργοποιηθεί."
-#: src/core/dbus-unit.c:364
+#: src/core/dbus-unit.c:352
#, fuzzy
msgid "Authentication is required to start '$(unit)'."
msgstr "Απαιτείται πιστοποίηση για να ορίσετε την ώρα του συστήματος."
-#: src/core/dbus-unit.c:365
+#: src/core/dbus-unit.c:353
#, fuzzy
msgid "Authentication is required to stop '$(unit)'."
msgstr "Απαιτείται πιστοποίηση για να ορίσετε την ώρα του συστήματος."
-#: src/core/dbus-unit.c:366
+#: src/core/dbus-unit.c:354
#, fuzzy
msgid "Authentication is required to reload '$(unit)'."
msgstr "Απαιτείται πιστοποίηση για να ορίσετε την ώρα του συστήματος."
-#: src/core/dbus-unit.c:367 src/core/dbus-unit.c:368
+#: src/core/dbus-unit.c:355 src/core/dbus-unit.c:356
#, fuzzy
msgid "Authentication is required to restart '$(unit)'."
msgstr "Απαιτείται πιστοποίηση για να ορίσετε την ώρα του συστήματος."
-#: src/core/dbus-unit.c:565
+#: src/core/dbus-unit.c:553
#, fuzzy
-msgid "Authentication is required to send a UNIX signal to the processes of '$(unit)'."
+msgid ""
+"Authentication is required to send a UNIX signal to the processes of "
+"'$(unit)'."
msgstr "Απαιτείται πιστοποίηση για να ορίσετε την ώρα του συστήματος."
-#: src/core/dbus-unit.c:595
+#: src/core/dbus-unit.c:583
#, fuzzy
msgid "Authentication is required to reset the \"failed\" state of '$(unit)'."
msgstr "Απαιτείται πιστοποίηση για να ορίσετε τοπικά όνομα οικοδεσπότη."
-#: src/core/dbus-unit.c:627
+#: src/core/dbus-unit.c:615
#, fuzzy
msgid "Authentication is required to set properties on '$(unit)'."
msgstr "Απαιτείται πιστοποίηση για να ορίσετε την ώρα του συστήματος."
-#: src/core/dbus-unit.c:728
+#: src/core/dbus-unit.c:716
#, fuzzy
-msgid "Authentication is required to delete files and directories associated with '$(unit)'."
+msgid ""
+"Authentication is required to delete files and directories associated with "
+"'$(unit)'."
msgstr "Απαιτείται πιστοποίηση για να ορίσετε τοπικά όνομα οικοδεσπότη."
-#: src/core/dbus-unit.c:776
+#: src/core/dbus-unit.c:764
#, fuzzy
-msgid "Authentication is required to freeze or thaw the processes of '$(unit)' unit."
+msgid ""
+"Authentication is required to freeze or thaw the processes of '$(unit)' unit."
msgstr "Απαιτείται πιστοποίηση για να ορίσετε τοπικά όνομα οικοδεσπότη."
#, fuzzy
diff --git a/po/es.po b/po/es.po
index a62dc8fabe9..a60d1c4de4b 100644
--- a/po/es.po
+++ b/po/es.po
@@ -9,10 +9,11 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-07-14 10:32+0100\n"
+"POT-Creation-Date: 2023-11-14 21:25+0000\n"
"PO-Revision-Date: 2021-08-26 18:05+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fitoschido@gmail.com>\n"
-"Language-Team: Spanish <https://translate.fedoraproject.org/projects/systemd/master/es/>\n"
+"Language-Team: Spanish <https://translate.fedoraproject.org/projects/systemd/"
+"master/es/>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -25,8 +26,10 @@ msgid "Send passphrase back to system"
msgstr "Devolver contraseña al sistema"
#: src/core/org.freedesktop.systemd1.policy.in:23
-msgid "Authentication is required to send the entered passphrase back to the system."
-msgstr "Necesita autenticarse para devolver la contraseña introducida al sistema."
+msgid ""
+"Authentication is required to send the entered passphrase back to the system."
+msgstr ""
+"Necesita autenticarse para devolver la contraseña introducida al sistema."
#: src/core/org.freedesktop.systemd1.policy.in:33
msgid "Manage system services or other units"
@@ -34,7 +37,9 @@ msgstr "Administrar servicios del sistema u otras unidades"
#: src/core/org.freedesktop.systemd1.policy.in:34
msgid "Authentication is required to manage system services or other units."
-msgstr "Necesita autenticarse para administrar los servicios de sistema u otras unidades."
+msgstr ""
+"Necesita autenticarse para administrar los servicios de sistema u otras "
+"unidades."
#: src/core/org.freedesktop.systemd1.policy.in:43
msgid "Manage system service or unit files"
@@ -42,15 +47,21 @@ msgstr "Administrar servicio del sistema o archivos de unidad"
#: src/core/org.freedesktop.systemd1.policy.in:44
msgid "Authentication is required to manage system service or unit files."
-msgstr "Necesita autenticarse para administrar el servicio de sistema o los archivos de unidad."
+msgstr ""
+"Necesita autenticarse para administrar el servicio de sistema o los archivos "
+"de unidad."
#: src/core/org.freedesktop.systemd1.policy.in:54
msgid "Set or unset system and service manager environment variables"
msgstr "Administrar variables de entorno del sistema y del gestor de servicios"
#: src/core/org.freedesktop.systemd1.policy.in:55
-msgid "Authentication is required to set or unset system and service manager environment variables."
-msgstr "Necesita autenticarse para administrar las variables de entorno del sistema y del gestor de servicios."
+msgid ""
+"Authentication is required to set or unset system and service manager "
+"environment variables."
+msgstr ""
+"Necesita autenticarse para administrar las variables de entorno del sistema "
+"y del gestor de servicios."
#: src/core/org.freedesktop.systemd1.policy.in:64
msgid "Reload the systemd state"
@@ -66,7 +77,8 @@ msgstr ""
#: src/core/org.freedesktop.systemd1.policy.in:75
#, fuzzy
-msgid "Authentication is required to dump the systemd state without rate limits."
+msgid ""
+"Authentication is required to dump the systemd state without rate limits."
msgstr "Necesita autenticarse para recargar el estado de systemd."
#: src/home/org.freedesktop.home1.policy:13
@@ -90,8 +102,11 @@ msgid "Check credentials of a home area"
msgstr "Comprobar las credenciales de un área home"
#: src/home/org.freedesktop.home1.policy:34
-msgid "Authentication is required to check credentials against a user's home area."
-msgstr "Necesita autenticarse para comprobar las credenciales del espacio personal de un usuario."
+msgid ""
+"Authentication is required to check credentials against a user's home area."
+msgstr ""
+"Necesita autenticarse para comprobar las credenciales del espacio personal "
+"de un usuario."
#: src/home/org.freedesktop.home1.policy:43
msgid "Update a home area"
@@ -99,7 +114,8 @@ msgstr "Actualizar un espacio personal"
#: src/home/org.freedesktop.home1.policy:44
msgid "Authentication is required to update a user's home area."
-msgstr "Necesita autenticarse para actualizar el espacio personal de un usuario."
+msgstr ""
+"Necesita autenticarse para actualizar el espacio personal de un usuario."
#: src/home/org.freedesktop.home1.policy:53
msgid "Resize a home area"
@@ -107,19 +123,25 @@ msgstr "Redimensionar un espacio personal"
#: src/home/org.freedesktop.home1.policy:54
msgid "Authentication is required to resize a user's home area."
-msgstr "Necesita autenticarse para redimensionar el espacio personal de un usuario."
+msgstr ""
+"Necesita autenticarse para redimensionar el espacio personal de un usuario."
#: src/home/org.freedesktop.home1.policy:63
msgid "Change password of a home area"
msgstr "Cambiar contraseña de un espacio personal"
#: src/home/org.freedesktop.home1.policy:64
-msgid "Authentication is required to change the password of a user's home area."
-msgstr "Necesita autenticarse para cambiar la contraseña del espacio personal de un usuario."
+msgid ""
+"Authentication is required to change the password of a user's home area."
+msgstr ""
+"Necesita autenticarse para cambiar la contraseña del espacio personal de un "
+"usuario."
#: src/home/pam_systemd_home.c:287
#, c-format
-msgid "Home of user %s is currently absent, please plug in the necessary storage device or backing file system."
+msgid ""
+"Home of user %s is currently absent, please plug in the necessary storage "
+"device or backing file system."
msgstr ""
#: src/home/pam_systemd_home.c:292
@@ -146,7 +168,9 @@ msgstr ""
#: src/home/pam_systemd_home.c:331
#, c-format
-msgid "Password/recovery key incorrect or not sufficient for authentication of user %s."
+msgid ""
+"Password/recovery key incorrect or not sufficient for authentication of user "
+"%s."
msgstr ""
#: src/home/pam_systemd_home.c:332
@@ -164,7 +188,9 @@ msgstr ""
#: src/home/pam_systemd_home.c:355
#, c-format
-msgid "Password incorrect or not sufficient, and configured security token of user %s not inserted."
+msgid ""
+"Password incorrect or not sufficient, and configured security token of user "
+"%s not inserted."
msgstr ""
#: src/home/pam_systemd_home.c:376
@@ -187,7 +213,9 @@ msgid "Please verify user on security token of user %s."
msgstr ""
#: src/home/pam_systemd_home.c:424
-msgid "Security token PIN is locked, please unlock it first. (Hint: Removal and re-insertion might suffice.)"
+msgid ""
+"Security token PIN is locked, please unlock it first. (Hint: Removal and re-"
+"insertion might suffice.)"
msgstr ""
#: src/home/pam_systemd_home.c:432
@@ -275,8 +303,12 @@ msgid "Set static hostname"
msgstr "Establecer nombre estático del equipo"
#: src/hostname/org.freedesktop.hostname1.policy:31
-msgid "Authentication is required to set the statically configured local hostname, as well as the pretty hostname."
-msgstr "Necesita autenticarse para establecer el nombre estático de equipo local, así como el nombre visible del equipo."
+msgid ""
+"Authentication is required to set the statically configured local hostname, "
+"as well as the pretty hostname."
+msgstr ""
+"Necesita autenticarse para establecer el nombre estático de equipo local, "
+"así como el nombre visible del equipo."
#: src/hostname/org.freedesktop.hostname1.policy:41
msgid "Set machine information"
@@ -319,7 +351,9 @@ msgstr "Importar una imagen de máquina virtual o de contenedor"
#: src/import/org.freedesktop.import1.policy:23
msgid "Authentication is required to import a VM or container image"
-msgstr "Necesita autenticarse para importar una imagen de máquina virtual o de contenedor"
+msgstr ""
+"Necesita autenticarse para importar una imagen de máquina virtual o de "
+"contenedor"
#: src/import/org.freedesktop.import1.policy:32
msgid "Export a VM or container image"
@@ -327,7 +361,9 @@ msgstr "Exportar imagen de máquina virtual o de contenedor"
#: src/import/org.freedesktop.import1.policy:33
msgid "Authentication is required to export a VM or container image"
-msgstr "Necesita autenticarse para exportar una imagen de máquina virtual o de contenedor"
+msgstr ""
+"Necesita autenticarse para exportar una imagen de máquina virtual o de "
+"contenedor"
#: src/import/org.freedesktop.import1.policy:42
msgid "Download a VM or container image"
@@ -335,7 +371,9 @@ msgstr "Descargar una imagen de máquina virtual o de contenedor"
#: src/import/org.freedesktop.import1.policy:43
msgid "Authentication is required to download a VM or container image"
-msgstr "Necesita autenticarse para descargar una imagen de máquina virtual o de contenedor"
+msgstr ""
+"Necesita autenticarse para descargar una imagen de máquina virtual o de "
+"contenedor"
#: src/locale/org.freedesktop.locale1.policy:22
msgid "Set system locale"
@@ -358,8 +396,10 @@ msgid "Allow applications to inhibit system shutdown"
msgstr "Permitir que las aplicaciones impidan el apagado del sistema"
#: src/login/org.freedesktop.login1.policy:23
-msgid "Authentication is required for an application to inhibit system shutdown."
-msgstr "Necesita autenticarse para que una aplicación impida el apagado del sistema."
+msgid ""
+"Authentication is required for an application to inhibit system shutdown."
+msgstr ""
+"Necesita autenticarse para que una aplicación impida el apagado del sistema."
#: src/login/org.freedesktop.login1.policy:33
msgid "Allow applications to delay system shutdown"
@@ -367,7 +407,8 @@ msgstr "Permitir a las aplicaciones retrasar el apagado del sistema"
#: src/login/org.freedesktop.login1.policy:34
msgid "Authentication is required for an application to delay system shutdown."
-msgstr "Necesita autenticarse para que una aplicación retrase el apagado del sistema."
+msgstr ""
+"Necesita autenticarse para que una aplicación retrase el apagado del sistema."
#: src/login/org.freedesktop.login1.policy:44
msgid "Allow applications to inhibit system sleep"
@@ -375,7 +416,9 @@ msgstr "Permitir a las aplicaciones impedir la hibernación del sistema"
#: src/login/org.freedesktop.login1.policy:45
msgid "Authentication is required for an application to inhibit system sleep."
-msgstr "Necesita autenticarse para que una aplicación impida la hibernación del sistema."
+msgstr ""
+"Necesita autenticarse para que una aplicación impida la hibernación del "
+"sistema."
#: src/login/org.freedesktop.login1.policy:55
msgid "Allow applications to delay system sleep"
@@ -383,57 +426,94 @@ msgstr "Permitir a las aplicaciones retrasar la hibernación del sistema"
#: src/login/org.freedesktop.login1.policy:56
msgid "Authentication is required for an application to delay system sleep."
-msgstr "Necesita autenticarse para que una aplicación retrase la hibernación del sistema."
+msgstr ""
+"Necesita autenticarse para que una aplicación retrase la hibernación del "
+"sistema."
#: src/login/org.freedesktop.login1.policy:65
msgid "Allow applications to inhibit automatic system suspend"
-msgstr "Permitir a las aplicaciones impedir la suspensión automática del sistema"
+msgstr ""
+"Permitir a las aplicaciones impedir la suspensión automática del sistema"
#: src/login/org.freedesktop.login1.policy:66
-msgid "Authentication is required for an application to inhibit automatic system suspend."
-msgstr "Necesita autenticarse para que una aplicación impida la suspensión automática del sistema."
+msgid ""
+"Authentication is required for an application to inhibit automatic system "
+"suspend."
+msgstr ""
+"Necesita autenticarse para que una aplicación impida la suspensión "
+"automática del sistema."
#: src/login/org.freedesktop.login1.policy:75
msgid "Allow applications to inhibit system handling of the power key"
-msgstr "Permitir a las aplicaciones impedir el manejo de la tecla de encendido/apagado por parte del sistema"
+msgstr ""
+"Permitir a las aplicaciones impedir el manejo de la tecla de encendido/"
+"apagado por parte del sistema"
#: src/login/org.freedesktop.login1.policy:76
-msgid "Authentication is required for an application to inhibit system handling of the power key."
-msgstr "Necesita autenticarse para que una aplicación impida el manejo de la tecla de encendido/apagado por parte del sistema."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the power key."
+msgstr ""
+"Necesita autenticarse para que una aplicación impida el manejo de la tecla "
+"de encendido/apagado por parte del sistema."
#: src/login/org.freedesktop.login1.policy:86
msgid "Allow applications to inhibit system handling of the suspend key"
-msgstr "Permitir a las aplicaciones impedir el manejo de la tecla de suspensión por parte del sistema"
+msgstr ""
+"Permitir a las aplicaciones impedir el manejo de la tecla de suspensión por "
+"parte del sistema"
#: src/login/org.freedesktop.login1.policy:87
-msgid "Authentication is required for an application to inhibit system handling of the suspend key."
-msgstr "Necesita autenticarse para que una aplicación impida el manejo de la tecla de suspensión por parte del sistema."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the suspend key."
+msgstr ""
+"Necesita autenticarse para que una aplicación impida el manejo de la tecla "
+"de suspensión por parte del sistema."
#: src/login/org.freedesktop.login1.policy:97
msgid "Allow applications to inhibit system handling of the hibernate key"
-msgstr "Permitir a las aplicaciones impedir el manejo de la tecla de hibernación por parte del sistema"
+msgstr ""
+"Permitir a las aplicaciones impedir el manejo de la tecla de hibernación por "
+"parte del sistema"
#: src/login/org.freedesktop.login1.policy:98
-msgid "Authentication is required for an application to inhibit system handling of the hibernate key."
-msgstr "Necesita autenticarse para que una aplicación impida el manejo de la tecla de hibernación por parte del sistema."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the hibernate key."
+msgstr ""
+"Necesita autenticarse para que una aplicación impida el manejo de la tecla "
+"de hibernación por parte del sistema."
#: src/login/org.freedesktop.login1.policy:107
msgid "Allow applications to inhibit system handling of the lid switch"
-msgstr "Permitir a las aplicaciones impedir el manejo del cierre de la tapa del portátil por parte del sistema"
+msgstr ""
+"Permitir a las aplicaciones impedir el manejo del cierre de la tapa del "
+"portátil por parte del sistema"
#: src/login/org.freedesktop.login1.policy:108
-msgid "Authentication is required for an application to inhibit system handling of the lid switch."
-msgstr "Necesita autenticarse para que una aplicación impida el manejo del cierre de la tapa del portátil por parte del sistema."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the lid switch."
+msgstr ""
+"Necesita autenticarse para que una aplicación impida el manejo del cierre de "
+"la tapa del portátil por parte del sistema."
#: src/login/org.freedesktop.login1.policy:117
#, fuzzy
msgid "Allow applications to inhibit system handling of the reboot key"
-msgstr "Permitir a las aplicaciones impedir el manejo de la tecla de encendido/apagado por parte del sistema"
+msgstr ""
+"Permitir a las aplicaciones impedir el manejo de la tecla de encendido/"
+"apagado por parte del sistema"
#: src/login/org.freedesktop.login1.policy:118
#, fuzzy
-msgid "Authentication is required for an application to inhibit system handling of the reboot key."
-msgstr "Necesita autenticarse para que una aplicación impida el manejo de la tecla de encendido/apagado por parte del sistema."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the reboot key."
+msgstr ""
+"Necesita autenticarse para que una aplicación impida el manejo de la tecla "
+"de encendido/apagado por parte del sistema."
#: src/login/org.freedesktop.login1.policy:128
#, fuzzy
@@ -443,7 +523,9 @@ msgstr "Permitir la ejecución de programas a usuarios no conectados"
#: src/login/org.freedesktop.login1.policy:129
#, fuzzy
msgid "Explicit request is required to run programs as a non-logged-in user."
-msgstr "Se requiere autenticación para la ejecución de programas por usuarios no conectados."
+msgstr ""
+"Se requiere autenticación para la ejecución de programas por usuarios no "
+"conectados."
#: src/login/org.freedesktop.login1.policy:138
msgid "Allow non-logged-in users to run programs"
@@ -451,7 +533,9 @@ msgstr "Permitir la ejecución de programas a usuarios no conectados"
#: src/login/org.freedesktop.login1.policy:139
msgid "Authentication is required to run programs as a non-logged-in user."
-msgstr "Necesita autenticarse para la ejecución de programas por usuarios no conectados."
+msgstr ""
+"Necesita autenticarse para la ejecución de programas por usuarios no "
+"conectados."
#: src/login/org.freedesktop.login1.policy:148
msgid "Allow attaching devices to seats"
@@ -459,7 +543,8 @@ msgstr "Permitir la conexión de dispositivos a los puestos de trabajo"
#: src/login/org.freedesktop.login1.policy:149
msgid "Authentication is required to attach a device to a seat."
-msgstr "Necesita autenticarse para conectar un dispositivo a un puesto de trabajo."
+msgstr ""
+"Necesita autenticarse para conectar un dispositivo a un puesto de trabajo."
#: src/login/org.freedesktop.login1.policy:159
msgid "Flush device to seat attachments"
@@ -467,7 +552,9 @@ msgstr "Refrescar los dispositivos asociados a cada puesto de trabajo"
#: src/login/org.freedesktop.login1.policy:160
msgid "Authentication is required to reset how devices are attached to seats."
-msgstr "Necesita autenticarse para reconfigurar los dispositivos asociados a cada puesto de trabajo."
+msgstr ""
+"Necesita autenticarse para reconfigurar los dispositivos asociados a cada "
+"puesto de trabajo."
#: src/login/org.freedesktop.login1.policy:169
msgid "Power off the system"
@@ -482,16 +569,24 @@ msgid "Power off the system while other users are logged in"
msgstr "Apagar el sistema mientras todavía hay usuarios conectados"
#: src/login/org.freedesktop.login1.policy:181
-msgid "Authentication is required to power off the system while other users are logged in."
-msgstr "Necesita autenticarse para apagar el sistema mientras todavía hay usuarios conectados."
+msgid ""
+"Authentication is required to power off the system while other users are "
+"logged in."
+msgstr ""
+"Necesita autenticarse para apagar el sistema mientras todavía hay usuarios "
+"conectados."
#: src/login/org.freedesktop.login1.policy:191
msgid "Power off the system while an application is inhibiting this"
msgstr "Apagar el sistema a pesar de que una aplicación lo impide"
#: src/login/org.freedesktop.login1.policy:192
-msgid "Authentication is required to power off the system while an application is inhibiting this."
-msgstr "Necesita autenticarse para apagar el sistema a pesar de que una aplicación lo impide."
+msgid ""
+"Authentication is required to power off the system while an application is "
+"inhibiting this."
+msgstr ""
+"Necesita autenticarse para apagar el sistema a pesar de que una aplicación "
+"lo impide."
#: src/login/org.freedesktop.login1.policy:202
msgid "Reboot the system"
@@ -506,16 +601,24 @@ msgid "Reboot the system while other users are logged in"
msgstr "Reiniciar el sistema mientras todavía hay usuarios conectados"
#: src/login/org.freedesktop.login1.policy:214
-msgid "Authentication is required to reboot the system while other users are logged in."
-msgstr "Necesita autenticarse para reiniciar el sistema mientras todavía hay usuarios conectados."
+msgid ""
+"Authentication is required to reboot the system while other users are logged "
+"in."
+msgstr ""
+"Necesita autenticarse para reiniciar el sistema mientras todavía hay "
+"usuarios conectados."
#: src/login/org.freedesktop.login1.policy:224
msgid "Reboot the system while an application is inhibiting this"
msgstr "Reiniciar el sistema a pesar de que una aplicación lo impide"
#: src/login/org.freedesktop.login1.policy:225
-msgid "Authentication is required to reboot the system while an application is inhibiting this."
-msgstr "Necesita autenticarse para reiniciar el sistema a pesar de que una aplicación lo impide."
+msgid ""
+"Authentication is required to reboot the system while an application is "
+"inhibiting this."
+msgstr ""
+"Necesita autenticarse para reiniciar el sistema a pesar de que una "
+"aplicación lo impide."
#: src/login/org.freedesktop.login1.policy:235
#, fuzzy
@@ -534,8 +637,12 @@ msgstr "Hibernar el sistema mientras todavía hay usuarios conectados"
#: src/login/org.freedesktop.login1.policy:247
#, fuzzy
-msgid "Authentication is required to halt the system while other users are logged in."
-msgstr "Se requiere autenticación para hibernar el sistema mientras todavía hay usuarios conectados."
+msgid ""
+"Authentication is required to halt the system while other users are logged "
+"in."
+msgstr ""
+"Se requiere autenticación para hibernar el sistema mientras todavía hay "
+"usuarios conectados."
#: src/login/org.freedesktop.login1.policy:257
#, fuzzy
@@ -544,8 +651,12 @@ msgstr "Hibernar el sistema a pesar de que una aplicación lo impide"
#: src/login/org.freedesktop.login1.policy:258
#, fuzzy
-msgid "Authentication is required to halt the system while an application is inhibiting this."
-msgstr "Se requiere autenticación para hibernar el sistema a pesar de que una aplicación lo impide."
+msgid ""
+"Authentication is required to halt the system while an application is "
+"inhibiting this."
+msgstr ""
+"Se requiere autenticación para hibernar el sistema a pesar de que una "
+"aplicación lo impide."
#: src/login/org.freedesktop.login1.policy:268
msgid "Suspend the system"
@@ -560,16 +671,24 @@ msgid "Suspend the system while other users are logged in"
msgstr "Suspender el sistema mientras todavía hay usuarios conectados"
#: src/login/org.freedesktop.login1.policy:279
-msgid "Authentication is required to suspend the system while other users are logged in."
-msgstr "Necesita autenticarse para suspender el sistema mientras todavía hay usuarios conectados."
+msgid ""
+"Authentication is required to suspend the system while other users are "
+"logged in."
+msgstr ""
+"Necesita autenticarse para suspender el sistema mientras todavía hay "
+"usuarios conectados."
#: src/login/org.freedesktop.login1.policy:289
msgid "Suspend the system while an application is inhibiting this"
msgstr "Suspender el sistema a pesar de que una aplicación lo impide"
#: src/login/org.freedesktop.login1.policy:290
-msgid "Authentication is required to suspend the system while an application is inhibiting this."
-msgstr "Necesita autenticarse para suspender el sistema a pesar de que una aplicación lo impide."
+msgid ""
+"Authentication is required to suspend the system while an application is "
+"inhibiting this."
+msgstr ""
+"Necesita autenticarse para suspender el sistema a pesar de que una "
+"aplicación lo impide."
#: src/login/org.freedesktop.login1.policy:300
msgid "Hibernate the system"
@@ -584,16 +703,24 @@ msgid "Hibernate the system while other users are logged in"
msgstr "Hibernar el sistema mientras todavía hay usuarios conectados"
#: src/login/org.freedesktop.login1.policy:311
-msgid "Authentication is required to hibernate the system while other users are logged in."
-msgstr "Necesita autenticarse para hibernar el sistema mientras todavía hay usuarios conectados."
+msgid ""
+"Authentication is required to hibernate the system while other users are "
+"logged in."
+msgstr ""
+"Necesita autenticarse para hibernar el sistema mientras todavía hay usuarios "
+"conectados."
#: src/login/org.freedesktop.login1.policy:321
msgid "Hibernate the system while an application is inhibiting this"
msgstr "Hibernar el sistema a pesar de que una aplicación lo impide"
#: src/login/org.freedesktop.login1.policy:322
-msgid "Authentication is required to hibernate the system while an application is inhibiting this."
-msgstr "Necesita autenticarse para hibernar el sistema a pesar de que una aplicación lo impide."
+msgid ""
+"Authentication is required to hibernate the system while an application is "
+"inhibiting this."
+msgstr ""
+"Necesita autenticarse para hibernar el sistema a pesar de que una aplicación "
+"lo impide."
#: src/login/org.freedesktop.login1.policy:332
msgid "Manage active sessions, users and seats"
@@ -601,7 +728,9 @@ msgstr "Administrar sesiones activas, usuarios y puestos de trabajo"
#: src/login/org.freedesktop.login1.policy:333
msgid "Authentication is required to manage active sessions, users and seats."
-msgstr "Necesita autenticarse para administrar las sesiones activas, usuarios y puestos de trabajo."
+msgstr ""
+"Necesita autenticarse para administrar las sesiones activas, usuarios y "
+"puestos de trabajo."
#: src/login/org.freedesktop.login1.policy:342
msgid "Lock or unlock active sessions"
@@ -617,32 +746,46 @@ msgstr "Establecer la «razón» de reinicio en el núcleo"
#: src/login/org.freedesktop.login1.policy:353
msgid "Authentication is required to set the reboot \"reason\" in the kernel."
-msgstr "Necesita autenticarse para establecer la «razón» de reinicio en el núcleo."
+msgstr ""
+"Necesita autenticarse para establecer la «razón» de reinicio en el núcleo."
#: src/login/org.freedesktop.login1.policy:363
#, fuzzy
msgid "Indicate to the firmware to boot to setup interface"
-msgstr "Permitir indicación al firmware para arrancar la interfaz de configuración"
+msgstr ""
+"Permitir indicación al firmware para arrancar la interfaz de configuración"
#: src/login/org.freedesktop.login1.policy:364
-msgid "Authentication is required to indicate to the firmware to boot to setup interface."
-msgstr "Necesita autenticarse para indicar al firmware que arranque la interfaz de configuración."
+msgid ""
+"Authentication is required to indicate to the firmware to boot to setup "
+"interface."
+msgstr ""
+"Necesita autenticarse para indicar al firmware que arranque la interfaz de "
+"configuración."
#: src/login/org.freedesktop.login1.policy:374
msgid "Indicate to the boot loader to boot to the boot loader menu"
msgstr "Indicar al cargador de arranque que inicie el menú de selección"
#: src/login/org.freedesktop.login1.policy:375
-msgid "Authentication is required to indicate to the boot loader to boot to the boot loader menu."
-msgstr "Necesita autenticarse para indicar al cargador de arranque que inicie el menú de selección."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot to the "
+"boot loader menu."
+msgstr ""
+"Necesita autenticarse para indicar al cargador de arranque que inicie el "
+"menú de selección."
#: src/login/org.freedesktop.login1.policy:385
msgid "Indicate to the boot loader to boot a specific entry"
msgstr "Indicar al cargador de arranque que inicie una entrada concreta"
#: src/login/org.freedesktop.login1.policy:386
-msgid "Authentication is required to indicate to the boot loader to boot into a specific boot loader entry."
-msgstr "Necesita autenticarse para indicar al cargador de arranque que inicie una entrada concreta."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot into a "
+"specific boot loader entry."
+msgstr ""
+"Necesita autenticarse para indicar al cargador de arranque que inicie una "
+"entrada concreta."
#: src/login/org.freedesktop.login1.policy:396
msgid "Set a wall message"
@@ -682,7 +825,9 @@ msgstr "Se adquiere un intérprete de órdenes en un contenedor local"
#: src/machine/org.freedesktop.machine1.policy:43
msgid "Authentication is required to acquire a shell in a local container."
-msgstr "Necesita autenticarse para adquirir un intérprete de órdenes en un contenedor local."
+msgstr ""
+"Necesita autenticarse para adquirir un intérprete de órdenes en un "
+"contenedor local."
#: src/machine/org.freedesktop.machine1.policy:53
msgid "Acquire a shell on the local host"
@@ -690,15 +835,19 @@ msgstr "Se adquiere un intérprete de órdenes en el equipo local"
#: src/machine/org.freedesktop.machine1.policy:54
msgid "Authentication is required to acquire a shell on the local host."
-msgstr "Necesita autenticarse para adquirir un intérprete de órdenes del equipo local."
+msgstr ""
+"Necesita autenticarse para adquirir un intérprete de órdenes del equipo "
+"local."
#: src/machine/org.freedesktop.machine1.policy:64
msgid "Acquire a pseudo TTY in a local container"
msgstr "Se adquiere un seudo-TTY en el contenedor local"
#: src/machine/org.freedesktop.machine1.policy:65
-msgid "Authentication is required to acquire a pseudo TTY in a local container."
-msgstr "Necesita autenticarse para adquirir un seudo-TTY en el contenedor local."
+msgid ""
+"Authentication is required to acquire a pseudo TTY in a local container."
+msgstr ""
+"Necesita autenticarse para adquirir un seudo-TTY en el contenedor local."
#: src/machine/org.freedesktop.machine1.policy:74
msgid "Acquire a pseudo TTY on the local host"
@@ -713,16 +862,23 @@ msgid "Manage local virtual machines and containers"
msgstr "Administrar máquinas virtuales y contenedores locales"
#: src/machine/org.freedesktop.machine1.policy:85
-msgid "Authentication is required to manage local virtual machines and containers."
-msgstr "Necesita autenticarse para administrar las máquinas virtuales y los contenedores locales."
+msgid ""
+"Authentication is required to manage local virtual machines and containers."
+msgstr ""
+"Necesita autenticarse para administrar las máquinas virtuales y los "
+"contenedores locales."
#: src/machine/org.freedesktop.machine1.policy:95
msgid "Manage local virtual machine and container images"
msgstr "Administrar imágenes de máquina virtual y de contenedores locales"
#: src/machine/org.freedesktop.machine1.policy:96
-msgid "Authentication is required to manage local virtual machine and container images."
-msgstr "Necesita autenticarse para administrar las imágenes de máquina virtual y de contenedores locales."
+msgid ""
+"Authentication is required to manage local virtual machine and container "
+"images."
+msgstr ""
+"Necesita autenticarse para administrar las imágenes de máquina virtual y de "
+"contenedores locales."
#: src/network/org.freedesktop.network1.policy:22
msgid "Set NTP servers"
@@ -810,7 +966,9 @@ msgstr "Establecer anclas de confianza negativas de DNSSEC"
#: src/network/org.freedesktop.network1.policy:111
#: src/resolve/org.freedesktop.resolve1.policy:122
msgid "Authentication is required to set DNSSEC Negative Trust Anchors."
-msgstr "Necesita autenticarse para establecer las anclas de confianza negativas de DNSSEC."
+msgstr ""
+"Necesita autenticarse para establecer las anclas de confianza negativas de "
+"DNSSEC."
#: src/network/org.freedesktop.network1.policy:121
msgid "Revert NTP settings"
@@ -867,7 +1025,9 @@ msgstr "Inspeccionar una imagen de servicio portátil"
#: src/portable/org.freedesktop.portable1.policy:14
#, fuzzy
msgid "Authentication is required to inspect a portable service image."
-msgstr "Se requiere autenticación para importar una imagen de máquina virtual o de contenedor"
+msgstr ""
+"Se requiere autenticación para importar una imagen de máquina virtual o de "
+"contenedor"
#: src/portable/org.freedesktop.portable1.policy:23
msgid "Attach or detach a portable service image"
@@ -875,8 +1035,11 @@ msgstr "Adjuntar o desadjuntar una imagen de servicio portátil"
#: src/portable/org.freedesktop.portable1.policy:24
#, fuzzy
-msgid "Authentication is required to attach or detach a portable service image."
-msgstr "Se requiere autenticación para conectar un dispositivo a un puesto de trabajo."
+msgid ""
+"Authentication is required to attach or detach a portable service image."
+msgstr ""
+"Se requiere autenticación para conectar un dispositivo a un puesto de "
+"trabajo."
#: src/portable/org.freedesktop.portable1.policy:34
msgid "Delete or modify portable service image"
@@ -884,8 +1047,11 @@ msgstr "Eliminar o modificar imagen de servicio portátil"
#: src/portable/org.freedesktop.portable1.policy:35
#, fuzzy
-msgid "Authentication is required to delete or modify a portable service image."
-msgstr "Se requiere autenticación para descargar una imagen de máquina virtual o de contenedor"
+msgid ""
+"Authentication is required to delete or modify a portable service image."
+msgstr ""
+"Se requiere autenticación para descargar una imagen de máquina virtual o de "
+"contenedor"
#: src/resolve/org.freedesktop.resolve1.policy:22
msgid "Register a DNS-SD service"
@@ -935,61 +1101,80 @@ msgid "Set RTC to local timezone or UTC"
msgstr "Establecer reloj del sistema en formato de hora local/tiempo UTC"
#: src/timedate/org.freedesktop.timedate1.policy:44
-msgid "Authentication is required to control whether the RTC stores the local or UTC time."
-msgstr "Necesita autenticarse para establecer el reloj del sistema en formato de hora local o tiempo UTC."
+msgid ""
+"Authentication is required to control whether the RTC stores the local or "
+"UTC time."
+msgstr ""
+"Necesita autenticarse para establecer el reloj del sistema en formato de "
+"hora local o tiempo UTC."
#: src/timedate/org.freedesktop.timedate1.policy:53
msgid "Turn network time synchronization on or off"
msgstr "Activar/desactivar la sincronización de hora por red"
#: src/timedate/org.freedesktop.timedate1.policy:54
-msgid "Authentication is required to control whether network time synchronization shall be enabled."
-msgstr "Necesita autenticarse para activar/desactivar la sincronización de hora por red."
+msgid ""
+"Authentication is required to control whether network time synchronization "
+"shall be enabled."
+msgstr ""
+"Necesita autenticarse para activar/desactivar la sincronización de hora por "
+"red."
-#: src/core/dbus-unit.c:364
+#: src/core/dbus-unit.c:352
msgid "Authentication is required to start '$(unit)'."
msgstr "Necesita autenticarse para iniciar «$(unit)»."
-#: src/core/dbus-unit.c:365
+#: src/core/dbus-unit.c:353
msgid "Authentication is required to stop '$(unit)'."
msgstr "Necesita autenticarse para detener «$(unit)»."
-#: src/core/dbus-unit.c:366
+#: src/core/dbus-unit.c:354
msgid "Authentication is required to reload '$(unit)'."
msgstr "Necesita autenticarse para recargar «$(unit)»."
-#: src/core/dbus-unit.c:367 src/core/dbus-unit.c:368
+#: src/core/dbus-unit.c:355 src/core/dbus-unit.c:356
msgid "Authentication is required to restart '$(unit)'."
msgstr "Necesita autenticarse para reiniciar «$(unit)»."
-#: src/core/dbus-unit.c:565
+#: src/core/dbus-unit.c:553
#, fuzzy
-msgid "Authentication is required to send a UNIX signal to the processes of '$(unit)'."
-msgstr "Se requiere autenticación para establecer las propiedades de '$(unit)'."
+msgid ""
+"Authentication is required to send a UNIX signal to the processes of "
+"'$(unit)'."
+msgstr ""
+"Se requiere autenticación para establecer las propiedades de '$(unit)'."
-#: src/core/dbus-unit.c:595
+#: src/core/dbus-unit.c:583
msgid "Authentication is required to reset the \"failed\" state of '$(unit)'."
-msgstr "Necesita autenticarse para reiniciar el estado de «fallido» de «$(unit)»."
+msgstr ""
+"Necesita autenticarse para reiniciar el estado de «fallido» de «$(unit)»."
-#: src/core/dbus-unit.c:627
+#: src/core/dbus-unit.c:615
msgid "Authentication is required to set properties on '$(unit)'."
msgstr "Necesita autenticarse para establecer las propiedades de «$(unit)»."
-#: src/core/dbus-unit.c:728
+#: src/core/dbus-unit.c:716
#, fuzzy
-msgid "Authentication is required to delete files and directories associated with '$(unit)'."
-msgstr "Se requiere autenticación para reiniciar el estado de «fallido» de '$(unit)'."
+msgid ""
+"Authentication is required to delete files and directories associated with "
+"'$(unit)'."
+msgstr ""
+"Se requiere autenticación para reiniciar el estado de «fallido» de '$(unit)'."
-#: src/core/dbus-unit.c:776
+#: src/core/dbus-unit.c:764
#, fuzzy
-msgid "Authentication is required to freeze or thaw the processes of '$(unit)' unit."
-msgstr "Se requiere autenticación para reiniciar el estado de «fallido» de '$(unit)'."
+msgid ""
+"Authentication is required to freeze or thaw the processes of '$(unit)' unit."
+msgstr ""
+"Se requiere autenticación para reiniciar el estado de «fallido» de '$(unit)'."
#~ msgid "Authentication is required to kill '$(unit)'."
#~ msgstr "Se requiere autenticación para matar a '$(unit)'."
#~ msgid "Press Ctrl+C to cancel all filesystem checks in progress"
-#~ msgstr "Presione Ctrl+C para cancelar todas las comprobaciones del sistema de archivos en curso"
+#~ msgstr ""
+#~ "Presione Ctrl+C para cancelar todas las comprobaciones del sistema de "
+#~ "archivos en curso"
#~ msgid "Checking in progress on %d disk (%3.1f%% complete)"
#~ msgid_plural "Checking in progress on %d disks (%3.1f%% complete)"
diff --git a/po/et.po b/po/et.po
index c301d970aa2..78f178889a8 100644
--- a/po/et.po
+++ b/po/et.po
@@ -4,10 +4,11 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-07-14 10:32+0100\n"
+"POT-Creation-Date: 2023-11-14 21:25+0000\n"
"PO-Revision-Date: 2022-10-24 15:23+0000\n"
"Last-Translator: H A <contact+fedora@hen.ee>\n"
-"Language-Team: Estonian <https://translate.fedoraproject.org/projects/systemd/master/et/>\n"
+"Language-Team: Estonian <https://translate.fedoraproject.org/projects/"
+"systemd/master/et/>\n"
"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -20,7 +21,8 @@ msgid "Send passphrase back to system"
msgstr ""
#: src/core/org.freedesktop.systemd1.policy.in:23
-msgid "Authentication is required to send the entered passphrase back to the system."
+msgid ""
+"Authentication is required to send the entered passphrase back to the system."
msgstr ""
#: src/core/org.freedesktop.systemd1.policy.in:33
@@ -29,7 +31,8 @@ msgstr "Halda süsteemi teenuseid või teisi ühikuid"
#: src/core/org.freedesktop.systemd1.policy.in:34
msgid "Authentication is required to manage system services or other units."
-msgstr "Autentimine on vajalik, et hallata süsteemi teenuseid või teisi ühikuid."
+msgstr ""
+"Autentimine on vajalik, et hallata süsteemi teenuseid või teisi ühikuid."
#: src/core/org.freedesktop.systemd1.policy.in:43
msgid "Manage system service or unit files"
@@ -44,8 +47,12 @@ msgid "Set or unset system and service manager environment variables"
msgstr ""
#: src/core/org.freedesktop.systemd1.policy.in:55
-msgid "Authentication is required to set or unset system and service manager environment variables."
-msgstr "Autentimine on vajalik, et määrata või kustutada süsteemi- või teenusehalduri keskkonnamuutujaid."
+msgid ""
+"Authentication is required to set or unset system and service manager "
+"environment variables."
+msgstr ""
+"Autentimine on vajalik, et määrata või kustutada süsteemi- või "
+"teenusehalduri keskkonnamuutujaid."
#: src/core/org.freedesktop.systemd1.policy.in:64
msgid "Reload the systemd state"
@@ -61,7 +68,8 @@ msgstr ""
#: src/core/org.freedesktop.systemd1.policy.in:75
#, fuzzy
-msgid "Authentication is required to dump the systemd state without rate limits."
+msgid ""
+"Authentication is required to dump the systemd state without rate limits."
msgstr "Autentimine on vajalik, et laadida systemd olekut uuesti."
#: src/home/org.freedesktop.home1.policy:13
@@ -85,7 +93,8 @@ msgid "Check credentials of a home area"
msgstr ""
#: src/home/org.freedesktop.home1.policy:34
-msgid "Authentication is required to check credentials against a user's home area."
+msgid ""
+"Authentication is required to check credentials against a user's home area."
msgstr ""
#: src/home/org.freedesktop.home1.policy:43
@@ -109,12 +118,15 @@ msgid "Change password of a home area"
msgstr "Muuda koduala parooli"
#: src/home/org.freedesktop.home1.policy:64
-msgid "Authentication is required to change the password of a user's home area."
+msgid ""
+"Authentication is required to change the password of a user's home area."
msgstr "Autentimine on vajalik, et muuta kasutaja koduala parooli."
#: src/home/pam_systemd_home.c:287
#, c-format
-msgid "Home of user %s is currently absent, please plug in the necessary storage device or backing file system."
+msgid ""
+"Home of user %s is currently absent, please plug in the necessary storage "
+"device or backing file system."
msgstr ""
#: src/home/pam_systemd_home.c:292
@@ -141,7 +153,9 @@ msgstr ""
#: src/home/pam_systemd_home.c:331
#, c-format
-msgid "Password/recovery key incorrect or not sufficient for authentication of user %s."
+msgid ""
+"Password/recovery key incorrect or not sufficient for authentication of user "
+"%s."
msgstr ""
#: src/home/pam_systemd_home.c:332
@@ -159,7 +173,9 @@ msgstr ""
#: src/home/pam_systemd_home.c:355
#, c-format
-msgid "Password incorrect or not sufficient, and configured security token of user %s not inserted."
+msgid ""
+"Password incorrect or not sufficient, and configured security token of user "
+"%s not inserted."
msgstr ""
#: src/home/pam_systemd_home.c:376
@@ -182,7 +198,9 @@ msgid "Please verify user on security token of user %s."
msgstr ""
#: src/home/pam_systemd_home.c:424
-msgid "Security token PIN is locked, please unlock it first. (Hint: Removal and re-insertion might suffice.)"
+msgid ""
+"Security token PIN is locked, please unlock it first. (Hint: Removal and re-"
+"insertion might suffice.)"
msgstr ""
#: src/home/pam_systemd_home.c:432
@@ -270,8 +288,12 @@ msgid "Set static hostname"
msgstr "Säti staatiline hostinimi"
#: src/hostname/org.freedesktop.hostname1.policy:31
-msgid "Authentication is required to set the statically configured local hostname, as well as the pretty hostname."
-msgstr "Autentmine on vajalik, et sättida staatiline konfigureeritud kohalikku hostinime ja ka kena hostinime."
+msgid ""
+"Authentication is required to set the statically configured local hostname, "
+"as well as the pretty hostname."
+msgstr ""
+"Autentmine on vajalik, et sättida staatiline konfigureeritud kohalikku "
+"hostinime ja ka kena hostinime."
#: src/hostname/org.freedesktop.hostname1.policy:41
msgid "Set machine information"
@@ -350,7 +372,8 @@ msgid "Allow applications to inhibit system shutdown"
msgstr "Luba rakendustel takistada süsteemi välja lülitamist"
#: src/login/org.freedesktop.login1.policy:23
-msgid "Authentication is required for an application to inhibit system shutdown."
+msgid ""
+"Authentication is required for an application to inhibit system shutdown."
msgstr ""
#: src/login/org.freedesktop.login1.policy:33
@@ -382,15 +405,20 @@ msgid "Allow applications to inhibit automatic system suspend"
msgstr "Luba rakendustel takistada automaatset süsteemiuinakut"
#: src/login/org.freedesktop.login1.policy:66
-msgid "Authentication is required for an application to inhibit automatic system suspend."
-msgstr "Autentimine on vajalik, et rakendus takistaks automaatset süsteemiuinakut."
+msgid ""
+"Authentication is required for an application to inhibit automatic system "
+"suspend."
+msgstr ""
+"Autentimine on vajalik, et rakendus takistaks automaatset süsteemiuinakut."
#: src/login/org.freedesktop.login1.policy:75
msgid "Allow applications to inhibit system handling of the power key"
msgstr "Luba rakendustel blokeerida süsteemi toitenuppu"
#: src/login/org.freedesktop.login1.policy:76
-msgid "Authentication is required for an application to inhibit system handling of the power key."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the power key."
msgstr "Autentimine on vajalik, et rakendus blokeeriks süsteemi toitenuppu."
#: src/login/org.freedesktop.login1.policy:86
@@ -398,7 +426,9 @@ msgid "Allow applications to inhibit system handling of the suspend key"
msgstr "Luba rakendustel blokeerida süsteemi uinakunuppu"
#: src/login/org.freedesktop.login1.policy:87
-msgid "Authentication is required for an application to inhibit system handling of the suspend key."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the suspend key."
msgstr "Autentimine on vajalik, et rakendus blokeeriks süsteemi uinakunuppu."
#: src/login/org.freedesktop.login1.policy:97
@@ -406,7 +436,9 @@ msgid "Allow applications to inhibit system handling of the hibernate key"
msgstr ""
#: src/login/org.freedesktop.login1.policy:98
-msgid "Authentication is required for an application to inhibit system handling of the hibernate key."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the hibernate key."
msgstr ""
#: src/login/org.freedesktop.login1.policy:107
@@ -414,7 +446,9 @@ msgid "Allow applications to inhibit system handling of the lid switch"
msgstr ""
#: src/login/org.freedesktop.login1.policy:108
-msgid "Authentication is required for an application to inhibit system handling of the lid switch."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the lid switch."
msgstr ""
#: src/login/org.freedesktop.login1.policy:117
@@ -422,7 +456,9 @@ msgid "Allow applications to inhibit system handling of the reboot key"
msgstr ""
#: src/login/org.freedesktop.login1.policy:118
-msgid "Authentication is required for an application to inhibit system handling of the reboot key."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the reboot key."
msgstr ""
#: src/login/org.freedesktop.login1.policy:128
@@ -439,7 +475,9 @@ msgstr "Luba mitte sisse logitud kasutajadel programme käivitada"
#: src/login/org.freedesktop.login1.policy:139
msgid "Authentication is required to run programs as a non-logged-in user."
-msgstr "Autentimine on vajalik, et käivitada programme mitte sisse logitud kasutajana."
+msgstr ""
+"Autentimine on vajalik, et käivitada programme mitte sisse logitud "
+"kasutajana."
#: src/login/org.freedesktop.login1.policy:148
msgid "Allow attaching devices to seats"
@@ -470,15 +508,21 @@ msgid "Power off the system while other users are logged in"
msgstr "Lülita välja süsteem, isegi kui teised kasutajad on sisse logitud"
#: src/login/org.freedesktop.login1.policy:181
-msgid "Authentication is required to power off the system while other users are logged in."
-msgstr "Autentimine on vajalik, et lülitada süsteemi välja, kui teised kasutajad on sisse logitud."
+msgid ""
+"Authentication is required to power off the system while other users are "
+"logged in."
+msgstr ""
+"Autentimine on vajalik, et lülitada süsteemi välja, kui teised kasutajad on "
+"sisse logitud."
#: src/login/org.freedesktop.login1.policy:191
msgid "Power off the system while an application is inhibiting this"
msgstr ""
#: src/login/org.freedesktop.login1.policy:192
-msgid "Authentication is required to power off the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to power off the system while an application is "
+"inhibiting this."
msgstr ""
#: src/login/org.freedesktop.login1.policy:202
@@ -494,16 +538,24 @@ msgid "Reboot the system while other users are logged in"
msgstr "Taaskäivita süsteem, isegi kui teised kasutajad on sisse logitud"
#: src/login/org.freedesktop.login1.policy:214
-msgid "Authentication is required to reboot the system while other users are logged in."
-msgstr "Autentimine on vajalik, et taaskäivitada süsteemi, kui teised kasutajad on sisse logitud."
+msgid ""
+"Authentication is required to reboot the system while other users are logged "
+"in."
+msgstr ""
+"Autentimine on vajalik, et taaskäivitada süsteemi, kui teised kasutajad on "
+"sisse logitud."
#: src/login/org.freedesktop.login1.policy:224
msgid "Reboot the system while an application is inhibiting this"
msgstr "Taaskäivita süsteem, kui üks rakendus takistab seda"
#: src/login/org.freedesktop.login1.policy:225
-msgid "Authentication is required to reboot the system while an application is inhibiting this."
-msgstr "Autentimine on vajalik, et taaskäivitada süsteemi, kui rakendus takistab seda."
+msgid ""
+"Authentication is required to reboot the system while an application is "
+"inhibiting this."
+msgstr ""
+"Autentimine on vajalik, et taaskäivitada süsteemi, kui rakendus takistab "
+"seda."
#: src/login/org.freedesktop.login1.policy:235
msgid "Halt the system"
@@ -518,16 +570,23 @@ msgid "Halt the system while other users are logged in"
msgstr "Peata süsteem, isegi kui teised kasutajad on sisse logitud"
#: src/login/org.freedesktop.login1.policy:247
-msgid "Authentication is required to halt the system while other users are logged in."
-msgstr "Autentimine on vajalik, et peatada süsteemi, kui teised kasutajad on sisse logitud."
+msgid ""
+"Authentication is required to halt the system while other users are logged "
+"in."
+msgstr ""
+"Autentimine on vajalik, et peatada süsteemi, kui teised kasutajad on sisse "
+"logitud."
#: src/login/org.freedesktop.login1.policy:257
msgid "Halt the system while an application is inhibiting this"
msgstr "Peata süsteem, kui üks rakendus takistab seda"
#: src/login/org.freedesktop.login1.policy:258
-msgid "Authentication is required to halt the system while an application is inhibiting this."
-msgstr "Autentimine on vajalik, et peatada süsteemi, kui üks rakendus takistab seda."
+msgid ""
+"Authentication is required to halt the system while an application is "
+"inhibiting this."
+msgstr ""
+"Autentimine on vajalik, et peatada süsteemi, kui üks rakendus takistab seda."
#: src/login/org.freedesktop.login1.policy:268
msgid "Suspend the system"
@@ -542,7 +601,9 @@ msgid "Suspend the system while other users are logged in"
msgstr ""
#: src/login/org.freedesktop.login1.policy:279
-msgid "Authentication is required to suspend the system while other users are logged in."
+msgid ""
+"Authentication is required to suspend the system while other users are "
+"logged in."
msgstr ""
#: src/login/org.freedesktop.login1.policy:289
@@ -550,7 +611,9 @@ msgid "Suspend the system while an application is inhibiting this"
msgstr ""
#: src/login/org.freedesktop.login1.policy:290
-msgid "Authentication is required to suspend the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to suspend the system while an application is "
+"inhibiting this."
msgstr ""
#: src/login/org.freedesktop.login1.policy:300
@@ -566,7 +629,9 @@ msgid "Hibernate the system while other users are logged in"
msgstr ""
#: src/login/org.freedesktop.login1.policy:311
-msgid "Authentication is required to hibernate the system while other users are logged in."
+msgid ""
+"Authentication is required to hibernate the system while other users are "
+"logged in."
msgstr ""
#: src/login/org.freedesktop.login1.policy:321
@@ -574,7 +639,9 @@ msgid "Hibernate the system while an application is inhibiting this"
msgstr ""
#: src/login/org.freedesktop.login1.policy:322
-msgid "Authentication is required to hibernate the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to hibernate the system while an application is "
+"inhibiting this."
msgstr ""
#: src/login/org.freedesktop.login1.policy:332
@@ -583,7 +650,8 @@ msgstr "Halda aktiivseid seansse, kasutajaid ja kohti"
#: src/login/org.freedesktop.login1.policy:333
msgid "Authentication is required to manage active sessions, users and seats."
-msgstr "Autentimine on vajalik, et hallata aktiivseid seansse, kasutajaid ning kohti."
+msgstr ""
+"Autentimine on vajalik, et hallata aktiivseid seansse, kasutajaid ning kohti."
#: src/login/org.freedesktop.login1.policy:342
msgid "Lock or unlock active sessions"
@@ -599,14 +667,17 @@ msgstr "Määra taaskäivitamise \"põhjus\" kernelis"
#: src/login/org.freedesktop.login1.policy:353
msgid "Authentication is required to set the reboot \"reason\" in the kernel."
-msgstr "Autentimine on vajalik, et määrata taaskäivitamise \"põhjuse\" kernelis."
+msgstr ""
+"Autentimine on vajalik, et määrata taaskäivitamise \"põhjuse\" kernelis."
#: src/login/org.freedesktop.login1.policy:363
msgid "Indicate to the firmware to boot to setup interface"
msgstr ""
#: src/login/org.freedesktop.login1.policy:364
-msgid "Authentication is required to indicate to the firmware to boot to setup interface."
+msgid ""
+"Authentication is required to indicate to the firmware to boot to setup "
+"interface."
msgstr ""
#: src/login/org.freedesktop.login1.policy:374
@@ -614,16 +685,24 @@ msgid "Indicate to the boot loader to boot to the boot loader menu"
msgstr "Viita buudilaadurile, et buutida buudilaaduri menüüsse"
#: src/login/org.freedesktop.login1.policy:375
-msgid "Authentication is required to indicate to the boot loader to boot to the boot loader menu."
-msgstr "Autentimine on vajalik, et viitata buudilaadurile, et buutida buudilaaduri menüüsse."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot to the "
+"boot loader menu."
+msgstr ""
+"Autentimine on vajalik, et viitata buudilaadurile, et buutida buudilaaduri "
+"menüüsse."
#: src/login/org.freedesktop.login1.policy:385
msgid "Indicate to the boot loader to boot a specific entry"
msgstr "Viita buudilaadurile, et buutida spetsiifiline valik"
#: src/login/org.freedesktop.login1.policy:386
-msgid "Authentication is required to indicate to the boot loader to boot into a specific boot loader entry."
-msgstr "Autentimine on vajalik, et viitata buudilaadurile, et buutida spetsiifilist buudilaaduri valikut."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot into a "
+"specific boot loader entry."
+msgstr ""
+"Autentimine on vajalik, et viitata buudilaadurile, et buutida spetsiifilist "
+"buudilaaduri valikut."
#: src/login/org.freedesktop.login1.policy:396
msgid "Set a wall message"
@@ -678,7 +757,8 @@ msgid "Acquire a pseudo TTY in a local container"
msgstr ""
#: src/machine/org.freedesktop.machine1.policy:65
-msgid "Authentication is required to acquire a pseudo TTY in a local container."
+msgid ""
+"Authentication is required to acquire a pseudo TTY in a local container."
msgstr ""
#: src/machine/org.freedesktop.machine1.policy:74
@@ -694,16 +774,23 @@ msgid "Manage local virtual machines and containers"
msgstr "Halda kohalikke virtuaalsüsteeme ja konteinereid"
#: src/machine/org.freedesktop.machine1.policy:85
-msgid "Authentication is required to manage local virtual machines and containers."
-msgstr "Autentimine on vajalik, et hallata kohalikke virtuaalsüsteeme ja konteinereid."
+msgid ""
+"Authentication is required to manage local virtual machines and containers."
+msgstr ""
+"Autentimine on vajalik, et hallata kohalikke virtuaalsüsteeme ja "
+"konteinereid."
#: src/machine/org.freedesktop.machine1.policy:95
msgid "Manage local virtual machine and container images"
msgstr "Halda kohalikke virtuaalmasinaid ja konteinerpilte"
#: src/machine/org.freedesktop.machine1.policy:96
-msgid "Authentication is required to manage local virtual machine and container images."
-msgstr "Autentimine on vajalik, et hallata kohalikke virtuaalmasinaid ja konteinerpilte."
+msgid ""
+"Authentication is required to manage local virtual machine and container "
+"images."
+msgstr ""
+"Autentimine on vajalik, et hallata kohalikke virtuaalmasinaid ja "
+"konteinerpilte."
#: src/network/org.freedesktop.network1.policy:22
msgid "Set NTP servers"
@@ -791,7 +878,8 @@ msgstr "Säti DNSSEC negatiivsed usaldusankrud"
#: src/network/org.freedesktop.network1.policy:111
#: src/resolve/org.freedesktop.resolve1.policy:122
msgid "Authentication is required to set DNSSEC Negative Trust Anchors."
-msgstr "Autentimine on vajalik, et seadistada DNSSEC negatiivsed usaldusankrud."
+msgstr ""
+"Autentimine on vajalik, et seadistada DNSSEC negatiivsed usaldusankrud."
#: src/network/org.freedesktop.network1.policy:121
msgid "Revert NTP settings"
@@ -854,7 +942,8 @@ msgid "Attach or detach a portable service image"
msgstr ""
#: src/portable/org.freedesktop.portable1.policy:24
-msgid "Authentication is required to attach or detach a portable service image."
+msgid ""
+"Authentication is required to attach or detach a portable service image."
msgstr ""
#: src/portable/org.freedesktop.portable1.policy:34
@@ -862,7 +951,8 @@ msgid "Delete or modify portable service image"
msgstr ""
#: src/portable/org.freedesktop.portable1.policy:35
-msgid "Authentication is required to delete or modify a portable service image."
+msgid ""
+"Authentication is required to delete or modify a portable service image."
msgstr ""
#: src/resolve/org.freedesktop.resolve1.policy:22
@@ -910,49 +1000,63 @@ msgid "Set RTC to local timezone or UTC"
msgstr "Määra RTC (reaalaja kella) kohaliku ajavööndina või UTC'na"
#: src/timedate/org.freedesktop.timedate1.policy:44
-msgid "Authentication is required to control whether the RTC stores the local or UTC time."
-msgstr "Autentimine on vajalik, et kontrollida kas RTC hoiab kohalikku või UTC aega."
+msgid ""
+"Authentication is required to control whether the RTC stores the local or "
+"UTC time."
+msgstr ""
+"Autentimine on vajalik, et kontrollida kas RTC hoiab kohalikku või UTC aega."
#: src/timedate/org.freedesktop.timedate1.policy:53
msgid "Turn network time synchronization on or off"
msgstr "Lülita võrgu ajasünkroneerimine sisse või välja"
#: src/timedate/org.freedesktop.timedate1.policy:54
-msgid "Authentication is required to control whether network time synchronization shall be enabled."
-msgstr "Autentimine on vajalik, et kontrollida kas võrgu ajasünkroneerimine peaks olema lubatud."
+msgid ""
+"Authentication is required to control whether network time synchronization "
+"shall be enabled."
+msgstr ""
+"Autentimine on vajalik, et kontrollida kas võrgu ajasünkroneerimine peaks "
+"olema lubatud."
-#: src/core/dbus-unit.c:364
+#: src/core/dbus-unit.c:352
msgid "Authentication is required to start '$(unit)'."
msgstr "Autentimine on vajalik, et käivitada '$(unit)'."
-#: src/core/dbus-unit.c:365
+#: src/core/dbus-unit.c:353
msgid "Authentication is required to stop '$(unit)'."
msgstr "Autentimine on vajalik, et peatada '$(unit)'."
-#: src/core/dbus-unit.c:366
+#: src/core/dbus-unit.c:354
msgid "Authentication is required to reload '$(unit)'."
msgstr "Autentimine on vajalik, et laadida '$(unit)' uuesti."
-#: src/core/dbus-unit.c:367 src/core/dbus-unit.c:368
+#: src/core/dbus-unit.c:355 src/core/dbus-unit.c:356
msgid "Authentication is required to restart '$(unit)'."
msgstr "Autentimine on vajalik, et restartida '$(unit)'."
-#: src/core/dbus-unit.c:565
-msgid "Authentication is required to send a UNIX signal to the processes of '$(unit)'."
-msgstr "Autentimine on vajalik, et saata UNIX signaali '$(unit)' protsessidele."
+#: src/core/dbus-unit.c:553
+msgid ""
+"Authentication is required to send a UNIX signal to the processes of "
+"'$(unit)'."
+msgstr ""
+"Autentimine on vajalik, et saata UNIX signaali '$(unit)' protsessidele."
-#: src/core/dbus-unit.c:595
+#: src/core/dbus-unit.c:583
msgid "Authentication is required to reset the \"failed\" state of '$(unit)'."
-msgstr "Autentimine on vajalik, et lähtestada '$(unit)' \"ebaõnnestunud\" olekut."
+msgstr ""
+"Autentimine on vajalik, et lähtestada '$(unit)' \"ebaõnnestunud\" olekut."
-#: src/core/dbus-unit.c:627
+#: src/core/dbus-unit.c:615
msgid "Authentication is required to set properties on '$(unit)'."
msgstr "Autentimine on vajalik, et määrata '$(unit)' omadusi."
-#: src/core/dbus-unit.c:728
-msgid "Authentication is required to delete files and directories associated with '$(unit)'."
+#: src/core/dbus-unit.c:716
+msgid ""
+"Authentication is required to delete files and directories associated with "
+"'$(unit)'."
msgstr "Autentimine on vajalik, et kustutada '$(unit)' faile ja kauste."
-#: src/core/dbus-unit.c:776
-msgid "Authentication is required to freeze or thaw the processes of '$(unit)' unit."
+#: src/core/dbus-unit.c:764
+msgid ""
+"Authentication is required to freeze or thaw the processes of '$(unit)' unit."
msgstr ""
diff --git a/po/eu.po b/po/eu.po
index 12c47374ecc..085facbfcb8 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -5,10 +5,11 @@ msgid ""
msgstr ""
"Project-Id-Version: systemd\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-07-14 10:32+0100\n"
+"POT-Creation-Date: 2023-11-14 21:25+0000\n"
"PO-Revision-Date: 2023-06-03 15:48+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asier.sarasua@gmail.com>\n"
-"Language-Team: Basque <https://translate.fedoraproject.org/projects/systemd/master/eu/>\n"
+"Language-Team: Basque <https://translate.fedoraproject.org/projects/systemd/"
+"master/eu/>\n"
"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -21,8 +22,10 @@ msgid "Send passphrase back to system"
msgstr "Bidali pasaesaldia bueltan sistemara"
#: src/core/org.freedesktop.systemd1.policy.in:23
-msgid "Authentication is required to send the entered passphrase back to the system."
-msgstr "Autentifikazioa behar da sartutako pasaesaldia bueltan sistemara bidaltzeko."
+msgid ""
+"Authentication is required to send the entered passphrase back to the system."
+msgstr ""
+"Autentifikazioa behar da sartutako pasaesaldia bueltan sistemara bidaltzeko."
#: src/core/org.freedesktop.systemd1.policy.in:33
msgid "Manage system services or other units"
@@ -30,7 +33,9 @@ msgstr "Kudeatu sistema-zerbitzuak edo beste unitate batzuk"
#: src/core/org.freedesktop.systemd1.policy.in:34
msgid "Authentication is required to manage system services or other units."
-msgstr "Autentifikazioa behar da sistema-zerbitzuak edo beste unitate batzuk kudeatzeko."
+msgstr ""
+"Autentifikazioa behar da sistema-zerbitzuak edo beste unitate batzuk "
+"kudeatzeko."
#: src/core/org.freedesktop.systemd1.policy.in:43
msgid "Manage system service or unit files"
@@ -38,15 +43,23 @@ msgstr "Kudeatu sistema-zerbitzua edo unitate-fitxategiak"
#: src/core/org.freedesktop.systemd1.policy.in:44
msgid "Authentication is required to manage system service or unit files."
-msgstr "Autentifikazioa behar da sistema-zerbitzua edo unitate-fitxategiak kudeatzeko."
+msgstr ""
+"Autentifikazioa behar da sistema-zerbitzua edo unitate-fitxategiak "
+"kudeatzeko."
#: src/core/org.freedesktop.systemd1.policy.in:54
msgid "Set or unset system and service manager environment variables"
-msgstr "Ezarri edo kendu ezarpena sistema- eta zerbitzu-kudeatzailearen ingurune-aldagaiei"
+msgstr ""
+"Ezarri edo kendu ezarpena sistema- eta zerbitzu-kudeatzailearen ingurune-"
+"aldagaiei"
#: src/core/org.freedesktop.systemd1.policy.in:55
-msgid "Authentication is required to set or unset system and service manager environment variables."
-msgstr "Autentifikazioa behar da sistema- eta zerbitzu-kudeatzailearen ingurune-aldagaiak ezartzeko edo ezarpena kentzeko."
+msgid ""
+"Authentication is required to set or unset system and service manager "
+"environment variables."
+msgstr ""
+"Autentifikazioa behar da sistema- eta zerbitzu-kudeatzailearen ingurune-"
+"aldagaiak ezartzeko edo ezarpena kentzeko."
#: src/core/org.freedesktop.systemd1.policy.in:64
msgid "Reload the systemd state"
@@ -62,7 +75,8 @@ msgstr ""
#: src/core/org.freedesktop.systemd1.policy.in:75
#, fuzzy
-msgid "Authentication is required to dump the systemd state without rate limits."
+msgid ""
+"Authentication is required to dump the systemd state without rate limits."
msgstr "Autentifikazioa behar da systemd egoera birkargatzeko."
#: src/home/org.freedesktop.home1.policy:13
@@ -86,7 +100,8 @@ msgid "Check credentials of a home area"
msgstr ""
#: src/home/org.freedesktop.home1.policy:34
-msgid "Authentication is required to check credentials against a user's home area."
+msgid ""
+"Authentication is required to check credentials against a user's home area."
msgstr ""
#: src/home/org.freedesktop.home1.policy:43
@@ -110,12 +125,15 @@ msgid "Change password of a home area"
msgstr ""
#: src/home/org.freedesktop.home1.policy:64
-msgid "Authentication is required to change the password of a user's home area."
+msgid ""
+"Authentication is required to change the password of a user's home area."
msgstr ""
#: src/home/pam_systemd_home.c:287
#, c-format
-msgid "Home of user %s is currently absent, please plug in the necessary storage device or backing file system."
+msgid ""
+"Home of user %s is currently absent, please plug in the necessary storage "
+"device or backing file system."
msgstr ""
#: src/home/pam_systemd_home.c:292
@@ -142,7 +160,9 @@ msgstr ""
#: src/home/pam_systemd_home.c:331
#, c-format
-msgid "Password/recovery key incorrect or not sufficient for authentication of user %s."
+msgid ""
+"Password/recovery key incorrect or not sufficient for authentication of user "
+"%s."
msgstr ""
#: src/home/pam_systemd_home.c:332
@@ -160,7 +180,9 @@ msgstr ""
#: src/home/pam_systemd_home.c:355
#, c-format
-msgid "Password incorrect or not sufficient, and configured security token of user %s not inserted."
+msgid ""
+"Password incorrect or not sufficient, and configured security token of user "
+"%s not inserted."
msgstr ""
#: src/home/pam_systemd_home.c:376
@@ -183,7 +205,9 @@ msgid "Please verify user on security token of user %s."
msgstr ""
#: src/home/pam_systemd_home.c:424
-msgid "Security token PIN is locked, please unlock it first. (Hint: Removal and re-insertion might suffice.)"
+msgid ""
+"Security token PIN is locked, please unlock it first. (Hint: Removal and re-"
+"insertion might suffice.)"
msgstr ""
#: src/home/pam_systemd_home.c:432
@@ -271,8 +295,12 @@ msgid "Set static hostname"
msgstr "Ezarri ostalari-izen estatikoa"
#: src/hostname/org.freedesktop.hostname1.policy:31
-msgid "Authentication is required to set the statically configured local hostname, as well as the pretty hostname."
-msgstr "Autentifikazioa behar da estatikoki konfiguratutako ostalari-izen lokala ezartzeko, bai eta ostalari-izen polita ezartzeko ere."
+msgid ""
+"Authentication is required to set the statically configured local hostname, "
+"as well as the pretty hostname."
+msgstr ""
+"Autentifikazioa behar da estatikoki konfiguratutako ostalari-izen lokala "
+"ezartzeko, bai eta ostalari-izen polita ezartzeko ere."
#: src/hostname/org.freedesktop.hostname1.policy:41
msgid "Set machine information"
@@ -351,7 +379,8 @@ msgid "Allow applications to inhibit system shutdown"
msgstr ""
#: src/login/org.freedesktop.login1.policy:23
-msgid "Authentication is required for an application to inhibit system shutdown."
+msgid ""
+"Authentication is required for an application to inhibit system shutdown."
msgstr ""
#: src/login/org.freedesktop.login1.policy:33
@@ -360,7 +389,8 @@ msgstr "Onartu aplikazioek sistemaren itxiera atzeratu dezaten"
#: src/login/org.freedesktop.login1.policy:34
msgid "Authentication is required for an application to delay system shutdown."
-msgstr "Autentifikazioa behar da aplikazioek sistemaren itxiera atzeratu dezaten."
+msgstr ""
+"Autentifikazioa behar da aplikazioek sistemaren itxiera atzeratu dezaten."
#: src/login/org.freedesktop.login1.policy:44
msgid "Allow applications to inhibit system sleep"
@@ -383,7 +413,9 @@ msgid "Allow applications to inhibit automatic system suspend"
msgstr ""
#: src/login/org.freedesktop.login1.policy:66
-msgid "Authentication is required for an application to inhibit automatic system suspend."
+msgid ""
+"Authentication is required for an application to inhibit automatic system "
+"suspend."
msgstr ""
#: src/login/org.freedesktop.login1.policy:75
@@ -391,7 +423,9 @@ msgid "Allow applications to inhibit system handling of the power key"
msgstr ""
#: src/login/org.freedesktop.login1.policy:76
-msgid "Authentication is required for an application to inhibit system handling of the power key."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the power key."
msgstr ""
#: src/login/org.freedesktop.login1.policy:86
@@ -399,7 +433,9 @@ msgid "Allow applications to inhibit system handling of the suspend key"
msgstr ""
#: src/login/org.freedesktop.login1.policy:87
-msgid "Authentication is required for an application to inhibit system handling of the suspend key."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the suspend key."
msgstr ""
#: src/login/org.freedesktop.login1.policy:97
@@ -407,7 +443,9 @@ msgid "Allow applications to inhibit system handling of the hibernate key"
msgstr ""
#: src/login/org.freedesktop.login1.policy:98
-msgid "Authentication is required for an application to inhibit system handling of the hibernate key."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the hibernate key."
msgstr ""
#: src/login/org.freedesktop.login1.policy:107
@@ -415,7 +453,9 @@ msgid "Allow applications to inhibit system handling of the lid switch"
msgstr ""
#: src/login/org.freedesktop.login1.policy:108
-msgid "Authentication is required for an application to inhibit system handling of the lid switch."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the lid switch."
msgstr ""
#: src/login/org.freedesktop.login1.policy:117
@@ -423,7 +463,9 @@ msgid "Allow applications to inhibit system handling of the reboot key"
msgstr ""
#: src/login/org.freedesktop.login1.policy:118
-msgid "Authentication is required for an application to inhibit system handling of the reboot key."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the reboot key."
msgstr ""
#: src/login/org.freedesktop.login1.policy:128
@@ -471,15 +513,21 @@ msgid "Power off the system while other users are logged in"
msgstr "Itzali sistema beste erabiltzaile batzuk saioa hasita dutenean"
#: src/login/org.freedesktop.login1.policy:181
-msgid "Authentication is required to power off the system while other users are logged in."
-msgstr "Autentifikazioa behar da beste erabiltzaile batzuk saioa hasita dutenean sistema itzaltzeko."
+msgid ""
+"Authentication is required to power off the system while other users are "
+"logged in."
+msgstr ""
+"Autentifikazioa behar da beste erabiltzaile batzuk saioa hasita dutenean "
+"sistema itzaltzeko."
#: src/login/org.freedesktop.login1.policy:191
msgid "Power off the system while an application is inhibiting this"
msgstr ""
#: src/login/org.freedesktop.login1.policy:192
-msgid "Authentication is required to power off the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to power off the system while an application is "
+"inhibiting this."
msgstr ""
#: src/login/org.freedesktop.login1.policy:202
@@ -495,7 +543,9 @@ msgid "Reboot the system while other users are logged in"
msgstr ""
#: src/login/org.freedesktop.login1.policy:214
-msgid "Authentication is required to reboot the system while other users are logged in."
+msgid ""
+"Authentication is required to reboot the system while other users are logged "
+"in."
msgstr ""
#: src/login/org.freedesktop.login1.policy:224
@@ -503,7 +553,9 @@ msgid "Reboot the system while an application is inhibiting this"
msgstr ""
#: src/login/org.freedesktop.login1.policy:225
-msgid "Authentication is required to reboot the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to reboot the system while an application is "
+"inhibiting this."
msgstr ""
#: src/login/org.freedesktop.login1.policy:235
@@ -519,7 +571,9 @@ msgid "Halt the system while other users are logged in"
msgstr ""
#: src/login/org.freedesktop.login1.policy:247
-msgid "Authentication is required to halt the system while other users are logged in."
+msgid ""
+"Authentication is required to halt the system while other users are logged "
+"in."
msgstr ""
#: src/login/org.freedesktop.login1.policy:257
@@ -527,7 +581,9 @@ msgid "Halt the system while an application is inhibiting this"
msgstr ""
#: src/login/org.freedesktop.login1.policy:258
-msgid "Authentication is required to halt the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to halt the system while an application is "
+"inhibiting this."
msgstr ""
#: src/login/org.freedesktop.login1.policy:268
@@ -543,7 +599,9 @@ msgid "Suspend the system while other users are logged in"
msgstr ""
#: src/login/org.freedesktop.login1.policy:279
-msgid "Authentication is required to suspend the system while other users are logged in."
+msgid ""
+"Authentication is required to suspend the system while other users are "
+"logged in."
msgstr ""
#: src/login/org.freedesktop.login1.policy:289
@@ -551,7 +609,9 @@ msgid "Suspend the system while an application is inhibiting this"
msgstr ""
#: src/login/org.freedesktop.login1.policy:290
-msgid "Authentication is required to suspend the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to suspend the system while an application is "
+"inhibiting this."
msgstr ""
#: src/login/org.freedesktop.login1.policy:300
@@ -567,7 +627,9 @@ msgid "Hibernate the system while other users are logged in"
msgstr ""
#: src/login/org.freedesktop.login1.policy:311
-msgid "Authentication is required to hibernate the system while other users are logged in."
+msgid ""
+"Authentication is required to hibernate the system while other users are "
+"logged in."
msgstr ""
#: src/login/org.freedesktop.login1.policy:321
@@ -575,7 +637,9 @@ msgid "Hibernate the system while an application is inhibiting this"
msgstr ""
#: src/login/org.freedesktop.login1.policy:322
-msgid "Authentication is required to hibernate the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to hibernate the system while an application is "
+"inhibiting this."
msgstr ""
#: src/login/org.freedesktop.login1.policy:332
@@ -607,7 +671,9 @@ msgid "Indicate to the firmware to boot to setup interface"
msgstr ""
#: src/login/org.freedesktop.login1.policy:364
-msgid "Authentication is required to indicate to the firmware to boot to setup interface."
+msgid ""
+"Authentication is required to indicate to the firmware to boot to setup "
+"interface."
msgstr ""
#: src/login/org.freedesktop.login1.policy:374
@@ -615,7 +681,9 @@ msgid "Indicate to the boot loader to boot to the boot loader menu"
msgstr ""
#: src/login/org.freedesktop.login1.policy:375
-msgid "Authentication is required to indicate to the boot loader to boot to the boot loader menu."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot to the "
+"boot loader menu."
msgstr ""
#: src/login/org.freedesktop.login1.policy:385
@@ -623,7 +691,9 @@ msgid "Indicate to the boot loader to boot a specific entry"
msgstr ""
#: src/login/org.freedesktop.login1.policy:386
-msgid "Authentication is required to indicate to the boot loader to boot into a specific boot loader entry."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot into a "
+"specific boot loader entry."
msgstr ""
#: src/login/org.freedesktop.login1.policy:396
@@ -679,7 +749,8 @@ msgid "Acquire a pseudo TTY in a local container"
msgstr ""
#: src/machine/org.freedesktop.machine1.policy:65
-msgid "Authentication is required to acquire a pseudo TTY in a local container."
+msgid ""
+"Authentication is required to acquire a pseudo TTY in a local container."
msgstr ""
#: src/machine/org.freedesktop.machine1.policy:74
@@ -695,7 +766,8 @@ msgid "Manage local virtual machines and containers"
msgstr ""
#: src/machine/org.freedesktop.machine1.policy:85
-msgid "Authentication is required to manage local virtual machines and containers."
+msgid ""
+"Authentication is required to manage local virtual machines and containers."
msgstr ""
#: src/machine/org.freedesktop.machine1.policy:95
@@ -703,7 +775,9 @@ msgid "Manage local virtual machine and container images"
msgstr ""
#: src/machine/org.freedesktop.machine1.policy:96
-msgid "Authentication is required to manage local virtual machine and container images."
+msgid ""
+"Authentication is required to manage local virtual machine and container "
+"images."
msgstr ""
#: src/network/org.freedesktop.network1.policy:22
@@ -855,7 +929,8 @@ msgid "Attach or detach a portable service image"
msgstr ""
#: src/portable/org.freedesktop.portable1.policy:24
-msgid "Authentication is required to attach or detach a portable service image."
+msgid ""
+"Authentication is required to attach or detach a portable service image."
msgstr ""
#: src/portable/org.freedesktop.portable1.policy:34
@@ -863,7 +938,8 @@ msgid "Delete or modify portable service image"
msgstr ""
#: src/portable/org.freedesktop.portable1.policy:35
-msgid "Authentication is required to delete or modify a portable service image."
+msgid ""
+"Authentication is required to delete or modify a portable service image."
msgstr ""
#: src/resolve/org.freedesktop.resolve1.policy:22
@@ -911,7 +987,9 @@ msgid "Set RTC to local timezone or UTC"
msgstr ""
#: src/timedate/org.freedesktop.timedate1.policy:44
-msgid "Authentication is required to control whether the RTC stores the local or UTC time."
+msgid ""
+"Authentication is required to control whether the RTC stores the local or "
+"UTC time."
msgstr ""
#: src/timedate/org.freedesktop.timedate1.policy:53
@@ -919,41 +997,48 @@ msgid "Turn network time synchronization on or off"
msgstr ""
#: src/timedate/org.freedesktop.timedate1.policy:54
-msgid "Authentication is required to control whether network time synchronization shall be enabled."
+msgid ""
+"Authentication is required to control whether network time synchronization "
+"shall be enabled."
msgstr ""
-#: src/core/dbus-unit.c:364
+#: src/core/dbus-unit.c:352
msgid "Authentication is required to start '$(unit)'."
msgstr ""
-#: src/core/dbus-unit.c:365
+#: src/core/dbus-unit.c:353
msgid "Authentication is required to stop '$(unit)'."
msgstr ""
-#: src/core/dbus-unit.c:366
+#: src/core/dbus-unit.c:354
msgid "Authentication is required to reload '$(unit)'."
msgstr ""
-#: src/core/dbus-unit.c:367 src/core/dbus-unit.c:368
+#: src/core/dbus-unit.c:355 src/core/dbus-unit.c:356
msgid "Authentication is required to restart '$(unit)'."
msgstr ""
-#: src/core/dbus-unit.c:565
-msgid "Authentication is required to send a UNIX signal to the processes of '$(unit)'."
+#: src/core/dbus-unit.c:553
+msgid ""
+"Authentication is required to send a UNIX signal to the processes of "
+"'$(unit)'."
msgstr ""
-#: src/core/dbus-unit.c:595
+#: src/core/dbus-unit.c:583
msgid "Authentication is required to reset the \"failed\" state of '$(unit)'."
msgstr ""
-#: src/core/dbus-unit.c:627
+#: src/core/dbus-unit.c:615
msgid "Authentication is required to set properties on '$(unit)'."
msgstr ""
-#: src/core/dbus-unit.c:728
-msgid "Authentication is required to delete files and directories associated with '$(unit)'."
+#: src/core/dbus-unit.c:716
+msgid ""
+"Authentication is required to delete files and directories associated with "
+"'$(unit)'."
msgstr ""
-#: src/core/dbus-unit.c:776
-msgid "Authentication is required to freeze or thaw the processes of '$(unit)' unit."
+#: src/core/dbus-unit.c:764
+msgid ""
+"Authentication is required to freeze or thaw the processes of '$(unit)' unit."
msgstr ""
diff --git a/po/fi.po b/po/fi.po
index 1505f26c778..08cdf6bb136 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-07-14 10:32+0100\n"
+"POT-Creation-Date: 2023-11-14 21:25+0000\n"
"PO-Revision-Date: 2023-08-21 17:21+0000\n"
"Last-Translator: Jan Kuparinen <copper_fin@hotmail.com>\n"
"Language-Team: Finnish <https://translate.fedoraproject.org/projects/systemd/"
@@ -23,8 +23,11 @@ msgid "Send passphrase back to system"
msgstr "Lähetä tunnuslause takaisin järjestelmään"
#: src/core/org.freedesktop.systemd1.policy.in:23
-msgid "Authentication is required to send the entered passphrase back to the system."
-msgstr "Todennus vaaditaan jotta syötetty tunnuslause lähetetään takaisin järjestelmään."
+msgid ""
+"Authentication is required to send the entered passphrase back to the system."
+msgstr ""
+"Todennus vaaditaan jotta syötetty tunnuslause lähetetään takaisin "
+"järjestelmään."
#: src/core/org.freedesktop.systemd1.policy.in:33
msgid "Manage system services or other units"
@@ -32,7 +35,8 @@ msgstr "Hallinnoi järjestelmäpalveluja tai muita yksiköitä"
#: src/core/org.freedesktop.systemd1.policy.in:34
msgid "Authentication is required to manage system services or other units."
-msgstr "Todennus vaaditaan järjestelmäpalvelujen tai muiden yksiköiden hallintaan."
+msgstr ""
+"Todennus vaaditaan järjestelmäpalvelujen tai muiden yksiköiden hallintaan."
#: src/core/org.freedesktop.systemd1.policy.in:43
msgid "Manage system service or unit files"
@@ -40,15 +44,20 @@ msgstr "Hallitse järjestelmäpalvelu- tai yksikkötiedostoja"
#: src/core/org.freedesktop.systemd1.policy.in:44
msgid "Authentication is required to manage system service or unit files."
-msgstr "Todennus vaaditaan järjestelmän palvelu- tai yksikkötiedostojen hallintaan."
+msgstr ""
+"Todennus vaaditaan järjestelmän palvelu- tai yksikkötiedostojen hallintaan."
#: src/core/org.freedesktop.systemd1.policy.in:54
msgid "Set or unset system and service manager environment variables"
msgstr "Aseta tai poista järjestelmän ja palvelunhallinnan ympäristömuuttujia"
#: src/core/org.freedesktop.systemd1.policy.in:55
-msgid "Authentication is required to set or unset system and service manager environment variables."
-msgstr "Todennus vaaditaan järjestelmän ja palvelunhallinnan ympäristömuuttujien asettamiseen tai poistamiseen."
+msgid ""
+"Authentication is required to set or unset system and service manager "
+"environment variables."
+msgstr ""
+"Todennus vaaditaan järjestelmän ja palvelunhallinnan ympäristömuuttujien "
+"asettamiseen tai poistamiseen."
#: src/core/org.freedesktop.systemd1.policy.in:64
msgid "Reload the systemd state"
@@ -63,7 +72,8 @@ msgid "Dump the systemd state without rate limits"
msgstr "Dumppaa systemd-tila ilman nopeusrajoituksia"
#: src/core/org.freedesktop.systemd1.policy.in:75
-msgid "Authentication is required to dump the systemd state without rate limits."
+msgid ""
+"Authentication is required to dump the systemd state without rate limits."
msgstr ""
"Todennus vaaditaan järjestelmätilan tyhjentämiseksi ilman nopeusrajoituksia."
@@ -88,8 +98,10 @@ msgid "Check credentials of a home area"
msgstr "Tarkista kotialueen valtuudet"
#: src/home/org.freedesktop.home1.policy:34
-msgid "Authentication is required to check credentials against a user's home area."
-msgstr "Todennus vaaditaan, jotta käyttäjän kotialueen valtuuksia voi tarkistaa."
+msgid ""
+"Authentication is required to check credentials against a user's home area."
+msgstr ""
+"Todennus vaaditaan, jotta käyttäjän kotialueen valtuuksia voi tarkistaa."
#: src/home/org.freedesktop.home1.policy:43
msgid "Update a home area"
@@ -112,12 +124,15 @@ msgid "Change password of a home area"
msgstr "Muuta kotialueen salasana"
#: src/home/org.freedesktop.home1.policy:64
-msgid "Authentication is required to change the password of a user's home area."
+msgid ""
+"Authentication is required to change the password of a user's home area."
msgstr "Todennus vaaditaan käyttäjän kotialueen salasanan vaihtamiseksi."
#: src/home/pam_systemd_home.c:287
#, c-format
-msgid "Home of user %s is currently absent, please plug in the necessary storage device or backing file system."
+msgid ""
+"Home of user %s is currently absent, please plug in the necessary storage "
+"device or backing file system."
msgstr ""
"Käyttäjän %s kotihakemisto ei ole tällä hetkellä saatavissa, liitä "
"tarvittava tallennuslaite tai taustatiedostojärjestelmä."
@@ -148,7 +163,9 @@ msgstr "Palautusavain: "
#: src/home/pam_systemd_home.c:331
#, c-format
-msgid "Password/recovery key incorrect or not sufficient for authentication of user %s."
+msgid ""
+"Password/recovery key incorrect or not sufficient for authentication of user "
+"%s."
msgstr ""
"Salasana/palautusavain on virheellinen tai se ei riitä käyttäjän %s "
"todentamiseen."
@@ -168,7 +185,9 @@ msgstr "Yritä uudelleen salasanalla: "
#: src/home/pam_systemd_home.c:355
#, c-format
-msgid "Password incorrect or not sufficient, and configured security token of user %s not inserted."
+msgid ""
+"Password incorrect or not sufficient, and configured security token of user "
+"%s not inserted."
msgstr ""
"Salasana on virheellinen tai riittämätön, eikä käyttäjän %s määritettyä "
"suojaustunnusta ei ole laitettu sisään."
@@ -193,7 +212,9 @@ msgid "Please verify user on security token of user %s."
msgstr "Vahvista käyttäjä käyttäjän %s suojaustunnuksella."
#: src/home/pam_systemd_home.c:424
-msgid "Security token PIN is locked, please unlock it first. (Hint: Removal and re-insertion might suffice.)"
+msgid ""
+"Security token PIN is locked, please unlock it first. (Hint: Removal and re-"
+"insertion might suffice.)"
msgstr ""
"Turvatunnuksen PIN-koodi on lukittu, avaa se ensin. (Vihje: Poistaminen ja "
"uudelleen asettaminen saattaa riittää.)"
@@ -293,8 +314,12 @@ msgid "Set static hostname"
msgstr "Aseta staattinen koneen nimi"
#: src/hostname/org.freedesktop.hostname1.policy:31
-msgid "Authentication is required to set the statically configured local hostname, as well as the pretty hostname."
-msgstr "Todennus vaaditaan staattisesti määritetyn paikallisen konenimen ja kauniin konenimen asettamiseksi."
+msgid ""
+"Authentication is required to set the statically configured local hostname, "
+"as well as the pretty hostname."
+msgstr ""
+"Todennus vaaditaan staattisesti määritetyn paikallisen konenimen ja kauniin "
+"konenimen asettamiseksi."
#: src/hostname/org.freedesktop.hostname1.policy:41
msgid "Set machine information"
@@ -334,7 +359,8 @@ msgstr "Tuo virtuaalikoneen tai kontin levykuva"
#: src/import/org.freedesktop.import1.policy:23
msgid "Authentication is required to import a VM or container image"
-msgstr "Todennus vaaditaan, jos haluat tuoda virtuaalikoneen tai kontin levykuvan"
+msgstr ""
+"Todennus vaaditaan, jos haluat tuoda virtuaalikoneen tai kontin levykuvan"
#: src/import/org.freedesktop.import1.policy:32
msgid "Export a VM or container image"
@@ -342,7 +368,8 @@ msgstr "Vie virtuaalikoneen tai kontin levykuva"
#: src/import/org.freedesktop.import1.policy:33
msgid "Authentication is required to export a VM or container image"
-msgstr "Todennus vaaditaan, jos haluat viedä virtuaalikoneen tai kontin levykuvan"
+msgstr ""
+"Todennus vaaditaan, jos haluat viedä virtuaalikoneen tai kontin levykuvan"
#: src/import/org.freedesktop.import1.policy:42
msgid "Download a VM or container image"
@@ -350,7 +377,8 @@ msgstr "Lataa virtuaalikoneen tai kontin levykuva"
#: src/import/org.freedesktop.import1.policy:43
msgid "Authentication is required to download a VM or container image"
-msgstr "Todennus vaaditaan, jos haluat ladata virtuaalikoneen tai kontin levykuvan"
+msgstr ""
+"Todennus vaaditaan, jos haluat ladata virtuaalikoneen tai kontin levykuvan"
#: src/locale/org.freedesktop.locale1.policy:22
msgid "Set system locale"
@@ -373,7 +401,8 @@ msgid "Allow applications to inhibit system shutdown"
msgstr "Salli sovellusten estää järjestelmän sammuttaminen"
#: src/login/org.freedesktop.login1.policy:23
-msgid "Authentication is required for an application to inhibit system shutdown."
+msgid ""
+"Authentication is required for an application to inhibit system shutdown."
msgstr "Todennus vaaditaan, jotta sovellus estää järjestelmän sammutuksen."
#: src/login/org.freedesktop.login1.policy:33
@@ -382,7 +411,8 @@ msgstr "Salli sovellusten viivyttää järjestelmän sammuttaminen"
#: src/login/org.freedesktop.login1.policy:34
msgid "Authentication is required for an application to delay system shutdown."
-msgstr "Todennus vaaditaan, jotta sovellus viivyttäisi järjestelmän sammutuksen."
+msgstr ""
+"Todennus vaaditaan, jotta sovellus viivyttäisi järjestelmän sammutuksen."
#: src/login/org.freedesktop.login1.policy:44
msgid "Allow applications to inhibit system sleep"
@@ -405,7 +435,9 @@ msgid "Allow applications to inhibit automatic system suspend"
msgstr "Salli sovellusten estää järjestelmän automaattinen pysäyttäminen"
#: src/login/org.freedesktop.login1.policy:66
-msgid "Authentication is required for an application to inhibit automatic system suspend."
+msgid ""
+"Authentication is required for an application to inhibit automatic system "
+"suspend."
msgstr "Todennus vaaditaan, jotta sovellus estää järjestelmän pysäyttämisen."
#: src/login/org.freedesktop.login1.policy:75
@@ -413,40 +445,59 @@ msgid "Allow applications to inhibit system handling of the power key"
msgstr "Salli sovellusten estää järjestelmän virtapainikkeen käyttö"
#: src/login/org.freedesktop.login1.policy:76
-msgid "Authentication is required for an application to inhibit system handling of the power key."
-msgstr "Todennus vaaditaan, jotta sovellus estää järjestelmän virtapainikkeen käytön."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the power key."
+msgstr ""
+"Todennus vaaditaan, jotta sovellus estää järjestelmän virtapainikkeen käytön."
#: src/login/org.freedesktop.login1.policy:86
msgid "Allow applications to inhibit system handling of the suspend key"
msgstr "Salli sovellusten estää järjestelmän pysäytyspainikkeen käyttö"
#: src/login/org.freedesktop.login1.policy:87
-msgid "Authentication is required for an application to inhibit system handling of the suspend key."
-msgstr "Todennus vaaditaan, jotta sovellus estää järjestelmän pysäytyspainikkeen käytön."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the suspend key."
+msgstr ""
+"Todennus vaaditaan, jotta sovellus estää järjestelmän pysäytyspainikkeen "
+"käytön."
#: src/login/org.freedesktop.login1.policy:97
msgid "Allow applications to inhibit system handling of the hibernate key"
msgstr "Salli sovellusten estää järjestelmän horrostilapainikkeen käyttö"
#: src/login/org.freedesktop.login1.policy:98
-msgid "Authentication is required for an application to inhibit system handling of the hibernate key."
-msgstr "Todennus vaaditaan, jotta sovellus estää järjestelmän horrostilapainikkeen käytön."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the hibernate key."
+msgstr ""
+"Todennus vaaditaan, jotta sovellus estää järjestelmän horrostilapainikkeen "
+"käytön."
#: src/login/org.freedesktop.login1.policy:107
msgid "Allow applications to inhibit system handling of the lid switch"
msgstr "Salli sovellusten estää järjestelmän kansikytkimen käyttö"
#: src/login/org.freedesktop.login1.policy:108
-msgid "Authentication is required for an application to inhibit system handling of the lid switch."
-msgstr "Todennus vaaditaan, jotta sovellus estää järjestelmän kansikytkimen käytön."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the lid switch."
+msgstr ""
+"Todennus vaaditaan, jotta sovellus estää järjestelmän kansikytkimen käytön."
#: src/login/org.freedesktop.login1.policy:117
msgid "Allow applications to inhibit system handling of the reboot key"
-msgstr "Salli sovellusten estää järjestelmän uudelleenkäynnistyspainikkeen käyttö"
+msgstr ""
+"Salli sovellusten estää järjestelmän uudelleenkäynnistyspainikkeen käyttö"
#: src/login/org.freedesktop.login1.policy:118
-msgid "Authentication is required for an application to inhibit system handling of the reboot key."
-msgstr "Todennus vaaditaan, jotta sovellus estää järjestelmän uudelleenkäynnistyspainikkeen käytön."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the reboot key."
+msgstr ""
+"Todennus vaaditaan, jotta sovellus estää järjestelmän "
+"uudelleenkäynnistyspainikkeen käytön."
#: src/login/org.freedesktop.login1.policy:128
msgid "Allow non-logged-in user to run programs"
@@ -454,7 +505,9 @@ msgstr "Salli sisäänkirjautumattomien käyttäjien suorittaa ohjelmia"
#: src/login/org.freedesktop.login1.policy:129
msgid "Explicit request is required to run programs as a non-logged-in user."
-msgstr "Ohjelmien suorittamiseen sisäänkirjautumattomana käyttäjänä tarvitaan nimenomainen pyyntö."
+msgstr ""
+"Ohjelmien suorittamiseen sisäänkirjautumattomana käyttäjänä tarvitaan "
+"nimenomainen pyyntö."
#: src/login/org.freedesktop.login1.policy:138
msgid "Allow non-logged-in users to run programs"
@@ -462,7 +515,9 @@ msgstr "Salli sisäänkirjautumattomien käyttäjien suorittaa ohjelmia"
#: src/login/org.freedesktop.login1.policy:139
msgid "Authentication is required to run programs as a non-logged-in user."
-msgstr "Todennus vaaditaan ohjelmien suorittamiseen sisäänkirjautumattomana käyttäjänä."
+msgstr ""
+"Todennus vaaditaan ohjelmien suorittamiseen sisäänkirjautumattomana "
+"käyttäjänä."
#: src/login/org.freedesktop.login1.policy:148
msgid "Allow attaching devices to seats"
@@ -478,7 +533,8 @@ msgstr "Poista laitteen ja paikan liitokset"
#: src/login/org.freedesktop.login1.policy:160
msgid "Authentication is required to reset how devices are attached to seats."
-msgstr "Todennus vaaditaan nollaamaan, miten laitteet on yhdistetty paikkoihin."
+msgstr ""
+"Todennus vaaditaan nollaamaan, miten laitteet on yhdistetty paikkoihin."
#: src/login/org.freedesktop.login1.policy:169
msgid "Power off the system"
@@ -493,16 +549,24 @@ msgid "Power off the system while other users are logged in"
msgstr "Sammuta järjestelmä, vaikka muita käyttäjiä on kirjautuneena sisään"
#: src/login/org.freedesktop.login1.policy:181
-msgid "Authentication is required to power off the system while other users are logged in."
-msgstr "Todennus vaaditaan järjestelmän sammuttamiseksi, kun muita käyttäjiä on kirjautuneena sisään."
+msgid ""
+"Authentication is required to power off the system while other users are "
+"logged in."
+msgstr ""
+"Todennus vaaditaan järjestelmän sammuttamiseksi, kun muita käyttäjiä on "
+"kirjautuneena sisään."
#: src/login/org.freedesktop.login1.policy:191
msgid "Power off the system while an application is inhibiting this"
msgstr "Sammuta järjestelmä, vaikka joku sovellus estää sen"
#: src/login/org.freedesktop.login1.policy:192
-msgid "Authentication is required to power off the system while an application is inhibiting this."
-msgstr "Todennus vaaditaan järjestelmän sammuttamiseksi, kun joku sovellus estää tämän."
+msgid ""
+"Authentication is required to power off the system while an application is "
+"inhibiting this."
+msgstr ""
+"Todennus vaaditaan järjestelmän sammuttamiseksi, kun joku sovellus estää "
+"tämän."
#: src/login/org.freedesktop.login1.policy:202
msgid "Reboot the system"
@@ -514,19 +578,29 @@ msgstr "Todennus vaaditaan järjestelmän uudelleen käynnistämiseksi."
#: src/login/org.freedesktop.login1.policy:213
msgid "Reboot the system while other users are logged in"
-msgstr "Käynnistä järjestelmä uudelleen, vaikka muita käyttäjiä on kirjautuneena sisään"
+msgstr ""
+"Käynnistä järjestelmä uudelleen, vaikka muita käyttäjiä on kirjautuneena "
+"sisään"
#: src/login/org.freedesktop.login1.policy:214
-msgid "Authentication is required to reboot the system while other users are logged in."
-msgstr "Todennus vaaditaan järjestelmän uudelleen käynnistämiseksi, kun muita käyttäjiä on kirjautuneena sisään."
+msgid ""
+"Authentication is required to reboot the system while other users are logged "
+"in."
+msgstr ""
+"Todennus vaaditaan järjestelmän uudelleen käynnistämiseksi, kun muita "
+"käyttäjiä on kirjautuneena sisään."
#: src/login/org.freedesktop.login1.policy:224
msgid "Reboot the system while an application is inhibiting this"
msgstr "Käynnistä järjestelmä uudelleen, vaikka joku sovellus estää sen"
#: src/login/org.freedesktop.login1.policy:225
-msgid "Authentication is required to reboot the system while an application is inhibiting this."
-msgstr "Todennus vaaditaan järjestelmän uudelleen käynnistämisksi, kun joku sovellus estää tämän."
+msgid ""
+"Authentication is required to reboot the system while an application is "
+"inhibiting this."
+msgstr ""
+"Todennus vaaditaan järjestelmän uudelleen käynnistämisksi, kun joku sovellus "
+"estää tämän."
#: src/login/org.freedesktop.login1.policy:235
msgid "Halt the system"
@@ -541,16 +615,24 @@ msgid "Halt the system while other users are logged in"
msgstr "Pysäytä järjestelmä, vaikka muita käyttäjiä on kirjautuneena sisään"
#: src/login/org.freedesktop.login1.policy:247
-msgid "Authentication is required to halt the system while other users are logged in."
-msgstr "Todennus vaaditaan järjestelmän pysäyttämiseksi, kun muita käyttäjiä on kirjautuneena sisään."
+msgid ""
+"Authentication is required to halt the system while other users are logged "
+"in."
+msgstr ""
+"Todennus vaaditaan järjestelmän pysäyttämiseksi, kun muita käyttäjiä on "
+"kirjautuneena sisään."
#: src/login/org.freedesktop.login1.policy:257
msgid "Halt the system while an application is inhibiting this"
msgstr "Pysäytä järjestelmä, vaikka joku sovellus estää sen"
#: src/login/org.freedesktop.login1.policy:258
-msgid "Authentication is required to halt the system while an application is inhibiting this."
-msgstr "Todennus vaaditaan järjestelmän pysäyttämiseksi, kun joku sovellus estää tämän."
+msgid ""
+"Authentication is required to halt the system while an application is "
+"inhibiting this."
+msgstr ""
+"Todennus vaaditaan järjestelmän pysäyttämiseksi, kun joku sovellus estää "
+"tämän."
#: src/login/org.freedesktop.login1.policy:268
msgid "Suspend the system"
@@ -562,19 +644,29 @@ msgstr "Todennus vaaditaan järjestelmän pysäyttämiseksi väliaikaisesti."
#: src/login/org.freedesktop.login1.policy:278
msgid "Suspend the system while other users are logged in"
-msgstr "Pysäytä järjestelmä väliaikaisesti, vaikka muita käyttäjiä on kirjautuneena sisään"
+msgstr ""
+"Pysäytä järjestelmä väliaikaisesti, vaikka muita käyttäjiä on kirjautuneena "
+"sisään"
#: src/login/org.freedesktop.login1.policy:279
-msgid "Authentication is required to suspend the system while other users are logged in."
-msgstr "Todennus vaaditaan järjestelmän väliaikaiseksi pysäyttämiseksi, kun muita käyttäjiä on kirjautuneena sisään."
+msgid ""
+"Authentication is required to suspend the system while other users are "
+"logged in."
+msgstr ""
+"Todennus vaaditaan järjestelmän väliaikaiseksi pysäyttämiseksi, kun muita "
+"käyttäjiä on kirjautuneena sisään."
#: src/login/org.freedesktop.login1.policy:289
msgid "Suspend the system while an application is inhibiting this"
msgstr "Pysäytä järjestelmä väliaikaisesti, vaikka joku sovellus estää sen"
#: src/login/org.freedesktop.login1.policy:290
-msgid "Authentication is required to suspend the system while an application is inhibiting this."
-msgstr "Todennus vaaditaan järjestelmän väliaikaiseksi pysäyttämiseksi, kun joku sovellus estää tämän."
+msgid ""
+"Authentication is required to suspend the system while an application is "
+"inhibiting this."
+msgstr ""
+"Todennus vaaditaan järjestelmän väliaikaiseksi pysäyttämiseksi, kun joku "
+"sovellus estää tämän."
#: src/login/org.freedesktop.login1.policy:300
msgid "Hibernate the system"
@@ -589,16 +681,24 @@ msgid "Hibernate the system while other users are logged in"
msgstr "Horrosta järjestelmä, vaikka muita käyttäjiä on kirjautuneena sisään"
#: src/login/org.freedesktop.login1.policy:311
-msgid "Authentication is required to hibernate the system while other users are logged in."
-msgstr "Todennus vaaditaan järjestelmän horrostamiseksi, kun muita käyttäjiä on kirjautuneena sisään."
+msgid ""
+"Authentication is required to hibernate the system while other users are "
+"logged in."
+msgstr ""
+"Todennus vaaditaan järjestelmän horrostamiseksi, kun muita käyttäjiä on "
+"kirjautuneena sisään."
#: src/login/org.freedesktop.login1.policy:321
msgid "Hibernate the system while an application is inhibiting this"
msgstr "Horrosta järjestelmä, vaikka joku sovellus estää sen"
#: src/login/org.freedesktop.login1.policy:322
-msgid "Authentication is required to hibernate the system while an application is inhibiting this."
-msgstr "Todennus vaaditaan järjestelmän horrostamiseksi, kun joku sovellus estää tämän."
+msgid ""
+"Authentication is required to hibernate the system while an application is "
+"inhibiting this."
+msgstr ""
+"Todennus vaaditaan järjestelmän horrostamiseksi, kun joku sovellus estää "
+"tämän."
#: src/login/org.freedesktop.login1.policy:332
msgid "Manage active sessions, users and seats"
@@ -606,7 +706,9 @@ msgstr "Hallinnoi aktiivisia istuntoja, käyttäjiä ja paikkoja"
#: src/login/org.freedesktop.login1.policy:333
msgid "Authentication is required to manage active sessions, users and seats."
-msgstr "Todennus vaaditaan aktiivisten istuntojen, käyttäjien ja paikkojen hallintaan."
+msgstr ""
+"Todennus vaaditaan aktiivisten istuntojen, käyttäjien ja paikkojen "
+"hallintaan."
#: src/login/org.freedesktop.login1.policy:342
msgid "Lock or unlock active sessions"
@@ -614,7 +716,8 @@ msgstr "Lukitse tai avaa aktiiviset istunnot"
#: src/login/org.freedesktop.login1.policy:343
msgid "Authentication is required to lock or unlock active sessions."
-msgstr "Todennus vaaditaan aktiivisten istuntojen lukitsemiseksi tai avaamiseksi."
+msgstr ""
+"Todennus vaaditaan aktiivisten istuntojen lukitsemiseksi tai avaamiseksi."
#: src/login/org.freedesktop.login1.policy:352
msgid "Set the reboot \"reason\" in the kernel"
@@ -622,31 +725,46 @@ msgstr "Aseta uudelleenkäynnistyksen \"syy\" ytimeen"
#: src/login/org.freedesktop.login1.policy:353
msgid "Authentication is required to set the reboot \"reason\" in the kernel."
-msgstr "Todennus vaaditaan, jotta ytimen uudelleenkäynnistyksen \"syy\" voidaan asettaa."
+msgstr ""
+"Todennus vaaditaan, jotta ytimen uudelleenkäynnistyksen \"syy\" voidaan "
+"asettaa."
#: src/login/org.freedesktop.login1.policy:363
msgid "Indicate to the firmware to boot to setup interface"
msgstr "Ilmoita laiteohjelmistolle, että käynnistyy asennusliittymään"
#: src/login/org.freedesktop.login1.policy:364
-msgid "Authentication is required to indicate to the firmware to boot to setup interface."
-msgstr "Todennus vaaditaan ilmoittamaan laiteohjelmistolle, että se käynnistyy asennusliittymään."
+msgid ""
+"Authentication is required to indicate to the firmware to boot to setup "
+"interface."
+msgstr ""
+"Todennus vaaditaan ilmoittamaan laiteohjelmistolle, että se käynnistyy "
+"asennusliittymään."
#: src/login/org.freedesktop.login1.policy:374
msgid "Indicate to the boot loader to boot to the boot loader menu"
-msgstr "Ilmoita käynnistyslataimelle, että se käynnistyy käynnistyslatausvalikkoon"
+msgstr ""
+"Ilmoita käynnistyslataimelle, että se käynnistyy käynnistyslatausvalikkoon"
#: src/login/org.freedesktop.login1.policy:375
-msgid "Authentication is required to indicate to the boot loader to boot to the boot loader menu."
-msgstr "Todennus vaaditaan ilmoittamaan käynnistyslataajalle, että se käynnistyy käynnistyslatausvalikkoon."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot to the "
+"boot loader menu."
+msgstr ""
+"Todennus vaaditaan ilmoittamaan käynnistyslataajalle, että se käynnistyy "
+"käynnistyslatausvalikkoon."
#: src/login/org.freedesktop.login1.policy:385
msgid "Indicate to the boot loader to boot a specific entry"
msgstr "Ilmoita käynnistyslataimelle, että käynnistää tietyn vaihtoehdon"
#: src/login/org.freedesktop.login1.policy:386
-msgid "Authentication is required to indicate to the boot loader to boot into a specific boot loader entry."
-msgstr "Todennus vaaditaan ilmoittamaan käynnistyslataajalle, että käynnistää tietyn vaihtoehdon."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot into a "
+"specific boot loader entry."
+msgstr ""
+"Todennus vaaditaan ilmoittamaan käynnistyslataajalle, että käynnistää tietyn "
+"vaihtoehdon."
#: src/login/org.freedesktop.login1.policy:396
msgid "Set a wall message"
@@ -701,7 +819,8 @@ msgid "Acquire a pseudo TTY in a local container"
msgstr "Hanki pseudo TTY paikallisesta kontista"
#: src/machine/org.freedesktop.machine1.policy:65
-msgid "Authentication is required to acquire a pseudo TTY in a local container."
+msgid ""
+"Authentication is required to acquire a pseudo TTY in a local container."
msgstr "Paikallisen kontin pseudo TTY:n saaminen vaatii todentamisen."
#: src/machine/org.freedesktop.machine1.policy:74
@@ -717,16 +836,22 @@ msgid "Manage local virtual machines and containers"
msgstr "Hallitse paikallisia virtuaalikoneita ja kontteja"
#: src/machine/org.freedesktop.machine1.policy:85
-msgid "Authentication is required to manage local virtual machines and containers."
-msgstr "Todennus vaaditaan paikallisten virtuaalikoneiden ja konttien hallintaan."
+msgid ""
+"Authentication is required to manage local virtual machines and containers."
+msgstr ""
+"Todennus vaaditaan paikallisten virtuaalikoneiden ja konttien hallintaan."
#: src/machine/org.freedesktop.machine1.policy:95
msgid "Manage local virtual machine and container images"
msgstr "Hallitse paikallisia virtuaalikoneita ja konttilevykuvia"
#: src/machine/org.freedesktop.machine1.policy:96
-msgid "Authentication is required to manage local virtual machine and container images."
-msgstr "Todennus vaaditaan paikallisten virtuaalikoneiden ja konttilevykuvien hallintaan."
+msgid ""
+"Authentication is required to manage local virtual machine and container "
+"images."
+msgstr ""
+"Todennus vaaditaan paikallisten virtuaalikoneiden ja konttilevykuvien "
+"hallintaan."
#: src/network/org.freedesktop.network1.policy:22
msgid "Set NTP servers"
@@ -774,7 +899,8 @@ msgstr "Ota LLMNR käyttöön tai poista se käytöstä"
#: src/network/org.freedesktop.network1.policy:67
#: src/resolve/org.freedesktop.resolve1.policy:78
msgid "Authentication is required to enable or disable LLMNR."
-msgstr "Todennus vaaditaan LLMNR:n ottamiseksi käyttöön tai poistamiseksi käytöstä."
+msgstr ""
+"Todennus vaaditaan LLMNR:n ottamiseksi käyttöön tai poistamiseksi käytöstä."
#: src/network/org.freedesktop.network1.policy:77
#: src/resolve/org.freedesktop.resolve1.policy:88
@@ -784,7 +910,9 @@ msgstr "Ota monilähetyksen DNS käyttöön tai poista se käytöstä"
#: src/network/org.freedesktop.network1.policy:78
#: src/resolve/org.freedesktop.resolve1.policy:89
msgid "Authentication is required to enable or disable multicast DNS."
-msgstr "Todennus vaaditaan, jotta monilähetys-DNS voidaan ottaa käyttöön tai poistaa käytöstä."
+msgstr ""
+"Todennus vaaditaan, jotta monilähetys-DNS voidaan ottaa käyttöön tai poistaa "
+"käytöstä."
#: src/network/org.freedesktop.network1.policy:88
#: src/resolve/org.freedesktop.resolve1.policy:99
@@ -794,7 +922,9 @@ msgstr "Ota käyttöön/poista käytöstä DNS TLS:n kautta"
#: src/network/org.freedesktop.network1.policy:89
#: src/resolve/org.freedesktop.resolve1.policy:100
msgid "Authentication is required to enable or disable DNS over TLS."
-msgstr "Todennus vaaditaan DNS:n käyttöön ottamiseksi tai poistamiseksi käytöstä TLS:n kautta."
+msgstr ""
+"Todennus vaaditaan DNS:n käyttöön ottamiseksi tai poistamiseksi käytöstä TLS:"
+"n kautta."
#: src/network/org.freedesktop.network1.policy:99
#: src/resolve/org.freedesktop.resolve1.policy:110
@@ -804,7 +934,8 @@ msgstr "Ota DNSSEC käyttöön tai poista se käytöstä"
#: src/network/org.freedesktop.network1.policy:100
#: src/resolve/org.freedesktop.resolve1.policy:111
msgid "Authentication is required to enable or disable DNSSEC."
-msgstr "Todennus vaaditaan, jotta DNSSEC voidaan ottaa käyttöön tai poistaa käytöstä."
+msgstr ""
+"Todennus vaaditaan, jotta DNSSEC voidaan ottaa käyttöön tai poistaa käytöstä."
#: src/network/org.freedesktop.network1.policy:110
#: src/resolve/org.freedesktop.resolve1.policy:121
@@ -814,7 +945,8 @@ msgstr "Aseta DNSSEC-negatiiviset luottamusankkurit"
#: src/network/org.freedesktop.network1.policy:111
#: src/resolve/org.freedesktop.resolve1.policy:122
msgid "Authentication is required to set DNSSEC Negative Trust Anchors."
-msgstr "Todennus vaaditaan DNSSEC-negatiivisten luottamusankkureiden asettamiseksi."
+msgstr ""
+"Todennus vaaditaan DNSSEC-negatiivisten luottamusankkureiden asettamiseksi."
#: src/network/org.freedesktop.network1.policy:121
msgid "Revert NTP settings"
@@ -877,16 +1009,22 @@ msgid "Attach or detach a portable service image"
msgstr "Liitä tai irrota kannettava palvelulevykuva"
#: src/portable/org.freedesktop.portable1.policy:24
-msgid "Authentication is required to attach or detach a portable service image."
-msgstr "Todennus vaaditaan kannettavan palvelulevykuvan liittämiseen tai irrottamiseen."
+msgid ""
+"Authentication is required to attach or detach a portable service image."
+msgstr ""
+"Todennus vaaditaan kannettavan palvelulevykuvan liittämiseen tai "
+"irrottamiseen."
#: src/portable/org.freedesktop.portable1.policy:34
msgid "Delete or modify portable service image"
msgstr "Poista tai muokkaa kannettavaa palvelulevykuvaa"
#: src/portable/org.freedesktop.portable1.policy:35
-msgid "Authentication is required to delete or modify a portable service image."
-msgstr "Todennus vaaditaan, jos haluat poistaa tai muokata kannettavaa palvelulevykuvaa."
+msgid ""
+"Authentication is required to delete or modify a portable service image."
+msgstr ""
+"Todennus vaaditaan, jos haluat poistaa tai muokata kannettavaa "
+"palvelulevykuvaa."
#: src/resolve/org.freedesktop.resolve1.policy:22
msgid "Register a DNS-SD service"
@@ -930,52 +1068,71 @@ msgstr "Todennus vaaditaan järjestelmän aikavyöhykkeen asettamiseksi."
#: src/timedate/org.freedesktop.timedate1.policy:43
msgid "Set RTC to local timezone or UTC"
-msgstr "Aseta RTC(reaaliaikainen kello) paikalliseksi aikavyöhykkeeksi tai UTC:ksi"
+msgstr ""
+"Aseta RTC(reaaliaikainen kello) paikalliseksi aikavyöhykkeeksi tai UTC:ksi"
#: src/timedate/org.freedesktop.timedate1.policy:44
-msgid "Authentication is required to control whether the RTC stores the local or UTC time."
-msgstr "Todennus vaaditaan sen säätämiseksi, tallentaako RTC paikallisen vai UTC-ajan."
+msgid ""
+"Authentication is required to control whether the RTC stores the local or "
+"UTC time."
+msgstr ""
+"Todennus vaaditaan sen säätämiseksi, tallentaako RTC paikallisen vai UTC-"
+"ajan."
#: src/timedate/org.freedesktop.timedate1.policy:53
msgid "Turn network time synchronization on or off"
msgstr "Ota verkon ajan synkronointi käyttöön tai poista se käytöstä"
#: src/timedate/org.freedesktop.timedate1.policy:54
-msgid "Authentication is required to control whether network time synchronization shall be enabled."
-msgstr "Todennus vaaditaan sen hallitsemiseksi, onko verkkoajan synkronointi käytössä."
+msgid ""
+"Authentication is required to control whether network time synchronization "
+"shall be enabled."
+msgstr ""
+"Todennus vaaditaan sen hallitsemiseksi, onko verkkoajan synkronointi "
+"käytössä."
-#: src/core/dbus-unit.c:364
+#: src/core/dbus-unit.c:352
msgid "Authentication is required to start '$(unit)'."
msgstr "Todennus vaaditaan $(unit):n aloittamiseksi."
-#: src/core/dbus-unit.c:365
+#: src/core/dbus-unit.c:353
msgid "Authentication is required to stop '$(unit)'."
msgstr "Todennus vaaditaan $(unit):n lopettamiseksi."
-#: src/core/dbus-unit.c:366
+#: src/core/dbus-unit.c:354
msgid "Authentication is required to reload '$(unit)'."
msgstr "Todennus vaaditaan $(unit):n uudelleen lataamiseksi."
-#: src/core/dbus-unit.c:367 src/core/dbus-unit.c:368
+#: src/core/dbus-unit.c:355 src/core/dbus-unit.c:356
msgid "Authentication is required to restart '$(unit)'."
msgstr "Todennus vaaditaan $(unit):n uudelleen käynnistämiseksi."
-#: src/core/dbus-unit.c:565
-msgid "Authentication is required to send a UNIX signal to the processes of '$(unit)'."
-msgstr "Todennus vaaditaan UNIX-signaalin lähettämiseen '$(unit)'-prosesseihin."
+#: src/core/dbus-unit.c:553
+msgid ""
+"Authentication is required to send a UNIX signal to the processes of "
+"'$(unit)'."
+msgstr ""
+"Todennus vaaditaan UNIX-signaalin lähettämiseen '$(unit)'-prosesseihin."
-#: src/core/dbus-unit.c:595
+#: src/core/dbus-unit.c:583
msgid "Authentication is required to reset the \"failed\" state of '$(unit)'."
msgstr "Todennus vaaditaan \"epäonnistuneen\" tilan \"$(unit)\" nollaamiseksi."
-#: src/core/dbus-unit.c:627
+#: src/core/dbus-unit.c:615
msgid "Authentication is required to set properties on '$(unit)'."
msgstr "Todennus vaaditaan, jotta ominaisuudet asetetaan arvoon '$(unit)'."
-#: src/core/dbus-unit.c:728
-msgid "Authentication is required to delete files and directories associated with '$(unit)'."
-msgstr "Todennus vaaditaan tiedostojen ja hakemistojen poistamiseen, jotka liittyvät '$(unit)':iin."
+#: src/core/dbus-unit.c:716
+msgid ""
+"Authentication is required to delete files and directories associated with "
+"'$(unit)'."
+msgstr ""
+"Todennus vaaditaan tiedostojen ja hakemistojen poistamiseen, jotka liittyvät "
+"'$(unit)':iin."
-#: src/core/dbus-unit.c:776
-msgid "Authentication is required to freeze or thaw the processes of '$(unit)' unit."
-msgstr "Todennus vaaditaan '$(unit)'-yksikön prosessien jäädyttämiseksi tai sulattamiseksi."
+#: src/core/dbus-unit.c:764
+msgid ""
+"Authentication is required to freeze or thaw the processes of '$(unit)' unit."
+msgstr ""
+"Todennus vaaditaan '$(unit)'-yksikön prosessien jäädyttämiseksi tai "
+"sulattamiseksi."
diff --git a/po/fr.po b/po/fr.po
index 55c8d538bff..d8bb307ed71 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -10,7 +10,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-07-14 10:32+0100\n"
+"POT-Creation-Date: 2023-11-14 21:25+0000\n"
"PO-Revision-Date: 2023-10-12 16:36+0000\n"
"Last-Translator: Pierre GRASSER <pierre.grasser@proton.me>\n"
"Language-Team: French <https://translate.fedoraproject.org/projects/systemd/"
@@ -27,7 +27,8 @@ msgid "Send passphrase back to system"
msgstr "Renvoyer la phrase secrète au système"
#: src/core/org.freedesktop.systemd1.policy.in:23
-msgid "Authentication is required to send the entered passphrase back to the system."
+msgid ""
+"Authentication is required to send the entered passphrase back to the system."
msgstr "Authentification requise pour renvoyer la phrase secrète au système."
#: src/core/org.freedesktop.systemd1.policy.in:33
@@ -56,10 +57,12 @@ msgstr ""
"système et des services"
#: src/core/org.freedesktop.systemd1.policy.in:55
-msgid "Authentication is required to set or unset system and service manager environment variables."
+msgid ""
+"Authentication is required to set or unset system and service manager "
+"environment variables."
msgstr ""
-"Authentification requise pour définir ou supprimer des variables d’"
-"environnement du gestionnaire du système et des services."
+"Authentification requise pour définir ou supprimer des variables "
+"d’environnement du gestionnaire du système et des services."
#: src/core/org.freedesktop.systemd1.policy.in:64
msgid "Reload the systemd state"
@@ -74,7 +77,8 @@ msgid "Dump the systemd state without rate limits"
msgstr "Récupérer l'état de systemd sans limites de taux"
#: src/core/org.freedesktop.systemd1.policy.in:75
-msgid "Authentication is required to dump the systemd state without rate limits."
+msgid ""
+"Authentication is required to dump the systemd state without rate limits."
msgstr ""
"Authentification requise pour récupérer l'état de systemd sans limites de "
"taux."
@@ -85,7 +89,8 @@ msgstr "Créer un espace personnel"
#: src/home/org.freedesktop.home1.policy:14
msgid "Authentication is required to create a user's home area."
-msgstr "Authentification requise pour créer l’espace personnel d’un utilisateur."
+msgstr ""
+"Authentification requise pour créer l’espace personnel d’un utilisateur."
#: src/home/org.freedesktop.home1.policy:23
msgid "Remove a home area"
@@ -93,15 +98,19 @@ msgstr "Retirer un espace personnel"
#: src/home/org.freedesktop.home1.policy:24
msgid "Authentication is required to remove a user's home area."
-msgstr "Authentification requise pour retirer l’espace personnel d’un utilisateur."
+msgstr ""
+"Authentification requise pour retirer l’espace personnel d’un utilisateur."
#: src/home/org.freedesktop.home1.policy:33
msgid "Check credentials of a home area"
msgstr "Vérifier les identifiants d’un espace personnel"
#: src/home/org.freedesktop.home1.policy:34
-msgid "Authentication is required to check credentials against a user's home area."
-msgstr "Authentification requise pour vérifier les identifiants de l’espace personnel d’un utilisateur."
+msgid ""
+"Authentication is required to check credentials against a user's home area."
+msgstr ""
+"Authentification requise pour vérifier les identifiants de l’espace "
+"personnel d’un utilisateur."
#: src/home/org.freedesktop.home1.policy:43
msgid "Update a home area"
@@ -109,7 +118,9 @@ msgstr "Mettre à jour un espace personnel"
#: src/home/org.freedesktop.home1.policy:44
msgid "Authentication is required to update a user's home area."
-msgstr "Authentification requise pour mettre à jour l’espace personnel d’un utilisateur."
+msgstr ""
+"Authentification requise pour mettre à jour l’espace personnel d’un "
+"utilisateur."
#: src/home/org.freedesktop.home1.policy:53
msgid "Resize a home area"
@@ -124,12 +135,17 @@ msgid "Change password of a home area"
msgstr "Changer le mot de passe d’un espace personnel"
#: src/home/org.freedesktop.home1.policy:64
-msgid "Authentication is required to change the password of a user's home area."
-msgstr "Authentification requise pour changer le mot de passe de l’espace personnel d’un utilisateur."
+msgid ""
+"Authentication is required to change the password of a user's home area."
+msgstr ""
+"Authentification requise pour changer le mot de passe de l’espace personnel "
+"d’un utilisateur."
#: src/home/pam_systemd_home.c:287
#, c-format
-msgid "Home of user %s is currently absent, please plug in the necessary storage device or backing file system."
+msgid ""
+"Home of user %s is currently absent, please plug in the necessary storage "
+"device or backing file system."
msgstr ""
"L'espace personnel de %s est actuellement absent, veuillez connecter le "
"périphérique ou le système de fichiers qui le contient."
@@ -161,7 +177,9 @@ msgstr "Clé de récupération : "
#: src/home/pam_systemd_home.c:331
#, c-format
-msgid "Password/recovery key incorrect or not sufficient for authentication of user %s."
+msgid ""
+"Password/recovery key incorrect or not sufficient for authentication of user "
+"%s."
msgstr ""
"Mot de passe ou clé de récupération incorrecte ou insuffisante pour "
"l'authentification de l'utilisateur %s."
@@ -181,7 +199,9 @@ msgstr "Réessayez avec un mot de passe : "
#: src/home/pam_systemd_home.c:355
#, c-format
-msgid "Password incorrect or not sufficient, and configured security token of user %s not inserted."
+msgid ""
+"Password incorrect or not sufficient, and configured security token of user "
+"%s not inserted."
msgstr ""
"Mot de passe incorrect ou insuffisant, et la clé de sécurité de "
"l'utilisateur %s n'est pas insérée."
@@ -210,7 +230,9 @@ msgstr ""
"Veuillez confirmer l'utilisateur sur la clé de sécurité de l'utilisateur %s."
#: src/home/pam_systemd_home.c:424
-msgid "Security token PIN is locked, please unlock it first. (Hint: Removal and re-insertion might suffice.)"
+msgid ""
+"Security token PIN is locked, please unlock it first. (Hint: Removal and re-"
+"insertion might suffice.)"
msgstr ""
"Le PIN de la clé de sécurité est verrouillé, veuillez commencer par le "
"déverrouiller. (Astuce : débrancher et rebrancher peut suffire.)"
@@ -308,7 +330,9 @@ msgid "Set static hostname"
msgstr "Définir le nom d’hôte statique"
#: src/hostname/org.freedesktop.hostname1.policy:31
-msgid "Authentication is required to set the statically configured local hostname, as well as the pretty hostname."
+msgid ""
+"Authentication is required to set the statically configured local hostname, "
+"as well as the pretty hostname."
msgstr ""
"Authentification requise pour définir le nom d’hôte local de manière "
"statique, ainsi que le nom d’hôte familier."
@@ -319,7 +343,8 @@ msgstr "Définir les informations sur la machine"
#: src/hostname/org.freedesktop.hostname1.policy:42
msgid "Authentication is required to set local machine information."
-msgstr "Authentification requise pour définir les informations sur la machine locale."
+msgstr ""
+"Authentification requise pour définir les informations sur la machine locale."
#: src/hostname/org.freedesktop.hostname1.policy:51
msgid "Get product UUID"
@@ -389,15 +414,19 @@ msgstr "Définir les paramètres de clavier du système"
#: src/locale/org.freedesktop.locale1.policy:34
msgid "Authentication is required to set the system keyboard settings."
-msgstr "Authentification requise pour définir les paramètres de clavier du système."
+msgstr ""
+"Authentification requise pour définir les paramètres de clavier du système."
#: src/login/org.freedesktop.login1.policy:22
msgid "Allow applications to inhibit system shutdown"
msgstr "Permettre aux applications d’empêcher l’arrêt du système"
#: src/login/org.freedesktop.login1.policy:23
-msgid "Authentication is required for an application to inhibit system shutdown."
-msgstr "Authentification requise pour permettre à une application d’empêcher l’arrêt du système."
+msgid ""
+"Authentication is required for an application to inhibit system shutdown."
+msgstr ""
+"Authentification requise pour permettre à une application d’empêcher l’arrêt "
+"du système."
#: src/login/org.freedesktop.login1.policy:33
msgid "Allow applications to delay system shutdown"
@@ -405,7 +434,9 @@ msgstr "Permettre aux applications de retarder l’arrêt du système"
#: src/login/org.freedesktop.login1.policy:34
msgid "Authentication is required for an application to delay system shutdown."
-msgstr "Authentification requise pour permettre à une application de retarder l’arrêt du système."
+msgstr ""
+"Authentification requise pour permettre à une application de retarder "
+"l’arrêt du système."
#: src/login/org.freedesktop.login1.policy:44
msgid "Allow applications to inhibit system sleep"
@@ -413,7 +444,9 @@ msgstr "Permettre aux applications d’empêcher la mise en veille du système"
#: src/login/org.freedesktop.login1.policy:45
msgid "Authentication is required for an application to inhibit system sleep."
-msgstr "Authentification requise pour permettre à une application d’empêcher la mise en veille du système."
+msgstr ""
+"Authentification requise pour permettre à une application d’empêcher la mise "
+"en veille du système."
#: src/login/org.freedesktop.login1.policy:55
msgid "Allow applications to delay system sleep"
@@ -421,7 +454,9 @@ msgstr "Permettre aux applications de retarder la mise en veille du système"
#: src/login/org.freedesktop.login1.policy:56
msgid "Authentication is required for an application to delay system sleep."
-msgstr "Authentification requise pour permettre à une application de retarder la mise en veille du système."
+msgstr ""
+"Authentification requise pour permettre à une application de retarder la "
+"mise en veille du système."
#: src/login/org.freedesktop.login1.policy:65
msgid "Allow applications to inhibit automatic system suspend"
@@ -429,8 +464,12 @@ msgstr ""
"Permettre aux applications d’empêcher l’hibernation automatique du système"
#: src/login/org.freedesktop.login1.policy:66
-msgid "Authentication is required for an application to inhibit automatic system suspend."
-msgstr "Authentification requise pour permettre à une application d’empêcher l’hibernation automatique du système."
+msgid ""
+"Authentication is required for an application to inhibit automatic system "
+"suspend."
+msgstr ""
+"Authentification requise pour permettre à une application d’empêcher "
+"l’hibernation automatique du système."
#: src/login/org.freedesktop.login1.policy:75
msgid "Allow applications to inhibit system handling of the power key"
@@ -439,7 +478,9 @@ msgstr ""
"d’alimentation"
#: src/login/org.freedesktop.login1.policy:76
-msgid "Authentication is required for an application to inhibit system handling of the power key."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the power key."
msgstr ""
"Authentification requise pour permettre à une application d’empêcher le "
"système de gérer le bouton d’alimentation."
@@ -451,7 +492,9 @@ msgstr ""
"en veille"
#: src/login/org.freedesktop.login1.policy:87
-msgid "Authentication is required for an application to inhibit system handling of the suspend key."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the suspend key."
msgstr ""
"Authentification requise pour permettre à une application d’empêcher le "
"système de gérer le bouton de mise en veille."
@@ -463,7 +506,9 @@ msgstr ""
"d’hibernation"
#: src/login/org.freedesktop.login1.policy:98
-msgid "Authentication is required for an application to inhibit system handling of the hibernate key."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the hibernate key."
msgstr ""
"Authentification requise pour permettre à une application d’empêcher le "
"système de gérer le bouton d'hibernation."
@@ -475,7 +520,9 @@ msgstr ""
"capot"
#: src/login/org.freedesktop.login1.policy:108
-msgid "Authentication is required for an application to inhibit system handling of the lid switch."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the lid switch."
msgstr ""
"Authentification requise pour permettre à une application d’empêcher le "
"système de gérer la fermeture du capot."
@@ -487,7 +534,9 @@ msgstr ""
"redémarrage"
#: src/login/org.freedesktop.login1.policy:118
-msgid "Authentication is required for an application to inhibit system handling of the reboot key."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the reboot key."
msgstr ""
"Authentification requise pour permettre à une application d’empêcher le "
"système de gérer le bouton de redémarrage."
@@ -498,7 +547,9 @@ msgstr "Permettre à un utilisateur non connecté d’exécuter des programmes"
#: src/login/org.freedesktop.login1.policy:129
msgid "Explicit request is required to run programs as a non-logged-in user."
-msgstr "Requête explicite requise pour exécuter des programmes en tant qu’utilisateur non connecté."
+msgstr ""
+"Requête explicite requise pour exécuter des programmes en tant "
+"qu’utilisateur non connecté."
#: src/login/org.freedesktop.login1.policy:138
msgid "Allow non-logged-in users to run programs"
@@ -506,7 +557,9 @@ msgstr "Permettre aux utilisateurs non connectés d’exécuter des programmes"
#: src/login/org.freedesktop.login1.policy:139
msgid "Authentication is required to run programs as a non-logged-in user."
-msgstr "Authentification requise pour exécuter des programmes en tant qu’utilisateur non connecté."
+msgstr ""
+"Authentification requise pour exécuter des programmes en tant qu’utilisateur "
+"non connecté."
#: src/login/org.freedesktop.login1.policy:148
msgid "Allow attaching devices to seats"
@@ -514,7 +567,8 @@ msgstr "Permet d’associer des périphériques à des postes (seats)"
#: src/login/org.freedesktop.login1.policy:149
msgid "Authentication is required to attach a device to a seat."
-msgstr "Authentification requise pour associer un périphérique à un poste (seat)."
+msgstr ""
+"Authentification requise pour associer un périphérique à un poste (seat)."
#: src/login/org.freedesktop.login1.policy:159
msgid "Flush device to seat attachments"
@@ -539,15 +593,21 @@ msgid "Power off the system while other users are logged in"
msgstr "Éteindre le système alors que d’autres utilisateurs sont connectés"
#: src/login/org.freedesktop.login1.policy:181
-msgid "Authentication is required to power off the system while other users are logged in."
-msgstr "Authentification requise pour éteindre le système alors que d’autres utilisateurs sont connectés."
+msgid ""
+"Authentication is required to power off the system while other users are "
+"logged in."
+msgstr ""
+"Authentification requise pour éteindre le système alors que d’autres "
+"utilisateurs sont connectés."
#: src/login/org.freedesktop.login1.policy:191
msgid "Power off the system while an application is inhibiting this"
msgstr "Éteindre le système alors qu’une application l'en empêche"
#: src/login/org.freedesktop.login1.policy:192
-msgid "Authentication is required to power off the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to power off the system while an application is "
+"inhibiting this."
msgstr ""
"Authentification requise pour éteindre le système alors qu’une application "
"l'en empêche."
@@ -565,15 +625,21 @@ msgid "Reboot the system while other users are logged in"
msgstr "Redémarrer le système alors que d’autres utilisateurs sont connectés"
#: src/login/org.freedesktop.login1.policy:214
-msgid "Authentication is required to reboot the system while other users are logged in."
-msgstr "Authentification requise pour redémarrer le système alors que d’autres utilisateurs sont connectés."
+msgid ""
+"Authentication is required to reboot the system while other users are logged "
+"in."
+msgstr ""
+"Authentification requise pour redémarrer le système alors que d’autres "
+"utilisateurs sont connectés."
#: src/login/org.freedesktop.login1.policy:224
msgid "Reboot the system while an application is inhibiting this"
msgstr "Redémarrer le système alors qu’une application l'en empêche"
#: src/login/org.freedesktop.login1.policy:225
-msgid "Authentication is required to reboot the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to reboot the system while an application is "
+"inhibiting this."
msgstr ""
"Authentification requise pour redémarrer le système alors qu’une application "
"l'en empêche."
@@ -591,15 +657,21 @@ msgid "Halt the system while other users are logged in"
msgstr "Arrêter le système alors que d’autres utilisateurs sont connectés"
#: src/login/org.freedesktop.login1.policy:247
-msgid "Authentication is required to halt the system while other users are logged in."
-msgstr "Authentification requise pour arrêter le système alors que d’autres utilisateurs sont connectés."
+msgid ""
+"Authentication is required to halt the system while other users are logged "
+"in."
+msgstr ""
+"Authentification requise pour arrêter le système alors que d’autres "
+"utilisateurs sont connectés."
#: src/login/org.freedesktop.login1.policy:257
msgid "Halt the system while an application is inhibiting this"
msgstr "Arrêter le système alors qu’une application l'en empêche"
#: src/login/org.freedesktop.login1.policy:258
-msgid "Authentication is required to halt the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to halt the system while an application is "
+"inhibiting this."
msgstr ""
"Authentification requise pour arrêter le système alors qu’une application "
"l'en empêche."
@@ -614,18 +686,25 @@ msgstr "Authentification requise pour mettre le système en veille."
#: src/login/org.freedesktop.login1.policy:278
msgid "Suspend the system while other users are logged in"
-msgstr "Mettre le système en veille alors que d’autres utilisateurs sont connectés"
+msgstr ""
+"Mettre le système en veille alors que d’autres utilisateurs sont connectés"
#: src/login/org.freedesktop.login1.policy:279
-msgid "Authentication is required to suspend the system while other users are logged in."
-msgstr "Authentification requise pour mettre le système en veille alors que d’autres utilisateurs sont connectés."
+msgid ""
+"Authentication is required to suspend the system while other users are "
+"logged in."
+msgstr ""
+"Authentification requise pour mettre le système en veille alors que d’autres "
+"utilisateurs sont connectés."
#: src/login/org.freedesktop.login1.policy:289
msgid "Suspend the system while an application is inhibiting this"
msgstr "Mettre le système en veille alors qu’une application l'en empêche"
#: src/login/org.freedesktop.login1.policy:290
-msgid "Authentication is required to suspend the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to suspend the system while an application is "
+"inhibiting this."
msgstr ""
"Authentification requise pour mettre le système en veille alors qu’une "
"application l'en empêche."
@@ -640,18 +719,26 @@ msgstr "Authentification requise pour mettre le système en hibernation."
#: src/login/org.freedesktop.login1.policy:310
msgid "Hibernate the system while other users are logged in"
-msgstr "Mettre le système en hibernation alors que d’autres utilisateurs sont connectés"
+msgstr ""
+"Mettre le système en hibernation alors que d’autres utilisateurs sont "
+"connectés"
#: src/login/org.freedesktop.login1.policy:311
-msgid "Authentication is required to hibernate the system while other users are logged in."
-msgstr "Authentification requise pour mettre le système en hibernation alors que d’autres utilisateurs sont connectés."
+msgid ""
+"Authentication is required to hibernate the system while other users are "
+"logged in."
+msgstr ""
+"Authentification requise pour mettre le système en hibernation alors que "
+"d’autres utilisateurs sont connectés."
#: src/login/org.freedesktop.login1.policy:321
msgid "Hibernate the system while an application is inhibiting this"
msgstr "Mettre le système en hibernation alors qu’une application l'en empêche"
#: src/login/org.freedesktop.login1.policy:322
-msgid "Authentication is required to hibernate the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to hibernate the system while an application is "
+"inhibiting this."
msgstr ""
"Authentification requise pour mettre le système en hibernation alors qu’une "
"application l'en empêche."
@@ -662,7 +749,9 @@ msgstr "Gérer les sessions actives, les utilisateurs et les postes (seats)"
#: src/login/org.freedesktop.login1.policy:333
msgid "Authentication is required to manage active sessions, users and seats."
-msgstr "Authentification requise pour gérer les sessions actives, les utilisateurs et les postes (seats)."
+msgstr ""
+"Authentification requise pour gérer les sessions actives, les utilisateurs "
+"et les postes (seats)."
#: src/login/org.freedesktop.login1.policy:342
msgid "Lock or unlock active sessions"
@@ -670,7 +759,9 @@ msgstr "Verrouiller ou déverrouiller des sessions actives"
#: src/login/org.freedesktop.login1.policy:343
msgid "Authentication is required to lock or unlock active sessions."
-msgstr "Authentification requise pour verrouiller ou déverrouiller des sessions actives."
+msgstr ""
+"Authentification requise pour verrouiller ou déverrouiller des sessions "
+"actives."
#: src/login/org.freedesktop.login1.policy:352
msgid "Set the reboot \"reason\" in the kernel"
@@ -686,17 +777,21 @@ msgid "Indicate to the firmware to boot to setup interface"
msgstr "Indiquer au firmware de démarrer sur l’interface de configuration"
#: src/login/org.freedesktop.login1.policy:364
-msgid "Authentication is required to indicate to the firmware to boot to setup interface."
+msgid ""
+"Authentication is required to indicate to the firmware to boot to setup "
+"interface."
msgstr ""
-"Authentification requise pour indiquer au firmware de démarrer sur l’"
-"interface de configuration."
+"Authentification requise pour indiquer au firmware de démarrer sur "
+"l’interface de configuration."
#: src/login/org.freedesktop.login1.policy:374
msgid "Indicate to the boot loader to boot to the boot loader menu"
msgstr "Indiquer au boot loader d’afficher le menu de sélection"
#: src/login/org.freedesktop.login1.policy:375
-msgid "Authentication is required to indicate to the boot loader to boot to the boot loader menu."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot to the "
+"boot loader menu."
msgstr ""
"Authentification requise pour indiquer au boot loader d'afficher le menu de "
"sélection."
@@ -706,7 +801,9 @@ msgid "Indicate to the boot loader to boot a specific entry"
msgstr "Indiquer au boot loader de démarrer une entrée spécifique"
#: src/login/org.freedesktop.login1.policy:386
-msgid "Authentication is required to indicate to the boot loader to boot into a specific boot loader entry."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot into a "
+"specific boot loader entry."
msgstr ""
"Authentification requise pour indiquer au boot loader de démarrer une entrée "
"spécifique."
@@ -749,7 +846,8 @@ msgstr "Obtenir un shell dans un conteneur local"
#: src/machine/org.freedesktop.machine1.policy:43
msgid "Authentication is required to acquire a shell in a local container."
-msgstr "Authentification requise pour obtenir un shell dans un conteneur local."
+msgstr ""
+"Authentification requise pour obtenir un shell dans un conteneur local."
#: src/machine/org.freedesktop.machine1.policy:53
msgid "Acquire a shell on the local host"
@@ -764,7 +862,8 @@ msgid "Acquire a pseudo TTY in a local container"
msgstr "Obtenir un pseudo-terminal dans un conteneur local"
#: src/machine/org.freedesktop.machine1.policy:65
-msgid "Authentication is required to acquire a pseudo TTY in a local container."
+msgid ""
+"Authentication is required to acquire a pseudo TTY in a local container."
msgstr ""
"Authentification requise pour obtenir un pseudo-terminal dans un conteneur "
"local."
@@ -783,7 +882,8 @@ msgid "Manage local virtual machines and containers"
msgstr "Gérer les machines virtuelles et conteneurs locaux"
#: src/machine/org.freedesktop.machine1.policy:85
-msgid "Authentication is required to manage local virtual machines and containers."
+msgid ""
+"Authentication is required to manage local virtual machines and containers."
msgstr ""
"Authentification requise pour gérer les machines virtuelles et les "
"conteneurs locaux."
@@ -793,7 +893,9 @@ msgid "Manage local virtual machine and container images"
msgstr "Gérer les images des machines virtuelles et des conteneurs locaux"
#: src/machine/org.freedesktop.machine1.policy:96
-msgid "Authentication is required to manage local virtual machine and container images."
+msgid ""
+"Authentication is required to manage local virtual machine and container "
+"images."
msgstr ""
"Authentification requise pour gérer les images des machines virtuelles et "
"des conteneurs locaux."
@@ -884,7 +986,8 @@ msgstr "Définir les Negative Trust Anchors DNSSEC"
#: src/network/org.freedesktop.network1.policy:111
#: src/resolve/org.freedesktop.resolve1.policy:122
msgid "Authentication is required to set DNSSEC Negative Trust Anchors."
-msgstr "Authentification requise pour définir les Negative Trust Anchors DNSSEC."
+msgstr ""
+"Authentification requise pour définir les Negative Trust Anchors DNSSEC."
#: src/network/org.freedesktop.network1.policy:121
msgid "Revert NTP settings"
@@ -908,7 +1011,8 @@ msgstr "Envoi d'un message de renouvellement forcé par le serveur DHCP"
#: src/network/org.freedesktop.network1.policy:144
msgid "Authentication is required to send force renew message."
-msgstr "Authentification requise pour envoyer un message de renouvellement forcé."
+msgstr ""
+"Authentification requise pour envoyer un message de renouvellement forcé."
#: src/network/org.freedesktop.network1.policy:154
msgid "Renew dynamic addresses"
@@ -947,16 +1051,22 @@ msgid "Attach or detach a portable service image"
msgstr "Attacher ou détacher une image de service portable"
#: src/portable/org.freedesktop.portable1.policy:24
-msgid "Authentication is required to attach or detach a portable service image."
-msgstr "Authentification requise pour attacher ou détacher une image de service portable."
+msgid ""
+"Authentication is required to attach or detach a portable service image."
+msgstr ""
+"Authentification requise pour attacher ou détacher une image de service "
+"portable."
#: src/portable/org.freedesktop.portable1.policy:34
msgid "Delete or modify portable service image"
msgstr "Supprimer ou modifier une image de service portable"
#: src/portable/org.freedesktop.portable1.policy:35
-msgid "Authentication is required to delete or modify a portable service image."
-msgstr "Authentification requise pour supprimer ou modifier une image de service portable."
+msgid ""
+"Authentication is required to delete or modify a portable service image."
+msgstr ""
+"Authentification requise pour supprimer ou modifier une image de service "
+"portable."
#: src/resolve/org.freedesktop.resolve1.policy:22
msgid "Register a DNS-SD service"
@@ -980,7 +1090,9 @@ msgstr "Réinitialiser les paramètres de résolution de noms"
#: src/resolve/org.freedesktop.resolve1.policy:133
msgid "Authentication is required to reset name resolution settings."
-msgstr "Authentification requise pour réinitialiser les paramètres de résolution de noms."
+msgstr ""
+"Authentification requise pour réinitialiser les paramètres de résolution de "
+"noms."
#: src/timedate/org.freedesktop.timedate1.policy:22
msgid "Set system time"
@@ -1003,7 +1115,9 @@ msgid "Set RTC to local timezone or UTC"
msgstr "Synchroniser l’horloge matérielle à l’heure locale ou UTC"
#: src/timedate/org.freedesktop.timedate1.policy:44
-msgid "Authentication is required to control whether the RTC stores the local or UTC time."
+msgid ""
+"Authentication is required to control whether the RTC stores the local or "
+"UTC time."
msgstr ""
"Authentification requise pour synchroniser l’horloge matérielle à l’heure "
"locale ou UTC."
@@ -1013,56 +1127,75 @@ msgid "Turn network time synchronization on or off"
msgstr "Activer ou désactiver la synchronisation de l’heure avec le réseau"
#: src/timedate/org.freedesktop.timedate1.policy:54
-msgid "Authentication is required to control whether network time synchronization shall be enabled."
-msgstr "Authentification requise pour activer ou désactiver la synchronisation de l’heure avec le réseau."
+msgid ""
+"Authentication is required to control whether network time synchronization "
+"shall be enabled."
+msgstr ""
+"Authentification requise pour activer ou désactiver la synchronisation de "
+"l’heure avec le réseau."
-#: src/core/dbus-unit.c:364
+#: src/core/dbus-unit.c:352
msgid "Authentication is required to start '$(unit)'."
msgstr "Authentification requise pour démarrer « $(unit) »."
-#: src/core/dbus-unit.c:365
+#: src/core/dbus-unit.c:353
msgid "Authentication is required to stop '$(unit)'."
msgstr "Authentification requise pour arrêter « $(unit) »."
-#: src/core/dbus-unit.c:366
+#: src/core/dbus-unit.c:354
msgid "Authentication is required to reload '$(unit)'."
msgstr "Authentification requise pour recharger « $(unit) »."
-#: src/core/dbus-unit.c:367 src/core/dbus-unit.c:368
+#: src/core/dbus-unit.c:355 src/core/dbus-unit.c:356
msgid "Authentication is required to restart '$(unit)'."
msgstr "Authentification requise pour redémarrer « $(unit) »."
-#: src/core/dbus-unit.c:565
-msgid "Authentication is required to send a UNIX signal to the processes of '$(unit)'."
-msgstr "Authentification requise pour envoyer un signal UNIX aux processus de « $(unit) »."
+#: src/core/dbus-unit.c:553
+msgid ""
+"Authentication is required to send a UNIX signal to the processes of "
+"'$(unit)'."
+msgstr ""
+"Authentification requise pour envoyer un signal UNIX aux processus de "
+"« $(unit) »."
-#: src/core/dbus-unit.c:595
+#: src/core/dbus-unit.c:583
msgid "Authentication is required to reset the \"failed\" state of '$(unit)'."
msgstr ""
"Authentification requise pour réinitialiser l’état « échec » de « $(unit) »."
-#: src/core/dbus-unit.c:627
+#: src/core/dbus-unit.c:615
msgid "Authentication is required to set properties on '$(unit)'."
msgstr "Authentification requise pour définir des propriétés de « $(unit) »."
-#: src/core/dbus-unit.c:728
-msgid "Authentication is required to delete files and directories associated with '$(unit)'."
-msgstr "Authentification requise pour supprimer les fichiers et les dossiers associés à « $(unit) »."
+#: src/core/dbus-unit.c:716
+msgid ""
+"Authentication is required to delete files and directories associated with "
+"'$(unit)'."
+msgstr ""
+"Authentification requise pour supprimer les fichiers et les dossiers "
+"associés à « $(unit) »."
-#: src/core/dbus-unit.c:776
-msgid "Authentication is required to freeze or thaw the processes of '$(unit)' unit."
+#: src/core/dbus-unit.c:764
+msgid ""
+"Authentication is required to freeze or thaw the processes of '$(unit)' unit."
msgstr ""
"Authentification requise pour suspendre ou reprendre les processus de "
"l'unité « $(unit) »."
-#~ msgid "Authentication is required to halt the system while an application asked to inhibit it."
-#~ msgstr "Authentification requise pour arrêter le système alors qu'une application a demandé de l'empêcher."
+#~ msgid ""
+#~ "Authentication is required to halt the system while an application asked "
+#~ "to inhibit it."
+#~ msgstr ""
+#~ "Authentification requise pour arrêter le système alors qu'une application "
+#~ "a demandé de l'empêcher."
#~ msgid "Authentication is required to kill '$(unit)'."
#~ msgstr "Authentification requise pour tuer « $(unit) »."
#~ msgid "Press Ctrl+C to cancel all filesystem checks in progress"
-#~ msgstr "Appuyez sur Ctrl+C pour annuler toutes vérifications en cours du système de fichiers"
+#~ msgstr ""
+#~ "Appuyez sur Ctrl+C pour annuler toutes vérifications en cours du système "
+#~ "de fichiers"
#~ msgid "Checking in progress on %d disk (%3.1f%% complete)"
#~ msgid_plural "Checking in progress on %d disks (%3.1f%% complete)"
diff --git a/po/gl.po b/po/gl.po
index 3e797dce874..08b3b44a59b 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -5,10 +5,11 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-07-14 10:32+0100\n"
+"POT-Creation-Date: 2023-11-14 21:25+0000\n"
"PO-Revision-Date: 2023-04-14 18:20+0000\n"
"Last-Translator: Fran Diéguez <frandieguez@gnome.org>\n"
-"Language-Team: Galician <https://translate.fedoraproject.org/projects/systemd/master/gl/>\n"
+"Language-Team: Galician <https://translate.fedoraproject.org/projects/"
+"systemd/master/gl/>\n"
"Language: gl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -21,8 +22,11 @@ msgid "Send passphrase back to system"
msgstr "Enviar frase de paso de volta ao sistema"
#: src/core/org.freedesktop.systemd1.policy.in:23
-msgid "Authentication is required to send the entered passphrase back to the system."
-msgstr "Requírese autenticación para enviar a frase de paso escrita de volta ao sistema."
+msgid ""
+"Authentication is required to send the entered passphrase back to the system."
+msgstr ""
+"Requírese autenticación para enviar a frase de paso escrita de volta ao "
+"sistema."
#: src/core/org.freedesktop.systemd1.policy.in:33
msgid "Manage system services or other units"
@@ -30,7 +34,9 @@ msgstr "Xestionar os servizos do sistema ou outras unidades"
#: src/core/org.freedesktop.systemd1.policy.in:34
msgid "Authentication is required to manage system services or other units."
-msgstr "Requírese autenticación para xestionar os servizos do sistema ou outras unidades."
+msgstr ""
+"Requírese autenticación para xestionar os servizos do sistema ou outras "
+"unidades."
#: src/core/org.freedesktop.systemd1.policy.in:43
msgid "Manage system service or unit files"
@@ -38,15 +44,23 @@ msgstr "Xestionar os servizos do sistema ou outros ficheiros"
#: src/core/org.freedesktop.systemd1.policy.in:44
msgid "Authentication is required to manage system service or unit files."
-msgstr "Requírese autenticación para xestionar os servizos do sistema ou outros ficheiros."
+msgstr ""
+"Requírese autenticación para xestionar os servizos do sistema ou outros "
+"ficheiros."
#: src/core/org.freedesktop.systemd1.policy.in:54
msgid "Set or unset system and service manager environment variables"
-msgstr "Estabelecer ou desestabelecer as variables de ambiente do sistema ou do xestor de servizos"
+msgstr ""
+"Estabelecer ou desestabelecer as variables de ambiente do sistema ou do "
+"xestor de servizos"
#: src/core/org.freedesktop.systemd1.policy.in:55
-msgid "Authentication is required to set or unset system and service manager environment variables."
-msgstr "Requírese autenticación para estabelecer ou desestabelecer as variábeis de ambiente do xestor de servizos."
+msgid ""
+"Authentication is required to set or unset system and service manager "
+"environment variables."
+msgstr ""
+"Requírese autenticación para estabelecer ou desestabelecer as variábeis de "
+"ambiente do xestor de servizos."
#: src/core/org.freedesktop.systemd1.policy.in:64
msgid "Reload the systemd state"
@@ -62,7 +76,8 @@ msgstr ""
#: src/core/org.freedesktop.systemd1.policy.in:75
#, fuzzy
-msgid "Authentication is required to dump the systemd state without rate limits."
+msgid ""
+"Authentication is required to dump the systemd state without rate limits."
msgstr "Requírese autenticación para recargar o estado de systemd."
#: src/home/org.freedesktop.home1.policy:13
@@ -86,8 +101,11 @@ msgid "Check credentials of a home area"
msgstr "Comprobar as credenciais dun área persoal"
#: src/home/org.freedesktop.home1.policy:34
-msgid "Authentication is required to check credentials against a user's home area."
-msgstr "Requírese autenticación para comprobar as credenciais do espazo persoal dun usuario."
+msgid ""
+"Authentication is required to check credentials against a user's home area."
+msgstr ""
+"Requírese autenticación para comprobar as credenciais do espazo persoal dun "
+"usuario."
#: src/home/org.freedesktop.home1.policy:43
msgid "Update a home area"
@@ -103,19 +121,25 @@ msgstr "Redimensionar un espazo persoal"
#: src/home/org.freedesktop.home1.policy:54
msgid "Authentication is required to resize a user's home area."
-msgstr "Requírese autenticación para redimensionar o espazo persoal dun usuario."
+msgstr ""
+"Requírese autenticación para redimensionar o espazo persoal dun usuario."
#: src/home/org.freedesktop.home1.policy:63
msgid "Change password of a home area"
msgstr "Cambiar contrasinal dun espazo persoal"
#: src/home/org.freedesktop.home1.policy:64
-msgid "Authentication is required to change the password of a user's home area."
-msgstr "Requírese autenticación para cambiar o contrasinal dun espazo persoal dun usuario."
+msgid ""
+"Authentication is required to change the password of a user's home area."
+msgstr ""
+"Requírese autenticación para cambiar o contrasinal dun espazo persoal dun "
+"usuario."
#: src/home/pam_systemd_home.c:287
#, c-format
-msgid "Home of user %s is currently absent, please plug in the necessary storage device or backing file system."
+msgid ""
+"Home of user %s is currently absent, please plug in the necessary storage "
+"device or backing file system."
msgstr ""
#: src/home/pam_systemd_home.c:292
@@ -142,7 +166,9 @@ msgstr ""
#: src/home/pam_systemd_home.c:331
#, c-format
-msgid "Password/recovery key incorrect or not sufficient for authentication of user %s."
+msgid ""
+"Password/recovery key incorrect or not sufficient for authentication of user "
+"%s."
msgstr ""
#: src/home/pam_systemd_home.c:332
@@ -160,7 +186,9 @@ msgstr ""
#: src/home/pam_systemd_home.c:355
#, c-format
-msgid "Password incorrect or not sufficient, and configured security token of user %s not inserted."
+msgid ""
+"Password incorrect or not sufficient, and configured security token of user "
+"%s not inserted."
msgstr ""
#: src/home/pam_systemd_home.c:376
@@ -183,7 +211,9 @@ msgid "Please verify user on security token of user %s."
msgstr ""
#: src/home/pam_systemd_home.c:424
-msgid "Security token PIN is locked, please unlock it first. (Hint: Removal and re-insertion might suffice.)"
+msgid ""
+"Security token PIN is locked, please unlock it first. (Hint: Removal and re-"
+"insertion might suffice.)"
msgstr ""
#: src/home/pam_systemd_home.c:432
@@ -271,8 +301,13 @@ msgid "Set static hostname"
msgstr "Estabelecer o nome do equipo estático"
#: src/hostname/org.freedesktop.hostname1.policy:31
-msgid "Authentication is required to set the statically configured local hostname, as well as the pretty hostname."
-msgstr "Requírese autenticación para estabelecer de forma o nome do equipo local estabelecido de forma estática, así como o nome do equipo lexíbel por persoas."
+msgid ""
+"Authentication is required to set the statically configured local hostname, "
+"as well as the pretty hostname."
+msgstr ""
+"Requírese autenticación para estabelecer de forma o nome do equipo local "
+"estabelecido de forma estática, así como o nome do equipo lexíbel por "
+"persoas."
#: src/hostname/org.freedesktop.hostname1.policy:41
msgid "Set machine information"
@@ -280,7 +315,8 @@ msgstr "Estabelecer a información da máquina"
#: src/hostname/org.freedesktop.hostname1.policy:42
msgid "Authentication is required to set local machine information."
-msgstr "Requírese autenticación para estabelecer a información da máquina local."
+msgstr ""
+"Requírese autenticación para estabelecer a información da máquina local."
#: src/hostname/org.freedesktop.hostname1.policy:51
msgid "Get product UUID"
@@ -336,7 +372,8 @@ msgstr "Estabelecer a configuración rexional do sistema"
#: src/locale/org.freedesktop.locale1.policy:23
msgid "Authentication is required to set the system locale."
-msgstr "Requírese autenticación para estabelecer a configuración rexional do sistema."
+msgstr ""
+"Requírese autenticación para estabelecer a configuración rexional do sistema."
#: src/locale/org.freedesktop.locale1.policy:33
msgid "Set system keyboard settings"
@@ -344,15 +381,20 @@ msgstr "Estabelecer as preferencias do teclado do sistema"
#: src/locale/org.freedesktop.locale1.policy:34
msgid "Authentication is required to set the system keyboard settings."
-msgstr "Requírese autenticación para estabelecer as preferencias do teclado do sistema."
+msgstr ""
+"Requírese autenticación para estabelecer as preferencias do teclado do "
+"sistema."
#: src/login/org.freedesktop.login1.policy:22
msgid "Allow applications to inhibit system shutdown"
msgstr "Permitir ás aplicacións inhibit o apagado do sistema"
#: src/login/org.freedesktop.login1.policy:23
-msgid "Authentication is required for an application to inhibit system shutdown."
-msgstr "Requírese autenticación para permitirlle a unha aplicación poida inhibir o apagado do sistema."
+msgid ""
+"Authentication is required for an application to inhibit system shutdown."
+msgstr ""
+"Requírese autenticación para permitirlle a unha aplicación poida inhibir o "
+"apagado do sistema."
#: src/login/org.freedesktop.login1.policy:33
msgid "Allow applications to delay system shutdown"
@@ -360,7 +402,9 @@ msgstr "Permitir ás aplicacións atrasar o apagado do sistema"
#: src/login/org.freedesktop.login1.policy:34
msgid "Authentication is required for an application to delay system shutdown."
-msgstr "Requírese autenticación para permitirlle a unha aplicación atrasar o apagado do sistema."
+msgstr ""
+"Requírese autenticación para permitirlle a unha aplicación atrasar o apagado "
+"do sistema."
#: src/login/org.freedesktop.login1.policy:44
msgid "Allow applications to inhibit system sleep"
@@ -368,7 +412,9 @@ msgstr "Permitir ás aplicacións inhibir a suspensión do sistema"
#: src/login/org.freedesktop.login1.policy:45
msgid "Authentication is required for an application to inhibit system sleep."
-msgstr "Requírese autenticación para permitirlle a unha aplicación inhibir a suspensión do sistema."
+msgstr ""
+"Requírese autenticación para permitirlle a unha aplicación inhibir a "
+"suspensión do sistema."
#: src/login/org.freedesktop.login1.policy:55
msgid "Allow applications to delay system sleep"
@@ -376,55 +422,86 @@ msgstr "Permitir ás aplicacións atrasar a suspensión do sistema"
#: src/login/org.freedesktop.login1.policy:56
msgid "Authentication is required for an application to delay system sleep."
-msgstr "Requírese autenticación para permitirlle a unha aplicación atrasar a suspensión do sistema."
+msgstr ""
+"Requírese autenticación para permitirlle a unha aplicación atrasar a "
+"suspensión do sistema."
#: src/login/org.freedesktop.login1.policy:65
msgid "Allow applications to inhibit automatic system suspend"
msgstr "Permitir ás aplicacións inhibir a suspensión automática do sistema"
#: src/login/org.freedesktop.login1.policy:66
-msgid "Authentication is required for an application to inhibit automatic system suspend."
-msgstr "Requírese autenticación para permitirlle a unha aplicación inhibir a suspensión automática do sistema."
+msgid ""
+"Authentication is required for an application to inhibit automatic system "
+"suspend."
+msgstr ""
+"Requírese autenticación para permitirlle a unha aplicación inhibir a "
+"suspensión automática do sistema."
#: src/login/org.freedesktop.login1.policy:75
msgid "Allow applications to inhibit system handling of the power key"
-msgstr "Permitir ás aplicacións inhibir a xestión do sistema da tecla de acendido"
+msgstr ""
+"Permitir ás aplicacións inhibir a xestión do sistema da tecla de acendido"
#: src/login/org.freedesktop.login1.policy:76
-msgid "Authentication is required for an application to inhibit system handling of the power key."
-msgstr "Requírese autenticación para permitirlle a unha aplicación inhibir a xestión do sistema da tecla de acendido."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the power key."
+msgstr ""
+"Requírese autenticación para permitirlle a unha aplicación inhibir a xestión "
+"do sistema da tecla de acendido."
#: src/login/org.freedesktop.login1.policy:86
msgid "Allow applications to inhibit system handling of the suspend key"
-msgstr "Permitir ás aplicacións inhibir a xestión do sistema da tecla de suspensión"
+msgstr ""
+"Permitir ás aplicacións inhibir a xestión do sistema da tecla de suspensión"
#: src/login/org.freedesktop.login1.policy:87
-msgid "Authentication is required for an application to inhibit system handling of the suspend key."
-msgstr "Requírese autenticación para permitirlle a unha aplicación inhibir a xestión do sistema da tecla de suspensión."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the suspend key."
+msgstr ""
+"Requírese autenticación para permitirlle a unha aplicación inhibir a xestión "
+"do sistema da tecla de suspensión."
#: src/login/org.freedesktop.login1.policy:97
msgid "Allow applications to inhibit system handling of the hibernate key"
-msgstr "Permitir ás aplicacións inhibir a xestión do sistema da tecla de hibernado"
+msgstr ""
+"Permitir ás aplicacións inhibir a xestión do sistema da tecla de hibernado"
#: src/login/org.freedesktop.login1.policy:98
-msgid "Authentication is required for an application to inhibit system handling of the hibernate key."
-msgstr "Requírese autenticación para permitirlle a unha aplicación inhibir a xestión do sistema da tecla de hibernado."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the hibernate key."
+msgstr ""
+"Requírese autenticación para permitirlle a unha aplicación inhibir a xestión "
+"do sistema da tecla de hibernado."
#: src/login/org.freedesktop.login1.policy:107
msgid "Allow applications to inhibit system handling of the lid switch"
-msgstr "Permitir ás aplicacións inhibir a xestión do sistema do interruptor da tapa"
+msgstr ""
+"Permitir ás aplicacións inhibir a xestión do sistema do interruptor da tapa"
#: src/login/org.freedesktop.login1.policy:108
-msgid "Authentication is required for an application to inhibit system handling of the lid switch."
-msgstr "Requírese autenticación para permitirlle a unha aplicación inhibir a xestión do sistema do interruptor da tapa."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the lid switch."
+msgstr ""
+"Requírese autenticación para permitirlle a unha aplicación inhibir a xestión "
+"do sistema do interruptor da tapa."
#: src/login/org.freedesktop.login1.policy:117
msgid "Allow applications to inhibit system handling of the reboot key"
-msgstr "Permitir ás aplicacións inhibir a xestión do sistema da tecla de reinicio"
+msgstr ""
+"Permitir ás aplicacións inhibir a xestión do sistema da tecla de reinicio"
#: src/login/org.freedesktop.login1.policy:118
-msgid "Authentication is required for an application to inhibit system handling of the reboot key."
-msgstr "Requírese autenticación para permitirlle a unha aplicación inhibir a xestión do sistema da tecla de acendido."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the reboot key."
+msgstr ""
+"Requírese autenticación para permitirlle a unha aplicación inhibir a xestión "
+"do sistema da tecla de acendido."
#: src/login/org.freedesktop.login1.policy:128
msgid "Allow non-logged-in user to run programs"
@@ -432,7 +509,9 @@ msgstr "Permitirlle a usuarios sen unha sesión iniciada executar programas"
#: src/login/org.freedesktop.login1.policy:129
msgid "Explicit request is required to run programs as a non-logged-in user."
-msgstr "Requírese autenticación para poder executar programas como un usuario sen unha sesión iniciada."
+msgstr ""
+"Requírese autenticación para poder executar programas como un usuario sen "
+"unha sesión iniciada."
#: src/login/org.freedesktop.login1.policy:138
msgid "Allow non-logged-in users to run programs"
@@ -440,7 +519,9 @@ msgstr "Permitirlle a usuarios sen unha sesión iniciada executar programas"
#: src/login/org.freedesktop.login1.policy:139
msgid "Authentication is required to run programs as a non-logged-in user."
-msgstr "Requírese autenticación para permitirlle executar programas a un usuario sen unha sesión iniciada."
+msgstr ""
+"Requírese autenticación para permitirlle executar programas a un usuario sen "
+"unha sesión iniciada."
#: src/login/org.freedesktop.login1.policy:148
msgid "Allow attaching devices to seats"
@@ -456,7 +537,9 @@ msgstr "Reiniciar os anexos do dispositivo aos asentos"
#: src/login/org.freedesktop.login1.policy:160
msgid "Authentication is required to reset how devices are attached to seats."
-msgstr "Requírese autenticación para reiniciar como os dispositivos están anexados aos asentos."
+msgstr ""
+"Requírese autenticación para reiniciar como os dispositivos están anexados "
+"aos asentos."
#: src/login/org.freedesktop.login1.policy:169
msgid "Power off the system"
@@ -471,16 +554,24 @@ msgid "Power off the system while other users are logged in"
msgstr "Apagar o sistema mentres hai usuarios con unha sesión iniciada"
#: src/login/org.freedesktop.login1.policy:181
-msgid "Authentication is required to power off the system while other users are logged in."
-msgstr "Requírese autenticación para apagar o sistema mentres hai usuarios con unha sesión iniciada."
+msgid ""
+"Authentication is required to power off the system while other users are "
+"logged in."
+msgstr ""
+"Requírese autenticación para apagar o sistema mentres hai usuarios con unha "
+"sesión iniciada."
#: src/login/org.freedesktop.login1.policy:191
msgid "Power off the system while an application is inhibiting this"
msgstr "Apagar o sistema cando unha aplicación solicitou a súa inhibición"
#: src/login/org.freedesktop.login1.policy:192
-msgid "Authentication is required to power off the system while an application is inhibiting this."
-msgstr "Requírese autenticación para apagar o sistema mentres unha aplicación solicitou a súa inhibición."
+msgid ""
+"Authentication is required to power off the system while an application is "
+"inhibiting this."
+msgstr ""
+"Requírese autenticación para apagar o sistema mentres unha aplicación "
+"solicitou a súa inhibición."
#: src/login/org.freedesktop.login1.policy:202
msgid "Reboot the system"
@@ -495,16 +586,24 @@ msgid "Reboot the system while other users are logged in"
msgstr "Reiniciar o sistema mentres outros usuarios teñen unha sesión iniciada"
#: src/login/org.freedesktop.login1.policy:214
-msgid "Authentication is required to reboot the system while other users are logged in."
-msgstr "Requírese autenticación para reiniciar o sistema mentres outros usuarios teñen unha sesión iniciada."
+msgid ""
+"Authentication is required to reboot the system while other users are logged "
+"in."
+msgstr ""
+"Requírese autenticación para reiniciar o sistema mentres outros usuarios "
+"teñen unha sesión iniciada."
#: src/login/org.freedesktop.login1.policy:224
msgid "Reboot the system while an application is inhibiting this"
msgstr "Reiniciar o sistema cando unha aplicación solicitou a súa inhibición"
#: src/login/org.freedesktop.login1.policy:225
-msgid "Authentication is required to reboot the system while an application is inhibiting this."
-msgstr "Requírese autenticación para reiniciar o sistema mentres unha aplicación solicitou a súa inhibición."
+msgid ""
+"Authentication is required to reboot the system while an application is "
+"inhibiting this."
+msgstr ""
+"Requírese autenticación para reiniciar o sistema mentres unha aplicación "
+"solicitou a súa inhibición."
#: src/login/org.freedesktop.login1.policy:235
msgid "Halt the system"
@@ -519,16 +618,24 @@ msgid "Halt the system while other users are logged in"
msgstr "Deter o sistema mentres outros usuarios teñen unha sesión iniciada"
#: src/login/org.freedesktop.login1.policy:247
-msgid "Authentication is required to halt the system while other users are logged in."
-msgstr "Requírese autenticación para deter o sistema mentres outros usuarios teñen unha sesión iniciada."
+msgid ""
+"Authentication is required to halt the system while other users are logged "
+"in."
+msgstr ""
+"Requírese autenticación para deter o sistema mentres outros usuarios teñen "
+"unha sesión iniciada."
#: src/login/org.freedesktop.login1.policy:257
msgid "Halt the system while an application is inhibiting this"
msgstr "Deter o sistema cando unha aplicación solicitou a súa inhibición"
#: src/login/org.freedesktop.login1.policy:258
-msgid "Authentication is required to halt the system while an application is inhibiting this."
-msgstr "Requírese autenticación para hibernar o sistema mentres unha aplicación solicitou a súa inhibición."
+msgid ""
+"Authentication is required to halt the system while an application is "
+"inhibiting this."
+msgstr ""
+"Requírese autenticación para hibernar o sistema mentres unha aplicación "
+"solicitou a súa inhibición."
#: src/login/org.freedesktop.login1.policy:268
msgid "Suspend the system"
@@ -543,16 +650,24 @@ msgid "Suspend the system while other users are logged in"
msgstr "Suspender o sistema mentres outros usuarios teñen unha sesión iniciada"
#: src/login/org.freedesktop.login1.policy:279
-msgid "Authentication is required to suspend the system while other users are logged in."
-msgstr "Requírese autenticación para suspender o sistema mentres outros usuarios teñen unha sesión iniciada."
+msgid ""
+"Authentication is required to suspend the system while other users are "
+"logged in."
+msgstr ""
+"Requírese autenticación para suspender o sistema mentres outros usuarios "
+"teñen unha sesión iniciada."
#: src/login/org.freedesktop.login1.policy:289
msgid "Suspend the system while an application is inhibiting this"
msgstr "Suspender o sistema cando unha aplicación solicitou a súa inhibición"
#: src/login/org.freedesktop.login1.policy:290
-msgid "Authentication is required to suspend the system while an application is inhibiting this."
-msgstr "Requírese autenticación para suspender o sistema mentres unha aplicación solicitou a súa inhibición."
+msgid ""
+"Authentication is required to suspend the system while an application is "
+"inhibiting this."
+msgstr ""
+"Requírese autenticación para suspender o sistema mentres unha aplicación "
+"solicitou a súa inhibición."
#: src/login/org.freedesktop.login1.policy:300
msgid "Hibernate the system"
@@ -567,16 +682,24 @@ msgid "Hibernate the system while other users are logged in"
msgstr "Hibernar o sistema mentres outros usuarios teñen unha sesión iniciada"
#: src/login/org.freedesktop.login1.policy:311
-msgid "Authentication is required to hibernate the system while other users are logged in."
-msgstr "Requírese autenticación para hibernar o sistema mentres outros usuarios teñen unha sesión iniciada."
+msgid ""
+"Authentication is required to hibernate the system while other users are "
+"logged in."
+msgstr ""
+"Requírese autenticación para hibernar o sistema mentres outros usuarios "
+"teñen unha sesión iniciada."
#: src/login/org.freedesktop.login1.policy:321
msgid "Hibernate the system while an application is inhibiting this"
msgstr "Hibernar o sistema cando unha aplicación solicitou a súa inhibición"
#: src/login/org.freedesktop.login1.policy:322
-msgid "Authentication is required to hibernate the system while an application is inhibiting this."
-msgstr "Requírese autenticación para hibernar o sistema mentres unha aplicación solicitou a súa inhibición."
+msgid ""
+"Authentication is required to hibernate the system while an application is "
+"inhibiting this."
+msgstr ""
+"Requírese autenticación para hibernar o sistema mentres unha aplicación "
+"solicitou a súa inhibición."
#: src/login/org.freedesktop.login1.policy:332
msgid "Manage active sessions, users and seats"
@@ -584,7 +707,9 @@ msgstr "Xestionar as sesións, usuarios e asentos activos"
#: src/login/org.freedesktop.login1.policy:333
msgid "Authentication is required to manage active sessions, users and seats."
-msgstr "Requírese autenticación para xestionar as sesións, usuarios e asentos activos."
+msgstr ""
+"Requírese autenticación para xestionar as sesións, usuarios e asentos "
+"activos."
#: src/login/org.freedesktop.login1.policy:342
msgid "Lock or unlock active sessions"
@@ -592,7 +717,8 @@ msgstr "Bloquear ou desbloquear sesión activas"
#: src/login/org.freedesktop.login1.policy:343
msgid "Authentication is required to lock or unlock active sessions."
-msgstr "Requírese autenticación para bloquear ou desbloquear as sesións activas."
+msgstr ""
+"Requírese autenticación para bloquear ou desbloquear as sesións activas."
#: src/login/org.freedesktop.login1.policy:352
msgid "Set the reboot \"reason\" in the kernel"
@@ -600,31 +726,46 @@ msgstr "Estabelecer a «razón» de reinicio no núcleo"
#: src/login/org.freedesktop.login1.policy:353
msgid "Authentication is required to set the reboot \"reason\" in the kernel."
-msgstr "Requírese autenticación para estabelecer a «razón» de reinicio no núcleo."
+msgstr ""
+"Requírese autenticación para estabelecer a «razón» de reinicio no núcleo."
#: src/login/org.freedesktop.login1.policy:363
msgid "Indicate to the firmware to boot to setup interface"
msgstr "Indícalle ao firmware arrincar para configurar unha interface"
#: src/login/org.freedesktop.login1.policy:364
-msgid "Authentication is required to indicate to the firmware to boot to setup interface."
-msgstr "Requírese autenticación para indicarlle ao firmware arrincar para configurar unha interface."
+msgid ""
+"Authentication is required to indicate to the firmware to boot to setup "
+"interface."
+msgstr ""
+"Requírese autenticación para indicarlle ao firmware arrincar para configurar "
+"unha interface."
#: src/login/org.freedesktop.login1.policy:374
msgid "Indicate to the boot loader to boot to the boot loader menu"
-msgstr "Indicarlle ao xestor de arranque para arrincar ao menú do xestor de arranque"
+msgstr ""
+"Indicarlle ao xestor de arranque para arrincar ao menú do xestor de arranque"
#: src/login/org.freedesktop.login1.policy:375
-msgid "Authentication is required to indicate to the boot loader to boot to the boot loader menu."
-msgstr "Requírese autenticación para indicarlle ao xestor de arranque arrincar ao menú do xestor de arranque."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot to the "
+"boot loader menu."
+msgstr ""
+"Requírese autenticación para indicarlle ao xestor de arranque arrincar ao "
+"menú do xestor de arranque."
#: src/login/org.freedesktop.login1.policy:385
msgid "Indicate to the boot loader to boot a specific entry"
-msgstr "Indícalle ao cargador de arranque que arranque nunha entrada específica"
+msgstr ""
+"Indícalle ao cargador de arranque que arranque nunha entrada específica"
#: src/login/org.freedesktop.login1.policy:386
-msgid "Authentication is required to indicate to the boot loader to boot into a specific boot loader entry."
-msgstr "Requírese autenticación para indicarlle ao xestor de arranque arrincar a unha entrada específica do xestor de arranque."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot into a "
+"specific boot loader entry."
+msgstr ""
+"Requírese autenticación para indicarlle ao xestor de arranque arrincar a "
+"unha entrada específica do xestor de arranque."
#: src/login/org.freedesktop.login1.policy:396
msgid "Set a wall message"
@@ -679,8 +820,10 @@ msgid "Acquire a pseudo TTY in a local container"
msgstr "Adquirir unha pseudo TTY nun contenedor local"
#: src/machine/org.freedesktop.machine1.policy:65
-msgid "Authentication is required to acquire a pseudo TTY in a local container."
-msgstr "Requírese autenticación para adquirir unha pseudo TTY nun contenedor local."
+msgid ""
+"Authentication is required to acquire a pseudo TTY in a local container."
+msgstr ""
+"Requírese autenticación para adquirir unha pseudo TTY nun contenedor local."
#: src/machine/org.freedesktop.machine1.policy:74
msgid "Acquire a pseudo TTY on the local host"
@@ -688,23 +831,31 @@ msgstr "Adquirir unha pseudo TTY nun equipo local"
#: src/machine/org.freedesktop.machine1.policy:75
msgid "Authentication is required to acquire a pseudo TTY on the local host."
-msgstr "Requírese autenticación para adquirir unha pseudo TTY nun equipo local."
+msgstr ""
+"Requírese autenticación para adquirir unha pseudo TTY nun equipo local."
#: src/machine/org.freedesktop.machine1.policy:84
msgid "Manage local virtual machines and containers"
msgstr "Xestionar máquinas virtuais e contenedores locais"
#: src/machine/org.freedesktop.machine1.policy:85
-msgid "Authentication is required to manage local virtual machines and containers."
-msgstr "Requírese autenticación para xestionar máquinas virtuais e contenedores locais."
+msgid ""
+"Authentication is required to manage local virtual machines and containers."
+msgstr ""
+"Requírese autenticación para xestionar máquinas virtuais e contenedores "
+"locais."
#: src/machine/org.freedesktop.machine1.policy:95
msgid "Manage local virtual machine and container images"
msgstr "Xestionar imaxes locais virtuais e contenedores locais"
#: src/machine/org.freedesktop.machine1.policy:96
-msgid "Authentication is required to manage local virtual machine and container images."
-msgstr "Requírese autenticación para xestionar imaxes de máquinas virtuais e contenedores locais."
+msgid ""
+"Authentication is required to manage local virtual machine and container "
+"images."
+msgstr ""
+"Requírese autenticación para xestionar imaxes de máquinas virtuais e "
+"contenedores locais."
#: src/network/org.freedesktop.network1.policy:22
msgid "Set NTP servers"
@@ -762,7 +913,8 @@ msgstr "Activar/desactivar DNS multicast"
#: src/network/org.freedesktop.network1.policy:78
#: src/resolve/org.freedesktop.resolve1.policy:89
msgid "Authentication is required to enable or disable multicast DNS."
-msgstr "Requírese autenticación para estabelecer activar ou desactivar DNS multicast."
+msgstr ""
+"Requírese autenticación para estabelecer activar ou desactivar DNS multicast."
#: src/network/org.freedesktop.network1.policy:88
#: src/resolve/org.freedesktop.resolve1.policy:99
@@ -772,7 +924,8 @@ msgstr "Activar/desactivar DNS sobre TLS"
#: src/network/org.freedesktop.network1.policy:89
#: src/resolve/org.freedesktop.resolve1.policy:100
msgid "Authentication is required to enable or disable DNS over TLS."
-msgstr "Requírese autenticación para estabelecer activar ou desactivar DNS sobre TLS."
+msgstr ""
+"Requírese autenticación para estabelecer activar ou desactivar DNS sobre TLS."
#: src/network/org.freedesktop.network1.policy:99
#: src/resolve/org.freedesktop.resolve1.policy:110
@@ -792,7 +945,8 @@ msgstr "Estabelecer DNSSEC Negative Trust Anchors"
#: src/network/org.freedesktop.network1.policy:111
#: src/resolve/org.freedesktop.resolve1.policy:122
msgid "Authentication is required to set DNSSEC Negative Trust Anchors."
-msgstr "Requírese autenticación para estabelecer DNSSEC Negative Trust Anchors."
+msgstr ""
+"Requírese autenticación para estabelecer DNSSEC Negative Trust Anchors."
#: src/network/org.freedesktop.network1.policy:121
msgid "Revert NTP settings"
@@ -848,23 +1002,30 @@ msgstr "Inspeccionar unha imaxe de servizo portábel"
#: src/portable/org.freedesktop.portable1.policy:14
msgid "Authentication is required to inspect a portable service image."
-msgstr "Requírese autenticación para inspeccionar unha imaxe de servizo portábel."
+msgstr ""
+"Requírese autenticación para inspeccionar unha imaxe de servizo portábel."
#: src/portable/org.freedesktop.portable1.policy:23
msgid "Attach or detach a portable service image"
msgstr "Anexar e desanexar unha imaxe de servizo portábel"
#: src/portable/org.freedesktop.portable1.policy:24
-msgid "Authentication is required to attach or detach a portable service image."
-msgstr "Requírese autenticación para anexar ou desanexar unha imaxe de servizo portábel."
+msgid ""
+"Authentication is required to attach or detach a portable service image."
+msgstr ""
+"Requírese autenticación para anexar ou desanexar unha imaxe de servizo "
+"portábel."
#: src/portable/org.freedesktop.portable1.policy:34
msgid "Delete or modify portable service image"
msgstr "Eliminar ou modificar unha imaxe de servizo portábel"
#: src/portable/org.freedesktop.portable1.policy:35
-msgid "Authentication is required to delete or modify a portable service image."
-msgstr "Requírese autenticación para eliminar ou modificar unha imaxe de servizo portábel."
+msgid ""
+"Authentication is required to delete or modify a portable service image."
+msgstr ""
+"Requírese autenticación para eliminar ou modificar unha imaxe de servizo "
+"portábel."
#: src/resolve/org.freedesktop.resolve1.policy:22
msgid "Register a DNS-SD service"
@@ -888,7 +1049,9 @@ msgstr "Reverter a preferencia de resolución de nomes"
#: src/resolve/org.freedesktop.resolve1.policy:133
msgid "Authentication is required to reset name resolution settings."
-msgstr "Requírese autenticación para restabelecer as preferencias de resolución de nomes."
+msgstr ""
+"Requírese autenticación para restabelecer as preferencias de resolución de "
+"nomes."
#: src/timedate/org.freedesktop.timedate1.policy:22
msgid "Set system time"
@@ -911,52 +1074,74 @@ msgid "Set RTC to local timezone or UTC"
msgstr "Estabelecer o RTC ao fuso horario ou UTC"
#: src/timedate/org.freedesktop.timedate1.policy:44
-msgid "Authentication is required to control whether the RTC stores the local or UTC time."
-msgstr "Requírese autenticación para controlar se o RTC almacena a hora local ou a UTC."
+msgid ""
+"Authentication is required to control whether the RTC stores the local or "
+"UTC time."
+msgstr ""
+"Requírese autenticación para controlar se o RTC almacena a hora local ou a "
+"UTC."
#: src/timedate/org.freedesktop.timedate1.policy:53
msgid "Turn network time synchronization on or off"
msgstr "Activar ou desactivar a sincronización de hora por rede"
#: src/timedate/org.freedesktop.timedate1.policy:54
-msgid "Authentication is required to control whether network time synchronization shall be enabled."
-msgstr "Requírese autenticación para controlar se a sincronización de hora por rede debería activarse."
+msgid ""
+"Authentication is required to control whether network time synchronization "
+"shall be enabled."
+msgstr ""
+"Requírese autenticación para controlar se a sincronización de hora por rede "
+"debería activarse."
-#: src/core/dbus-unit.c:364
+#: src/core/dbus-unit.c:352
msgid "Authentication is required to start '$(unit)'."
msgstr "Requírese autenticación para inciar '$(unit)'."
-#: src/core/dbus-unit.c:365
+#: src/core/dbus-unit.c:353
msgid "Authentication is required to stop '$(unit)'."
msgstr "Requírese autenticación para deter '$(unit)'."
-#: src/core/dbus-unit.c:366
+#: src/core/dbus-unit.c:354
msgid "Authentication is required to reload '$(unit)'."
msgstr "Requírese autenticación para recargar '$(unit)'."
-#: src/core/dbus-unit.c:367 src/core/dbus-unit.c:368
+#: src/core/dbus-unit.c:355 src/core/dbus-unit.c:356
msgid "Authentication is required to restart '$(unit)'."
msgstr "Requírese autenticación para reiniciar '$(unit)'."
-#: src/core/dbus-unit.c:565
-msgid "Authentication is required to send a UNIX signal to the processes of '$(unit)'."
-msgstr "Requírese autenticación para enviarlle un sinal UNIX aos procesos de '$(unit)'."
+#: src/core/dbus-unit.c:553
+msgid ""
+"Authentication is required to send a UNIX signal to the processes of "
+"'$(unit)'."
+msgstr ""
+"Requírese autenticación para enviarlle un sinal UNIX aos procesos de "
+"'$(unit)'."
-#: src/core/dbus-unit.c:595
+#: src/core/dbus-unit.c:583
msgid "Authentication is required to reset the \"failed\" state of '$(unit)'."
-msgstr "Requírese autenticación para reinicair o estado «fallido» de '$(unit)'."
+msgstr ""
+"Requírese autenticación para reinicair o estado «fallido» de '$(unit)'."
-#: src/core/dbus-unit.c:627
+#: src/core/dbus-unit.c:615
msgid "Authentication is required to set properties on '$(unit)'."
msgstr "Requírese autenticación para estabelecer as propiedades en '$(unit)'."
-#: src/core/dbus-unit.c:728
-msgid "Authentication is required to delete files and directories associated with '$(unit)'."
-msgstr "Requírese autenticación para eliminar ficheiros ou directorios asociados con '$(unit)'."
+#: src/core/dbus-unit.c:716
+msgid ""
+"Authentication is required to delete files and directories associated with "
+"'$(unit)'."
+msgstr ""
+"Requírese autenticación para eliminar ficheiros ou directorios asociados con "
+"'$(unit)'."
-#: src/core/dbus-unit.c:776
-msgid "Authentication is required to freeze or thaw the processes of '$(unit)' unit."
+#: src/core/dbus-unit.c:764
+msgid ""
+"Authentication is required to freeze or thaw the processes of '$(unit)' unit."
msgstr "Requírese autenticación para conxelar o proceso da unidade '$(unit)'."
-#~ msgid "Authentication is required to halt the system while an application asked to inhibit it."
-#~ msgstr "Requírese autenticación para deter o sistema mentres unha aplicación solicitou a súa inhibición."
+#~ msgid ""
+#~ "Authentication is required to halt the system while an application asked "
+#~ "to inhibit it."
+#~ msgstr ""
+#~ "Requírese autenticación para deter o sistema mentres unha aplicación "
+#~ "solicitou a súa inhibición."
diff --git a/po/hr.po b/po/hr.po
index ef0c5271fae..8ee0b7ab303 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -7,15 +7,17 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-07-14 10:32+0100\n"
+"POT-Creation-Date: 2023-11-14 21:25+0000\n"
"PO-Revision-Date: 2022-10-31 11:19+0000\n"
"Last-Translator: Gogo Gogsi <linux.hr@protonmail.com>\n"
-"Language-Team: Croatian <https://translate.fedoraproject.org/projects/systemd/master/hr/>\n"
+"Language-Team: Croatian <https://translate.fedoraproject.org/projects/"
+"systemd/master/hr/>\n"
"Language: hr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
+"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 4.14.1\n"
#: src/core/org.freedesktop.systemd1.policy.in:22
@@ -23,7 +25,8 @@ msgid "Send passphrase back to system"
msgstr "Pošalji lozinku natrag u sustav"
#: src/core/org.freedesktop.systemd1.policy.in:23
-msgid "Authentication is required to send the entered passphrase back to the system."
+msgid ""
+"Authentication is required to send the entered passphrase back to the system."
msgstr "Potrebna je ovjera za slanje upisane lozinke natrag u sustav."
#: src/core/org.freedesktop.systemd1.policy.in:33
@@ -40,15 +43,20 @@ msgstr "Upravljajte uslugama sustava ili datotekama jedinica"
#: src/core/org.freedesktop.systemd1.policy.in:44
msgid "Authentication is required to manage system service or unit files."
-msgstr "Potrebna je ovjera za upravljanje uslugama sustava ili datotekama jedinica."
+msgstr ""
+"Potrebna je ovjera za upravljanje uslugama sustava ili datotekama jedinica."
#: src/core/org.freedesktop.systemd1.policy.in:54
msgid "Set or unset system and service manager environment variables"
msgstr "Postavite ili uklonite varijable okruženja sustava i usluga"
#: src/core/org.freedesktop.systemd1.policy.in:55
-msgid "Authentication is required to set or unset system and service manager environment variables."
-msgstr "Potrebna je ovjera za postavljanje ili uklanjanje varijabla okruženja sustava i usluga."
+msgid ""
+"Authentication is required to set or unset system and service manager "
+"environment variables."
+msgstr ""
+"Potrebna je ovjera za postavljanje ili uklanjanje varijabla okruženja "
+"sustava i usluga."
#: src/core/org.freedesktop.systemd1.policy.in:64
msgid "Reload the systemd state"
@@ -64,7 +72,8 @@ msgstr ""
#: src/core/org.freedesktop.systemd1.policy.in:75
#, fuzzy
-msgid "Authentication is required to dump the systemd state without rate limits."
+msgid ""
+"Authentication is required to dump the systemd state without rate limits."
msgstr "Potrebna je ovjera za ponovno učitavanja systemd stanja."
#: src/home/org.freedesktop.home1.policy:13
@@ -88,8 +97,10 @@ msgid "Check credentials of a home area"
msgstr "Provjeri vjerodajnice osobnog prostora"
#: src/home/org.freedesktop.home1.policy:34
-msgid "Authentication is required to check credentials against a user's home area."
-msgstr "Potrebna je ovjera za provjeru vjerodajnica osobnog prostora korisnika."
+msgid ""
+"Authentication is required to check credentials against a user's home area."
+msgstr ""
+"Potrebna je ovjera za provjeru vjerodajnica osobnog prostora korisnika."
#: src/home/org.freedesktop.home1.policy:43
msgid "Update a home area"
@@ -112,12 +123,15 @@ msgid "Change password of a home area"
msgstr "Promijeni lozinku osobnog prostora"
#: src/home/org.freedesktop.home1.policy:64
-msgid "Authentication is required to change the password of a user's home area."
+msgid ""
+"Authentication is required to change the password of a user's home area."
msgstr "Potrebna je ovjera za promjenu lozinke osobnog prostora korisnika."
#: src/home/pam_systemd_home.c:287
#, c-format
-msgid "Home of user %s is currently absent, please plug in the necessary storage device or backing file system."
+msgid ""
+"Home of user %s is currently absent, please plug in the necessary storage "
+"device or backing file system."
msgstr ""
#: src/home/pam_systemd_home.c:292
@@ -144,7 +158,9 @@ msgstr ""
#: src/home/pam_systemd_home.c:331
#, c-format
-msgid "Password/recovery key incorrect or not sufficient for authentication of user %s."
+msgid ""
+"Password/recovery key incorrect or not sufficient for authentication of user "
+"%s."
msgstr ""
#: src/home/pam_systemd_home.c:332
@@ -162,7 +178,9 @@ msgstr ""
#: src/home/pam_systemd_home.c:355
#, c-format
-msgid "Password incorrect or not sufficient, and configured security token of user %s not inserted."
+msgid ""
+"Password incorrect or not sufficient, and configured security token of user "
+"%s not inserted."
msgstr ""
#: src/home/pam_systemd_home.c:376
@@ -185,7 +203,9 @@ msgid "Please verify user on security token of user %s."
msgstr ""
#: src/home/pam_systemd_home.c:424
-msgid "Security token PIN is locked, please unlock it first. (Hint: Removal and re-insertion might suffice.)"
+msgid ""
+"Security token PIN is locked, please unlock it first. (Hint: Removal and re-"
+"insertion might suffice.)"
msgstr ""
#: src/home/pam_systemd_home.c:432
@@ -273,8 +293,12 @@ msgid "Set static hostname"
msgstr "Postavi nepromjenjivi naziv račumala"
#: src/hostname/org.freedesktop.hostname1.policy:31
-msgid "Authentication is required to set the statically configured local hostname, as well as the pretty hostname."
-msgstr "Potrebna je ovjera za postavljenje nepromjenjivog naziva lokalnog računala, kao i prijatnog naziva računala."
+msgid ""
+"Authentication is required to set the statically configured local hostname, "
+"as well as the pretty hostname."
+msgstr ""
+"Potrebna je ovjera za postavljenje nepromjenjivog naziva lokalnog računala, "
+"kao i prijatnog naziva računala."
#: src/hostname/org.freedesktop.hostname1.policy:41
msgid "Set machine information"
@@ -353,8 +377,11 @@ msgid "Allow applications to inhibit system shutdown"
msgstr "Dopusti aplikacijama sprječavanje isključivanja sustava"
#: src/login/org.freedesktop.login1.policy:23
-msgid "Authentication is required for an application to inhibit system shutdown."
-msgstr "Potrebna je ovjera za dopuštanje aplikacijama u sprječavanju isključivanja sustava."
+msgid ""
+"Authentication is required for an application to inhibit system shutdown."
+msgstr ""
+"Potrebna je ovjera za dopuštanje aplikacijama u sprječavanju isključivanja "
+"sustava."
#: src/login/org.freedesktop.login1.policy:33
msgid "Allow applications to delay system shutdown"
@@ -362,7 +389,8 @@ msgstr "Dopusti aplikacijama odgodu isključivanja sustava"
#: src/login/org.freedesktop.login1.policy:34
msgid "Authentication is required for an application to delay system shutdown."
-msgstr "Potrebna je ovjera za dopuštanje aplikacijama u odgodi isključivanja sustava."
+msgstr ""
+"Potrebna je ovjera za dopuštanje aplikacijama u odgodi isključivanja sustava."
#: src/login/org.freedesktop.login1.policy:44
msgid "Allow applications to inhibit system sleep"
@@ -370,7 +398,9 @@ msgstr "Dopusti aplikacijama sprječavanje spavanja sustava"
#: src/login/org.freedesktop.login1.policy:45
msgid "Authentication is required for an application to inhibit system sleep."
-msgstr "Potrebna je ovjera za dopuštanje aplikacijama u sprječavanju spavanja sustava."
+msgstr ""
+"Potrebna je ovjera za dopuštanje aplikacijama u sprječavanju spavanja "
+"sustava."
#: src/login/org.freedesktop.login1.policy:55
msgid "Allow applications to delay system sleep"
@@ -385,48 +415,74 @@ msgid "Allow applications to inhibit automatic system suspend"
msgstr "Dopusti aplikacijama sprječavanje automatskog suspendiranja sustava"
#: src/login/org.freedesktop.login1.policy:66
-msgid "Authentication is required for an application to inhibit automatic system suspend."
-msgstr "Potrebna je ovjera za dopuštanje aplikacijama u sprječavanju automatskog suspendiranja sustava."
+msgid ""
+"Authentication is required for an application to inhibit automatic system "
+"suspend."
+msgstr ""
+"Potrebna je ovjera za dopuštanje aplikacijama u sprječavanju automatskog "
+"suspendiranja sustava."
#: src/login/org.freedesktop.login1.policy:75
msgid "Allow applications to inhibit system handling of the power key"
-msgstr "Dopusti aplikacijama sprječavanje rukovanja sustava tipkom isključivanja"
+msgstr ""
+"Dopusti aplikacijama sprječavanje rukovanja sustava tipkom isključivanja"
#: src/login/org.freedesktop.login1.policy:76
-msgid "Authentication is required for an application to inhibit system handling of the power key."
-msgstr "Potrebna je ovjera za dopuštanje aplikacijama u sprječavanju rukovanja sustava tipkom isključivanja."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the power key."
+msgstr ""
+"Potrebna je ovjera za dopuštanje aplikacijama u sprječavanju rukovanja "
+"sustava tipkom isključivanja."
#: src/login/org.freedesktop.login1.policy:86
msgid "Allow applications to inhibit system handling of the suspend key"
msgstr "Dopusti aplikacijama sprječavanje rukovanja sustava tipkom suspenzije"
#: src/login/org.freedesktop.login1.policy:87
-msgid "Authentication is required for an application to inhibit system handling of the suspend key."
-msgstr "Potrebna je ovjera za dopuštanje aplikacijama u sprječavanju rukovanja sustava tipkom suspenzije."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the suspend key."
+msgstr ""
+"Potrebna je ovjera za dopuštanje aplikacijama u sprječavanju rukovanja "
+"sustava tipkom suspenzije."
#: src/login/org.freedesktop.login1.policy:97
msgid "Allow applications to inhibit system handling of the hibernate key"
msgstr "Dopusti aplikacijama sprječavanje rukovanja sustava tipkom hibernacije"
#: src/login/org.freedesktop.login1.policy:98
-msgid "Authentication is required for an application to inhibit system handling of the hibernate key."
-msgstr "Potrebna je ovjera za dopuštanje aplikacijama u sprječavanju rukovanja sustava tipkom hibernacije."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the hibernate key."
+msgstr ""
+"Potrebna je ovjera za dopuštanje aplikacijama u sprječavanju rukovanja "
+"sustava tipkom hibernacije."
#: src/login/org.freedesktop.login1.policy:107
msgid "Allow applications to inhibit system handling of the lid switch"
msgstr "Dopusti aplikacijama sprječavanje rukovanja sustava preklopnicama"
#: src/login/org.freedesktop.login1.policy:108
-msgid "Authentication is required for an application to inhibit system handling of the lid switch."
-msgstr "Potrebna je ovjera za dopuštanje sprječavanja rukovanja sustava preklopnicama."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the lid switch."
+msgstr ""
+"Potrebna je ovjera za dopuštanje sprječavanja rukovanja sustava "
+"preklopnicama."
#: src/login/org.freedesktop.login1.policy:117
msgid "Allow applications to inhibit system handling of the reboot key"
-msgstr "Dopusti aplikacijama sprječavanje rukovanja sustava tipkom isključivanja"
+msgstr ""
+"Dopusti aplikacijama sprječavanje rukovanja sustava tipkom isključivanja"
#: src/login/org.freedesktop.login1.policy:118
-msgid "Authentication is required for an application to inhibit system handling of the reboot key."
-msgstr "Potrebna je ovjera za dopuštanje aplikacijama u sprječavanju rukovanja sustava tipkom isključivanja."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the reboot key."
+msgstr ""
+"Potrebna je ovjera za dopuštanje aplikacijama u sprječavanju rukovanja "
+"sustava tipkom isključivanja."
#: src/login/org.freedesktop.login1.policy:128
msgid "Allow non-logged-in user to run programs"
@@ -434,7 +490,9 @@ msgstr "Dopusti neprijavljenim korisnicima pokretanje programa"
#: src/login/org.freedesktop.login1.policy:129
msgid "Explicit request is required to run programs as a non-logged-in user."
-msgstr "Potrebna je ovjera za dopuštanje neprijavljenim korisnicima pokretanje programa."
+msgstr ""
+"Potrebna je ovjera za dopuštanje neprijavljenim korisnicima pokretanje "
+"programa."
#: src/login/org.freedesktop.login1.policy:138
msgid "Allow non-logged-in users to run programs"
@@ -442,7 +500,9 @@ msgstr "Dopusti neprijavljenim korisnicima pokretanje programa"
#: src/login/org.freedesktop.login1.policy:139
msgid "Authentication is required to run programs as a non-logged-in user."
-msgstr "Potrebna je ovjera za dopuštanje neprijavljenim korisnicima pokretanje programa."
+msgstr ""
+"Potrebna je ovjera za dopuštanje neprijavljenim korisnicima pokretanje "
+"programa."
#: src/login/org.freedesktop.login1.policy:148
msgid "Allow attaching devices to seats"
@@ -458,7 +518,8 @@ msgstr "Ukloni povezani uređaj sa skupa sesija i hardvera"
#: src/login/org.freedesktop.login1.policy:160
msgid "Authentication is required to reset how devices are attached to seats."
-msgstr "Potrebna je ovjera za obnovu povezivanja uređaja sa skupom sesija i hardvera."
+msgstr ""
+"Potrebna je ovjera za obnovu povezivanja uređaja sa skupom sesija i hardvera."
#: src/login/org.freedesktop.login1.policy:169
msgid "Power off the system"
@@ -473,16 +534,25 @@ msgid "Power off the system while other users are logged in"
msgstr "Isključi sustav kada su ostali korisnici prijavljeni"
#: src/login/org.freedesktop.login1.policy:181
-msgid "Authentication is required to power off the system while other users are logged in."
-msgstr "Potrebna je ovjera za isključivanje sustava kada su ostali korisnici prijavljeni."
+msgid ""
+"Authentication is required to power off the system while other users are "
+"logged in."
+msgstr ""
+"Potrebna je ovjera za isključivanje sustava kada su ostali korisnici "
+"prijavljeni."
#: src/login/org.freedesktop.login1.policy:191
msgid "Power off the system while an application is inhibiting this"
-msgstr "Isključi sustav kada je aplikacija zatražila sprječavanje isključivanja"
+msgstr ""
+"Isključi sustav kada je aplikacija zatražila sprječavanje isključivanja"
#: src/login/org.freedesktop.login1.policy:192
-msgid "Authentication is required to power off the system while an application is inhibiting this."
-msgstr "Potrebna je ovjera za isključivanje sustava kada je aplikacija zatražila sprječavanje isključivanja."
+msgid ""
+"Authentication is required to power off the system while an application is "
+"inhibiting this."
+msgstr ""
+"Potrebna je ovjera za isključivanje sustava kada je aplikacija zatražila "
+"sprječavanje isključivanja."
#: src/login/org.freedesktop.login1.policy:202
msgid "Reboot the system"
@@ -497,16 +567,26 @@ msgid "Reboot the system while other users are logged in"
msgstr "Ponovno pokreni sustav kada su ostali korisnici prijavljeni"
#: src/login/org.freedesktop.login1.policy:214
-msgid "Authentication is required to reboot the system while other users are logged in."
-msgstr "Potrebna je ovjera za ponovno pokretanje sustava kada su ostali korisnici prijavljeni."
+msgid ""
+"Authentication is required to reboot the system while other users are logged "
+"in."
+msgstr ""
+"Potrebna je ovjera za ponovno pokretanje sustava kada su ostali korisnici "
+"prijavljeni."
#: src/login/org.freedesktop.login1.policy:224
msgid "Reboot the system while an application is inhibiting this"
-msgstr "Ponovno pokreni sustav kada je aplikacija zatražila sprječavanje ponovnog pokretanja"
+msgstr ""
+"Ponovno pokreni sustav kada je aplikacija zatražila sprječavanje ponovnog "
+"pokretanja"
#: src/login/org.freedesktop.login1.policy:225
-msgid "Authentication is required to reboot the system while an application is inhibiting this."
-msgstr "Potrebna je ovjera za ponovno pokretanje sustava kada je aplikacija zatražila sprječavanje ponovnog pokretanja."
+msgid ""
+"Authentication is required to reboot the system while an application is "
+"inhibiting this."
+msgstr ""
+"Potrebna je ovjera za ponovno pokretanje sustava kada je aplikacija "
+"zatražila sprječavanje ponovnog pokretanja."
#: src/login/org.freedesktop.login1.policy:235
msgid "Halt the system"
@@ -521,16 +601,25 @@ msgid "Halt the system while other users are logged in"
msgstr "Zaustavi sustav kada su ostali korisnici prijavljeni"
#: src/login/org.freedesktop.login1.policy:247
-msgid "Authentication is required to halt the system while other users are logged in."
-msgstr "Potrebna je ovjera za zaustavljanje sustava kada su drugi korisnici prijavljeni."
+msgid ""
+"Authentication is required to halt the system while other users are logged "
+"in."
+msgstr ""
+"Potrebna je ovjera za zaustavljanje sustava kada su drugi korisnici "
+"prijavljeni."
#: src/login/org.freedesktop.login1.policy:257
msgid "Halt the system while an application is inhibiting this"
-msgstr "Zaustavi sustav kada je aplikacija zatražila sprječavanje zaustavljanja"
+msgstr ""
+"Zaustavi sustav kada je aplikacija zatražila sprječavanje zaustavljanja"
#: src/login/org.freedesktop.login1.policy:258
-msgid "Authentication is required to halt the system while an application is inhibiting this."
-msgstr "Potrebna je ovjera za zaustavljanje sustava kada je aplikacija zatražila sprječavanje hibernacije."
+msgid ""
+"Authentication is required to halt the system while an application is "
+"inhibiting this."
+msgstr ""
+"Potrebna je ovjera za zaustavljanje sustava kada je aplikacija zatražila "
+"sprječavanje hibernacije."
#: src/login/org.freedesktop.login1.policy:268
msgid "Suspend the system"
@@ -545,16 +634,25 @@ msgid "Suspend the system while other users are logged in"
msgstr "Suspendiraj sustav kada su drugi korisnici prijavljeni"
#: src/login/org.freedesktop.login1.policy:279
-msgid "Authentication is required to suspend the system while other users are logged in."
-msgstr "Potrebna je ovjera za suspendiranje sustava kada su drugi korisnici prijavljeni."
+msgid ""
+"Authentication is required to suspend the system while other users are "
+"logged in."
+msgstr ""
+"Potrebna je ovjera za suspendiranje sustava kada su drugi korisnici "
+"prijavljeni."
#: src/login/org.freedesktop.login1.policy:289
msgid "Suspend the system while an application is inhibiting this"
-msgstr "Suspendiraj sustav kada je aplikacija zatražila sprječavanje suspendiranja"
+msgstr ""
+"Suspendiraj sustav kada je aplikacija zatražila sprječavanje suspendiranja"
#: src/login/org.freedesktop.login1.policy:290
-msgid "Authentication is required to suspend the system while an application is inhibiting this."
-msgstr "Potrebna je ovjera za suspendiranje sustava kada je aplikacija zatražila sprječavanje suspendiranja."
+msgid ""
+"Authentication is required to suspend the system while an application is "
+"inhibiting this."
+msgstr ""
+"Potrebna je ovjera za suspendiranje sustava kada je aplikacija zatražila "
+"sprječavanje suspendiranja."
#: src/login/org.freedesktop.login1.policy:300
msgid "Hibernate the system"
@@ -569,24 +667,36 @@ msgid "Hibernate the system while other users are logged in"
msgstr "Hiberniraj sustav kada su ostali korisnici prijavljeni"
#: src/login/org.freedesktop.login1.policy:311
-msgid "Authentication is required to hibernate the system while other users are logged in."
-msgstr "Potrebna je ovjera za hibernaciju sustava kada su drugi korisnici prijavljeni."
+msgid ""
+"Authentication is required to hibernate the system while other users are "
+"logged in."
+msgstr ""
+"Potrebna je ovjera za hibernaciju sustava kada su drugi korisnici "
+"prijavljeni."
#: src/login/org.freedesktop.login1.policy:321
msgid "Hibernate the system while an application is inhibiting this"
-msgstr "Hiberniraj sustav kada je aplikacija zatražila sprječavanje hibernacije"
+msgstr ""
+"Hiberniraj sustav kada je aplikacija zatražila sprječavanje hibernacije"
#: src/login/org.freedesktop.login1.policy:322
-msgid "Authentication is required to hibernate the system while an application is inhibiting this."
-msgstr "Potrebna je ovjera za hibernaciju sustava kada je aplikacija zatražila sprječavanje hibernacije."
+msgid ""
+"Authentication is required to hibernate the system while an application is "
+"inhibiting this."
+msgstr ""
+"Potrebna je ovjera za hibernaciju sustava kada je aplikacija zatražila "
+"sprječavanje hibernacije."
#: src/login/org.freedesktop.login1.policy:332
msgid "Manage active sessions, users and seats"
-msgstr "Upravljanje aktivnim sesijama, korisnicima i skupovima sesija i hardvera"
+msgstr ""
+"Upravljanje aktivnim sesijama, korisnicima i skupovima sesija i hardvera"
#: src/login/org.freedesktop.login1.policy:333
msgid "Authentication is required to manage active sessions, users and seats."
-msgstr "Potrebna je ovjera za upravljanje aktivnim sesijama, korisnicima i skupovima sesija i hardvera."
+msgstr ""
+"Potrebna je ovjera za upravljanje aktivnim sesijama, korisnicima i skupovima "
+"sesija i hardvera."
#: src/login/org.freedesktop.login1.policy:342
msgid "Lock or unlock active sessions"
@@ -602,14 +712,17 @@ msgstr "Postavi \"reason\" ponovnog pokretanja u kernel"
#: src/login/org.freedesktop.login1.policy:353
msgid "Authentication is required to set the reboot \"reason\" in the kernel."
-msgstr "Potrebna je ovjera za postaviti \"reason\" ponovnog pokretanja u kernelu."
+msgstr ""
+"Potrebna je ovjera za postaviti \"reason\" ponovnog pokretanja u kernelu."
#: src/login/org.freedesktop.login1.policy:363
msgid "Indicate to the firmware to boot to setup interface"
msgstr "Najavi firmveru da pokrene sučelje postavljanja"
#: src/login/org.freedesktop.login1.policy:364
-msgid "Authentication is required to indicate to the firmware to boot to setup interface."
+msgid ""
+"Authentication is required to indicate to the firmware to boot to setup "
+"interface."
msgstr "Potrebna je ovjera za najavu firmveru da pokrene sučelje postavljanja."
#: src/login/org.freedesktop.login1.policy:374
@@ -617,16 +730,23 @@ msgid "Indicate to the boot loader to boot to the boot loader menu"
msgstr "Najavi učitaču pokretanja da pokrene izbornik učitača pokretanja"
#: src/login/org.freedesktop.login1.policy:375
-msgid "Authentication is required to indicate to the boot loader to boot to the boot loader menu."
-msgstr "Potrebna je ovjera za najavu učitaču pokretanja da pokrene izbornik učitača pokretanja."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot to the "
+"boot loader menu."
+msgstr ""
+"Potrebna je ovjera za najavu učitaču pokretanja da pokrene izbornik učitača "
+"pokretanja."
#: src/login/org.freedesktop.login1.policy:385
msgid "Indicate to the boot loader to boot a specific entry"
msgstr "Najavi učitaču pokretanja da pokrene određeni unos"
#: src/login/org.freedesktop.login1.policy:386
-msgid "Authentication is required to indicate to the boot loader to boot into a specific boot loader entry."
-msgstr "Potrebna je ovjera za najavu učitaču pokretanja da pokrene određeni unos."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot into a "
+"specific boot loader entry."
+msgstr ""
+"Potrebna je ovjera za najavu učitaču pokretanja da pokrene određeni unos."
#: src/login/org.freedesktop.login1.policy:396
msgid "Set a wall message"
@@ -681,7 +801,8 @@ msgid "Acquire a pseudo TTY in a local container"
msgstr "Pokretanje pseudo TTY na lokalnom spremniku"
#: src/machine/org.freedesktop.machine1.policy:65
-msgid "Authentication is required to acquire a pseudo TTY in a local container."
+msgid ""
+"Authentication is required to acquire a pseudo TTY in a local container."
msgstr "Potrebna je ovjera za pokretanje pseudo TTY na lokalnom spremniku."
#: src/machine/org.freedesktop.machine1.policy:74
@@ -697,16 +818,23 @@ msgid "Manage local virtual machines and containers"
msgstr "Upravljanje lokalnim vurtualnim strojevima i spremnicima"
#: src/machine/org.freedesktop.machine1.policy:85
-msgid "Authentication is required to manage local virtual machines and containers."
-msgstr "Potrebna je ovjera za upravljanje lokalnim vurtualnim strojevima i spremnicima."
+msgid ""
+"Authentication is required to manage local virtual machines and containers."
+msgstr ""
+"Potrebna je ovjera za upravljanje lokalnim vurtualnim strojevima i "
+"spremnicima."
#: src/machine/org.freedesktop.machine1.policy:95
msgid "Manage local virtual machine and container images"
msgstr "Upravljanje lokalnim vurtualnim strojevima i spremnicima slika"
#: src/machine/org.freedesktop.machine1.policy:96
-msgid "Authentication is required to manage local virtual machine and container images."
-msgstr "Potrebna je ovjera za upravljanje lokalnim vurtualnim strojevima i spremnicima slika."
+msgid ""
+"Authentication is required to manage local virtual machine and container "
+"images."
+msgstr ""
+"Potrebna je ovjera za upravljanje lokalnim vurtualnim strojevima i "
+"spremnicima slika."
#: src/network/org.freedesktop.network1.policy:22
msgid "Set NTP servers"
@@ -764,7 +892,8 @@ msgstr "Omogući/Onemogući glatko osvježavanje"
#: src/network/org.freedesktop.network1.policy:78
#: src/resolve/org.freedesktop.resolve1.policy:89
msgid "Authentication is required to enable or disable multicast DNS."
-msgstr "Potrebna je ovjera za omogućavanje ili onemogućavanje DNS grupnog emitiranja."
+msgstr ""
+"Potrebna je ovjera za omogućavanje ili onemogućavanje DNS grupnog emitiranja."
#: src/network/org.freedesktop.network1.policy:88
#: src/resolve/org.freedesktop.resolve1.policy:99
@@ -794,7 +923,8 @@ msgstr "Postavi DNSSEC negativna pouzdana sidrišta"
#: src/network/org.freedesktop.network1.policy:111
#: src/resolve/org.freedesktop.resolve1.policy:122
msgid "Authentication is required to set DNSSEC Negative Trust Anchors."
-msgstr "Potrebna je ovjera za postavljanje DNSSEC negativnih pouzdanih sidrišta."
+msgstr ""
+"Potrebna je ovjera za postavljanje DNSSEC negativnih pouzdanih sidrišta."
#: src/network/org.freedesktop.network1.policy:121
msgid "Revert NTP settings"
@@ -857,15 +987,18 @@ msgid "Attach or detach a portable service image"
msgstr "Dodaj ili ukloni prijenosnu sliku usluge"
#: src/portable/org.freedesktop.portable1.policy:24
-msgid "Authentication is required to attach or detach a portable service image."
-msgstr "Potrebna je ovjera za dodavanje ili uklanjanje prijenosne slike usluge."
+msgid ""
+"Authentication is required to attach or detach a portable service image."
+msgstr ""
+"Potrebna je ovjera za dodavanje ili uklanjanje prijenosne slike usluge."
#: src/portable/org.freedesktop.portable1.policy:34
msgid "Delete or modify portable service image"
msgstr "Obriši ili promijeni prijenosnu sliku usluge"
#: src/portable/org.freedesktop.portable1.policy:35
-msgid "Authentication is required to delete or modify a portable service image."
+msgid ""
+"Authentication is required to delete or modify a portable service image."
msgstr "Potrebna je ovjera za brisnje ili promijenu prijenosne slike usluge."
#: src/resolve/org.freedesktop.resolve1.policy:22
@@ -913,49 +1046,64 @@ msgid "Set RTC to local timezone or UTC"
msgstr "Postavi RTC u lokalnu vremensku zonu ili UTC"
#: src/timedate/org.freedesktop.timedate1.policy:44
-msgid "Authentication is required to control whether the RTC stores the local or UTC time."
-msgstr "Potrebna je ovjera za postavljanje RTC-a u lokalnu vremensku zonu ili UTC."
+msgid ""
+"Authentication is required to control whether the RTC stores the local or "
+"UTC time."
+msgstr ""
+"Potrebna je ovjera za postavljanje RTC-a u lokalnu vremensku zonu ili UTC."
#: src/timedate/org.freedesktop.timedate1.policy:53
msgid "Turn network time synchronization on or off"
msgstr "Uključi ili isključi mrežno uklađivanje vremena"
#: src/timedate/org.freedesktop.timedate1.policy:54
-msgid "Authentication is required to control whether network time synchronization shall be enabled."
-msgstr "Potrebna je ovjera za uključivanje ili isključivanje mrežnog usklađivanja vremena."
+msgid ""
+"Authentication is required to control whether network time synchronization "
+"shall be enabled."
+msgstr ""
+"Potrebna je ovjera za uključivanje ili isključivanje mrežnog usklađivanja "
+"vremena."
-#: src/core/dbus-unit.c:364
+#: src/core/dbus-unit.c:352
msgid "Authentication is required to start '$(unit)'."
msgstr "Potrebna je ovjera za pokretanje '$(unit)'."
-#: src/core/dbus-unit.c:365
+#: src/core/dbus-unit.c:353
msgid "Authentication is required to stop '$(unit)'."
msgstr "Potrebna je ovjera za zaustavljanje '$(unit)'."
-#: src/core/dbus-unit.c:366
+#: src/core/dbus-unit.c:354
msgid "Authentication is required to reload '$(unit)'."
msgstr "Potrebna je ovjera za ponovno učitavnje '$(unit)'."
-#: src/core/dbus-unit.c:367 src/core/dbus-unit.c:368
+#: src/core/dbus-unit.c:355 src/core/dbus-unit.c:356
msgid "Authentication is required to restart '$(unit)'."
msgstr "Potrebna je ovjera za ponovno pokretanje'$(unit)'."
-#: src/core/dbus-unit.c:565
-msgid "Authentication is required to send a UNIX signal to the processes of '$(unit)'."
+#: src/core/dbus-unit.c:553
+msgid ""
+"Authentication is required to send a UNIX signal to the processes of "
+"'$(unit)'."
msgstr "Potrebna je ovjera za slanje UNIX signala u procese '$(unit)'."
-#: src/core/dbus-unit.c:595
+#: src/core/dbus-unit.c:583
msgid "Authentication is required to reset the \"failed\" state of '$(unit)'."
msgstr "Potrebna je ovjera za vraćanje \"neuspjelog\" stanja '$(unit)'."
-#: src/core/dbus-unit.c:627
+#: src/core/dbus-unit.c:615
msgid "Authentication is required to set properties on '$(unit)'."
msgstr "Potrebna je ovjera za postavljanje svojstava na '$(unit)'."
-#: src/core/dbus-unit.c:728
-msgid "Authentication is required to delete files and directories associated with '$(unit)'."
-msgstr "Potrebna je ovjera za brisanje datoteka i direktorija pridruženih sa '$(unit)'."
+#: src/core/dbus-unit.c:716
+msgid ""
+"Authentication is required to delete files and directories associated with "
+"'$(unit)'."
+msgstr ""
+"Potrebna je ovjera za brisanje datoteka i direktorija pridruženih sa "
+"'$(unit)'."
-#: src/core/dbus-unit.c:776
-msgid "Authentication is required to freeze or thaw the processes of '$(unit)' unit."
-msgstr "Potrebna je ovjera za zamrzavanje ili odmrzavanje procesa '$(unit)' jedinice."
+#: src/core/dbus-unit.c:764
+msgid ""
+"Authentication is required to freeze or thaw the processes of '$(unit)' unit."
+msgstr ""
+"Potrebna je ovjera za zamrzavanje ili odmrzavanje procesa '$(unit)' jedinice."
diff --git a/po/hu.po b/po/hu.po
index 543d4e27ba7..d751cd8de59 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -10,7 +10,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-07-14 10:32+0100\n"
+"POT-Creation-Date: 2023-11-14 21:25+0000\n"
"PO-Revision-Date: 2023-09-27 01:36+0000\n"
"Last-Translator: Balázs Úr <balazs@urbalazs.hu>\n"
"Language-Team: Hungarian <https://translate.fedoraproject.org/projects/"
@@ -27,7 +27,8 @@ msgid "Send passphrase back to system"
msgstr "Jelmondat visszaküldése a rendszernek"
#: src/core/org.freedesktop.systemd1.policy.in:23
-msgid "Authentication is required to send the entered passphrase back to the system."
+msgid ""
+"Authentication is required to send the entered passphrase back to the system."
msgstr ""
"Hitelesítés szükséges a megadott jelmondatnak a rendszernek való "
"visszaküldéséhez."
@@ -38,7 +39,8 @@ msgstr "Rendszerszolgáltatások vagy más egységek kezelése"
#: src/core/org.freedesktop.systemd1.policy.in:34
msgid "Authentication is required to manage system services or other units."
-msgstr "Hitelesítés szükséges a rendszerszolgáltatások vagy más egységek kezeléséhez."
+msgstr ""
+"Hitelesítés szükséges a rendszerszolgáltatások vagy más egységek kezeléséhez."
#: src/core/org.freedesktop.systemd1.policy.in:43
msgid "Manage system service or unit files"
@@ -46,15 +48,22 @@ msgstr "Rendszerszolgáltatás- vagy egységfájlok kezelése"
#: src/core/org.freedesktop.systemd1.policy.in:44
msgid "Authentication is required to manage system service or unit files."
-msgstr "Hitelesítés szükséges a rendszerszolgáltatás- vagy egységfájlok kezeléséhez."
+msgstr ""
+"Hitelesítés szükséges a rendszerszolgáltatás- vagy egységfájlok kezeléséhez."
#: src/core/org.freedesktop.systemd1.policy.in:54
msgid "Set or unset system and service manager environment variables"
-msgstr "Rendszer- és szolgáltatáskezelő környezeti változóinak beállítása vagy törlése"
+msgstr ""
+"Rendszer- és szolgáltatáskezelő környezeti változóinak beállítása vagy "
+"törlése"
#: src/core/org.freedesktop.systemd1.policy.in:55
-msgid "Authentication is required to set or unset system and service manager environment variables."
-msgstr "Hitelesítés szükséges a rendszer- és szolgáltatáskezelő környezeti változóinak beállításához vagy törléséhez."
+msgid ""
+"Authentication is required to set or unset system and service manager "
+"environment variables."
+msgstr ""
+"Hitelesítés szükséges a rendszer- és szolgáltatáskezelő környezeti "
+"változóinak beállításához vagy törléséhez."
#: src/core/org.freedesktop.systemd1.policy.in:64
msgid "Reload the systemd state"
@@ -69,7 +78,8 @@ msgid "Dump the systemd state without rate limits"
msgstr "A systemd állapotának kiírása sebességkorlátok nélkül"
#: src/core/org.freedesktop.systemd1.policy.in:75
-msgid "Authentication is required to dump the systemd state without rate limits."
+msgid ""
+"Authentication is required to dump the systemd state without rate limits."
msgstr ""
"Hitelesítés szükséges a systemd állapotának sebességkorlátok nélküli "
"kiírásához."
@@ -95,7 +105,8 @@ msgid "Check credentials of a home area"
msgstr "Saját terület hitelesítő adatainak ellenőrzése"
#: src/home/org.freedesktop.home1.policy:34
-msgid "Authentication is required to check credentials against a user's home area."
+msgid ""
+"Authentication is required to check credentials against a user's home area."
msgstr ""
"Hitelesítés szükséges a hitelesítő adatoknak a felhasználó saját területével "
"való összevetéséhez."
@@ -121,14 +132,17 @@ msgid "Change password of a home area"
msgstr "Saját terület jelszavának megváltoztatása"
#: src/home/org.freedesktop.home1.policy:64
-msgid "Authentication is required to change the password of a user's home area."
+msgid ""
+"Authentication is required to change the password of a user's home area."
msgstr ""
"Hitelesítés szükséges a felhasználó saját területe jelszavának "
"megváltoztatásához."
#: src/home/pam_systemd_home.c:287
#, c-format
-msgid "Home of user %s is currently absent, please plug in the necessary storage device or backing file system."
+msgid ""
+"Home of user %s is currently absent, please plug in the necessary storage "
+"device or backing file system."
msgstr ""
"%s felhasználó saját mappája jelenleg hiányzik, csatlakoztassa a szükséges "
"tárolóeszközt vagy a biztonsági mentési fájlrendszert."
@@ -159,7 +173,9 @@ msgstr "Helyreállítási kulcs: "
#: src/home/pam_systemd_home.c:331
#, c-format
-msgid "Password/recovery key incorrect or not sufficient for authentication of user %s."
+msgid ""
+"Password/recovery key incorrect or not sufficient for authentication of user "
+"%s."
msgstr ""
"A jelszó vagy a helyreállítási kulcs helytelen vagy nem elegendő %s "
"felhasználó hitelesítéséhez."
@@ -179,7 +195,9 @@ msgstr "Próbálja újra jelszóval: "
#: src/home/pam_systemd_home.c:355
#, c-format
-msgid "Password incorrect or not sufficient, and configured security token of user %s not inserted."
+msgid ""
+"Password incorrect or not sufficient, and configured security token of user "
+"%s not inserted."
msgstr ""
"A jelszó helytelen vagy nem elegendő, és %s felhasználó beállított "
"biztonsági tokenje nincs behelyezve."
@@ -204,7 +222,9 @@ msgid "Please verify user on security token of user %s."
msgstr "Ellenőrizze a felhasználót %s felhasználó biztonsági tokenjén."
#: src/home/pam_systemd_home.c:424
-msgid "Security token PIN is locked, please unlock it first. (Hint: Removal and re-insertion might suffice.)"
+msgid ""
+"Security token PIN is locked, please unlock it first. (Hint: Removal and re-"
+"insertion might suffice.)"
msgstr ""
"A biztonsági token PIN-kódja zárolva van, először oldja fel (tipp: az "
"eltávolítás és az ismételt behelyezés elegendő lehet)."
@@ -304,8 +324,12 @@ msgid "Set static hostname"
msgstr "Statikus gépnév beállítása"
#: src/hostname/org.freedesktop.hostname1.policy:31
-msgid "Authentication is required to set the statically configured local hostname, as well as the pretty hostname."
-msgstr "Hitelesítés szükséges a statikusan megadott helyi gépnév, valamint a szép gépnév beállításához."
+msgid ""
+"Authentication is required to set the statically configured local hostname, "
+"as well as the pretty hostname."
+msgstr ""
+"Hitelesítés szükséges a statikusan megadott helyi gépnév, valamint a szép "
+"gépnév beállításához."
#: src/hostname/org.freedesktop.hostname1.policy:41
msgid "Set machine information"
@@ -377,15 +401,19 @@ msgstr "Rendszer billentyűzetbeállításainak megadása"
#: src/locale/org.freedesktop.locale1.policy:34
msgid "Authentication is required to set the system keyboard settings."
-msgstr "Hitelesítés szükséges a rendszer billentyűzetbeállításainak megadásához."
+msgstr ""
+"Hitelesítés szükséges a rendszer billentyűzetbeállításainak megadásához."
#: src/login/org.freedesktop.login1.policy:22
msgid "Allow applications to inhibit system shutdown"
msgstr "Az alkalmazások meggátolhatják a rendszer leállítását"
#: src/login/org.freedesktop.login1.policy:23
-msgid "Authentication is required for an application to inhibit system shutdown."
-msgstr "Hitelesítés szükséges egy alkalmazás számára a rendszerleállítás meggátlásához."
+msgid ""
+"Authentication is required for an application to inhibit system shutdown."
+msgstr ""
+"Hitelesítés szükséges egy alkalmazás számára a rendszerleállítás "
+"meggátlásához."
#: src/login/org.freedesktop.login1.policy:33
msgid "Allow applications to delay system shutdown"
@@ -393,7 +421,9 @@ msgstr "Az alkalmazások késleltethetik a rendszer leállítását"
#: src/login/org.freedesktop.login1.policy:34
msgid "Authentication is required for an application to delay system shutdown."
-msgstr "Hitelesítés szükséges egy alkalmazás számára a rendszerleállítás késleltetéséhez."
+msgstr ""
+"Hitelesítés szükséges egy alkalmazás számára a rendszerleállítás "
+"késleltetéséhez."
#: src/login/org.freedesktop.login1.policy:44
msgid "Allow applications to inhibit system sleep"
@@ -401,7 +431,8 @@ msgstr "Az alkalmazások meggátolhatják a rendszer altatását"
#: src/login/org.freedesktop.login1.policy:45
msgid "Authentication is required for an application to inhibit system sleep."
-msgstr "Hitelesítés szükséges egy alkalmazás számára a rendszeraltatás meggátlásához."
+msgstr ""
+"Hitelesítés szükséges egy alkalmazás számára a rendszeraltatás meggátlásához."
#: src/login/org.freedesktop.login1.policy:55
msgid "Allow applications to delay system sleep"
@@ -409,55 +440,86 @@ msgstr "Az alkalmazások késleltethetik a rendszer altatását"
#: src/login/org.freedesktop.login1.policy:56
msgid "Authentication is required for an application to delay system sleep."
-msgstr "Hitelesítés szükséges egy alkalmazás számára a rendszeraltatás késleltetéséhez."
+msgstr ""
+"Hitelesítés szükséges egy alkalmazás számára a rendszeraltatás "
+"késleltetéséhez."
#: src/login/org.freedesktop.login1.policy:65
msgid "Allow applications to inhibit automatic system suspend"
msgstr "Az alkalmazások meggátolhatják a rendszer automatikus felfüggesztését"
#: src/login/org.freedesktop.login1.policy:66
-msgid "Authentication is required for an application to inhibit automatic system suspend."
-msgstr "Hitelesítés szükséges egy alkalmazás számára az automatikus rendszerfelfüggesztés meggátlásához."
+msgid ""
+"Authentication is required for an application to inhibit automatic system "
+"suspend."
+msgstr ""
+"Hitelesítés szükséges egy alkalmazás számára az automatikus "
+"rendszerfelfüggesztés meggátlásához."
#: src/login/org.freedesktop.login1.policy:75
msgid "Allow applications to inhibit system handling of the power key"
-msgstr "Az alkalmazások meggátolhatják a bekapcsoló gomb rendszer általi kezelését"
+msgstr ""
+"Az alkalmazások meggátolhatják a bekapcsoló gomb rendszer általi kezelését"
#: src/login/org.freedesktop.login1.policy:76
-msgid "Authentication is required for an application to inhibit system handling of the power key."
-msgstr "Hitelesítés szükséges egy alkalmazás számára a bekapcsoló gomb rendszer általi kezelésének meggátlásához."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the power key."
+msgstr ""
+"Hitelesítés szükséges egy alkalmazás számára a bekapcsoló gomb rendszer "
+"általi kezelésének meggátlásához."
#: src/login/org.freedesktop.login1.policy:86
msgid "Allow applications to inhibit system handling of the suspend key"
-msgstr "Az alkalmazások meggátolhatják a felfüggesztés gomb rendszer általi kezelését"
+msgstr ""
+"Az alkalmazások meggátolhatják a felfüggesztés gomb rendszer általi kezelését"
#: src/login/org.freedesktop.login1.policy:87
-msgid "Authentication is required for an application to inhibit system handling of the suspend key."
-msgstr "Hitelesítés szükséges egy alkalmazás számára a felfüggesztés gomb rendszer általi kezelésének meggátlásához."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the suspend key."
+msgstr ""
+"Hitelesítés szükséges egy alkalmazás számára a felfüggesztés gomb rendszer "
+"általi kezelésének meggátlásához."
#: src/login/org.freedesktop.login1.policy:97
msgid "Allow applications to inhibit system handling of the hibernate key"
-msgstr "Az alkalmazások meggátolhatják a hibernálás gomb rendszer általi kezelését"
+msgstr ""
+"Az alkalmazások meggátolhatják a hibernálás gomb rendszer általi kezelését"
#: src/login/org.freedesktop.login1.policy:98
-msgid "Authentication is required for an application to inhibit system handling of the hibernate key."
-msgstr "Hitelesítés szükséges egy alkalmazás számára a hibernálás gomb rendszer általi kezelésének meggátlásához."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the hibernate key."
+msgstr ""
+"Hitelesítés szükséges egy alkalmazás számára a hibernálás gomb rendszer "
+"általi kezelésének meggátlásához."
#: src/login/org.freedesktop.login1.policy:107
msgid "Allow applications to inhibit system handling of the lid switch"
-msgstr "Az alkalmazások meggátolhatják a fedélkapcsoló rendszer általi kezelését"
+msgstr ""
+"Az alkalmazások meggátolhatják a fedélkapcsoló rendszer általi kezelését"
#: src/login/org.freedesktop.login1.policy:108
-msgid "Authentication is required for an application to inhibit system handling of the lid switch."
-msgstr "Hitelesítés szükséges egy alkalmazás számára a fedélkapcsoló rendszer általi kezelésének meggátlásához."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the lid switch."
+msgstr ""
+"Hitelesítés szükséges egy alkalmazás számára a fedélkapcsoló rendszer általi "
+"kezelésének meggátlásához."
#: src/login/org.freedesktop.login1.policy:117
msgid "Allow applications to inhibit system handling of the reboot key"
-msgstr "Az alkalmazások meggátolhatják az újraindítás gomb rendszer általi kezelését"
+msgstr ""
+"Az alkalmazások meggátolhatják az újraindítás gomb rendszer általi kezelését"
#: src/login/org.freedesktop.login1.policy:118
-msgid "Authentication is required for an application to inhibit system handling of the reboot key."
-msgstr "Hitelesítés szükséges egy alkalmazás számára az újraindítás gomb rendszer általi kezelésének meggátlásához."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the reboot key."
+msgstr ""
+"Hitelesítés szükséges egy alkalmazás számára az újraindítás gomb rendszer "
+"általi kezelésének meggátlásához."
#: src/login/org.freedesktop.login1.policy:128
msgid "Allow non-logged-in user to run programs"
@@ -465,7 +527,9 @@ msgstr "Programfuttatás engedélyezése be nem jelentkezett felhasználó szám
#: src/login/org.freedesktop.login1.policy:129
msgid "Explicit request is required to run programs as a non-logged-in user."
-msgstr "Határozott kérés szükséges a be nem jelentkezett felhasználókénti programfuttatáshoz."
+msgstr ""
+"Határozott kérés szükséges a be nem jelentkezett felhasználókénti "
+"programfuttatáshoz."
#: src/login/org.freedesktop.login1.policy:138
msgid "Allow non-logged-in users to run programs"
@@ -473,7 +537,9 @@ msgstr "Programfuttatás engedélyezése be nem jelentkezett felhasználók szá
#: src/login/org.freedesktop.login1.policy:139
msgid "Authentication is required to run programs as a non-logged-in user."
-msgstr "Hitelesítés szükséges a be nem jelentkezett felhasználókénti programfuttatáshoz."
+msgstr ""
+"Hitelesítés szükséges a be nem jelentkezett felhasználókénti "
+"programfuttatáshoz."
#: src/login/org.freedesktop.login1.policy:148
msgid "Allow attaching devices to seats"
@@ -481,7 +547,9 @@ msgstr "Eszközök munkaállomásokhoz csatolásának engedélyezése"
#: src/login/org.freedesktop.login1.policy:149
msgid "Authentication is required to attach a device to a seat."
-msgstr "Hitelesítés szükséges az eszköz munkaállomáshoz csatolásának engedélyezéséhez."
+msgstr ""
+"Hitelesítés szükséges az eszköz munkaállomáshoz csatolásának "
+"engedélyezéséhez."
#: src/login/org.freedesktop.login1.policy:159
msgid "Flush device to seat attachments"
@@ -489,7 +557,9 @@ msgstr "Eszközök és munkaállomások csatolásainak törlése"
#: src/login/org.freedesktop.login1.policy:160
msgid "Authentication is required to reset how devices are attached to seats."
-msgstr "Hitelesítés szükséges az eszközök munkaállomásokhoz csatolásainak alaphelyzetbe állításához."
+msgstr ""
+"Hitelesítés szükséges az eszközök munkaállomásokhoz csatolásainak "
+"alaphelyzetbe állításához."
#: src/login/org.freedesktop.login1.policy:169
msgid "Power off the system"
@@ -505,7 +575,9 @@ msgstr ""
"A rendszer kikapcsolása, miközben más felhasználók be vannak jelentkezve"
#: src/login/org.freedesktop.login1.policy:181
-msgid "Authentication is required to power off the system while other users are logged in."
+msgid ""
+"Authentication is required to power off the system while other users are "
+"logged in."
msgstr ""
"Hitelesítés szükséges a rendszer kikapcsolásához, miközben más felhasználók "
"be vannak jelentkezve."
@@ -515,7 +587,9 @@ msgid "Power off the system while an application is inhibiting this"
msgstr "A rendszer kikapcsolása, miközben egy alkalmazás meggátolja azt"
#: src/login/org.freedesktop.login1.policy:192
-msgid "Authentication is required to power off the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to power off the system while an application is "
+"inhibiting this."
msgstr ""
"Hitelesítés szükséges a rendszer kikapcsolásához, miközben egy alkalmazás "
"meggátolja azt."
@@ -534,7 +608,9 @@ msgstr ""
"A rendszer újraindítása, miközben más felhasználók be vannak jelentkezve"
#: src/login/org.freedesktop.login1.policy:214
-msgid "Authentication is required to reboot the system while other users are logged in."
+msgid ""
+"Authentication is required to reboot the system while other users are logged "
+"in."
msgstr ""
"Hitelesítés szükséges a rendszer újraindításához, miközben más felhasználók "
"be vannak jelentkezve."
@@ -544,7 +620,9 @@ msgid "Reboot the system while an application is inhibiting this"
msgstr "A rendszer újraindítása, miközben egy alkalmazás meggátolja azt"
#: src/login/org.freedesktop.login1.policy:225
-msgid "Authentication is required to reboot the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to reboot the system while an application is "
+"inhibiting this."
msgstr ""
"Hitelesítés szükséges a rendszer újraindításához, miközben egy alkalmazás "
"meggátolja azt."
@@ -562,7 +640,9 @@ msgid "Halt the system while other users are logged in"
msgstr "A rendszer leállítása, miközben más felhasználók be vannak jelentkezve"
#: src/login/org.freedesktop.login1.policy:247
-msgid "Authentication is required to halt the system while other users are logged in."
+msgid ""
+"Authentication is required to halt the system while other users are logged "
+"in."
msgstr ""
"Hitelesítés szükséges a rendszer leállításához, miközben más felhasználók be "
"vannak jelentkezve."
@@ -572,7 +652,9 @@ msgid "Halt the system while an application is inhibiting this"
msgstr "A rendszer leállítása, miközben egy alkalmazás meggátolja azt"
#: src/login/org.freedesktop.login1.policy:258
-msgid "Authentication is required to halt the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to halt the system while an application is "
+"inhibiting this."
msgstr ""
"Hitelesítés szükséges a rendszer leállításához, miközben egy alkalmazás "
"meggátolja azt."
@@ -591,7 +673,9 @@ msgstr ""
"A rendszer felfüggesztése, miközben más felhasználók be vannak jelentkezve"
#: src/login/org.freedesktop.login1.policy:279
-msgid "Authentication is required to suspend the system while other users are logged in."
+msgid ""
+"Authentication is required to suspend the system while other users are "
+"logged in."
msgstr ""
"Hitelesítés szükséges a rendszer felfüggesztéséhez, miközben más "
"felhasználók be vannak jelentkezve."
@@ -601,7 +685,9 @@ msgid "Suspend the system while an application is inhibiting this"
msgstr "A rendszer felfüggesztése, miközben egy alkalmazás meggátolja azt"
#: src/login/org.freedesktop.login1.policy:290
-msgid "Authentication is required to suspend the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to suspend the system while an application is "
+"inhibiting this."
msgstr ""
"Hitelesítés szükséges a rendszer felfüggesztéséhez, miközben egy alkalmazás "
"meggátolja azt."
@@ -616,10 +702,13 @@ msgstr "Hitelesítés szükséges a rendszer hibernálásához."
#: src/login/org.freedesktop.login1.policy:310
msgid "Hibernate the system while other users are logged in"
-msgstr "A rendszer hibernálása, miközben más felhasználók be vannak jelentkezve"
+msgstr ""
+"A rendszer hibernálása, miközben más felhasználók be vannak jelentkezve"
#: src/login/org.freedesktop.login1.policy:311
-msgid "Authentication is required to hibernate the system while other users are logged in."
+msgid ""
+"Authentication is required to hibernate the system while other users are "
+"logged in."
msgstr ""
"Hitelesítés szükséges a rendszer hibernálásához, miközben más felhasználók "
"be vannak jelentkezve."
@@ -629,7 +718,9 @@ msgid "Hibernate the system while an application is inhibiting this"
msgstr "A rendszer hibernálása, miközben egy alkalmazás meggátolja azt"
#: src/login/org.freedesktop.login1.policy:322
-msgid "Authentication is required to hibernate the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to hibernate the system while an application is "
+"inhibiting this."
msgstr ""
"Hitelesítés szükséges a rendszer hibernálásához, miközben egy alkalmazás "
"meggátolja azt."
@@ -640,7 +731,9 @@ msgstr "Aktív munkamenetek, felhasználók és munkaállomások kezelése"
#: src/login/org.freedesktop.login1.policy:333
msgid "Authentication is required to manage active sessions, users and seats."
-msgstr "Hitelesítés szükséges az aktív munkamenetek, felhasználók és munkaállomások kezeléséhez."
+msgstr ""
+"Hitelesítés szükséges az aktív munkamenetek, felhasználók és munkaállomások "
+"kezeléséhez."
#: src/login/org.freedesktop.login1.policy:342
msgid "Lock or unlock active sessions"
@@ -648,7 +741,8 @@ msgstr "Aktív munkamenetek zárolása vagy feloldása"
#: src/login/org.freedesktop.login1.policy:343
msgid "Authentication is required to lock or unlock active sessions."
-msgstr "Hitelesítés szükséges az aktív munkamenetek zárolásához vagy feloldásához."
+msgstr ""
+"Hitelesítés szükséges az aktív munkamenetek zárolásához vagy feloldásához."
#: src/login/org.freedesktop.login1.policy:352
msgid "Set the reboot \"reason\" in the kernel"
@@ -667,27 +761,37 @@ msgstr ""
"rendszerindításkor"
#: src/login/org.freedesktop.login1.policy:364
-msgid "Authentication is required to indicate to the firmware to boot to setup interface."
+msgid ""
+"Authentication is required to indicate to the firmware to boot to setup "
+"interface."
msgstr ""
"Hitelesítés szükséges annak jelzéséhez, hogy a belső vezérlőprogram a "
"beállítófelületet indítsa el rendszerindításkor."
#: src/login/org.freedesktop.login1.policy:374
msgid "Indicate to the boot loader to boot to the boot loader menu"
-msgstr "Jelzés a rendszerbetöltő számára, hogy a rendszerbetöltő menüt indítsa el rendszerindításkor"
+msgstr ""
+"Jelzés a rendszerbetöltő számára, hogy a rendszerbetöltő menüt indítsa el "
+"rendszerindításkor"
#: src/login/org.freedesktop.login1.policy:375
-msgid "Authentication is required to indicate to the boot loader to boot to the boot loader menu."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot to the "
+"boot loader menu."
msgstr ""
"Hitelesítés szükséges annak jelzéséhez, hogy a rendszerbetöltő a "
"rendszerbetöltő menüt indítsa el rendszerindításkor."
#: src/login/org.freedesktop.login1.policy:385
msgid "Indicate to the boot loader to boot a specific entry"
-msgstr "Jelzés a rendszerbetöltő számára, hogy egy adott bejegyzést indítson el rendszerindításkor"
+msgstr ""
+"Jelzés a rendszerbetöltő számára, hogy egy adott bejegyzést indítson el "
+"rendszerindításkor"
#: src/login/org.freedesktop.login1.policy:386
-msgid "Authentication is required to indicate to the boot loader to boot into a specific boot loader entry."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot into a "
+"specific boot loader entry."
msgstr ""
"Hitelesítés szükséges annak jelzéséhez, hogy a rendszerbetöltő egy adott "
"rendszerbetöltő-bejegyzést indítson el rendszerindításkor."
@@ -746,7 +850,8 @@ msgid "Acquire a pseudo TTY in a local container"
msgstr "Pszeudoterminál elérése helyi konténerben"
#: src/machine/org.freedesktop.machine1.policy:65
-msgid "Authentication is required to acquire a pseudo TTY in a local container."
+msgid ""
+"Authentication is required to acquire a pseudo TTY in a local container."
msgstr ""
"Hitelesítés szükséges a pszeudoterminál helyi konténerben való eléréséhez."
@@ -763,7 +868,8 @@ msgid "Manage local virtual machines and containers"
msgstr "Helyi virtuális gépek és konténerek kezelése"
#: src/machine/org.freedesktop.machine1.policy:85
-msgid "Authentication is required to manage local virtual machines and containers."
+msgid ""
+"Authentication is required to manage local virtual machines and containers."
msgstr "Hitelesítés szükséges helyi virtuális gépek és konténerek kezeléséhez."
#: src/machine/org.freedesktop.machine1.policy:95
@@ -771,8 +877,12 @@ msgid "Manage local virtual machine and container images"
msgstr "Helyi virtuális gépek és konténerek lemezképeinek kezelése"
#: src/machine/org.freedesktop.machine1.policy:96
-msgid "Authentication is required to manage local virtual machine and container images."
-msgstr "Hitelesítés szükséges a helyi virtuális gépek és konténerek lemezképeinek kezeléséhez."
+msgid ""
+"Authentication is required to manage local virtual machine and container "
+"images."
+msgstr ""
+"Hitelesítés szükséges a helyi virtuális gépek és konténerek lemezképeinek "
+"kezeléséhez."
#: src/network/org.freedesktop.network1.policy:22
msgid "Set NTP servers"
@@ -918,23 +1028,30 @@ msgstr "Hordozható szolgáltatás lemezképének vizsgálata"
#: src/portable/org.freedesktop.portable1.policy:14
msgid "Authentication is required to inspect a portable service image."
-msgstr "Hitelesítés szükséges a hordozható szolgáltatás lemezképének vizsgálatához."
+msgstr ""
+"Hitelesítés szükséges a hordozható szolgáltatás lemezképének vizsgálatához."
#: src/portable/org.freedesktop.portable1.policy:23
msgid "Attach or detach a portable service image"
msgstr "Hordozható szolgáltatás lemezképének csatolása vagy leválasztása"
#: src/portable/org.freedesktop.portable1.policy:24
-msgid "Authentication is required to attach or detach a portable service image."
-msgstr "Hitelesítés szükséges a hordozható szolgáltatás lemezképének csatolásához vagy leválasztásához."
+msgid ""
+"Authentication is required to attach or detach a portable service image."
+msgstr ""
+"Hitelesítés szükséges a hordozható szolgáltatás lemezképének csatolásához "
+"vagy leválasztásához."
#: src/portable/org.freedesktop.portable1.policy:34
msgid "Delete or modify portable service image"
msgstr "Hordozható szolgáltatás lemezképének törlése vagy módosítása"
#: src/portable/org.freedesktop.portable1.policy:35
-msgid "Authentication is required to delete or modify a portable service image."
-msgstr "Hitelesítés szükséges a hordozható szolgáltatás lemezképének törléséhez vagy módosításához."
+msgid ""
+"Authentication is required to delete or modify a portable service image."
+msgstr ""
+"Hitelesítés szükséges a hordozható szolgáltatás lemezképének törléséhez vagy "
+"módosításához."
#: src/resolve/org.freedesktop.resolve1.policy:22
msgid "Register a DNS-SD service"
@@ -982,7 +1099,9 @@ msgid "Set RTC to local timezone or UTC"
msgstr "Az RTC beállítása helyi időzónára vagy UTC-re"
#: src/timedate/org.freedesktop.timedate1.policy:44
-msgid "Authentication is required to control whether the RTC stores the local or UTC time."
+msgid ""
+"Authentication is required to control whether the RTC stores the local or "
+"UTC time."
msgstr ""
"Hitelesítés szükséges annak vezérléséhez, hogy az RTC a helyi vagy az UTC "
"időt tárolja."
@@ -992,52 +1111,59 @@ msgid "Turn network time synchronization on or off"
msgstr "Hálózati időszinkronizáció be- vagy kikapcsolása"
#: src/timedate/org.freedesktop.timedate1.policy:54
-msgid "Authentication is required to control whether network time synchronization shall be enabled."
+msgid ""
+"Authentication is required to control whether network time synchronization "
+"shall be enabled."
msgstr ""
"Hitelesítés szükséges annak vezérléséhez, hogy a hálózati időszinkronizáció "
"engedélyezve legyen."
-#: src/core/dbus-unit.c:364
+#: src/core/dbus-unit.c:352
msgid "Authentication is required to start '$(unit)'."
msgstr "Hitelesítés szükséges a(z) „$(unit)” elindításához."
-#: src/core/dbus-unit.c:365
+#: src/core/dbus-unit.c:353
msgid "Authentication is required to stop '$(unit)'."
msgstr "Hitelesítés szükséges a(z) „$(unit)” leállításához."
-#: src/core/dbus-unit.c:366
+#: src/core/dbus-unit.c:354
msgid "Authentication is required to reload '$(unit)'."
msgstr "Hitelesítés szükséges a(z) „$(unit)” újratöltéséhez."
-#: src/core/dbus-unit.c:367 src/core/dbus-unit.c:368
+#: src/core/dbus-unit.c:355 src/core/dbus-unit.c:356
msgid "Authentication is required to restart '$(unit)'."
msgstr "Hitelesítés szükséges a(z) „$(unit)” újraindításához."
-#: src/core/dbus-unit.c:565
-msgid "Authentication is required to send a UNIX signal to the processes of '$(unit)'."
+#: src/core/dbus-unit.c:553
+msgid ""
+"Authentication is required to send a UNIX signal to the processes of "
+"'$(unit)'."
msgstr ""
"Hitelesítés szükséges a(z) „$(unit)” folyamatainak történő UNIX szignál "
"küldéséhez."
-#: src/core/dbus-unit.c:595
+#: src/core/dbus-unit.c:583
msgid "Authentication is required to reset the \"failed\" state of '$(unit)'."
msgstr ""
"Hitelesítés szükséges a(z) „$(unit)” „failed” állapotának visszaállításához."
-#: src/core/dbus-unit.c:627
+#: src/core/dbus-unit.c:615
msgid "Authentication is required to set properties on '$(unit)'."
msgstr ""
"Hitelesítés szükséges a(z) „$(unit)” egységen lévő tulajdonságok "
"beállításához."
-#: src/core/dbus-unit.c:728
-msgid "Authentication is required to delete files and directories associated with '$(unit)'."
+#: src/core/dbus-unit.c:716
+msgid ""
+"Authentication is required to delete files and directories associated with "
+"'$(unit)'."
msgstr ""
"Hitelesítés szükséges a(z) „$(unit)” egységhez hozzárendelt fájlok és "
"könyvtárak törléséhez."
-#: src/core/dbus-unit.c:776
-msgid "Authentication is required to freeze or thaw the processes of '$(unit)' unit."
+#: src/core/dbus-unit.c:764
+msgid ""
+"Authentication is required to freeze or thaw the processes of '$(unit)' unit."
msgstr ""
"Hitelesítés szükséges a(z) „$(unit)” egység folyamatainak lefagyasztásához "
"vagy kiolvasztásához."
diff --git a/po/id.po b/po/id.po
index 69adff8b93c..84d7ef81443 100644
--- a/po/id.po
+++ b/po/id.po
@@ -5,10 +5,11 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-07-14 10:32+0100\n"
+"POT-Creation-Date: 2023-11-14 21:25+0000\n"
"PO-Revision-Date: 2022-11-25 08:19+0000\n"
"Last-Translator: Andika Triwidada <andika@gmail.com>\n"
-"Language-Team: Indonesian <https://translate.fedoraproject.org/projects/systemd/master/id/>\n"
+"Language-Team: Indonesian <https://translate.fedoraproject.org/projects/"
+"systemd/master/id/>\n"
"Language: id\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -21,8 +22,11 @@ msgid "Send passphrase back to system"
msgstr "Kirim frasa sandi kembali ke sistem"
#: src/core/org.freedesktop.systemd1.policy.in:23
-msgid "Authentication is required to send the entered passphrase back to the system."
-msgstr "Otentikasi diperlukan untuk mengirim frasa sandi yang dimasukkan kembali ke sistem."
+msgid ""
+"Authentication is required to send the entered passphrase back to the system."
+msgstr ""
+"Otentikasi diperlukan untuk mengirim frasa sandi yang dimasukkan kembali ke "
+"sistem."
#: src/core/org.freedesktop.systemd1.policy.in:33
msgid "Manage system services or other units"
@@ -30,7 +34,8 @@ msgstr "Kelola layanan sistem atau unit lainnya"
#: src/core/org.freedesktop.systemd1.policy.in:34
msgid "Authentication is required to manage system services or other units."
-msgstr "Otentikasi diperlukan untuk mengelola layanan sistem atau unit lainnya."
+msgstr ""
+"Otentikasi diperlukan untuk mengelola layanan sistem atau unit lainnya."
#: src/core/org.freedesktop.systemd1.policy.in:43
msgid "Manage system service or unit files"
@@ -45,8 +50,12 @@ msgid "Set or unset system and service manager environment variables"
msgstr "Atur atau hapus variabel lingkungan manajer layanan dan sistem"
#: src/core/org.freedesktop.systemd1.policy.in:55
-msgid "Authentication is required to set or unset system and service manager environment variables."
-msgstr "Otentikasi diperlukan untuk menata atau menghapus variabel lingkungan manajer layanan dan sistem."
+msgid ""
+"Authentication is required to set or unset system and service manager "
+"environment variables."
+msgstr ""
+"Otentikasi diperlukan untuk menata atau menghapus variabel lingkungan "
+"manajer layanan dan sistem."
#: src/core/org.freedesktop.systemd1.policy.in:64
msgid "Reload the systemd state"
@@ -62,7 +71,8 @@ msgstr ""
#: src/core/org.freedesktop.systemd1.policy.in:75
#, fuzzy
-msgid "Authentication is required to dump the systemd state without rate limits."
+msgid ""
+"Authentication is required to dump the systemd state without rate limits."
msgstr "Otentikasi diperlukan untuk memuat ulang keadaan systemd."
#: src/home/org.freedesktop.home1.policy:13
@@ -86,8 +96,11 @@ msgid "Check credentials of a home area"
msgstr "Memeriksa kredensial dari suatu area rumah"
#: src/home/org.freedesktop.home1.policy:34
-msgid "Authentication is required to check credentials against a user's home area."
-msgstr "Otentikasi diperlukan untuk memeriksa kredensial atas suatu area rumah pengguna."
+msgid ""
+"Authentication is required to check credentials against a user's home area."
+msgstr ""
+"Otentikasi diperlukan untuk memeriksa kredensial atas suatu area rumah "
+"pengguna."
#: src/home/org.freedesktop.home1.policy:43
msgid "Update a home area"
@@ -110,12 +123,17 @@ msgid "Change password of a home area"
msgstr "Ubah kata sandi dari suatu area rumah"
#: src/home/org.freedesktop.home1.policy:64
-msgid "Authentication is required to change the password of a user's home area."
-msgstr "Otentikasi diperlukan untuk mengubah kata sandi dari suatu area rumah pengguna."
+msgid ""
+"Authentication is required to change the password of a user's home area."
+msgstr ""
+"Otentikasi diperlukan untuk mengubah kata sandi dari suatu area rumah "
+"pengguna."
#: src/home/pam_systemd_home.c:287
#, c-format
-msgid "Home of user %s is currently absent, please plug in the necessary storage device or backing file system."
+msgid ""
+"Home of user %s is currently absent, please plug in the necessary storage "
+"device or backing file system."
msgstr ""
#: src/home/pam_systemd_home.c:292
@@ -142,7 +160,9 @@ msgstr ""
#: src/home/pam_systemd_home.c:331
#, c-format
-msgid "Password/recovery key incorrect or not sufficient for authentication of user %s."
+msgid ""
+"Password/recovery key incorrect or not sufficient for authentication of user "
+"%s."
msgstr ""
#: src/home/pam_systemd_home.c:332
@@ -160,7 +180,9 @@ msgstr ""
#: src/home/pam_systemd_home.c:355
#, c-format
-msgid "Password incorrect or not sufficient, and configured security token of user %s not inserted."
+msgid ""
+"Password incorrect or not sufficient, and configured security token of user "
+"%s not inserted."
msgstr ""
#: src/home/pam_systemd_home.c:376
@@ -183,7 +205,9 @@ msgid "Please verify user on security token of user %s."
msgstr ""
#: src/home/pam_systemd_home.c:424
-msgid "Security token PIN is locked, please unlock it first. (Hint: Removal and re-insertion might suffice.)"
+msgid ""
+"Security token PIN is locked, please unlock it first. (Hint: Removal and re-"
+"insertion might suffice.)"
msgstr ""
#: src/home/pam_systemd_home.c:432
@@ -271,8 +295,12 @@ msgid "Set static hostname"
msgstr "Setel nama host statik"
#: src/hostname/org.freedesktop.hostname1.policy:31
-msgid "Authentication is required to set the statically configured local hostname, as well as the pretty hostname."
-msgstr "Otentikasi diperlukan untuk menata nama host lokal yang dikonfigurasi statik, maupun nama host cantik."
+msgid ""
+"Authentication is required to set the statically configured local hostname, "
+"as well as the pretty hostname."
+msgstr ""
+"Otentikasi diperlukan untuk menata nama host lokal yang dikonfigurasi "
+"statik, maupun nama host cantik."
#: src/hostname/org.freedesktop.hostname1.policy:41
msgid "Set machine information"
@@ -351,8 +379,10 @@ msgid "Allow applications to inhibit system shutdown"
msgstr "Ijinkan aplikasi untuk mencegah shutdown sistem"
#: src/login/org.freedesktop.login1.policy:23
-msgid "Authentication is required for an application to inhibit system shutdown."
-msgstr "Otentikasi diperlukan bagi suatu aplikasi untuk mencegah shutdown sistem."
+msgid ""
+"Authentication is required for an application to inhibit system shutdown."
+msgstr ""
+"Otentikasi diperlukan bagi suatu aplikasi untuk mencegah shutdown sistem."
#: src/login/org.freedesktop.login1.policy:33
msgid "Allow applications to delay system shutdown"
@@ -360,7 +390,8 @@ msgstr "Ijinkan aplikasi untuk menunda shutdown sistem"
#: src/login/org.freedesktop.login1.policy:34
msgid "Authentication is required for an application to delay system shutdown."
-msgstr "Otentikasi diperlukan bagi suatu aplikasi untuk menunda shutdown sistem."
+msgstr ""
+"Otentikasi diperlukan bagi suatu aplikasi untuk menunda shutdown sistem."
#: src/login/org.freedesktop.login1.policy:44
msgid "Allow applications to inhibit system sleep"
@@ -383,48 +414,71 @@ msgid "Allow applications to inhibit automatic system suspend"
msgstr "Ijinkan aplikasi mencegah suspensi sistem otomatis"
#: src/login/org.freedesktop.login1.policy:66
-msgid "Authentication is required for an application to inhibit automatic system suspend."
-msgstr "Otentikasi diperlukan bagi suatu aplikasi untuk mencegah suspensi sistem."
+msgid ""
+"Authentication is required for an application to inhibit automatic system "
+"suspend."
+msgstr ""
+"Otentikasi diperlukan bagi suatu aplikasi untuk mencegah suspensi sistem."
#: src/login/org.freedesktop.login1.policy:75
msgid "Allow applications to inhibit system handling of the power key"
msgstr "Ijinkan aplikasi mencegah penanganan sistem atas tombol daya"
#: src/login/org.freedesktop.login1.policy:76
-msgid "Authentication is required for an application to inhibit system handling of the power key."
-msgstr "Otentikasi diperlukan bagi suatu aplikasi untuk mencegah penanganan sistem atas tombol daya."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the power key."
+msgstr ""
+"Otentikasi diperlukan bagi suatu aplikasi untuk mencegah penanganan sistem "
+"atas tombol daya."
#: src/login/org.freedesktop.login1.policy:86
msgid "Allow applications to inhibit system handling of the suspend key"
msgstr "Ijinkan aplikasi mencegah penanganan sistem atas tombol suspensi"
#: src/login/org.freedesktop.login1.policy:87
-msgid "Authentication is required for an application to inhibit system handling of the suspend key."
-msgstr "Otentikasi diperlukan bagi suatu aplikasi untuk mencegah penanganan sistem atas tombol suspensi."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the suspend key."
+msgstr ""
+"Otentikasi diperlukan bagi suatu aplikasi untuk mencegah penanganan sistem "
+"atas tombol suspensi."
#: src/login/org.freedesktop.login1.policy:97
msgid "Allow applications to inhibit system handling of the hibernate key"
msgstr "Ijinkan aplikasi mencegah penanganan sistem atas tombol hibernasi"
#: src/login/org.freedesktop.login1.policy:98
-msgid "Authentication is required for an application to inhibit system handling of the hibernate key."
-msgstr "Otentikasi diperlukan bagi suatu aplikasi untuk mencegah penanganan sistem dari tombol hibernasi."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the hibernate key."
+msgstr ""
+"Otentikasi diperlukan bagi suatu aplikasi untuk mencegah penanganan sistem "
+"dari tombol hibernasi."
#: src/login/org.freedesktop.login1.policy:107
msgid "Allow applications to inhibit system handling of the lid switch"
msgstr "Ijinkan aplikasi mencegah penanganan sistem atas saklar lid"
#: src/login/org.freedesktop.login1.policy:108
-msgid "Authentication is required for an application to inhibit system handling of the lid switch."
-msgstr "Otentikasi diperlukan bagi suatu aplikasi untuk mencegah penanganan sistem atas saklar lid."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the lid switch."
+msgstr ""
+"Otentikasi diperlukan bagi suatu aplikasi untuk mencegah penanganan sistem "
+"atas saklar lid."
#: src/login/org.freedesktop.login1.policy:117
msgid "Allow applications to inhibit system handling of the reboot key"
msgstr "Izinkan aplikasi mencegah penanganan sistem atas tombol reboot"
#: src/login/org.freedesktop.login1.policy:118
-msgid "Authentication is required for an application to inhibit system handling of the reboot key."
-msgstr "Otentikasi diperlukan bagi suatu aplikasi untuk mencegah penanganan sistem atas tombol reboot."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the reboot key."
+msgstr ""
+"Otentikasi diperlukan bagi suatu aplikasi untuk mencegah penanganan sistem "
+"atas tombol reboot."
#: src/login/org.freedesktop.login1.policy:128
msgid "Allow non-logged-in user to run programs"
@@ -432,7 +486,9 @@ msgstr "Ijinkan pengguna yang tidak log masuk menjalankan program"
#: src/login/org.freedesktop.login1.policy:129
msgid "Explicit request is required to run programs as a non-logged-in user."
-msgstr "Permintaan eksplisit diperlukan untuk menjalankan program sebagai pengguna yang tidak log masuk."
+msgstr ""
+"Permintaan eksplisit diperlukan untuk menjalankan program sebagai pengguna "
+"yang tidak log masuk."
#: src/login/org.freedesktop.login1.policy:138
msgid "Allow non-logged-in users to run programs"
@@ -440,7 +496,9 @@ msgstr "Ijinkan pengguna yang tidak log masuk menjalankan program"
#: src/login/org.freedesktop.login1.policy:139
msgid "Authentication is required to run programs as a non-logged-in user."
-msgstr "Otentikasi diperlukan untuk menjalankan program sebagai pengguna yang tidak log masuk."
+msgstr ""
+"Otentikasi diperlukan untuk menjalankan program sebagai pengguna yang tidak "
+"log masuk."
#: src/login/org.freedesktop.login1.policy:148
msgid "Allow attaching devices to seats"
@@ -456,7 +514,8 @@ msgstr "Siram perangkat untuk mendudukkan lampiran"
#: src/login/org.freedesktop.login1.policy:160
msgid "Authentication is required to reset how devices are attached to seats."
-msgstr "Otentikasi diperlukan untuk me-reset bagaimana perangkat dicantolkan ke seat."
+msgstr ""
+"Otentikasi diperlukan untuk me-reset bagaimana perangkat dicantolkan ke seat."
#: src/login/org.freedesktop.login1.policy:169
msgid "Power off the system"
@@ -471,16 +530,24 @@ msgid "Power off the system while other users are logged in"
msgstr "Matikan daya sistem ketika pengguna lain sedang log masuk"
#: src/login/org.freedesktop.login1.policy:181
-msgid "Authentication is required to power off the system while other users are logged in."
-msgstr "Otentikasi diperlukan untuk mematikan daya sistem ketika pengguna lain sedang log masuk."
+msgid ""
+"Authentication is required to power off the system while other users are "
+"logged in."
+msgstr ""
+"Otentikasi diperlukan untuk mematikan daya sistem ketika pengguna lain "
+"sedang log masuk."
#: src/login/org.freedesktop.login1.policy:191
msgid "Power off the system while an application is inhibiting this"
msgstr "Matikan daya sistem ketika sebuah aplikasi meminta untuk mencegahnya"
#: src/login/org.freedesktop.login1.policy:192
-msgid "Authentication is required to power off the system while an application is inhibiting this."
-msgstr "Otentikasi diperlukan untuk mematikan daya sistem ketika sebuah aplikasi meminta untuk mencegahnya."
+msgid ""
+"Authentication is required to power off the system while an application is "
+"inhibiting this."
+msgstr ""
+"Otentikasi diperlukan untuk mematikan daya sistem ketika sebuah aplikasi "
+"meminta untuk mencegahnya."
#: src/login/org.freedesktop.login1.policy:202
msgid "Reboot the system"
@@ -495,16 +562,24 @@ msgid "Reboot the system while other users are logged in"
msgstr "Boot ulang sistem ketika pengguna lain sedang log masuk"
#: src/login/org.freedesktop.login1.policy:214
-msgid "Authentication is required to reboot the system while other users are logged in."
-msgstr "Otentikasi diperlukan untuk mem-boot ulang sistem ketika pengguna lain sedang log masuk."
+msgid ""
+"Authentication is required to reboot the system while other users are logged "
+"in."
+msgstr ""
+"Otentikasi diperlukan untuk mem-boot ulang sistem ketika pengguna lain "
+"sedang log masuk."
#: src/login/org.freedesktop.login1.policy:224
msgid "Reboot the system while an application is inhibiting this"
msgstr "Boot ulang sistem ketika sebuah aplikasi meminta untuk mencegahnya"
#: src/login/org.freedesktop.login1.policy:225
-msgid "Authentication is required to reboot the system while an application is inhibiting this."
-msgstr "Otentikasi diperlukan untuk mem-boot ulang sistem ketika sebuah aplikasi meminta untuk mencegahnya."
+msgid ""
+"Authentication is required to reboot the system while an application is "
+"inhibiting this."
+msgstr ""
+"Otentikasi diperlukan untuk mem-boot ulang sistem ketika sebuah aplikasi "
+"meminta untuk mencegahnya."
#: src/login/org.freedesktop.login1.policy:235
msgid "Halt the system"
@@ -519,16 +594,24 @@ msgid "Halt the system while other users are logged in"
msgstr "Halt sistem ketika pengguna lain sedang log masuk"
#: src/login/org.freedesktop.login1.policy:247
-msgid "Authentication is required to halt the system while other users are logged in."
-msgstr "Otentikasi diperlukan untuk meng-halt sistem ketika pengguna lain sedang log masuk."
+msgid ""
+"Authentication is required to halt the system while other users are logged "
+"in."
+msgstr ""
+"Otentikasi diperlukan untuk meng-halt sistem ketika pengguna lain sedang log "
+"masuk."
#: src/login/org.freedesktop.login1.policy:257
msgid "Halt the system while an application is inhibiting this"
msgstr "Halt sistem ketika sebuah aplikasi meminta untuk mencegahnya"
#: src/login/org.freedesktop.login1.policy:258
-msgid "Authentication is required to halt the system while an application is inhibiting this."
-msgstr "Otentikasi diperlukan untuk menghentikan sistem ketika sebuah aplikasi meminta mencegahnya."
+msgid ""
+"Authentication is required to halt the system while an application is "
+"inhibiting this."
+msgstr ""
+"Otentikasi diperlukan untuk menghentikan sistem ketika sebuah aplikasi "
+"meminta mencegahnya."
#: src/login/org.freedesktop.login1.policy:268
msgid "Suspend the system"
@@ -543,16 +626,24 @@ msgid "Suspend the system while other users are logged in"
msgstr "Suspensikan sistem ketika pengguna lain sedang log masuk"
#: src/login/org.freedesktop.login1.policy:279
-msgid "Authentication is required to suspend the system while other users are logged in."
-msgstr "Otentikasi diperlukan untuk mensuspensi sistem ketika pengguna lain sedang log masuk."
+msgid ""
+"Authentication is required to suspend the system while other users are "
+"logged in."
+msgstr ""
+"Otentikasi diperlukan untuk mensuspensi sistem ketika pengguna lain sedang "
+"log masuk."
#: src/login/org.freedesktop.login1.policy:289
msgid "Suspend the system while an application is inhibiting this"
msgstr "Suspensikan sistem ketika sebuah aplikasi meminta untuk mencegahnya"
#: src/login/org.freedesktop.login1.policy:290
-msgid "Authentication is required to suspend the system while an application is inhibiting this."
-msgstr "Otentikasi diperlukan untuk mensuspensi sistem ketika suatu aplikasi meminta untuk mencegahnya."
+msgid ""
+"Authentication is required to suspend the system while an application is "
+"inhibiting this."
+msgstr ""
+"Otentikasi diperlukan untuk mensuspensi sistem ketika suatu aplikasi meminta "
+"untuk mencegahnya."
#: src/login/org.freedesktop.login1.policy:300
msgid "Hibernate the system"
@@ -567,16 +658,24 @@ msgid "Hibernate the system while other users are logged in"
msgstr "Hibernasikan sistem ketika pengguna lain sedang log masuk"
#: src/login/org.freedesktop.login1.policy:311
-msgid "Authentication is required to hibernate the system while other users are logged in."
-msgstr "Otentikasi diperlukan untuk menghibernasi sistem ketika pengguna lain sedang log masuk."
+msgid ""
+"Authentication is required to hibernate the system while other users are "
+"logged in."
+msgstr ""
+"Otentikasi diperlukan untuk menghibernasi sistem ketika pengguna lain sedang "
+"log masuk."
#: src/login/org.freedesktop.login1.policy:321
msgid "Hibernate the system while an application is inhibiting this"
msgstr "Hibernasikan sistem ketika sebuah aplikasi meminta untuk mencegahnya"
#: src/login/org.freedesktop.login1.policy:322
-msgid "Authentication is required to hibernate the system while an application is inhibiting this."
-msgstr "Otentikasi diperlukan untuk menghibernasi sistem ketika sebuah aplikasi meminta mencegahnya."
+msgid ""
+"Authentication is required to hibernate the system while an application is "
+"inhibiting this."
+msgstr ""
+"Otentikasi diperlukan untuk menghibernasi sistem ketika sebuah aplikasi "
+"meminta mencegahnya."
#: src/login/org.freedesktop.login1.policy:332
msgid "Manage active sessions, users and seats"
@@ -607,24 +706,36 @@ msgid "Indicate to the firmware to boot to setup interface"
msgstr "Indikasikan ke firmware untuk boot ke antar muka penyiapan"
#: src/login/org.freedesktop.login1.policy:364
-msgid "Authentication is required to indicate to the firmware to boot to setup interface."
-msgstr "Otentikasi diperlukan untuk mengindikasikan ke firmware agar boot ke antarmuka penyiapan."
+msgid ""
+"Authentication is required to indicate to the firmware to boot to setup "
+"interface."
+msgstr ""
+"Otentikasi diperlukan untuk mengindikasikan ke firmware agar boot ke "
+"antarmuka penyiapan."
#: src/login/org.freedesktop.login1.policy:374
msgid "Indicate to the boot loader to boot to the boot loader menu"
msgstr "Indikasikan ke boot loader untuk boot ke menu boot loader"
#: src/login/org.freedesktop.login1.policy:375
-msgid "Authentication is required to indicate to the boot loader to boot to the boot loader menu."
-msgstr "Otentikasi diperlukan untuk mengindikasikan ke boot loader agar boot ke menu boot loader."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot to the "
+"boot loader menu."
+msgstr ""
+"Otentikasi diperlukan untuk mengindikasikan ke boot loader agar boot ke menu "
+"boot loader."
#: src/login/org.freedesktop.login1.policy:385
msgid "Indicate to the boot loader to boot a specific entry"
msgstr "Indikasikan ke boot loader untuk boot suatu entri spesifik"
#: src/login/org.freedesktop.login1.policy:386
-msgid "Authentication is required to indicate to the boot loader to boot into a specific boot loader entry."
-msgstr "Otentikasi diperlukan untuk mengindikasikan ke boot loader agar boot ke entri boot loader tertentu."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot into a "
+"specific boot loader entry."
+msgstr ""
+"Otentikasi diperlukan untuk mengindikasikan ke boot loader agar boot ke "
+"entri boot loader tertentu."
#: src/login/org.freedesktop.login1.policy:396
msgid "Set a wall message"
@@ -664,7 +775,9 @@ msgstr "Dapatkan sebuah shell dalam kontainer lokal"
#: src/machine/org.freedesktop.machine1.policy:43
msgid "Authentication is required to acquire a shell in a local container."
-msgstr "Otentikasi diperlukan untuk mendapatkan suatu shell dalam sebuah kontainer lokal."
+msgstr ""
+"Otentikasi diperlukan untuk mendapatkan suatu shell dalam sebuah kontainer "
+"lokal."
#: src/machine/org.freedesktop.machine1.policy:53
msgid "Acquire a shell on the local host"
@@ -679,8 +792,11 @@ msgid "Acquire a pseudo TTY in a local container"
msgstr "Dapatkan sebuah TTY semu dalam suatu kontainer lokal"
#: src/machine/org.freedesktop.machine1.policy:65
-msgid "Authentication is required to acquire a pseudo TTY in a local container."
-msgstr "Otentikasi diperlukan untuk mendapatkan suatu TTY semu dalam sebuah kontainer lokal."
+msgid ""
+"Authentication is required to acquire a pseudo TTY in a local container."
+msgstr ""
+"Otentikasi diperlukan untuk mendapatkan suatu TTY semu dalam sebuah "
+"kontainer lokal."
#: src/machine/org.freedesktop.machine1.policy:74
msgid "Acquire a pseudo TTY on the local host"
@@ -688,23 +804,30 @@ msgstr "Dapatkan sebuah TTY semu pada host lokal"
#: src/machine/org.freedesktop.machine1.policy:75
msgid "Authentication is required to acquire a pseudo TTY on the local host."
-msgstr "Otentikasi diperlukan untuk mendapatkan suatu TTY semu pada host lokal."
+msgstr ""
+"Otentikasi diperlukan untuk mendapatkan suatu TTY semu pada host lokal."
#: src/machine/org.freedesktop.machine1.policy:84
msgid "Manage local virtual machines and containers"
msgstr "Kelola mesin virtual lokal dan kontainer"
#: src/machine/org.freedesktop.machine1.policy:85
-msgid "Authentication is required to manage local virtual machines and containers."
-msgstr "Otentikasi diperlukan untuk mengelola mesin virtual lokal dan kontainer."
+msgid ""
+"Authentication is required to manage local virtual machines and containers."
+msgstr ""
+"Otentikasi diperlukan untuk mengelola mesin virtual lokal dan kontainer."
#: src/machine/org.freedesktop.machine1.policy:95
msgid "Manage local virtual machine and container images"
msgstr "Kelola mesin virtual lokal dan image kontainer"
#: src/machine/org.freedesktop.machine1.policy:96
-msgid "Authentication is required to manage local virtual machine and container images."
-msgstr "Otentikasi diperlukan untuk mengelola mesin virtual lokal dan image kontainer."
+msgid ""
+"Authentication is required to manage local virtual machine and container "
+"images."
+msgstr ""
+"Otentikasi diperlukan untuk mengelola mesin virtual lokal dan image "
+"kontainer."
#: src/network/org.freedesktop.network1.policy:22
msgid "Set NTP servers"
@@ -762,7 +885,8 @@ msgstr "Fungsikan/nonaktifkan DNS multicast"
#: src/network/org.freedesktop.network1.policy:78
#: src/resolve/org.freedesktop.resolve1.policy:89
msgid "Authentication is required to enable or disable multicast DNS."
-msgstr "Otentikasi diperlukan untuk memfungsikan atau menonaktifkan DNS multicast."
+msgstr ""
+"Otentikasi diperlukan untuk memfungsikan atau menonaktifkan DNS multicast."
#: src/network/org.freedesktop.network1.policy:88
#: src/resolve/org.freedesktop.resolve1.policy:99
@@ -772,7 +896,8 @@ msgstr "Fungsikan/nonaktifkan DNS over TLS"
#: src/network/org.freedesktop.network1.policy:89
#: src/resolve/org.freedesktop.resolve1.policy:100
msgid "Authentication is required to enable or disable DNS over TLS."
-msgstr "Otentikasi diperlukan untuk memfungsikan atau menonaktifkan DNS over TLS."
+msgstr ""
+"Otentikasi diperlukan untuk memfungsikan atau menonaktifkan DNS over TLS."
#: src/network/org.freedesktop.network1.policy:99
#: src/resolve/org.freedesktop.resolve1.policy:110
@@ -855,16 +980,22 @@ msgid "Attach or detach a portable service image"
msgstr "Cantol atau lepaskan suatu image layanan portabel"
#: src/portable/org.freedesktop.portable1.policy:24
-msgid "Authentication is required to attach or detach a portable service image."
-msgstr "Otentikasi diperlukan untuk mencantol atau melepas suatu image layanan portabel."
+msgid ""
+"Authentication is required to attach or detach a portable service image."
+msgstr ""
+"Otentikasi diperlukan untuk mencantol atau melepas suatu image layanan "
+"portabel."
#: src/portable/org.freedesktop.portable1.policy:34
msgid "Delete or modify portable service image"
msgstr "Hapus atau ubah image layanan portabel"
#: src/portable/org.freedesktop.portable1.policy:35
-msgid "Authentication is required to delete or modify a portable service image."
-msgstr "Otentikasi diperlukan untuk menghapus atau mengubah suatu image layanan portabel."
+msgid ""
+"Authentication is required to delete or modify a portable service image."
+msgstr ""
+"Otentikasi diperlukan untuk menghapus atau mengubah suatu image layanan "
+"portabel."
#: src/resolve/org.freedesktop.resolve1.policy:22
msgid "Register a DNS-SD service"
@@ -911,55 +1042,79 @@ msgid "Set RTC to local timezone or UTC"
msgstr "Atur RTC ke zona waktu lokal atau UTC"
#: src/timedate/org.freedesktop.timedate1.policy:44
-msgid "Authentication is required to control whether the RTC stores the local or UTC time."
-msgstr "Otentikasi diperlukan untuk mengendalikan apakah RTC menyimpan waktu UTC atau lokal."
+msgid ""
+"Authentication is required to control whether the RTC stores the local or "
+"UTC time."
+msgstr ""
+"Otentikasi diperlukan untuk mengendalikan apakah RTC menyimpan waktu UTC "
+"atau lokal."
#: src/timedate/org.freedesktop.timedate1.policy:53
msgid "Turn network time synchronization on or off"
msgstr "Nyalakan atau matikan penyelarasan waktu jaringan"
#: src/timedate/org.freedesktop.timedate1.policy:54
-msgid "Authentication is required to control whether network time synchronization shall be enabled."
-msgstr "Otentikasi diperlukan untuk mengendalikan apakah sinkronisasi waktu jaringan mesti difungsikan."
+msgid ""
+"Authentication is required to control whether network time synchronization "
+"shall be enabled."
+msgstr ""
+"Otentikasi diperlukan untuk mengendalikan apakah sinkronisasi waktu jaringan "
+"mesti difungsikan."
-#: src/core/dbus-unit.c:364
+#: src/core/dbus-unit.c:352
msgid "Authentication is required to start '$(unit)'."
msgstr "Otentikasi diperlukan untuk memulai '$(unit)'."
-#: src/core/dbus-unit.c:365
+#: src/core/dbus-unit.c:353
msgid "Authentication is required to stop '$(unit)'."
msgstr "Otentikasi diperlukan untuk menghentikan '$(unit)'."
-#: src/core/dbus-unit.c:366
+#: src/core/dbus-unit.c:354
msgid "Authentication is required to reload '$(unit)'."
msgstr "Otentikasi diperlukan untuk memuat ulang '$(unit)'."
-#: src/core/dbus-unit.c:367 src/core/dbus-unit.c:368
+#: src/core/dbus-unit.c:355 src/core/dbus-unit.c:356
msgid "Authentication is required to restart '$(unit)'."
msgstr "Otentikasi diperlukan untuk memulai ulang '$(unit)'."
-#: src/core/dbus-unit.c:565
-msgid "Authentication is required to send a UNIX signal to the processes of '$(unit)'."
-msgstr "Otentikasi diperlukan untuk megirim suatu sinyal UNIX ke proses dari '$(unit)'."
+#: src/core/dbus-unit.c:553
+msgid ""
+"Authentication is required to send a UNIX signal to the processes of "
+"'$(unit)'."
+msgstr ""
+"Otentikasi diperlukan untuk megirim suatu sinyal UNIX ke proses dari "
+"'$(unit)'."
-#: src/core/dbus-unit.c:595
+#: src/core/dbus-unit.c:583
msgid "Authentication is required to reset the \"failed\" state of '$(unit)'."
-msgstr "Otentikasi diperlukan untuk me-reset keadaan \"failed\" dari '$(unit)'."
+msgstr ""
+"Otentikasi diperlukan untuk me-reset keadaan \"failed\" dari '$(unit)'."
-#: src/core/dbus-unit.c:627
+#: src/core/dbus-unit.c:615
msgid "Authentication is required to set properties on '$(unit)'."
msgstr "Otentikasi diperlukan untuk menata properti pada '$(unit)'."
-#: src/core/dbus-unit.c:728
-msgid "Authentication is required to delete files and directories associated with '$(unit)'."
-msgstr "Otentikasi diperlukan untuk menghapus berkas dan direktori yang terkait dengan '$(unit)'."
-
-#: src/core/dbus-unit.c:776
-msgid "Authentication is required to freeze or thaw the processes of '$(unit)' unit."
-msgstr "Otentikasi diperlukan untuk membekukan atau melanjutkan proses dari unit '$(unit)'."
+#: src/core/dbus-unit.c:716
+msgid ""
+"Authentication is required to delete files and directories associated with "
+"'$(unit)'."
+msgstr ""
+"Otentikasi diperlukan untuk menghapus berkas dan direktori yang terkait "
+"dengan '$(unit)'."
-#~ msgid "Authentication is required to halt the system while an application asked to inhibit it."
-#~ msgstr "Otentikasi diperlukan untuk meng-halt sistem ketika sebuah aplikasi meminta untuk mencegahnya."
+#: src/core/dbus-unit.c:764
+msgid ""
+"Authentication is required to freeze or thaw the processes of '$(unit)' unit."
+msgstr ""
+"Otentikasi diperlukan untuk membekukan atau melanjutkan proses dari unit "
+"'$(unit)'."
+
+#~ msgid ""
+#~ "Authentication is required to halt the system while an application asked "
+#~ "to inhibit it."
+#~ msgstr ""
+#~ "Otentikasi diperlukan untuk meng-halt sistem ketika sebuah aplikasi "
+#~ "meminta untuk mencegahnya."
#~ msgid "Authentication is required to kill '$(unit)'."
#~ msgstr "Otentikasi diperlukan untuk mematikan '$(unit)'."
diff --git a/po/it.po b/po/it.po
index 4f2fb222edc..732e8ede2a6 100644
--- a/po/it.po
+++ b/po/it.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-07-14 10:32+0100\n"
+"POT-Creation-Date: 2023-11-14 21:25+0000\n"
"PO-Revision-Date: 2023-11-10 10:20+0100\n"
"Last-Translator: Daniele Medri <dmedri@gmail.com>\n"
"Language-Team: italian\n"
@@ -1117,23 +1117,23 @@ msgstr ""
"Autenticazione richiesta per verificare se la sincronizzazione dell'orario "
"in rete deve essere attivata."
-#: src/core/dbus-unit.c:364
+#: src/core/dbus-unit.c:352
msgid "Authentication is required to start '$(unit)'."
msgstr "Autenticazione richiesta per avviare '$(unit)'."
-#: src/core/dbus-unit.c:365
+#: src/core/dbus-unit.c:353
msgid "Authentication is required to stop '$(unit)'."
msgstr "Autenticazione richiesta per fermare '$(unit)'."
-#: src/core/dbus-unit.c:366
+#: src/core/dbus-unit.c:354
msgid "Authentication is required to reload '$(unit)'."
msgstr "Autenticazione richiesta per ricaricare '$(unit)'."
-#: src/core/dbus-unit.c:367 src/core/dbus-unit.c:368
+#: src/core/dbus-unit.c:355 src/core/dbus-unit.c:356
msgid "Authentication is required to restart '$(unit)'."
msgstr "Autenticazione richiesta per riavviare '$(unit)'."
-#: src/core/dbus-unit.c:565
+#: src/core/dbus-unit.c:553
msgid ""
"Authentication is required to send a UNIX signal to the processes of "
"'$(unit)'."
@@ -1141,16 +1141,16 @@ msgstr ""
"Autenticazione richiesta per inviare un segnale UNIX ai processi di "
"'$(unit)'."
-#: src/core/dbus-unit.c:595
+#: src/core/dbus-unit.c:583
msgid "Authentication is required to reset the \"failed\" state of '$(unit)'."
msgstr ""
"Autenticazione richiesta per riconfigurare lo stato \"fallito\" di '$(unit)'."
-#: src/core/dbus-unit.c:627
+#: src/core/dbus-unit.c:615
msgid "Authentication is required to set properties on '$(unit)'."
msgstr "Autenticazione richiesta per configurare le proprietà di '$(unit)'."
-#: src/core/dbus-unit.c:728
+#: src/core/dbus-unit.c:716
msgid ""
"Authentication is required to delete files and directories associated with "
"'$(unit)'."
@@ -1158,7 +1158,7 @@ msgstr ""
"Autenticazione richiesta per eliminare i file e le directory associate a "
"'$(unit)'."
-#: src/core/dbus-unit.c:776
+#: src/core/dbus-unit.c:764
msgid ""
"Authentication is required to freeze or thaw the processes of '$(unit)' unit."
msgstr ""
diff --git a/po/ja.po b/po/ja.po
index 98756547616..69bef2da2c3 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-07-15 06:00+0900\n"
+"POT-Creation-Date: 2023-11-14 21:25+0000\n"
"PO-Revision-Date: 2021-09-09 03:04+0000\n"
"Last-Translator: Takuro Onoue <kusanaginoturugi@gmail.com>\n"
"Language-Team: Japanese <https://translate.fedoraproject.org/projects/"
@@ -1035,44 +1035,44 @@ msgid ""
"shall be enabled."
msgstr "ネットワーク経由の時刻同期を有効もしくは無効にするには認証が必要です。"
-#: src/core/dbus-unit.c:364
+#: src/core/dbus-unit.c:352
msgid "Authentication is required to start '$(unit)'."
msgstr "'$(unit)'を開始するには認証が必要です。"
-#: src/core/dbus-unit.c:365
+#: src/core/dbus-unit.c:353
msgid "Authentication is required to stop '$(unit)'."
msgstr "'$(unit)'を停止するには認証が必要です。"
-#: src/core/dbus-unit.c:366
+#: src/core/dbus-unit.c:354
msgid "Authentication is required to reload '$(unit)'."
msgstr "'$(unit)'を再読込するには認証が必要です。"
-#: src/core/dbus-unit.c:367 src/core/dbus-unit.c:368
+#: src/core/dbus-unit.c:355 src/core/dbus-unit.c:356
msgid "Authentication is required to restart '$(unit)'."
msgstr "'$(unit)'を再起動するには認証が必要です。"
-#: src/core/dbus-unit.c:565
+#: src/core/dbus-unit.c:553
msgid ""
"Authentication is required to send a UNIX signal to the processes of "
"'$(unit)'."
msgstr "'$(unit)'のプロセスにUNIXシグナルを送るには認証が必要です。"
-#: src/core/dbus-unit.c:595
+#: src/core/dbus-unit.c:583
msgid "Authentication is required to reset the \"failed\" state of '$(unit)'."
msgstr "'$(unit)'の「失敗」状態をリセットするには認証が必要です。"
-#: src/core/dbus-unit.c:627
+#: src/core/dbus-unit.c:615
msgid "Authentication is required to set properties on '$(unit)'."
msgstr "'$(unit)'のプロパティを設定するには認証が必要です。"
-#: src/core/dbus-unit.c:728
+#: src/core/dbus-unit.c:716
msgid ""
"Authentication is required to delete files and directories associated with "
"'$(unit)'."
msgstr ""
"'$(unit)'に関連付けられたファイルやディレクトリの削除には認証が必要です。"
-#: src/core/dbus-unit.c:776
+#: src/core/dbus-unit.c:764
msgid ""
"Authentication is required to freeze or thaw the processes of '$(unit)' unit."
msgstr "'$(unit)'のプロセスを凍結もしくは凍結解除するには認証が必要です。"
diff --git a/po/ka.po b/po/ka.po
index 327c9d15b8c..2d1ad06d0d9 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-07-14 10:32+0100\n"
+"POT-Creation-Date: 2023-11-14 21:25+0000\n"
"PO-Revision-Date: 2023-07-15 00:15+0000\n"
"Last-Translator: Temuri Doghonadze <temuri.doghonadze@gmail.com>\n"
"Language-Team: Georgian <https://translate.fedoraproject.org/projects/"
@@ -1071,40 +1071,40 @@ msgid ""
"shall be enabled."
msgstr "დროის ქსელური სინქრონიზაციის ჩართ/გამორთ-თვის საჭიროა ავთენტიკაცია."
-#: src/core/dbus-unit.c:364
+#: src/core/dbus-unit.c:352
msgid "Authentication is required to start '$(unit)'."
msgstr "'$(unit)'-ის გასაშვებად საჭიროა ავთენტიკაცია."
-#: src/core/dbus-unit.c:365
+#: src/core/dbus-unit.c:353
msgid "Authentication is required to stop '$(unit)'."
msgstr "'$(unit)'-ის გასაჩერებლად საჭიროა ავთენტიკაცია."
-#: src/core/dbus-unit.c:366
+#: src/core/dbus-unit.c:354
msgid "Authentication is required to reload '$(unit)'."
msgstr "'$(unit)'-ის გადასატვირთად საჭიროა ავთენტიკაცია."
-#: src/core/dbus-unit.c:367 src/core/dbus-unit.c:368
+#: src/core/dbus-unit.c:355 src/core/dbus-unit.c:356
msgid "Authentication is required to restart '$(unit)'."
msgstr "'$(unit)'-ის გადასატვირთად საჭიროა ავთენტიკაცია."
-#: src/core/dbus-unit.c:565
+#: src/core/dbus-unit.c:553
msgid ""
"Authentication is required to send a UNIX signal to the processes of "
"'$(unit)'."
msgstr ""
"'$(unit)'-ის პროცესებისთვის UNIX სიგნალის გასაგზავნად საჭიროა ავთნტიკაცია."
-#: src/core/dbus-unit.c:595
+#: src/core/dbus-unit.c:583
msgid "Authentication is required to reset the \"failed\" state of '$(unit)'."
msgstr ""
"'$(unit)'-ის შეცდომით გაშვების მდგომარეობის გასასუფთავებლად საჭიროა "
"ავთენტიკაცია."
-#: src/core/dbus-unit.c:627
+#: src/core/dbus-unit.c:615
msgid "Authentication is required to set properties on '$(unit)'."
msgstr "'$(unit)'-ის თვისებების დასაყენებლად საჭიროა ავთენტიკაცია."
-#: src/core/dbus-unit.c:728
+#: src/core/dbus-unit.c:716
msgid ""
"Authentication is required to delete files and directories associated with "
"'$(unit)'."
@@ -1112,7 +1112,7 @@ msgstr ""
"'$(unit)'-თან ასოცირებული ფაილების და საქაღალდეების წასაშლელად საჭიროა "
"ავთენტიკაცია."
-#: src/core/dbus-unit.c:776
+#: src/core/dbus-unit.c:764
msgid ""
"Authentication is required to freeze or thaw the processes of '$(unit)' unit."
msgstr "'$(unit)'-ის პროცესების გასაყინად საჭიროა ავთენტიკაცია."
diff --git a/po/kab.po b/po/kab.po
index 6cda3f7e63c..4005c97a651 100644
--- a/po/kab.po
+++ b/po/kab.po
@@ -5,10 +5,11 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-07-14 10:32+0100\n"
+"POT-Creation-Date: 2023-11-14 21:25+0000\n"
"PO-Revision-Date: 2021-10-03 16:04+0000\n"
"Last-Translator: Slimane Selyan Amiri <selyan.kab@gmail.com>\n"
-"Language-Team: Kabyle <https://translate.fedoraproject.org/projects/systemd/master/kab/>\n"
+"Language-Team: Kabyle <https://translate.fedoraproject.org/projects/systemd/"
+"master/kab/>\n"
"Language: kab\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -21,7 +22,8 @@ msgid "Send passphrase back to system"
msgstr "Azen awal uɛeddi ɣer unagraw"
#: src/core/org.freedesktop.systemd1.policy.in:23
-msgid "Authentication is required to send the entered passphrase back to the system."
+msgid ""
+"Authentication is required to send the entered passphrase back to the system."
msgstr ""
#: src/core/org.freedesktop.systemd1.policy.in:33
@@ -45,7 +47,9 @@ msgid "Set or unset system and service manager environment variables"
msgstr ""
#: src/core/org.freedesktop.systemd1.policy.in:55
-msgid "Authentication is required to set or unset system and service manager environment variables."
+msgid ""
+"Authentication is required to set or unset system and service manager "
+"environment variables."
msgstr ""
#: src/core/org.freedesktop.systemd1.policy.in:64
@@ -61,7 +65,8 @@ msgid "Dump the systemd state without rate limits"
msgstr ""
#: src/core/org.freedesktop.systemd1.policy.in:75
-msgid "Authentication is required to dump the systemd state without rate limits."
+msgid ""
+"Authentication is required to dump the systemd state without rate limits."
msgstr ""
#: src/home/org.freedesktop.home1.policy:13
@@ -85,7 +90,8 @@ msgid "Check credentials of a home area"
msgstr ""
#: src/home/org.freedesktop.home1.policy:34
-msgid "Authentication is required to check credentials against a user's home area."
+msgid ""
+"Authentication is required to check credentials against a user's home area."
msgstr ""
#: src/home/org.freedesktop.home1.policy:43
@@ -109,12 +115,15 @@ msgid "Change password of a home area"
msgstr ""
#: src/home/org.freedesktop.home1.policy:64
-msgid "Authentication is required to change the password of a user's home area."
+msgid ""
+"Authentication is required to change the password of a user's home area."
msgstr ""
#: src/home/pam_systemd_home.c:287
#, c-format
-msgid "Home of user %s is currently absent, please plug in the necessary storage device or backing file system."
+msgid ""
+"Home of user %s is currently absent, please plug in the necessary storage "
+"device or backing file system."
msgstr ""
#: src/home/pam_systemd_home.c:292
@@ -141,7 +150,9 @@ msgstr ""
#: src/home/pam_systemd_home.c:331
#, c-format
-msgid "Password/recovery key incorrect or not sufficient for authentication of user %s."
+msgid ""
+"Password/recovery key incorrect or not sufficient for authentication of user "
+"%s."
msgstr ""
#: src/home/pam_systemd_home.c:332
@@ -159,7 +170,9 @@ msgstr ""
#: src/home/pam_systemd_home.c:355
#, c-format
-msgid "Password incorrect or not sufficient, and configured security token of user %s not inserted."
+msgid ""
+"Password incorrect or not sufficient, and configured security token of user "
+"%s not inserted."
msgstr ""
#: src/home/pam_systemd_home.c:376
@@ -182,7 +195,9 @@ msgid "Please verify user on security token of user %s."
msgstr ""
#: src/home/pam_systemd_home.c:424
-msgid "Security token PIN is locked, please unlock it first. (Hint: Removal and re-insertion might suffice.)"
+msgid ""
+"Security token PIN is locked, please unlock it first. (Hint: Removal and re-"
+"insertion might suffice.)"
msgstr ""
#: src/home/pam_systemd_home.c:432
@@ -270,7 +285,9 @@ msgid "Set static hostname"
msgstr ""
#: src/hostname/org.freedesktop.hostname1.policy:31
-msgid "Authentication is required to set the statically configured local hostname, as well as the pretty hostname."
+msgid ""
+"Authentication is required to set the statically configured local hostname, "
+"as well as the pretty hostname."
msgstr ""
#: src/hostname/org.freedesktop.hostname1.policy:41
@@ -350,7 +367,8 @@ msgid "Allow applications to inhibit system shutdown"
msgstr ""
#: src/login/org.freedesktop.login1.policy:23
-msgid "Authentication is required for an application to inhibit system shutdown."
+msgid ""
+"Authentication is required for an application to inhibit system shutdown."
msgstr ""
#: src/login/org.freedesktop.login1.policy:33
@@ -382,7 +400,9 @@ msgid "Allow applications to inhibit automatic system suspend"
msgstr ""
#: src/login/org.freedesktop.login1.policy:66
-msgid "Authentication is required for an application to inhibit automatic system suspend."
+msgid ""
+"Authentication is required for an application to inhibit automatic system "
+"suspend."
msgstr ""
#: src/login/org.freedesktop.login1.policy:75
@@ -390,7 +410,9 @@ msgid "Allow applications to inhibit system handling of the power key"
msgstr ""
#: src/login/org.freedesktop.login1.policy:76
-msgid "Authentication is required for an application to inhibit system handling of the power key."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the power key."
msgstr ""
#: src/login/org.freedesktop.login1.policy:86
@@ -398,7 +420,9 @@ msgid "Allow applications to inhibit system handling of the suspend key"
msgstr ""
#: src/login/org.freedesktop.login1.policy:87
-msgid "Authentication is required for an application to inhibit system handling of the suspend key."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the suspend key."
msgstr ""
#: src/login/org.freedesktop.login1.policy:97
@@ -406,7 +430,9 @@ msgid "Allow applications to inhibit system handling of the hibernate key"
msgstr ""
#: src/login/org.freedesktop.login1.policy:98
-msgid "Authentication is required for an application to inhibit system handling of the hibernate key."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the hibernate key."
msgstr ""
#: src/login/org.freedesktop.login1.policy:107
@@ -414,7 +440,9 @@ msgid "Allow applications to inhibit system handling of the lid switch"
msgstr ""
#: src/login/org.freedesktop.login1.policy:108
-msgid "Authentication is required for an application to inhibit system handling of the lid switch."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the lid switch."
msgstr ""
#: src/login/org.freedesktop.login1.policy:117
@@ -422,7 +450,9 @@ msgid "Allow applications to inhibit system handling of the reboot key"
msgstr ""
#: src/login/org.freedesktop.login1.policy:118
-msgid "Authentication is required for an application to inhibit system handling of the reboot key."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the reboot key."
msgstr ""
#: src/login/org.freedesktop.login1.policy:128
@@ -470,7 +500,9 @@ msgid "Power off the system while other users are logged in"
msgstr ""
#: src/login/org.freedesktop.login1.policy:181
-msgid "Authentication is required to power off the system while other users are logged in."
+msgid ""
+"Authentication is required to power off the system while other users are "
+"logged in."
msgstr ""
#: src/login/org.freedesktop.login1.policy:191
@@ -478,7 +510,9 @@ msgid "Power off the system while an application is inhibiting this"
msgstr ""
#: src/login/org.freedesktop.login1.policy:192
-msgid "Authentication is required to power off the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to power off the system while an application is "
+"inhibiting this."
msgstr ""
#: src/login/org.freedesktop.login1.policy:202
@@ -494,7 +528,9 @@ msgid "Reboot the system while other users are logged in"
msgstr ""
#: src/login/org.freedesktop.login1.policy:214
-msgid "Authentication is required to reboot the system while other users are logged in."
+msgid ""
+"Authentication is required to reboot the system while other users are logged "
+"in."
msgstr ""
#: src/login/org.freedesktop.login1.policy:224
@@ -502,7 +538,9 @@ msgid "Reboot the system while an application is inhibiting this"
msgstr ""
#: src/login/org.freedesktop.login1.policy:225
-msgid "Authentication is required to reboot the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to reboot the system while an application is "
+"inhibiting this."
msgstr ""
#: src/login/org.freedesktop.login1.policy:235
@@ -518,7 +556,9 @@ msgid "Halt the system while other users are logged in"
msgstr ""
#: src/login/org.freedesktop.login1.policy:247
-msgid "Authentication is required to halt the system while other users are logged in."
+msgid ""
+"Authentication is required to halt the system while other users are logged "
+"in."
msgstr ""
#: src/login/org.freedesktop.login1.policy:257
@@ -526,7 +566,9 @@ msgid "Halt the system while an application is inhibiting this"
msgstr ""
#: src/login/org.freedesktop.login1.policy:258
-msgid "Authentication is required to halt the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to halt the system while an application is "
+"inhibiting this."
msgstr ""
#: src/login/org.freedesktop.login1.policy:268
@@ -542,7 +584,9 @@ msgid "Suspend the system while other users are logged in"
msgstr ""
#: src/login/org.freedesktop.login1.policy:279
-msgid "Authentication is required to suspend the system while other users are logged in."
+msgid ""
+"Authentication is required to suspend the system while other users are "
+"logged in."
msgstr ""
#: src/login/org.freedesktop.login1.policy:289
@@ -550,7 +594,9 @@ msgid "Suspend the system while an application is inhibiting this"
msgstr ""
#: src/login/org.freedesktop.login1.policy:290
-msgid "Authentication is required to suspend the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to suspend the system while an application is "
+"inhibiting this."
msgstr ""
#: src/login/org.freedesktop.login1.policy:300
@@ -566,7 +612,9 @@ msgid "Hibernate the system while other users are logged in"
msgstr ""
#: src/login/org.freedesktop.login1.policy:311
-msgid "Authentication is required to hibernate the system while other users are logged in."
+msgid ""
+"Authentication is required to hibernate the system while other users are "
+"logged in."
msgstr ""
#: src/login/org.freedesktop.login1.policy:321
@@ -574,7 +622,9 @@ msgid "Hibernate the system while an application is inhibiting this"
msgstr ""
#: src/login/org.freedesktop.login1.policy:322
-msgid "Authentication is required to hibernate the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to hibernate the system while an application is "
+"inhibiting this."
msgstr ""
#: src/login/org.freedesktop.login1.policy:332
@@ -606,7 +656,9 @@ msgid "Indicate to the firmware to boot to setup interface"
msgstr ""
#: src/login/org.freedesktop.login1.policy:364
-msgid "Authentication is required to indicate to the firmware to boot to setup interface."
+msgid ""
+"Authentication is required to indicate to the firmware to boot to setup "
+"interface."
msgstr ""
#: src/login/org.freedesktop.login1.policy:374
@@ -614,7 +666,9 @@ msgid "Indicate to the boot loader to boot to the boot loader menu"
msgstr ""
#: src/login/org.freedesktop.login1.policy:375
-msgid "Authentication is required to indicate to the boot loader to boot to the boot loader menu."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot to the "
+"boot loader menu."
msgstr ""
#: src/login/org.freedesktop.login1.policy:385
@@ -622,7 +676,9 @@ msgid "Indicate to the boot loader to boot a specific entry"
msgstr ""
#: src/login/org.freedesktop.login1.policy:386
-msgid "Authentication is required to indicate to the boot loader to boot into a specific boot loader entry."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot into a "
+"specific boot loader entry."
msgstr ""
#: src/login/org.freedesktop.login1.policy:396
@@ -678,7 +734,8 @@ msgid "Acquire a pseudo TTY in a local container"
msgstr ""
#: src/machine/org.freedesktop.machine1.policy:65
-msgid "Authentication is required to acquire a pseudo TTY in a local container."
+msgid ""
+"Authentication is required to acquire a pseudo TTY in a local container."
msgstr ""
#: src/machine/org.freedesktop.machine1.policy:74
@@ -694,7 +751,8 @@ msgid "Manage local virtual machines and containers"
msgstr ""
#: src/machine/org.freedesktop.machine1.policy:85
-msgid "Authentication is required to manage local virtual machines and containers."
+msgid ""
+"Authentication is required to manage local virtual machines and containers."
msgstr ""
#: src/machine/org.freedesktop.machine1.policy:95
@@ -702,7 +760,9 @@ msgid "Manage local virtual machine and container images"
msgstr ""
#: src/machine/org.freedesktop.machine1.policy:96
-msgid "Authentication is required to manage local virtual machine and container images."
+msgid ""
+"Authentication is required to manage local virtual machine and container "
+"images."
msgstr ""
#: src/network/org.freedesktop.network1.policy:22
@@ -854,7 +914,8 @@ msgid "Attach or detach a portable service image"
msgstr ""
#: src/portable/org.freedesktop.portable1.policy:24
-msgid "Authentication is required to attach or detach a portable service image."
+msgid ""
+"Authentication is required to attach or detach a portable service image."
msgstr ""
#: src/portable/org.freedesktop.portable1.policy:34
@@ -862,7 +923,8 @@ msgid "Delete or modify portable service image"
msgstr ""
#: src/portable/org.freedesktop.portable1.policy:35
-msgid "Authentication is required to delete or modify a portable service image."
+msgid ""
+"Authentication is required to delete or modify a portable service image."
msgstr ""
#: src/resolve/org.freedesktop.resolve1.policy:22
@@ -910,7 +972,9 @@ msgid "Set RTC to local timezone or UTC"
msgstr ""
#: src/timedate/org.freedesktop.timedate1.policy:44
-msgid "Authentication is required to control whether the RTC stores the local or UTC time."
+msgid ""
+"Authentication is required to control whether the RTC stores the local or "
+"UTC time."
msgstr ""
#: src/timedate/org.freedesktop.timedate1.policy:53
@@ -918,41 +982,48 @@ msgid "Turn network time synchronization on or off"
msgstr ""
#: src/timedate/org.freedesktop.timedate1.policy:54
-msgid "Authentication is required to control whether network time synchronization shall be enabled."
+msgid ""
+"Authentication is required to control whether network time synchronization "
+"shall be enabled."
msgstr ""
-#: src/core/dbus-unit.c:364
+#: src/core/dbus-unit.c:352
msgid "Authentication is required to start '$(unit)'."
msgstr ""
-#: src/core/dbus-unit.c:365
+#: src/core/dbus-unit.c:353
msgid "Authentication is required to stop '$(unit)'."
msgstr ""
-#: src/core/dbus-unit.c:366
+#: src/core/dbus-unit.c:354
msgid "Authentication is required to reload '$(unit)'."
msgstr ""
-#: src/core/dbus-unit.c:367 src/core/dbus-unit.c:368
+#: src/core/dbus-unit.c:355 src/core/dbus-unit.c:356
msgid "Authentication is required to restart '$(unit)'."
msgstr ""
-#: src/core/dbus-unit.c:565
-msgid "Authentication is required to send a UNIX signal to the processes of '$(unit)'."
+#: src/core/dbus-unit.c:553
+msgid ""
+"Authentication is required to send a UNIX signal to the processes of "
+"'$(unit)'."
msgstr ""
-#: src/core/dbus-unit.c:595
+#: src/core/dbus-unit.c:583
msgid "Authentication is required to reset the \"failed\" state of '$(unit)'."
msgstr ""
-#: src/core/dbus-unit.c:627
+#: src/core/dbus-unit.c:615
msgid "Authentication is required to set properties on '$(unit)'."
msgstr ""
-#: src/core/dbus-unit.c:728
-msgid "Authentication is required to delete files and directories associated with '$(unit)'."
+#: src/core/dbus-unit.c:716
+msgid ""
+"Authentication is required to delete files and directories associated with "
+"'$(unit)'."
msgstr ""
-#: src/core/dbus-unit.c:776
-msgid "Authentication is required to freeze or thaw the processes of '$(unit)' unit."
+#: src/core/dbus-unit.c:764
+msgid ""
+"Authentication is required to freeze or thaw the processes of '$(unit)' unit."
msgstr ""
diff --git a/po/ko.po b/po/ko.po
index f78c75e7bdb..5606faf688b 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-07-14 10:32+0100\n"
+"POT-Creation-Date: 2023-11-14 21:25+0000\n"
"PO-Revision-Date: 2023-09-25 03:36+0000\n"
"Last-Translator: 김인수 <simmon@nplob.com>\n"
"Language-Team: Korean <https://translate.fedoraproject.org/projects/systemd/"
@@ -26,7 +26,8 @@ msgid "Send passphrase back to system"
msgstr "시스템에 암호문 보내기"
#: src/core/org.freedesktop.systemd1.policy.in:23
-msgid "Authentication is required to send the entered passphrase back to the system."
+msgid ""
+"Authentication is required to send the entered passphrase back to the system."
msgstr "시스템에 입력한 암호를 보내려면 인증이 필요합니다."
#: src/core/org.freedesktop.systemd1.policy.in:33
@@ -50,8 +51,12 @@ msgid "Set or unset system and service manager environment variables"
msgstr "시스템 및 서비스 관리자 환경 변수 설정 또는 설정 해제"
#: src/core/org.freedesktop.systemd1.policy.in:55
-msgid "Authentication is required to set or unset system and service manager environment variables."
-msgstr "시스템 및 서비스 관리자 환경 변수를 설정하거나 설정 또는 해제하려면 인증이 필요합니다."
+msgid ""
+"Authentication is required to set or unset system and service manager "
+"environment variables."
+msgstr ""
+"시스템 및 서비스 관리자 환경 변수를 설정하거나 설정 또는 해제하려면 인증이 필"
+"요합니다."
#: src/core/org.freedesktop.systemd1.policy.in:64
msgid "Reload the systemd state"
@@ -66,7 +71,8 @@ msgid "Dump the systemd state without rate limits"
msgstr "속도 제한 없이 systemd 상태 출력"
#: src/core/org.freedesktop.systemd1.policy.in:75
-msgid "Authentication is required to dump the systemd state without rate limits."
+msgid ""
+"Authentication is required to dump the systemd state without rate limits."
msgstr "인증은 속도 제한 없이 systemd 상태를 출력하는데 필요합니다."
#: src/home/org.freedesktop.home1.policy:13
@@ -90,7 +96,8 @@ msgid "Check credentials of a home area"
msgstr "홈 영역 자격증명 확인"
#: src/home/org.freedesktop.home1.policy:34
-msgid "Authentication is required to check credentials against a user's home area."
+msgid ""
+"Authentication is required to check credentials against a user's home area."
msgstr "사용자 홈 영역의 자격 증명을 확인하려면 인증이 필요합니다."
#: src/home/org.freedesktop.home1.policy:43
@@ -114,19 +121,24 @@ msgid "Change password of a home area"
msgstr "홈 영역 비밀번호 변경"
#: src/home/org.freedesktop.home1.policy:64
-msgid "Authentication is required to change the password of a user's home area."
+msgid ""
+"Authentication is required to change the password of a user's home area."
msgstr "사용자 홈 영역의 비밀번호를 변경하려면 인증이 필요합니다."
#: src/home/pam_systemd_home.c:287
#, c-format
-msgid "Home of user %s is currently absent, please plug in the necessary storage device or backing file system."
-msgstr "사용자 %s의 홈은 현재 비어 있으며, 필요한 저장 장치 또는 파일 시스템 백업에 "
+msgid ""
+"Home of user %s is currently absent, please plug in the necessary storage "
+"device or backing file system."
+msgstr ""
+"사용자 %s의 홈은 현재 비어 있으며, 필요한 저장 장치 또는 파일 시스템 백업에 "
"연결하세요."
#: src/home/pam_systemd_home.c:292
#, c-format
msgid "Too frequent login attempts for user %s, try again later."
-msgstr "사용자 %s를 위해 너무나 많은 로그인 시도가 있었으며, 다음에 다시 시도하세요."
+msgstr ""
+"사용자 %s를 위해 너무나 많은 로그인 시도가 있었으며, 다음에 다시 시도하세요."
#: src/home/pam_systemd_home.c:304
msgid "Password: "
@@ -147,8 +159,11 @@ msgstr "복원 키: "
#: src/home/pam_systemd_home.c:331
#, c-format
-msgid "Password/recovery key incorrect or not sufficient for authentication of user %s."
-msgstr "비밀번호/복구 키가 올바르지 않거나 사용자 %s의 인증에 충분하지 않습니다."
+msgid ""
+"Password/recovery key incorrect or not sufficient for authentication of user "
+"%s."
+msgstr ""
+"비밀번호/복구 키가 올바르지 않거나 사용자 %s의 인증에 충분하지 않습니다."
#: src/home/pam_systemd_home.c:332
msgid "Sorry, reenter recovery key: "
@@ -165,8 +180,11 @@ msgstr "비밀번호로 다시 시도하세요: "
#: src/home/pam_systemd_home.c:355
#, c-format
-msgid "Password incorrect or not sufficient, and configured security token of user %s not inserted."
-msgstr "비밀번호가 올바르지 않거나 인증에 충분하지 않으며, 그리고 사용자 %s의 구성된 "
+msgid ""
+"Password incorrect or not sufficient, and configured security token of user "
+"%s not inserted."
+msgstr ""
+"비밀번호가 올바르지 않거나 인증에 충분하지 않으며, 그리고 사용자 %s의 구성된 "
"보안 토큰이 삽입되어 있지 않습니다."
#: src/home/pam_systemd_home.c:376
@@ -189,8 +207,11 @@ msgid "Please verify user on security token of user %s."
msgstr "사용자 %s의 보안 토큰에서 사용자를 확인해 주세요."
#: src/home/pam_systemd_home.c:424
-msgid "Security token PIN is locked, please unlock it first. (Hint: Removal and re-insertion might suffice.)"
-msgstr "보안 토큰 핀이 잠겨 있으며, 이를 우선 잠금 해제를 해주세요. (암시: 제거하고 "
+msgid ""
+"Security token PIN is locked, please unlock it first. (Hint: Removal and re-"
+"insertion might suffice.)"
+msgstr ""
+"보안 토큰 핀이 잠겨 있으며, 이를 우선 잠금 해제를 해주세요. (암시: 제거하고 "
"다시-삽입으로 충분 할 수 있습니다.)"
#: src/home/pam_systemd_home.c:432
@@ -216,7 +237,8 @@ msgstr "사용자 %s의 보안 토큰 PIN이 잘못됨 (한 번만 남았습니
#: src/home/pam_systemd_home.c:616
#, c-format
msgid "Home of user %s is currently not active, please log in locally first."
-msgstr "사용자 %s의 홈은 현재 활성화되어 있지 않으며, 우선 로컬에서 로그인 해주세요."
+msgstr ""
+"사용자 %s의 홈은 현재 활성화되어 있지 않으며, 우선 로컬에서 로그인 해주세요."
#: src/home/pam_systemd_home.c:618
#, c-format
@@ -278,8 +300,12 @@ msgid "Set static hostname"
msgstr "정적 호스트 이름 설정"
#: src/hostname/org.freedesktop.hostname1.policy:31
-msgid "Authentication is required to set the statically configured local hostname, as well as the pretty hostname."
-msgstr "로컬 호스트 이름을 지정 호스트 이름처럼 정적으로 설정하려면 인증이 필요합니다."
+msgid ""
+"Authentication is required to set the statically configured local hostname, "
+"as well as the pretty hostname."
+msgstr ""
+"로컬 호스트 이름을 지정 호스트 이름처럼 정적으로 설정하려면 인증이 필요합니"
+"다."
#: src/hostname/org.freedesktop.hostname1.policy:41
msgid "Set machine information"
@@ -358,7 +384,8 @@ msgid "Allow applications to inhibit system shutdown"
msgstr "프로그램의 시스템 전원 끄기 방지 요청 허용"
#: src/login/org.freedesktop.login1.policy:23
-msgid "Authentication is required for an application to inhibit system shutdown."
+msgid ""
+"Authentication is required for an application to inhibit system shutdown."
msgstr "프로그램의 시스템 전원 끄기 방지 요청을 허용하려면 인증이 필요합니다."
#: src/login/org.freedesktop.login1.policy:33
@@ -375,7 +402,8 @@ msgstr "프로그램의 시스템 대기 상태 진입 방지 요청 허용"
#: src/login/org.freedesktop.login1.policy:45
msgid "Authentication is required for an application to inhibit system sleep."
-msgstr "프로그램의 시스템 대기 상태 진입 방지 요청을 허용하려면 인증이 필요합니다."
+msgstr ""
+"프로그램의 시스템 대기 상태 진입 방지 요청을 허용하려면 인증이 필요합니다."
#: src/login/org.freedesktop.login1.policy:55
msgid "Allow applications to delay system sleep"
@@ -383,54 +411,74 @@ msgstr "프로그램의 시스템 대기 상태 진입 지연 허용"
#: src/login/org.freedesktop.login1.policy:56
msgid "Authentication is required for an application to delay system sleep."
-msgstr "프로그램의 시스템 대기 상태 진입 지연 동작을 허용하려면 인증이 필요합니다."
+msgstr ""
+"프로그램의 시스템 대기 상태 진입 지연 동작을 허용하려면 인증이 필요합니다."
#: src/login/org.freedesktop.login1.policy:65
msgid "Allow applications to inhibit automatic system suspend"
msgstr "프로그램의 시스템 자동 절전 상태 진입 방지 요청 허용"
#: src/login/org.freedesktop.login1.policy:66
-msgid "Authentication is required for an application to inhibit automatic system suspend."
-msgstr "프로그램의 시스템 자동 절전 상태 진입 방지 요청을 허용하려면 인증이 필요합니다."
+msgid ""
+"Authentication is required for an application to inhibit automatic system "
+"suspend."
+msgstr ""
+"프로그램의 시스템 자동 절전 상태 진입 방지 요청을 허용하려면 인증이 필요합니"
+"다."
#: src/login/org.freedesktop.login1.policy:75
msgid "Allow applications to inhibit system handling of the power key"
msgstr "프로그램의 시스템 전원 키 처리 방지 요청 허용"
#: src/login/org.freedesktop.login1.policy:76
-msgid "Authentication is required for an application to inhibit system handling of the power key."
-msgstr "프로그램의 시스템 전원 키 처리 방지 요청을 허용하려면 인증이 필요합니다."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the power key."
+msgstr ""
+"프로그램의 시스템 전원 키 처리 방지 요청을 허용하려면 인증이 필요합니다."
#: src/login/org.freedesktop.login1.policy:86
msgid "Allow applications to inhibit system handling of the suspend key"
msgstr "프로그램의 시스템 절전 키 처리 방지 요청 허용"
#: src/login/org.freedesktop.login1.policy:87
-msgid "Authentication is required for an application to inhibit system handling of the suspend key."
-msgstr "프로그램의 시스템 절전 키 처리 방지 요청을 허용하려면 인증이 필요합니다."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the suspend key."
+msgstr ""
+"프로그램의 시스템 절전 키 처리 방지 요청을 허용하려면 인증이 필요합니다."
#: src/login/org.freedesktop.login1.policy:97
msgid "Allow applications to inhibit system handling of the hibernate key"
msgstr "프로그램의 시스템 최대 절전 키 처리 방지 요청 허용"
#: src/login/org.freedesktop.login1.policy:98
-msgid "Authentication is required for an application to inhibit system handling of the hibernate key."
-msgstr "프로그램의 시스템 최대 절전 키 처리 방지 요청을 허용하려면 인증이 필요합니다."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the hibernate key."
+msgstr ""
+"프로그램의 시스템 최대 절전 키 처리 방지 요청을 허용하려면 인증이 필요합니다."
#: src/login/org.freedesktop.login1.policy:107
msgid "Allow applications to inhibit system handling of the lid switch"
msgstr "프로그램의 시스템 랩톱 덮개 스위치 처리 방지 요청 허용"
#: src/login/org.freedesktop.login1.policy:108
-msgid "Authentication is required for an application to inhibit system handling of the lid switch."
-msgstr "프로그램의 시스템 랩톱 덮개 스위치 처리 방지 요청을 허용하려면 인증이 필요합니다."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the lid switch."
+msgstr ""
+"프로그램의 시스템 랩톱 덮개 스위치 처리 방지 요청을 허용하려면 인증이 필요합"
+"니다."
#: src/login/org.freedesktop.login1.policy:117
msgid "Allow applications to inhibit system handling of the reboot key"
msgstr "프로그램의 재부팅 키 시스템 동작 방지 허용"
#: src/login/org.freedesktop.login1.policy:118
-msgid "Authentication is required for an application to inhibit system handling of the reboot key."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the reboot key."
msgstr "프로그램의 재부팅 키 시스템 동작 방지를 허용하려면 인증이 필요합니다."
#: src/login/org.freedesktop.login1.policy:128
@@ -478,7 +526,9 @@ msgid "Power off the system while other users are logged in"
msgstr "다른 사용자가 로그인 했을 때 시스템 끄기"
#: src/login/org.freedesktop.login1.policy:181
-msgid "Authentication is required to power off the system while other users are logged in."
+msgid ""
+"Authentication is required to power off the system while other users are "
+"logged in."
msgstr "다른 사용자가 로그인 했을 때 시스템 전원을 끄려면 인증이 필요합니다."
#: src/login/org.freedesktop.login1.policy:191
@@ -486,8 +536,12 @@ msgid "Power off the system while an application is inhibiting this"
msgstr "프로그램이 시스템을 끄지 못하게 요청할 때 시스템 전원 끄기"
#: src/login/org.freedesktop.login1.policy:192
-msgid "Authentication is required to power off the system while an application is inhibiting this."
-msgstr "프로그램이 시스템을 끄지 못하게 요청할 때 시스템 전원을 끄려면 인증이 필요합니다."
+msgid ""
+"Authentication is required to power off the system while an application is "
+"inhibiting this."
+msgstr ""
+"프로그램이 시스템을 끄지 못하게 요청할 때 시스템 전원을 끄려면 인증이 필요합"
+"니다."
#: src/login/org.freedesktop.login1.policy:202
msgid "Reboot the system"
@@ -502,16 +556,23 @@ msgid "Reboot the system while other users are logged in"
msgstr "다른 사용자가 로그인 했을 때 시스템 다시 시작"
#: src/login/org.freedesktop.login1.policy:214
-msgid "Authentication is required to reboot the system while other users are logged in."
-msgstr "다른 사용자가 로그인 했을 때 시스템을 다시 시작하려면 인증이 필요합니다."
+msgid ""
+"Authentication is required to reboot the system while other users are logged "
+"in."
+msgstr ""
+"다른 사용자가 로그인 했을 때 시스템을 다시 시작하려면 인증이 필요합니다."
#: src/login/org.freedesktop.login1.policy:224
msgid "Reboot the system while an application is inhibiting this"
msgstr "프로그램이 시스템을 다시 시작하지 못하게 요청할 때 시스템 다시 시작"
#: src/login/org.freedesktop.login1.policy:225
-msgid "Authentication is required to reboot the system while an application is inhibiting this."
-msgstr "프로그램이 시스템을 다시 시작하지 못하게 요청할 때 시스템을 다시 시작하려면 인증이 필요합니다."
+msgid ""
+"Authentication is required to reboot the system while an application is "
+"inhibiting this."
+msgstr ""
+"프로그램이 시스템을 다시 시작하지 못하게 요청할 때 시스템을 다시 시작하려면 "
+"인증이 필요합니다."
#: src/login/org.freedesktop.login1.policy:235
msgid "Halt the system"
@@ -526,16 +587,22 @@ msgid "Halt the system while other users are logged in"
msgstr "다른 사용자가 로그인 했을 때 시스템이 정지 상태진입"
#: src/login/org.freedesktop.login1.policy:247
-msgid "Authentication is required to halt the system while other users are logged in."
-msgstr "다른 사용자가 로그인 했을 때 시스템을 정지 상태로 놓으려면 인증이 필요합니다."
+msgid ""
+"Authentication is required to halt the system while other users are logged "
+"in."
+msgstr ""
+"다른 사용자가 로그인 했을 때 시스템을 정지 상태로 놓으려면 인증이 필요합니다."
#: src/login/org.freedesktop.login1.policy:257
msgid "Halt the system while an application is inhibiting this"
msgstr "프로그램에서 전원 끄기를 막을 때 시스템 전원 끄기"
#: src/login/org.freedesktop.login1.policy:258
-msgid "Authentication is required to halt the system while an application is inhibiting this."
-msgstr "프로그램에서 전원 끄기를 막을 때 시스템 전원을 끄려면 인증이 필요합니다."
+msgid ""
+"Authentication is required to halt the system while an application is "
+"inhibiting this."
+msgstr ""
+"프로그램에서 전원 끄기를 막을 때 시스템 전원을 끄려면 인증이 필요합니다."
#: src/login/org.freedesktop.login1.policy:268
msgid "Suspend the system"
@@ -550,16 +617,23 @@ msgid "Suspend the system while other users are logged in"
msgstr "다른 사용자가 로그인 했을 때 시스템 절전 상태 진입"
#: src/login/org.freedesktop.login1.policy:279
-msgid "Authentication is required to suspend the system while other users are logged in."
-msgstr "다른 사용자가 로그인 했을 때 시스템을 절전 상태로 놓으려면 인증이 필요합니다."
+msgid ""
+"Authentication is required to suspend the system while other users are "
+"logged in."
+msgstr ""
+"다른 사용자가 로그인 했을 때 시스템을 절전 상태로 놓으려면 인증이 필요합니다."
#: src/login/org.freedesktop.login1.policy:289
msgid "Suspend the system while an application is inhibiting this"
msgstr "프로그램에서 대기 모드 진입을 막을 때 시스템 대기 상태 진입"
#: src/login/org.freedesktop.login1.policy:290
-msgid "Authentication is required to suspend the system while an application is inhibiting this."
-msgstr "프로그램에서 대기 모드 진입을 막을 때 시스템을 대기 상태로 설정하려면 인증이 필요합니다."
+msgid ""
+"Authentication is required to suspend the system while an application is "
+"inhibiting this."
+msgstr ""
+"프로그램에서 대기 모드 진입을 막을 때 시스템을 대기 상태로 설정하려면 인증이 "
+"필요합니다."
#: src/login/org.freedesktop.login1.policy:300
msgid "Hibernate the system"
@@ -574,16 +648,25 @@ msgid "Hibernate the system while other users are logged in"
msgstr "다른 사용자가 로그인 했을 때 시스템 최대 절전 상태 진입"
#: src/login/org.freedesktop.login1.policy:311
-msgid "Authentication is required to hibernate the system while other users are logged in."
-msgstr "다른 사용자가 로그인 했을 때 시스템을 최대 절전 상태로 설정하려면 인증이 필요합니다."
+msgid ""
+"Authentication is required to hibernate the system while other users are "
+"logged in."
+msgstr ""
+"다른 사용자가 로그인 했을 때 시스템을 최대 절전 상태로 설정하려면 인증이 필요"
+"합니다."
#: src/login/org.freedesktop.login1.policy:321
msgid "Hibernate the system while an application is inhibiting this"
-msgstr "프로그램에서 최대 절전 모드로의 진입을 막을 때 시스템 최대 절전 상태 진입"
+msgstr ""
+"프로그램에서 최대 절전 모드로의 진입을 막을 때 시스템 최대 절전 상태 진입"
#: src/login/org.freedesktop.login1.policy:322
-msgid "Authentication is required to hibernate the system while an application is inhibiting this."
-msgstr "프로그램에서 최대 절전 모드로의 진입을 막을 때 시스템을 최대 절전 상태로 설정하려면 인증이 필요합니다."
+msgid ""
+"Authentication is required to hibernate the system while an application is "
+"inhibiting this."
+msgstr ""
+"프로그램에서 최대 절전 모드로의 진입을 막을 때 시스템을 최대 절전 상태로 설정"
+"하려면 인증이 필요합니다."
#: src/login/org.freedesktop.login1.policy:332
msgid "Manage active sessions, users and seats"
@@ -614,7 +697,9 @@ msgid "Indicate to the firmware to boot to setup interface"
msgstr "설정 화면으로 부팅하도록 펌웨어에게 지시"
#: src/login/org.freedesktop.login1.policy:364
-msgid "Authentication is required to indicate to the firmware to boot to setup interface."
+msgid ""
+"Authentication is required to indicate to the firmware to boot to setup "
+"interface."
msgstr "설정 화면으로 부팅하도록 펌웨어에게 지시하려면 인증이 필요합니다."
#: src/login/org.freedesktop.login1.policy:374
@@ -622,7 +707,9 @@ msgid "Indicate to the boot loader to boot to the boot loader menu"
msgstr "부트로더에 부팅할 부트로더 메뉴 표시"
#: src/login/org.freedesktop.login1.policy:375
-msgid "Authentication is required to indicate to the boot loader to boot to the boot loader menu."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot to the "
+"boot loader menu."
msgstr "부트로더 메뉴에 부팅할 부트로더를 나타내려면 인증이 필요합니다."
#: src/login/org.freedesktop.login1.policy:385
@@ -630,7 +717,9 @@ msgid "Indicate to the boot loader to boot a specific entry"
msgstr "부팅할 특정 항목을 부트로더에 표시"
#: src/login/org.freedesktop.login1.policy:386
-msgid "Authentication is required to indicate to the boot loader to boot into a specific boot loader entry."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot into a "
+"specific boot loader entry."
msgstr "부팅할 특정 항목을 부트로더에 표시하려면 인증이 필요합니다."
#: src/login/org.freedesktop.login1.policy:396
@@ -686,7 +775,8 @@ msgid "Acquire a pseudo TTY in a local container"
msgstr "로컬 컨테이너에서 유사 TTY 획득"
#: src/machine/org.freedesktop.machine1.policy:65
-msgid "Authentication is required to acquire a pseudo TTY in a local container."
+msgid ""
+"Authentication is required to acquire a pseudo TTY in a local container."
msgstr "로컬 컨테이너에서 유사 TTY를 획득하려면 인증이 필요합니다."
#: src/machine/org.freedesktop.machine1.policy:74
@@ -702,7 +792,8 @@ msgid "Manage local virtual machines and containers"
msgstr "로컬 가상 머신 및 컨테이너 관리"
#: src/machine/org.freedesktop.machine1.policy:85
-msgid "Authentication is required to manage local virtual machines and containers."
+msgid ""
+"Authentication is required to manage local virtual machines and containers."
msgstr "로컬 가상 머신 및 컨테이너를 관리하려면 인증이 필요합니다."
#: src/machine/org.freedesktop.machine1.policy:95
@@ -710,7 +801,9 @@ msgid "Manage local virtual machine and container images"
msgstr "로컬 가상 머신 및 컨테이너 이미지 관리"
#: src/machine/org.freedesktop.machine1.policy:96
-msgid "Authentication is required to manage local virtual machine and container images."
+msgid ""
+"Authentication is required to manage local virtual machine and container "
+"images."
msgstr "로컬 가상 머신 및 컨테이너 이미지를 관리하려면 인증이 필요합니다."
#: src/network/org.freedesktop.network1.policy:22
@@ -862,7 +955,8 @@ msgid "Attach or detach a portable service image"
msgstr "이동 서비스 첨부 또는 분리"
#: src/portable/org.freedesktop.portable1.policy:24
-msgid "Authentication is required to attach or detach a portable service image."
+msgid ""
+"Authentication is required to attach or detach a portable service image."
msgstr "이동 서비스 장착 또는 분리에는 인증이 필요합니다."
#: src/portable/org.freedesktop.portable1.policy:34
@@ -870,7 +964,8 @@ msgid "Delete or modify portable service image"
msgstr "이동 서비스 이미지 삭제 또는 변경"
#: src/portable/org.freedesktop.portable1.policy:35
-msgid "Authentication is required to delete or modify a portable service image."
+msgid ""
+"Authentication is required to delete or modify a portable service image."
msgstr "이동형 서비스 이미지를 지우거나 변경하려면 인증이 필요합니다."
#: src/resolve/org.freedesktop.resolve1.policy:22
@@ -918,49 +1013,60 @@ msgid "Set RTC to local timezone or UTC"
msgstr "RTC를 로컬 시간대 또는 UTC로 설정"
#: src/timedate/org.freedesktop.timedate1.policy:44
-msgid "Authentication is required to control whether the RTC stores the local or UTC time."
-msgstr "RTC를 로컬 시간 또는 UTC 시간으로 저장할 지 여부를 제어하려면 인증이 필요합니다."
+msgid ""
+"Authentication is required to control whether the RTC stores the local or "
+"UTC time."
+msgstr ""
+"RTC를 로컬 시간 또는 UTC 시간으로 저장할 지 여부를 제어하려면 인증이 필요합니"
+"다."
#: src/timedate/org.freedesktop.timedate1.policy:53
msgid "Turn network time synchronization on or off"
msgstr "네트워크 시간 동기화 켜거나 끄기"
#: src/timedate/org.freedesktop.timedate1.policy:54
-msgid "Authentication is required to control whether network time synchronization shall be enabled."
+msgid ""
+"Authentication is required to control whether network time synchronization "
+"shall be enabled."
msgstr "네트워크 시간 동기화의 활성화 여부를 제어하려면 인증이 필요합니다."
-#: src/core/dbus-unit.c:364
+#: src/core/dbus-unit.c:352
msgid "Authentication is required to start '$(unit)'."
msgstr "인증은 '$(unit)'을 시작하는데 필요합니다."
-#: src/core/dbus-unit.c:365
+#: src/core/dbus-unit.c:353
msgid "Authentication is required to stop '$(unit)'."
msgstr "인증은 '$(unit)'을 멈추는데 필요합니다."
-#: src/core/dbus-unit.c:366
+#: src/core/dbus-unit.c:354
msgid "Authentication is required to reload '$(unit)'."
msgstr "인증은 '$(unit)'을 다시 불러오는데 필요합니다."
-#: src/core/dbus-unit.c:367 src/core/dbus-unit.c:368
+#: src/core/dbus-unit.c:355 src/core/dbus-unit.c:356
msgid "Authentication is required to restart '$(unit)'."
msgstr "인증은 '$(unit)'을 다시 시작하는데 필요합니다."
-#: src/core/dbus-unit.c:565
-msgid "Authentication is required to send a UNIX signal to the processes of '$(unit)'."
+#: src/core/dbus-unit.c:553
+msgid ""
+"Authentication is required to send a UNIX signal to the processes of "
+"'$(unit)'."
msgstr "'$(unit)'의 처리에 유닉스 신호를 전송하려면 인증이 필요합니다."
-#: src/core/dbus-unit.c:595
+#: src/core/dbus-unit.c:583
msgid "Authentication is required to reset the \"failed\" state of '$(unit)'."
msgstr "인증은 '$(unit)'의 \"실패\"를 되돌리는데 필요합니다."
-#: src/core/dbus-unit.c:627
+#: src/core/dbus-unit.c:615
msgid "Authentication is required to set properties on '$(unit)'."
msgstr "인증은 '$(unit)'의 속성을 설정하는데 필요합니다."
-#: src/core/dbus-unit.c:728
-msgid "Authentication is required to delete files and directories associated with '$(unit)'."
+#: src/core/dbus-unit.c:716
+msgid ""
+"Authentication is required to delete files and directories associated with "
+"'$(unit)'."
msgstr "인증은 '$(unit)'과 관련된 파일과 디렉토리를 삭제하는데 필요합니다."
-#: src/core/dbus-unit.c:776
-msgid "Authentication is required to freeze or thaw the processes of '$(unit)' unit."
+#: src/core/dbus-unit.c:764
+msgid ""
+"Authentication is required to freeze or thaw the processes of '$(unit)' unit."
msgstr "'$(unit)'단위의 처리를 동결 또는 해제하려면 인증이 필요합니다."
diff --git a/po/lt.po b/po/lt.po
index e75cdcb3c16..c010bef85a7 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -5,15 +5,17 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-07-14 10:32+0100\n"
+"POT-Creation-Date: 2023-11-14 21:25+0000\n"
"PO-Revision-Date: 2023-02-21 23:20+0000\n"
"Last-Translator: mooo <hazap@hotmail.com>\n"
-"Language-Team: Lithuanian <https://translate.fedoraproject.org/projects/systemd/master/lt/>\n"
+"Language-Team: Lithuanian <https://translate.fedoraproject.org/projects/"
+"systemd/master/lt/>\n"
"Language: lt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
+"(n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Weblate 4.15.2\n"
#: src/core/org.freedesktop.systemd1.policy.in:22
@@ -21,8 +23,10 @@ msgid "Send passphrase back to system"
msgstr "Siųsti slaptafrazę atgal į sistemą"
#: src/core/org.freedesktop.systemd1.policy.in:23
-msgid "Authentication is required to send the entered passphrase back to the system."
-msgstr "Norint siųsti įvestą slaptafrazę atgal į sistemą, reikia nustatyti tapatybę."
+msgid ""
+"Authentication is required to send the entered passphrase back to the system."
+msgstr ""
+"Norint siųsti įvestą slaptafrazę atgal į sistemą, reikia nustatyti tapatybę."
#: src/core/org.freedesktop.systemd1.policy.in:33
msgid "Manage system services or other units"
@@ -30,7 +34,9 @@ msgstr "Tvarkyti sistemos tarnybas ar kitus įtaisus"
#: src/core/org.freedesktop.systemd1.policy.in:34
msgid "Authentication is required to manage system services or other units."
-msgstr "Norint tvarkyti sistemos tarnybas ar kitus įtaisus, reikia nustatyti tapatybę."
+msgstr ""
+"Norint tvarkyti sistemos tarnybas ar kitus įtaisus, reikia nustatyti "
+"tapatybę."
#: src/core/org.freedesktop.systemd1.policy.in:43
msgid "Manage system service or unit files"
@@ -38,15 +44,23 @@ msgstr "Tvarkyti sistemos tarnybos ar įtaiso failus"
#: src/core/org.freedesktop.systemd1.policy.in:44
msgid "Authentication is required to manage system service or unit files."
-msgstr "Norint tvarkyti sistemos tarnybos ar įtaiso failus, reikia nustatyti tapatybę."
+msgstr ""
+"Norint tvarkyti sistemos tarnybos ar įtaiso failus, reikia nustatyti "
+"tapatybę."
#: src/core/org.freedesktop.systemd1.policy.in:54
msgid "Set or unset system and service manager environment variables"
-msgstr "Nustatyti ar atšaukti sistemos ir tarnybų tvarkytuvės aplinkos kintamųjų nustatymą"
+msgstr ""
+"Nustatyti ar atšaukti sistemos ir tarnybų tvarkytuvės aplinkos kintamųjų "
+"nustatymą"
#: src/core/org.freedesktop.systemd1.policy.in:55
-msgid "Authentication is required to set or unset system and service manager environment variables."
-msgstr "Norint nustatyti ar atšaukti sistemos ir tarnybų tvarkytuvės aplinkos kintamųjų nustatymą, reikia nustatyti tapatybę."
+msgid ""
+"Authentication is required to set or unset system and service manager "
+"environment variables."
+msgstr ""
+"Norint nustatyti ar atšaukti sistemos ir tarnybų tvarkytuvės aplinkos "
+"kintamųjų nustatymą, reikia nustatyti tapatybę."
#: src/core/org.freedesktop.systemd1.policy.in:64
msgid "Reload the systemd state"
@@ -62,7 +76,8 @@ msgstr ""
#: src/core/org.freedesktop.systemd1.policy.in:75
#, fuzzy
-msgid "Authentication is required to dump the systemd state without rate limits."
+msgid ""
+"Authentication is required to dump the systemd state without rate limits."
msgstr "Norint iš naujo įkelti systemd būseną, reikia patvirtinti tapatybę."
#: src/home/org.freedesktop.home1.policy:13
@@ -89,8 +104,11 @@ msgstr ""
#: src/home/org.freedesktop.home1.policy:34
#, fuzzy
-msgid "Authentication is required to check credentials against a user's home area."
-msgstr "Norint prijungti ar atskirti perkeliamos tarnybos atvaizdį, reikia nustatyti tapatybę."
+msgid ""
+"Authentication is required to check credentials against a user's home area."
+msgstr ""
+"Norint prijungti ar atskirti perkeliamos tarnybos atvaizdį, reikia nustatyti "
+"tapatybę."
#: src/home/org.freedesktop.home1.policy:43
msgid "Update a home area"
@@ -99,7 +117,8 @@ msgstr ""
#: src/home/org.freedesktop.home1.policy:44
#, fuzzy
msgid "Authentication is required to update a user's home area."
-msgstr "Norint prijungti įrenginį prie darbo vietos, reikia nustatyti tapatybę."
+msgstr ""
+"Norint prijungti įrenginį prie darbo vietos, reikia nustatyti tapatybę."
#: src/home/org.freedesktop.home1.policy:53
msgid "Resize a home area"
@@ -116,12 +135,17 @@ msgstr ""
#: src/home/org.freedesktop.home1.policy:64
#, fuzzy
-msgid "Authentication is required to change the password of a user's home area."
-msgstr "Norint tvarkyti aktyvius seansus, naudotojus ir darbo vietas, reikia nustatyti tapatybę."
+msgid ""
+"Authentication is required to change the password of a user's home area."
+msgstr ""
+"Norint tvarkyti aktyvius seansus, naudotojus ir darbo vietas, reikia "
+"nustatyti tapatybę."
#: src/home/pam_systemd_home.c:287
#, c-format
-msgid "Home of user %s is currently absent, please plug in the necessary storage device or backing file system."
+msgid ""
+"Home of user %s is currently absent, please plug in the necessary storage "
+"device or backing file system."
msgstr ""
#: src/home/pam_systemd_home.c:292
@@ -148,7 +172,9 @@ msgstr ""
#: src/home/pam_systemd_home.c:331
#, c-format
-msgid "Password/recovery key incorrect or not sufficient for authentication of user %s."
+msgid ""
+"Password/recovery key incorrect or not sufficient for authentication of user "
+"%s."
msgstr ""
#: src/home/pam_systemd_home.c:332
@@ -166,7 +192,9 @@ msgstr ""
#: src/home/pam_systemd_home.c:355
#, c-format
-msgid "Password incorrect or not sufficient, and configured security token of user %s not inserted."
+msgid ""
+"Password incorrect or not sufficient, and configured security token of user "
+"%s not inserted."
msgstr ""
#: src/home/pam_systemd_home.c:376
@@ -189,7 +217,9 @@ msgid "Please verify user on security token of user %s."
msgstr ""
#: src/home/pam_systemd_home.c:424
-msgid "Security token PIN is locked, please unlock it first. (Hint: Removal and re-insertion might suffice.)"
+msgid ""
+"Security token PIN is locked, please unlock it first. (Hint: Removal and re-"
+"insertion might suffice.)"
msgstr ""
#: src/home/pam_systemd_home.c:432
@@ -270,15 +300,20 @@ msgstr "Nustatyti serverio pavadinimą"
#: src/hostname/org.freedesktop.hostname1.policy:21
msgid "Authentication is required to set the local hostname."
-msgstr "Norint nustatyti vietinio serverio pavadinimą, reikia nustatyti tapatybę."
+msgstr ""
+"Norint nustatyti vietinio serverio pavadinimą, reikia nustatyti tapatybę."
#: src/hostname/org.freedesktop.hostname1.policy:30
msgid "Set static hostname"
msgstr "Nustatyti statinį serverio pavadinimą"
#: src/hostname/org.freedesktop.hostname1.policy:31
-msgid "Authentication is required to set the statically configured local hostname, as well as the pretty hostname."
-msgstr "Norint nustatyti statiškai sukonfigūruotą serverio pavadinimą, o taip pat lengvai įsimenamą serverio pavadinimą, reikia nustatyti tapatybę."
+msgid ""
+"Authentication is required to set the statically configured local hostname, "
+"as well as the pretty hostname."
+msgstr ""
+"Norint nustatyti statiškai sukonfigūruotą serverio pavadinimą, o taip pat "
+"lengvai įsimenamą serverio pavadinimą, reikia nustatyti tapatybę."
#: src/hostname/org.freedesktop.hostname1.policy:41
msgid "Set machine information"
@@ -319,7 +354,8 @@ msgstr "Importuoti VM ar konteinerio atvaizdį"
#: src/import/org.freedesktop.import1.policy:23
msgid "Authentication is required to import a VM or container image"
-msgstr "Norint importuoti VM ar konteinerio atvaizdį, reikia nustatyti tapatybę"
+msgstr ""
+"Norint importuoti VM ar konteinerio atvaizdį, reikia nustatyti tapatybę"
#: src/import/org.freedesktop.import1.policy:32
msgid "Export a VM or container image"
@@ -327,7 +363,8 @@ msgstr "Eksportuoti VM ar konteinerio atvaizdį"
#: src/import/org.freedesktop.import1.policy:33
msgid "Authentication is required to export a VM or container image"
-msgstr "Norint eksportuoti VM ar konteinerio atvaizdį, reikia nustatyti tapatybę"
+msgstr ""
+"Norint eksportuoti VM ar konteinerio atvaizdį, reikia nustatyti tapatybę"
#: src/import/org.freedesktop.import1.policy:42
msgid "Download a VM or container image"
@@ -335,7 +372,8 @@ msgstr "Atsisiųsti VM ar konteinerio atvaizdį"
#: src/import/org.freedesktop.import1.policy:43
msgid "Authentication is required to download a VM or container image"
-msgstr "Norint atsisiųsti VM ar konteinerio atvaizdį, reikia nustatyti tapatybę"
+msgstr ""
+"Norint atsisiųsti VM ar konteinerio atvaizdį, reikia nustatyti tapatybę"
#: src/locale/org.freedesktop.locale1.policy:22
msgid "Set system locale"
@@ -351,15 +389,19 @@ msgstr "Nustatyti sistemos klaviatūros nustatymus"
#: src/locale/org.freedesktop.locale1.policy:34
msgid "Authentication is required to set the system keyboard settings."
-msgstr "Norint nustatyti sistemos klaviatūros nustatymus, reikia nustatyti tapatybę."
+msgstr ""
+"Norint nustatyti sistemos klaviatūros nustatymus, reikia nustatyti tapatybę."
#: src/login/org.freedesktop.login1.policy:22
msgid "Allow applications to inhibit system shutdown"
msgstr "Leisti programoms sulaikyti sistemos išjungimą"
#: src/login/org.freedesktop.login1.policy:23
-msgid "Authentication is required for an application to inhibit system shutdown."
-msgstr "Norint leisti programai sulaikyti sistemos išjungimą, reikia nustatyti tapatybę."
+msgid ""
+"Authentication is required for an application to inhibit system shutdown."
+msgstr ""
+"Norint leisti programai sulaikyti sistemos išjungimą, reikia nustatyti "
+"tapatybę."
#: src/login/org.freedesktop.login1.policy:33
msgid "Allow applications to delay system shutdown"
@@ -367,7 +409,9 @@ msgstr "Leisti programoms atidėti sistemos išjungimą"
#: src/login/org.freedesktop.login1.policy:34
msgid "Authentication is required for an application to delay system shutdown."
-msgstr "Norint leisti programai atidėti sistemos išjungimą, reikia nustatyti tapatybę."
+msgstr ""
+"Norint leisti programai atidėti sistemos išjungimą, reikia nustatyti "
+"tapatybę."
#: src/login/org.freedesktop.login1.policy:44
msgid "Allow applications to inhibit system sleep"
@@ -375,7 +419,8 @@ msgstr "Leisti programoms sulaikyti sistemos miegą"
#: src/login/org.freedesktop.login1.policy:45
msgid "Authentication is required for an application to inhibit system sleep."
-msgstr "Norint leisti programai sulaikyti sistemos miegą, reikia nustatyti tapatybę."
+msgstr ""
+"Norint leisti programai sulaikyti sistemos miegą, reikia nustatyti tapatybę."
#: src/login/org.freedesktop.login1.policy:55
msgid "Allow applications to delay system sleep"
@@ -383,47 +428,68 @@ msgstr "Leisti programoms atidėti sistemos miegą"
#: src/login/org.freedesktop.login1.policy:56
msgid "Authentication is required for an application to delay system sleep."
-msgstr "Norint leisti programai atidėti sistemos miegą, reikia nustatyti tapatybę."
+msgstr ""
+"Norint leisti programai atidėti sistemos miegą, reikia nustatyti tapatybę."
#: src/login/org.freedesktop.login1.policy:65
msgid "Allow applications to inhibit automatic system suspend"
msgstr "Leisti programoms sulaikyti automatinį sistemos pristabdymą"
#: src/login/org.freedesktop.login1.policy:66
-msgid "Authentication is required for an application to inhibit automatic system suspend."
-msgstr "Norint leisti programai sulaikyti automatinį sistemos pristabdymą, reikia nustatyti tapatybę."
+msgid ""
+"Authentication is required for an application to inhibit automatic system "
+"suspend."
+msgstr ""
+"Norint leisti programai sulaikyti automatinį sistemos pristabdymą, reikia "
+"nustatyti tapatybę."
#: src/login/org.freedesktop.login1.policy:75
msgid "Allow applications to inhibit system handling of the power key"
msgstr "Leisti programoms sulaikyti maitinimo rakto sisteminį apdorojimą"
#: src/login/org.freedesktop.login1.policy:76
-msgid "Authentication is required for an application to inhibit system handling of the power key."
-msgstr "Norint leisti programai sulaikyti maitinimo rakto sisteminį apdorojimą, reikia nustatyti tapatybę."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the power key."
+msgstr ""
+"Norint leisti programai sulaikyti maitinimo rakto sisteminį apdorojimą, "
+"reikia nustatyti tapatybę."
#: src/login/org.freedesktop.login1.policy:86
msgid "Allow applications to inhibit system handling of the suspend key"
msgstr "Leisti programoms sulaikyti pristabdymo rakto sisteminį apdorojimą"
#: src/login/org.freedesktop.login1.policy:87
-msgid "Authentication is required for an application to inhibit system handling of the suspend key."
-msgstr "Norint leisti programai sulaikyti pristabdymo rakto sisteminį apdorojimą, reikia nustatyti tapatybę."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the suspend key."
+msgstr ""
+"Norint leisti programai sulaikyti pristabdymo rakto sisteminį apdorojimą, "
+"reikia nustatyti tapatybę."
#: src/login/org.freedesktop.login1.policy:97
msgid "Allow applications to inhibit system handling of the hibernate key"
msgstr "Leisti programoms sulaikyti užmigdymo rakto sisteminį apdorojimą"
#: src/login/org.freedesktop.login1.policy:98
-msgid "Authentication is required for an application to inhibit system handling of the hibernate key."
-msgstr "Norint leisti programai sulaikyti užmigdymo rakto sisteminį apdorojimą, reikia nustatyti tapatybę."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the hibernate key."
+msgstr ""
+"Norint leisti programai sulaikyti užmigdymo rakto sisteminį apdorojimą, "
+"reikia nustatyti tapatybę."
#: src/login/org.freedesktop.login1.policy:107
msgid "Allow applications to inhibit system handling of the lid switch"
msgstr "Leisti programoms sulaikyti dangčio perjungiklio sisteminį apdorojimą"
#: src/login/org.freedesktop.login1.policy:108
-msgid "Authentication is required for an application to inhibit system handling of the lid switch."
-msgstr "Norint leisti programai sulaikyti dangčio perjungiklio sisteminį apdorojimą, reikia nustatyti tapatybę."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the lid switch."
+msgstr ""
+"Norint leisti programai sulaikyti dangčio perjungiklio sisteminį apdorojimą, "
+"reikia nustatyti tapatybę."
#: src/login/org.freedesktop.login1.policy:117
#, fuzzy
@@ -432,8 +498,12 @@ msgstr "Leisti programoms sulaikyti maitinimo rakto sisteminį apdorojimą"
#: src/login/org.freedesktop.login1.policy:118
#, fuzzy
-msgid "Authentication is required for an application to inhibit system handling of the reboot key."
-msgstr "Norint leisti programai sulaikyti maitinimo rakto sisteminį apdorojimą, reikia nustatyti tapatybę."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the reboot key."
+msgstr ""
+"Norint leisti programai sulaikyti maitinimo rakto sisteminį apdorojimą, "
+"reikia nustatyti tapatybę."
#: src/login/org.freedesktop.login1.policy:128
msgid "Allow non-logged-in user to run programs"
@@ -441,7 +511,9 @@ msgstr "Leisti neprisijungusiam naudotojui vykdyti programas"
#: src/login/org.freedesktop.login1.policy:129
msgid "Explicit request is required to run programs as a non-logged-in user."
-msgstr "Norint vykdyti programas kaip neprisijungusiam naudotojui, reikia aiškiai išreikštos užklausos."
+msgstr ""
+"Norint vykdyti programas kaip neprisijungusiam naudotojui, reikia aiškiai "
+"išreikštos užklausos."
#: src/login/org.freedesktop.login1.policy:138
msgid "Allow non-logged-in users to run programs"
@@ -449,7 +521,9 @@ msgstr "Leisti neprisijungusiems naudotojams vykdyti programas"
#: src/login/org.freedesktop.login1.policy:139
msgid "Authentication is required to run programs as a non-logged-in user."
-msgstr "Norint vykdyti programas kaip neprisijungusiems naudotojams, reikia nustatyti tapatybę."
+msgstr ""
+"Norint vykdyti programas kaip neprisijungusiems naudotojams, reikia "
+"nustatyti tapatybę."
#: src/login/org.freedesktop.login1.policy:148
msgid "Allow attaching devices to seats"
@@ -457,7 +531,8 @@ msgstr "Leisti prijungti įrenginius prie darbo vietų"
#: src/login/org.freedesktop.login1.policy:149
msgid "Authentication is required to attach a device to a seat."
-msgstr "Norint prijungti įrenginį prie darbo vietos, reikia nustatyti tapatybę."
+msgstr ""
+"Norint prijungti įrenginį prie darbo vietos, reikia nustatyti tapatybę."
#: src/login/org.freedesktop.login1.policy:159
msgid "Flush device to seat attachments"
@@ -465,7 +540,9 @@ msgstr "Išvalyti įrenginių prijungimus prie darbo vietų"
#: src/login/org.freedesktop.login1.policy:160
msgid "Authentication is required to reset how devices are attached to seats."
-msgstr "Norint atstatyti tai, kaip įrenginiai yra prijungti prie darbo vietų, reikia nustatyti tapatybę."
+msgstr ""
+"Norint atstatyti tai, kaip įrenginiai yra prijungti prie darbo vietų, reikia "
+"nustatyti tapatybę."
#: src/login/org.freedesktop.login1.policy:169
msgid "Power off the system"
@@ -480,16 +557,24 @@ msgid "Power off the system while other users are logged in"
msgstr "Išjungti sistemos maitinimą nepaisant kitų prisijungusių naudotojų"
#: src/login/org.freedesktop.login1.policy:181
-msgid "Authentication is required to power off the system while other users are logged in."
-msgstr "Norint išjungti sistemos maitinimą nepaisant kitų prisijungusių naudotojų, reikia nustatyti tapatybę."
+msgid ""
+"Authentication is required to power off the system while other users are "
+"logged in."
+msgstr ""
+"Norint išjungti sistemos maitinimą nepaisant kitų prisijungusių naudotojų, "
+"reikia nustatyti tapatybę."
#: src/login/org.freedesktop.login1.policy:191
msgid "Power off the system while an application is inhibiting this"
msgstr "Išjungti sistemos maitinimą, nors programa paprašė tai sulaikyti"
#: src/login/org.freedesktop.login1.policy:192
-msgid "Authentication is required to power off the system while an application is inhibiting this."
-msgstr "Norint išjungti sistemos maitinimą, nepaisant to, kad programa paprašė tai sulaikyti, reikia nustatyti tapatybę."
+msgid ""
+"Authentication is required to power off the system while an application is "
+"inhibiting this."
+msgstr ""
+"Norint išjungti sistemos maitinimą, nepaisant to, kad programa paprašė tai "
+"sulaikyti, reikia nustatyti tapatybę."
#: src/login/org.freedesktop.login1.policy:202
msgid "Reboot the system"
@@ -504,16 +589,24 @@ msgid "Reboot the system while other users are logged in"
msgstr "Paleisti sistemą iš naujo nepaisant kitų prisijungusių naudotojų"
#: src/login/org.freedesktop.login1.policy:214
-msgid "Authentication is required to reboot the system while other users are logged in."
-msgstr "Norint paleisti sistemą iš naujo nepaisant kitų prisijungusių naudotojų, reikia nustatyti tapatybę."
+msgid ""
+"Authentication is required to reboot the system while other users are logged "
+"in."
+msgstr ""
+"Norint paleisti sistemą iš naujo nepaisant kitų prisijungusių naudotojų, "
+"reikia nustatyti tapatybę."
#: src/login/org.freedesktop.login1.policy:224
msgid "Reboot the system while an application is inhibiting this"
msgstr "Paleisti sistemą iš naujo, nors programa paprašė tai sulaikyti"
#: src/login/org.freedesktop.login1.policy:225
-msgid "Authentication is required to reboot the system while an application is inhibiting this."
-msgstr "Norint paleisti sistemą iš naujo, nepaisant to, kad programa paprašė tai sulaikyti, reikia nustatyti tapatybę."
+msgid ""
+"Authentication is required to reboot the system while an application is "
+"inhibiting this."
+msgstr ""
+"Norint paleisti sistemą iš naujo, nepaisant to, kad programa paprašė tai "
+"sulaikyti, reikia nustatyti tapatybę."
#: src/login/org.freedesktop.login1.policy:235
msgid "Halt the system"
@@ -528,8 +621,12 @@ msgid "Halt the system while other users are logged in"
msgstr "Stabdyti sistemą nepaisant kitų prisijungusių naudotojų"
#: src/login/org.freedesktop.login1.policy:247
-msgid "Authentication is required to halt the system while other users are logged in."
-msgstr "Norint stabdyti sistemą nepaisant kitų prisijungusių naudotojų, reikia nustatyti tapatybę."
+msgid ""
+"Authentication is required to halt the system while other users are logged "
+"in."
+msgstr ""
+"Norint stabdyti sistemą nepaisant kitų prisijungusių naudotojų, reikia "
+"nustatyti tapatybę."
#: src/login/org.freedesktop.login1.policy:257
msgid "Halt the system while an application is inhibiting this"
@@ -537,8 +634,12 @@ msgstr "Stabdyti sistemą, nors programa paprašė tai sulaikyti"
#: src/login/org.freedesktop.login1.policy:258
#, fuzzy
-msgid "Authentication is required to halt the system while an application is inhibiting this."
-msgstr "Norint užmigdyti sistemą, nepaisant to, kad programa paprašė tai sulaikyti, reikia nustatyti tapatybę."
+msgid ""
+"Authentication is required to halt the system while an application is "
+"inhibiting this."
+msgstr ""
+"Norint užmigdyti sistemą, nepaisant to, kad programa paprašė tai sulaikyti, "
+"reikia nustatyti tapatybę."
#: src/login/org.freedesktop.login1.policy:268
msgid "Suspend the system"
@@ -553,16 +654,24 @@ msgid "Suspend the system while other users are logged in"
msgstr "Pristabdyti sistemą nepaisant kitų prisijungusių naudotojų"
#: src/login/org.freedesktop.login1.policy:279
-msgid "Authentication is required to suspend the system while other users are logged in."
-msgstr "Norint pristabdyti sistemą nepaisant kitų prisijungusių naudotojų, reikia nustatyti tapatybę."
+msgid ""
+"Authentication is required to suspend the system while other users are "
+"logged in."
+msgstr ""
+"Norint pristabdyti sistemą nepaisant kitų prisijungusių naudotojų, reikia "
+"nustatyti tapatybę."
#: src/login/org.freedesktop.login1.policy:289
msgid "Suspend the system while an application is inhibiting this"
msgstr "Pristabdyti sistemą, nors programa paprašė tai sulaikyti"
#: src/login/org.freedesktop.login1.policy:290
-msgid "Authentication is required to suspend the system while an application is inhibiting this."
-msgstr "Norint pristabdyti sistemą, nepaisant to, kad programa paprašė tai sulaikyti, reikia nustatyti tapatybę."
+msgid ""
+"Authentication is required to suspend the system while an application is "
+"inhibiting this."
+msgstr ""
+"Norint pristabdyti sistemą, nepaisant to, kad programa paprašė tai "
+"sulaikyti, reikia nustatyti tapatybę."
#: src/login/org.freedesktop.login1.policy:300
msgid "Hibernate the system"
@@ -577,16 +686,24 @@ msgid "Hibernate the system while other users are logged in"
msgstr "Užmigdyti sistemą nepaisant kitų prisijungusių naudotojų"
#: src/login/org.freedesktop.login1.policy:311
-msgid "Authentication is required to hibernate the system while other users are logged in."
-msgstr "Norint užmigdyti sistemą nepaisant kitų prisijungusių naudotojų, reikia nustatyti tapatybę."
+msgid ""
+"Authentication is required to hibernate the system while other users are "
+"logged in."
+msgstr ""
+"Norint užmigdyti sistemą nepaisant kitų prisijungusių naudotojų, reikia "
+"nustatyti tapatybę."
#: src/login/org.freedesktop.login1.policy:321
msgid "Hibernate the system while an application is inhibiting this"
msgstr "Užmigdyti sistemą, nors programa paprašė tai sulaikyti"
#: src/login/org.freedesktop.login1.policy:322
-msgid "Authentication is required to hibernate the system while an application is inhibiting this."
-msgstr "Norint užmigdyti sistemą, nepaisant to, kad programa paprašė tai sulaikyti, reikia nustatyti tapatybę."
+msgid ""
+"Authentication is required to hibernate the system while an application is "
+"inhibiting this."
+msgstr ""
+"Norint užmigdyti sistemą, nepaisant to, kad programa paprašė tai sulaikyti, "
+"reikia nustatyti tapatybę."
#: src/login/org.freedesktop.login1.policy:332
msgid "Manage active sessions, users and seats"
@@ -594,7 +711,9 @@ msgstr "Tvarkyti aktyvius seansus, naudotojus ir darbo vietas"
#: src/login/org.freedesktop.login1.policy:333
msgid "Authentication is required to manage active sessions, users and seats."
-msgstr "Norint tvarkyti aktyvius seansus, naudotojus ir darbo vietas, reikia nustatyti tapatybę."
+msgstr ""
+"Norint tvarkyti aktyvius seansus, naudotojus ir darbo vietas, reikia "
+"nustatyti tapatybę."
#: src/login/org.freedesktop.login1.policy:342
msgid "Lock or unlock active sessions"
@@ -602,7 +721,8 @@ msgstr "Užrakinti ar atrakinti aktyvius seansus"
#: src/login/org.freedesktop.login1.policy:343
msgid "Authentication is required to lock or unlock active sessions."
-msgstr "Norint užrakinti ar atrakinti aktyvius seansus, reikia nustatyti tapatybę."
+msgstr ""
+"Norint užrakinti ar atrakinti aktyvius seansus, reikia nustatyti tapatybę."
#: src/login/org.freedesktop.login1.policy:352
msgid "Set the reboot \"reason\" in the kernel"
@@ -610,31 +730,45 @@ msgstr "Nustatyti paleidimo iš naujo \"priežastį\" branduolyje"
#: src/login/org.freedesktop.login1.policy:353
msgid "Authentication is required to set the reboot \"reason\" in the kernel."
-msgstr "Norint nustatyti paleidimo iš naujo \"priežastį\" branduolyje, reikia nustatyti tapatybę."
+msgstr ""
+"Norint nustatyti paleidimo iš naujo \"priežastį\" branduolyje, reikia "
+"nustatyti tapatybę."
#: src/login/org.freedesktop.login1.policy:363
msgid "Indicate to the firmware to boot to setup interface"
msgstr "Nurodyti programinei aparatinei įrangai pasileisti į sąrankos sąsają"
#: src/login/org.freedesktop.login1.policy:364
-msgid "Authentication is required to indicate to the firmware to boot to setup interface."
-msgstr "Norint nurodyti programinei aparatinei įrangai pasileisti į sąrankos sąsają, reikia nustatyti tapatybę."
+msgid ""
+"Authentication is required to indicate to the firmware to boot to setup "
+"interface."
+msgstr ""
+"Norint nurodyti programinei aparatinei įrangai pasileisti į sąrankos sąsają, "
+"reikia nustatyti tapatybę."
#: src/login/org.freedesktop.login1.policy:374
msgid "Indicate to the boot loader to boot to the boot loader menu"
msgstr "Nurodyti pradiniam įkėlikliui paleisti pradinio įkėliklio meniu"
#: src/login/org.freedesktop.login1.policy:375
-msgid "Authentication is required to indicate to the boot loader to boot to the boot loader menu."
-msgstr "Norint nurodyti pradiniam įkėlikliui paleisti pradinio įkėliklio meniu, reikia nustatyti tapatybę."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot to the "
+"boot loader menu."
+msgstr ""
+"Norint nurodyti pradiniam įkėlikliui paleisti pradinio įkėliklio meniu, "
+"reikia nustatyti tapatybę."
#: src/login/org.freedesktop.login1.policy:385
msgid "Indicate to the boot loader to boot a specific entry"
msgstr "Nurodyti pradiniam įkėlikliui paleisti tam tikrą įrašą"
#: src/login/org.freedesktop.login1.policy:386
-msgid "Authentication is required to indicate to the boot loader to boot into a specific boot loader entry."
-msgstr "Norint nurodyti pradiniam įkėlikliui paleisti tam tikrą pradinio įkėliklio įrašą, reikia nustatyti tapatybę."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot into a "
+"specific boot loader entry."
+msgstr ""
+"Norint nurodyti pradiniam įkėlikliui paleisti tam tikrą pradinio įkėliklio "
+"įrašą, reikia nustatyti tapatybę."
#: src/login/org.freedesktop.login1.policy:396
msgid "Set a wall message"
@@ -659,7 +793,8 @@ msgstr "Prisijungti prie vietinio konteinerio"
#: src/machine/org.freedesktop.machine1.policy:23
msgid "Authentication is required to log into a local container."
-msgstr "Norint prisijungti prie vietinio konteinerio, reikia nustatyti tapatybę."
+msgstr ""
+"Norint prisijungti prie vietinio konteinerio, reikia nustatyti tapatybę."
#: src/machine/org.freedesktop.machine1.policy:32
msgid "Log into the local host"
@@ -675,7 +810,8 @@ msgstr "Įgyti apvalkalą vietiniame konteineryje"
#: src/machine/org.freedesktop.machine1.policy:43
msgid "Authentication is required to acquire a shell in a local container."
-msgstr "Norint įgyti apvalkalą vietiniame konteineryje, reikia nustatyti tapatybę."
+msgstr ""
+"Norint įgyti apvalkalą vietiniame konteineryje, reikia nustatyti tapatybę."
#: src/machine/org.freedesktop.machine1.policy:53
msgid "Acquire a shell on the local host"
@@ -683,15 +819,18 @@ msgstr "Įgyti apvalkalą vietiniame serveryje"
#: src/machine/org.freedesktop.machine1.policy:54
msgid "Authentication is required to acquire a shell on the local host."
-msgstr "Norint įgyti apvalkalą vietiniame serveryje, reikia nustatyti tapatybę."
+msgstr ""
+"Norint įgyti apvalkalą vietiniame serveryje, reikia nustatyti tapatybę."
#: src/machine/org.freedesktop.machine1.policy:64
msgid "Acquire a pseudo TTY in a local container"
msgstr "Įgyti pseudo TTY vietiniame konteineryje"
#: src/machine/org.freedesktop.machine1.policy:65
-msgid "Authentication is required to acquire a pseudo TTY in a local container."
-msgstr "Norint įgyti pseudo TTY vietiniame konteineryje, reikia nustatyti tapatybę."
+msgid ""
+"Authentication is required to acquire a pseudo TTY in a local container."
+msgstr ""
+"Norint įgyti pseudo TTY vietiniame konteineryje, reikia nustatyti tapatybę."
#: src/machine/org.freedesktop.machine1.policy:74
msgid "Acquire a pseudo TTY on the local host"
@@ -699,23 +838,31 @@ msgstr "Įgyti pseudo TTY vietiniame serveryje"
#: src/machine/org.freedesktop.machine1.policy:75
msgid "Authentication is required to acquire a pseudo TTY on the local host."
-msgstr "Norint įgyti pseudo TTY vietiniame serveryje, reikia nustatyti tapatybę."
+msgstr ""
+"Norint įgyti pseudo TTY vietiniame serveryje, reikia nustatyti tapatybę."
#: src/machine/org.freedesktop.machine1.policy:84
msgid "Manage local virtual machines and containers"
msgstr "Tvarkyti vietines virtualiąsias mašinas ir konteinerius"
#: src/machine/org.freedesktop.machine1.policy:85
-msgid "Authentication is required to manage local virtual machines and containers."
-msgstr "Norint tvarkyti vietines virtualiąsias mašinas ir konteinerius, reikia nustatyti tapatybę."
+msgid ""
+"Authentication is required to manage local virtual machines and containers."
+msgstr ""
+"Norint tvarkyti vietines virtualiąsias mašinas ir konteinerius, reikia "
+"nustatyti tapatybę."
#: src/machine/org.freedesktop.machine1.policy:95
msgid "Manage local virtual machine and container images"
msgstr "Tvarkyti vietinę virtualiąją mašiną ir konteinerio atvaizdžius"
#: src/machine/org.freedesktop.machine1.policy:96
-msgid "Authentication is required to manage local virtual machine and container images."
-msgstr "Norint tvarkyti vietinę virtualiąją mašiną ir konteinerio atvaizdžius, reikia nustatyti tapatybę."
+msgid ""
+"Authentication is required to manage local virtual machine and container "
+"images."
+msgstr ""
+"Norint tvarkyti vietinę virtualiąją mašiną ir konteinerio atvaizdžius, "
+"reikia nustatyti tapatybę."
#: src/network/org.freedesktop.network1.policy:22
msgid "Set NTP servers"
@@ -869,23 +1016,30 @@ msgstr "Išnagrinėti perkeliamos tarnybos atvaizdį"
#: src/portable/org.freedesktop.portable1.policy:14
msgid "Authentication is required to inspect a portable service image."
-msgstr "Norint išnagrinėti perkeliamos tarnybos atvaizdį, reikia nustatyti tapatybę."
+msgstr ""
+"Norint išnagrinėti perkeliamos tarnybos atvaizdį, reikia nustatyti tapatybę."
#: src/portable/org.freedesktop.portable1.policy:23
msgid "Attach or detach a portable service image"
msgstr "Prijungti ar atskirti perkeliamos tarnybos atvaizdį"
#: src/portable/org.freedesktop.portable1.policy:24
-msgid "Authentication is required to attach or detach a portable service image."
-msgstr "Norint prijungti ar atskirti perkeliamos tarnybos atvaizdį, reikia nustatyti tapatybę."
+msgid ""
+"Authentication is required to attach or detach a portable service image."
+msgstr ""
+"Norint prijungti ar atskirti perkeliamos tarnybos atvaizdį, reikia nustatyti "
+"tapatybę."
#: src/portable/org.freedesktop.portable1.policy:34
msgid "Delete or modify portable service image"
msgstr "Ištrinti ar modifikuoti perkeliamos tarnybos atvaizdį"
#: src/portable/org.freedesktop.portable1.policy:35
-msgid "Authentication is required to delete or modify a portable service image."
-msgstr "Norint ištrinti ar modifikuoti perkeliamos tarnybos atvaizdį, reikia nustatyti tapatybę."
+msgid ""
+"Authentication is required to delete or modify a portable service image."
+msgstr ""
+"Norint ištrinti ar modifikuoti perkeliamos tarnybos atvaizdį, reikia "
+"nustatyti tapatybę."
#: src/resolve/org.freedesktop.resolve1.policy:22
msgid "Register a DNS-SD service"
@@ -910,7 +1064,8 @@ msgstr ""
#: src/resolve/org.freedesktop.resolve1.policy:133
#, fuzzy
msgid "Authentication is required to reset name resolution settings."
-msgstr "Norint nustatyti sistemos klaviatūros nustatymus, reikia nustatyti tapatybę."
+msgstr ""
+"Norint nustatyti sistemos klaviatūros nustatymus, reikia nustatyti tapatybę."
#: src/timedate/org.freedesktop.timedate1.policy:22
msgid "Set system time"
@@ -930,60 +1085,85 @@ msgstr "Norint nustatyti sistemos laiko juostą, reikia nustatyti tapatybę."
#: src/timedate/org.freedesktop.timedate1.policy:43
msgid "Set RTC to local timezone or UTC"
-msgstr "Nustatyti tikrojo laiko daviklį (RTC) į vietinę laiko juostą ar suderintąjį pasaulinį laiką (UTC)"
+msgstr ""
+"Nustatyti tikrojo laiko daviklį (RTC) į vietinę laiko juostą ar suderintąjį "
+"pasaulinį laiką (UTC)"
#: src/timedate/org.freedesktop.timedate1.policy:44
-msgid "Authentication is required to control whether the RTC stores the local or UTC time."
-msgstr "Norint valdyti ar tikrojo laiko daviklis (RTC) atmintyje saugos vietinį, ar suderintąjį pasaulinį laiką (UTC), reikia nustatyti tapatybę."
+msgid ""
+"Authentication is required to control whether the RTC stores the local or "
+"UTC time."
+msgstr ""
+"Norint valdyti ar tikrojo laiko daviklis (RTC) atmintyje saugos vietinį, ar "
+"suderintąjį pasaulinį laiką (UTC), reikia nustatyti tapatybę."
#: src/timedate/org.freedesktop.timedate1.policy:53
msgid "Turn network time synchronization on or off"
msgstr "Įjungti ar išjungti tinklo laiko sinchronizavimą"
#: src/timedate/org.freedesktop.timedate1.policy:54
-msgid "Authentication is required to control whether network time synchronization shall be enabled."
-msgstr "Norint valdyti ar tinklo laiko sinchronizavimas turėtų būti įjungtas, reikia nustatyti tapatybę."
+msgid ""
+"Authentication is required to control whether network time synchronization "
+"shall be enabled."
+msgstr ""
+"Norint valdyti ar tinklo laiko sinchronizavimas turėtų būti įjungtas, reikia "
+"nustatyti tapatybę."
-#: src/core/dbus-unit.c:364
+#: src/core/dbus-unit.c:352
msgid "Authentication is required to start '$(unit)'."
msgstr "Norint paleisti \"$(unit)\", reikia nustatyti tapatybę."
-#: src/core/dbus-unit.c:365
+#: src/core/dbus-unit.c:353
msgid "Authentication is required to stop '$(unit)'."
msgstr "Norint stabdyti \"$(unit)\", reikia nustatyti tapatybę."
-#: src/core/dbus-unit.c:366
+#: src/core/dbus-unit.c:354
msgid "Authentication is required to reload '$(unit)'."
msgstr "Norint įkelti \"$(unit)\" iš naujo, reikia nustatyti tapatybę."
-#: src/core/dbus-unit.c:367 src/core/dbus-unit.c:368
+#: src/core/dbus-unit.c:355 src/core/dbus-unit.c:356
msgid "Authentication is required to restart '$(unit)'."
msgstr "Norint paleisti \"$(unit)\" iš naujo, reikia nustatyti tapatybę."
-#: src/core/dbus-unit.c:565
-msgid "Authentication is required to send a UNIX signal to the processes of '$(unit)'."
-msgstr "Norint siųsti UNIX signalą į \"$(unit)\" procesus, reikia nustatyti tapatybę."
+#: src/core/dbus-unit.c:553
+msgid ""
+"Authentication is required to send a UNIX signal to the processes of "
+"'$(unit)'."
+msgstr ""
+"Norint siųsti UNIX signalą į \"$(unit)\" procesus, reikia nustatyti tapatybę."
-#: src/core/dbus-unit.c:595
+#: src/core/dbus-unit.c:583
msgid "Authentication is required to reset the \"failed\" state of '$(unit)'."
-msgstr "Norint atstatyti \"$(unit)\" įtaiso \"failed\" būseną, reikia nustatyti tapatybę."
+msgstr ""
+"Norint atstatyti \"$(unit)\" įtaiso \"failed\" būseną, reikia nustatyti "
+"tapatybę."
-#: src/core/dbus-unit.c:627
+#: src/core/dbus-unit.c:615
msgid "Authentication is required to set properties on '$(unit)'."
msgstr "Norint nustatyti \"$(unit)\" savybes, reikia nustatyti tapatybę."
-#: src/core/dbus-unit.c:728
+#: src/core/dbus-unit.c:716
#, fuzzy
-msgid "Authentication is required to delete files and directories associated with '$(unit)'."
-msgstr "Norint atstatyti \"$(unit)\" įtaiso \"failed\" būseną, reikia nustatyti tapatybę."
+msgid ""
+"Authentication is required to delete files and directories associated with "
+"'$(unit)'."
+msgstr ""
+"Norint atstatyti \"$(unit)\" įtaiso \"failed\" būseną, reikia nustatyti "
+"tapatybę."
-#: src/core/dbus-unit.c:776
+#: src/core/dbus-unit.c:764
#, fuzzy
-msgid "Authentication is required to freeze or thaw the processes of '$(unit)' unit."
-msgstr "Norint siųsti UNIX signalą į \"$(unit)\" procesus, reikia nustatyti tapatybę."
-
-#~ msgid "Authentication is required to halt the system while an application asked to inhibit it."
-#~ msgstr "Norint stabdyti sistemą, nepaisant to, kad programa paprašė tai sulaikyti, reikia nustatyti tapatybę."
+msgid ""
+"Authentication is required to freeze or thaw the processes of '$(unit)' unit."
+msgstr ""
+"Norint siųsti UNIX signalą į \"$(unit)\" procesus, reikia nustatyti tapatybę."
+
+#~ msgid ""
+#~ "Authentication is required to halt the system while an application asked "
+#~ "to inhibit it."
+#~ msgstr ""
+#~ "Norint stabdyti sistemą, nepaisant to, kad programa paprašė tai "
+#~ "sulaikyti, reikia nustatyti tapatybę."
#~ msgid "Authentication is required to kill '$(unit)'."
#~ msgstr "Norint nutraukti \"$(unit)\", reikia nustatyti tapatybę."
diff --git a/po/nl.po b/po/nl.po
index e9d5f8432e8..650fc1c7d04 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-07-14 10:32+0100\n"
+"POT-Creation-Date: 2023-11-14 21:25+0000\n"
"PO-Revision-Date: 2023-08-21 17:21+0000\n"
"Last-Translator: Maarten <maarten@posteo.de>\n"
"Language-Team: Dutch <https://translate.fedoraproject.org/projects/systemd/"
@@ -24,7 +24,8 @@ msgid "Send passphrase back to system"
msgstr "Stuur de wachtzin terug naar het systeem"
#: src/core/org.freedesktop.systemd1.policy.in:23
-msgid "Authentication is required to send the entered passphrase back to the system."
+msgid ""
+"Authentication is required to send the entered passphrase back to the system."
msgstr ""
"Authenticatie is vereist voor het terugsturen van de wachtzin naar het "
"systeem."
@@ -54,7 +55,9 @@ msgid "Set or unset system and service manager environment variables"
msgstr "Stel de omgevingsvariabelen in van de systeem- en dienstenbeheerder"
#: src/core/org.freedesktop.systemd1.policy.in:55
-msgid "Authentication is required to set or unset system and service manager environment variables."
+msgid ""
+"Authentication is required to set or unset system and service manager "
+"environment variables."
msgstr ""
"Authenticatie is vereist voor het instellen van de omgevingsvariabelen van "
"de systeem- en dienstenbeheerder."
@@ -74,7 +77,8 @@ msgid "Dump the systemd state without rate limits"
msgstr "Dump de toestand van systemd zonder snelheidsbeperkingen"
#: src/core/org.freedesktop.systemd1.policy.in:75
-msgid "Authentication is required to dump the systemd state without rate limits."
+msgid ""
+"Authentication is required to dump the systemd state without rate limits."
msgstr ""
"Authenticatie is vereist voor het opslaan van de toestand van systemd zonder "
"snelheidsbeperkingen."
@@ -101,7 +105,8 @@ msgid "Check credentials of a home area"
msgstr "Controleer de legitimatie van een persoonlijke ruimte"
#: src/home/org.freedesktop.home1.policy:34
-msgid "Authentication is required to check credentials against a user's home area."
+msgid ""
+"Authentication is required to check credentials against a user's home area."
msgstr ""
"Authenticatie is vereist voor het controleren van de legitimatie van een "
"persoonlijke ruimte."
@@ -130,14 +135,17 @@ msgid "Change password of a home area"
msgstr "Wijzig het wachtwoord van een persoonlijke ruimte"
#: src/home/org.freedesktop.home1.policy:64
-msgid "Authentication is required to change the password of a user's home area."
+msgid ""
+"Authentication is required to change the password of a user's home area."
msgstr ""
"Authenticatie is vereist voor het wijzigen van het wachtwoord van een "
"persoonlijke ruimte."
#: src/home/pam_systemd_home.c:287
#, c-format
-msgid "Home of user %s is currently absent, please plug in the necessary storage device or backing file system."
+msgid ""
+"Home of user %s is currently absent, please plug in the necessary storage "
+"device or backing file system."
msgstr ""
"De thuismap van gebruiker %s is thans niet aanwezig in het bestandssysteem. "
"Gelieve het benodigde opslagapparaat aan te sluiten of het bestandssysteem "
@@ -171,7 +179,9 @@ msgstr "Herstelcode: "
#: src/home/pam_systemd_home.c:331
#, c-format
-msgid "Password/recovery key incorrect or not sufficient for authentication of user %s."
+msgid ""
+"Password/recovery key incorrect or not sufficient for authentication of user "
+"%s."
msgstr ""
"Het wachtwoord of de herstelcode is onjuist of niet voldoende voor de "
"authenticatie van gebruiker %s."
@@ -191,7 +201,9 @@ msgstr "Probeer het nog eens met wachtwoord: "
#: src/home/pam_systemd_home.c:355
#, c-format
-msgid "Password incorrect or not sufficient, and configured security token of user %s not inserted."
+msgid ""
+"Password incorrect or not sufficient, and configured security token of user "
+"%s not inserted."
msgstr ""
"Het wachtwoord is onjuist of niet voldoende, en het geconfigureerde "
"beveiligingsmiddel van gebruiker %s is niet ingestoken."
@@ -221,7 +233,9 @@ msgstr ""
"gebruiker toebehoort."
#: src/home/pam_systemd_home.c:424
-msgid "Security token PIN is locked, please unlock it first. (Hint: Removal and re-insertion might suffice.)"
+msgid ""
+"Security token PIN is locked, please unlock it first. (Hint: Removal and re-"
+"insertion might suffice.)"
msgstr ""
"De PIN van het beveiligingsmiddel is geblokkeerd, gelieve de blokkering "
"eerst op te heffen. (Tip: verwijderen en weer insteken zou voldoende kunnen "
@@ -333,7 +347,9 @@ msgid "Set static hostname"
msgstr "Stel de technische computernaam in"
#: src/hostname/org.freedesktop.hostname1.policy:31
-msgid "Authentication is required to set the statically configured local hostname, as well as the pretty hostname."
+msgid ""
+"Authentication is required to set the statically configured local hostname, "
+"as well as the pretty hostname."
msgstr ""
"Authenticatie is vereist voor het instellen van zowel de technische als de "
"gebruikersvriendelijke computernaam."
@@ -354,7 +370,8 @@ msgstr "Verkrijg de UUID van het product"
#: src/hostname/org.freedesktop.hostname1.policy:52
msgid "Authentication is required to get product UUID."
-msgstr "Authenticatie is vereist voor het verkrijgen van de UUID van het product."
+msgstr ""
+"Authenticatie is vereist voor het verkrijgen van de UUID van het product."
#: src/hostname/org.freedesktop.hostname1.policy:61
msgid "Get hardware serial number"
@@ -362,7 +379,9 @@ msgstr "Verkrijg het serienummer van de hardware"
#: src/hostname/org.freedesktop.hostname1.policy:62
msgid "Authentication is required to get hardware serial number."
-msgstr "Authenticatie is vereist voor het verkrijgen van het serienummer van de hardware."
+msgstr ""
+"Authenticatie is vereist voor het verkrijgen van het serienummer van de "
+"hardware."
#: src/hostname/org.freedesktop.hostname1.policy:71
msgid "Get system description"
@@ -370,7 +389,8 @@ msgstr "Verkrijg de beschrijving van het systeem"
#: src/hostname/org.freedesktop.hostname1.policy:72
msgid "Authentication is required to get system description."
-msgstr "Authenticatie is vereist voor het verkrijgen van de systeembeschrijving."
+msgstr ""
+"Authenticatie is vereist voor het verkrijgen van de systeembeschrijving."
#: src/import/org.freedesktop.import1.policy:22
msgid "Import a VM or container image"
@@ -431,7 +451,8 @@ msgstr ""
"verhinderen"
#: src/login/org.freedesktop.login1.policy:23
-msgid "Authentication is required for an application to inhibit system shutdown."
+msgid ""
+"Authentication is required for an application to inhibit system shutdown."
msgstr ""
"Authenticatie is vereist alvorens een toepassingsprogramma het afsluiten van "
"het systeem mag verhinderen."
@@ -479,7 +500,9 @@ msgstr ""
"automatisch in de pauzestand komt"
#: src/login/org.freedesktop.login1.policy:66
-msgid "Authentication is required for an application to inhibit automatic system suspend."
+msgid ""
+"Authentication is required for an application to inhibit automatic system "
+"suspend."
msgstr ""
"Authenticatie is vereist alvorens een toepassingsprogramma mag verhinderen "
"dat het systeem automatisch in de pauzestand komt."
@@ -491,7 +514,9 @@ msgstr ""
"het uitzetten van de computer met de drukknop"
#: src/login/org.freedesktop.login1.policy:76
-msgid "Authentication is required for an application to inhibit system handling of the power key."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the power key."
msgstr ""
"Authenticatie is vereist alvorens een toepassingsprogramma mag verhinderen "
"dat gevolg wordt gegeven aan het uitzetten van de computer met de drukknop."
@@ -503,7 +528,9 @@ msgstr ""
"het indrukken van de pauzeknop"
#: src/login/org.freedesktop.login1.policy:87
-msgid "Authentication is required for an application to inhibit system handling of the suspend key."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the suspend key."
msgstr ""
"Authenticatie is vereist alvorens een toepassingsprogramma mag verhinderen "
"dat gevolg wordt gegeven aan het indrukken van de pauzeknop."
@@ -515,7 +542,9 @@ msgstr ""
"het indrukken van de slaapknop"
#: src/login/org.freedesktop.login1.policy:98
-msgid "Authentication is required for an application to inhibit system handling of the hibernate key."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the hibernate key."
msgstr ""
"Authenticatie is vereist alvorens een toepassingsprogramma mag verhinderen "
"dat gevolg wordt gegeven aan het indrukken van de slaapknop."
@@ -527,7 +556,9 @@ msgstr ""
"het dichtklappen van een draagbare computer"
#: src/login/org.freedesktop.login1.policy:108
-msgid "Authentication is required for an application to inhibit system handling of the lid switch."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the lid switch."
msgstr ""
"Authenticatie is vereist alvorens een toepassingsprogramma mag verhinderen "
"dat gevolg wordt gegeven aan het dichtklappen van een draagbare computer."
@@ -539,7 +570,9 @@ msgstr ""
"het indrukken van de drukknop voor het herstarten van de computer"
#: src/login/org.freedesktop.login1.policy:118
-msgid "Authentication is required for an application to inhibit system handling of the reboot key."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the reboot key."
msgstr ""
"Authenticatie is vereist alvorens een toepassingsprogramma mag verhinderen "
"dat gevolg wordt gegeven aan het indrukken van de drukknop voor het "
@@ -602,7 +635,9 @@ msgid "Power off the system while other users are logged in"
msgstr "Sluit het systeem af terwijl andere gebruikers nog zijn aangemeld"
#: src/login/org.freedesktop.login1.policy:181
-msgid "Authentication is required to power off the system while other users are logged in."
+msgid ""
+"Authentication is required to power off the system while other users are "
+"logged in."
msgstr ""
"Authenticatie is vereist voor het afsluiten van het systeem terwijl andere "
"gebruikers nog zijn aangemeld."
@@ -612,7 +647,9 @@ msgid "Power off the system while an application is inhibiting this"
msgstr "Sluit het systeem af terwijl een toepassingsprogramma dit verhindert"
#: src/login/org.freedesktop.login1.policy:192
-msgid "Authentication is required to power off the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to power off the system while an application is "
+"inhibiting this."
msgstr ""
"Authenticatie is vereist voor het afsluiten van het systeem terwijl een "
"toepassingsprogramma dit verhindert."
@@ -630,7 +667,9 @@ msgid "Reboot the system while other users are logged in"
msgstr "Herstart het systeem terwijl andere gebruikers nog zijn aangemeld"
#: src/login/org.freedesktop.login1.policy:214
-msgid "Authentication is required to reboot the system while other users are logged in."
+msgid ""
+"Authentication is required to reboot the system while other users are logged "
+"in."
msgstr ""
"Authenticatie is vereist voor het herstarten van het systeem terwijl andere "
"gebruikers nog zijn aangemeld."
@@ -640,7 +679,9 @@ msgid "Reboot the system while an application is inhibiting this"
msgstr "Herstart het systeem terwijl een toepassing dit verhindert"
#: src/login/org.freedesktop.login1.policy:225
-msgid "Authentication is required to reboot the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to reboot the system while an application is "
+"inhibiting this."
msgstr ""
"Authenticatie is vereist voor het herstarten van het systeem terwijl een "
"toepassing dit verhindert."
@@ -658,7 +699,9 @@ msgid "Halt the system while other users are logged in"
msgstr "Stop het systeem terwijl andere gebruikers nog zijn aangemeld"
#: src/login/org.freedesktop.login1.policy:247
-msgid "Authentication is required to halt the system while other users are logged in."
+msgid ""
+"Authentication is required to halt the system while other users are logged "
+"in."
msgstr ""
"Authenticatie is vereist voor het stoppen van het systeem terwijl andere "
"gebruikers nog zijn aangemeld."
@@ -668,7 +711,9 @@ msgid "Halt the system while an application is inhibiting this"
msgstr "Stop het systeem terwijl een toepassingsprogramma dit verhindert"
#: src/login/org.freedesktop.login1.policy:258
-msgid "Authentication is required to halt the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to halt the system while an application is "
+"inhibiting this."
msgstr ""
"Authenticatie is vereist voor het stoppen van het systeem terwijl een "
"toepassing dit verhindert."
@@ -679,7 +724,8 @@ msgstr "Zet het systeem in de pauzestand"
#: src/login/org.freedesktop.login1.policy:269
msgid "Authentication is required to suspend the system."
-msgstr "Authenticatie is vereist voor het in pauzestand zetten van het systeem."
+msgstr ""
+"Authenticatie is vereist voor het in pauzestand zetten van het systeem."
#: src/login/org.freedesktop.login1.policy:278
msgid "Suspend the system while other users are logged in"
@@ -687,7 +733,9 @@ msgstr ""
"Zet het systeem in pauzestand terwijl andere gebruikers nog zijn aangemeld"
#: src/login/org.freedesktop.login1.policy:279
-msgid "Authentication is required to suspend the system while other users are logged in."
+msgid ""
+"Authentication is required to suspend the system while other users are "
+"logged in."
msgstr ""
"Authenticatie is vereist voor het in de pauzestand zetten van het systeem "
"terwijl andere gebruikers nog zijn aangemeld."
@@ -699,7 +747,9 @@ msgstr ""
"verhindert"
#: src/login/org.freedesktop.login1.policy:290
-msgid "Authentication is required to suspend the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to suspend the system while an application is "
+"inhibiting this."
msgstr ""
"Authenticatie is vereist voor het in de pauzestand zetten van het systeem "
"terwijl een toepassingsprogramma dit verhindert."
@@ -719,7 +769,9 @@ msgstr ""
"Zet het systeem in de slaapstand terwijl andere gebruikers nog zijn aangemeld"
#: src/login/org.freedesktop.login1.policy:311
-msgid "Authentication is required to hibernate the system while other users are logged in."
+msgid ""
+"Authentication is required to hibernate the system while other users are "
+"logged in."
msgstr ""
"Authenticatie is vereist voor het in de slaapstand zetten van het systeem "
"terwijl andere gebruikers nog zijn aangemeld."
@@ -731,7 +783,9 @@ msgstr ""
"verhindert"
#: src/login/org.freedesktop.login1.policy:322
-msgid "Authentication is required to hibernate the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to hibernate the system while an application is "
+"inhibiting this."
msgstr ""
"Authenticatie is vereist voor het in de slaapstand zetten van het systeem "
"terwijl een toepassing dit verhindert."
@@ -775,7 +829,9 @@ msgstr ""
"het configuratieprogramma gestart moet worden"
#: src/login/org.freedesktop.login1.policy:364
-msgid "Authentication is required to indicate to the firmware to boot to setup interface."
+msgid ""
+"Authentication is required to indicate to the firmware to boot to setup "
+"interface."
msgstr ""
"Authenticatie is vereist voor het geven van de aanwijzing aan de firmware "
"van het moederbord dat bij het opstarten het configuratieprogramma gestart "
@@ -787,7 +843,9 @@ msgstr ""
"Geef de aanwijzing aan opstartlader dat hij zijn opstartmenu moet weergeven"
#: src/login/org.freedesktop.login1.policy:375
-msgid "Authentication is required to indicate to the boot loader to boot to the boot loader menu."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot to the "
+"boot loader menu."
msgstr ""
"Authenticatie is vereist voor het geven van de aanwijzing aan de "
"opstartlader dat hij zijn opstartmenu moet weergeven."
@@ -799,7 +857,9 @@ msgstr ""
"keuzemogelijkheid van zijn opstartmenu moet opstarten"
#: src/login/org.freedesktop.login1.policy:386
-msgid "Authentication is required to indicate to the boot loader to boot into a specific boot loader entry."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot into a "
+"specific boot loader entry."
msgstr ""
"Authenticatie is vereist voor het geven van de aanwijzing aan de "
"opstartlader dat hij een specifieke keuzemogelijkheid van zijn opstartmenu "
@@ -866,7 +926,8 @@ msgid "Acquire a pseudo TTY in a local container"
msgstr "Verkrijg een pseudo-terminal in een plaatselijke container"
#: src/machine/org.freedesktop.machine1.policy:65
-msgid "Authentication is required to acquire a pseudo TTY in a local container."
+msgid ""
+"Authentication is required to acquire a pseudo TTY in a local container."
msgstr ""
"Authenticatie is vereist voor het verkrijgen van een pseudo-terminal in een "
"plaatselijke container."
@@ -886,7 +947,8 @@ msgid "Manage local virtual machines and containers"
msgstr "Beheer de plaatselijke virtuele machines en de containers"
#: src/machine/org.freedesktop.machine1.policy:85
-msgid "Authentication is required to manage local virtual machines and containers."
+msgid ""
+"Authentication is required to manage local virtual machines and containers."
msgstr ""
"Authenticatie is vereist voor het beheren van plaatselijke virtuele machines "
"en containers."
@@ -898,7 +960,9 @@ msgstr ""
"containers"
#: src/machine/org.freedesktop.machine1.policy:96
-msgid "Authentication is required to manage local virtual machine and container images."
+msgid ""
+"Authentication is required to manage local virtual machine and container "
+"images."
msgstr ""
"Authenticatie is vereist voor het beheren van de plaatselijke "
"schijfbestanden van virtuele machines en die van containers."
@@ -959,7 +1023,8 @@ msgstr "Schakel multicast-DNS in of uit"
#: src/network/org.freedesktop.network1.policy:78
#: src/resolve/org.freedesktop.resolve1.policy:89
msgid "Authentication is required to enable or disable multicast DNS."
-msgstr "Authenticatie is vereist voor het in- of uitschakelen van multicast-DNS."
+msgstr ""
+"Authenticatie is vereist voor het in- of uitschakelen van multicast-DNS."
#: src/network/org.freedesktop.network1.policy:88
#: src/resolve/org.freedesktop.resolve1.policy:99
@@ -969,7 +1034,8 @@ msgstr "Schakel DNS over TLS in of uit"
#: src/network/org.freedesktop.network1.policy:89
#: src/resolve/org.freedesktop.resolve1.policy:100
msgid "Authentication is required to enable or disable DNS over TLS."
-msgstr "Authenticatie is vereist voor het in- of uitschakelen van DNS over TLS."
+msgstr ""
+"Authenticatie is vereist voor het in- of uitschakelen van DNS over TLS."
#: src/network/org.freedesktop.network1.policy:99
#: src/resolve/org.freedesktop.resolve1.policy:110
@@ -1017,7 +1083,8 @@ msgstr ""
#: src/network/org.freedesktop.network1.policy:144
msgid "Authentication is required to send force renew message."
-msgstr "Authenticatie is vereist voor het verzenden van een FORCERENEW-bericht."
+msgstr ""
+"Authenticatie is vereist voor het verzenden van een FORCERENEW-bericht."
#: src/network/org.freedesktop.network1.policy:154
msgid "Renew dynamic addresses"
@@ -1062,7 +1129,8 @@ msgid "Attach or detach a portable service image"
msgstr "Koppel de representatie van een portable service aan of af"
#: src/portable/org.freedesktop.portable1.policy:24
-msgid "Authentication is required to attach or detach a portable service image."
+msgid ""
+"Authentication is required to attach or detach a portable service image."
msgstr ""
"Authenticatie is vereist voor het aan- of afkoppelen van de representatie "
"van een portable service."
@@ -1072,7 +1140,8 @@ msgid "Delete or modify portable service image"
msgstr "Verwijder of wijzig de representatie van een portable service"
#: src/portable/org.freedesktop.portable1.policy:35
-msgid "Authentication is required to delete or modify a portable service image."
+msgid ""
+"Authentication is required to delete or modify a portable service image."
msgstr ""
"Authenticatie is vereist voor het verwijderen of wijzigen van de "
"representatie van een portable service."
@@ -1130,7 +1199,9 @@ msgid "Set RTC to local timezone or UTC"
msgstr "Stel de RTC in op het gebruik van de plaatselijke tijdzone of van UTC"
#: src/timedate/org.freedesktop.timedate1.policy:44
-msgid "Authentication is required to control whether the RTC stores the local or UTC time."
+msgid ""
+"Authentication is required to control whether the RTC stores the local or "
+"UTC time."
msgstr ""
"Authenticatie is vereist om in te stellen dat de RTC de tijd moet opslaan "
"als plaatselijke tijd of gerekend naar de UTC."
@@ -1140,51 +1211,60 @@ msgid "Turn network time synchronization on or off"
msgstr "Schakel synchronisatie van de systeemtijd met een tijdserver in of uit"
#: src/timedate/org.freedesktop.timedate1.policy:54
-msgid "Authentication is required to control whether network time synchronization shall be enabled."
+msgid ""
+"Authentication is required to control whether network time synchronization "
+"shall be enabled."
msgstr ""
"Authenticatie is vereist voor het in- of uitschakelen van synchronisatie van "
"de systeemtijd met een tijdserver."
-#: src/core/dbus-unit.c:364
+#: src/core/dbus-unit.c:352
msgid "Authentication is required to start '$(unit)'."
msgstr "Authenticatie is vereist voor het starten van '$(unit)'."
-#: src/core/dbus-unit.c:365
+#: src/core/dbus-unit.c:353
msgid "Authentication is required to stop '$(unit)'."
msgstr "Authenticatie is vereist voor het stoppen van '$(unit)'."
-#: src/core/dbus-unit.c:366
+#: src/core/dbus-unit.c:354
msgid "Authentication is required to reload '$(unit)'."
msgstr "Authenticatie is vereist voor het opnieuw laden van '$(unit)'."
-#: src/core/dbus-unit.c:367 src/core/dbus-unit.c:368
+#: src/core/dbus-unit.c:355 src/core/dbus-unit.c:356
msgid "Authentication is required to restart '$(unit)'."
msgstr "Authenticatie is vereist voor het opnieuw starten van '$(unit)'."
-#: src/core/dbus-unit.c:565
-msgid "Authentication is required to send a UNIX signal to the processes of '$(unit)'."
-msgstr "Authenticatie is vereist voor het zenden van een UNIX-signaal naar de processen van '$(unit)'."
+#: src/core/dbus-unit.c:553
+msgid ""
+"Authentication is required to send a UNIX signal to the processes of "
+"'$(unit)'."
+msgstr ""
+"Authenticatie is vereist voor het zenden van een UNIX-signaal naar de "
+"processen van '$(unit)'."
-#: src/core/dbus-unit.c:595
+#: src/core/dbus-unit.c:583
msgid "Authentication is required to reset the \"failed\" state of '$(unit)'."
msgstr ""
"Authenticatie is vereist voor het terugzetten van de toestand \"failed\" van "
"'$(unit)'."
-#: src/core/dbus-unit.c:627
+#: src/core/dbus-unit.c:615
msgid "Authentication is required to set properties on '$(unit)'."
msgstr ""
"Authenticatie is vereist voor het instellen van de eigenschappen van "
"'$(unit)'."
-#: src/core/dbus-unit.c:728
-msgid "Authentication is required to delete files and directories associated with '$(unit)'."
+#: src/core/dbus-unit.c:716
+msgid ""
+"Authentication is required to delete files and directories associated with "
+"'$(unit)'."
msgstr ""
"Authenticatie is vereist voor het verwijderen van bestanden en mappen die "
"gerelateerd zijn aan '$(unit)'."
-#: src/core/dbus-unit.c:776
-msgid "Authentication is required to freeze or thaw the processes of '$(unit)' unit."
+#: src/core/dbus-unit.c:764
+msgid ""
+"Authentication is required to freeze or thaw the processes of '$(unit)' unit."
msgstr ""
"Authenticatie is vereist voor het bevriezen of ontdooien van de processen "
"die behoren tot '$(unit)'."
diff --git a/po/pa.po b/po/pa.po
index f62a957e8d2..b3c3a7c8ea0 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -4,10 +4,11 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-07-14 10:32+0100\n"
+"POT-Creation-Date: 2023-11-14 21:25+0000\n"
"PO-Revision-Date: 2023-03-14 02:20+0000\n"
"Last-Translator: A S Alam <amanpreet.alam@gmail.com>\n"
-"Language-Team: Punjabi <https://translate.fedoraproject.org/projects/systemd/master/pa/>\n"
+"Language-Team: Punjabi <https://translate.fedoraproject.org/projects/systemd/"
+"master/pa/>\n"
"Language: pa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -20,7 +21,8 @@ msgid "Send passphrase back to system"
msgstr "ਵਾਕ ਵਾਪਸ ਸਿਸਟਮ ਨੂੰ ਭੇਜੋ"
#: src/core/org.freedesktop.systemd1.policy.in:23
-msgid "Authentication is required to send the entered passphrase back to the system."
+msgid ""
+"Authentication is required to send the entered passphrase back to the system."
msgstr "ਦਿੱਤਾ ਵਾਕ ਸਿਸਟਮ ਨੂੰ ਵਾਪਸ ਭੇਜਣ ਲਈ ਪਰਮਾਣਕਿਤਾ ਚਾਹੀਦੀ ਹੈ।"
#: src/core/org.freedesktop.systemd1.policy.in:33
@@ -44,7 +46,9 @@ msgid "Set or unset system and service manager environment variables"
msgstr ""
#: src/core/org.freedesktop.systemd1.policy.in:55
-msgid "Authentication is required to set or unset system and service manager environment variables."
+msgid ""
+"Authentication is required to set or unset system and service manager "
+"environment variables."
msgstr ""
#: src/core/org.freedesktop.systemd1.policy.in:64
@@ -61,7 +65,8 @@ msgstr ""
#: src/core/org.freedesktop.systemd1.policy.in:75
#, fuzzy
-msgid "Authentication is required to dump the systemd state without rate limits."
+msgid ""
+"Authentication is required to dump the systemd state without rate limits."
msgstr "systemd ਹਾਲਤ ਲੋਡ ਕਰਨ ਲਈ ਪਰਮਾਣਕਿਤਾ ਚਾਹੀਦੀ ਹੈ।"
#: src/home/org.freedesktop.home1.policy:13
@@ -85,7 +90,8 @@ msgid "Check credentials of a home area"
msgstr ""
#: src/home/org.freedesktop.home1.policy:34
-msgid "Authentication is required to check credentials against a user's home area."
+msgid ""
+"Authentication is required to check credentials against a user's home area."
msgstr ""
#: src/home/org.freedesktop.home1.policy:43
@@ -109,12 +115,15 @@ msgid "Change password of a home area"
msgstr ""
#: src/home/org.freedesktop.home1.policy:64
-msgid "Authentication is required to change the password of a user's home area."
+msgid ""
+"Authentication is required to change the password of a user's home area."
msgstr ""
#: src/home/pam_systemd_home.c:287
#, c-format
-msgid "Home of user %s is currently absent, please plug in the necessary storage device or backing file system."
+msgid ""
+"Home of user %s is currently absent, please plug in the necessary storage "
+"device or backing file system."
msgstr ""
#: src/home/pam_systemd_home.c:292
@@ -141,7 +150,9 @@ msgstr ""
#: src/home/pam_systemd_home.c:331
#, c-format
-msgid "Password/recovery key incorrect or not sufficient for authentication of user %s."
+msgid ""
+"Password/recovery key incorrect or not sufficient for authentication of user "
+"%s."
msgstr ""
#: src/home/pam_systemd_home.c:332
@@ -159,7 +170,9 @@ msgstr ""
#: src/home/pam_systemd_home.c:355
#, c-format
-msgid "Password incorrect or not sufficient, and configured security token of user %s not inserted."
+msgid ""
+"Password incorrect or not sufficient, and configured security token of user "
+"%s not inserted."
msgstr ""
#: src/home/pam_systemd_home.c:376
@@ -182,7 +195,9 @@ msgid "Please verify user on security token of user %s."
msgstr ""
#: src/home/pam_systemd_home.c:424
-msgid "Security token PIN is locked, please unlock it first. (Hint: Removal and re-insertion might suffice.)"
+msgid ""
+"Security token PIN is locked, please unlock it first. (Hint: Removal and re-"
+"insertion might suffice.)"
msgstr ""
#: src/home/pam_systemd_home.c:432
@@ -270,7 +285,9 @@ msgid "Set static hostname"
msgstr ""
#: src/hostname/org.freedesktop.hostname1.policy:31
-msgid "Authentication is required to set the statically configured local hostname, as well as the pretty hostname."
+msgid ""
+"Authentication is required to set the statically configured local hostname, "
+"as well as the pretty hostname."
msgstr ""
#: src/hostname/org.freedesktop.hostname1.policy:41
@@ -352,7 +369,8 @@ msgid "Allow applications to inhibit system shutdown"
msgstr ""
#: src/login/org.freedesktop.login1.policy:23
-msgid "Authentication is required for an application to inhibit system shutdown."
+msgid ""
+"Authentication is required for an application to inhibit system shutdown."
msgstr ""
#: src/login/org.freedesktop.login1.policy:33
@@ -384,7 +402,9 @@ msgid "Allow applications to inhibit automatic system suspend"
msgstr ""
#: src/login/org.freedesktop.login1.policy:66
-msgid "Authentication is required for an application to inhibit automatic system suspend."
+msgid ""
+"Authentication is required for an application to inhibit automatic system "
+"suspend."
msgstr ""
#: src/login/org.freedesktop.login1.policy:75
@@ -392,7 +412,9 @@ msgid "Allow applications to inhibit system handling of the power key"
msgstr ""
#: src/login/org.freedesktop.login1.policy:76
-msgid "Authentication is required for an application to inhibit system handling of the power key."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the power key."
msgstr ""
#: src/login/org.freedesktop.login1.policy:86
@@ -400,7 +422,9 @@ msgid "Allow applications to inhibit system handling of the suspend key"
msgstr ""
#: src/login/org.freedesktop.login1.policy:87
-msgid "Authentication is required for an application to inhibit system handling of the suspend key."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the suspend key."
msgstr ""
#: src/login/org.freedesktop.login1.policy:97
@@ -408,7 +432,9 @@ msgid "Allow applications to inhibit system handling of the hibernate key"
msgstr ""
#: src/login/org.freedesktop.login1.policy:98
-msgid "Authentication is required for an application to inhibit system handling of the hibernate key."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the hibernate key."
msgstr ""
#: src/login/org.freedesktop.login1.policy:107
@@ -416,7 +442,9 @@ msgid "Allow applications to inhibit system handling of the lid switch"
msgstr ""
#: src/login/org.freedesktop.login1.policy:108
-msgid "Authentication is required for an application to inhibit system handling of the lid switch."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the lid switch."
msgstr ""
#: src/login/org.freedesktop.login1.policy:117
@@ -425,7 +453,9 @@ msgstr ""
#: src/login/org.freedesktop.login1.policy:118
#, fuzzy
-msgid "Authentication is required for an application to inhibit system handling of the reboot key."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the reboot key."
msgstr "ਸਿਸਟਮ ਸੇਵਾਵਾਂ ਜਾਂ ਹੋਰ ਇਕਾਈਆਂ ਦੇ ਇੰਤਜਾਮ ਲਈ ਪਰਮਾਣਕਿਤਾ ਚਾਹੀਦੀ ਹੈ।"
#: src/login/org.freedesktop.login1.policy:128
@@ -473,7 +503,9 @@ msgid "Power off the system while other users are logged in"
msgstr ""
#: src/login/org.freedesktop.login1.policy:181
-msgid "Authentication is required to power off the system while other users are logged in."
+msgid ""
+"Authentication is required to power off the system while other users are "
+"logged in."
msgstr ""
#: src/login/org.freedesktop.login1.policy:191
@@ -481,7 +513,9 @@ msgid "Power off the system while an application is inhibiting this"
msgstr ""
#: src/login/org.freedesktop.login1.policy:192
-msgid "Authentication is required to power off the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to power off the system while an application is "
+"inhibiting this."
msgstr ""
#: src/login/org.freedesktop.login1.policy:202
@@ -497,7 +531,9 @@ msgid "Reboot the system while other users are logged in"
msgstr ""
#: src/login/org.freedesktop.login1.policy:214
-msgid "Authentication is required to reboot the system while other users are logged in."
+msgid ""
+"Authentication is required to reboot the system while other users are logged "
+"in."
msgstr ""
#: src/login/org.freedesktop.login1.policy:224
@@ -505,7 +541,9 @@ msgid "Reboot the system while an application is inhibiting this"
msgstr ""
#: src/login/org.freedesktop.login1.policy:225
-msgid "Authentication is required to reboot the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to reboot the system while an application is "
+"inhibiting this."
msgstr ""
#: src/login/org.freedesktop.login1.policy:235
@@ -521,7 +559,9 @@ msgid "Halt the system while other users are logged in"
msgstr ""
#: src/login/org.freedesktop.login1.policy:247
-msgid "Authentication is required to halt the system while other users are logged in."
+msgid ""
+"Authentication is required to halt the system while other users are logged "
+"in."
msgstr ""
#: src/login/org.freedesktop.login1.policy:257
@@ -529,7 +569,9 @@ msgid "Halt the system while an application is inhibiting this"
msgstr ""
#: src/login/org.freedesktop.login1.policy:258
-msgid "Authentication is required to halt the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to halt the system while an application is "
+"inhibiting this."
msgstr ""
#: src/login/org.freedesktop.login1.policy:268
@@ -545,7 +587,9 @@ msgid "Suspend the system while other users are logged in"
msgstr ""
#: src/login/org.freedesktop.login1.policy:279
-msgid "Authentication is required to suspend the system while other users are logged in."
+msgid ""
+"Authentication is required to suspend the system while other users are "
+"logged in."
msgstr ""
#: src/login/org.freedesktop.login1.policy:289
@@ -553,7 +597,9 @@ msgid "Suspend the system while an application is inhibiting this"
msgstr ""
#: src/login/org.freedesktop.login1.policy:290
-msgid "Authentication is required to suspend the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to suspend the system while an application is "
+"inhibiting this."
msgstr ""
#: src/login/org.freedesktop.login1.policy:300
@@ -569,7 +615,9 @@ msgid "Hibernate the system while other users are logged in"
msgstr ""
#: src/login/org.freedesktop.login1.policy:311
-msgid "Authentication is required to hibernate the system while other users are logged in."
+msgid ""
+"Authentication is required to hibernate the system while other users are "
+"logged in."
msgstr ""
#: src/login/org.freedesktop.login1.policy:321
@@ -577,7 +625,9 @@ msgid "Hibernate the system while an application is inhibiting this"
msgstr ""
#: src/login/org.freedesktop.login1.policy:322
-msgid "Authentication is required to hibernate the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to hibernate the system while an application is "
+"inhibiting this."
msgstr ""
#: src/login/org.freedesktop.login1.policy:332
@@ -609,7 +659,9 @@ msgid "Indicate to the firmware to boot to setup interface"
msgstr ""
#: src/login/org.freedesktop.login1.policy:364
-msgid "Authentication is required to indicate to the firmware to boot to setup interface."
+msgid ""
+"Authentication is required to indicate to the firmware to boot to setup "
+"interface."
msgstr ""
#: src/login/org.freedesktop.login1.policy:374
@@ -617,7 +669,9 @@ msgid "Indicate to the boot loader to boot to the boot loader menu"
msgstr ""
#: src/login/org.freedesktop.login1.policy:375
-msgid "Authentication is required to indicate to the boot loader to boot to the boot loader menu."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot to the "
+"boot loader menu."
msgstr ""
#: src/login/org.freedesktop.login1.policy:385
@@ -625,7 +679,9 @@ msgid "Indicate to the boot loader to boot a specific entry"
msgstr ""
#: src/login/org.freedesktop.login1.policy:386
-msgid "Authentication is required to indicate to the boot loader to boot into a specific boot loader entry."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot into a "
+"specific boot loader entry."
msgstr ""
#: src/login/org.freedesktop.login1.policy:396
@@ -681,7 +737,8 @@ msgid "Acquire a pseudo TTY in a local container"
msgstr ""
#: src/machine/org.freedesktop.machine1.policy:65
-msgid "Authentication is required to acquire a pseudo TTY in a local container."
+msgid ""
+"Authentication is required to acquire a pseudo TTY in a local container."
msgstr ""
#: src/machine/org.freedesktop.machine1.policy:74
@@ -697,7 +754,8 @@ msgid "Manage local virtual machines and containers"
msgstr ""
#: src/machine/org.freedesktop.machine1.policy:85
-msgid "Authentication is required to manage local virtual machines and containers."
+msgid ""
+"Authentication is required to manage local virtual machines and containers."
msgstr ""
#: src/machine/org.freedesktop.machine1.policy:95
@@ -705,7 +763,9 @@ msgid "Manage local virtual machine and container images"
msgstr ""
#: src/machine/org.freedesktop.machine1.policy:96
-msgid "Authentication is required to manage local virtual machine and container images."
+msgid ""
+"Authentication is required to manage local virtual machine and container "
+"images."
msgstr ""
#: src/network/org.freedesktop.network1.policy:22
@@ -857,7 +917,8 @@ msgid "Attach or detach a portable service image"
msgstr ""
#: src/portable/org.freedesktop.portable1.policy:24
-msgid "Authentication is required to attach or detach a portable service image."
+msgid ""
+"Authentication is required to attach or detach a portable service image."
msgstr ""
#: src/portable/org.freedesktop.portable1.policy:34
@@ -865,7 +926,8 @@ msgid "Delete or modify portable service image"
msgstr ""
#: src/portable/org.freedesktop.portable1.policy:35
-msgid "Authentication is required to delete or modify a portable service image."
+msgid ""
+"Authentication is required to delete or modify a portable service image."
msgstr ""
#: src/resolve/org.freedesktop.resolve1.policy:22
@@ -913,7 +975,9 @@ msgid "Set RTC to local timezone or UTC"
msgstr ""
#: src/timedate/org.freedesktop.timedate1.policy:44
-msgid "Authentication is required to control whether the RTC stores the local or UTC time."
+msgid ""
+"Authentication is required to control whether the RTC stores the local or "
+"UTC time."
msgstr ""
#: src/timedate/org.freedesktop.timedate1.policy:53
@@ -921,41 +985,48 @@ msgid "Turn network time synchronization on or off"
msgstr ""
#: src/timedate/org.freedesktop.timedate1.policy:54
-msgid "Authentication is required to control whether network time synchronization shall be enabled."
+msgid ""
+"Authentication is required to control whether network time synchronization "
+"shall be enabled."
msgstr ""
-#: src/core/dbus-unit.c:364
+#: src/core/dbus-unit.c:352
msgid "Authentication is required to start '$(unit)'."
msgstr ""
-#: src/core/dbus-unit.c:365
+#: src/core/dbus-unit.c:353
msgid "Authentication is required to stop '$(unit)'."
msgstr ""
-#: src/core/dbus-unit.c:366
+#: src/core/dbus-unit.c:354
msgid "Authentication is required to reload '$(unit)'."
msgstr ""
-#: src/core/dbus-unit.c:367 src/core/dbus-unit.c:368
+#: src/core/dbus-unit.c:355 src/core/dbus-unit.c:356
msgid "Authentication is required to restart '$(unit)'."
msgstr ""
-#: src/core/dbus-unit.c:565
-msgid "Authentication is required to send a UNIX signal to the processes of '$(unit)'."
+#: src/core/dbus-unit.c:553
+msgid ""
+"Authentication is required to send a UNIX signal to the processes of "
+"'$(unit)'."
msgstr ""
-#: src/core/dbus-unit.c:595
+#: src/core/dbus-unit.c:583
msgid "Authentication is required to reset the \"failed\" state of '$(unit)'."
msgstr ""
-#: src/core/dbus-unit.c:627
+#: src/core/dbus-unit.c:615
msgid "Authentication is required to set properties on '$(unit)'."
msgstr ""
-#: src/core/dbus-unit.c:728
-msgid "Authentication is required to delete files and directories associated with '$(unit)'."
+#: src/core/dbus-unit.c:716
+msgid ""
+"Authentication is required to delete files and directories associated with "
+"'$(unit)'."
msgstr ""
-#: src/core/dbus-unit.c:776
-msgid "Authentication is required to freeze or thaw the processes of '$(unit)' unit."
+#: src/core/dbus-unit.c:764
+msgid ""
+"Authentication is required to freeze or thaw the processes of '$(unit)' unit."
msgstr ""
diff --git a/po/pl.po b/po/pl.po
index ab0668c19c0..7819e168cbd 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-07-14 10:32+0100\n"
+"POT-Creation-Date: 2023-11-14 21:25+0000\n"
"PO-Revision-Date: 2023-07-15 10:56+0000\n"
"Last-Translator: Piotr Drąg <piotrdrag@gmail.com>\n"
"Language-Team: Polish <https://translate.fedoraproject.org/projects/systemd/"
@@ -24,8 +24,11 @@ msgid "Send passphrase back to system"
msgstr "Wysłanie hasła z powrotem do systemu"
#: src/core/org.freedesktop.systemd1.policy.in:23
-msgid "Authentication is required to send the entered passphrase back to the system."
-msgstr "Wymagane jest uwierzytelnienie, aby wysłać podane hasło z powrotem do systemu."
+msgid ""
+"Authentication is required to send the entered passphrase back to the system."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby wysłać podane hasło z powrotem do "
+"systemu."
#: src/core/org.freedesktop.systemd1.policy.in:33
msgid "Manage system services or other units"
@@ -33,7 +36,9 @@ msgstr "Zarządzanie usługami lub innymi jednostkami systemu"
#: src/core/org.freedesktop.systemd1.policy.in:34
msgid "Authentication is required to manage system services or other units."
-msgstr "Wymagane jest uwierzytelnienie, aby zarządzać usługami lub innymi jednostkami systemu."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby zarządzać usługami lub innymi "
+"jednostkami systemu."
#: src/core/org.freedesktop.systemd1.policy.in:43
msgid "Manage system service or unit files"
@@ -41,15 +46,22 @@ msgstr "Zarządzanie plikami usług lub jednostek systemu"
#: src/core/org.freedesktop.systemd1.policy.in:44
msgid "Authentication is required to manage system service or unit files."
-msgstr "Wymagane jest uwierzytelnienie, aby zarządzać plikami usług lub jednostek systemu."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby zarządzać plikami usług lub jednostek "
+"systemu."
#: src/core/org.freedesktop.systemd1.policy.in:54
msgid "Set or unset system and service manager environment variables"
-msgstr "Ustawienie lub usunięcie zmiennych środowiskowych menedżera systemu i usług"
+msgstr ""
+"Ustawienie lub usunięcie zmiennych środowiskowych menedżera systemu i usług"
#: src/core/org.freedesktop.systemd1.policy.in:55
-msgid "Authentication is required to set or unset system and service manager environment variables."
-msgstr "Wymagane jest uwierzytelnienie, aby ustawić lub usunąć zmienne środowiskowe menedżera systemu i usług."
+msgid ""
+"Authentication is required to set or unset system and service manager "
+"environment variables."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby ustawić lub usunąć zmienne środowiskowe "
+"menedżera systemu i usług."
#: src/core/org.freedesktop.systemd1.policy.in:64
msgid "Reload the systemd state"
@@ -64,8 +76,11 @@ msgid "Dump the systemd state without rate limits"
msgstr "Zrzucenie stanu systemd bez ograniczeń częstotliwości"
#: src/core/org.freedesktop.systemd1.policy.in:75
-msgid "Authentication is required to dump the systemd state without rate limits."
-msgstr "Wymagane jest uwierzytelnienie, aby zrzucić stan systemd bez ograniczeń częstotliwości."
+msgid ""
+"Authentication is required to dump the systemd state without rate limits."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby zrzucić stan systemd bez ograniczeń "
+"częstotliwości."
#: src/home/org.freedesktop.home1.policy:13
msgid "Create a home area"
@@ -73,7 +88,8 @@ msgstr "Utworzenie przestrzeni domowej"
#: src/home/org.freedesktop.home1.policy:14
msgid "Authentication is required to create a user's home area."
-msgstr "Wymagane jest uwierzytelnienie, aby utworzyć przestrzeń domową użytkownika."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby utworzyć przestrzeń domową użytkownika."
#: src/home/org.freedesktop.home1.policy:23
msgid "Remove a home area"
@@ -81,15 +97,19 @@ msgstr "Usunięcie przestrzeni domowej"
#: src/home/org.freedesktop.home1.policy:24
msgid "Authentication is required to remove a user's home area."
-msgstr "Wymagane jest uwierzytelnienie, aby usunąć przestrzeń domową użytkownika."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby usunąć przestrzeń domową użytkownika."
#: src/home/org.freedesktop.home1.policy:33
msgid "Check credentials of a home area"
msgstr "Sprawdzenie danych uwierzytelniających przestrzeni domowej"
#: src/home/org.freedesktop.home1.policy:34
-msgid "Authentication is required to check credentials against a user's home area."
-msgstr "Wymagane jest uwierzytelnienie, aby sprawdzić dane uwierzytelniające przestrzeni domowej użytkownika."
+msgid ""
+"Authentication is required to check credentials against a user's home area."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby sprawdzić dane uwierzytelniające "
+"przestrzeni domowej użytkownika."
#: src/home/org.freedesktop.home1.policy:43
msgid "Update a home area"
@@ -97,7 +117,9 @@ msgstr "Aktualizacja przestrzeni domowej"
#: src/home/org.freedesktop.home1.policy:44
msgid "Authentication is required to update a user's home area."
-msgstr "Wymagane jest uwierzytelnienie, aby zaktualizować przestrzeń domową użytkownika."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby zaktualizować przestrzeń domową "
+"użytkownika."
#: src/home/org.freedesktop.home1.policy:53
msgid "Resize a home area"
@@ -105,19 +127,26 @@ msgstr "Zmiana rozmiaru przestrzeni domowej"
#: src/home/org.freedesktop.home1.policy:54
msgid "Authentication is required to resize a user's home area."
-msgstr "Wymagane jest uwierzytelnienie, aby zmienić rozmiar przestrzeni domowej użytkownika."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby zmienić rozmiar przestrzeni domowej "
+"użytkownika."
#: src/home/org.freedesktop.home1.policy:63
msgid "Change password of a home area"
msgstr "Zmiana hasła przestrzeni domowej"
#: src/home/org.freedesktop.home1.policy:64
-msgid "Authentication is required to change the password of a user's home area."
-msgstr "Wymagane jest uwierzytelnienie, aby zmienić hasło przestrzeni domowej użytkownika."
+msgid ""
+"Authentication is required to change the password of a user's home area."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby zmienić hasło przestrzeni domowej "
+"użytkownika."
#: src/home/pam_systemd_home.c:287
#, c-format
-msgid "Home of user %s is currently absent, please plug in the necessary storage device or backing file system."
+msgid ""
+"Home of user %s is currently absent, please plug in the necessary storage "
+"device or backing file system."
msgstr ""
"Katalog domowy użytkownika %s jest teraz nieobecny, proszę podłączyć "
"wymagane urządzenie do przechowywania danych lub system plików, na którym "
@@ -149,7 +178,9 @@ msgstr "Klucz odzyskiwania: "
#: src/home/pam_systemd_home.c:331
#, c-format
-msgid "Password/recovery key incorrect or not sufficient for authentication of user %s."
+msgid ""
+"Password/recovery key incorrect or not sufficient for authentication of user "
+"%s."
msgstr ""
"Hasło/klucz odzyskiwania jest niepoprawny lub niewystarczający do "
"uwierzytelnienia użytkownika %s."
@@ -169,7 +200,9 @@ msgstr "Proszę spróbować ponownie za pomocą hasła: "
#: src/home/pam_systemd_home.c:355
#, c-format
-msgid "Password incorrect or not sufficient, and configured security token of user %s not inserted."
+msgid ""
+"Password incorrect or not sufficient, and configured security token of user "
+"%s not inserted."
msgstr ""
"Hasło jest niepoprawne lub niewystarczające, a skonfigurowany token "
"zabezpieczeń użytkownika %s nie jest włożony."
@@ -191,10 +224,13 @@ msgstr "Proszę potwierdzić obecność na tokenie zabezpieczeń użytkownika %s
#: src/home/pam_systemd_home.c:415
#, c-format
msgid "Please verify user on security token of user %s."
-msgstr "Proszę zweryfikować użytkownika na tokenie zabezpieczeń użytkownika %s."
+msgstr ""
+"Proszę zweryfikować użytkownika na tokenie zabezpieczeń użytkownika %s."
#: src/home/pam_systemd_home.c:424
-msgid "Security token PIN is locked, please unlock it first. (Hint: Removal and re-insertion might suffice.)"
+msgid ""
+"Security token PIN is locked, please unlock it first. (Hint: Removal and re-"
+"insertion might suffice.)"
msgstr ""
"Kod PIN tokena zabezpieczeń jest zablokowany, proszę najpierw go odblokować "
"(wskazówka: wyjęcie i włożenie ponownie może wystarczyć)."
@@ -292,8 +328,12 @@ msgid "Set static hostname"
msgstr "Ustawienie statycznej nazwy komputera"
#: src/hostname/org.freedesktop.hostname1.policy:31
-msgid "Authentication is required to set the statically configured local hostname, as well as the pretty hostname."
-msgstr "Wymagane jest uwierzytelnienie, aby ustawić statycznie skonfigurowaną nazwę lokalnego komputera, a także jego nazwę czytelną dla człowieka."
+msgid ""
+"Authentication is required to set the statically configured local hostname, "
+"as well as the pretty hostname."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby ustawić statycznie skonfigurowaną nazwę "
+"lokalnego komputera, a także jego nazwę czytelną dla człowieka."
#: src/hostname/org.freedesktop.hostname1.policy:41
msgid "Set machine information"
@@ -301,7 +341,8 @@ msgstr "Ustawienie informacji o komputerze"
#: src/hostname/org.freedesktop.hostname1.policy:42
msgid "Authentication is required to set local machine information."
-msgstr "Wymagane jest uwierzytelnienie, aby ustawić informacje o lokalnym komputerze."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby ustawić informacje o lokalnym komputerze."
#: src/hostname/org.freedesktop.hostname1.policy:51
msgid "Get product UUID"
@@ -333,7 +374,9 @@ msgstr "Import obrazu maszyny wirtualnej lub kontenera"
#: src/import/org.freedesktop.import1.policy:23
msgid "Authentication is required to import a VM or container image"
-msgstr "Wymagane jest uwierzytelnienie, aby zaimportować obraz maszyny wirtualnej lub kontenera"
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby zaimportować obraz maszyny wirtualnej "
+"lub kontenera"
#: src/import/org.freedesktop.import1.policy:32
msgid "Export a VM or container image"
@@ -341,7 +384,9 @@ msgstr "Eksport obrazu maszyny wirtualnej lub kontenera"
#: src/import/org.freedesktop.import1.policy:33
msgid "Authentication is required to export a VM or container image"
-msgstr "Wymagane jest uwierzytelnienie, aby wyeksportować obraz maszyny wirtualnej lub kontenera"
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby wyeksportować obraz maszyny wirtualnej "
+"lub kontenera"
#: src/import/org.freedesktop.import1.policy:42
msgid "Download a VM or container image"
@@ -349,7 +394,9 @@ msgstr "Pobranie obrazu maszyny wirtualnej lub kontenera"
#: src/import/org.freedesktop.import1.policy:43
msgid "Authentication is required to download a VM or container image"
-msgstr "Wymagane jest uwierzytelnienie, aby pobrać obraz maszyny wirtualnej lub kontenera"
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby pobrać obraz maszyny wirtualnej lub "
+"kontenera"
#: src/locale/org.freedesktop.locale1.policy:22
msgid "Set system locale"
@@ -372,7 +419,8 @@ msgid "Allow applications to inhibit system shutdown"
msgstr "Zezwolenie programom na wstrzymywanie wyłączenia systemu"
#: src/login/org.freedesktop.login1.policy:23
-msgid "Authentication is required for an application to inhibit system shutdown."
+msgid ""
+"Authentication is required for an application to inhibit system shutdown."
msgstr "Program wymaga uwierzytelnienia, aby wstrzymać wyłączenie systemu."
#: src/login/org.freedesktop.login1.policy:33
@@ -404,48 +452,77 @@ msgid "Allow applications to inhibit automatic system suspend"
msgstr "Zezwolenie programom na wstrzymanie automatycznego uśpienia systemu"
#: src/login/org.freedesktop.login1.policy:66
-msgid "Authentication is required for an application to inhibit automatic system suspend."
-msgstr "Program wymaga uwierzytelnienia, aby wstrzymać automatyczne uśpienie systemu."
+msgid ""
+"Authentication is required for an application to inhibit automatic system "
+"suspend."
+msgstr ""
+"Program wymaga uwierzytelnienia, aby wstrzymać automatyczne uśpienie systemu."
#: src/login/org.freedesktop.login1.policy:75
msgid "Allow applications to inhibit system handling of the power key"
-msgstr "Zezwolenie programom na wstrzymanie obsługi klawisza zasilania przez system"
+msgstr ""
+"Zezwolenie programom na wstrzymanie obsługi klawisza zasilania przez system"
#: src/login/org.freedesktop.login1.policy:76
-msgid "Authentication is required for an application to inhibit system handling of the power key."
-msgstr "Program wymaga uwierzytelnienia, aby wstrzymać obsługę klawisza zasilania przez system."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the power key."
+msgstr ""
+"Program wymaga uwierzytelnienia, aby wstrzymać obsługę klawisza zasilania "
+"przez system."
#: src/login/org.freedesktop.login1.policy:86
msgid "Allow applications to inhibit system handling of the suspend key"
-msgstr "Zezwolenie programom na wstrzymanie obsługi klawisza uśpienia przez system"
+msgstr ""
+"Zezwolenie programom na wstrzymanie obsługi klawisza uśpienia przez system"
#: src/login/org.freedesktop.login1.policy:87
-msgid "Authentication is required for an application to inhibit system handling of the suspend key."
-msgstr "Program wymaga uwierzytelnienia, aby wstrzymać obsługę klawisza uśpienia przez system."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the suspend key."
+msgstr ""
+"Program wymaga uwierzytelnienia, aby wstrzymać obsługę klawisza uśpienia "
+"przez system."
#: src/login/org.freedesktop.login1.policy:97
msgid "Allow applications to inhibit system handling of the hibernate key"
-msgstr "Zezwolenie programom na wstrzymanie obsługi klawisza hibernacji przez system"
+msgstr ""
+"Zezwolenie programom na wstrzymanie obsługi klawisza hibernacji przez system"
#: src/login/org.freedesktop.login1.policy:98
-msgid "Authentication is required for an application to inhibit system handling of the hibernate key."
-msgstr "Program wymaga uwierzytelnienia, aby wstrzymać obsługę klawisza hibernacji przez system."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the hibernate key."
+msgstr ""
+"Program wymaga uwierzytelnienia, aby wstrzymać obsługę klawisza hibernacji "
+"przez system."
#: src/login/org.freedesktop.login1.policy:107
msgid "Allow applications to inhibit system handling of the lid switch"
-msgstr "Zezwolenie programom na wstrzymanie obsługi przełącznika pokrywy przez system"
+msgstr ""
+"Zezwolenie programom na wstrzymanie obsługi przełącznika pokrywy przez system"
#: src/login/org.freedesktop.login1.policy:108
-msgid "Authentication is required for an application to inhibit system handling of the lid switch."
-msgstr "Program wymaga uwierzytelnienia, aby wstrzymać obsługę przełącznika pokrywy przez system."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the lid switch."
+msgstr ""
+"Program wymaga uwierzytelnienia, aby wstrzymać obsługę przełącznika pokrywy "
+"przez system."
#: src/login/org.freedesktop.login1.policy:117
msgid "Allow applications to inhibit system handling of the reboot key"
-msgstr "Zezwolenie programom na wstrzymanie obsługi klawisza ponownego uruchomienia przez system"
+msgstr ""
+"Zezwolenie programom na wstrzymanie obsługi klawisza ponownego uruchomienia "
+"przez system"
#: src/login/org.freedesktop.login1.policy:118
-msgid "Authentication is required for an application to inhibit system handling of the reboot key."
-msgstr "Program wymaga uwierzytelnienia, aby wstrzymać obsługę klawisza ponownego uruchomienia przez system."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the reboot key."
+msgstr ""
+"Program wymaga uwierzytelnienia, aby wstrzymać obsługę klawisza ponownego "
+"uruchomienia przez system."
#: src/login/org.freedesktop.login1.policy:128
msgid "Allow non-logged-in user to run programs"
@@ -453,7 +530,9 @@ msgstr "Zezwolenie niezalogowanemu użytkownikowi na uruchamianie programów"
#: src/login/org.freedesktop.login1.policy:129
msgid "Explicit request is required to run programs as a non-logged-in user."
-msgstr "Wymagane jest bezpośrednie żądanie, aby uruchamiać programy jako niezalogowany użytkownik."
+msgstr ""
+"Wymagane jest bezpośrednie żądanie, aby uruchamiać programy jako "
+"niezalogowany użytkownik."
#: src/login/org.freedesktop.login1.policy:138
msgid "Allow non-logged-in users to run programs"
@@ -461,7 +540,9 @@ msgstr "Zezwolenie niezalogowanym użytkownikom na uruchamianie programów"
#: src/login/org.freedesktop.login1.policy:139
msgid "Authentication is required to run programs as a non-logged-in user."
-msgstr "Wymagane jest uwierzytelnienie, aby uruchamiać programy jako niezalogowany użytkownik."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby uruchamiać programy jako niezalogowany "
+"użytkownik."
#: src/login/org.freedesktop.login1.policy:148
msgid "Allow attaching devices to seats"
@@ -469,7 +550,8 @@ msgstr "Zezwolenie na podłączanie urządzeń do stanowisk"
#: src/login/org.freedesktop.login1.policy:149
msgid "Authentication is required to attach a device to a seat."
-msgstr "Wymagane jest uwierzytelnienie, aby podłączyć urządzenie do stanowiska."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby podłączyć urządzenie do stanowiska."
#: src/login/org.freedesktop.login1.policy:159
msgid "Flush device to seat attachments"
@@ -477,7 +559,9 @@ msgstr "Usunięcie podłączenia urządzeń do stanowisk"
#: src/login/org.freedesktop.login1.policy:160
msgid "Authentication is required to reset how devices are attached to seats."
-msgstr "Wymagane jest uwierzytelnienie, aby ponownie ustawić sposób podłączenia urządzeń do stanowisk."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby ponownie ustawić sposób podłączenia "
+"urządzeń do stanowisk."
#: src/login/org.freedesktop.login1.policy:169
msgid "Power off the system"
@@ -492,16 +576,24 @@ msgid "Power off the system while other users are logged in"
msgstr "Wyłączenie systemu, kiedy są zalogowani inni użytkownicy"
#: src/login/org.freedesktop.login1.policy:181
-msgid "Authentication is required to power off the system while other users are logged in."
-msgstr "Wymagane jest uwierzytelnienie, aby wyłączyć system, kiedy są zalogowani inni użytkownicy."
+msgid ""
+"Authentication is required to power off the system while other users are "
+"logged in."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby wyłączyć system, kiedy są zalogowani "
+"inni użytkownicy."
#: src/login/org.freedesktop.login1.policy:191
msgid "Power off the system while an application is inhibiting this"
msgstr "Wyłączenie systemu, kiedy program je wstrzymuje"
#: src/login/org.freedesktop.login1.policy:192
-msgid "Authentication is required to power off the system while an application is inhibiting this."
-msgstr "Wymagane jest uwierzytelnienie, aby wyłączyć system, kiedy program to wstrzymuje."
+msgid ""
+"Authentication is required to power off the system while an application is "
+"inhibiting this."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby wyłączyć system, kiedy program to "
+"wstrzymuje."
#: src/login/org.freedesktop.login1.policy:202
msgid "Reboot the system"
@@ -516,16 +608,24 @@ msgid "Reboot the system while other users are logged in"
msgstr "Ponowne uruchomienie systemu, kiedy są zalogowani inni użytkownicy"
#: src/login/org.freedesktop.login1.policy:214
-msgid "Authentication is required to reboot the system while other users are logged in."
-msgstr "Wymagane jest uwierzytelnienie, aby ponownie uruchomić system, kiedy są zalogowani inni użytkownicy."
+msgid ""
+"Authentication is required to reboot the system while other users are logged "
+"in."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby ponownie uruchomić system, kiedy są "
+"zalogowani inni użytkownicy."
#: src/login/org.freedesktop.login1.policy:224
msgid "Reboot the system while an application is inhibiting this"
msgstr "Ponowne uruchomienie systemu, kiedy program je wstrzymuje"
#: src/login/org.freedesktop.login1.policy:225
-msgid "Authentication is required to reboot the system while an application is inhibiting this."
-msgstr "Wymagane jest uwierzytelnienie, aby ponownie uruchomić system, kiedy program to wstrzymuje."
+msgid ""
+"Authentication is required to reboot the system while an application is "
+"inhibiting this."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby ponownie uruchomić system, kiedy program "
+"to wstrzymuje."
#: src/login/org.freedesktop.login1.policy:235
msgid "Halt the system"
@@ -540,16 +640,24 @@ msgid "Halt the system while other users are logged in"
msgstr "Zatrzymanie systemu, kiedy są zalogowani inni użytkownicy"
#: src/login/org.freedesktop.login1.policy:247
-msgid "Authentication is required to halt the system while other users are logged in."
-msgstr "Wymagane jest uwierzytelnienie, aby zatrzymać system, kiedy są zalogowani inni użytkownicy."
+msgid ""
+"Authentication is required to halt the system while other users are logged "
+"in."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby zatrzymać system, kiedy są zalogowani "
+"inni użytkownicy."
#: src/login/org.freedesktop.login1.policy:257
msgid "Halt the system while an application is inhibiting this"
msgstr "Zatrzymanie systemu, kiedy program je wstrzymuje"
#: src/login/org.freedesktop.login1.policy:258
-msgid "Authentication is required to halt the system while an application is inhibiting this."
-msgstr "Wymagane jest uwierzytelnienie, aby zatrzymać system, kiedy program to wstrzymuje."
+msgid ""
+"Authentication is required to halt the system while an application is "
+"inhibiting this."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby zatrzymać system, kiedy program to "
+"wstrzymuje."
#: src/login/org.freedesktop.login1.policy:268
msgid "Suspend the system"
@@ -564,16 +672,24 @@ msgid "Suspend the system while other users are logged in"
msgstr "Uśpienie systemu, kiedy są zalogowani inni użytkownicy"
#: src/login/org.freedesktop.login1.policy:279
-msgid "Authentication is required to suspend the system while other users are logged in."
-msgstr "Wymagane jest uwierzytelnienie, aby uśpić system, kiedy są zalogowani inni użytkownicy."
+msgid ""
+"Authentication is required to suspend the system while other users are "
+"logged in."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby uśpić system, kiedy są zalogowani inni "
+"użytkownicy."
#: src/login/org.freedesktop.login1.policy:289
msgid "Suspend the system while an application is inhibiting this"
msgstr "Uśpienie systemu, kiedy program je wstrzymuje"
#: src/login/org.freedesktop.login1.policy:290
-msgid "Authentication is required to suspend the system while an application is inhibiting this."
-msgstr "Wymagane jest uwierzytelnienie, aby uśpić system, kiedy program to wstrzymuje."
+msgid ""
+"Authentication is required to suspend the system while an application is "
+"inhibiting this."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby uśpić system, kiedy program to "
+"wstrzymuje."
#: src/login/org.freedesktop.login1.policy:300
msgid "Hibernate the system"
@@ -588,16 +704,24 @@ msgid "Hibernate the system while other users are logged in"
msgstr "Hibernacja systemu, kiedy są zalogowani inni użytkownicy"
#: src/login/org.freedesktop.login1.policy:311
-msgid "Authentication is required to hibernate the system while other users are logged in."
-msgstr "Wymagane jest uwierzytelnienie, aby zahibernować system, kiedy są zalogowani inni użytkownicy."
+msgid ""
+"Authentication is required to hibernate the system while other users are "
+"logged in."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby zahibernować system, kiedy są zalogowani "
+"inni użytkownicy."
#: src/login/org.freedesktop.login1.policy:321
msgid "Hibernate the system while an application is inhibiting this"
msgstr "Hibernacja systemu, kiedy program ją wstrzymuje"
#: src/login/org.freedesktop.login1.policy:322
-msgid "Authentication is required to hibernate the system while an application is inhibiting this."
-msgstr "Wymagane jest uwierzytelnienie, aby zahibernować system, kiedy program to wstrzymuje."
+msgid ""
+"Authentication is required to hibernate the system while an application is "
+"inhibiting this."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby zahibernować system, kiedy program to "
+"wstrzymuje."
#: src/login/org.freedesktop.login1.policy:332
msgid "Manage active sessions, users and seats"
@@ -605,7 +729,9 @@ msgstr "Zarządzanie aktywnymi sesjami, użytkownikami i stanowiskami"
#: src/login/org.freedesktop.login1.policy:333
msgid "Authentication is required to manage active sessions, users and seats."
-msgstr "Wymagane jest uwierzytelnienie, aby zarządzać aktywnymi sesjami, użytkownikami i stanowiskami."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby zarządzać aktywnymi sesjami, "
+"użytkownikami i stanowiskami."
#: src/login/org.freedesktop.login1.policy:342
msgid "Lock or unlock active sessions"
@@ -613,7 +739,8 @@ msgstr "Zablokowanie lub odblokowanie aktywnych sesji"
#: src/login/org.freedesktop.login1.policy:343
msgid "Authentication is required to lock or unlock active sessions."
-msgstr "Wymagane jest uwierzytelnienie, aby zablokować lub odblokować aktywne sesje."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby zablokować lub odblokować aktywne sesje."
#: src/login/org.freedesktop.login1.policy:352
msgid "Set the reboot \"reason\" in the kernel"
@@ -621,31 +748,45 @@ msgstr "Ustawienie przyczyny ponownego uruchomienia w jądrze"
#: src/login/org.freedesktop.login1.policy:353
msgid "Authentication is required to set the reboot \"reason\" in the kernel."
-msgstr "Wymagane jest uwierzytelnienie, aby ustawić przyczynę ponownego uruchomienia w jądrze."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby ustawić przyczynę ponownego uruchomienia "
+"w jądrze."
#: src/login/org.freedesktop.login1.policy:363
msgid "Indicate to the firmware to boot to setup interface"
msgstr "Wskazanie oprogramowaniu sprzętowemu, aby uruchomić interfejs ustawień"
#: src/login/org.freedesktop.login1.policy:364
-msgid "Authentication is required to indicate to the firmware to boot to setup interface."
-msgstr "Wymagane jest uwierzytelnienie, aby wskazać oprogramowaniu sprzętowemu, że należy uruchomić interfejs ustawień."
+msgid ""
+"Authentication is required to indicate to the firmware to boot to setup "
+"interface."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby wskazać oprogramowaniu sprzętowemu, że "
+"należy uruchomić interfejs ustawień."
#: src/login/org.freedesktop.login1.policy:374
msgid "Indicate to the boot loader to boot to the boot loader menu"
msgstr "Wskazanie programowi startowemu, aby uruchomić jego menu"
#: src/login/org.freedesktop.login1.policy:375
-msgid "Authentication is required to indicate to the boot loader to boot to the boot loader menu."
-msgstr "Wymagane jest uwierzytelnienie, aby wskazać programowi startowemu, że należy uruchomić jego menu."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot to the "
+"boot loader menu."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby wskazać programowi startowemu, że należy "
+"uruchomić jego menu."
#: src/login/org.freedesktop.login1.policy:385
msgid "Indicate to the boot loader to boot a specific entry"
msgstr "Wskazanie programowi startowemu, aby uruchomić podany wpis"
#: src/login/org.freedesktop.login1.policy:386
-msgid "Authentication is required to indicate to the boot loader to boot into a specific boot loader entry."
-msgstr "Wymagane jest uwierzytelnienie, aby wskazać programowi startowemu, że należy uruchomić podany wpis."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot into a "
+"specific boot loader entry."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby wskazać programowi startowemu, że należy "
+"uruchomić podany wpis."
#: src/login/org.freedesktop.login1.policy:396
msgid "Set a wall message"
@@ -669,7 +810,8 @@ msgstr "Logowanie do lokalnego kontenera"
#: src/machine/org.freedesktop.machine1.policy:23
msgid "Authentication is required to log into a local container."
-msgstr "Wymagane jest uwierzytelnienie, aby zalogować się do lokalnego kontenera."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby zalogować się do lokalnego kontenera."
#: src/machine/org.freedesktop.machine1.policy:32
msgid "Log into the local host"
@@ -677,7 +819,8 @@ msgstr "Logowanie do lokalnego komputera"
#: src/machine/org.freedesktop.machine1.policy:33
msgid "Authentication is required to log into the local host."
-msgstr "Wymagane jest uwierzytelnienie, aby zalogować się do lokalnego komputera."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby zalogować się do lokalnego komputera."
#: src/machine/org.freedesktop.machine1.policy:42
msgid "Acquire a shell in a local container"
@@ -685,7 +828,8 @@ msgstr "Uzyskanie powłoki w lokalnym kontenerze"
#: src/machine/org.freedesktop.machine1.policy:43
msgid "Authentication is required to acquire a shell in a local container."
-msgstr "Wymagane jest uwierzytelnienie, aby uzyskać powłokę w lokalnym kontenerze."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby uzyskać powłokę w lokalnym kontenerze."
#: src/machine/org.freedesktop.machine1.policy:53
msgid "Acquire a shell on the local host"
@@ -693,15 +837,18 @@ msgstr "Uzyskanie powłoki na lokalnym komputerze"
#: src/machine/org.freedesktop.machine1.policy:54
msgid "Authentication is required to acquire a shell on the local host."
-msgstr "Wymagane jest uwierzytelnienie, aby uzyskać powłokę na lokalnym komputerze."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby uzyskać powłokę na lokalnym komputerze."
#: src/machine/org.freedesktop.machine1.policy:64
msgid "Acquire a pseudo TTY in a local container"
msgstr "Uzyskanie pseudo-TTY w lokalnym kontenerze"
#: src/machine/org.freedesktop.machine1.policy:65
-msgid "Authentication is required to acquire a pseudo TTY in a local container."
-msgstr "Wymagane jest uwierzytelnienie, aby uzyskać pseudo-TTY w lokalnym kontenerze."
+msgid ""
+"Authentication is required to acquire a pseudo TTY in a local container."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby uzyskać pseudo-TTY w lokalnym kontenerze."
#: src/machine/org.freedesktop.machine1.policy:74
msgid "Acquire a pseudo TTY on the local host"
@@ -709,23 +856,32 @@ msgstr "Uzyskanie pseudo-TTY na lokalnym komputerze"
#: src/machine/org.freedesktop.machine1.policy:75
msgid "Authentication is required to acquire a pseudo TTY on the local host."
-msgstr "Wymagane jest uwierzytelnienie, aby uzyskać pseudo-TTY na lokalnym komputerze."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby uzyskać pseudo-TTY na lokalnym "
+"komputerze."
#: src/machine/org.freedesktop.machine1.policy:84
msgid "Manage local virtual machines and containers"
msgstr "Zarządzanie lokalnymi maszynami wirtualnymi i kontenerami"
#: src/machine/org.freedesktop.machine1.policy:85
-msgid "Authentication is required to manage local virtual machines and containers."
-msgstr "Wymagane jest uwierzytelnienie, aby zarządzać lokalnymi maszynami wirtualnymi i kontenerami."
+msgid ""
+"Authentication is required to manage local virtual machines and containers."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby zarządzać lokalnymi maszynami "
+"wirtualnymi i kontenerami."
#: src/machine/org.freedesktop.machine1.policy:95
msgid "Manage local virtual machine and container images"
msgstr "Zarządzanie lokalnymi obrazami maszyn wirtualnych i kontenerów"
#: src/machine/org.freedesktop.machine1.policy:96
-msgid "Authentication is required to manage local virtual machine and container images."
-msgstr "Wymagane jest uwierzytelnienie, aby zarządzać lokalnymi obrazami maszyn wirtualnych i kontenerów."
+msgid ""
+"Authentication is required to manage local virtual machine and container "
+"images."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby zarządzać lokalnymi obrazami maszyn "
+"wirtualnych i kontenerów."
#: src/network/org.freedesktop.network1.policy:22
msgid "Set NTP servers"
@@ -783,7 +939,8 @@ msgstr "Włączenie/wyłączenie multikastowego DNS"
#: src/network/org.freedesktop.network1.policy:78
#: src/resolve/org.freedesktop.resolve1.policy:89
msgid "Authentication is required to enable or disable multicast DNS."
-msgstr "Wymagane jest uwierzytelnienie, aby włączyć lub wyłączyć multikastowe DNS."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby włączyć lub wyłączyć multikastowe DNS."
#: src/network/org.freedesktop.network1.policy:88
#: src/resolve/org.freedesktop.resolve1.policy:99
@@ -793,7 +950,8 @@ msgstr "Włączenie/wyłączenie DNS przez TLS"
#: src/network/org.freedesktop.network1.policy:89
#: src/resolve/org.freedesktop.resolve1.policy:100
msgid "Authentication is required to enable or disable DNS over TLS."
-msgstr "Wymagane jest uwierzytelnienie, aby włączyć lub wyłączyć DNS przez TLS."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby włączyć lub wyłączyć DNS przez TLS."
#: src/network/org.freedesktop.network1.policy:99
#: src/resolve/org.freedesktop.resolve1.policy:110
@@ -813,7 +971,9 @@ msgstr "Ustawienie negatywnych kotwic zaufania DNSSEC"
#: src/network/org.freedesktop.network1.policy:111
#: src/resolve/org.freedesktop.resolve1.policy:122
msgid "Authentication is required to set DNSSEC Negative Trust Anchors."
-msgstr "Wymagane jest uwierzytelnienie, aby ustawić negatywne kotwice zaufania DNSSEC."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby ustawić negatywne kotwice zaufania "
+"DNSSEC."
#: src/network/org.freedesktop.network1.policy:121
msgid "Revert NTP settings"
@@ -837,7 +997,8 @@ msgstr "Serwer DHCP wysyła komunikat wymuszonego odnowienia"
#: src/network/org.freedesktop.network1.policy:144
msgid "Authentication is required to send force renew message."
-msgstr "Wymagane jest uwierzytelnienie, aby wysłać komunikat wymuszonego odnowienia."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby wysłać komunikat wymuszonego odnowienia."
#: src/network/org.freedesktop.network1.policy:154
msgid "Renew dynamic addresses"
@@ -861,7 +1022,9 @@ msgstr "Ponowna konfiguracja interfejsu sieciowego"
#: src/network/org.freedesktop.network1.policy:177
msgid "Authentication is required to reconfigure network interface."
-msgstr "Wymagane jest uwierzytelnienie, aby ponownie skonfigurować interfejs sieciowy."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby ponownie skonfigurować interfejs "
+"sieciowy."
#: src/portable/org.freedesktop.portable1.policy:13
msgid "Inspect a portable service image"
@@ -876,16 +1039,22 @@ msgid "Attach or detach a portable service image"
msgstr "Podłączenie lub odłączenie obrazu przenośnej usługi"
#: src/portable/org.freedesktop.portable1.policy:24
-msgid "Authentication is required to attach or detach a portable service image."
-msgstr "Wymagane jest uwierzytelnienie, aby podłączyć lub odłączyć obraz przenośnej usługi."
+msgid ""
+"Authentication is required to attach or detach a portable service image."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby podłączyć lub odłączyć obraz przenośnej "
+"usługi."
#: src/portable/org.freedesktop.portable1.policy:34
msgid "Delete or modify portable service image"
msgstr "Usunięcie lub modyfikacja obrazu przenośnej usługi"
#: src/portable/org.freedesktop.portable1.policy:35
-msgid "Authentication is required to delete or modify a portable service image."
-msgstr "Wymagane jest uwierzytelnienie, aby usunąć lub zmodyfikować obraz przenośnej usługi."
+msgid ""
+"Authentication is required to delete or modify a portable service image."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby usunąć lub zmodyfikować obraz przenośnej "
+"usługi."
#: src/resolve/org.freedesktop.resolve1.policy:22
msgid "Register a DNS-SD service"
@@ -909,7 +1078,8 @@ msgstr "Przywrócenie ustawień rozwiązywania nazw"
#: src/resolve/org.freedesktop.resolve1.policy:133
msgid "Authentication is required to reset name resolution settings."
-msgstr "Wymagane jest uwierzytelnienie, aby przywrócić ustawienia rozwiązywania nazw."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby przywrócić ustawienia rozwiązywania nazw."
#: src/timedate/org.freedesktop.timedate1.policy:22
msgid "Set system time"
@@ -932,55 +1102,81 @@ msgid "Set RTC to local timezone or UTC"
msgstr "Ustawienie RTC na lokalną strefę czasową lub strefę UTC"
#: src/timedate/org.freedesktop.timedate1.policy:44
-msgid "Authentication is required to control whether the RTC stores the local or UTC time."
-msgstr "Wymagane jest uwierzytelnienie, aby kontrolować, czy RTC przechowuje czas lokalny lub czas UTC."
+msgid ""
+"Authentication is required to control whether the RTC stores the local or "
+"UTC time."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby kontrolować, czy RTC przechowuje czas "
+"lokalny lub czas UTC."
#: src/timedate/org.freedesktop.timedate1.policy:53
msgid "Turn network time synchronization on or off"
msgstr "Włączenie lub wyłączenie synchronizacji czasu przez sieć"
#: src/timedate/org.freedesktop.timedate1.policy:54
-msgid "Authentication is required to control whether network time synchronization shall be enabled."
-msgstr "Wymagane jest uwierzytelnienie, aby kontrolować, czy włączyć synchronizację czasu przez sieć."
+msgid ""
+"Authentication is required to control whether network time synchronization "
+"shall be enabled."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby kontrolować, czy włączyć synchronizację "
+"czasu przez sieć."
-#: src/core/dbus-unit.c:364
+#: src/core/dbus-unit.c:352
msgid "Authentication is required to start '$(unit)'."
msgstr "Wymagane jest uwierzytelnienie, aby uruchomić jednostkę „$(unit)”."
-#: src/core/dbus-unit.c:365
+#: src/core/dbus-unit.c:353
msgid "Authentication is required to stop '$(unit)'."
msgstr "Wymagane jest uwierzytelnienie, aby zatrzymać jednostkę „$(unit)”."
-#: src/core/dbus-unit.c:366
+#: src/core/dbus-unit.c:354
msgid "Authentication is required to reload '$(unit)'."
-msgstr "Wymagane jest uwierzytelnienie, aby ponownie wczytać jednostkę „$(unit)”."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby ponownie wczytać jednostkę „$(unit)”."
-#: src/core/dbus-unit.c:367 src/core/dbus-unit.c:368
+#: src/core/dbus-unit.c:355 src/core/dbus-unit.c:356
msgid "Authentication is required to restart '$(unit)'."
-msgstr "Wymagane jest uwierzytelnienie, aby ponownie uruchomić jednostkę „$(unit)”."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby ponownie uruchomić jednostkę „$(unit)”."
-#: src/core/dbus-unit.c:565
-msgid "Authentication is required to send a UNIX signal to the processes of '$(unit)'."
-msgstr "Wymagane jest uwierzytelnienie, aby wysłać sygnał uniksowy do procesów jednostki „$(unit)”."
+#: src/core/dbus-unit.c:553
+msgid ""
+"Authentication is required to send a UNIX signal to the processes of "
+"'$(unit)'."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby wysłać sygnał uniksowy do procesów "
+"jednostki „$(unit)”."
-#: src/core/dbus-unit.c:595
+#: src/core/dbus-unit.c:583
msgid "Authentication is required to reset the \"failed\" state of '$(unit)'."
-msgstr "Wymagane jest uwierzytelnienie, aby przywrócić stan „failed” (niepowodzenia) jednostki „$(unit)”."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby przywrócić stan „failed” (niepowodzenia) "
+"jednostki „$(unit)”."
-#: src/core/dbus-unit.c:627
+#: src/core/dbus-unit.c:615
msgid "Authentication is required to set properties on '$(unit)'."
-msgstr "Wymagane jest uwierzytelnienie, aby ustawić właściwości jednostki „$(unit)”."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby ustawić właściwości jednostki „$(unit)”."
-#: src/core/dbus-unit.c:728
-msgid "Authentication is required to delete files and directories associated with '$(unit)'."
-msgstr "Wymagane jest uwierzytelnienie, aby usunąć pliki i katalogi powiązane z jednostką „$(unit)”."
+#: src/core/dbus-unit.c:716
+msgid ""
+"Authentication is required to delete files and directories associated with "
+"'$(unit)'."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby usunąć pliki i katalogi powiązane "
+"z jednostką „$(unit)”."
-#: src/core/dbus-unit.c:776
-msgid "Authentication is required to freeze or thaw the processes of '$(unit)' unit."
-msgstr "Wymagane jest uwierzytelnienie, aby zamrozić lub odmrozić procesy jednostki „$(unit)”."
+#: src/core/dbus-unit.c:764
+msgid ""
+"Authentication is required to freeze or thaw the processes of '$(unit)' unit."
+msgstr ""
+"Wymagane jest uwierzytelnienie, aby zamrozić lub odmrozić procesy jednostki "
+"„$(unit)”."
#~ msgid "Press Ctrl+C to cancel all filesystem checks in progress"
-#~ msgstr "Naciśnięcie klawiszy Ctrl+C anuluje wszystkie trwające procesy sprawdzania systemów plików"
+#~ msgstr ""
+#~ "Naciśnięcie klawiszy Ctrl+C anuluje wszystkie trwające procesy "
+#~ "sprawdzania systemów plików"
#~ msgid "Checking in progress on %d disk (%3.1f%% complete)"
#~ msgid_plural "Checking in progress on %d disks (%3.1f%% complete)"
diff --git a/po/pt.po b/po/pt.po
index 73afffd5249..57fd648c82c 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-07-14 10:32+0100\n"
+"POT-Creation-Date: 2023-11-14 21:25+0000\n"
"PO-Revision-Date: 2023-11-01 02:48+0000\n"
"Last-Translator: Hugo Carvalho <hugokarvalho@hotmail.com>\n"
"Language-Team: Portuguese <https://translate.fedoraproject.org/projects/"
@@ -22,8 +22,11 @@ msgid "Send passphrase back to system"
msgstr "Enviar a palavra-passe de volta ao sistema"
#: src/core/org.freedesktop.systemd1.policy.in:23
-msgid "Authentication is required to send the entered passphrase back to the system."
-msgstr "É necessária autenticação para enviar a palavra-passe introduzida de volta ao sistema."
+msgid ""
+"Authentication is required to send the entered passphrase back to the system."
+msgstr ""
+"É necessária autenticação para enviar a palavra-passe introduzida de volta "
+"ao sistema."
#: src/core/org.freedesktop.systemd1.policy.in:33
msgid "Manage system services or other units"
@@ -31,7 +34,8 @@ msgstr "Gerir serviços do sistema e outras unidades"
#: src/core/org.freedesktop.systemd1.policy.in:34
msgid "Authentication is required to manage system services or other units."
-msgstr "É necessária autenticação para gerir serviços do sistema ou outras unidades."
+msgstr ""
+"É necessária autenticação para gerir serviços do sistema ou outras unidades."
#: src/core/org.freedesktop.systemd1.policy.in:43
msgid "Manage system service or unit files"
@@ -39,15 +43,23 @@ msgstr "Gerir ficheiros de unidades e serviços do sistema"
#: src/core/org.freedesktop.systemd1.policy.in:44
msgid "Authentication is required to manage system service or unit files."
-msgstr "É necessária a autenticação para gerir o serviço do sistema ou ficheiros de unidades."
+msgstr ""
+"É necessária a autenticação para gerir o serviço do sistema ou ficheiros de "
+"unidades."
#: src/core/org.freedesktop.systemd1.policy.in:54
msgid "Set or unset system and service manager environment variables"
-msgstr "Definir ou retirar definição de variáveis do ambiente de gestor de serviço e sistema"
+msgstr ""
+"Definir ou retirar definição de variáveis do ambiente de gestor de serviço e "
+"sistema"
#: src/core/org.freedesktop.systemd1.policy.in:55
-msgid "Authentication is required to set or unset system and service manager environment variables."
-msgstr "É necessária autenticação para definir ou retirar definição de variáveis do ambiente de gestor de serviço e sistema."
+msgid ""
+"Authentication is required to set or unset system and service manager "
+"environment variables."
+msgstr ""
+"É necessária autenticação para definir ou retirar definição de variáveis do "
+"ambiente de gestor de serviço e sistema."
#: src/core/org.freedesktop.systemd1.policy.in:64
msgid "Reload the systemd state"
@@ -62,7 +74,8 @@ msgid "Dump the systemd state without rate limits"
msgstr "Despejar o estado do systemd sem limites de taxa"
#: src/core/org.freedesktop.systemd1.policy.in:75
-msgid "Authentication is required to dump the systemd state without rate limits."
+msgid ""
+"Authentication is required to dump the systemd state without rate limits."
msgstr ""
"É necessária autenticação para despejar o estado do systemd sem limites de "
"taxa."
@@ -88,8 +101,11 @@ msgid "Check credentials of a home area"
msgstr "Verificar credenciais de uma área home"
#: src/home/org.freedesktop.home1.policy:34
-msgid "Authentication is required to check credentials against a user's home area."
-msgstr "É necessária autenticação para verificar credenciais da área home de um utilizador."
+msgid ""
+"Authentication is required to check credentials against a user's home area."
+msgstr ""
+"É necessária autenticação para verificar credenciais da área home de um "
+"utilizador."
#: src/home/org.freedesktop.home1.policy:43
msgid "Update a home area"
@@ -105,19 +121,25 @@ msgstr "Redimensionar uma área home"
#: src/home/org.freedesktop.home1.policy:54
msgid "Authentication is required to resize a user's home area."
-msgstr "É necessária autenticação para redimensionar a área home de um utilizador."
+msgstr ""
+"É necessária autenticação para redimensionar a área home de um utilizador."
#: src/home/org.freedesktop.home1.policy:63
msgid "Change password of a home area"
msgstr "Alterar palavra-passe de uma área home"
#: src/home/org.freedesktop.home1.policy:64
-msgid "Authentication is required to change the password of a user's home area."
-msgstr "É necessária autenticação para alterar a palavra-passe da área home de um utilizador."
+msgid ""
+"Authentication is required to change the password of a user's home area."
+msgstr ""
+"É necessária autenticação para alterar a palavra-passe da área home de um "
+"utilizador."
#: src/home/pam_systemd_home.c:287
#, c-format
-msgid "Home of user %s is currently absent, please plug in the necessary storage device or backing file system."
+msgid ""
+"Home of user %s is currently absent, please plug in the necessary storage "
+"device or backing file system."
msgstr ""
"O diretório home do utilizador %s está ausente, ligue o dispositivo de "
"armazenamento necessário ou o sistema de ficheiros de apoio."
@@ -149,7 +171,9 @@ msgstr "Chave de recuperação: "
#: src/home/pam_systemd_home.c:331
#, c-format
-msgid "Password/recovery key incorrect or not sufficient for authentication of user %s."
+msgid ""
+"Password/recovery key incorrect or not sufficient for authentication of user "
+"%s."
msgstr ""
"Palavra-passe/chave de recuperação incorreta ou insuficiente para a "
"autenticação do utilizador %s."
@@ -169,7 +193,9 @@ msgstr "Tente novamente com a palavra-passe: "
#: src/home/pam_systemd_home.c:355
#, c-format
-msgid "Password incorrect or not sufficient, and configured security token of user %s not inserted."
+msgid ""
+"Password incorrect or not sufficient, and configured security token of user "
+"%s not inserted."
msgstr ""
"Palavra-passe incorreta ou insuficiente e token de segurança configurado do "
"utilizador %s não inserido."
@@ -195,7 +221,9 @@ msgid "Please verify user on security token of user %s."
msgstr "Verifique o utilizador no código de segurança do utilizador %s."
#: src/home/pam_systemd_home.c:424
-msgid "Security token PIN is locked, please unlock it first. (Hint: Removal and re-insertion might suffice.)"
+msgid ""
+"Security token PIN is locked, please unlock it first. (Hint: Removal and re-"
+"insertion might suffice.)"
msgstr ""
"O PIN do cartão de segurança está bloqueado, desbloqueie-o primeiro. "
"(Sugestão: pode ser suficiente remover e voltar a inserir.)"
@@ -297,8 +325,12 @@ msgid "Set static hostname"
msgstr "Definir nome estático de máquina"
#: src/hostname/org.freedesktop.hostname1.policy:31
-msgid "Authentication is required to set the statically configured local hostname, as well as the pretty hostname."
-msgstr "É necessária autenticação para definir o nome de máquina local configurado estaticamente, assim como o nome apresentável de máquina."
+msgid ""
+"Authentication is required to set the statically configured local hostname, "
+"as well as the pretty hostname."
+msgstr ""
+"É necessária autenticação para definir o nome de máquina local configurado "
+"estaticamente, assim como o nome apresentável de máquina."
#: src/hostname/org.freedesktop.hostname1.policy:41
msgid "Set machine information"
@@ -362,7 +394,8 @@ msgstr "Definir configurações regionais do sistema"
#: src/locale/org.freedesktop.locale1.policy:23
msgid "Authentication is required to set the system locale."
-msgstr "É necessária autenticação para definir as configurações regionais do sistema."
+msgstr ""
+"É necessária autenticação para definir as configurações regionais do sistema."
#: src/locale/org.freedesktop.locale1.policy:33
msgid "Set system keyboard settings"
@@ -370,15 +403,20 @@ msgstr "Definir configurações de teclado do sistema"
#: src/locale/org.freedesktop.locale1.policy:34
msgid "Authentication is required to set the system keyboard settings."
-msgstr "É necessária autenticação para definir as configurações de teclado do sistema."
+msgstr ""
+"É necessária autenticação para definir as configurações de teclado do "
+"sistema."
#: src/login/org.freedesktop.login1.policy:22
msgid "Allow applications to inhibit system shutdown"
msgstr "Permitir que aplicações inibam o encerramento do sistema"
#: src/login/org.freedesktop.login1.policy:23
-msgid "Authentication is required for an application to inhibit system shutdown."
-msgstr "É necessária autenticação para que uma aplicação iniba o encerramento do sistema."
+msgid ""
+"Authentication is required for an application to inhibit system shutdown."
+msgstr ""
+"É necessária autenticação para que uma aplicação iniba o encerramento do "
+"sistema."
#: src/login/org.freedesktop.login1.policy:33
msgid "Allow applications to delay system shutdown"
@@ -386,7 +424,9 @@ msgstr "Permitir que aplicações atrasem o encerramento do sistema"
#: src/login/org.freedesktop.login1.policy:34
msgid "Authentication is required for an application to delay system shutdown."
-msgstr "É necessária autenticação para que uma aplicação atrase o encerramento do sistema."
+msgstr ""
+"É necessária autenticação para que uma aplicação atrase o encerramento do "
+"sistema."
#: src/login/org.freedesktop.login1.policy:44
msgid "Allow applications to inhibit system sleep"
@@ -394,7 +434,9 @@ msgstr "Permitir que aplicações inibam a suspensão do sistema"
#: src/login/org.freedesktop.login1.policy:45
msgid "Authentication is required for an application to inhibit system sleep."
-msgstr "É necessária autenticação para que uma aplicação iniba a suspensão do sistema."
+msgstr ""
+"É necessária autenticação para que uma aplicação iniba a suspensão do "
+"sistema."
#: src/login/org.freedesktop.login1.policy:55
msgid "Allow applications to delay system sleep"
@@ -402,71 +444,108 @@ msgstr "Permite que aplicações atrasem a suspensão do sistema"
#: src/login/org.freedesktop.login1.policy:56
msgid "Authentication is required for an application to delay system sleep."
-msgstr "É necessária autenticação para que uma aplicação atrase a suspensão do sistema."
+msgstr ""
+"É necessária autenticação para que uma aplicação atrase a suspensão do "
+"sistema."
#: src/login/org.freedesktop.login1.policy:65
msgid "Allow applications to inhibit automatic system suspend"
msgstr "Permitir que aplicações inibam a suspensão automática do sistema"
#: src/login/org.freedesktop.login1.policy:66
-msgid "Authentication is required for an application to inhibit automatic system suspend."
-msgstr "É necessária autenticação para que uma aplicação iniba a suspensão automática do sistema."
+msgid ""
+"Authentication is required for an application to inhibit automatic system "
+"suspend."
+msgstr ""
+"É necessária autenticação para que uma aplicação iniba a suspensão "
+"automática do sistema."
#: src/login/org.freedesktop.login1.policy:75
msgid "Allow applications to inhibit system handling of the power key"
msgstr "Permitir que aplicações inibam o sistema de gerir o botão de energia"
#: src/login/org.freedesktop.login1.policy:76
-msgid "Authentication is required for an application to inhibit system handling of the power key."
-msgstr "É necessária autenticação para que uma aplicação iniba a manipulação do sistema sobre a chave de ligar/desligar."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the power key."
+msgstr ""
+"É necessária autenticação para que uma aplicação iniba a manipulação do "
+"sistema sobre a chave de ligar/desligar."
#: src/login/org.freedesktop.login1.policy:86
msgid "Allow applications to inhibit system handling of the suspend key"
msgstr "Permitir que aplicações inibam o sistema de gerir o botão de suspensão"
#: src/login/org.freedesktop.login1.policy:87
-msgid "Authentication is required for an application to inhibit system handling of the suspend key."
-msgstr "É necessária autenticação para que uma aplicação iniba a manipulação do sistema sobre a chave de suspensão."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the suspend key."
+msgstr ""
+"É necessária autenticação para que uma aplicação iniba a manipulação do "
+"sistema sobre a chave de suspensão."
#: src/login/org.freedesktop.login1.policy:97
msgid "Allow applications to inhibit system handling of the hibernate key"
-msgstr "Permitir que aplicações inibam o sistema de gerir o botão de hibernação"
+msgstr ""
+"Permitir que aplicações inibam o sistema de gerir o botão de hibernação"
#: src/login/org.freedesktop.login1.policy:98
-msgid "Authentication is required for an application to inhibit system handling of the hibernate key."
-msgstr "É necessária autenticação para que uma aplicação iniba a manipulação do sistema sobre a chave de hibernar."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the hibernate key."
+msgstr ""
+"É necessária autenticação para que uma aplicação iniba a manipulação do "
+"sistema sobre a chave de hibernar."
#: src/login/org.freedesktop.login1.policy:107
msgid "Allow applications to inhibit system handling of the lid switch"
-msgstr "Permitir que aplicações inibam o sistema de gerir a abertura/fecho da tampa do dispositivo portátil"
+msgstr ""
+"Permitir que aplicações inibam o sistema de gerir a abertura/fecho da tampa "
+"do dispositivo portátil"
#: src/login/org.freedesktop.login1.policy:108
-msgid "Authentication is required for an application to inhibit system handling of the lid switch."
-msgstr "É necessária autenticação para que uma aplicação iniba a manipulação do sistema sobre o interruptor da ecrã."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the lid switch."
+msgstr ""
+"É necessária autenticação para que uma aplicação iniba a manipulação do "
+"sistema sobre o interruptor da ecrã."
#: src/login/org.freedesktop.login1.policy:117
msgid "Allow applications to inhibit system handling of the reboot key"
-msgstr "Permitir que os aplicações inibam a gestão do sistema da tecla de reiniciar"
+msgstr ""
+"Permitir que os aplicações inibam a gestão do sistema da tecla de reiniciar"
#: src/login/org.freedesktop.login1.policy:118
-msgid "Authentication is required for an application to inhibit system handling of the reboot key."
-msgstr "A autenticação é necessária para uma aplicação para inibir a gestão do sistema da tecla de reiniciar."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the reboot key."
+msgstr ""
+"A autenticação é necessária para uma aplicação para inibir a gestão do "
+"sistema da tecla de reiniciar."
#: src/login/org.freedesktop.login1.policy:128
msgid "Allow non-logged-in user to run programs"
-msgstr "Permitir que programas sejam executados por utilizador que não possui sessão"
+msgstr ""
+"Permitir que programas sejam executados por utilizador que não possui sessão"
#: src/login/org.freedesktop.login1.policy:129
msgid "Explicit request is required to run programs as a non-logged-in user."
-msgstr "É necessária requisição explícita para executar programas como utilizador sem sessão aberta."
+msgstr ""
+"É necessária requisição explícita para executar programas como utilizador "
+"sem sessão aberta."
#: src/login/org.freedesktop.login1.policy:138
msgid "Allow non-logged-in users to run programs"
-msgstr "Permitir que programas sejam executados por utilizadores que não possuem sessão"
+msgstr ""
+"Permitir que programas sejam executados por utilizadores que não possuem "
+"sessão"
#: src/login/org.freedesktop.login1.policy:139
msgid "Authentication is required to run programs as a non-logged-in user."
-msgstr "É necessária autenticação para executar programas como utilizador sem sessão aberta."
+msgstr ""
+"É necessária autenticação para executar programas como utilizador sem sessão "
+"aberta."
#: src/login/org.freedesktop.login1.policy:148
msgid "Allow attaching devices to seats"
@@ -482,7 +561,9 @@ msgstr "Libertar dispositivo para ligações da estação"
#: src/login/org.freedesktop.login1.policy:160
msgid "Authentication is required to reset how devices are attached to seats."
-msgstr "É necessária autenticação para redefinir a quantidade de dispositivos ligados na estação."
+msgstr ""
+"É necessária autenticação para redefinir a quantidade de dispositivos "
+"ligados na estação."
#: src/login/org.freedesktop.login1.policy:169
msgid "Power off the system"
@@ -497,16 +578,24 @@ msgid "Power off the system while other users are logged in"
msgstr "Desligar o sistema enquanto outros utilizadores estão ligados"
#: src/login/org.freedesktop.login1.policy:181
-msgid "Authentication is required to power off the system while other users are logged in."
-msgstr "É necessária autenticação para desligar o sistema enquanto outros utilizadores estão ligados."
+msgid ""
+"Authentication is required to power off the system while other users are "
+"logged in."
+msgstr ""
+"É necessária autenticação para desligar o sistema enquanto outros "
+"utilizadores estão ligados."
#: src/login/org.freedesktop.login1.policy:191
msgid "Power off the system while an application is inhibiting this"
msgstr "Desligar o sistema enquanto uma aplicação solicitou inibição"
#: src/login/org.freedesktop.login1.policy:192
-msgid "Authentication is required to power off the system while an application is inhibiting this."
-msgstr "É necessária autenticação para desligar o sistema enquanto uma aplicação solicitou inibição."
+msgid ""
+"Authentication is required to power off the system while an application is "
+"inhibiting this."
+msgstr ""
+"É necessária autenticação para desligar o sistema enquanto uma aplicação "
+"solicitou inibição."
#: src/login/org.freedesktop.login1.policy:202
msgid "Reboot the system"
@@ -521,16 +610,24 @@ msgid "Reboot the system while other users are logged in"
msgstr "Reiniciar o sistema enquanto outros utilizadores estiverem ligados"
#: src/login/org.freedesktop.login1.policy:214
-msgid "Authentication is required to reboot the system while other users are logged in."
-msgstr "É necessária autenticação para reiniciar o sistema enquanto outros utilizadores estiverem ligados."
+msgid ""
+"Authentication is required to reboot the system while other users are logged "
+"in."
+msgstr ""
+"É necessária autenticação para reiniciar o sistema enquanto outros "
+"utilizadores estiverem ligados."
#: src/login/org.freedesktop.login1.policy:224
msgid "Reboot the system while an application is inhibiting this"
msgstr "Reiniciar o sistema enquanto uma aplicação solicitou inibição"
#: src/login/org.freedesktop.login1.policy:225
-msgid "Authentication is required to reboot the system while an application is inhibiting this."
-msgstr "É necessária autenticação para reiniciar o sistema enquanto uma aplicação solicitou inibição."
+msgid ""
+"Authentication is required to reboot the system while an application is "
+"inhibiting this."
+msgstr ""
+"É necessária autenticação para reiniciar o sistema enquanto uma aplicação "
+"solicitou inibição."
#: src/login/org.freedesktop.login1.policy:235
msgid "Halt the system"
@@ -545,16 +642,24 @@ msgid "Halt the system while other users are logged in"
msgstr "Parar o sistema enquanto outros utilizadores estão ligados"
#: src/login/org.freedesktop.login1.policy:247
-msgid "Authentication is required to halt the system while other users are logged in."
-msgstr "É necessária autenticação para parar o sistema enquanto outros utilizadores estejam ligados."
+msgid ""
+"Authentication is required to halt the system while other users are logged "
+"in."
+msgstr ""
+"É necessária autenticação para parar o sistema enquanto outros utilizadores "
+"estejam ligados."
#: src/login/org.freedesktop.login1.policy:257
msgid "Halt the system while an application is inhibiting this"
msgstr "Parar o sistema enquanto uma aplicação solicitou inibição"
#: src/login/org.freedesktop.login1.policy:258
-msgid "Authentication is required to halt the system while an application is inhibiting this."
-msgstr "É necessária autenticação para parar o sistema enquanto uma aplicação solicitou inibição."
+msgid ""
+"Authentication is required to halt the system while an application is "
+"inhibiting this."
+msgstr ""
+"É necessária autenticação para parar o sistema enquanto uma aplicação "
+"solicitou inibição."
#: src/login/org.freedesktop.login1.policy:268
msgid "Suspend the system"
@@ -569,16 +674,24 @@ msgid "Suspend the system while other users are logged in"
msgstr "Suspender o sistema enquanto outros utilizadores estiverem ligados"
#: src/login/org.freedesktop.login1.policy:279
-msgid "Authentication is required to suspend the system while other users are logged in."
-msgstr "É necessária autenticação para suspender o sistema enquanto outros utilizadores estiverem ligados."
+msgid ""
+"Authentication is required to suspend the system while other users are "
+"logged in."
+msgstr ""
+"É necessária autenticação para suspender o sistema enquanto outros "
+"utilizadores estiverem ligados."
#: src/login/org.freedesktop.login1.policy:289
msgid "Suspend the system while an application is inhibiting this"
msgstr "Suspender o sistema enquanto uma aplicação solicitou inibição"
#: src/login/org.freedesktop.login1.policy:290
-msgid "Authentication is required to suspend the system while an application is inhibiting this."
-msgstr "É necessária autenticação para suspender o sistema enquanto uma aplicação solicitou inibição."
+msgid ""
+"Authentication is required to suspend the system while an application is "
+"inhibiting this."
+msgstr ""
+"É necessária autenticação para suspender o sistema enquanto uma aplicação "
+"solicitou inibição."
#: src/login/org.freedesktop.login1.policy:300
msgid "Hibernate the system"
@@ -593,16 +706,24 @@ msgid "Hibernate the system while other users are logged in"
msgstr "Hibernar o sistema enquanto outros utilizadores estiverem ligados"
#: src/login/org.freedesktop.login1.policy:311
-msgid "Authentication is required to hibernate the system while other users are logged in."
-msgstr "É necessária autenticação para hibernar o sistema enquanto outros utilizadores estiverem ligados."
+msgid ""
+"Authentication is required to hibernate the system while other users are "
+"logged in."
+msgstr ""
+"É necessária autenticação para hibernar o sistema enquanto outros "
+"utilizadores estiverem ligados."
#: src/login/org.freedesktop.login1.policy:321
msgid "Hibernate the system while an application is inhibiting this"
msgstr "Hibernar o sistema enquanto uma aplicação solicitou inibição"
#: src/login/org.freedesktop.login1.policy:322
-msgid "Authentication is required to hibernate the system while an application is inhibiting this."
-msgstr "É necessária autenticação para hibernar o sistema enquanto uma aplicação solicitou inibição."
+msgid ""
+"Authentication is required to hibernate the system while an application is "
+"inhibiting this."
+msgstr ""
+"É necessária autenticação para hibernar o sistema enquanto uma aplicação "
+"solicitou inibição."
#: src/login/org.freedesktop.login1.policy:332
msgid "Manage active sessions, users and seats"
@@ -610,7 +731,8 @@ msgstr "Gerir estações, utilizadores e sessões ativas"
#: src/login/org.freedesktop.login1.policy:333
msgid "Authentication is required to manage active sessions, users and seats."
-msgstr "É necessária autenticação para gerir estações, utilizadores e sessões ativas."
+msgstr ""
+"É necessária autenticação para gerir estações, utilizadores e sessões ativas."
#: src/login/org.freedesktop.login1.policy:342
msgid "Lock or unlock active sessions"
@@ -626,31 +748,44 @@ msgstr "Definir o “motivo” de reinício no kernel"
#: src/login/org.freedesktop.login1.policy:353
msgid "Authentication is required to set the reboot \"reason\" in the kernel."
-msgstr "É necessária autenticação para definir o “motivo” de reinício no kernel."
+msgstr ""
+"É necessária autenticação para definir o “motivo” de reinício no kernel."
#: src/login/org.freedesktop.login1.policy:363
msgid "Indicate to the firmware to boot to setup interface"
msgstr "Indicar para o firmware arrancar para a interface de configuração"
#: src/login/org.freedesktop.login1.policy:364
-msgid "Authentication is required to indicate to the firmware to boot to setup interface."
-msgstr "É necessária autenticação para indicar para o firmware arrancar para a interface de configuração."
+msgid ""
+"Authentication is required to indicate to the firmware to boot to setup "
+"interface."
+msgstr ""
+"É necessária autenticação para indicar para o firmware arrancar para a "
+"interface de configuração."
#: src/login/org.freedesktop.login1.policy:374
msgid "Indicate to the boot loader to boot to the boot loader menu"
msgstr "Indicar para o carregador de arranque iniciar o seu menu"
#: src/login/org.freedesktop.login1.policy:375
-msgid "Authentication is required to indicate to the boot loader to boot to the boot loader menu."
-msgstr "É necessária autenticação para indicar para o carregador de arranque iniciar o seu menu."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot to the "
+"boot loader menu."
+msgstr ""
+"É necessária autenticação para indicar para o carregador de arranque iniciar "
+"o seu menu."
#: src/login/org.freedesktop.login1.policy:385
msgid "Indicate to the boot loader to boot a specific entry"
msgstr "Indicar para o carregador de arranque iniciar uma entrada específica"
#: src/login/org.freedesktop.login1.policy:386
-msgid "Authentication is required to indicate to the boot loader to boot into a specific boot loader entry."
-msgstr "É necessária autenticação para indicar para o carregador de arranque iniciar uma entrada específica."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot into a "
+"specific boot loader entry."
+msgstr ""
+"É necessária autenticação para indicar para o carregador de arranque iniciar "
+"uma entrada específica."
#: src/login/org.freedesktop.login1.policy:396
msgid "Set a wall message"
@@ -690,7 +825,8 @@ msgstr "Adquirir uma shell em um contentor local"
#: src/machine/org.freedesktop.machine1.policy:43
msgid "Authentication is required to acquire a shell in a local container."
-msgstr "É necessária autenticação para adquirir uma shell em um contentor local."
+msgstr ""
+"É necessária autenticação para adquirir uma shell em um contentor local."
#: src/machine/org.freedesktop.machine1.policy:53
msgid "Acquire a shell on the local host"
@@ -698,15 +834,18 @@ msgstr "Adquirir uma shell na máquina local"
#: src/machine/org.freedesktop.machine1.policy:54
msgid "Authentication is required to acquire a shell on the local host."
-msgstr "É necessária autenticação para adquirir uma shell em uma máquina local."
+msgstr ""
+"É necessária autenticação para adquirir uma shell em uma máquina local."
#: src/machine/org.freedesktop.machine1.policy:64
msgid "Acquire a pseudo TTY in a local container"
msgstr "Adquirir um pseudo TTY em um contentor local"
#: src/machine/org.freedesktop.machine1.policy:65
-msgid "Authentication is required to acquire a pseudo TTY in a local container."
-msgstr "É necessária autenticação para adquirir um pseudo TTY em um contentor local."
+msgid ""
+"Authentication is required to acquire a pseudo TTY in a local container."
+msgstr ""
+"É necessária autenticação para adquirir um pseudo TTY em um contentor local."
#: src/machine/org.freedesktop.machine1.policy:74
msgid "Acquire a pseudo TTY on the local host"
@@ -714,23 +853,30 @@ msgstr "Adquiri um pseudo TTY na máquina local"
#: src/machine/org.freedesktop.machine1.policy:75
msgid "Authentication is required to acquire a pseudo TTY on the local host."
-msgstr "É necessária autenticação para adquirir um pseudo TTY em um máquina local."
+msgstr ""
+"É necessária autenticação para adquirir um pseudo TTY em um máquina local."
#: src/machine/org.freedesktop.machine1.policy:84
msgid "Manage local virtual machines and containers"
msgstr "Gerir máquinas virtuais locais e contentores"
#: src/machine/org.freedesktop.machine1.policy:85
-msgid "Authentication is required to manage local virtual machines and containers."
-msgstr "É necessária autenticação para gerir máquinas virtuais locais e contentores."
+msgid ""
+"Authentication is required to manage local virtual machines and containers."
+msgstr ""
+"É necessária autenticação para gerir máquinas virtuais locais e contentores."
#: src/machine/org.freedesktop.machine1.policy:95
msgid "Manage local virtual machine and container images"
msgstr "Gerir máquinas virtuais locais e imagens contentores"
#: src/machine/org.freedesktop.machine1.policy:96
-msgid "Authentication is required to manage local virtual machine and container images."
-msgstr "É necessária autenticação para gerir máquinas virtuais locais e imagens contentores."
+msgid ""
+"Authentication is required to manage local virtual machine and container "
+"images."
+msgstr ""
+"É necessária autenticação para gerir máquinas virtuais locais e imagens "
+"contentores."
#: src/network/org.freedesktop.network1.policy:22
msgid "Set NTP servers"
@@ -874,23 +1020,30 @@ msgstr "Inspecionar uma imagem de serviço portátil"
#: src/portable/org.freedesktop.portable1.policy:14
msgid "Authentication is required to inspect a portable service image."
-msgstr "É necessária autenticação para inspecionar uma imagem de serviço portátil."
+msgstr ""
+"É necessária autenticação para inspecionar uma imagem de serviço portátil."
#: src/portable/org.freedesktop.portable1.policy:23
msgid "Attach or detach a portable service image"
msgstr "Ligar ou desligar uma imagem de serviço portátil"
#: src/portable/org.freedesktop.portable1.policy:24
-msgid "Authentication is required to attach or detach a portable service image."
-msgstr "É necessária autenticação para ligar ou desligar uma imagem de serviço portátil."
+msgid ""
+"Authentication is required to attach or detach a portable service image."
+msgstr ""
+"É necessária autenticação para ligar ou desligar uma imagem de serviço "
+"portátil."
#: src/portable/org.freedesktop.portable1.policy:34
msgid "Delete or modify portable service image"
msgstr "Remover ou modificar imagem de serviço portátil"
#: src/portable/org.freedesktop.portable1.policy:35
-msgid "Authentication is required to delete or modify a portable service image."
-msgstr "É necessária autenticação para remover ou modificar imagem de serviço portátil."
+msgid ""
+"Authentication is required to delete or modify a portable service image."
+msgstr ""
+"É necessária autenticação para remover ou modificar imagem de serviço "
+"portátil."
#: src/resolve/org.freedesktop.resolve1.policy:22
msgid "Register a DNS-SD service"
@@ -914,7 +1067,8 @@ msgstr "Reverter definições de resolução de nome"
#: src/resolve/org.freedesktop.resolve1.policy:133
msgid "Authentication is required to reset name resolution settings."
-msgstr "É necessária autenticação para redefinir as definições de resolução de nome."
+msgstr ""
+"É necessária autenticação para redefinir as definições de resolução de nome."
#: src/timedate/org.freedesktop.timedate1.policy:22
msgid "Set system time"
@@ -937,49 +1091,69 @@ msgid "Set RTC to local timezone or UTC"
msgstr "Definir RTC para fuso horário local ou UTC"
#: src/timedate/org.freedesktop.timedate1.policy:44
-msgid "Authentication is required to control whether the RTC stores the local or UTC time."
-msgstr "É necessária autenticação para controlar se o RTC deve, ou não, armazenar o horário local ou de UTC."
+msgid ""
+"Authentication is required to control whether the RTC stores the local or "
+"UTC time."
+msgstr ""
+"É necessária autenticação para controlar se o RTC deve, ou não, armazenar o "
+"horário local ou de UTC."
#: src/timedate/org.freedesktop.timedate1.policy:53
msgid "Turn network time synchronization on or off"
msgstr "Ligar/desligar a sincronização do horário em rede"
#: src/timedate/org.freedesktop.timedate1.policy:54
-msgid "Authentication is required to control whether network time synchronization shall be enabled."
-msgstr "É necessária autenticação para controlar se deve ser habilitada, ou não, a sincronização de horário através de rede."
+msgid ""
+"Authentication is required to control whether network time synchronization "
+"shall be enabled."
+msgstr ""
+"É necessária autenticação para controlar se deve ser habilitada, ou não, a "
+"sincronização de horário através de rede."
-#: src/core/dbus-unit.c:364
+#: src/core/dbus-unit.c:352
msgid "Authentication is required to start '$(unit)'."
msgstr "É necessária autenticação para iniciar '$(unit)'."
-#: src/core/dbus-unit.c:365
+#: src/core/dbus-unit.c:353
msgid "Authentication is required to stop '$(unit)'."
msgstr "É necessária autenticação para parar '$(unit)'."
-#: src/core/dbus-unit.c:366
+#: src/core/dbus-unit.c:354
msgid "Authentication is required to reload '$(unit)'."
msgstr "É necessária autenticação para recarregar '$(unit)'."
-#: src/core/dbus-unit.c:367 src/core/dbus-unit.c:368
+#: src/core/dbus-unit.c:355 src/core/dbus-unit.c:356
msgid "Authentication is required to restart '$(unit)'."
msgstr "É necessária autenticação para reiniciar '$(unit)'."
-#: src/core/dbus-unit.c:565
-msgid "Authentication is required to send a UNIX signal to the processes of '$(unit)'."
-msgstr "É necessária autenticação para enviar um sinal UNIX para os processos de '$(unit)'."
+#: src/core/dbus-unit.c:553
+msgid ""
+"Authentication is required to send a UNIX signal to the processes of "
+"'$(unit)'."
+msgstr ""
+"É necessária autenticação para enviar um sinal UNIX para os processos de "
+"'$(unit)'."
-#: src/core/dbus-unit.c:595
+#: src/core/dbus-unit.c:583
msgid "Authentication is required to reset the \"failed\" state of '$(unit)'."
-msgstr "É necessária autenticação para reiniciar o estado “failed” de '$(unit)'."
+msgstr ""
+"É necessária autenticação para reiniciar o estado “failed” de '$(unit)'."
-#: src/core/dbus-unit.c:627
+#: src/core/dbus-unit.c:615
msgid "Authentication is required to set properties on '$(unit)'."
msgstr "É necessária autenticação para definir propriedades em '$(unit)'."
-#: src/core/dbus-unit.c:728
-msgid "Authentication is required to delete files and directories associated with '$(unit)'."
-msgstr "É necessária autenticação para eliminar ficheiros e diretórios associados com '$(unit)'."
+#: src/core/dbus-unit.c:716
+msgid ""
+"Authentication is required to delete files and directories associated with "
+"'$(unit)'."
+msgstr ""
+"É necessária autenticação para eliminar ficheiros e diretórios associados "
+"com '$(unit)'."
-#: src/core/dbus-unit.c:776
-msgid "Authentication is required to freeze or thaw the processes of '$(unit)' unit."
-msgstr "É necessária autenticação para congelar ou descongelar os processos da unidade '$(unit)'."
+#: src/core/dbus-unit.c:764
+msgid ""
+"Authentication is required to freeze or thaw the processes of '$(unit)' unit."
+msgstr ""
+"É necessária autenticação para congelar ou descongelar os processos da "
+"unidade '$(unit)'."
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 8c287222c73..31b52f462b1 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -8,10 +8,11 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-07-14 10:32+0100\n"
+"POT-Creation-Date: 2023-11-14 21:25+0000\n"
"PO-Revision-Date: 2021-08-17 07:04+0000\n"
"Last-Translator: Gustavo Costa <xfgusta@gmail.com>\n"
-"Language-Team: Portuguese (Brazil) <https://translate.fedoraproject.org/projects/systemd/master/pt_BR/>\n"
+"Language-Team: Portuguese (Brazil) <https://translate.fedoraproject.org/"
+"projects/systemd/master/pt_BR/>\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -24,8 +25,11 @@ msgid "Send passphrase back to system"
msgstr "Enviar frase secreta de volta ao sistema"
#: src/core/org.freedesktop.systemd1.policy.in:23
-msgid "Authentication is required to send the entered passphrase back to the system."
-msgstr "É necessária autenticação para enviar a frase secreta informada de volta ao sistema."
+msgid ""
+"Authentication is required to send the entered passphrase back to the system."
+msgstr ""
+"É necessária autenticação para enviar a frase secreta informada de volta ao "
+"sistema."
#: src/core/org.freedesktop.systemd1.policy.in:33
msgid "Manage system services or other units"
@@ -33,7 +37,9 @@ msgstr "Gerenciar serviços do sistema e outras unidades"
#: src/core/org.freedesktop.systemd1.policy.in:34
msgid "Authentication is required to manage system services or other units."
-msgstr "É necessária autenticação para gerenciar serviços do sistema ou outras unidades."
+msgstr ""
+"É necessária autenticação para gerenciar serviços do sistema ou outras "
+"unidades."
#: src/core/org.freedesktop.systemd1.policy.in:43
msgid "Manage system service or unit files"
@@ -41,15 +47,23 @@ msgstr "Gerenciar arquivos de unidades e serviços do sistema"
#: src/core/org.freedesktop.systemd1.policy.in:44
msgid "Authentication is required to manage system service or unit files."
-msgstr "É necessária autenticação para gerenciar arquivos “unit” e “service” do sistema."
+msgstr ""
+"É necessária autenticação para gerenciar arquivos “unit” e “service” do "
+"sistema."
#: src/core/org.freedesktop.systemd1.policy.in:54
msgid "Set or unset system and service manager environment variables"
-msgstr "Definir ou retirar definição de variáveis de ambiente de gerenciador de serviço e sistema"
+msgstr ""
+"Definir ou retirar definição de variáveis de ambiente de gerenciador de "
+"serviço e sistema"
#: src/core/org.freedesktop.systemd1.policy.in:55
-msgid "Authentication is required to set or unset system and service manager environment variables."
-msgstr "É necessária autenticação para definir ou retirar definição de variáveis de ambiente de gerenciador de serviço e sistema."
+msgid ""
+"Authentication is required to set or unset system and service manager "
+"environment variables."
+msgstr ""
+"É necessária autenticação para definir ou retirar definição de variáveis de "
+"ambiente de gerenciador de serviço e sistema."
#: src/core/org.freedesktop.systemd1.policy.in:64
msgid "Reload the systemd state"
@@ -65,7 +79,8 @@ msgstr ""
#: src/core/org.freedesktop.systemd1.policy.in:75
#, fuzzy
-msgid "Authentication is required to dump the systemd state without rate limits."
+msgid ""
+"Authentication is required to dump the systemd state without rate limits."
msgstr "É necessária autenticação para recarregar o estado do sistema."
#: src/home/org.freedesktop.home1.policy:13
@@ -89,8 +104,11 @@ msgid "Check credentials of a home area"
msgstr "Verificar credenciais de uma área home"
#: src/home/org.freedesktop.home1.policy:34
-msgid "Authentication is required to check credentials against a user's home area."
-msgstr "É necessária autenticação para verificar credenciais da área home de um usuário."
+msgid ""
+"Authentication is required to check credentials against a user's home area."
+msgstr ""
+"É necessária autenticação para verificar credenciais da área home de um "
+"usuário."
#: src/home/org.freedesktop.home1.policy:43
msgid "Update a home area"
@@ -106,19 +124,24 @@ msgstr "Redimensionar uma área home"
#: src/home/org.freedesktop.home1.policy:54
msgid "Authentication is required to resize a user's home area."
-msgstr "É necessária autenticação para redimensionar a área home de um usuário."
+msgstr ""
+"É necessária autenticação para redimensionar a área home de um usuário."
#: src/home/org.freedesktop.home1.policy:63
msgid "Change password of a home area"
msgstr "Alterar senha de uma área home"
#: src/home/org.freedesktop.home1.policy:64
-msgid "Authentication is required to change the password of a user's home area."
-msgstr "É necessária autenticação para alterar a senha da área home de um usuário."
+msgid ""
+"Authentication is required to change the password of a user's home area."
+msgstr ""
+"É necessária autenticação para alterar a senha da área home de um usuário."
#: src/home/pam_systemd_home.c:287
#, c-format
-msgid "Home of user %s is currently absent, please plug in the necessary storage device or backing file system."
+msgid ""
+"Home of user %s is currently absent, please plug in the necessary storage "
+"device or backing file system."
msgstr ""
#: src/home/pam_systemd_home.c:292
@@ -145,7 +168,9 @@ msgstr ""
#: src/home/pam_systemd_home.c:331
#, c-format
-msgid "Password/recovery key incorrect or not sufficient for authentication of user %s."
+msgid ""
+"Password/recovery key incorrect or not sufficient for authentication of user "
+"%s."
msgstr ""
#: src/home/pam_systemd_home.c:332
@@ -163,7 +188,9 @@ msgstr ""
#: src/home/pam_systemd_home.c:355
#, c-format
-msgid "Password incorrect or not sufficient, and configured security token of user %s not inserted."
+msgid ""
+"Password incorrect or not sufficient, and configured security token of user "
+"%s not inserted."
msgstr ""
#: src/home/pam_systemd_home.c:376
@@ -186,7 +213,9 @@ msgid "Please verify user on security token of user %s."
msgstr ""
#: src/home/pam_systemd_home.c:424
-msgid "Security token PIN is locked, please unlock it first. (Hint: Removal and re-insertion might suffice.)"
+msgid ""
+"Security token PIN is locked, please unlock it first. (Hint: Removal and re-"
+"insertion might suffice.)"
msgstr ""
#: src/home/pam_systemd_home.c:432
@@ -274,8 +303,12 @@ msgid "Set static hostname"
msgstr "Definir nome estático de máquina"
#: src/hostname/org.freedesktop.hostname1.policy:31
-msgid "Authentication is required to set the statically configured local hostname, as well as the pretty hostname."
-msgstr "É necessária autenticação para definir o nome de máquina local configurado estaticamente, assim como o nome apresentável de máquina."
+msgid ""
+"Authentication is required to set the statically configured local hostname, "
+"as well as the pretty hostname."
+msgstr ""
+"É necessária autenticação para definir o nome de máquina local configurado "
+"estaticamente, assim como o nome apresentável de máquina."
#: src/hostname/org.freedesktop.hostname1.policy:41
msgid "Set machine information"
@@ -342,7 +375,8 @@ msgstr "Definir configurações regionais do sistema"
#: src/locale/org.freedesktop.locale1.policy:23
msgid "Authentication is required to set the system locale."
-msgstr "É necessária autenticação para definir as configurações regionais do sistema."
+msgstr ""
+"É necessária autenticação para definir as configurações regionais do sistema."
#: src/locale/org.freedesktop.locale1.policy:33
msgid "Set system keyboard settings"
@@ -350,15 +384,20 @@ msgstr "Definir configurações de teclado do sistema"
#: src/locale/org.freedesktop.locale1.policy:34
msgid "Authentication is required to set the system keyboard settings."
-msgstr "É necessária autenticação para definir as configurações de teclado do sistema."
+msgstr ""
+"É necessária autenticação para definir as configurações de teclado do "
+"sistema."
#: src/login/org.freedesktop.login1.policy:22
msgid "Allow applications to inhibit system shutdown"
msgstr "Permitir que aplicativos inibam o desligamento do sistema"
#: src/login/org.freedesktop.login1.policy:23
-msgid "Authentication is required for an application to inhibit system shutdown."
-msgstr "É necessária autenticação para que um aplicativo iniba o desligamento do sistema."
+msgid ""
+"Authentication is required for an application to inhibit system shutdown."
+msgstr ""
+"É necessária autenticação para que um aplicativo iniba o desligamento do "
+"sistema."
#: src/login/org.freedesktop.login1.policy:33
msgid "Allow applications to delay system shutdown"
@@ -366,7 +405,9 @@ msgstr "Permitir que aplicativos atrasem o desligamento do sistema"
#: src/login/org.freedesktop.login1.policy:34
msgid "Authentication is required for an application to delay system shutdown."
-msgstr "É necessária autenticação para que um aplicativo atrase o desligamento do sistema."
+msgstr ""
+"É necessária autenticação para que um aplicativo atrase o desligamento do "
+"sistema."
#: src/login/org.freedesktop.login1.policy:44
msgid "Allow applications to inhibit system sleep"
@@ -374,7 +415,9 @@ msgstr "Permitir que aplicativos inibam a suspensão do sistema"
#: src/login/org.freedesktop.login1.policy:45
msgid "Authentication is required for an application to inhibit system sleep."
-msgstr "É necessária autenticação para que um aplicativo iniba a suspensão do sistema."
+msgstr ""
+"É necessária autenticação para que um aplicativo iniba a suspensão do "
+"sistema."
#: src/login/org.freedesktop.login1.policy:55
msgid "Allow applications to delay system sleep"
@@ -382,71 +425,110 @@ msgstr "Permite que aplicativos atrasem a suspensão do sistema"
#: src/login/org.freedesktop.login1.policy:56
msgid "Authentication is required for an application to delay system sleep."
-msgstr "É necessária autenticação para que um aplicativo atrase a suspensão do sistema."
+msgstr ""
+"É necessária autenticação para que um aplicativo atrase a suspensão do "
+"sistema."
#: src/login/org.freedesktop.login1.policy:65
msgid "Allow applications to inhibit automatic system suspend"
msgstr "Permitir que aplicativos inibam a suspensão automática do sistema"
#: src/login/org.freedesktop.login1.policy:66
-msgid "Authentication is required for an application to inhibit automatic system suspend."
-msgstr "É necessária autenticação para que um aplicativo iniba a suspensão automática do sistema."
+msgid ""
+"Authentication is required for an application to inhibit automatic system "
+"suspend."
+msgstr ""
+"É necessária autenticação para que um aplicativo iniba a suspensão "
+"automática do sistema."
#: src/login/org.freedesktop.login1.policy:75
msgid "Allow applications to inhibit system handling of the power key"
-msgstr "Permitir que aplicativos inibam o sistema de gerenciar o botão de energia"
+msgstr ""
+"Permitir que aplicativos inibam o sistema de gerenciar o botão de energia"
#: src/login/org.freedesktop.login1.policy:76
-msgid "Authentication is required for an application to inhibit system handling of the power key."
-msgstr "É necessária autenticação para que um aplicativo iniba a manipulação do sistema sobre a chave de ligar/desligar."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the power key."
+msgstr ""
+"É necessária autenticação para que um aplicativo iniba a manipulação do "
+"sistema sobre a chave de ligar/desligar."
#: src/login/org.freedesktop.login1.policy:86
msgid "Allow applications to inhibit system handling of the suspend key"
-msgstr "Permitir que aplicativos inibam o sistema de gerenciar o botão de suspensão"
+msgstr ""
+"Permitir que aplicativos inibam o sistema de gerenciar o botão de suspensão"
#: src/login/org.freedesktop.login1.policy:87
-msgid "Authentication is required for an application to inhibit system handling of the suspend key."
-msgstr "É necessária autenticação para que um aplicativo iniba a manipulação do sistema sobre a chave de suspensão."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the suspend key."
+msgstr ""
+"É necessária autenticação para que um aplicativo iniba a manipulação do "
+"sistema sobre a chave de suspensão."
#: src/login/org.freedesktop.login1.policy:97
msgid "Allow applications to inhibit system handling of the hibernate key"
-msgstr "Permitir que aplicativos inibam o sistema de gerenciar o botão de hibernação"
+msgstr ""
+"Permitir que aplicativos inibam o sistema de gerenciar o botão de hibernação"
#: src/login/org.freedesktop.login1.policy:98
-msgid "Authentication is required for an application to inhibit system handling of the hibernate key."
-msgstr "É necessária autenticação para que um aplicativo iniba a manipulação do sistema sobre a chave de hibernar."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the hibernate key."
+msgstr ""
+"É necessária autenticação para que um aplicativo iniba a manipulação do "
+"sistema sobre a chave de hibernar."
#: src/login/org.freedesktop.login1.policy:107
msgid "Allow applications to inhibit system handling of the lid switch"
-msgstr "Permitir que aplicativos inibam o sistema de gerenciar a abertura/fechamento da tampa do dispositivo portátil"
+msgstr ""
+"Permitir que aplicativos inibam o sistema de gerenciar a abertura/fechamento "
+"da tampa do dispositivo portátil"
#: src/login/org.freedesktop.login1.policy:108
-msgid "Authentication is required for an application to inhibit system handling of the lid switch."
-msgstr "É necessária autenticação para que um aplicativo iniba a manipulação do sistema sobre o interruptor da tela."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the lid switch."
+msgstr ""
+"É necessária autenticação para que um aplicativo iniba a manipulação do "
+"sistema sobre o interruptor da tela."
#: src/login/org.freedesktop.login1.policy:117
msgid "Allow applications to inhibit system handling of the reboot key"
-msgstr "Permitir que os aplicativos inibam o gerenciamento do sistema da tecla de reinicialização"
+msgstr ""
+"Permitir que os aplicativos inibam o gerenciamento do sistema da tecla de "
+"reinicialização"
#: src/login/org.freedesktop.login1.policy:118
-msgid "Authentication is required for an application to inhibit system handling of the reboot key."
-msgstr "A autenticação é necessária para um aplicativo para inibir o gerenciamento do sistema da tecla de reinicialização."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the reboot key."
+msgstr ""
+"A autenticação é necessária para um aplicativo para inibir o gerenciamento "
+"do sistema da tecla de reinicialização."
#: src/login/org.freedesktop.login1.policy:128
msgid "Allow non-logged-in user to run programs"
-msgstr "Permitir que programas sejam executados por usuário que não possui sessão"
+msgstr ""
+"Permitir que programas sejam executados por usuário que não possui sessão"
#: src/login/org.freedesktop.login1.policy:129
msgid "Explicit request is required to run programs as a non-logged-in user."
-msgstr "É necessária requisição explícita para executar programas como usuário sem sessão aberta."
+msgstr ""
+"É necessária requisição explícita para executar programas como usuário sem "
+"sessão aberta."
#: src/login/org.freedesktop.login1.policy:138
msgid "Allow non-logged-in users to run programs"
-msgstr "Permitir que programas sejam executados por usuários que não possuem sessão"
+msgstr ""
+"Permitir que programas sejam executados por usuários que não possuem sessão"
#: src/login/org.freedesktop.login1.policy:139
msgid "Authentication is required to run programs as a non-logged-in user."
-msgstr "É necessária autenticação para executar programas como usuário sem sessão aberta."
+msgstr ""
+"É necessária autenticação para executar programas como usuário sem sessão "
+"aberta."
#: src/login/org.freedesktop.login1.policy:148
msgid "Allow attaching devices to seats"
@@ -462,7 +544,9 @@ msgstr "Liberar dispositivo para conexões da estação"
#: src/login/org.freedesktop.login1.policy:160
msgid "Authentication is required to reset how devices are attached to seats."
-msgstr "É necessária autenticação para redefinir a quantidade de dispositivos conectados na estação."
+msgstr ""
+"É necessária autenticação para redefinir a quantidade de dispositivos "
+"conectados na estação."
#: src/login/org.freedesktop.login1.policy:169
msgid "Power off the system"
@@ -477,16 +561,24 @@ msgid "Power off the system while other users are logged in"
msgstr "Desligar o sistema enquanto outros usuários estão conectados"
#: src/login/org.freedesktop.login1.policy:181
-msgid "Authentication is required to power off the system while other users are logged in."
-msgstr "É necessária autenticação para desligar o sistema enquanto outros usuários estão conectados."
+msgid ""
+"Authentication is required to power off the system while other users are "
+"logged in."
+msgstr ""
+"É necessária autenticação para desligar o sistema enquanto outros usuários "
+"estão conectados."
#: src/login/org.freedesktop.login1.policy:191
msgid "Power off the system while an application is inhibiting this"
msgstr "Desligar o sistema enquanto um aplicativo solicitou inibição"
#: src/login/org.freedesktop.login1.policy:192
-msgid "Authentication is required to power off the system while an application is inhibiting this."
-msgstr "É necessária autenticação para desligar o sistema enquanto um aplicativo solicitou inibição."
+msgid ""
+"Authentication is required to power off the system while an application is "
+"inhibiting this."
+msgstr ""
+"É necessária autenticação para desligar o sistema enquanto um aplicativo "
+"solicitou inibição."
#: src/login/org.freedesktop.login1.policy:202
msgid "Reboot the system"
@@ -501,16 +593,24 @@ msgid "Reboot the system while other users are logged in"
msgstr "Reiniciar o sistema enquanto outros usuários estiverem conectados"
#: src/login/org.freedesktop.login1.policy:214
-msgid "Authentication is required to reboot the system while other users are logged in."
-msgstr "É necessária autenticação para reiniciar o sistema enquanto outros usuários estiverem conectados."
+msgid ""
+"Authentication is required to reboot the system while other users are logged "
+"in."
+msgstr ""
+"É necessária autenticação para reiniciar o sistema enquanto outros usuários "
+"estiverem conectados."
#: src/login/org.freedesktop.login1.policy:224
msgid "Reboot the system while an application is inhibiting this"
msgstr "Reiniciar o sistema enquanto um aplicativo solicitou inibição"
#: src/login/org.freedesktop.login1.policy:225
-msgid "Authentication is required to reboot the system while an application is inhibiting this."
-msgstr "É necessária autenticação para reiniciar o sistema enquanto um aplicativo solicitou inibição."
+msgid ""
+"Authentication is required to reboot the system while an application is "
+"inhibiting this."
+msgstr ""
+"É necessária autenticação para reiniciar o sistema enquanto um aplicativo "
+"solicitou inibição."
#: src/login/org.freedesktop.login1.policy:235
msgid "Halt the system"
@@ -525,16 +625,24 @@ msgid "Halt the system while other users are logged in"
msgstr "Parar o sistema enquanto outros usuários estão logados"
#: src/login/org.freedesktop.login1.policy:247
-msgid "Authentication is required to halt the system while other users are logged in."
-msgstr "É necessária autenticação para parar o sistema enquanto outros usuários estejam logados."
+msgid ""
+"Authentication is required to halt the system while other users are logged "
+"in."
+msgstr ""
+"É necessária autenticação para parar o sistema enquanto outros usuários "
+"estejam logados."
#: src/login/org.freedesktop.login1.policy:257
msgid "Halt the system while an application is inhibiting this"
msgstr "Parar o sistema enquanto um aplicativo solicitou inibição"
#: src/login/org.freedesktop.login1.policy:258
-msgid "Authentication is required to halt the system while an application is inhibiting this."
-msgstr "É necessária autenticação para parar o sistema enquanto um aplicativo solicitou inibição."
+msgid ""
+"Authentication is required to halt the system while an application is "
+"inhibiting this."
+msgstr ""
+"É necessária autenticação para parar o sistema enquanto um aplicativo "
+"solicitou inibição."
#: src/login/org.freedesktop.login1.policy:268
msgid "Suspend the system"
@@ -549,16 +657,24 @@ msgid "Suspend the system while other users are logged in"
msgstr "Suspender o sistema enquanto outros usuários estiverem conectados"
#: src/login/org.freedesktop.login1.policy:279
-msgid "Authentication is required to suspend the system while other users are logged in."
-msgstr "É necessária autenticação para suspender o sistema enquanto outros usuários estiverem conectados."
+msgid ""
+"Authentication is required to suspend the system while other users are "
+"logged in."
+msgstr ""
+"É necessária autenticação para suspender o sistema enquanto outros usuários "
+"estiverem conectados."
#: src/login/org.freedesktop.login1.policy:289
msgid "Suspend the system while an application is inhibiting this"
msgstr "Suspender o sistema enquanto um aplicativo solicitou inibição"
#: src/login/org.freedesktop.login1.policy:290
-msgid "Authentication is required to suspend the system while an application is inhibiting this."
-msgstr "É necessária autenticação para suspender o sistema enquanto um aplicativo solicitou inibição."
+msgid ""
+"Authentication is required to suspend the system while an application is "
+"inhibiting this."
+msgstr ""
+"É necessária autenticação para suspender o sistema enquanto um aplicativo "
+"solicitou inibição."
#: src/login/org.freedesktop.login1.policy:300
msgid "Hibernate the system"
@@ -573,16 +689,24 @@ msgid "Hibernate the system while other users are logged in"
msgstr "Hibernar o sistema enquanto outros usuários estiverem conectados"
#: src/login/org.freedesktop.login1.policy:311
-msgid "Authentication is required to hibernate the system while other users are logged in."
-msgstr "É necessária autenticação para hibernar o sistema enquanto outros usuários estiverem conectados."
+msgid ""
+"Authentication is required to hibernate the system while other users are "
+"logged in."
+msgstr ""
+"É necessária autenticação para hibernar o sistema enquanto outros usuários "
+"estiverem conectados."
#: src/login/org.freedesktop.login1.policy:321
msgid "Hibernate the system while an application is inhibiting this"
msgstr "Hibernar o sistema enquanto um aplicativo solicitou inibição"
#: src/login/org.freedesktop.login1.policy:322
-msgid "Authentication is required to hibernate the system while an application is inhibiting this."
-msgstr "É necessária autenticação para hibernar o sistema enquanto um aplicativo solicitou inibição."
+msgid ""
+"Authentication is required to hibernate the system while an application is "
+"inhibiting this."
+msgstr ""
+"É necessária autenticação para hibernar o sistema enquanto um aplicativo "
+"solicitou inibição."
#: src/login/org.freedesktop.login1.policy:332
msgid "Manage active sessions, users and seats"
@@ -590,7 +714,8 @@ msgstr "Gerenciar estações, usuários e sessões ativas"
#: src/login/org.freedesktop.login1.policy:333
msgid "Authentication is required to manage active sessions, users and seats."
-msgstr "É necessária autenticação para gerenciar estações, usuários e sessões ativas."
+msgstr ""
+"É necessária autenticação para gerenciar estações, usuários e sessões ativas."
#: src/login/org.freedesktop.login1.policy:342
msgid "Lock or unlock active sessions"
@@ -606,31 +731,46 @@ msgstr "Definir o “motivo” de reinicialização no kernel"
#: src/login/org.freedesktop.login1.policy:353
msgid "Authentication is required to set the reboot \"reason\" in the kernel."
-msgstr "É necessária autenticação para definir o “motivo” de reinicialização no kernel."
+msgstr ""
+"É necessária autenticação para definir o “motivo” de reinicialização no "
+"kernel."
#: src/login/org.freedesktop.login1.policy:363
msgid "Indicate to the firmware to boot to setup interface"
msgstr "Indicar para o firmware inicializar para a interface de configuração"
#: src/login/org.freedesktop.login1.policy:364
-msgid "Authentication is required to indicate to the firmware to boot to setup interface."
-msgstr "É necessária autenticação para indicar para o firmware inicializar para a interface de configuração."
+msgid ""
+"Authentication is required to indicate to the firmware to boot to setup "
+"interface."
+msgstr ""
+"É necessária autenticação para indicar para o firmware inicializar para a "
+"interface de configuração."
#: src/login/org.freedesktop.login1.policy:374
msgid "Indicate to the boot loader to boot to the boot loader menu"
msgstr "Indicar para o carregador de inicialização iniciar seu menu"
#: src/login/org.freedesktop.login1.policy:375
-msgid "Authentication is required to indicate to the boot loader to boot to the boot loader menu."
-msgstr "É necessária autenticação para indicar para o carregador de inicialização iniciar seu menu."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot to the "
+"boot loader menu."
+msgstr ""
+"É necessária autenticação para indicar para o carregador de inicialização "
+"iniciar seu menu."
#: src/login/org.freedesktop.login1.policy:385
msgid "Indicate to the boot loader to boot a specific entry"
-msgstr "Indicar para o carregador de inicializar iniciar uma entrada específica"
+msgstr ""
+"Indicar para o carregador de inicializar iniciar uma entrada específica"
#: src/login/org.freedesktop.login1.policy:386
-msgid "Authentication is required to indicate to the boot loader to boot into a specific boot loader entry."
-msgstr "É necessária autenticação para indicar para o carregador de inicializar iniciar uma entrada específica."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot into a "
+"specific boot loader entry."
+msgstr ""
+"É necessária autenticação para indicar para o carregador de inicializar "
+"iniciar uma entrada específica."
#: src/login/org.freedesktop.login1.policy:396
msgid "Set a wall message"
@@ -670,7 +810,8 @@ msgstr "Adquirir uma shell em um contêiner local"
#: src/machine/org.freedesktop.machine1.policy:43
msgid "Authentication is required to acquire a shell in a local container."
-msgstr "É necessária autenticação para adquirir uma shell em um contêiner local."
+msgstr ""
+"É necessária autenticação para adquirir uma shell em um contêiner local."
#: src/machine/org.freedesktop.machine1.policy:53
msgid "Acquire a shell on the local host"
@@ -678,15 +819,18 @@ msgstr "Adquirir uma shell na máquina local"
#: src/machine/org.freedesktop.machine1.policy:54
msgid "Authentication is required to acquire a shell on the local host."
-msgstr "É necessária autenticação para adquirir uma shell em uma máquina local."
+msgstr ""
+"É necessária autenticação para adquirir uma shell em uma máquina local."
#: src/machine/org.freedesktop.machine1.policy:64
msgid "Acquire a pseudo TTY in a local container"
msgstr "Adquirir um pseudo TTY em um contêiner local"
#: src/machine/org.freedesktop.machine1.policy:65
-msgid "Authentication is required to acquire a pseudo TTY in a local container."
-msgstr "É necessária autenticação para adquirir um pseudo TTY em um contêiner local."
+msgid ""
+"Authentication is required to acquire a pseudo TTY in a local container."
+msgstr ""
+"É necessária autenticação para adquirir um pseudo TTY em um contêiner local."
#: src/machine/org.freedesktop.machine1.policy:74
msgid "Acquire a pseudo TTY on the local host"
@@ -694,23 +838,31 @@ msgstr "Adquiri um pseudo TTY na máquina local"
#: src/machine/org.freedesktop.machine1.policy:75
msgid "Authentication is required to acquire a pseudo TTY on the local host."
-msgstr "É necessária autenticação para adquirir um pseudo TTY em um máquina local."
+msgstr ""
+"É necessária autenticação para adquirir um pseudo TTY em um máquina local."
#: src/machine/org.freedesktop.machine1.policy:84
msgid "Manage local virtual machines and containers"
msgstr "Gerenciar máquinas virtuais locais e contêineres"
#: src/machine/org.freedesktop.machine1.policy:85
-msgid "Authentication is required to manage local virtual machines and containers."
-msgstr "É necessária autenticação para gerenciar máquinas virtuais locais e contêineres."
+msgid ""
+"Authentication is required to manage local virtual machines and containers."
+msgstr ""
+"É necessária autenticação para gerenciar máquinas virtuais locais e "
+"contêineres."
#: src/machine/org.freedesktop.machine1.policy:95
msgid "Manage local virtual machine and container images"
msgstr "Gerenciar máquinas virtuais locais e imagens contêineres"
#: src/machine/org.freedesktop.machine1.policy:96
-msgid "Authentication is required to manage local virtual machine and container images."
-msgstr "É necessária autenticação para gerenciar máquinas virtuais locais e imagens contêineres."
+msgid ""
+"Authentication is required to manage local virtual machine and container "
+"images."
+msgstr ""
+"É necessária autenticação para gerenciar máquinas virtuais locais e imagens "
+"contêineres."
#: src/network/org.freedesktop.network1.policy:22
msgid "Set NTP servers"
@@ -854,23 +1006,30 @@ msgstr "Inspecionar uma imagem de serviço portável"
#: src/portable/org.freedesktop.portable1.policy:14
msgid "Authentication is required to inspect a portable service image."
-msgstr "É necessária autenticação para inspecionar uma imagem de serviço portável."
+msgstr ""
+"É necessária autenticação para inspecionar uma imagem de serviço portável."
#: src/portable/org.freedesktop.portable1.policy:23
msgid "Attach or detach a portable service image"
msgstr "Conectar ou desconectar uma imagem de serviço portável"
#: src/portable/org.freedesktop.portable1.policy:24
-msgid "Authentication is required to attach or detach a portable service image."
-msgstr "É necessária autenticação para conectar ou desconectar uma imagem de serviço portável."
+msgid ""
+"Authentication is required to attach or detach a portable service image."
+msgstr ""
+"É necessária autenticação para conectar ou desconectar uma imagem de serviço "
+"portável."
#: src/portable/org.freedesktop.portable1.policy:34
msgid "Delete or modify portable service image"
msgstr "Remover ou modificar imagem de serviço portável"
#: src/portable/org.freedesktop.portable1.policy:35
-msgid "Authentication is required to delete or modify a portable service image."
-msgstr "É necessária autenticação para remover ou modificar imagem de serviço portável."
+msgid ""
+"Authentication is required to delete or modify a portable service image."
+msgstr ""
+"É necessária autenticação para remover ou modificar imagem de serviço "
+"portável."
#: src/resolve/org.freedesktop.resolve1.policy:22
msgid "Register a DNS-SD service"
@@ -894,7 +1053,9 @@ msgstr "Reverter configurações de resolução de nome"
#: src/resolve/org.freedesktop.resolve1.policy:133
msgid "Authentication is required to reset name resolution settings."
-msgstr "É necessária autenticação para redefinir as configurações de resolução de nome."
+msgstr ""
+"É necessária autenticação para redefinir as configurações de resolução de "
+"nome."
#: src/timedate/org.freedesktop.timedate1.policy:22
msgid "Set system time"
@@ -917,49 +1078,69 @@ msgid "Set RTC to local timezone or UTC"
msgstr "Definir RTC para fuso horário local ou UTC"
#: src/timedate/org.freedesktop.timedate1.policy:44
-msgid "Authentication is required to control whether the RTC stores the local or UTC time."
-msgstr "É necessária autenticação para controlar se o RTC deve, ou não, armazenar o horário local ou de UTC."
+msgid ""
+"Authentication is required to control whether the RTC stores the local or "
+"UTC time."
+msgstr ""
+"É necessária autenticação para controlar se o RTC deve, ou não, armazenar o "
+"horário local ou de UTC."
#: src/timedate/org.freedesktop.timedate1.policy:53
msgid "Turn network time synchronization on or off"
msgstr "Ligar/desligar a sincronização do horário em rede"
#: src/timedate/org.freedesktop.timedate1.policy:54
-msgid "Authentication is required to control whether network time synchronization shall be enabled."
-msgstr "É necessária autenticação para controlar se deve ser habilitada, ou não, a sincronização de horário através de rede."
+msgid ""
+"Authentication is required to control whether network time synchronization "
+"shall be enabled."
+msgstr ""
+"É necessária autenticação para controlar se deve ser habilitada, ou não, a "
+"sincronização de horário através de rede."
-#: src/core/dbus-unit.c:364
+#: src/core/dbus-unit.c:352
msgid "Authentication is required to start '$(unit)'."
msgstr "É necessária autenticação para iniciar “$(unit)”."
-#: src/core/dbus-unit.c:365
+#: src/core/dbus-unit.c:353
msgid "Authentication is required to stop '$(unit)'."
msgstr "É necessária autenticação para parar “$(unit)”."
-#: src/core/dbus-unit.c:366
+#: src/core/dbus-unit.c:354
msgid "Authentication is required to reload '$(unit)'."
msgstr "É necessária autenticação para recarregar “$(unit)”."
-#: src/core/dbus-unit.c:367 src/core/dbus-unit.c:368
+#: src/core/dbus-unit.c:355 src/core/dbus-unit.c:356
msgid "Authentication is required to restart '$(unit)'."
msgstr "É necessária autenticação para reiniciar “$(unit)”."
-#: src/core/dbus-unit.c:565
-msgid "Authentication is required to send a UNIX signal to the processes of '$(unit)'."
-msgstr "É necessária autenticação para enviar um sinal UNIX para os processos de “$(unit)”."
+#: src/core/dbus-unit.c:553
+msgid ""
+"Authentication is required to send a UNIX signal to the processes of "
+"'$(unit)'."
+msgstr ""
+"É necessária autenticação para enviar um sinal UNIX para os processos de "
+"“$(unit)”."
-#: src/core/dbus-unit.c:595
+#: src/core/dbus-unit.c:583
msgid "Authentication is required to reset the \"failed\" state of '$(unit)'."
-msgstr "É necessária autenticação para reiniciar o estado “failed” de “$(unit)”."
+msgstr ""
+"É necessária autenticação para reiniciar o estado “failed” de “$(unit)”."
-#: src/core/dbus-unit.c:627
+#: src/core/dbus-unit.c:615
msgid "Authentication is required to set properties on '$(unit)'."
msgstr "É necessária autenticação para definir propriedades em “$(unit)”."
-#: src/core/dbus-unit.c:728
-msgid "Authentication is required to delete files and directories associated with '$(unit)'."
-msgstr "É necessária autenticação para excluir arquivos e diretórios associados com “$(unit)”."
+#: src/core/dbus-unit.c:716
+msgid ""
+"Authentication is required to delete files and directories associated with "
+"'$(unit)'."
+msgstr ""
+"É necessária autenticação para excluir arquivos e diretórios associados com "
+"“$(unit)”."
-#: src/core/dbus-unit.c:776
-msgid "Authentication is required to freeze or thaw the processes of '$(unit)' unit."
-msgstr "É necessária autenticação para congelar ou descongelar os processos da unidade “$(unit)”."
+#: src/core/dbus-unit.c:764
+msgid ""
+"Authentication is required to freeze or thaw the processes of '$(unit)' unit."
+msgstr ""
+"É necessária autenticação para congelar ou descongelar os processos da "
+"unidade “$(unit)”."
diff --git a/po/ro.po b/po/ro.po
index 5d84d0553a6..0e9d078b779 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -7,15 +7,17 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-07-14 10:32+0100\n"
+"POT-Creation-Date: 2023-11-14 21:25+0000\n"
"PO-Revision-Date: 2021-01-12 17:36+0000\n"
"Last-Translator: Vlad <milovlad@outlook.com>\n"
-"Language-Team: Romanian <https://translate.fedoraproject.org/projects/systemd/master/ro/>\n"
+"Language-Team: Romanian <https://translate.fedoraproject.org/projects/"
+"systemd/master/ro/>\n"
"Language: ro\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2;\n"
+"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
+"20)) ? 1 : 2;\n"
"X-Generator: Weblate 4.4\n"
#: src/core/org.freedesktop.systemd1.policy.in:22
@@ -23,8 +25,11 @@ msgid "Send passphrase back to system"
msgstr "Trimite fraza secretă înapoi la sistem"
#: src/core/org.freedesktop.systemd1.policy.in:23
-msgid "Authentication is required to send the entered passphrase back to the system."
-msgstr "Autentificarea este necesară pentru a trimite fraza secretă introdusă înapoi la sistem."
+msgid ""
+"Authentication is required to send the entered passphrase back to the system."
+msgstr ""
+"Autentificarea este necesară pentru a trimite fraza secretă introdusă înapoi "
+"la sistem."
#: src/core/org.freedesktop.systemd1.policy.in:33
msgid "Manage system services or other units"
@@ -32,7 +37,9 @@ msgstr "Gestionează serviciile de sistem sau alte module"
#: src/core/org.freedesktop.systemd1.policy.in:34
msgid "Authentication is required to manage system services or other units."
-msgstr "Autentificarea este necesară pentru a gestiona serviciile de sistem sau alte module."
+msgstr ""
+"Autentificarea este necesară pentru a gestiona serviciile de sistem sau alte "
+"module."
#: src/core/org.freedesktop.systemd1.policy.in:43
msgid "Manage system service or unit files"
@@ -40,15 +47,23 @@ msgstr "Gestionează serviciul de sistem sau fișierele modulelor"
#: src/core/org.freedesktop.systemd1.policy.in:44
msgid "Authentication is required to manage system service or unit files."
-msgstr "Autentificarea este necesară pentru a gestiona serviciul de sistem sau fișierele modulelor."
+msgstr ""
+"Autentificarea este necesară pentru a gestiona serviciul de sistem sau "
+"fișierele modulelor."
#: src/core/org.freedesktop.systemd1.policy.in:54
msgid "Set or unset system and service manager environment variables"
-msgstr "Setează sau resetează variabilele de mediu ale managerului de servicii si de sistem"
+msgstr ""
+"Setează sau resetează variabilele de mediu ale managerului de servicii si de "
+"sistem"
#: src/core/org.freedesktop.systemd1.policy.in:55
-msgid "Authentication is required to set or unset system and service manager environment variables."
-msgstr "Autentificarea este necesară pentru setarea sau resetarea variabilelor de mediu ale managerului de servicii si de sistem."
+msgid ""
+"Authentication is required to set or unset system and service manager "
+"environment variables."
+msgstr ""
+"Autentificarea este necesară pentru setarea sau resetarea variabilelor de "
+"mediu ale managerului de servicii si de sistem."
#: src/core/org.freedesktop.systemd1.policy.in:64
msgid "Reload the systemd state"
@@ -64,7 +79,8 @@ msgstr ""
#: src/core/org.freedesktop.systemd1.policy.in:75
#, fuzzy
-msgid "Authentication is required to dump the systemd state without rate limits."
+msgid ""
+"Authentication is required to dump the systemd state without rate limits."
msgstr "Autentificarea este necesară pentru a reîncărca starea lui systemd."
#: src/home/org.freedesktop.home1.policy:13
@@ -73,7 +89,9 @@ msgstr "Crează un spațiu personal"
#: src/home/org.freedesktop.home1.policy:14
msgid "Authentication is required to create a user's home area."
-msgstr "Autentificarea este necesară pentru a crea spațiul personal al unui utilizator."
+msgstr ""
+"Autentificarea este necesară pentru a crea spațiul personal al unui "
+"utilizator."
#: src/home/org.freedesktop.home1.policy:23
msgid "Remove a home area"
@@ -81,15 +99,20 @@ msgstr "Șterge spațiu personal"
#: src/home/org.freedesktop.home1.policy:24
msgid "Authentication is required to remove a user's home area."
-msgstr "Autentificarea este necesară pentru a șterge spațiul personal al unui utilizator."
+msgstr ""
+"Autentificarea este necesară pentru a șterge spațiul personal al unui "
+"utilizator."
#: src/home/org.freedesktop.home1.policy:33
msgid "Check credentials of a home area"
msgstr "Verifică datele de acreditare ale unui spațiu personal"
#: src/home/org.freedesktop.home1.policy:34
-msgid "Authentication is required to check credentials against a user's home area."
-msgstr "Autentificarea este necesară pentru verificarea datelor de acreditare ale unui spațiu personal al unui utilizator."
+msgid ""
+"Authentication is required to check credentials against a user's home area."
+msgstr ""
+"Autentificarea este necesară pentru verificarea datelor de acreditare ale "
+"unui spațiu personal al unui utilizator."
#: src/home/org.freedesktop.home1.policy:43
msgid "Update a home area"
@@ -97,7 +120,9 @@ msgstr "Actualizează un spațiu personal"
#: src/home/org.freedesktop.home1.policy:44
msgid "Authentication is required to update a user's home area."
-msgstr "Autentificarea este necesară pentru a actualiza spațiul personal al unui utilizator."
+msgstr ""
+"Autentificarea este necesară pentru a actualiza spațiul personal al unui "
+"utilizator."
#: src/home/org.freedesktop.home1.policy:53
msgid "Resize a home area"
@@ -105,19 +130,26 @@ msgstr "Redimensionează un spațiu personal"
#: src/home/org.freedesktop.home1.policy:54
msgid "Authentication is required to resize a user's home area."
-msgstr "Autentificarea este necesară pentru a redimensiona spațiul personal al unui utilizator."
+msgstr ""
+"Autentificarea este necesară pentru a redimensiona spațiul personal al unui "
+"utilizator."
#: src/home/org.freedesktop.home1.policy:63
msgid "Change password of a home area"
msgstr "Schimbă parola pentru un spațiu personal"
#: src/home/org.freedesktop.home1.policy:64
-msgid "Authentication is required to change the password of a user's home area."
-msgstr "Autentificarea este necesară pentru schimbarea parolei unui spațiu personal al unui utilizator."
+msgid ""
+"Authentication is required to change the password of a user's home area."
+msgstr ""
+"Autentificarea este necesară pentru schimbarea parolei unui spațiu personal "
+"al unui utilizator."
#: src/home/pam_systemd_home.c:287
#, c-format
-msgid "Home of user %s is currently absent, please plug in the necessary storage device or backing file system."
+msgid ""
+"Home of user %s is currently absent, please plug in the necessary storage "
+"device or backing file system."
msgstr ""
#: src/home/pam_systemd_home.c:292
@@ -144,7 +176,9 @@ msgstr ""
#: src/home/pam_systemd_home.c:331
#, c-format
-msgid "Password/recovery key incorrect or not sufficient for authentication of user %s."
+msgid ""
+"Password/recovery key incorrect or not sufficient for authentication of user "
+"%s."
msgstr ""
#: src/home/pam_systemd_home.c:332
@@ -162,7 +196,9 @@ msgstr ""
#: src/home/pam_systemd_home.c:355
#, c-format
-msgid "Password incorrect or not sufficient, and configured security token of user %s not inserted."
+msgid ""
+"Password incorrect or not sufficient, and configured security token of user "
+"%s not inserted."
msgstr ""
#: src/home/pam_systemd_home.c:376
@@ -185,7 +221,9 @@ msgid "Please verify user on security token of user %s."
msgstr ""
#: src/home/pam_systemd_home.c:424
-msgid "Security token PIN is locked, please unlock it first. (Hint: Removal and re-insertion might suffice.)"
+msgid ""
+"Security token PIN is locked, please unlock it first. (Hint: Removal and re-"
+"insertion might suffice.)"
msgstr ""
#: src/home/pam_systemd_home.c:432
@@ -273,8 +311,12 @@ msgid "Set static hostname"
msgstr "Seteaza numele static al stației"
#: src/hostname/org.freedesktop.hostname1.policy:31
-msgid "Authentication is required to set the statically configured local hostname, as well as the pretty hostname."
-msgstr "Autentificarea este necesară pentru a seta numele static de stație, precum și numele descriptiv de stație."
+msgid ""
+"Authentication is required to set the statically configured local hostname, "
+"as well as the pretty hostname."
+msgstr ""
+"Autentificarea este necesară pentru a seta numele static de stație, precum "
+"și numele descriptiv de stație."
#: src/hostname/org.freedesktop.hostname1.policy:41
msgid "Set machine information"
@@ -282,7 +324,8 @@ msgstr "Setează informațiile despre stație"
#: src/hostname/org.freedesktop.hostname1.policy:42
msgid "Authentication is required to set local machine information."
-msgstr "Autentificarea este necesară pentru setarea informațiilor despre stație."
+msgstr ""
+"Autentificarea este necesară pentru setarea informațiilor despre stație."
#: src/hostname/org.freedesktop.hostname1.policy:51
msgid "Get product UUID"
@@ -290,7 +333,9 @@ msgstr "Obține identificatorul unic universal (UUID) al produsului"
#: src/hostname/org.freedesktop.hostname1.policy:52
msgid "Authentication is required to get product UUID."
-msgstr "Autentificarea este necesară pentru a obține identificatorul unic universal (UUID) al produsului."
+msgstr ""
+"Autentificarea este necesară pentru a obține identificatorul unic universal "
+"(UUID) al produsului."
#: src/hostname/org.freedesktop.hostname1.policy:61
msgid "Get hardware serial number"
@@ -317,7 +362,9 @@ msgstr "Importă o VM (mașină virtuală) sau o imagine container"
#: src/import/org.freedesktop.import1.policy:23
msgid "Authentication is required to import a VM or container image"
-msgstr "Autentificarea este necesară pentru a importa o VM (mașină virtuală) sau o imagine container"
+msgstr ""
+"Autentificarea este necesară pentru a importa o VM (mașină virtuală) sau o "
+"imagine container"
#: src/import/org.freedesktop.import1.policy:32
msgid "Export a VM or container image"
@@ -325,7 +372,9 @@ msgstr "Exportă o VM (mașină virtuală) sau o imagine container"
#: src/import/org.freedesktop.import1.policy:33
msgid "Authentication is required to export a VM or container image"
-msgstr "Autentificarea este necesară pentru a exporta o VM (mașină virtuală) sau o imagine container"
+msgstr ""
+"Autentificarea este necesară pentru a exporta o VM (mașină virtuală) sau o "
+"imagine container"
#: src/import/org.freedesktop.import1.policy:42
msgid "Download a VM or container image"
@@ -333,7 +382,9 @@ msgstr "Descarcă o VM (mașină virtuală) sau o imagine container"
#: src/import/org.freedesktop.import1.policy:43
msgid "Authentication is required to download a VM or container image"
-msgstr "Autentificarea este necesară pentru a descărca o VM (mașină virtuală) sau o imagine container"
+msgstr ""
+"Autentificarea este necesară pentru a descărca o VM (mașină virtuală) sau o "
+"imagine container"
#: src/locale/org.freedesktop.locale1.policy:22
msgid "Set system locale"
@@ -341,7 +392,9 @@ msgstr "Configurează setările regionale ale sistemului"
#: src/locale/org.freedesktop.locale1.policy:23
msgid "Authentication is required to set the system locale."
-msgstr "Autentificarea este necesară pentru a configura setările regionale ale sistemului."
+msgstr ""
+"Autentificarea este necesară pentru a configura setările regionale ale "
+"sistemului."
#: src/locale/org.freedesktop.locale1.policy:33
msgid "Set system keyboard settings"
@@ -356,8 +409,11 @@ msgid "Allow applications to inhibit system shutdown"
msgstr "Permite aplicațiilor să împiedice închiderea sistemului"
#: src/login/org.freedesktop.login1.policy:23
-msgid "Authentication is required for an application to inhibit system shutdown."
-msgstr "Autentificarea este necesară pentru ca o aplicație să împiedice închiderea sistemului."
+msgid ""
+"Authentication is required for an application to inhibit system shutdown."
+msgstr ""
+"Autentificarea este necesară pentru ca o aplicație să împiedice închiderea "
+"sistemului."
#: src/login/org.freedesktop.login1.policy:33
msgid "Allow applications to delay system shutdown"
@@ -365,7 +421,9 @@ msgstr "Permite aplicațiilor să întârzie închiderea sistemului"
#: src/login/org.freedesktop.login1.policy:34
msgid "Authentication is required for an application to delay system shutdown."
-msgstr "Autentificarea este necesară pentru ca o aplicație să întârzie închiderea sistemului."
+msgstr ""
+"Autentificarea este necesară pentru ca o aplicație să întârzie închiderea "
+"sistemului."
#: src/login/org.freedesktop.login1.policy:44
msgid "Allow applications to inhibit system sleep"
@@ -373,7 +431,9 @@ msgstr "Permite aplicațiilor să împiedice adormirea sistemului"
#: src/login/org.freedesktop.login1.policy:45
msgid "Authentication is required for an application to inhibit system sleep."
-msgstr "Autentificarea este necesară pentru ca o aplicație să împiedice adormirea sistemului."
+msgstr ""
+"Autentificarea este necesară pentru ca o aplicație să împiedice adormirea "
+"sistemului."
#: src/login/org.freedesktop.login1.policy:55
msgid "Allow applications to delay system sleep"
@@ -381,55 +441,91 @@ msgstr "Permite aplicațiilor să întârzie adormirea sistemului"
#: src/login/org.freedesktop.login1.policy:56
msgid "Authentication is required for an application to delay system sleep."
-msgstr "Autentificarea este necesară pentru ca o aplicație să întârzie adormirea sistemului."
+msgstr ""
+"Autentificarea este necesară pentru ca o aplicație să întârzie adormirea "
+"sistemului."
#: src/login/org.freedesktop.login1.policy:65
msgid "Allow applications to inhibit automatic system suspend"
msgstr "Permite aplicațiilor să împiedice suspendarea automată a sistemului"
#: src/login/org.freedesktop.login1.policy:66
-msgid "Authentication is required for an application to inhibit automatic system suspend."
-msgstr "Autentificarea este necesară pentru ca o aplicație să împiedice suspendarea automată a sistemului."
+msgid ""
+"Authentication is required for an application to inhibit automatic system "
+"suspend."
+msgstr ""
+"Autentificarea este necesară pentru ca o aplicație să împiedice suspendarea "
+"automată a sistemului."
#: src/login/org.freedesktop.login1.policy:75
msgid "Allow applications to inhibit system handling of the power key"
-msgstr "Permite aplicațiilor să împiedice administrarea butonului de pornire a sistemului"
+msgstr ""
+"Permite aplicațiilor să împiedice administrarea butonului de pornire a "
+"sistemului"
#: src/login/org.freedesktop.login1.policy:76
-msgid "Authentication is required for an application to inhibit system handling of the power key."
-msgstr "Autentificarea este necesară pentru ca o aplicație să împiedice administrarea butonului de pornire a sistemului."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the power key."
+msgstr ""
+"Autentificarea este necesară pentru ca o aplicație să împiedice "
+"administrarea butonului de pornire a sistemului."
#: src/login/org.freedesktop.login1.policy:86
msgid "Allow applications to inhibit system handling of the suspend key"
-msgstr "Permite aplicațiilor să împiedice administrarea butonului de suspendare al sistemului"
+msgstr ""
+"Permite aplicațiilor să împiedice administrarea butonului de suspendare al "
+"sistemului"
#: src/login/org.freedesktop.login1.policy:87
-msgid "Authentication is required for an application to inhibit system handling of the suspend key."
-msgstr "Autentificarea este necesară pentru ca o aplicație să împiedice manipularea butonului de suspendare al sistemului."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the suspend key."
+msgstr ""
+"Autentificarea este necesară pentru ca o aplicație să împiedice manipularea "
+"butonului de suspendare al sistemului."
#: src/login/org.freedesktop.login1.policy:97
msgid "Allow applications to inhibit system handling of the hibernate key"
-msgstr "Permite aplicațiilor să împiedice administrarea butonului de hibernare al sistemului"
+msgstr ""
+"Permite aplicațiilor să împiedice administrarea butonului de hibernare al "
+"sistemului"
#: src/login/org.freedesktop.login1.policy:98
-msgid "Authentication is required for an application to inhibit system handling of the hibernate key."
-msgstr "Autentificarea este necesară pentru ca o aplicație să împiedice administrarea butonului de hibernare al sistemului."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the hibernate key."
+msgstr ""
+"Autentificarea este necesară pentru ca o aplicație să împiedice "
+"administrarea butonului de hibernare al sistemului."
#: src/login/org.freedesktop.login1.policy:107
msgid "Allow applications to inhibit system handling of the lid switch"
-msgstr "Permite aplicațiilor să împiedice administrarea comutatorului din capacul statiei"
+msgstr ""
+"Permite aplicațiilor să împiedice administrarea comutatorului din capacul "
+"statiei"
#: src/login/org.freedesktop.login1.policy:108
-msgid "Authentication is required for an application to inhibit system handling of the lid switch."
-msgstr "Autentificarea este necesară pentru ca o aplicație să împiedice manipularea comutatorului din capacul sistemului."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the lid switch."
+msgstr ""
+"Autentificarea este necesară pentru ca o aplicație să împiedice manipularea "
+"comutatorului din capacul sistemului."
#: src/login/org.freedesktop.login1.policy:117
msgid "Allow applications to inhibit system handling of the reboot key"
-msgstr "Permite aplicațiilor să împiedice administrarea butonului de repornire a sistemului"
+msgstr ""
+"Permite aplicațiilor să împiedice administrarea butonului de repornire a "
+"sistemului"
#: src/login/org.freedesktop.login1.policy:118
-msgid "Authentication is required for an application to inhibit system handling of the reboot key."
-msgstr "Autentificarea este necesară pentru ca o aplicație să împiedice administrarea butonului de repornire a sistemului."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the reboot key."
+msgstr ""
+"Autentificarea este necesară pentru ca o aplicație să împiedice "
+"administrarea butonului de repornire a sistemului."
#: src/login/org.freedesktop.login1.policy:128
msgid "Allow non-logged-in user to run programs"
@@ -437,7 +533,9 @@ msgstr "Permite utilizatorilor neautentificați să execute programe"
#: src/login/org.freedesktop.login1.policy:129
msgid "Explicit request is required to run programs as a non-logged-in user."
-msgstr "Este necesară o cerere explicită pentru ca un utilizator neautentificat să ruleze programe."
+msgstr ""
+"Este necesară o cerere explicită pentru ca un utilizator neautentificat să "
+"ruleze programe."
#: src/login/org.freedesktop.login1.policy:138
msgid "Allow non-logged-in users to run programs"
@@ -445,7 +543,9 @@ msgstr "Permite utilizatorilor neautentificați să ruleze programe"
#: src/login/org.freedesktop.login1.policy:139
msgid "Authentication is required to run programs as a non-logged-in user."
-msgstr "Autentificarea este necesară pentru a rula programe ca utilizator neautentificat."
+msgstr ""
+"Autentificarea este necesară pentru a rula programe ca utilizator "
+"neautentificat."
#: src/login/org.freedesktop.login1.policy:148
msgid "Allow attaching devices to seats"
@@ -461,7 +561,9 @@ msgstr "Înlăturare dispozitiv atașat la stație"
#: src/login/org.freedesktop.login1.policy:160
msgid "Authentication is required to reset how devices are attached to seats."
-msgstr "Autentificarea este necesară pentru a înlătura dispozitivele atașate la stații."
+msgstr ""
+"Autentificarea este necesară pentru a înlătura dispozitivele atașate la "
+"stații."
#: src/login/org.freedesktop.login1.policy:169
msgid "Power off the system"
@@ -476,16 +578,24 @@ msgid "Power off the system while other users are logged in"
msgstr "Oprește sistemul în timp ce alți utilizatori sunt conectați"
#: src/login/org.freedesktop.login1.policy:181
-msgid "Authentication is required to power off the system while other users are logged in."
-msgstr "Autentificarea este necesară pentru oprirea sistemului în timp ce alți utilizatori sunt conectați."
+msgid ""
+"Authentication is required to power off the system while other users are "
+"logged in."
+msgstr ""
+"Autentificarea este necesară pentru oprirea sistemului în timp ce alți "
+"utilizatori sunt conectați."
#: src/login/org.freedesktop.login1.policy:191
msgid "Power off the system while an application is inhibiting this"
msgstr "Oprește sistemul în timp ce o aplicație împiedică oprirea"
#: src/login/org.freedesktop.login1.policy:192
-msgid "Authentication is required to power off the system while an application is inhibiting this."
-msgstr "Autentificarea este necesară pentru oprirea sistemului în timp ce o aplicație împiedică oprirea."
+msgid ""
+"Authentication is required to power off the system while an application is "
+"inhibiting this."
+msgstr ""
+"Autentificarea este necesară pentru oprirea sistemului în timp ce o "
+"aplicație împiedică oprirea."
#: src/login/org.freedesktop.login1.policy:202
msgid "Reboot the system"
@@ -500,16 +610,24 @@ msgid "Reboot the system while other users are logged in"
msgstr "Repornește sistemul în timp ce alți utilizatori sunt conectați"
#: src/login/org.freedesktop.login1.policy:214
-msgid "Authentication is required to reboot the system while other users are logged in."
-msgstr "Autentificarea este necesară pentru repornirea sistemului în timp ce alți utilizatori sunt conectați."
+msgid ""
+"Authentication is required to reboot the system while other users are logged "
+"in."
+msgstr ""
+"Autentificarea este necesară pentru repornirea sistemului în timp ce alți "
+"utilizatori sunt conectați."
#: src/login/org.freedesktop.login1.policy:224
msgid "Reboot the system while an application is inhibiting this"
msgstr "Repornește sistemul în timp ce o aplicație împiedică repornirea"
#: src/login/org.freedesktop.login1.policy:225
-msgid "Authentication is required to reboot the system while an application is inhibiting this."
-msgstr "Autentificarea este necesară pentru repornirea sistemului în timp ce o aplicație împiedică repornirea."
+msgid ""
+"Authentication is required to reboot the system while an application is "
+"inhibiting this."
+msgstr ""
+"Autentificarea este necesară pentru repornirea sistemului în timp ce o "
+"aplicație împiedică repornirea."
#: src/login/org.freedesktop.login1.policy:235
msgid "Halt the system"
@@ -524,16 +642,24 @@ msgid "Halt the system while other users are logged in"
msgstr "Oprește sistemul în timp ce alți utilizatori sunt conectați"
#: src/login/org.freedesktop.login1.policy:247
-msgid "Authentication is required to halt the system while other users are logged in."
-msgstr "Autentificarea este necesară pentru oprirea sistemului în timp ce alți utilizatori sunt conectați."
+msgid ""
+"Authentication is required to halt the system while other users are logged "
+"in."
+msgstr ""
+"Autentificarea este necesară pentru oprirea sistemului în timp ce alți "
+"utilizatori sunt conectați."
#: src/login/org.freedesktop.login1.policy:257
msgid "Halt the system while an application is inhibiting this"
msgstr "Oprește sistemul în timp ce o aplicație împiedică oprirea"
#: src/login/org.freedesktop.login1.policy:258
-msgid "Authentication is required to halt the system while an application is inhibiting this."
-msgstr "Autentificarea este necesară pentru oprirea sistemului în timp ce o aplicație împiedică oprirea."
+msgid ""
+"Authentication is required to halt the system while an application is "
+"inhibiting this."
+msgstr ""
+"Autentificarea este necesară pentru oprirea sistemului în timp ce o "
+"aplicație împiedică oprirea."
#: src/login/org.freedesktop.login1.policy:268
msgid "Suspend the system"
@@ -548,16 +674,24 @@ msgid "Suspend the system while other users are logged in"
msgstr "Suspendă sistemul în timp ce alți utilizatori sunt conectați"
#: src/login/org.freedesktop.login1.policy:279
-msgid "Authentication is required to suspend the system while other users are logged in."
-msgstr "Autentificarea este necesară pentru suspendarea sistemului timp ce alți utilizatori sunt conectați."
+msgid ""
+"Authentication is required to suspend the system while other users are "
+"logged in."
+msgstr ""
+"Autentificarea este necesară pentru suspendarea sistemului timp ce alți "
+"utilizatori sunt conectați."
#: src/login/org.freedesktop.login1.policy:289
msgid "Suspend the system while an application is inhibiting this"
msgstr "Suspendă sistemul în timp ce o aplicație împiedică suspendarea"
#: src/login/org.freedesktop.login1.policy:290
-msgid "Authentication is required to suspend the system while an application is inhibiting this."
-msgstr "Autentificarea este necesară pentru suspendarea sistemului în timp ce o aplicație împiedică suspendarea."
+msgid ""
+"Authentication is required to suspend the system while an application is "
+"inhibiting this."
+msgstr ""
+"Autentificarea este necesară pentru suspendarea sistemului în timp ce o "
+"aplicație împiedică suspendarea."
#: src/login/org.freedesktop.login1.policy:300
msgid "Hibernate the system"
@@ -572,16 +706,24 @@ msgid "Hibernate the system while other users are logged in"
msgstr "Hiberneaza sistemul în timp ce alți utilizatori sunt conectați"
#: src/login/org.freedesktop.login1.policy:311
-msgid "Authentication is required to hibernate the system while other users are logged in."
-msgstr "Autentificarea este necesară pentru hibernarea sistemului în timp ce alți utilizatori sunt conectați."
+msgid ""
+"Authentication is required to hibernate the system while other users are "
+"logged in."
+msgstr ""
+"Autentificarea este necesară pentru hibernarea sistemului în timp ce alți "
+"utilizatori sunt conectați."
#: src/login/org.freedesktop.login1.policy:321
msgid "Hibernate the system while an application is inhibiting this"
msgstr "Hibernează sistemul în timp ce o aplicație împiedică hibernarea"
#: src/login/org.freedesktop.login1.policy:322
-msgid "Authentication is required to hibernate the system while an application is inhibiting this."
-msgstr "Autentificarea este necesară pentru hibernarea sistemului în timp ce o aplicație împiedică hibernarea."
+msgid ""
+"Authentication is required to hibernate the system while an application is "
+"inhibiting this."
+msgstr ""
+"Autentificarea este necesară pentru hibernarea sistemului în timp ce o "
+"aplicație împiedică hibernarea."
#: src/login/org.freedesktop.login1.policy:332
msgid "Manage active sessions, users and seats"
@@ -589,7 +731,9 @@ msgstr "Gestionează sesiuni active, utilizatori și stații"
#: src/login/org.freedesktop.login1.policy:333
msgid "Authentication is required to manage active sessions, users and seats."
-msgstr "Autentificarea este necesară pentru gestionarea sesiunilor active, utilizatorilor și stațiilor."
+msgstr ""
+"Autentificarea este necesară pentru gestionarea sesiunilor active, "
+"utilizatorilor și stațiilor."
#: src/login/org.freedesktop.login1.policy:342
msgid "Lock or unlock active sessions"
@@ -597,7 +741,8 @@ msgstr "Blochează sau deblochează sesiuni active"
#: src/login/org.freedesktop.login1.policy:343
msgid "Authentication is required to lock or unlock active sessions."
-msgstr "Autentificarea este necesară pentru a bloca sau debloca sesiuni active."
+msgstr ""
+"Autentificarea este necesară pentru a bloca sau debloca sesiuni active."
#: src/login/org.freedesktop.login1.policy:352
msgid "Set the reboot \"reason\" in the kernel"
@@ -605,31 +750,45 @@ msgstr "Setează în kernel \"cauza\" pentru repornire"
#: src/login/org.freedesktop.login1.policy:353
msgid "Authentication is required to set the reboot \"reason\" in the kernel."
-msgstr "Autentificarea este necesară pentru a seta în kernel \"cauza\" pentru repornire."
+msgstr ""
+"Autentificarea este necesară pentru a seta în kernel \"cauza\" pentru "
+"repornire."
#: src/login/org.freedesktop.login1.policy:363
msgid "Indicate to the firmware to boot to setup interface"
msgstr "Indică firmware-ului să pornească în interfața de configurare"
#: src/login/org.freedesktop.login1.policy:364
-msgid "Authentication is required to indicate to the firmware to boot to setup interface."
-msgstr "Autentificarea este necesară pentru a indica firmware-ului să pornească în interfața de configurare."
+msgid ""
+"Authentication is required to indicate to the firmware to boot to setup "
+"interface."
+msgstr ""
+"Autentificarea este necesară pentru a indica firmware-ului să pornească în "
+"interfața de configurare."
#: src/login/org.freedesktop.login1.policy:374
msgid "Indicate to the boot loader to boot to the boot loader menu"
msgstr "Indică boot loader-ului să pornească cu afișarea propriului meniu"
#: src/login/org.freedesktop.login1.policy:375
-msgid "Authentication is required to indicate to the boot loader to boot to the boot loader menu."
-msgstr "Autentificarea este necesară pentru a indica boot loader-ului să pornească cu afișarea propriului meniu."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot to the "
+"boot loader menu."
+msgstr ""
+"Autentificarea este necesară pentru a indica boot loader-ului să pornească "
+"cu afișarea propriului meniu."
#: src/login/org.freedesktop.login1.policy:385
msgid "Indicate to the boot loader to boot a specific entry"
msgstr "Indică boot loader-ului să pornească cu o anumită opțiune"
#: src/login/org.freedesktop.login1.policy:386
-msgid "Authentication is required to indicate to the boot loader to boot into a specific boot loader entry."
-msgstr "Autentificarea este necesară pentru a indica boot loader-ului să pornească cu o anumită opțiune."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot into a "
+"specific boot loader entry."
+msgstr ""
+"Autentificarea este necesară pentru a indica boot loader-ului să pornească "
+"cu o anumită opțiune."
#: src/login/org.freedesktop.login1.policy:396
msgid "Set a wall message"
@@ -653,7 +812,8 @@ msgstr "Conectare la un container local"
#: src/machine/org.freedesktop.machine1.policy:23
msgid "Authentication is required to log into a local container."
-msgstr "Autentificarea este necesară pentru a vă conecta la un container local."
+msgstr ""
+"Autentificarea este necesară pentru a vă conecta la un container local."
#: src/machine/org.freedesktop.machine1.policy:32
msgid "Log into the local host"
@@ -669,7 +829,9 @@ msgstr "Obține un shell într-un container local"
#: src/machine/org.freedesktop.machine1.policy:43
msgid "Authentication is required to acquire a shell in a local container."
-msgstr "Autentificarea este necesară pentru a obține un shell într-un container local."
+msgstr ""
+"Autentificarea este necesară pentru a obține un shell într-un container "
+"local."
#: src/machine/org.freedesktop.machine1.policy:53
msgid "Acquire a shell on the local host"
@@ -677,15 +839,19 @@ msgstr "Obține un shell pe o stație locală"
#: src/machine/org.freedesktop.machine1.policy:54
msgid "Authentication is required to acquire a shell on the local host."
-msgstr "Autentificarea este necesară pentru a obține un shell pe o stație locală."
+msgstr ""
+"Autentificarea este necesară pentru a obține un shell pe o stație locală."
#: src/machine/org.freedesktop.machine1.policy:64
msgid "Acquire a pseudo TTY in a local container"
msgstr "Obține un pseudo-TTY într-un container local"
#: src/machine/org.freedesktop.machine1.policy:65
-msgid "Authentication is required to acquire a pseudo TTY in a local container."
-msgstr "Autentificarea este necesară pentru a obține un pseudo-TTY într-un container local."
+msgid ""
+"Authentication is required to acquire a pseudo TTY in a local container."
+msgstr ""
+"Autentificarea este necesară pentru a obține un pseudo-TTY într-un container "
+"local."
#: src/machine/org.freedesktop.machine1.policy:74
msgid "Acquire a pseudo TTY on the local host"
@@ -693,23 +859,33 @@ msgstr "Obține un pseudo-TTY pe o stație locală"
#: src/machine/org.freedesktop.machine1.policy:75
msgid "Authentication is required to acquire a pseudo TTY on the local host."
-msgstr "Autentificarea este necesară pentru a obține un pseudo-TTY pe o stație locală."
+msgstr ""
+"Autentificarea este necesară pentru a obține un pseudo-TTY pe o stație "
+"locală."
#: src/machine/org.freedesktop.machine1.policy:84
msgid "Manage local virtual machines and containers"
msgstr "Gestionează mașini virtuale locale și containere"
#: src/machine/org.freedesktop.machine1.policy:85
-msgid "Authentication is required to manage local virtual machines and containers."
-msgstr "Autentificarea este necesară pentru a gestiona mașini virtuale locale și containere."
+msgid ""
+"Authentication is required to manage local virtual machines and containers."
+msgstr ""
+"Autentificarea este necesară pentru a gestiona mașini virtuale locale și "
+"containere."
#: src/machine/org.freedesktop.machine1.policy:95
msgid "Manage local virtual machine and container images"
-msgstr "Gestionează imaginile pentru mașinile virtuale locale și pentru containere"
+msgstr ""
+"Gestionează imaginile pentru mașinile virtuale locale și pentru containere"
#: src/machine/org.freedesktop.machine1.policy:96
-msgid "Authentication is required to manage local virtual machine and container images."
-msgstr "Autentificarea este necesară pentru a gestiona imagini de mașini virtuale locale și de containere."
+msgid ""
+"Authentication is required to manage local virtual machine and container "
+"images."
+msgstr ""
+"Autentificarea este necesară pentru a gestiona imagini de mașini virtuale "
+"locale și de containere."
#: src/network/org.freedesktop.network1.policy:22
msgid "Set NTP servers"
@@ -767,7 +943,9 @@ msgstr "Activare/dezactivare distribuție multiplă DNS"
#: src/network/org.freedesktop.network1.policy:78
#: src/resolve/org.freedesktop.resolve1.policy:89
msgid "Authentication is required to enable or disable multicast DNS."
-msgstr "Autentificarea este necesară pentru a activa sau dezactiva distribuția multiplă DNS."
+msgstr ""
+"Autentificarea este necesară pentru a activa sau dezactiva distribuția "
+"multiplă DNS."
#: src/network/org.freedesktop.network1.policy:88
#: src/resolve/org.freedesktop.resolve1.policy:99
@@ -777,7 +955,8 @@ msgstr "Activare/dezactivare DNS prin TLS"
#: src/network/org.freedesktop.network1.policy:89
#: src/resolve/org.freedesktop.resolve1.policy:100
msgid "Authentication is required to enable or disable DNS over TLS."
-msgstr "Autentificarea este necesară pentru a activa sau dezactiva DNS prin TLS."
+msgstr ""
+"Autentificarea este necesară pentru a activa sau dezactiva DNS prin TLS."
#: src/network/org.freedesktop.network1.policy:99
#: src/resolve/org.freedesktop.resolve1.policy:110
@@ -797,7 +976,9 @@ msgstr "Setare ancore de încredere negative DNSSEC"
#: src/network/org.freedesktop.network1.policy:111
#: src/resolve/org.freedesktop.resolve1.policy:122
msgid "Authentication is required to set DNSSEC Negative Trust Anchors."
-msgstr "Autentificarea este necesară pentru a seta ancore de încredere negative DNSSEC."
+msgstr ""
+"Autentificarea este necesară pentru a seta ancore de încredere negative "
+"DNSSEC."
#: src/network/org.freedesktop.network1.policy:121
msgid "Revert NTP settings"
@@ -821,7 +1002,8 @@ msgstr "Serverul DHCP trimite mesaje de reînnoire forțată"
#: src/network/org.freedesktop.network1.policy:144
msgid "Authentication is required to send force renew message."
-msgstr "Autentificarea este necesară pentru a trimite mesaje de reînnoire forțată."
+msgstr ""
+"Autentificarea este necesară pentru a trimite mesaje de reînnoire forțată."
#: src/network/org.freedesktop.network1.policy:154
msgid "Renew dynamic addresses"
@@ -853,23 +1035,31 @@ msgstr "Inspectare imagine a unui serviciu portabil"
#: src/portable/org.freedesktop.portable1.policy:14
msgid "Authentication is required to inspect a portable service image."
-msgstr "Autentificarea este necesară pentru a inspecta imaginea unui serviciu portabil."
+msgstr ""
+"Autentificarea este necesară pentru a inspecta imaginea unui serviciu "
+"portabil."
#: src/portable/org.freedesktop.portable1.policy:23
msgid "Attach or detach a portable service image"
msgstr "Atașare sau detașare imagine a unui serviciu portabil"
#: src/portable/org.freedesktop.portable1.policy:24
-msgid "Authentication is required to attach or detach a portable service image."
-msgstr "Autentificarea este necesară pentru a atașa sau detașa imaginea unui serviciu portabil."
+msgid ""
+"Authentication is required to attach or detach a portable service image."
+msgstr ""
+"Autentificarea este necesară pentru a atașa sau detașa imaginea unui "
+"serviciu portabil."
#: src/portable/org.freedesktop.portable1.policy:34
msgid "Delete or modify portable service image"
msgstr "Șterge sau modifică imagine a unui serviciu portabil"
#: src/portable/org.freedesktop.portable1.policy:35
-msgid "Authentication is required to delete or modify a portable service image."
-msgstr "Autentificarea este necesară pentru a șterge sau modifica imaginea unui serviciu portabil."
+msgid ""
+"Authentication is required to delete or modify a portable service image."
+msgstr ""
+"Autentificarea este necesară pentru a șterge sau modifica imaginea unui "
+"serviciu portabil."
#: src/resolve/org.freedesktop.resolve1.policy:22
msgid "Register a DNS-SD service"
@@ -885,7 +1075,9 @@ msgstr "Anulare înregistrare serviciu DNS-SD"
#: src/resolve/org.freedesktop.resolve1.policy:34
msgid "Authentication is required to unregister a DNS-SD service"
-msgstr "Autentificarea este necesară pentru a anula înregistrarea unui serviciu DNS-SD"
+msgstr ""
+"Autentificarea este necesară pentru a anula înregistrarea unui serviciu DNS-"
+"SD"
#: src/resolve/org.freedesktop.resolve1.policy:132
msgid "Revert name resolution settings"
@@ -893,7 +1085,9 @@ msgstr "Revenire setări pentru rezoluția de nume"
#: src/resolve/org.freedesktop.resolve1.policy:133
msgid "Authentication is required to reset name resolution settings."
-msgstr "Autentificarea este necesară pentru a reseta setările pentru rezoluția de nume."
+msgstr ""
+"Autentificarea este necesară pentru a reseta setările pentru rezoluția de "
+"nume."
#: src/timedate/org.freedesktop.timedate1.policy:22
msgid "Set system time"
@@ -916,52 +1110,73 @@ msgid "Set RTC to local timezone or UTC"
msgstr "Setează RTC la ora locală sau UTC"
#: src/timedate/org.freedesktop.timedate1.policy:44
-msgid "Authentication is required to control whether the RTC stores the local or UTC time."
-msgstr "Autentificarea este necesară pentru a controla dacă RTC stochează ora locală sau UTC."
+msgid ""
+"Authentication is required to control whether the RTC stores the local or "
+"UTC time."
+msgstr ""
+"Autentificarea este necesară pentru a controla dacă RTC stochează ora locală "
+"sau UTC."
#: src/timedate/org.freedesktop.timedate1.policy:53
msgid "Turn network time synchronization on or off"
msgstr "Activează sau dezactivează sincronizarea cu ora rețelei"
#: src/timedate/org.freedesktop.timedate1.policy:54
-msgid "Authentication is required to control whether network time synchronization shall be enabled."
-msgstr "Autentificarea este necesară pentru a controla dacă sincronizarea cu ora rețelei ar trebui activată."
+msgid ""
+"Authentication is required to control whether network time synchronization "
+"shall be enabled."
+msgstr ""
+"Autentificarea este necesară pentru a controla dacă sincronizarea cu ora "
+"rețelei ar trebui activată."
-#: src/core/dbus-unit.c:364
+#: src/core/dbus-unit.c:352
msgid "Authentication is required to start '$(unit)'."
msgstr "Autentificarea este necesară pentru a porni „$(unit)”."
-#: src/core/dbus-unit.c:365
+#: src/core/dbus-unit.c:353
msgid "Authentication is required to stop '$(unit)'."
msgstr "Autentificarea este necesară pentru a opri „$(unit)”."
-#: src/core/dbus-unit.c:366
+#: src/core/dbus-unit.c:354
msgid "Authentication is required to reload '$(unit)'."
msgstr "Autentificarea este necesară pentru a reîncărca „$(unit)”."
-#: src/core/dbus-unit.c:367 src/core/dbus-unit.c:368
+#: src/core/dbus-unit.c:355 src/core/dbus-unit.c:356
msgid "Authentication is required to restart '$(unit)'."
msgstr "Autentificarea este necesară pentru a reporni „$(unit)”."
-#: src/core/dbus-unit.c:565
-msgid "Authentication is required to send a UNIX signal to the processes of '$(unit)'."
-msgstr "Autentificarea este necesară pentru a trimite un semnal UNIX către procesele unui „$(unit)”."
+#: src/core/dbus-unit.c:553
+msgid ""
+"Authentication is required to send a UNIX signal to the processes of "
+"'$(unit)'."
+msgstr ""
+"Autentificarea este necesară pentru a trimite un semnal UNIX către procesele "
+"unui „$(unit)”."
-#: src/core/dbus-unit.c:595
+#: src/core/dbus-unit.c:583
msgid "Authentication is required to reset the \"failed\" state of '$(unit)'."
-msgstr "Autentificarea este necesară pentru a reseta starea „eșuată” a „$(unit)”."
+msgstr ""
+"Autentificarea este necesară pentru a reseta starea „eșuată” a „$(unit)”."
-#: src/core/dbus-unit.c:627
+#: src/core/dbus-unit.c:615
msgid "Authentication is required to set properties on '$(unit)'."
-msgstr "Autentificarea este necesară pentru a seta proprietățile lui „$(unit)”."
+msgstr ""
+"Autentificarea este necesară pentru a seta proprietățile lui „$(unit)”."
-#: src/core/dbus-unit.c:728
-msgid "Authentication is required to delete files and directories associated with '$(unit)'."
-msgstr "Autentificarea este necesară pentru a șterge fișierele și directoarele asociate lui „$(unit)”."
+#: src/core/dbus-unit.c:716
+msgid ""
+"Authentication is required to delete files and directories associated with "
+"'$(unit)'."
+msgstr ""
+"Autentificarea este necesară pentru a șterge fișierele și directoarele "
+"asociate lui „$(unit)”."
-#: src/core/dbus-unit.c:776
-msgid "Authentication is required to freeze or thaw the processes of '$(unit)' unit."
-msgstr "Autentificarea este necesară pentru a îngheța sau dezgheța procesele corespunzătoare lui „$(unit)”."
+#: src/core/dbus-unit.c:764
+msgid ""
+"Authentication is required to freeze or thaw the processes of '$(unit)' unit."
+msgstr ""
+"Autentificarea este necesară pentru a îngheța sau dezgheța procesele "
+"corespunzătoare lui „$(unit)”."
#~ msgid "Authentication is required to kill '$(unit)'."
#~ msgstr "Autentificarea este necesară pentru a omorî „$(unit)”."
diff --git a/po/ru.po b/po/ru.po
index 5e9476a5e95..acb84ec29c4 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -12,7 +12,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-07-14 10:32+0100\n"
+"POT-Creation-Date: 2023-11-14 21:25+0000\n"
"PO-Revision-Date: 2023-09-12 14:35+0000\n"
"Last-Translator: \"Sergey A.\" <sw@atrus.ru>\n"
"Language-Team: Russian <https://translate.fedoraproject.org/projects/systemd/"
@@ -30,7 +30,8 @@ msgid "Send passphrase back to system"
msgstr "Отправить пароль системе"
#: src/core/org.freedesktop.systemd1.policy.in:23
-msgid "Authentication is required to send the entered passphrase back to the system."
+msgid ""
+"Authentication is required to send the entered passphrase back to the system."
msgstr "Чтобы отправить пароль системе, необходимо пройти аутентификацию."
#: src/core/org.freedesktop.systemd1.policy.in:33
@@ -39,7 +40,9 @@ msgstr "Управление системными службами и юнита
#: src/core/org.freedesktop.systemd1.policy.in:34
msgid "Authentication is required to manage system services or other units."
-msgstr "Для управления системными службами и юнитами, необходимо пройти аутентификацию."
+msgstr ""
+"Для управления системными службами и юнитами, необходимо пройти "
+"аутентификацию."
#: src/core/org.freedesktop.systemd1.policy.in:43
msgid "Manage system service or unit files"
@@ -47,15 +50,21 @@ msgstr "Управление файлами конфигурации систе
#: src/core/org.freedesktop.systemd1.policy.in:44
msgid "Authentication is required to manage system service or unit files."
-msgstr "Для управления файлами конфигурации системных служб и юнитов, необходимо пройти аутентификацию."
+msgstr ""
+"Для управления файлами конфигурации системных служб и юнитов, необходимо "
+"пройти аутентификацию."
#: src/core/org.freedesktop.systemd1.policy.in:54
msgid "Set or unset system and service manager environment variables"
msgstr "Настроить переменные окружения для системного менеджера"
#: src/core/org.freedesktop.systemd1.policy.in:55
-msgid "Authentication is required to set or unset system and service manager environment variables."
-msgstr "Чтобы настроить переменные окружения для системного менеджера, необходимо пройти аутентификацию."
+msgid ""
+"Authentication is required to set or unset system and service manager "
+"environment variables."
+msgstr ""
+"Чтобы настроить переменные окружения для системного менеджера, необходимо "
+"пройти аутентификацию."
#: src/core/org.freedesktop.systemd1.policy.in:64
msgid "Reload the systemd state"
@@ -63,14 +72,17 @@ msgstr "Перечитать конфигурацию systemd"
#: src/core/org.freedesktop.systemd1.policy.in:65
msgid "Authentication is required to reload the systemd state."
-msgstr "Чтобы заставить systemd перечитать конфигурацию, необходимо пройти аутентификацию."
+msgstr ""
+"Чтобы заставить systemd перечитать конфигурацию, необходимо пройти "
+"аутентификацию."
#: src/core/org.freedesktop.systemd1.policy.in:74
msgid "Dump the systemd state without rate limits"
msgstr "Создавать дампы состояния systemd без ограничений частоты"
#: src/core/org.freedesktop.systemd1.policy.in:75
-msgid "Authentication is required to dump the systemd state without rate limits."
+msgid ""
+"Authentication is required to dump the systemd state without rate limits."
msgstr ""
"Для создания дампов состояния systemd без ограничения частоты необходимо "
"пройти аутентификацию."
@@ -81,7 +93,9 @@ msgstr "Создать домашнее пространство"
#: src/home/org.freedesktop.home1.policy:14
msgid "Authentication is required to create a user's home area."
-msgstr "Чтобы создать домашнее пространство пользователя, необходимо пройти аутентификацию."
+msgstr ""
+"Чтобы создать домашнее пространство пользователя, необходимо пройти "
+"аутентификацию."
#: src/home/org.freedesktop.home1.policy:23
msgid "Remove a home area"
@@ -89,15 +103,20 @@ msgstr "Удалить домашнее пространство"
#: src/home/org.freedesktop.home1.policy:24
msgid "Authentication is required to remove a user's home area."
-msgstr "Чтобы удалить домашнее пространство пользователя, необходимо пройти аутентификацию."
+msgstr ""
+"Чтобы удалить домашнее пространство пользователя, необходимо пройти "
+"аутентификацию."
#: src/home/org.freedesktop.home1.policy:33
msgid "Check credentials of a home area"
msgstr "Проверить учётные данные домашнего пространства"
#: src/home/org.freedesktop.home1.policy:34
-msgid "Authentication is required to check credentials against a user's home area."
-msgstr "Чтобы проверить учётные данные для домашнего пространства пользователя, необходимо пройти аутентификацию."
+msgid ""
+"Authentication is required to check credentials against a user's home area."
+msgstr ""
+"Чтобы проверить учётные данные для домашнего пространства пользователя, "
+"необходимо пройти аутентификацию."
#: src/home/org.freedesktop.home1.policy:43
msgid "Update a home area"
@@ -105,7 +124,9 @@ msgstr "Обновить домашнее пространство"
#: src/home/org.freedesktop.home1.policy:44
msgid "Authentication is required to update a user's home area."
-msgstr "Чтобы обновить домашнее пространство пользователя, необходимо пройти аутентификацию."
+msgstr ""
+"Чтобы обновить домашнее пространство пользователя, необходимо пройти "
+"аутентификацию."
#: src/home/org.freedesktop.home1.policy:53
msgid "Resize a home area"
@@ -113,19 +134,26 @@ msgstr "Изменить размер домашнего пространств
#: src/home/org.freedesktop.home1.policy:54
msgid "Authentication is required to resize a user's home area."
-msgstr "Чтобы изменить размер домашнего пространства пользователя, необходимо пройти аутентификацию."
+msgstr ""
+"Чтобы изменить размер домашнего пространства пользователя, необходимо пройти "
+"аутентификацию."
#: src/home/org.freedesktop.home1.policy:63
msgid "Change password of a home area"
msgstr "Изменить пароль для домашнего пространства"
#: src/home/org.freedesktop.home1.policy:64
-msgid "Authentication is required to change the password of a user's home area."
-msgstr "Чтобы изменить пароль для домашнего пространства пользователя, необходимо пройти аутентификацию."
+msgid ""
+"Authentication is required to change the password of a user's home area."
+msgstr ""
+"Чтобы изменить пароль для домашнего пространства пользователя, необходимо "
+"пройти аутентификацию."
#: src/home/pam_systemd_home.c:287
#, c-format
-msgid "Home of user %s is currently absent, please plug in the necessary storage device or backing file system."
+msgid ""
+"Home of user %s is currently absent, please plug in the necessary storage "
+"device or backing file system."
msgstr ""
"Домашняя папка пользователя %s в настоящее время отсутствует, подключите "
"необходимое устройство хранения данных или резервную файловую систему."
@@ -158,7 +186,9 @@ msgstr "Ключ восстановления: "
#: src/home/pam_systemd_home.c:331
#, c-format
-msgid "Password/recovery key incorrect or not sufficient for authentication of user %s."
+msgid ""
+"Password/recovery key incorrect or not sufficient for authentication of user "
+"%s."
msgstr ""
"Пароль/ключ восстановления неверен или его недостаточно для аутентификации "
"пользователя %s."
@@ -178,7 +208,9 @@ msgstr "Повторите попытку с паролем: "
#: src/home/pam_systemd_home.c:355
#, c-format
-msgid "Password incorrect or not sufficient, and configured security token of user %s not inserted."
+msgid ""
+"Password incorrect or not sufficient, and configured security token of user "
+"%s not inserted."
msgstr ""
"Пароль неверен или его недостаточно, а настроенный токен безопасности "
"пользователя %s не вставлен."
@@ -205,7 +237,9 @@ msgid "Please verify user on security token of user %s."
msgstr "Пожалуйста, подтвердите пользователя на токене безопасности %s."
#: src/home/pam_systemd_home.c:424
-msgid "Security token PIN is locked, please unlock it first. (Hint: Removal and re-insertion might suffice.)"
+msgid ""
+"Security token PIN is locked, please unlock it first. (Hint: Removal and re-"
+"insertion might suffice.)"
msgstr ""
"PIN-код токена безопасности заблокирован. Пожалуйста, сначала снимите его "
"блокировку. (Подсказка: иногда достаточно вынуть и снова вставить токен.)"
@@ -307,8 +341,12 @@ msgid "Set static hostname"
msgstr "Настроить статическое имя компьютера"
#: src/hostname/org.freedesktop.hostname1.policy:31
-msgid "Authentication is required to set the statically configured local hostname, as well as the pretty hostname."
-msgstr "Чтобы настроить статическое имя компьютера, а также его «красивое» имя, необходимо пройти аутентификацию."
+msgid ""
+"Authentication is required to set the statically configured local hostname, "
+"as well as the pretty hostname."
+msgstr ""
+"Чтобы настроить статическое имя компьютера, а также его «красивое» имя, "
+"необходимо пройти аутентификацию."
#: src/hostname/org.freedesktop.hostname1.policy:41
msgid "Set machine information"
@@ -316,7 +354,8 @@ msgstr "Настроить информацию о компьютере"
#: src/hostname/org.freedesktop.hostname1.policy:42
msgid "Authentication is required to set local machine information."
-msgstr "Чтобы настроить информацию о компьютере, необходимо пройти аутентификацию."
+msgstr ""
+"Чтобы настроить информацию о компьютере, необходимо пройти аутентификацию."
#: src/hostname/org.freedesktop.hostname1.policy:51
msgid "Get product UUID"
@@ -348,7 +387,9 @@ msgstr "Импортировать образ виртуальной машин
#: src/import/org.freedesktop.import1.policy:23
msgid "Authentication is required to import a VM or container image"
-msgstr "Чтобы импортировать образ виртуальной машины или контейнера, необходимо пройти аутентификацию"
+msgstr ""
+"Чтобы импортировать образ виртуальной машины или контейнера, необходимо "
+"пройти аутентификацию"
#: src/import/org.freedesktop.import1.policy:32
msgid "Export a VM or container image"
@@ -356,7 +397,9 @@ msgstr "Экспортировать образ виртуальной маши
#: src/import/org.freedesktop.import1.policy:33
msgid "Authentication is required to export a VM or container image"
-msgstr "Чтобы экспортировать образ виртуальной машины или контейнера, необходимо пройти аутентификацию"
+msgstr ""
+"Чтобы экспортировать образ виртуальной машины или контейнера, необходимо "
+"пройти аутентификацию"
#: src/import/org.freedesktop.import1.policy:42
msgid "Download a VM or container image"
@@ -364,7 +407,9 @@ msgstr "Загрузить образ виртуальной машины или
#: src/import/org.freedesktop.import1.policy:43
msgid "Authentication is required to download a VM or container image"
-msgstr "Чтобы загрузить образ виртуальной машины или контейнера, необходимо пройти аутентификацию"
+msgstr ""
+"Чтобы загрузить образ виртуальной машины или контейнера, необходимо пройти "
+"аутентификацию"
#: src/locale/org.freedesktop.locale1.policy:22
msgid "Set system locale"
@@ -380,15 +425,19 @@ msgstr "Настроить параметры клавиатуры"
#: src/locale/org.freedesktop.locale1.policy:34
msgid "Authentication is required to set the system keyboard settings."
-msgstr "Чтобы настроить параметры клавиатуры, необходимо пройти аутентификацию."
+msgstr ""
+"Чтобы настроить параметры клавиатуры, необходимо пройти аутентификацию."
#: src/login/org.freedesktop.login1.policy:22
msgid "Allow applications to inhibit system shutdown"
msgstr "Разрешить приложениям устанавливать блокировку на выключение системы"
#: src/login/org.freedesktop.login1.policy:23
-msgid "Authentication is required for an application to inhibit system shutdown."
-msgstr "Чтобы разрешить приложениям устанавливать блокировку на выключение системы, необходимо пройти аутентификацию."
+msgid ""
+"Authentication is required for an application to inhibit system shutdown."
+msgstr ""
+"Чтобы разрешить приложениям устанавливать блокировку на выключение системы, "
+"необходимо пройти аутентификацию."
#: src/login/org.freedesktop.login1.policy:33
msgid "Allow applications to delay system shutdown"
@@ -396,7 +445,9 @@ msgstr "Разрешить приложениям устанавливать з
#: src/login/org.freedesktop.login1.policy:34
msgid "Authentication is required for an application to delay system shutdown."
-msgstr "Чтобы разрешить приложениям устанавливать задержку на выключение системы, необходимо пройти аутентификацию."
+msgstr ""
+"Чтобы разрешить приложениям устанавливать задержку на выключение системы, "
+"необходимо пройти аутентификацию."
#: src/login/org.freedesktop.login1.policy:44
msgid "Allow applications to inhibit system sleep"
@@ -404,7 +455,9 @@ msgstr "Разрешить приложениям устанавливать б
#: src/login/org.freedesktop.login1.policy:45
msgid "Authentication is required for an application to inhibit system sleep."
-msgstr "Чтобы разрешить приложениям устанавливать блокировку на засыпание системы, необходимо пройти аутентификацию."
+msgstr ""
+"Чтобы разрешить приложениям устанавливать блокировку на засыпание системы, "
+"необходимо пройти аутентификацию."
#: src/login/org.freedesktop.login1.policy:55
msgid "Allow applications to delay system sleep"
@@ -412,55 +465,93 @@ msgstr "Разрешить приложениям устанавливать з
#: src/login/org.freedesktop.login1.policy:56
msgid "Authentication is required for an application to delay system sleep."
-msgstr "Чтобы разрешить приложениям устанавливать задержку на засыпание системы, необходимо пройти аутентификацию."
+msgstr ""
+"Чтобы разрешить приложениям устанавливать задержку на засыпание системы, "
+"необходимо пройти аутентификацию."
#: src/login/org.freedesktop.login1.policy:65
msgid "Allow applications to inhibit automatic system suspend"
-msgstr "Разрешить приложениям устанавливать блокировку на автоматический переход системы в ждущий режим"
+msgstr ""
+"Разрешить приложениям устанавливать блокировку на автоматический переход "
+"системы в ждущий режим"
#: src/login/org.freedesktop.login1.policy:66
-msgid "Authentication is required for an application to inhibit automatic system suspend."
-msgstr "Чтобы разрешить приложениям устанавливать блокировку на автоматический переход системы в ждущий режим, необходимо пройти аутентификацию."
+msgid ""
+"Authentication is required for an application to inhibit automatic system "
+"suspend."
+msgstr ""
+"Чтобы разрешить приложениям устанавливать блокировку на автоматический "
+"переход системы в ждущий режим, необходимо пройти аутентификацию."
#: src/login/org.freedesktop.login1.policy:75
msgid "Allow applications to inhibit system handling of the power key"
-msgstr "Разрешить приложениям устанавливать блокировку обработки нажатий на кнопку выключения"
+msgstr ""
+"Разрешить приложениям устанавливать блокировку обработки нажатий на кнопку "
+"выключения"
#: src/login/org.freedesktop.login1.policy:76
-msgid "Authentication is required for an application to inhibit system handling of the power key."
-msgstr "Чтобы разрешить приложениям устанавливать блокировку обработки нажатий на кнопку выключения, необходимо пройти аутентификацию."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the power key."
+msgstr ""
+"Чтобы разрешить приложениям устанавливать блокировку обработки нажатий на "
+"кнопку выключения, необходимо пройти аутентификацию."
#: src/login/org.freedesktop.login1.policy:86
msgid "Allow applications to inhibit system handling of the suspend key"
-msgstr "Разрешить приложениям устанавливать блокировку обработки нажатий на кнопку перехода в ждущий режим"
+msgstr ""
+"Разрешить приложениям устанавливать блокировку обработки нажатий на кнопку "
+"перехода в ждущий режим"
#: src/login/org.freedesktop.login1.policy:87
-msgid "Authentication is required for an application to inhibit system handling of the suspend key."
-msgstr "Чтобы разрешить приложениям устанавливать блокировку обработки нажатий на кнопку перехода в ждущий режим, необходимо пройти аутентификацию."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the suspend key."
+msgstr ""
+"Чтобы разрешить приложениям устанавливать блокировку обработки нажатий на "
+"кнопку перехода в ждущий режим, необходимо пройти аутентификацию."
#: src/login/org.freedesktop.login1.policy:97
msgid "Allow applications to inhibit system handling of the hibernate key"
-msgstr "Разрешить приложениям устанавливать блокировку обработки нажатий на кнопку перехода в спящий режим"
+msgstr ""
+"Разрешить приложениям устанавливать блокировку обработки нажатий на кнопку "
+"перехода в спящий режим"
#: src/login/org.freedesktop.login1.policy:98
-msgid "Authentication is required for an application to inhibit system handling of the hibernate key."
-msgstr "Чтобы разрешить приложениям устанавливать блокировку обработки нажатий на кнопку перехода в спящий режим, необходимо пройти аутентификацию."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the hibernate key."
+msgstr ""
+"Чтобы разрешить приложениям устанавливать блокировку обработки нажатий на "
+"кнопку перехода в спящий режим, необходимо пройти аутентификацию."
#: src/login/org.freedesktop.login1.policy:107
msgid "Allow applications to inhibit system handling of the lid switch"
-msgstr "Разрешить приложениям устанавливать блокировку на обработку закрытия крышки ноутбука"
+msgstr ""
+"Разрешить приложениям устанавливать блокировку на обработку закрытия крышки "
+"ноутбука"
#: src/login/org.freedesktop.login1.policy:108
-msgid "Authentication is required for an application to inhibit system handling of the lid switch."
-msgstr "Чтобы разрешить приложениям устанавливать блокировку на обработку закрытия крышки ноутбука, необходимо пройти аутентификацию."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the lid switch."
+msgstr ""
+"Чтобы разрешить приложениям устанавливать блокировку на обработку закрытия "
+"крышки ноутбука, необходимо пройти аутентификацию."
#: src/login/org.freedesktop.login1.policy:117
msgid "Allow applications to inhibit system handling of the reboot key"
-msgstr "Разрешить приложениям устанавливать блокировку обработки нажатий на кнопку перезагрузки"
+msgstr ""
+"Разрешить приложениям устанавливать блокировку обработки нажатий на кнопку "
+"перезагрузки"
#: src/login/org.freedesktop.login1.policy:118
-msgid "Authentication is required for an application to inhibit system handling of the reboot key."
-msgstr "Чтобы разрешить приложениям устанавливать блокировку обработки нажатий на кнопку перезагрузки, необходимо пройти аутентификацию."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the reboot key."
+msgstr ""
+"Чтобы разрешить приложениям устанавливать блокировку обработки нажатий на "
+"кнопку перезагрузки, необходимо пройти аутентификацию."
#: src/login/org.freedesktop.login1.policy:128
msgid "Allow non-logged-in user to run programs"
@@ -468,15 +559,21 @@ msgstr "Разрешить работу программ в фоновом ре
#: src/login/org.freedesktop.login1.policy:129
msgid "Explicit request is required to run programs as a non-logged-in user."
-msgstr "Чтобы разрешить работу программ в фоновом режиме после завершения сеанса, необходимо явное подтверждение."
+msgstr ""
+"Чтобы разрешить работу программ в фоновом режиме после завершения сеанса, "
+"необходимо явное подтверждение."
#: src/login/org.freedesktop.login1.policy:138
msgid "Allow non-logged-in users to run programs"
-msgstr "Разрешить пользователям оставлять программы в фоновом режиме после завершения сеанса"
+msgstr ""
+"Разрешить пользователям оставлять программы в фоновом режиме после "
+"завершения сеанса"
#: src/login/org.freedesktop.login1.policy:139
msgid "Authentication is required to run programs as a non-logged-in user."
-msgstr "Чтобы разрешить пользователям оставлять программы в фоновом режиме после завершения сеанса, необходимо пройти аутентификацию."
+msgstr ""
+"Чтобы разрешить пользователям оставлять программы в фоновом режиме после "
+"завершения сеанса, необходимо пройти аутентификацию."
#: src/login/org.freedesktop.login1.policy:148
msgid "Allow attaching devices to seats"
@@ -484,7 +581,9 @@ msgstr "Разрешить подключение устройств к рабо
#: src/login/org.freedesktop.login1.policy:149
msgid "Authentication is required to attach a device to a seat."
-msgstr "Чтобы разрешить подключение устройств к рабочим местам, необходимо пройти аутентификацию."
+msgstr ""
+"Чтобы разрешить подключение устройств к рабочим местам, необходимо пройти "
+"аутентификацию."
#: src/login/org.freedesktop.login1.policy:159
msgid "Flush device to seat attachments"
@@ -492,7 +591,9 @@ msgstr "Сбросить привязки устройств к рабочим
#: src/login/org.freedesktop.login1.policy:160
msgid "Authentication is required to reset how devices are attached to seats."
-msgstr "Чтобы сбросить привязки устройств к рабочим местам, необходимо пройти аутентификацию."
+msgstr ""
+"Чтобы сбросить привязки устройств к рабочим местам, необходимо пройти "
+"аутентификацию."
#: src/login/org.freedesktop.login1.policy:169
msgid "Power off the system"
@@ -504,19 +605,30 @@ msgstr "Чтобы выключить систему, необходимо пр
#: src/login/org.freedesktop.login1.policy:180
msgid "Power off the system while other users are logged in"
-msgstr "Выключить систему, несмотря на то, что в ней работают другие пользователи"
+msgstr ""
+"Выключить систему, несмотря на то, что в ней работают другие пользователи"
#: src/login/org.freedesktop.login1.policy:181
-msgid "Authentication is required to power off the system while other users are logged in."
-msgstr "Чтобы выключить систему, несмотря на то, что в ней работают другие пользователи, необходимо пройти аутентификацию."
+msgid ""
+"Authentication is required to power off the system while other users are "
+"logged in."
+msgstr ""
+"Чтобы выключить систему, несмотря на то, что в ней работают другие "
+"пользователи, необходимо пройти аутентификацию."
#: src/login/org.freedesktop.login1.policy:191
msgid "Power off the system while an application is inhibiting this"
-msgstr "Выключить систему, несмотря на то, что приложение запросило блокировку выключения"
+msgstr ""
+"Выключить систему, несмотря на то, что приложение запросило блокировку "
+"выключения"
#: src/login/org.freedesktop.login1.policy:192
-msgid "Authentication is required to power off the system while an application is inhibiting this."
-msgstr "Чтобы выключить систему, несмотря на то, что приложение запросило блокировку выключения, необходимо пройти аутентификацию."
+msgid ""
+"Authentication is required to power off the system while an application is "
+"inhibiting this."
+msgstr ""
+"Чтобы выключить систему, несмотря на то, что приложение запросило блокировку "
+"выключения, необходимо пройти аутентификацию."
#: src/login/org.freedesktop.login1.policy:202
msgid "Reboot the system"
@@ -528,19 +640,30 @@ msgstr "Чтобы перезагрузить систему, необходим
#: src/login/org.freedesktop.login1.policy:213
msgid "Reboot the system while other users are logged in"
-msgstr "Перезагрузить систему, несмотря на то, что в ней работают другие пользователи"
+msgstr ""
+"Перезагрузить систему, несмотря на то, что в ней работают другие пользователи"
#: src/login/org.freedesktop.login1.policy:214
-msgid "Authentication is required to reboot the system while other users are logged in."
-msgstr "Чтобы перезагрузить систему, несмотря на то, что в ней работают другие пользователи, необходимо пройти аутентификацию."
+msgid ""
+"Authentication is required to reboot the system while other users are logged "
+"in."
+msgstr ""
+"Чтобы перезагрузить систему, несмотря на то, что в ней работают другие "
+"пользователи, необходимо пройти аутентификацию."
#: src/login/org.freedesktop.login1.policy:224
msgid "Reboot the system while an application is inhibiting this"
-msgstr "Перезагрузить систему, несмотря на то, что приложение запросило блокировку выключения"
+msgstr ""
+"Перезагрузить систему, несмотря на то, что приложение запросило блокировку "
+"выключения"
#: src/login/org.freedesktop.login1.policy:225
-msgid "Authentication is required to reboot the system while an application is inhibiting this."
-msgstr "Чтобы перезагрузить систему, несмотря на то, что приложение запросило блокировку выключения, необходимо пройти аутентификацию."
+msgid ""
+"Authentication is required to reboot the system while an application is "
+"inhibiting this."
+msgstr ""
+"Чтобы перезагрузить систему, несмотря на то, что приложение запросило "
+"блокировку выключения, необходимо пройти аутентификацию."
#: src/login/org.freedesktop.login1.policy:235
msgid "Halt the system"
@@ -552,19 +675,30 @@ msgstr "Чтобы остановить систему, необходимо п
#: src/login/org.freedesktop.login1.policy:246
msgid "Halt the system while other users are logged in"
-msgstr "Остановить систему, несмотря на то, что в ней работают другие пользователи"
+msgstr ""
+"Остановить систему, несмотря на то, что в ней работают другие пользователи"
#: src/login/org.freedesktop.login1.policy:247
-msgid "Authentication is required to halt the system while other users are logged in."
-msgstr "Чтобы остановить систему, несмотря на то, что в ней работают другие пользователи, необходимо пройти аутентификацию."
+msgid ""
+"Authentication is required to halt the system while other users are logged "
+"in."
+msgstr ""
+"Чтобы остановить систему, несмотря на то, что в ней работают другие "
+"пользователи, необходимо пройти аутентификацию."
#: src/login/org.freedesktop.login1.policy:257
msgid "Halt the system while an application is inhibiting this"
-msgstr "Остановить систему несмотря на то, что приложение запросило блокировку выключения"
+msgstr ""
+"Остановить систему несмотря на то, что приложение запросило блокировку "
+"выключения"
#: src/login/org.freedesktop.login1.policy:258
-msgid "Authentication is required to halt the system while an application is inhibiting this."
-msgstr "Чтобы остановить систему несмотря на то, что приложение запросило блокировку выключения, необходимо пройти аутентификацию."
+msgid ""
+"Authentication is required to halt the system while an application is "
+"inhibiting this."
+msgstr ""
+"Чтобы остановить систему несмотря на то, что приложение запросило блокировку "
+"выключения, необходимо пройти аутентификацию."
#: src/login/org.freedesktop.login1.policy:268
msgid "Suspend the system"
@@ -572,23 +706,36 @@ msgstr "Перевести систему в ждущий режим"
#: src/login/org.freedesktop.login1.policy:269
msgid "Authentication is required to suspend the system."
-msgstr "Чтобы перевести систему в ждущий режим, необходимо пройти аутентификацию."
+msgstr ""
+"Чтобы перевести систему в ждущий режим, необходимо пройти аутентификацию."
#: src/login/org.freedesktop.login1.policy:278
msgid "Suspend the system while other users are logged in"
-msgstr "Перевести систему в ждущий режим, несмотря на то, что в ней работают другие пользователи"
+msgstr ""
+"Перевести систему в ждущий режим, несмотря на то, что в ней работают другие "
+"пользователи"
#: src/login/org.freedesktop.login1.policy:279
-msgid "Authentication is required to suspend the system while other users are logged in."
-msgstr "Чтобы перевести систему в ждущий режим, несмотря на то, что в ней работают другие пользователи, необходимо пройти аутентификацию."
+msgid ""
+"Authentication is required to suspend the system while other users are "
+"logged in."
+msgstr ""
+"Чтобы перевести систему в ждущий режим, несмотря на то, что в ней работают "
+"другие пользователи, необходимо пройти аутентификацию."
#: src/login/org.freedesktop.login1.policy:289
msgid "Suspend the system while an application is inhibiting this"
-msgstr "Перевести систему в ждущий режим, несмотря на то, что приложение запросило блокировку"
+msgstr ""
+"Перевести систему в ждущий режим, несмотря на то, что приложение запросило "
+"блокировку"
#: src/login/org.freedesktop.login1.policy:290
-msgid "Authentication is required to suspend the system while an application is inhibiting this."
-msgstr "Чтобы перевести систему в ждущий режим, несмотря на то, что приложение запросило блокировку, необходимо пройти аутентификацию."
+msgid ""
+"Authentication is required to suspend the system while an application is "
+"inhibiting this."
+msgstr ""
+"Чтобы перевести систему в ждущий режим, несмотря на то, что приложение "
+"запросило блокировку, необходимо пройти аутентификацию."
#: src/login/org.freedesktop.login1.policy:300
msgid "Hibernate the system"
@@ -596,23 +743,36 @@ msgstr "Перевести систему в спящий режим"
#: src/login/org.freedesktop.login1.policy:301
msgid "Authentication is required to hibernate the system."
-msgstr "Чтобы перевести систему в спящий режим, необходимо пройти аутентификацию."
+msgstr ""
+"Чтобы перевести систему в спящий режим, необходимо пройти аутентификацию."
#: src/login/org.freedesktop.login1.policy:310
msgid "Hibernate the system while other users are logged in"
-msgstr "Перевести систему в спящий режим, несмотря на то, что в ней работают другие пользователи"
+msgstr ""
+"Перевести систему в спящий режим, несмотря на то, что в ней работают другие "
+"пользователи"
#: src/login/org.freedesktop.login1.policy:311
-msgid "Authentication is required to hibernate the system while other users are logged in."
-msgstr "Чтобы перевести систему в спящий режим, несмотря на то, что в ней работают другие пользователи, необходимо пройти аутентификацию."
+msgid ""
+"Authentication is required to hibernate the system while other users are "
+"logged in."
+msgstr ""
+"Чтобы перевести систему в спящий режим, несмотря на то, что в ней работают "
+"другие пользователи, необходимо пройти аутентификацию."
#: src/login/org.freedesktop.login1.policy:321
msgid "Hibernate the system while an application is inhibiting this"
-msgstr "Перевести систему в спящий режим, несмотря на то, что приложение запросило блокировку"
+msgstr ""
+"Перевести систему в спящий режим, несмотря на то, что приложение запросило "
+"блокировку"
#: src/login/org.freedesktop.login1.policy:322
-msgid "Authentication is required to hibernate the system while an application is inhibiting this."
-msgstr "Чтобы перевести систему в спящий режим, несмотря на то, что приложение запросило блокировку, необходимо пройти аутентификацию."
+msgid ""
+"Authentication is required to hibernate the system while an application is "
+"inhibiting this."
+msgstr ""
+"Чтобы перевести систему в спящий режим, несмотря на то, что приложение "
+"запросило блокировку, необходимо пройти аутентификацию."
#: src/login/org.freedesktop.login1.policy:332
msgid "Manage active sessions, users and seats"
@@ -620,7 +780,9 @@ msgstr "Управление текущими сеансами, пользова
#: src/login/org.freedesktop.login1.policy:333
msgid "Authentication is required to manage active sessions, users and seats."
-msgstr "Для управления текущими сеансами, пользователями и рабочими местами, необходимо пройти аутентификацию."
+msgstr ""
+"Для управления текущими сеансами, пользователями и рабочими местами, "
+"необходимо пройти аутентификацию."
#: src/login/org.freedesktop.login1.policy:342
msgid "Lock or unlock active sessions"
@@ -628,7 +790,9 @@ msgstr "Заблокировать или разблокировать теку
#: src/login/org.freedesktop.login1.policy:343
msgid "Authentication is required to lock or unlock active sessions."
-msgstr "Чтобы заблокировать или разблокировать текущие сеансы, необходимо пройти аутентификацию."
+msgstr ""
+"Чтобы заблокировать или разблокировать текущие сеансы, необходимо пройти "
+"аутентификацию."
#: src/login/org.freedesktop.login1.policy:352
msgid "Set the reboot \"reason\" in the kernel"
@@ -636,31 +800,45 @@ msgstr "Установить \"причину\" перезагрузки"
#: src/login/org.freedesktop.login1.policy:353
msgid "Authentication is required to set the reboot \"reason\" in the kernel."
-msgstr "Чтобы установить \"причину\" перезагрузки, необходимо пройти аутентификацию."
+msgstr ""
+"Чтобы установить \"причину\" перезагрузки, необходимо пройти аутентификацию."
#: src/login/org.freedesktop.login1.policy:363
msgid "Indicate to the firmware to boot to setup interface"
-msgstr "Запустить режим настройки прошивки материнской платы при следующей загрузке"
+msgstr ""
+"Запустить режим настройки прошивки материнской платы при следующей загрузке"
#: src/login/org.freedesktop.login1.policy:364
-msgid "Authentication is required to indicate to the firmware to boot to setup interface."
-msgstr "Чтобы запустить режим настройки прошивки материнской платы, необходимо пройти аутентификацию."
+msgid ""
+"Authentication is required to indicate to the firmware to boot to setup "
+"interface."
+msgstr ""
+"Чтобы запустить режим настройки прошивки материнской платы, необходимо "
+"пройти аутентификацию."
#: src/login/org.freedesktop.login1.policy:374
msgid "Indicate to the boot loader to boot to the boot loader menu"
msgstr "Отобразить меню загрузчика при следующей загрузке"
#: src/login/org.freedesktop.login1.policy:375
-msgid "Authentication is required to indicate to the boot loader to boot to the boot loader menu."
-msgstr "Чтобы отобразить меню загрузчика при следующей загрузке, необходимо пройти аутентификацию."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot to the "
+"boot loader menu."
+msgstr ""
+"Чтобы отобразить меню загрузчика при следующей загрузке, необходимо пройти "
+"аутентификацию."
#: src/login/org.freedesktop.login1.policy:385
msgid "Indicate to the boot loader to boot a specific entry"
msgstr "Выбрать определённую загрузочную запись при следующем запуске"
#: src/login/org.freedesktop.login1.policy:386
-msgid "Authentication is required to indicate to the boot loader to boot into a specific boot loader entry."
-msgstr "Чтобы установить определённую загрузочную запись для загрузки, необходимо пройти аутентификацию."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot into a "
+"specific boot loader entry."
+msgstr ""
+"Чтобы установить определённую загрузочную запись для загрузки, необходимо "
+"пройти аутентификацию."
#: src/login/org.freedesktop.login1.policy:396
msgid "Set a wall message"
@@ -668,7 +846,8 @@ msgstr "Отправить сообщение на все терминалы"
#: src/login/org.freedesktop.login1.policy:397
msgid "Authentication is required to set a wall message"
-msgstr "Чтобы отправить сообщение на все терминалы, необходимо пройти аутентификацию"
+msgstr ""
+"Чтобы отправить сообщение на все терминалы, необходимо пройти аутентификацию"
#: src/login/org.freedesktop.login1.policy:406
msgid "Change Session"
@@ -700,7 +879,9 @@ msgstr "Получить командную оболочку в локально
#: src/machine/org.freedesktop.machine1.policy:43
msgid "Authentication is required to acquire a shell in a local container."
-msgstr "Чтобы получить командную оболочку в локальном контейнере, необходимо пройти аутентификацию."
+msgstr ""
+"Чтобы получить командную оболочку в локальном контейнере, необходимо пройти "
+"аутентификацию."
#: src/machine/org.freedesktop.machine1.policy:53
msgid "Acquire a shell on the local host"
@@ -708,15 +889,20 @@ msgstr "Запустить командную оболочку на этом к
#: src/machine/org.freedesktop.machine1.policy:54
msgid "Authentication is required to acquire a shell on the local host."
-msgstr "Чтобы запустить командную оболочку на этом компьютере, необходимо пройти аутентификацию."
+msgstr ""
+"Чтобы запустить командную оболочку на этом компьютере, необходимо пройти "
+"аутентификацию."
#: src/machine/org.freedesktop.machine1.policy:64
msgid "Acquire a pseudo TTY in a local container"
msgstr "Получить псевдо-терминал в локальном контейнере"
#: src/machine/org.freedesktop.machine1.policy:65
-msgid "Authentication is required to acquire a pseudo TTY in a local container."
-msgstr "Чтобы получить псевдо-терминал в локальном контейнере, необходимо пройти аутентификацию."
+msgid ""
+"Authentication is required to acquire a pseudo TTY in a local container."
+msgstr ""
+"Чтобы получить псевдо-терминал в локальном контейнере, необходимо пройти "
+"аутентификацию."
#: src/machine/org.freedesktop.machine1.policy:74
msgid "Acquire a pseudo TTY on the local host"
@@ -724,23 +910,32 @@ msgstr "Получить псевдо-терминал на этом компь
#: src/machine/org.freedesktop.machine1.policy:75
msgid "Authentication is required to acquire a pseudo TTY on the local host."
-msgstr "Чтобы получить псевдо-терминал на этом компьютере, необходимо пройти аутентификацию."
+msgstr ""
+"Чтобы получить псевдо-терминал на этом компьютере, необходимо пройти "
+"аутентификацию."
#: src/machine/org.freedesktop.machine1.policy:84
msgid "Manage local virtual machines and containers"
msgstr "Управление виртуальными машинами и контейнерами"
#: src/machine/org.freedesktop.machine1.policy:85
-msgid "Authentication is required to manage local virtual machines and containers."
-msgstr "Для управления виртуальными машинами и контейнерами, необходимо пройти аутентификацию."
+msgid ""
+"Authentication is required to manage local virtual machines and containers."
+msgstr ""
+"Для управления виртуальными машинами и контейнерами, необходимо пройти "
+"аутентификацию."
#: src/machine/org.freedesktop.machine1.policy:95
msgid "Manage local virtual machine and container images"
msgstr "Управление образами виртуальных машин и контейнеров"
#: src/machine/org.freedesktop.machine1.policy:96
-msgid "Authentication is required to manage local virtual machine and container images."
-msgstr "Для управления образами виртуальных машин и контейнеров, необходимо пройти аутентификацию."
+msgid ""
+"Authentication is required to manage local virtual machine and container "
+"images."
+msgstr ""
+"Для управления образами виртуальных машин и контейнеров, необходимо пройти "
+"аутентификацию."
#: src/network/org.freedesktop.network1.policy:22
msgid "Set NTP servers"
@@ -798,7 +993,8 @@ msgstr "Включить/отключить multicast DNS"
#: src/network/org.freedesktop.network1.policy:78
#: src/resolve/org.freedesktop.resolve1.policy:89
msgid "Authentication is required to enable or disable multicast DNS."
-msgstr "Чтобы включить или отключить multicast DNS, необходимо пройти аутентификацию."
+msgstr ""
+"Чтобы включить или отключить multicast DNS, необходимо пройти аутентификацию."
#: src/network/org.freedesktop.network1.policy:88
#: src/resolve/org.freedesktop.resolve1.policy:99
@@ -808,7 +1004,9 @@ msgstr "Включить/отключить DNS поверх TLS"
#: src/network/org.freedesktop.network1.policy:89
#: src/resolve/org.freedesktop.resolve1.policy:100
msgid "Authentication is required to enable or disable DNS over TLS."
-msgstr "Чтобы включить или отключить DNS поверх TLS, необходимо пройти аутентификацию."
+msgstr ""
+"Чтобы включить или отключить DNS поверх TLS, необходимо пройти "
+"аутентификацию."
#: src/network/org.freedesktop.network1.policy:99
#: src/resolve/org.freedesktop.resolve1.policy:110
@@ -828,7 +1026,8 @@ msgstr "Задать DNSSEC Negative Trust Anchors"
#: src/network/org.freedesktop.network1.policy:111
#: src/resolve/org.freedesktop.resolve1.policy:122
msgid "Authentication is required to set DNSSEC Negative Trust Anchors."
-msgstr "Чтобы задать DNSSEC Negative Trust Anchors, необходимо пройти аутентификацию."
+msgstr ""
+"Чтобы задать DNSSEC Negative Trust Anchors, необходимо пройти аутентификацию."
#: src/network/org.freedesktop.network1.policy:121
msgid "Revert NTP settings"
@@ -836,7 +1035,8 @@ msgstr "Восстановить настройки NTP по умолчанию"
#: src/network/org.freedesktop.network1.policy:122
msgid "Authentication is required to reset NTP settings."
-msgstr "Чтобы сбросить локальные настройки NTP, необходимо пройти аутентификацию."
+msgstr ""
+"Чтобы сбросить локальные настройки NTP, необходимо пройти аутентификацию."
#: src/network/org.freedesktop.network1.policy:132
msgid "Revert DNS settings"
@@ -844,7 +1044,8 @@ msgstr "Восстановить настройки DNS по умолчанию"
#: src/network/org.freedesktop.network1.policy:133
msgid "Authentication is required to reset DNS settings."
-msgstr "Чтобы сбросить локальные настройки DNS, необходимо пройти аутентификацию."
+msgstr ""
+"Чтобы сбросить локальные настройки DNS, необходимо пройти аутентификацию."
#: src/network/org.freedesktop.network1.policy:143
msgid "DHCP server sends force renew message"
@@ -852,7 +1053,9 @@ msgstr "Сервер DHCP посылает сообщение о принуди
#: src/network/org.freedesktop.network1.policy:144
msgid "Authentication is required to send force renew message."
-msgstr "Чтобы отправить сообщение о принудительном обновлении, необходимо пройти аутентификацию."
+msgstr ""
+"Чтобы отправить сообщение о принудительном обновлении, необходимо пройти "
+"аутентификацию."
#: src/network/org.freedesktop.network1.policy:154
msgid "Renew dynamic addresses"
@@ -868,7 +1071,9 @@ msgstr "Перечитать настройки сети"
#: src/network/org.freedesktop.network1.policy:166
msgid "Authentication is required to reload network settings."
-msgstr "Чтобы заставить systemd перечитать настройки сети, необходимо пройти аутентификацию."
+msgstr ""
+"Чтобы заставить systemd перечитать настройки сети, необходимо пройти "
+"аутентификацию."
#: src/network/org.freedesktop.network1.policy:176
msgid "Reconfigure network interface"
@@ -876,7 +1081,9 @@ msgstr "Изменить конфигурацию сетевого интерф
#: src/network/org.freedesktop.network1.policy:177
msgid "Authentication is required to reconfigure network interface."
-msgstr "Чтобы изменить конфигурацию сетевого интерфейса, необходимо пройти аутентификацию."
+msgstr ""
+"Чтобы изменить конфигурацию сетевого интерфейса, необходимо пройти "
+"аутентификацию."
#: src/portable/org.freedesktop.portable1.policy:13
msgid "Inspect a portable service image"
@@ -884,23 +1091,30 @@ msgstr "Прочитать образ переносимой службы"
#: src/portable/org.freedesktop.portable1.policy:14
msgid "Authentication is required to inspect a portable service image."
-msgstr "Чтобы прочитать образ переносимой службы, необходимо пройти аутентификацию."
+msgstr ""
+"Чтобы прочитать образ переносимой службы, необходимо пройти аутентификацию."
#: src/portable/org.freedesktop.portable1.policy:23
msgid "Attach or detach a portable service image"
msgstr "Подключить или отключить образ переносимой службы"
#: src/portable/org.freedesktop.portable1.policy:24
-msgid "Authentication is required to attach or detach a portable service image."
-msgstr "Чтобы подключить или отключить образ переносимой службы, необходимо пройти аутентификацию."
+msgid ""
+"Authentication is required to attach or detach a portable service image."
+msgstr ""
+"Чтобы подключить или отключить образ переносимой службы, необходимо пройти "
+"аутентификацию."
#: src/portable/org.freedesktop.portable1.policy:34
msgid "Delete or modify portable service image"
msgstr "Удалить или изменить образ переносимой службы"
#: src/portable/org.freedesktop.portable1.policy:35
-msgid "Authentication is required to delete or modify a portable service image."
-msgstr "Чтобы удалить или изменить образ переносимой службы, необходимо пройти аутентификацию."
+msgid ""
+"Authentication is required to delete or modify a portable service image."
+msgstr ""
+"Чтобы удалить или изменить образ переносимой службы, необходимо пройти "
+"аутентификацию."
#: src/resolve/org.freedesktop.resolve1.policy:22
msgid "Register a DNS-SD service"
@@ -908,7 +1122,8 @@ msgstr "Зарегистрировать службу в DNS-SD"
#: src/resolve/org.freedesktop.resolve1.policy:23
msgid "Authentication is required to register a DNS-SD service"
-msgstr "Чтобы зарегистрировать службу в DNS-SD, необходимо пройти аутентификацию"
+msgstr ""
+"Чтобы зарегистрировать службу в DNS-SD, необходимо пройти аутентификацию"
#: src/resolve/org.freedesktop.resolve1.policy:33
msgid "Unregister a DNS-SD service"
@@ -924,7 +1139,8 @@ msgstr "Вернуть настройки разрешения имён по у
#: src/resolve/org.freedesktop.resolve1.policy:133
msgid "Authentication is required to reset name resolution settings."
-msgstr "Чтобы сбросить настройки разрешения имён, необходимо пройти аутентификацию."
+msgstr ""
+"Чтобы сбросить настройки разрешения имён, необходимо пройти аутентификацию."
#: src/timedate/org.freedesktop.timedate1.policy:22
msgid "Set system time"
@@ -947,49 +1163,73 @@ msgid "Set RTC to local timezone or UTC"
msgstr "Установить аппаратные часы по местному времени или по Гринвичу"
#: src/timedate/org.freedesktop.timedate1.policy:44
-msgid "Authentication is required to control whether the RTC stores the local or UTC time."
-msgstr "Чтобы контролировать, установлены аппаратные часы по местному времени или по Гринвичу, необходимо пройти аутентификацию."
+msgid ""
+"Authentication is required to control whether the RTC stores the local or "
+"UTC time."
+msgstr ""
+"Чтобы контролировать, установлены аппаратные часы по местному времени или по "
+"Гринвичу, необходимо пройти аутентификацию."
#: src/timedate/org.freedesktop.timedate1.policy:53
msgid "Turn network time synchronization on or off"
msgstr "Включить или отключить синхронизацию времени по сети"
#: src/timedate/org.freedesktop.timedate1.policy:54
-msgid "Authentication is required to control whether network time synchronization shall be enabled."
-msgstr "Чтобы включить или отключить синхронизацию времени по сети, необходимо пройти аутентификацию."
+msgid ""
+"Authentication is required to control whether network time synchronization "
+"shall be enabled."
+msgstr ""
+"Чтобы включить или отключить синхронизацию времени по сети, необходимо "
+"пройти аутентификацию."
-#: src/core/dbus-unit.c:364
+#: src/core/dbus-unit.c:352
msgid "Authentication is required to start '$(unit)'."
msgstr "Чтобы запустить «$(unit)», необходимо пройти аутентификацию."
-#: src/core/dbus-unit.c:365
+#: src/core/dbus-unit.c:353
msgid "Authentication is required to stop '$(unit)'."
msgstr "Чтобы остановить «$(unit)», необходимо пройти аутентификацию."
-#: src/core/dbus-unit.c:366
+#: src/core/dbus-unit.c:354
msgid "Authentication is required to reload '$(unit)'."
-msgstr "Чтобы заставить «$(unit)» перечитать конфигурацию, необходимо пройти аутентификацию."
+msgstr ""
+"Чтобы заставить «$(unit)» перечитать конфигурацию, необходимо пройти "
+"аутентификацию."
-#: src/core/dbus-unit.c:367 src/core/dbus-unit.c:368
+#: src/core/dbus-unit.c:355 src/core/dbus-unit.c:356
msgid "Authentication is required to restart '$(unit)'."
msgstr "Чтобы перезапустить «$(unit)», необходимо пройти аутентификацию."
-#: src/core/dbus-unit.c:565
-msgid "Authentication is required to send a UNIX signal to the processes of '$(unit)'."
-msgstr "Чтобы отправить сигнал UNIX процессам юнита «$(unit)», необходимо пройти аутентификацию."
+#: src/core/dbus-unit.c:553
+msgid ""
+"Authentication is required to send a UNIX signal to the processes of "
+"'$(unit)'."
+msgstr ""
+"Чтобы отправить сигнал UNIX процессам юнита «$(unit)», необходимо пройти "
+"аутентификацию."
-#: src/core/dbus-unit.c:595
+#: src/core/dbus-unit.c:583
msgid "Authentication is required to reset the \"failed\" state of '$(unit)'."
-msgstr "Чтобы сбросить состояние «failed» у юнита «$(unit)», необходимо пройти аутентификацию."
+msgstr ""
+"Чтобы сбросить состояние «failed» у юнита «$(unit)», необходимо пройти "
+"аутентификацию."
-#: src/core/dbus-unit.c:627
+#: src/core/dbus-unit.c:615
msgid "Authentication is required to set properties on '$(unit)'."
-msgstr "Чтобы изменить параметры юнита «$(unit)», необходимо пройти аутентификацию."
+msgstr ""
+"Чтобы изменить параметры юнита «$(unit)», необходимо пройти аутентификацию."
-#: src/core/dbus-unit.c:728
-msgid "Authentication is required to delete files and directories associated with '$(unit)'."
-msgstr "Чтобы удалить файлы и директории, относящиеся к юниту «$(unit)», необходимо пройти аутентификацию."
+#: src/core/dbus-unit.c:716
+msgid ""
+"Authentication is required to delete files and directories associated with "
+"'$(unit)'."
+msgstr ""
+"Чтобы удалить файлы и директории, относящиеся к юниту «$(unit)», необходимо "
+"пройти аутентификацию."
-#: src/core/dbus-unit.c:776
-msgid "Authentication is required to freeze or thaw the processes of '$(unit)' unit."
-msgstr "Чтобы отправить сигнал заморозки или разморозки процессам юнита «$(unit)», необходимо пройти аутентификацию."
+#: src/core/dbus-unit.c:764
+msgid ""
+"Authentication is required to freeze or thaw the processes of '$(unit)' unit."
+msgstr ""
+"Чтобы отправить сигнал заморозки или разморозки процессам юнита «$(unit)», "
+"необходимо пройти аутентификацию."
diff --git a/po/si.po b/po/si.po
index 742713ee098..855104c3318 100644
--- a/po/si.po
+++ b/po/si.po
@@ -5,10 +5,11 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-07-14 10:32+0100\n"
+"POT-Creation-Date: 2023-11-14 21:25+0000\n"
"PO-Revision-Date: 2021-08-19 07:04+0000\n"
"Last-Translator: Hela Basa <r45xveza@pm.me>\n"
-"Language-Team: Sinhala <https://translate.fedoraproject.org/projects/systemd/master/si/>\n"
+"Language-Team: Sinhala <https://translate.fedoraproject.org/projects/systemd/"
+"master/si/>\n"
"Language: si\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -21,7 +22,8 @@ msgid "Send passphrase back to system"
msgstr ""
#: src/core/org.freedesktop.systemd1.policy.in:23
-msgid "Authentication is required to send the entered passphrase back to the system."
+msgid ""
+"Authentication is required to send the entered passphrase back to the system."
msgstr ""
#: src/core/org.freedesktop.systemd1.policy.in:33
@@ -45,7 +47,9 @@ msgid "Set or unset system and service manager environment variables"
msgstr ""
#: src/core/org.freedesktop.systemd1.policy.in:55
-msgid "Authentication is required to set or unset system and service manager environment variables."
+msgid ""
+"Authentication is required to set or unset system and service manager "
+"environment variables."
msgstr ""
#: src/core/org.freedesktop.systemd1.policy.in:64
@@ -61,7 +65,8 @@ msgid "Dump the systemd state without rate limits"
msgstr ""
#: src/core/org.freedesktop.systemd1.policy.in:75
-msgid "Authentication is required to dump the systemd state without rate limits."
+msgid ""
+"Authentication is required to dump the systemd state without rate limits."
msgstr ""
#: src/home/org.freedesktop.home1.policy:13
@@ -85,7 +90,8 @@ msgid "Check credentials of a home area"
msgstr ""
#: src/home/org.freedesktop.home1.policy:34
-msgid "Authentication is required to check credentials against a user's home area."
+msgid ""
+"Authentication is required to check credentials against a user's home area."
msgstr ""
#: src/home/org.freedesktop.home1.policy:43
@@ -109,12 +115,15 @@ msgid "Change password of a home area"
msgstr ""
#: src/home/org.freedesktop.home1.policy:64
-msgid "Authentication is required to change the password of a user's home area."
+msgid ""
+"Authentication is required to change the password of a user's home area."
msgstr ""
#: src/home/pam_systemd_home.c:287
#, c-format
-msgid "Home of user %s is currently absent, please plug in the necessary storage device or backing file system."
+msgid ""
+"Home of user %s is currently absent, please plug in the necessary storage "
+"device or backing file system."
msgstr ""
#: src/home/pam_systemd_home.c:292
@@ -141,7 +150,9 @@ msgstr ""
#: src/home/pam_systemd_home.c:331
#, c-format
-msgid "Password/recovery key incorrect or not sufficient for authentication of user %s."
+msgid ""
+"Password/recovery key incorrect or not sufficient for authentication of user "
+"%s."
msgstr ""
#: src/home/pam_systemd_home.c:332
@@ -159,7 +170,9 @@ msgstr ""
#: src/home/pam_systemd_home.c:355
#, c-format
-msgid "Password incorrect or not sufficient, and configured security token of user %s not inserted."
+msgid ""
+"Password incorrect or not sufficient, and configured security token of user "
+"%s not inserted."
msgstr ""
#: src/home/pam_systemd_home.c:376
@@ -182,7 +195,9 @@ msgid "Please verify user on security token of user %s."
msgstr ""
#: src/home/pam_systemd_home.c:424
-msgid "Security token PIN is locked, please unlock it first. (Hint: Removal and re-insertion might suffice.)"
+msgid ""
+"Security token PIN is locked, please unlock it first. (Hint: Removal and re-"
+"insertion might suffice.)"
msgstr ""
#: src/home/pam_systemd_home.c:432
@@ -270,7 +285,9 @@ msgid "Set static hostname"
msgstr ""
#: src/hostname/org.freedesktop.hostname1.policy:31
-msgid "Authentication is required to set the statically configured local hostname, as well as the pretty hostname."
+msgid ""
+"Authentication is required to set the statically configured local hostname, "
+"as well as the pretty hostname."
msgstr ""
#: src/hostname/org.freedesktop.hostname1.policy:41
@@ -351,7 +368,8 @@ msgid "Allow applications to inhibit system shutdown"
msgstr ""
#: src/login/org.freedesktop.login1.policy:23
-msgid "Authentication is required for an application to inhibit system shutdown."
+msgid ""
+"Authentication is required for an application to inhibit system shutdown."
msgstr ""
#: src/login/org.freedesktop.login1.policy:33
@@ -383,7 +401,9 @@ msgid "Allow applications to inhibit automatic system suspend"
msgstr ""
#: src/login/org.freedesktop.login1.policy:66
-msgid "Authentication is required for an application to inhibit automatic system suspend."
+msgid ""
+"Authentication is required for an application to inhibit automatic system "
+"suspend."
msgstr ""
#: src/login/org.freedesktop.login1.policy:75
@@ -391,7 +411,9 @@ msgid "Allow applications to inhibit system handling of the power key"
msgstr ""
#: src/login/org.freedesktop.login1.policy:76
-msgid "Authentication is required for an application to inhibit system handling of the power key."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the power key."
msgstr ""
#: src/login/org.freedesktop.login1.policy:86
@@ -399,7 +421,9 @@ msgid "Allow applications to inhibit system handling of the suspend key"
msgstr ""
#: src/login/org.freedesktop.login1.policy:87
-msgid "Authentication is required for an application to inhibit system handling of the suspend key."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the suspend key."
msgstr ""
#: src/login/org.freedesktop.login1.policy:97
@@ -407,7 +431,9 @@ msgid "Allow applications to inhibit system handling of the hibernate key"
msgstr ""
#: src/login/org.freedesktop.login1.policy:98
-msgid "Authentication is required for an application to inhibit system handling of the hibernate key."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the hibernate key."
msgstr ""
#: src/login/org.freedesktop.login1.policy:107
@@ -415,7 +441,9 @@ msgid "Allow applications to inhibit system handling of the lid switch"
msgstr ""
#: src/login/org.freedesktop.login1.policy:108
-msgid "Authentication is required for an application to inhibit system handling of the lid switch."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the lid switch."
msgstr ""
#: src/login/org.freedesktop.login1.policy:117
@@ -423,7 +451,9 @@ msgid "Allow applications to inhibit system handling of the reboot key"
msgstr ""
#: src/login/org.freedesktop.login1.policy:118
-msgid "Authentication is required for an application to inhibit system handling of the reboot key."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the reboot key."
msgstr ""
#: src/login/org.freedesktop.login1.policy:128
@@ -471,7 +501,9 @@ msgid "Power off the system while other users are logged in"
msgstr ""
#: src/login/org.freedesktop.login1.policy:181
-msgid "Authentication is required to power off the system while other users are logged in."
+msgid ""
+"Authentication is required to power off the system while other users are "
+"logged in."
msgstr ""
#: src/login/org.freedesktop.login1.policy:191
@@ -479,7 +511,9 @@ msgid "Power off the system while an application is inhibiting this"
msgstr ""
#: src/login/org.freedesktop.login1.policy:192
-msgid "Authentication is required to power off the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to power off the system while an application is "
+"inhibiting this."
msgstr ""
#: src/login/org.freedesktop.login1.policy:202
@@ -495,7 +529,9 @@ msgid "Reboot the system while other users are logged in"
msgstr ""
#: src/login/org.freedesktop.login1.policy:214
-msgid "Authentication is required to reboot the system while other users are logged in."
+msgid ""
+"Authentication is required to reboot the system while other users are logged "
+"in."
msgstr ""
#: src/login/org.freedesktop.login1.policy:224
@@ -503,7 +539,9 @@ msgid "Reboot the system while an application is inhibiting this"
msgstr ""
#: src/login/org.freedesktop.login1.policy:225
-msgid "Authentication is required to reboot the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to reboot the system while an application is "
+"inhibiting this."
msgstr ""
#: src/login/org.freedesktop.login1.policy:235
@@ -519,7 +557,9 @@ msgid "Halt the system while other users are logged in"
msgstr ""
#: src/login/org.freedesktop.login1.policy:247
-msgid "Authentication is required to halt the system while other users are logged in."
+msgid ""
+"Authentication is required to halt the system while other users are logged "
+"in."
msgstr ""
#: src/login/org.freedesktop.login1.policy:257
@@ -527,7 +567,9 @@ msgid "Halt the system while an application is inhibiting this"
msgstr ""
#: src/login/org.freedesktop.login1.policy:258
-msgid "Authentication is required to halt the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to halt the system while an application is "
+"inhibiting this."
msgstr ""
#: src/login/org.freedesktop.login1.policy:268
@@ -543,7 +585,9 @@ msgid "Suspend the system while other users are logged in"
msgstr ""
#: src/login/org.freedesktop.login1.policy:279
-msgid "Authentication is required to suspend the system while other users are logged in."
+msgid ""
+"Authentication is required to suspend the system while other users are "
+"logged in."
msgstr ""
#: src/login/org.freedesktop.login1.policy:289
@@ -551,7 +595,9 @@ msgid "Suspend the system while an application is inhibiting this"
msgstr ""
#: src/login/org.freedesktop.login1.policy:290
-msgid "Authentication is required to suspend the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to suspend the system while an application is "
+"inhibiting this."
msgstr ""
#: src/login/org.freedesktop.login1.policy:300
@@ -567,7 +613,9 @@ msgid "Hibernate the system while other users are logged in"
msgstr ""
#: src/login/org.freedesktop.login1.policy:311
-msgid "Authentication is required to hibernate the system while other users are logged in."
+msgid ""
+"Authentication is required to hibernate the system while other users are "
+"logged in."
msgstr ""
#: src/login/org.freedesktop.login1.policy:321
@@ -575,7 +623,9 @@ msgid "Hibernate the system while an application is inhibiting this"
msgstr ""
#: src/login/org.freedesktop.login1.policy:322
-msgid "Authentication is required to hibernate the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to hibernate the system while an application is "
+"inhibiting this."
msgstr ""
#: src/login/org.freedesktop.login1.policy:332
@@ -607,7 +657,9 @@ msgid "Indicate to the firmware to boot to setup interface"
msgstr ""
#: src/login/org.freedesktop.login1.policy:364
-msgid "Authentication is required to indicate to the firmware to boot to setup interface."
+msgid ""
+"Authentication is required to indicate to the firmware to boot to setup "
+"interface."
msgstr ""
#: src/login/org.freedesktop.login1.policy:374
@@ -615,7 +667,9 @@ msgid "Indicate to the boot loader to boot to the boot loader menu"
msgstr ""
#: src/login/org.freedesktop.login1.policy:375
-msgid "Authentication is required to indicate to the boot loader to boot to the boot loader menu."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot to the "
+"boot loader menu."
msgstr ""
#: src/login/org.freedesktop.login1.policy:385
@@ -623,7 +677,9 @@ msgid "Indicate to the boot loader to boot a specific entry"
msgstr ""
#: src/login/org.freedesktop.login1.policy:386
-msgid "Authentication is required to indicate to the boot loader to boot into a specific boot loader entry."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot into a "
+"specific boot loader entry."
msgstr ""
#: src/login/org.freedesktop.login1.policy:396
@@ -679,7 +735,8 @@ msgid "Acquire a pseudo TTY in a local container"
msgstr ""
#: src/machine/org.freedesktop.machine1.policy:65
-msgid "Authentication is required to acquire a pseudo TTY in a local container."
+msgid ""
+"Authentication is required to acquire a pseudo TTY in a local container."
msgstr ""
#: src/machine/org.freedesktop.machine1.policy:74
@@ -695,7 +752,8 @@ msgid "Manage local virtual machines and containers"
msgstr ""
#: src/machine/org.freedesktop.machine1.policy:85
-msgid "Authentication is required to manage local virtual machines and containers."
+msgid ""
+"Authentication is required to manage local virtual machines and containers."
msgstr ""
#: src/machine/org.freedesktop.machine1.policy:95
@@ -703,7 +761,9 @@ msgid "Manage local virtual machine and container images"
msgstr ""
#: src/machine/org.freedesktop.machine1.policy:96
-msgid "Authentication is required to manage local virtual machine and container images."
+msgid ""
+"Authentication is required to manage local virtual machine and container "
+"images."
msgstr ""
#: src/network/org.freedesktop.network1.policy:22
@@ -855,7 +915,8 @@ msgid "Attach or detach a portable service image"
msgstr ""
#: src/portable/org.freedesktop.portable1.policy:24
-msgid "Authentication is required to attach or detach a portable service image."
+msgid ""
+"Authentication is required to attach or detach a portable service image."
msgstr ""
#: src/portable/org.freedesktop.portable1.policy:34
@@ -863,7 +924,8 @@ msgid "Delete or modify portable service image"
msgstr ""
#: src/portable/org.freedesktop.portable1.policy:35
-msgid "Authentication is required to delete or modify a portable service image."
+msgid ""
+"Authentication is required to delete or modify a portable service image."
msgstr ""
#: src/resolve/org.freedesktop.resolve1.policy:22
@@ -911,7 +973,9 @@ msgid "Set RTC to local timezone or UTC"
msgstr ""
#: src/timedate/org.freedesktop.timedate1.policy:44
-msgid "Authentication is required to control whether the RTC stores the local or UTC time."
+msgid ""
+"Authentication is required to control whether the RTC stores the local or "
+"UTC time."
msgstr ""
#: src/timedate/org.freedesktop.timedate1.policy:53
@@ -919,41 +983,48 @@ msgid "Turn network time synchronization on or off"
msgstr ""
#: src/timedate/org.freedesktop.timedate1.policy:54
-msgid "Authentication is required to control whether network time synchronization shall be enabled."
+msgid ""
+"Authentication is required to control whether network time synchronization "
+"shall be enabled."
msgstr ""
-#: src/core/dbus-unit.c:364
+#: src/core/dbus-unit.c:352
msgid "Authentication is required to start '$(unit)'."
msgstr ""
-#: src/core/dbus-unit.c:365
+#: src/core/dbus-unit.c:353
msgid "Authentication is required to stop '$(unit)'."
msgstr ""
-#: src/core/dbus-unit.c:366
+#: src/core/dbus-unit.c:354
msgid "Authentication is required to reload '$(unit)'."
msgstr ""
-#: src/core/dbus-unit.c:367 src/core/dbus-unit.c:368
+#: src/core/dbus-unit.c:355 src/core/dbus-unit.c:356
msgid "Authentication is required to restart '$(unit)'."
msgstr ""
-#: src/core/dbus-unit.c:565
-msgid "Authentication is required to send a UNIX signal to the processes of '$(unit)'."
+#: src/core/dbus-unit.c:553
+msgid ""
+"Authentication is required to send a UNIX signal to the processes of "
+"'$(unit)'."
msgstr ""
-#: src/core/dbus-unit.c:595
+#: src/core/dbus-unit.c:583
msgid "Authentication is required to reset the \"failed\" state of '$(unit)'."
msgstr ""
-#: src/core/dbus-unit.c:627
+#: src/core/dbus-unit.c:615
msgid "Authentication is required to set properties on '$(unit)'."
msgstr ""
-#: src/core/dbus-unit.c:728
-msgid "Authentication is required to delete files and directories associated with '$(unit)'."
+#: src/core/dbus-unit.c:716
+msgid ""
+"Authentication is required to delete files and directories associated with "
+"'$(unit)'."
msgstr ""
-#: src/core/dbus-unit.c:776
-msgid "Authentication is required to freeze or thaw the processes of '$(unit)' unit."
+#: src/core/dbus-unit.c:764
+msgid ""
+"Authentication is required to freeze or thaw the processes of '$(unit)' unit."
msgstr ""
diff --git a/po/sk.po b/po/sk.po
index 2081edd43bf..5c3890a1757 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -6,10 +6,11 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-07-14 10:32+0100\n"
+"POT-Creation-Date: 2023-11-14 21:25+0000\n"
"PO-Revision-Date: 2021-02-22 20:21+0000\n"
"Last-Translator: Frantisek Sumsal <frantisek@sumsal.cz>\n"
-"Language-Team: Slovak <https://translate.fedoraproject.org/projects/systemd/master/sk/>\n"
+"Language-Team: Slovak <https://translate.fedoraproject.org/projects/systemd/"
+"master/sk/>\n"
"Language: sk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -22,8 +23,10 @@ msgid "Send passphrase back to system"
msgstr "Odoslanie hesla späť do systému"
#: src/core/org.freedesktop.systemd1.policy.in:23
-msgid "Authentication is required to send the entered passphrase back to the system."
-msgstr "Vyžaduje sa overenie totožnosti na odoslanie zadaného hesla späť do systému."
+msgid ""
+"Authentication is required to send the entered passphrase back to the system."
+msgstr ""
+"Vyžaduje sa overenie totožnosti na odoslanie zadaného hesla späť do systému."
#: src/core/org.freedesktop.systemd1.policy.in:33
msgid "Manage system services or other units"
@@ -31,7 +34,9 @@ msgstr "Správa systémových služieb alebo iných jednotiek"
#: src/core/org.freedesktop.systemd1.policy.in:34
msgid "Authentication is required to manage system services or other units."
-msgstr "Vyžaduje sa overenie totožnosti na správu systémových služieb alebo iných jednotiek."
+msgstr ""
+"Vyžaduje sa overenie totožnosti na správu systémových služieb alebo iných "
+"jednotiek."
#: src/core/org.freedesktop.systemd1.policy.in:43
msgid "Manage system service or unit files"
@@ -39,15 +44,23 @@ msgstr "Správa systémovej služby alebo súborov jednotky"
#: src/core/org.freedesktop.systemd1.policy.in:44
msgid "Authentication is required to manage system service or unit files."
-msgstr "Vyžaduje sa overenie totožnosti na správu systémovej služby alebo súborov jednotky."
+msgstr ""
+"Vyžaduje sa overenie totožnosti na správu systémovej služby alebo súborov "
+"jednotky."
#: src/core/org.freedesktop.systemd1.policy.in:54
msgid "Set or unset system and service manager environment variables"
-msgstr "Nastavenie alebo zrušenie nastavenia premenných prostredia systému a správcu služieb"
+msgstr ""
+"Nastavenie alebo zrušenie nastavenia premenných prostredia systému a správcu "
+"služieb"
#: src/core/org.freedesktop.systemd1.policy.in:55
-msgid "Authentication is required to set or unset system and service manager environment variables."
-msgstr "Vyžaduje sa overenie totožnosti na nastavenie alebo zrušenie nastavenia premenných prostredia systému a správcu služieb."
+msgid ""
+"Authentication is required to set or unset system and service manager "
+"environment variables."
+msgstr ""
+"Vyžaduje sa overenie totožnosti na nastavenie alebo zrušenie nastavenia "
+"premenných prostredia systému a správcu služieb."
#: src/core/org.freedesktop.systemd1.policy.in:64
msgid "Reload the systemd state"
@@ -55,7 +68,8 @@ msgstr "Znovu načítanie stavu systému systemd"
#: src/core/org.freedesktop.systemd1.policy.in:65
msgid "Authentication is required to reload the systemd state."
-msgstr "Vyžaduje sa overenie totožnosti na znovu načítanie stavu systému systemd."
+msgstr ""
+"Vyžaduje sa overenie totožnosti na znovu načítanie stavu systému systemd."
#: src/core/org.freedesktop.systemd1.policy.in:74
msgid "Dump the systemd state without rate limits"
@@ -63,8 +77,10 @@ msgstr ""
#: src/core/org.freedesktop.systemd1.policy.in:75
#, fuzzy
-msgid "Authentication is required to dump the systemd state without rate limits."
-msgstr "Vyžaduje sa overenie totožnosti na znovu načítanie stavu systému systemd."
+msgid ""
+"Authentication is required to dump the systemd state without rate limits."
+msgstr ""
+"Vyžaduje sa overenie totožnosti na znovu načítanie stavu systému systemd."
#: src/home/org.freedesktop.home1.policy:13
msgid "Create a home area"
@@ -73,7 +89,8 @@ msgstr ""
#: src/home/org.freedesktop.home1.policy:14
#, fuzzy
msgid "Authentication is required to create a user's home area."
-msgstr "Vyžaduje sa overenie totožnosti na znovu načítanie stavu systému systemd."
+msgstr ""
+"Vyžaduje sa overenie totožnosti na znovu načítanie stavu systému systemd."
#: src/home/org.freedesktop.home1.policy:23
msgid "Remove a home area"
@@ -82,7 +99,8 @@ msgstr ""
#: src/home/org.freedesktop.home1.policy:24
#, fuzzy
msgid "Authentication is required to remove a user's home area."
-msgstr "Vyžaduje sa overenie totožnosti na znovu načítanie stavu systému systemd."
+msgstr ""
+"Vyžaduje sa overenie totožnosti na znovu načítanie stavu systému systemd."
#: src/home/org.freedesktop.home1.policy:33
msgid "Check credentials of a home area"
@@ -90,7 +108,8 @@ msgstr ""
#: src/home/org.freedesktop.home1.policy:34
#, fuzzy
-msgid "Authentication is required to check credentials against a user's home area."
+msgid ""
+"Authentication is required to check credentials against a user's home area."
msgstr "Vyžaduje sa overenie totožnosti na nastavenie názvu hostiteľa."
#: src/home/org.freedesktop.home1.policy:43
@@ -117,12 +136,15 @@ msgstr ""
#: src/home/org.freedesktop.home1.policy:64
#, fuzzy
-msgid "Authentication is required to change the password of a user's home area."
+msgid ""
+"Authentication is required to change the password of a user's home area."
msgstr "Vyžaduje sa overenie totožnosti na nastavenie miestnych nastavení."
#: src/home/pam_systemd_home.c:287
#, c-format
-msgid "Home of user %s is currently absent, please plug in the necessary storage device or backing file system."
+msgid ""
+"Home of user %s is currently absent, please plug in the necessary storage "
+"device or backing file system."
msgstr ""
#: src/home/pam_systemd_home.c:292
@@ -149,7 +171,9 @@ msgstr ""
#: src/home/pam_systemd_home.c:331
#, c-format
-msgid "Password/recovery key incorrect or not sufficient for authentication of user %s."
+msgid ""
+"Password/recovery key incorrect or not sufficient for authentication of user "
+"%s."
msgstr ""
#: src/home/pam_systemd_home.c:332
@@ -167,7 +191,9 @@ msgstr ""
#: src/home/pam_systemd_home.c:355
#, c-format
-msgid "Password incorrect or not sufficient, and configured security token of user %s not inserted."
+msgid ""
+"Password incorrect or not sufficient, and configured security token of user "
+"%s not inserted."
msgstr ""
#: src/home/pam_systemd_home.c:376
@@ -190,7 +216,9 @@ msgid "Please verify user on security token of user %s."
msgstr ""
#: src/home/pam_systemd_home.c:424
-msgid "Security token PIN is locked, please unlock it first. (Hint: Removal and re-insertion might suffice.)"
+msgid ""
+"Security token PIN is locked, please unlock it first. (Hint: Removal and re-"
+"insertion might suffice.)"
msgstr ""
#: src/home/pam_systemd_home.c:432
@@ -278,8 +306,12 @@ msgid "Set static hostname"
msgstr "Nastavenie nemenného názvu hostiteľa"
#: src/hostname/org.freedesktop.hostname1.policy:31
-msgid "Authentication is required to set the statically configured local hostname, as well as the pretty hostname."
-msgstr "Vyžaduje sa overenie totožnosti na nastavenie pevne určeného názvu miestneho hostiteľa, známeho ako zrozumiteľný názov hostiteľa."
+msgid ""
+"Authentication is required to set the statically configured local hostname, "
+"as well as the pretty hostname."
+msgstr ""
+"Vyžaduje sa overenie totožnosti na nastavenie pevne určeného názvu miestneho "
+"hostiteľa, známeho ako zrozumiteľný názov hostiteľa."
#: src/hostname/org.freedesktop.hostname1.policy:41
msgid "Set machine information"
@@ -287,7 +319,8 @@ msgstr "Nastavenie informácií o počítači"
#: src/hostname/org.freedesktop.hostname1.policy:42
msgid "Authentication is required to set local machine information."
-msgstr "Vyžaduje sa overenie totožnosti na nastavenie informácií o miestnom počítači."
+msgstr ""
+"Vyžaduje sa overenie totožnosti na nastavenie informácií o miestnom počítači."
#: src/hostname/org.freedesktop.hostname1.policy:51
msgid "Get product UUID"
@@ -355,14 +388,17 @@ msgstr "Nastavenie nastavení systémovej klávesnice"
#: src/locale/org.freedesktop.locale1.policy:34
msgid "Authentication is required to set the system keyboard settings."
-msgstr "Vyžaduje sa overenie totožnosti na nastavenie nastavení systémovej klávesnice."
+msgstr ""
+"Vyžaduje sa overenie totožnosti na nastavenie nastavení systémovej "
+"klávesnice."
#: src/login/org.freedesktop.login1.policy:22
msgid "Allow applications to inhibit system shutdown"
msgstr ""
#: src/login/org.freedesktop.login1.policy:23
-msgid "Authentication is required for an application to inhibit system shutdown."
+msgid ""
+"Authentication is required for an application to inhibit system shutdown."
msgstr ""
#: src/login/org.freedesktop.login1.policy:33
@@ -379,7 +415,8 @@ msgstr "Umožnenie aplikáciám odložiť spánok systému"
#: src/login/org.freedesktop.login1.policy:45
msgid "Authentication is required for an application to inhibit system sleep."
-msgstr "Vyžaduje sa overenie totožnosti na odloženie spánku systému aplikáciou."
+msgstr ""
+"Vyžaduje sa overenie totožnosti na odloženie spánku systému aplikáciou."
#: src/login/org.freedesktop.login1.policy:55
msgid "Allow applications to delay system sleep"
@@ -387,14 +424,17 @@ msgstr "Umožnenie aplikáciám odložiť spánok systému"
#: src/login/org.freedesktop.login1.policy:56
msgid "Authentication is required for an application to delay system sleep."
-msgstr "Vyžaduje sa overenie totožnosti na odloženie spánku systému aplikáciou."
+msgstr ""
+"Vyžaduje sa overenie totožnosti na odloženie spánku systému aplikáciou."
#: src/login/org.freedesktop.login1.policy:65
msgid "Allow applications to inhibit automatic system suspend"
msgstr ""
#: src/login/org.freedesktop.login1.policy:66
-msgid "Authentication is required for an application to inhibit automatic system suspend."
+msgid ""
+"Authentication is required for an application to inhibit automatic system "
+"suspend."
msgstr ""
#: src/login/org.freedesktop.login1.policy:75
@@ -402,7 +442,9 @@ msgid "Allow applications to inhibit system handling of the power key"
msgstr ""
#: src/login/org.freedesktop.login1.policy:76
-msgid "Authentication is required for an application to inhibit system handling of the power key."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the power key."
msgstr ""
#: src/login/org.freedesktop.login1.policy:86
@@ -410,7 +452,9 @@ msgid "Allow applications to inhibit system handling of the suspend key"
msgstr ""
#: src/login/org.freedesktop.login1.policy:87
-msgid "Authentication is required for an application to inhibit system handling of the suspend key."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the suspend key."
msgstr ""
#: src/login/org.freedesktop.login1.policy:97
@@ -418,7 +462,9 @@ msgid "Allow applications to inhibit system handling of the hibernate key"
msgstr ""
#: src/login/org.freedesktop.login1.policy:98
-msgid "Authentication is required for an application to inhibit system handling of the hibernate key."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the hibernate key."
msgstr ""
#: src/login/org.freedesktop.login1.policy:107
@@ -426,7 +472,9 @@ msgid "Allow applications to inhibit system handling of the lid switch"
msgstr ""
#: src/login/org.freedesktop.login1.policy:108
-msgid "Authentication is required for an application to inhibit system handling of the lid switch."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the lid switch."
msgstr ""
#: src/login/org.freedesktop.login1.policy:117
@@ -436,8 +484,11 @@ msgstr "Umožnenie aplikáciám odložiť spánok systému"
#: src/login/org.freedesktop.login1.policy:118
#, fuzzy
-msgid "Authentication is required for an application to inhibit system handling of the reboot key."
-msgstr "Vyžaduje sa overenie totožnosti na odloženie spánku systému aplikáciou."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the reboot key."
+msgstr ""
+"Vyžaduje sa overenie totožnosti na odloženie spánku systému aplikáciou."
#: src/login/org.freedesktop.login1.policy:128
msgid "Allow non-logged-in user to run programs"
@@ -445,7 +496,9 @@ msgstr "Umožnenie neprihlásenému používateľovi spúšťanie programov"
#: src/login/org.freedesktop.login1.policy:129
msgid "Explicit request is required to run programs as a non-logged-in user."
-msgstr "Vyžaduje sa explicitná požiadavka na spúšťanie programov ako neprihlásený používateľ."
+msgstr ""
+"Vyžaduje sa explicitná požiadavka na spúšťanie programov ako neprihlásený "
+"používateľ."
#: src/login/org.freedesktop.login1.policy:138
msgid "Allow non-logged-in users to run programs"
@@ -453,7 +506,9 @@ msgstr "Umožnenie neprihláseným používateľom spúšťanie programov"
#: src/login/org.freedesktop.login1.policy:139
msgid "Authentication is required to run programs as a non-logged-in user."
-msgstr "Vyžaduje sa overenie totožnosti na spúšťanie programov ako neprihlásený používateľ."
+msgstr ""
+"Vyžaduje sa overenie totožnosti na spúšťanie programov ako neprihlásený "
+"používateľ."
#: src/login/org.freedesktop.login1.policy:148
msgid "Allow attaching devices to seats"
@@ -484,15 +539,21 @@ msgid "Power off the system while other users are logged in"
msgstr "Vypnutie systému, pokiaľ sú prihlásení iní používatelia"
#: src/login/org.freedesktop.login1.policy:181
-msgid "Authentication is required to power off the system while other users are logged in."
-msgstr "Vyžaduje sa overenie totožnosti na vypnutie systému, pokiaľ sú prihlásení iní používatelia."
+msgid ""
+"Authentication is required to power off the system while other users are "
+"logged in."
+msgstr ""
+"Vyžaduje sa overenie totožnosti na vypnutie systému, pokiaľ sú prihlásení "
+"iní používatelia."
#: src/login/org.freedesktop.login1.policy:191
msgid "Power off the system while an application is inhibiting this"
msgstr ""
#: src/login/org.freedesktop.login1.policy:192
-msgid "Authentication is required to power off the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to power off the system while an application is "
+"inhibiting this."
msgstr ""
#: src/login/org.freedesktop.login1.policy:202
@@ -508,15 +569,21 @@ msgid "Reboot the system while other users are logged in"
msgstr "Reštart systému, pokiaľ sú prihlásení iní používatelia"
#: src/login/org.freedesktop.login1.policy:214
-msgid "Authentication is required to reboot the system while other users are logged in."
-msgstr "Vyžaduje sa overenie totožnosti na reštartovanie systému, pokiaľ sú prihlásení iní používatelia."
+msgid ""
+"Authentication is required to reboot the system while other users are logged "
+"in."
+msgstr ""
+"Vyžaduje sa overenie totožnosti na reštartovanie systému, pokiaľ sú "
+"prihlásení iní používatelia."
#: src/login/org.freedesktop.login1.policy:224
msgid "Reboot the system while an application is inhibiting this"
msgstr ""
#: src/login/org.freedesktop.login1.policy:225
-msgid "Authentication is required to reboot the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to reboot the system while an application is "
+"inhibiting this."
msgstr ""
#: src/login/org.freedesktop.login1.policy:235
@@ -536,8 +603,12 @@ msgstr "Reštart systému, pokiaľ sú prihlásení iní používatelia"
#: src/login/org.freedesktop.login1.policy:247
#, fuzzy
-msgid "Authentication is required to halt the system while other users are logged in."
-msgstr "Vyžaduje sa overenie totožnosti na reštartovanie systému, pokiaľ sú prihlásení iní používatelia."
+msgid ""
+"Authentication is required to halt the system while other users are logged "
+"in."
+msgstr ""
+"Vyžaduje sa overenie totožnosti na reštartovanie systému, pokiaľ sú "
+"prihlásení iní používatelia."
#: src/login/org.freedesktop.login1.policy:257
msgid "Halt the system while an application is inhibiting this"
@@ -545,8 +616,12 @@ msgstr ""
#: src/login/org.freedesktop.login1.policy:258
#, fuzzy
-msgid "Authentication is required to halt the system while an application is inhibiting this."
-msgstr "Vyžaduje sa overenie totožnosti na nastavenie nastavení systémovej klávesnice."
+msgid ""
+"Authentication is required to halt the system while an application is "
+"inhibiting this."
+msgstr ""
+"Vyžaduje sa overenie totožnosti na nastavenie nastavení systémovej "
+"klávesnice."
#: src/login/org.freedesktop.login1.policy:268
msgid "Suspend the system"
@@ -561,15 +636,21 @@ msgid "Suspend the system while other users are logged in"
msgstr "Uspanie systému, pokiaľ sú prihlásení iní používatelia"
#: src/login/org.freedesktop.login1.policy:279
-msgid "Authentication is required to suspend the system while other users are logged in."
-msgstr "Vyžaduje sa overenie totožnosti na uspanie systému, pokiaľ sú prihlásení iní používatelia."
+msgid ""
+"Authentication is required to suspend the system while other users are "
+"logged in."
+msgstr ""
+"Vyžaduje sa overenie totožnosti na uspanie systému, pokiaľ sú prihlásení iní "
+"používatelia."
#: src/login/org.freedesktop.login1.policy:289
msgid "Suspend the system while an application is inhibiting this"
msgstr ""
#: src/login/org.freedesktop.login1.policy:290
-msgid "Authentication is required to suspend the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to suspend the system while an application is "
+"inhibiting this."
msgstr ""
#: src/login/org.freedesktop.login1.policy:300
@@ -585,7 +666,9 @@ msgid "Hibernate the system while other users are logged in"
msgstr ""
#: src/login/org.freedesktop.login1.policy:311
-msgid "Authentication is required to hibernate the system while other users are logged in."
+msgid ""
+"Authentication is required to hibernate the system while other users are "
+"logged in."
msgstr ""
#: src/login/org.freedesktop.login1.policy:321
@@ -593,7 +676,9 @@ msgid "Hibernate the system while an application is inhibiting this"
msgstr ""
#: src/login/org.freedesktop.login1.policy:322
-msgid "Authentication is required to hibernate the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to hibernate the system while an application is "
+"inhibiting this."
msgstr ""
#: src/login/org.freedesktop.login1.policy:332
@@ -610,7 +695,9 @@ msgstr "Zamknutie alebo odomknutie aktívnych relácií"
#: src/login/org.freedesktop.login1.policy:343
msgid "Authentication is required to lock or unlock active sessions."
-msgstr "Vyžaduje sa overenie totožnosti na uzamknutie alebo odomknutie aktívnych relácií."
+msgstr ""
+"Vyžaduje sa overenie totožnosti na uzamknutie alebo odomknutie aktívnych "
+"relácií."
#: src/login/org.freedesktop.login1.policy:352
msgid "Set the reboot \"reason\" in the kernel"
@@ -627,8 +714,12 @@ msgid "Indicate to the firmware to boot to setup interface"
msgstr "Umožnenie indikácie spustenia inštalačného rozhrania pre firmvér"
#: src/login/org.freedesktop.login1.policy:364
-msgid "Authentication is required to indicate to the firmware to boot to setup interface."
-msgstr "Vyžaduje sa overenie totožnosti na indikáciu spustenia inštalačného rozhrania pre firmvér."
+msgid ""
+"Authentication is required to indicate to the firmware to boot to setup "
+"interface."
+msgstr ""
+"Vyžaduje sa overenie totožnosti na indikáciu spustenia inštalačného "
+"rozhrania pre firmvér."
#: src/login/org.freedesktop.login1.policy:374
msgid "Indicate to the boot loader to boot to the boot loader menu"
@@ -636,8 +727,12 @@ msgstr ""
#: src/login/org.freedesktop.login1.policy:375
#, fuzzy
-msgid "Authentication is required to indicate to the boot loader to boot to the boot loader menu."
-msgstr "Vyžaduje sa overenie totožnosti na indikáciu spustenia inštalačného rozhrania pre firmvér."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot to the "
+"boot loader menu."
+msgstr ""
+"Vyžaduje sa overenie totožnosti na indikáciu spustenia inštalačného "
+"rozhrania pre firmvér."
#: src/login/org.freedesktop.login1.policy:385
msgid "Indicate to the boot loader to boot a specific entry"
@@ -645,8 +740,12 @@ msgstr ""
#: src/login/org.freedesktop.login1.policy:386
#, fuzzy
-msgid "Authentication is required to indicate to the boot loader to boot into a specific boot loader entry."
-msgstr "Vyžaduje sa overenie totožnosti na indikáciu spustenia inštalačného rozhrania pre firmvér."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot into a "
+"specific boot loader entry."
+msgstr ""
+"Vyžaduje sa overenie totožnosti na indikáciu spustenia inštalačného "
+"rozhrania pre firmvér."
#: src/login/org.freedesktop.login1.policy:396
msgid "Set a wall message"
@@ -671,7 +770,8 @@ msgstr "Prihlásenie do miestneho kontajneru"
#: src/machine/org.freedesktop.machine1.policy:23
msgid "Authentication is required to log into a local container."
-msgstr "Vyžaduje sa overenie totožnosti na prihlásenie do miestneho kontajneru."
+msgstr ""
+"Vyžaduje sa overenie totožnosti na prihlásenie do miestneho kontajneru."
#: src/machine/org.freedesktop.machine1.policy:32
msgid "Log into the local host"
@@ -702,7 +802,8 @@ msgid "Acquire a pseudo TTY in a local container"
msgstr ""
#: src/machine/org.freedesktop.machine1.policy:65
-msgid "Authentication is required to acquire a pseudo TTY in a local container."
+msgid ""
+"Authentication is required to acquire a pseudo TTY in a local container."
msgstr ""
#: src/machine/org.freedesktop.machine1.policy:74
@@ -718,7 +819,8 @@ msgid "Manage local virtual machines and containers"
msgstr ""
#: src/machine/org.freedesktop.machine1.policy:85
-msgid "Authentication is required to manage local virtual machines and containers."
+msgid ""
+"Authentication is required to manage local virtual machines and containers."
msgstr ""
#: src/machine/org.freedesktop.machine1.policy:95
@@ -726,7 +828,9 @@ msgid "Manage local virtual machine and container images"
msgstr ""
#: src/machine/org.freedesktop.machine1.policy:96
-msgid "Authentication is required to manage local virtual machine and container images."
+msgid ""
+"Authentication is required to manage local virtual machine and container "
+"images."
msgstr ""
#: src/network/org.freedesktop.network1.policy:22
@@ -833,7 +937,9 @@ msgstr ""
#: src/network/org.freedesktop.network1.policy:122
#, fuzzy
msgid "Authentication is required to reset NTP settings."
-msgstr "Vyžaduje sa overenie totožnosti na nastavenie nastavení systémovej klávesnice."
+msgstr ""
+"Vyžaduje sa overenie totožnosti na nastavenie nastavení systémovej "
+"klávesnice."
#: src/network/org.freedesktop.network1.policy:132
msgid "Revert DNS settings"
@@ -842,7 +948,9 @@ msgstr ""
#: src/network/org.freedesktop.network1.policy:133
#, fuzzy
msgid "Authentication is required to reset DNS settings."
-msgstr "Vyžaduje sa overenie totožnosti na nastavenie nastavení systémovej klávesnice."
+msgstr ""
+"Vyžaduje sa overenie totožnosti na nastavenie nastavení systémovej "
+"klávesnice."
#: src/network/org.freedesktop.network1.policy:143
msgid "DHCP server sends force renew message"
@@ -869,7 +977,8 @@ msgstr ""
#: src/network/org.freedesktop.network1.policy:166
#, fuzzy
msgid "Authentication is required to reload network settings."
-msgstr "Vyžaduje sa overenie totožnosti na znovu načítanie stavu systému systemd."
+msgstr ""
+"Vyžaduje sa overenie totožnosti na znovu načítanie stavu systému systemd."
#: src/network/org.freedesktop.network1.policy:176
msgid "Reconfigure network interface"
@@ -895,7 +1004,8 @@ msgstr ""
#: src/portable/org.freedesktop.portable1.policy:24
#, fuzzy
-msgid "Authentication is required to attach or detach a portable service image."
+msgid ""
+"Authentication is required to attach or detach a portable service image."
msgstr "Vyžaduje sa overenie totožnosti na nastavenie názvu hostiteľa."
#: src/portable/org.freedesktop.portable1.policy:34
@@ -904,7 +1014,8 @@ msgstr ""
#: src/portable/org.freedesktop.portable1.policy:35
#, fuzzy
-msgid "Authentication is required to delete or modify a portable service image."
+msgid ""
+"Authentication is required to delete or modify a portable service image."
msgstr "Vyžaduje sa overenie totožnosti na vypnutie systému."
#: src/resolve/org.freedesktop.resolve1.policy:22
@@ -932,7 +1043,9 @@ msgstr ""
#: src/resolve/org.freedesktop.resolve1.policy:133
#, fuzzy
msgid "Authentication is required to reset name resolution settings."
-msgstr "Vyžaduje sa overenie totožnosti na nastavenie nastavení systémovej klávesnice."
+msgstr ""
+"Vyžaduje sa overenie totožnosti na nastavenie nastavení systémovej "
+"klávesnice."
#: src/timedate/org.freedesktop.timedate1.policy:22
msgid "Set system time"
@@ -955,7 +1068,9 @@ msgid "Set RTC to local timezone or UTC"
msgstr ""
#: src/timedate/org.freedesktop.timedate1.policy:44
-msgid "Authentication is required to control whether the RTC stores the local or UTC time."
+msgid ""
+"Authentication is required to control whether the RTC stores the local or "
+"UTC time."
msgstr ""
#: src/timedate/org.freedesktop.timedate1.policy:53
@@ -963,44 +1078,55 @@ msgid "Turn network time synchronization on or off"
msgstr "Zapnutie alebo vypnutie sieťovej synchronizácie času"
#: src/timedate/org.freedesktop.timedate1.policy:54
-msgid "Authentication is required to control whether network time synchronization shall be enabled."
-msgstr "Vyžaduje sa overenie totožnosti na ovládanie, či má byť povolená synchronizácia času cez sieť."
+msgid ""
+"Authentication is required to control whether network time synchronization "
+"shall be enabled."
+msgstr ""
+"Vyžaduje sa overenie totožnosti na ovládanie, či má byť povolená "
+"synchronizácia času cez sieť."
-#: src/core/dbus-unit.c:364
+#: src/core/dbus-unit.c:352
msgid "Authentication is required to start '$(unit)'."
msgstr ""
-#: src/core/dbus-unit.c:365
+#: src/core/dbus-unit.c:353
msgid "Authentication is required to stop '$(unit)'."
msgstr ""
-#: src/core/dbus-unit.c:366
+#: src/core/dbus-unit.c:354
msgid "Authentication is required to reload '$(unit)'."
msgstr ""
-#: src/core/dbus-unit.c:367 src/core/dbus-unit.c:368
+#: src/core/dbus-unit.c:355 src/core/dbus-unit.c:356
msgid "Authentication is required to restart '$(unit)'."
msgstr ""
-#: src/core/dbus-unit.c:565
+#: src/core/dbus-unit.c:553
#, fuzzy
-msgid "Authentication is required to send a UNIX signal to the processes of '$(unit)'."
+msgid ""
+"Authentication is required to send a UNIX signal to the processes of "
+"'$(unit)'."
msgstr "Vyžaduje sa overenie totožnosti na uspanie systému."
-#: src/core/dbus-unit.c:595
+#: src/core/dbus-unit.c:583
msgid "Authentication is required to reset the \"failed\" state of '$(unit)'."
msgstr ""
-#: src/core/dbus-unit.c:627
+#: src/core/dbus-unit.c:615
msgid "Authentication is required to set properties on '$(unit)'."
msgstr ""
-#: src/core/dbus-unit.c:728
+#: src/core/dbus-unit.c:716
#, fuzzy
-msgid "Authentication is required to delete files and directories associated with '$(unit)'."
-msgstr "Vyžaduje sa overenie totožnosti na znovu načítanie stavu systému systemd."
+msgid ""
+"Authentication is required to delete files and directories associated with "
+"'$(unit)'."
+msgstr ""
+"Vyžaduje sa overenie totožnosti na znovu načítanie stavu systému systemd."
-#: src/core/dbus-unit.c:776
+#: src/core/dbus-unit.c:764
#, fuzzy
-msgid "Authentication is required to freeze or thaw the processes of '$(unit)' unit."
-msgstr "Vyžaduje sa overenie totožnosti na znovu načítanie stavu systému systemd."
+msgid ""
+"Authentication is required to freeze or thaw the processes of '$(unit)' unit."
+msgstr ""
+"Vyžaduje sa overenie totožnosti na znovu načítanie stavu systému systemd."
diff --git a/po/sr.po b/po/sr.po
index b6cb8b7bf9c..cb677c603ec 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -5,15 +5,17 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-07-14 10:32+0100\n"
+"POT-Creation-Date: 2023-11-14 21:25+0000\n"
"PO-Revision-Date: 2021-02-23 22:40+0000\n"
"Last-Translator: Frantisek Sumsal <frantisek@sumsal.cz>\n"
-"Language-Team: Serbian <https://translate.fedoraproject.org/projects/systemd/master/sr/>\n"
+"Language-Team: Serbian <https://translate.fedoraproject.org/projects/systemd/"
+"master/sr/>\n"
"Language: sr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
+"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 4.4.2\n"
#: src/core/org.freedesktop.systemd1.policy.in:22
@@ -21,8 +23,10 @@ msgid "Send passphrase back to system"
msgstr "Пошаљи фразу назад ка систему"
#: src/core/org.freedesktop.systemd1.policy.in:23
-msgid "Authentication is required to send the entered passphrase back to the system."
-msgstr "Потребно је да се идентификујете да бисте послали фразу назад у систем."
+msgid ""
+"Authentication is required to send the entered passphrase back to the system."
+msgstr ""
+"Потребно је да се идентификујете да бисте послали фразу назад у систем."
#: src/core/org.freedesktop.systemd1.policy.in:33
msgid "Manage system services or other units"
@@ -30,7 +34,9 @@ msgstr "Управљај системским услугама и другим
#: src/core/org.freedesktop.systemd1.policy.in:34
msgid "Authentication is required to manage system services or other units."
-msgstr "Потребно је да се идентификујете да бисте управљали системским услугама или другим јединицама."
+msgstr ""
+"Потребно је да се идентификујете да бисте управљали системским услугама или "
+"другим јединицама."
#: src/core/org.freedesktop.systemd1.policy.in:43
msgid "Manage system service or unit files"
@@ -38,15 +44,21 @@ msgstr "Управљај системском услугом или једини
#: src/core/org.freedesktop.systemd1.policy.in:44
msgid "Authentication is required to manage system service or unit files."
-msgstr "Потребно је да се идентификујете да бисте управљали системском услугом или јединичним датотекама."
+msgstr ""
+"Потребно је да се идентификујете да бисте управљали системском услугом или "
+"јединичним датотекама."
#: src/core/org.freedesktop.systemd1.policy.in:54
msgid "Set or unset system and service manager environment variables"
msgstr "Мењај променљиве окружења на систему и унутар управника услуга"
#: src/core/org.freedesktop.systemd1.policy.in:55
-msgid "Authentication is required to set or unset system and service manager environment variables."
-msgstr "Потребно је да се идентификујете да бисте мењали променљиве окружења на систему и унутар управника услуга."
+msgid ""
+"Authentication is required to set or unset system and service manager "
+"environment variables."
+msgstr ""
+"Потребно је да се идентификујете да бисте мењали променљиве окружења на "
+"систему и унутар управника услуга."
#: src/core/org.freedesktop.systemd1.policy.in:64
msgid "Reload the systemd state"
@@ -54,7 +66,8 @@ msgstr "Поново учитај стање систем-деа"
#: src/core/org.freedesktop.systemd1.policy.in:65
msgid "Authentication is required to reload the systemd state."
-msgstr "Потребно је да се идентификујете да бисте поново учитали стање систем-деа."
+msgstr ""
+"Потребно је да се идентификујете да бисте поново учитали стање систем-деа."
#: src/core/org.freedesktop.systemd1.policy.in:74
msgid "Dump the systemd state without rate limits"
@@ -62,8 +75,10 @@ msgstr ""
#: src/core/org.freedesktop.systemd1.policy.in:75
#, fuzzy
-msgid "Authentication is required to dump the systemd state without rate limits."
-msgstr "Потребно је да се идентификујете да бисте поново учитали стање систем-деа."
+msgid ""
+"Authentication is required to dump the systemd state without rate limits."
+msgstr ""
+"Потребно је да се идентификујете да бисте поново учитали стање систем-деа."
#: src/home/org.freedesktop.home1.policy:13
msgid "Create a home area"
@@ -72,7 +87,8 @@ msgstr ""
#: src/home/org.freedesktop.home1.policy:14
#, fuzzy
msgid "Authentication is required to create a user's home area."
-msgstr "Потребно је да се идентификујете да бисте поново учитали стање систем-деа."
+msgstr ""
+"Потребно је да се идентификујете да бисте поново учитали стање систем-деа."
#: src/home/org.freedesktop.home1.policy:23
msgid "Remove a home area"
@@ -81,7 +97,8 @@ msgstr ""
#: src/home/org.freedesktop.home1.policy:24
#, fuzzy
msgid "Authentication is required to remove a user's home area."
-msgstr "Потребно је да се идентификујете да бисте поново учитали стање систем-деа."
+msgstr ""
+"Потребно је да се идентификујете да бисте поново учитали стање систем-деа."
#: src/home/org.freedesktop.home1.policy:33
msgid "Check credentials of a home area"
@@ -89,8 +106,11 @@ msgstr ""
#: src/home/org.freedesktop.home1.policy:34
#, fuzzy
-msgid "Authentication is required to check credentials against a user's home area."
-msgstr "Потребно је да се идентификујете да бисте управљали покренутим сесијама, корисницима и седиштима."
+msgid ""
+"Authentication is required to check credentials against a user's home area."
+msgstr ""
+"Потребно је да се идентификујете да бисте управљали покренутим сесијама, "
+"корисницима и седиштима."
#: src/home/org.freedesktop.home1.policy:43
msgid "Update a home area"
@@ -116,12 +136,17 @@ msgstr ""
#: src/home/org.freedesktop.home1.policy:64
#, fuzzy
-msgid "Authentication is required to change the password of a user's home area."
-msgstr "Потребно је да се идентификујете да бисте управљали покренутим сесијама, корисницима и седиштима."
+msgid ""
+"Authentication is required to change the password of a user's home area."
+msgstr ""
+"Потребно је да се идентификујете да бисте управљали покренутим сесијама, "
+"корисницима и седиштима."
#: src/home/pam_systemd_home.c:287
#, c-format
-msgid "Home of user %s is currently absent, please plug in the necessary storage device or backing file system."
+msgid ""
+"Home of user %s is currently absent, please plug in the necessary storage "
+"device or backing file system."
msgstr ""
#: src/home/pam_systemd_home.c:292
@@ -148,7 +173,9 @@ msgstr ""
#: src/home/pam_systemd_home.c:331
#, c-format
-msgid "Password/recovery key incorrect or not sufficient for authentication of user %s."
+msgid ""
+"Password/recovery key incorrect or not sufficient for authentication of user "
+"%s."
msgstr ""
#: src/home/pam_systemd_home.c:332
@@ -166,7 +193,9 @@ msgstr ""
#: src/home/pam_systemd_home.c:355
#, c-format
-msgid "Password incorrect or not sufficient, and configured security token of user %s not inserted."
+msgid ""
+"Password incorrect or not sufficient, and configured security token of user "
+"%s not inserted."
msgstr ""
#: src/home/pam_systemd_home.c:376
@@ -189,7 +218,9 @@ msgid "Please verify user on security token of user %s."
msgstr ""
#: src/home/pam_systemd_home.c:424
-msgid "Security token PIN is locked, please unlock it first. (Hint: Removal and re-insertion might suffice.)"
+msgid ""
+"Security token PIN is locked, please unlock it first. (Hint: Removal and re-"
+"insertion might suffice.)"
msgstr ""
#: src/home/pam_systemd_home.c:432
@@ -277,8 +308,12 @@ msgid "Set static hostname"
msgstr "Постави статички назив машине"
#: src/hostname/org.freedesktop.hostname1.policy:31
-msgid "Authentication is required to set the statically configured local hostname, as well as the pretty hostname."
-msgstr "Потребно је да се идентификујете да бисте поставили статички назив машине и да бисте поставили леп назив машине."
+msgid ""
+"Authentication is required to set the statically configured local hostname, "
+"as well as the pretty hostname."
+msgstr ""
+"Потребно је да се идентификујете да бисте поставили статички назив машине и "
+"да бисте поставили леп назив машине."
#: src/hostname/org.freedesktop.hostname1.policy:41
msgid "Set machine information"
@@ -286,7 +321,9 @@ msgstr "Постави податке о машини"
#: src/hostname/org.freedesktop.hostname1.policy:42
msgid "Authentication is required to set local machine information."
-msgstr "Потребно је да се идентификујете да бисте поставили податке о локалној машини."
+msgstr ""
+"Потребно је да се идентификујете да бисте поставили податке о локалној "
+"машини."
#: src/hostname/org.freedesktop.hostname1.policy:51
msgid "Get product UUID"
@@ -314,7 +351,8 @@ msgstr "Постави системску временску зону"
#: src/hostname/org.freedesktop.hostname1.policy:72
#, fuzzy
msgid "Authentication is required to get system description."
-msgstr "Потребно је да се идентификујете да бисте поставили системску временску зону."
+msgstr ""
+"Потребно је да се идентификујете да бисте поставили системску временску зону."
#: src/import/org.freedesktop.import1.policy:22
msgid "Import a VM or container image"
@@ -322,7 +360,9 @@ msgstr "Увези ВМ или слику контејнера"
#: src/import/org.freedesktop.import1.policy:23
msgid "Authentication is required to import a VM or container image"
-msgstr "Потребно је да се идентификујете да бисте увезли виртуелну машину или слику контејнера"
+msgstr ""
+"Потребно је да се идентификујете да бисте увезли виртуелну машину или слику "
+"контејнера"
#: src/import/org.freedesktop.import1.policy:32
msgid "Export a VM or container image"
@@ -330,7 +370,9 @@ msgstr "Извези ВМ или слику контејнера"
#: src/import/org.freedesktop.import1.policy:33
msgid "Authentication is required to export a VM or container image"
-msgstr "Потребно је да се идентификујете да бисте извезли виртуелну машину или слику контејнера"
+msgstr ""
+"Потребно је да се идентификујете да бисте извезли виртуелну машину или слику "
+"контејнера"
#: src/import/org.freedesktop.import1.policy:42
msgid "Download a VM or container image"
@@ -338,7 +380,9 @@ msgstr "Преузми ВМ или слику контејнера"
#: src/import/org.freedesktop.import1.policy:43
msgid "Authentication is required to download a VM or container image"
-msgstr "Потребно је да се идентификујете да бисте преузели виртуелну машину или слику контејнера"
+msgstr ""
+"Потребно је да се идентификујете да бисте преузели виртуелну машину или "
+"слику контејнера"
#: src/locale/org.freedesktop.locale1.policy:22
msgid "Set system locale"
@@ -346,7 +390,8 @@ msgstr "Постави основни језик система"
#: src/locale/org.freedesktop.locale1.policy:23
msgid "Authentication is required to set the system locale."
-msgstr "Потребно је да се идентификујете да бисте поставили основни језик система."
+msgstr ""
+"Потребно је да се идентификујете да бисте поставили основни језик система."
#: src/locale/org.freedesktop.locale1.policy:33
msgid "Set system keyboard settings"
@@ -354,15 +399,20 @@ msgstr "Постави подешавање системске тастатур
#: src/locale/org.freedesktop.locale1.policy:34
msgid "Authentication is required to set the system keyboard settings."
-msgstr "Потребно је да се идентификујете да бисте поставили подешавања системске тастатуре."
+msgstr ""
+"Потребно је да се идентификујете да бисте поставили подешавања системске "
+"тастатуре."
#: src/login/org.freedesktop.login1.policy:22
msgid "Allow applications to inhibit system shutdown"
msgstr "Дозволи програмима да спрече гашење система"
#: src/login/org.freedesktop.login1.policy:23
-msgid "Authentication is required for an application to inhibit system shutdown."
-msgstr "Потребно је да се идентификујете да бисте дозволили програму да спречи гашење система."
+msgid ""
+"Authentication is required for an application to inhibit system shutdown."
+msgstr ""
+"Потребно је да се идентификујете да бисте дозволили програму да спречи "
+"гашење система."
#: src/login/org.freedesktop.login1.policy:33
msgid "Allow applications to delay system shutdown"
@@ -370,7 +420,9 @@ msgstr "Дозволи програмима да одложе гашење си
#: src/login/org.freedesktop.login1.policy:34
msgid "Authentication is required for an application to delay system shutdown."
-msgstr "Потребно је да се идентификујете да бисте дозволили програму да одложи гашење система."
+msgstr ""
+"Потребно је да се идентификујете да бисте дозволили програму да одложи "
+"гашење система."
#: src/login/org.freedesktop.login1.policy:44
msgid "Allow applications to inhibit system sleep"
@@ -378,7 +430,9 @@ msgstr "Дозволи програмима да спрече спавање с
#: src/login/org.freedesktop.login1.policy:45
msgid "Authentication is required for an application to inhibit system sleep."
-msgstr "Потребно је да се идентификујете да бисте дозволили програму да спречи спавање система."
+msgstr ""
+"Потребно је да се идентификујете да бисте дозволили програму да спречи "
+"спавање система."
#: src/login/org.freedesktop.login1.policy:55
msgid "Allow applications to delay system sleep"
@@ -386,55 +440,84 @@ msgstr "Дозволи програмима да одложе спавање с
#: src/login/org.freedesktop.login1.policy:56
msgid "Authentication is required for an application to delay system sleep."
-msgstr "Потребно је да се идентификујете да бисте дозволили програму да одложи спавање система."
+msgstr ""
+"Потребно је да се идентификујете да бисте дозволили програму да одложи "
+"спавање система."
#: src/login/org.freedesktop.login1.policy:65
msgid "Allow applications to inhibit automatic system suspend"
msgstr "Дозволи програмима да спрече самосталну обуставу система"
#: src/login/org.freedesktop.login1.policy:66
-msgid "Authentication is required for an application to inhibit automatic system suspend."
-msgstr "Потребно је да се идентификујете да бисте дозволили програму да спречи самосталну обуставу система."
+msgid ""
+"Authentication is required for an application to inhibit automatic system "
+"suspend."
+msgstr ""
+"Потребно је да се идентификујете да бисте дозволили програму да спречи "
+"самосталну обуставу система."
#: src/login/org.freedesktop.login1.policy:75
msgid "Allow applications to inhibit system handling of the power key"
msgstr "Дозволи програмима да спрече систему управљање дугметом за напајање"
#: src/login/org.freedesktop.login1.policy:76
-msgid "Authentication is required for an application to inhibit system handling of the power key."
-msgstr "Потребно је да се идентификујете да бисте дозволили програму да спречи систему управљање дугметом за напајање."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the power key."
+msgstr ""
+"Потребно је да се идентификујете да бисте дозволили програму да спречи "
+"систему управљање дугметом за напајање."
#: src/login/org.freedesktop.login1.policy:86
msgid "Allow applications to inhibit system handling of the suspend key"
msgstr "Дозволи програмима да спрече систему управљање дугметом за обуставу"
#: src/login/org.freedesktop.login1.policy:87
-msgid "Authentication is required for an application to inhibit system handling of the suspend key."
-msgstr "Потребно је да се идентификујете да бисте дозволили програму да спречи систему управљање дугметом за обуставу."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the suspend key."
+msgstr ""
+"Потребно је да се идентификујете да бисте дозволили програму да спречи "
+"систему управљање дугметом за обуставу."
#: src/login/org.freedesktop.login1.policy:97
msgid "Allow applications to inhibit system handling of the hibernate key"
msgstr "Дозволи програмима да спрече систему управљање дугметом за спавање"
#: src/login/org.freedesktop.login1.policy:98
-msgid "Authentication is required for an application to inhibit system handling of the hibernate key."
-msgstr "Потребно је да се идентификујете да бисте дозволили програму да спречи систему управљање дугметом за спавање."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the hibernate key."
+msgstr ""
+"Потребно је да се идентификујете да бисте дозволили програму да спречи "
+"систему управљање дугметом за спавање."
#: src/login/org.freedesktop.login1.policy:107
msgid "Allow applications to inhibit system handling of the lid switch"
-msgstr "Дозволи програмима да спрече систему да уради било шта приликом заклапања екрана"
+msgstr ""
+"Дозволи програмима да спрече систему да уради било шта приликом заклапања "
+"екрана"
#: src/login/org.freedesktop.login1.policy:108
-msgid "Authentication is required for an application to inhibit system handling of the lid switch."
-msgstr "Потребно је да се идентификујете да бисте дозволили програму да спречи систему да уради било шта приликом заклапања екрана."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the lid switch."
+msgstr ""
+"Потребно је да се идентификујете да бисте дозволили програму да спречи "
+"систему да уради било шта приликом заклапања екрана."
#: src/login/org.freedesktop.login1.policy:117
msgid "Allow applications to inhibit system handling of the reboot key"
-msgstr "Дозволи програмима да спрече систему управљање дугметом за поновно покретање"
+msgstr ""
+"Дозволи програмима да спрече систему управљање дугметом за поновно покретање"
#: src/login/org.freedesktop.login1.policy:118
-msgid "Authentication is required for an application to inhibit system handling of the reboot key."
-msgstr "Потребно је да се идентификујете да бисте дозволили програму да спречи систему управљање дугметом за поновно покретање."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the reboot key."
+msgstr ""
+"Потребно је да се идентификујете да бисте дозволили програму да спречи "
+"систему управљање дугметом за поновно покретање."
#: src/login/org.freedesktop.login1.policy:128
msgid "Allow non-logged-in user to run programs"
@@ -442,7 +525,9 @@ msgstr "Дозволи непријављеним корисницима да п
#: src/login/org.freedesktop.login1.policy:129
msgid "Explicit request is required to run programs as a non-logged-in user."
-msgstr "Експлицитан захтев је потребан да бисте покретали програме као непријављен корисник."
+msgstr ""
+"Експлицитан захтев је потребан да бисте покретали програме као непријављен "
+"корисник."
#: src/login/org.freedesktop.login1.policy:138
msgid "Allow non-logged-in users to run programs"
@@ -450,7 +535,9 @@ msgstr "Дозволи непријављеним корисницима да п
#: src/login/org.freedesktop.login1.policy:139
msgid "Authentication is required to run programs as a non-logged-in user."
-msgstr "Потребно је да се идентификујете да бисте покретали програме као непријављен корисник."
+msgstr ""
+"Потребно је да се идентификујете да бисте покретали програме као непријављен "
+"корисник."
#: src/login/org.freedesktop.login1.policy:148
msgid "Allow attaching devices to seats"
@@ -466,7 +553,9 @@ msgstr "Испери уређај да би уседиштио закачено"
#: src/login/org.freedesktop.login1.policy:160
msgid "Authentication is required to reset how devices are attached to seats."
-msgstr "Потребно је да се идентификујете да бисте поново подесили како се уређаји каче на седишта."
+msgstr ""
+"Потребно је да се идентификујете да бисте поново подесили како се уређаји "
+"каче на седишта."
#: src/login/org.freedesktop.login1.policy:169
msgid "Power off the system"
@@ -481,16 +570,24 @@ msgid "Power off the system while other users are logged in"
msgstr "Искључи систем док су други корисници пријављени"
#: src/login/org.freedesktop.login1.policy:181
-msgid "Authentication is required to power off the system while other users are logged in."
-msgstr "Потребно је да се идентификујете да бисте искључили систем док су други корисници пријављени."
+msgid ""
+"Authentication is required to power off the system while other users are "
+"logged in."
+msgstr ""
+"Потребно је да се идентификујете да бисте искључили систем док су други "
+"корисници пријављени."
#: src/login/org.freedesktop.login1.policy:191
msgid "Power off the system while an application is inhibiting this"
msgstr "Искључи систем иако је програм затражио да се спречи гашење"
#: src/login/org.freedesktop.login1.policy:192
-msgid "Authentication is required to power off the system while an application is inhibiting this."
-msgstr "Потребно је да се идентификујете да бисте искључили систем иако је програм затражио да се спречи гашење система."
+msgid ""
+"Authentication is required to power off the system while an application is "
+"inhibiting this."
+msgstr ""
+"Потребно је да се идентификујете да бисте искључили систем иако је програм "
+"затражио да се спречи гашење система."
#: src/login/org.freedesktop.login1.policy:202
msgid "Reboot the system"
@@ -505,16 +602,24 @@ msgid "Reboot the system while other users are logged in"
msgstr "Поново покрени систем док су други корисници пријављени"
#: src/login/org.freedesktop.login1.policy:214
-msgid "Authentication is required to reboot the system while other users are logged in."
-msgstr "Потребно је да се идентификујете да бисте поново покренули систем док су други корисници пријављени."
+msgid ""
+"Authentication is required to reboot the system while other users are logged "
+"in."
+msgstr ""
+"Потребно је да се идентификујете да бисте поново покренули систем док су "
+"други корисници пријављени."
#: src/login/org.freedesktop.login1.policy:224
msgid "Reboot the system while an application is inhibiting this"
msgstr "Поново покрени систем иако је програм затражио да се спречи гашење"
#: src/login/org.freedesktop.login1.policy:225
-msgid "Authentication is required to reboot the system while an application is inhibiting this."
-msgstr "Потребно је да се идентификујете да бисте поново покренули систем иако је програм затражио да се спречи гашење система."
+msgid ""
+"Authentication is required to reboot the system while an application is "
+"inhibiting this."
+msgstr ""
+"Потребно је да се идентификујете да бисте поново покренули систем иако је "
+"програм затражио да се спречи гашење система."
#: src/login/org.freedesktop.login1.policy:235
msgid "Halt the system"
@@ -529,16 +634,24 @@ msgid "Halt the system while other users are logged in"
msgstr "Заустави систем док су други корисници пријављени"
#: src/login/org.freedesktop.login1.policy:247
-msgid "Authentication is required to halt the system while other users are logged in."
-msgstr "Потребно је да се идентификујете да бисте зауставили систем док су други корисници пријављени."
+msgid ""
+"Authentication is required to halt the system while other users are logged "
+"in."
+msgstr ""
+"Потребно је да се идентификујете да бисте зауставили систем док су други "
+"корисници пријављени."
#: src/login/org.freedesktop.login1.policy:257
msgid "Halt the system while an application is inhibiting this"
msgstr "Заустави систем иако програм тражи да се спречи заустављање"
#: src/login/org.freedesktop.login1.policy:258
-msgid "Authentication is required to halt the system while an application is inhibiting this."
-msgstr "Потребно је да се идентификујете да бисте обуставили систем иако је програм затражио да се спречи обустављање система."
+msgid ""
+"Authentication is required to halt the system while an application is "
+"inhibiting this."
+msgstr ""
+"Потребно је да се идентификујете да бисте обуставили систем иако је програм "
+"затражио да се спречи обустављање система."
#: src/login/org.freedesktop.login1.policy:268
msgid "Suspend the system"
@@ -553,16 +666,24 @@ msgid "Suspend the system while other users are logged in"
msgstr "Обустави систем док су други корисници пријављени"
#: src/login/org.freedesktop.login1.policy:279
-msgid "Authentication is required to suspend the system while other users are logged in."
-msgstr "Потребно је да се идентификујете да бисте обуставили систем док су други корисници пријављени."
+msgid ""
+"Authentication is required to suspend the system while other users are "
+"logged in."
+msgstr ""
+"Потребно је да се идентификујете да бисте обуставили систем док су други "
+"корисници пријављени."
#: src/login/org.freedesktop.login1.policy:289
msgid "Suspend the system while an application is inhibiting this"
msgstr "Обуставите систем иако програм тражи да се спречи обустава"
#: src/login/org.freedesktop.login1.policy:290
-msgid "Authentication is required to suspend the system while an application is inhibiting this."
-msgstr "Потребно је да се идентификујете да бисте обуставили систем иако је програм затражио да се спречи обустава система."
+msgid ""
+"Authentication is required to suspend the system while an application is "
+"inhibiting this."
+msgstr ""
+"Потребно је да се идентификујете да бисте обуставили систем иако је програм "
+"затражио да се спречи обустава система."
#: src/login/org.freedesktop.login1.policy:300
msgid "Hibernate the system"
@@ -577,16 +698,24 @@ msgid "Hibernate the system while other users are logged in"
msgstr "Успавај систем док су други корисници пријављени"
#: src/login/org.freedesktop.login1.policy:311
-msgid "Authentication is required to hibernate the system while other users are logged in."
-msgstr "Потребно је да се идентификујете да бисте успавали систем док су други корисници пријављени."
+msgid ""
+"Authentication is required to hibernate the system while other users are "
+"logged in."
+msgstr ""
+"Потребно је да се идентификујете да бисте успавали систем док су други "
+"корисници пријављени."
#: src/login/org.freedesktop.login1.policy:321
msgid "Hibernate the system while an application is inhibiting this"
msgstr "Успавај систем иако је програм затражио да се спречи спавање"
#: src/login/org.freedesktop.login1.policy:322
-msgid "Authentication is required to hibernate the system while an application is inhibiting this."
-msgstr "Потребно је да се идентификујете да бисте успавали систем иако је програм затражио да се спречи успављивање система."
+msgid ""
+"Authentication is required to hibernate the system while an application is "
+"inhibiting this."
+msgstr ""
+"Потребно је да се идентификујете да бисте успавали систем иако је програм "
+"затражио да се спречи успављивање система."
#: src/login/org.freedesktop.login1.policy:332
msgid "Manage active sessions, users and seats"
@@ -594,7 +723,9 @@ msgstr "Управљај покренутим сесијама, корисниц
#: src/login/org.freedesktop.login1.policy:333
msgid "Authentication is required to manage active sessions, users and seats."
-msgstr "Потребно је да се идентификујете да бисте управљали покренутим сесијама, корисницима и седиштима."
+msgstr ""
+"Потребно је да се идентификујете да бисте управљали покренутим сесијама, "
+"корисницима и седиштима."
#: src/login/org.freedesktop.login1.policy:342
msgid "Lock or unlock active sessions"
@@ -602,7 +733,9 @@ msgstr "Закључај или откључај покренуте сесије
#: src/login/org.freedesktop.login1.policy:343
msgid "Authentication is required to lock or unlock active sessions."
-msgstr "Потребно је да се идентификујете да бисте закључавали или откључавали покренуте сесије."
+msgstr ""
+"Потребно је да се идентификујете да бисте закључавали или откључавали "
+"покренуте сесије."
#: src/login/org.freedesktop.login1.policy:352
msgid "Set the reboot \"reason\" in the kernel"
@@ -610,7 +743,9 @@ msgstr ""
#: src/login/org.freedesktop.login1.policy:353
msgid "Authentication is required to set the reboot \"reason\" in the kernel."
-msgstr "Потребно је да се идентификујете да бисте поставили \"разлог\" за поновно поретање унутар језгра."
+msgstr ""
+"Потребно је да се идентификујете да бисте поставили \"разлог\" за поновно "
+"поретање унутар језгра."
#: src/login/org.freedesktop.login1.policy:363
#, fuzzy
@@ -618,8 +753,12 @@ msgid "Indicate to the firmware to boot to setup interface"
msgstr "Напомени фирмверу да се подигне у режиму подешавања интерфејса"
#: src/login/org.freedesktop.login1.policy:364
-msgid "Authentication is required to indicate to the firmware to boot to setup interface."
-msgstr "Потребно је да се идентификујете да бисте напоменули фирмверу да се подигне у режиму подешавања интерфејса."
+msgid ""
+"Authentication is required to indicate to the firmware to boot to setup "
+"interface."
+msgstr ""
+"Потребно је да се идентификујете да бисте напоменули фирмверу да се подигне "
+"у режиму подешавања интерфејса."
#: src/login/org.freedesktop.login1.policy:374
msgid "Indicate to the boot loader to boot to the boot loader menu"
@@ -627,8 +766,12 @@ msgstr ""
#: src/login/org.freedesktop.login1.policy:375
#, fuzzy
-msgid "Authentication is required to indicate to the boot loader to boot to the boot loader menu."
-msgstr "Потребно је да се идентификујете да бисте напоменули фирмверу да се подигне у режиму подешавања интерфејса."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot to the "
+"boot loader menu."
+msgstr ""
+"Потребно је да се идентификујете да бисте напоменули фирмверу да се подигне "
+"у режиму подешавања интерфејса."
#: src/login/org.freedesktop.login1.policy:385
msgid "Indicate to the boot loader to boot a specific entry"
@@ -636,8 +779,12 @@ msgstr ""
#: src/login/org.freedesktop.login1.policy:386
#, fuzzy
-msgid "Authentication is required to indicate to the boot loader to boot into a specific boot loader entry."
-msgstr "Потребно је да се идентификујете да бисте напоменули фирмверу да се подигне у режиму подешавања интерфејса."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot into a "
+"specific boot loader entry."
+msgstr ""
+"Потребно је да се идентификујете да бисте напоменули фирмверу да се подигне "
+"у режиму подешавања интерфејса."
#: src/login/org.freedesktop.login1.policy:396
msgid "Set a wall message"
@@ -662,7 +809,8 @@ msgstr "Пријави се у локални контејнер"
#: src/machine/org.freedesktop.machine1.policy:23
msgid "Authentication is required to log into a local container."
-msgstr "Потребно је да се идентификујете да бисте се пријавили у локални контејнер."
+msgstr ""
+"Потребно је да се идентификујете да бисте се пријавили у локални контејнер."
#: src/machine/org.freedesktop.machine1.policy:32
msgid "Log into the local host"
@@ -670,7 +818,8 @@ msgstr "Пријави се у локалног домаћина"
#: src/machine/org.freedesktop.machine1.policy:33
msgid "Authentication is required to log into the local host."
-msgstr "Потребно је да се идентификујете да бисте се пријавили у локалног домаћина."
+msgstr ""
+"Потребно је да се идентификујете да бисте се пријавили у локалног домаћина."
#: src/machine/org.freedesktop.machine1.policy:42
msgid "Acquire a shell in a local container"
@@ -678,7 +827,9 @@ msgstr "Добиј приступ шкољци унутар локалног к
#: src/machine/org.freedesktop.machine1.policy:43
msgid "Authentication is required to acquire a shell in a local container."
-msgstr "Потребно је да се идентификујете да бисте добили приступ шкољци унутар локалног контејнера."
+msgstr ""
+"Потребно је да се идентификујете да бисте добили приступ шкољци унутар "
+"локалног контејнера."
#: src/machine/org.freedesktop.machine1.policy:53
msgid "Acquire a shell on the local host"
@@ -686,15 +837,20 @@ msgstr "Добиј приступ шкољци на локалном домаћ
#: src/machine/org.freedesktop.machine1.policy:54
msgid "Authentication is required to acquire a shell on the local host."
-msgstr "Потребно је да се идентификујете да бисте добили приступ шкољци на локалном домаћину."
+msgstr ""
+"Потребно је да се идентификујете да бисте добили приступ шкољци на локалном "
+"домаћину."
#: src/machine/org.freedesktop.machine1.policy:64
msgid "Acquire a pseudo TTY in a local container"
msgstr "Добиј приступ псеудо писаћој машини унутар локалног контејнера"
#: src/machine/org.freedesktop.machine1.policy:65
-msgid "Authentication is required to acquire a pseudo TTY in a local container."
-msgstr "Потребно је да се идентификујете да бисте добили приступ псеудо писаћој машини унутар локалног контејнера."
+msgid ""
+"Authentication is required to acquire a pseudo TTY in a local container."
+msgstr ""
+"Потребно је да се идентификујете да бисте добили приступ псеудо писаћој "
+"машини унутар локалног контејнера."
#: src/machine/org.freedesktop.machine1.policy:74
msgid "Acquire a pseudo TTY on the local host"
@@ -702,23 +858,32 @@ msgstr "Добиј приступ псеудо писаћој машини на
#: src/machine/org.freedesktop.machine1.policy:75
msgid "Authentication is required to acquire a pseudo TTY on the local host."
-msgstr "Потребно је да се идентификујете да бисте добили приступ псеудо писаћој машини на локалном домаћину."
+msgstr ""
+"Потребно је да се идентификујете да бисте добили приступ псеудо писаћој "
+"машини на локалном домаћину."
#: src/machine/org.freedesktop.machine1.policy:84
msgid "Manage local virtual machines and containers"
msgstr "Управљај локалним виртуелним машинама и контејнерима"
#: src/machine/org.freedesktop.machine1.policy:85
-msgid "Authentication is required to manage local virtual machines and containers."
-msgstr "Потребно је да се идентификујете да бисте управљали локалним виртуелним машинама и контејнерима."
+msgid ""
+"Authentication is required to manage local virtual machines and containers."
+msgstr ""
+"Потребно је да се идентификујете да бисте управљали локалним виртуелним "
+"машинама и контејнерима."
#: src/machine/org.freedesktop.machine1.policy:95
msgid "Manage local virtual machine and container images"
msgstr "Управљај локалним виртуелним машинама и сликама контејнера"
#: src/machine/org.freedesktop.machine1.policy:96
-msgid "Authentication is required to manage local virtual machine and container images."
-msgstr "Потребно је да се идентификујете да бисте управљали локалним виртуелним машинама и сликама контејнера."
+msgid ""
+"Authentication is required to manage local virtual machine and container "
+"images."
+msgstr ""
+"Потребно је да се идентификујете да бисте управљали локалним виртуелним "
+"машинама и сликама контејнера."
#: src/network/org.freedesktop.network1.policy:22
msgid "Set NTP servers"
@@ -783,7 +948,8 @@ msgstr ""
#: src/resolve/org.freedesktop.resolve1.policy:89
#, fuzzy
msgid "Authentication is required to enable or disable multicast DNS."
-msgstr "Потребно је да се идентификујете да бисте се пријавили у локалног домаћина."
+msgstr ""
+"Потребно је да се идентификујете да бисте се пријавили у локалног домаћина."
#: src/network/org.freedesktop.network1.policy:88
#: src/resolve/org.freedesktop.resolve1.policy:99
@@ -816,7 +982,8 @@ msgstr ""
#: src/resolve/org.freedesktop.resolve1.policy:122
#, fuzzy
msgid "Authentication is required to set DNSSEC Negative Trust Anchors."
-msgstr "Потребно је да се идентификујете да бисте поставили основни језик система."
+msgstr ""
+"Потребно је да се идентификујете да бисте поставили основни језик система."
#: src/network/org.freedesktop.network1.policy:121
msgid "Revert NTP settings"
@@ -861,7 +1028,8 @@ msgstr ""
#: src/network/org.freedesktop.network1.policy:166
#, fuzzy
msgid "Authentication is required to reload network settings."
-msgstr "Потребно је да се идентификујете да бисте поново учитали стање систем-деа."
+msgstr ""
+"Потребно је да се идентификујете да бисте поново учитали стање систем-деа."
#: src/network/org.freedesktop.network1.policy:176
msgid "Reconfigure network interface"
@@ -879,7 +1047,9 @@ msgstr ""
#: src/portable/org.freedesktop.portable1.policy:14
#, fuzzy
msgid "Authentication is required to inspect a portable service image."
-msgstr "Потребно је да се идентификујете да бисте увезли виртуелну машину или слику контејнера"
+msgstr ""
+"Потребно је да се идентификујете да бисте увезли виртуелну машину или слику "
+"контејнера"
#: src/portable/org.freedesktop.portable1.policy:23
msgid "Attach or detach a portable service image"
@@ -887,7 +1057,8 @@ msgstr ""
#: src/portable/org.freedesktop.portable1.policy:24
#, fuzzy
-msgid "Authentication is required to attach or detach a portable service image."
+msgid ""
+"Authentication is required to attach or detach a portable service image."
msgstr "Потребно је да се идентификујете да бисте закачили уређај на седиште."
#: src/portable/org.freedesktop.portable1.policy:34
@@ -896,8 +1067,11 @@ msgstr ""
#: src/portable/org.freedesktop.portable1.policy:35
#, fuzzy
-msgid "Authentication is required to delete or modify a portable service image."
-msgstr "Потребно је да се идентификујете да бисте преузели виртуелну машину или слику контејнера"
+msgid ""
+"Authentication is required to delete or modify a portable service image."
+msgstr ""
+"Потребно је да се идентификујете да бисте преузели виртуелну машину или "
+"слику контејнера"
#: src/resolve/org.freedesktop.resolve1.policy:22
msgid "Register a DNS-SD service"
@@ -913,7 +1087,8 @@ msgstr "Укини регистрацију DNS-SD услуге"
#: src/resolve/org.freedesktop.resolve1.policy:34
msgid "Authentication is required to unregister a DNS-SD service"
-msgstr "Потребно је да се идентификујете да бисте укинули регистрацију DNS-SD услуге"
+msgstr ""
+"Потребно је да се идентификујете да бисте укинули регистрацију DNS-SD услуге"
#: src/resolve/org.freedesktop.resolve1.policy:132
msgid "Revert name resolution settings"
@@ -922,7 +1097,9 @@ msgstr ""
#: src/resolve/org.freedesktop.resolve1.policy:133
#, fuzzy
msgid "Authentication is required to reset name resolution settings."
-msgstr "Потребно је да се идентификујете да бисте поставили подешавања системске тастатуре."
+msgstr ""
+"Потребно је да се идентификујете да бисте поставили подешавања системске "
+"тастатуре."
#: src/timedate/org.freedesktop.timedate1.policy:22
msgid "Set system time"
@@ -938,71 +1115,99 @@ msgstr "Постави системску временску зону"
#: src/timedate/org.freedesktop.timedate1.policy:34
msgid "Authentication is required to set the system timezone."
-msgstr "Потребно је да се идентификујете да бисте поставили системску временску зону."
+msgstr ""
+"Потребно је да се идентификујете да бисте поставили системску временску зону."
#: src/timedate/org.freedesktop.timedate1.policy:43
msgid "Set RTC to local timezone or UTC"
-msgstr "Постави часовник реалног времена на локалну временску зону или UTC зону"
+msgstr ""
+"Постави часовник реалног времена на локалну временску зону или UTC зону"
#: src/timedate/org.freedesktop.timedate1.policy:44
-msgid "Authentication is required to control whether the RTC stores the local or UTC time."
-msgstr "Потребно је да се идентификујете да бисте подесили да ли RTC чува локално или UTC време."
+msgid ""
+"Authentication is required to control whether the RTC stores the local or "
+"UTC time."
+msgstr ""
+"Потребно је да се идентификујете да бисте подесили да ли RTC чува локално "
+"или UTC време."
#: src/timedate/org.freedesktop.timedate1.policy:53
msgid "Turn network time synchronization on or off"
msgstr "Укључи или искључи усклађивање времена са мреже"
#: src/timedate/org.freedesktop.timedate1.policy:54
-msgid "Authentication is required to control whether network time synchronization shall be enabled."
-msgstr "Потребно је да се идентификујете да бисте подесили да ли се време усклађује са мреже."
+msgid ""
+"Authentication is required to control whether network time synchronization "
+"shall be enabled."
+msgstr ""
+"Потребно је да се идентификујете да бисте подесили да ли се време усклађује "
+"са мреже."
-#: src/core/dbus-unit.c:364
+#: src/core/dbus-unit.c:352
msgid "Authentication is required to start '$(unit)'."
msgstr "Потребно је да се идентификујете да бисте покренули „$(unit)“."
-#: src/core/dbus-unit.c:365
+#: src/core/dbus-unit.c:353
msgid "Authentication is required to stop '$(unit)'."
msgstr "Потребно је да се идентификујете да бисте зауставили „$(unit)“."
-#: src/core/dbus-unit.c:366
+#: src/core/dbus-unit.c:354
msgid "Authentication is required to reload '$(unit)'."
msgstr "Потребно је да се идентификујете да бисте поново учитали „$(unit)“."
-#: src/core/dbus-unit.c:367 src/core/dbus-unit.c:368
+#: src/core/dbus-unit.c:355 src/core/dbus-unit.c:356
msgid "Authentication is required to restart '$(unit)'."
msgstr "Потребно је да се идентификујете да бисте поново покренули „$(unit)“."
-#: src/core/dbus-unit.c:565
+#: src/core/dbus-unit.c:553
#, fuzzy
-msgid "Authentication is required to send a UNIX signal to the processes of '$(unit)'."
-msgstr "Потребно је да се идентификујете да бисте поставили својства за „$(unit)“."
+msgid ""
+"Authentication is required to send a UNIX signal to the processes of "
+"'$(unit)'."
+msgstr ""
+"Потребно је да се идентификујете да бисте поставили својства за „$(unit)“."
-#: src/core/dbus-unit.c:595
+#: src/core/dbus-unit.c:583
msgid "Authentication is required to reset the \"failed\" state of '$(unit)'."
-msgstr "Потребно је да се идентификујете да бисте поново поставили „неуспешно“ стање за „$(unit)“."
+msgstr ""
+"Потребно је да се идентификујете да бисте поново поставили „неуспешно“ стање "
+"за „$(unit)“."
-#: src/core/dbus-unit.c:627
+#: src/core/dbus-unit.c:615
msgid "Authentication is required to set properties on '$(unit)'."
-msgstr "Потребно је да се идентификујете да бисте поставили својства за „$(unit)“."
+msgstr ""
+"Потребно је да се идентификујете да бисте поставили својства за „$(unit)“."
-#: src/core/dbus-unit.c:728
+#: src/core/dbus-unit.c:716
#, fuzzy
-msgid "Authentication is required to delete files and directories associated with '$(unit)'."
-msgstr "Потребно је да се идентификујете да бисте поново поставили „неуспешно“ стање за „$(unit)“."
+msgid ""
+"Authentication is required to delete files and directories associated with "
+"'$(unit)'."
+msgstr ""
+"Потребно је да се идентификујете да бисте поново поставили „неуспешно“ стање "
+"за „$(unit)“."
-#: src/core/dbus-unit.c:776
+#: src/core/dbus-unit.c:764
#, fuzzy
-msgid "Authentication is required to freeze or thaw the processes of '$(unit)' unit."
-msgstr "Потребно је да се идентификујете да бисте поново поставили „неуспешно“ стање за „$(unit)“."
+msgid ""
+"Authentication is required to freeze or thaw the processes of '$(unit)' unit."
+msgstr ""
+"Потребно је да се идентификујете да бисте поново поставили „неуспешно“ стање "
+"за „$(unit)“."
-#~ msgid "Authentication is required to halt the system while an application asked to inhibit it."
-#~ msgstr "Потребно је да се идентификујете да бисте зауставили систем иако програм тражи да се спречи заустављање система."
+#~ msgid ""
+#~ "Authentication is required to halt the system while an application asked "
+#~ "to inhibit it."
+#~ msgstr ""
+#~ "Потребно је да се идентификујете да бисте зауставили систем иако програм "
+#~ "тражи да се спречи заустављање система."
#~ msgid "Authentication is required to kill '$(unit)'."
#~ msgstr "Потребно је да се идентификујете да бисте убили „$(unit)“."
#~ msgid "Press Ctrl+C to cancel all filesystem checks in progress"
-#~ msgstr "Притисните Ctrl+C да бисте прекинули све текуће провере система датотека"
+#~ msgstr ""
+#~ "Притисните Ctrl+C да бисте прекинули све текуће провере система датотека"
#~ msgid "Checking in progress on %d disk (%3.1f%% complete)"
#~ msgid_plural "Checking in progress on %d disks (%3.1f%% complete)"
diff --git a/po/sv.po b/po/sv.po
index 6234a232ed6..d5aff079986 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -10,7 +10,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-07-14 10:32+0100\n"
+"POT-Creation-Date: 2023-11-14 21:25+0000\n"
"PO-Revision-Date: 2023-07-17 11:20+0000\n"
"Last-Translator: Luna Jernberg <bittin@reimu.nl>\n"
"Language-Team: Swedish <https://translate.fedoraproject.org/projects/systemd/"
@@ -27,8 +27,11 @@ msgid "Send passphrase back to system"
msgstr "Skicka tillbaka lösenfras till system"
#: src/core/org.freedesktop.systemd1.policy.in:23
-msgid "Authentication is required to send the entered passphrase back to the system."
-msgstr "Autentisering krävs för att skicka tillbaka den angivna lösenfrasen till systemet."
+msgid ""
+"Authentication is required to send the entered passphrase back to the system."
+msgstr ""
+"Autentisering krävs för att skicka tillbaka den angivna lösenfrasen till "
+"systemet."
#: src/core/org.freedesktop.systemd1.policy.in:33
msgid "Manage system services or other units"
@@ -36,7 +39,8 @@ msgstr "Hantera systemtjänster eller andra enheter"
#: src/core/org.freedesktop.systemd1.policy.in:34
msgid "Authentication is required to manage system services or other units."
-msgstr "Autentisering krävs för att hantera systemtjänster eller andra enheter."
+msgstr ""
+"Autentisering krävs för att hantera systemtjänster eller andra enheter."
#: src/core/org.freedesktop.systemd1.policy.in:43
msgid "Manage system service or unit files"
@@ -51,8 +55,12 @@ msgid "Set or unset system and service manager environment variables"
msgstr "Ställ in eller ta bort miljövariabler för system- och servicehanterare"
#: src/core/org.freedesktop.systemd1.policy.in:55
-msgid "Authentication is required to set or unset system and service manager environment variables."
-msgstr "Autentisering krävs för att ställa in eller ta bort miljövariabler för system- och servicehanterare."
+msgid ""
+"Authentication is required to set or unset system and service manager "
+"environment variables."
+msgstr ""
+"Autentisering krävs för att ställa in eller ta bort miljövariabler för "
+"system- och servicehanterare."
#: src/core/org.freedesktop.systemd1.policy.in:64
msgid "Reload the systemd state"
@@ -67,8 +75,11 @@ msgid "Dump the systemd state without rate limits"
msgstr "Dumpa systemets tillstånd utan hastighetsbegränsningar"
#: src/core/org.freedesktop.systemd1.policy.in:75
-msgid "Authentication is required to dump the systemd state without rate limits."
-msgstr "Autentisering krävs för att dumpa systemtillståndet utan hastighetsbegränsningar."
+msgid ""
+"Authentication is required to dump the systemd state without rate limits."
+msgstr ""
+"Autentisering krävs för att dumpa systemtillståndet utan "
+"hastighetsbegränsningar."
#: src/home/org.freedesktop.home1.policy:13
msgid "Create a home area"
@@ -91,8 +102,10 @@ msgid "Check credentials of a home area"
msgstr "Kontrollera kreditiven för en hemarea"
#: src/home/org.freedesktop.home1.policy:34
-msgid "Authentication is required to check credentials against a user's home area."
-msgstr "Autentisering krävs för att kontrollera kreditiven mot en användares hemarea."
+msgid ""
+"Authentication is required to check credentials against a user's home area."
+msgstr ""
+"Autentisering krävs för att kontrollera kreditiven mot en användares hemarea."
#: src/home/org.freedesktop.home1.policy:43
msgid "Update a home area"
@@ -115,12 +128,16 @@ msgid "Change password of a home area"
msgstr "Ändra lösenord för en hemarea"
#: src/home/org.freedesktop.home1.policy:64
-msgid "Authentication is required to change the password of a user's home area."
-msgstr "Autentisering krävs för att ändra lösenorded för en användares hemarea."
+msgid ""
+"Authentication is required to change the password of a user's home area."
+msgstr ""
+"Autentisering krävs för att ändra lösenorded för en användares hemarea."
#: src/home/pam_systemd_home.c:287
#, c-format
-msgid "Home of user %s is currently absent, please plug in the necessary storage device or backing file system."
+msgid ""
+"Home of user %s is currently absent, please plug in the necessary storage "
+"device or backing file system."
msgstr ""
"Hemför användaren %s är för närvarande inte tillgänglig, vänligen koppla in "
"nödvändiga lagringsenheter eller säkerhetskopieringsfilsystem."
@@ -151,7 +168,9 @@ msgstr "Återställningsnyckel: "
#: src/home/pam_systemd_home.c:331
#, c-format
-msgid "Password/recovery key incorrect or not sufficient for authentication of user %s."
+msgid ""
+"Password/recovery key incorrect or not sufficient for authentication of user "
+"%s."
msgstr ""
"Lösenord/återställningsnyckel är felaktig eller inte tillräcklig för "
"autentisering av användare %s."
@@ -171,7 +190,9 @@ msgstr "Prova igen med lösenord: "
#: src/home/pam_systemd_home.c:355
#, c-format
-msgid "Password incorrect or not sufficient, and configured security token of user %s not inserted."
+msgid ""
+"Password incorrect or not sufficient, and configured security token of user "
+"%s not inserted."
msgstr ""
"Lösenordet är felaktigt eller inte tillräckligt, och konfigurerad "
"säkerhetstoken för användare %s har inte kopplats in."
@@ -196,7 +217,9 @@ msgid "Please verify user on security token of user %s."
msgstr "Vänligen verifiera användare på säkerhetstoken för användare %s."
#: src/home/pam_systemd_home.c:424
-msgid "Security token PIN is locked, please unlock it first. (Hint: Removal and re-insertion might suffice.)"
+msgid ""
+"Security token PIN is locked, please unlock it first. (Hint: Removal and re-"
+"insertion might suffice.)"
msgstr ""
"PIN-kod för säkerhetstoken är låst. Lås upp den först. (Tips: Det kan räcka "
"med borttagning och återinsättning.)"
@@ -291,8 +314,12 @@ msgid "Set static hostname"
msgstr "Ange statiskt värdnamn"
#: src/hostname/org.freedesktop.hostname1.policy:31
-msgid "Authentication is required to set the statically configured local hostname, as well as the pretty hostname."
-msgstr "Autentisering krävs för att ställa in det statiskt konfigurerade lokala värdnamnet såväl som det stiliga värdnamnet."
+msgid ""
+"Authentication is required to set the statically configured local hostname, "
+"as well as the pretty hostname."
+msgstr ""
+"Autentisering krävs för att ställa in det statiskt konfigurerade lokala "
+"värdnamnet såväl som det stiliga värdnamnet."
#: src/hostname/org.freedesktop.hostname1.policy:41
msgid "Set machine information"
@@ -364,15 +391,18 @@ msgstr "Ange systeminställningar för tangentbord"
#: src/locale/org.freedesktop.locale1.policy:34
msgid "Authentication is required to set the system keyboard settings."
-msgstr "Autentisering krävs för att ställa in systeminställningar för tangentbord."
+msgstr ""
+"Autentisering krävs för att ställa in systeminställningar för tangentbord."
#: src/login/org.freedesktop.login1.policy:22
msgid "Allow applications to inhibit system shutdown"
msgstr "Tillåt program att hindra systemavstängning"
#: src/login/org.freedesktop.login1.policy:23
-msgid "Authentication is required for an application to inhibit system shutdown."
-msgstr "Autentisering krävs för att tillåta ett program att hindra systemavstängning."
+msgid ""
+"Authentication is required for an application to inhibit system shutdown."
+msgstr ""
+"Autentisering krävs för att tillåta ett program att hindra systemavstängning."
#: src/login/org.freedesktop.login1.policy:33
msgid "Allow applications to delay system shutdown"
@@ -380,7 +410,9 @@ msgstr "Tillåt program att fördröja systemavstängning"
#: src/login/org.freedesktop.login1.policy:34
msgid "Authentication is required for an application to delay system shutdown."
-msgstr "Autentisering krävs för att tillåta ett program att fördröja systemavstängning."
+msgstr ""
+"Autentisering krävs för att tillåta ett program att fördröja "
+"systemavstängning."
#: src/login/org.freedesktop.login1.policy:44
msgid "Allow applications to inhibit system sleep"
@@ -388,7 +420,9 @@ msgstr "Tillåt program att hindra system att försättas i viloläge"
#: src/login/org.freedesktop.login1.policy:45
msgid "Authentication is required for an application to inhibit system sleep."
-msgstr "Autentisering krävs för att tillåta ett program att hindra ett system att försättas i viloläge."
+msgstr ""
+"Autentisering krävs för att tillåta ett program att hindra ett system att "
+"försättas i viloläge."
#: src/login/org.freedesktop.login1.policy:55
msgid "Allow applications to delay system sleep"
@@ -396,55 +430,81 @@ msgstr "Tillåt program att fördröja att system försätts i viloläge"
#: src/login/org.freedesktop.login1.policy:56
msgid "Authentication is required for an application to delay system sleep."
-msgstr "Autentisering krävs för att tillåta ett program att fördröja ett system att försättas i viloläge."
+msgstr ""
+"Autentisering krävs för att tillåta ett program att fördröja ett system att "
+"försättas i viloläge."
#: src/login/org.freedesktop.login1.policy:65
msgid "Allow applications to inhibit automatic system suspend"
msgstr "Tillåt program att hindra automatiskt systemvänteläge"
#: src/login/org.freedesktop.login1.policy:66
-msgid "Authentication is required for an application to inhibit automatic system suspend."
-msgstr "Autentisering krävs för att tillåta ett program att hindra automatiskt systemvänteläge."
+msgid ""
+"Authentication is required for an application to inhibit automatic system "
+"suspend."
+msgstr ""
+"Autentisering krävs för att tillåta ett program att hindra automatiskt "
+"systemvänteläge."
#: src/login/org.freedesktop.login1.policy:75
msgid "Allow applications to inhibit system handling of the power key"
msgstr "Tillåt program att hindra systemhantering av strömknappen"
#: src/login/org.freedesktop.login1.policy:76
-msgid "Authentication is required for an application to inhibit system handling of the power key."
-msgstr "Autentisering krävs för att tillåta ett program att hindra systemhantering av strömknappen."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the power key."
+msgstr ""
+"Autentisering krävs för att tillåta ett program att hindra systemhantering "
+"av strömknappen."
#: src/login/org.freedesktop.login1.policy:86
msgid "Allow applications to inhibit system handling of the suspend key"
msgstr "Tillåt program att hindra systemhantering av väntelägesknappen"
#: src/login/org.freedesktop.login1.policy:87
-msgid "Authentication is required for an application to inhibit system handling of the suspend key."
-msgstr "Autentisering krävs för att tillåta ett program att hindra systemhantering av väntelägesknappen."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the suspend key."
+msgstr ""
+"Autentisering krävs för att tillåta ett program att hindra systemhantering "
+"av väntelägesknappen."
#: src/login/org.freedesktop.login1.policy:97
msgid "Allow applications to inhibit system handling of the hibernate key"
msgstr "Tillåt program att hindra systemhantering av vilolägesknappen"
#: src/login/org.freedesktop.login1.policy:98
-msgid "Authentication is required for an application to inhibit system handling of the hibernate key."
-msgstr "Autentisering krävs för att tillåta ett program att hindra systemhantering av vilolägesknappen."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the hibernate key."
+msgstr ""
+"Autentisering krävs för att tillåta ett program att hindra systemhantering "
+"av vilolägesknappen."
#: src/login/org.freedesktop.login1.policy:107
msgid "Allow applications to inhibit system handling of the lid switch"
msgstr "Tillåt program att hindra systemhantering av växel för datorhölje"
#: src/login/org.freedesktop.login1.policy:108
-msgid "Authentication is required for an application to inhibit system handling of the lid switch."
-msgstr "Autentisering krävs för att tillåta ett program att hindra systemhantering av brytaren för datorhöljet."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the lid switch."
+msgstr ""
+"Autentisering krävs för att tillåta ett program att hindra systemhantering "
+"av brytaren för datorhöljet."
#: src/login/org.freedesktop.login1.policy:117
msgid "Allow applications to inhibit system handling of the reboot key"
msgstr "Tillåt program att hindra systemhantering av omstartsknappen"
#: src/login/org.freedesktop.login1.policy:118
-msgid "Authentication is required for an application to inhibit system handling of the reboot key."
-msgstr "Autentisering krävs för att tillåta ett program att hindra systemhantering av omstartsknappen."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the reboot key."
+msgstr ""
+"Autentisering krävs för att tillåta ett program att hindra systemhantering "
+"av omstartsknappen."
#: src/login/org.freedesktop.login1.policy:128
msgid "Allow non-logged-in user to run programs"
@@ -452,7 +512,8 @@ msgstr "Tillåt ej inloggad användare att köra program"
#: src/login/org.freedesktop.login1.policy:129
msgid "Explicit request is required to run programs as a non-logged-in user."
-msgstr "Uttrycklig begäran krävs för att köra program som en icke inloggad användare."
+msgstr ""
+"Uttrycklig begäran krävs för att köra program som en icke inloggad användare."
#: src/login/org.freedesktop.login1.policy:138
msgid "Allow non-logged-in users to run programs"
@@ -460,7 +521,8 @@ msgstr "Tillåt ej inloggade användare att köra program"
#: src/login/org.freedesktop.login1.policy:139
msgid "Authentication is required to run programs as a non-logged-in user."
-msgstr "Autentisering krävs för att köra program som en icke inloggad användare."
+msgstr ""
+"Autentisering krävs för att köra program som en icke inloggad användare."
#: src/login/org.freedesktop.login1.policy:148
msgid "Allow attaching devices to seats"
@@ -476,7 +538,8 @@ msgstr "Töm bindningar för enhet-till-plats"
#: src/login/org.freedesktop.login1.policy:160
msgid "Authentication is required to reset how devices are attached to seats."
-msgstr "Autentisering krävs för att återställa hur enheter är bundna till platser."
+msgstr ""
+"Autentisering krävs för att återställa hur enheter är bundna till platser."
#: src/login/org.freedesktop.login1.policy:169
msgid "Power off the system"
@@ -491,16 +554,24 @@ msgid "Power off the system while other users are logged in"
msgstr "Stäng av systemet medan andra användare är inloggade"
#: src/login/org.freedesktop.login1.policy:181
-msgid "Authentication is required to power off the system while other users are logged in."
-msgstr "Autentisering krävs för att stänga av systemet medan andra användare är inloggade."
+msgid ""
+"Authentication is required to power off the system while other users are "
+"logged in."
+msgstr ""
+"Autentisering krävs för att stänga av systemet medan andra användare är "
+"inloggade."
#: src/login/org.freedesktop.login1.policy:191
msgid "Power off the system while an application is inhibiting this"
msgstr "Stäng av systemet även då ett program hindrar det"
#: src/login/org.freedesktop.login1.policy:192
-msgid "Authentication is required to power off the system while an application is inhibiting this."
-msgstr "Autentisering krävs för att stänga av systemet även då ett program hindrar det."
+msgid ""
+"Authentication is required to power off the system while an application is "
+"inhibiting this."
+msgstr ""
+"Autentisering krävs för att stänga av systemet även då ett program hindrar "
+"det."
#: src/login/org.freedesktop.login1.policy:202
msgid "Reboot the system"
@@ -515,16 +586,24 @@ msgid "Reboot the system while other users are logged in"
msgstr "Starta om systemet medan andra användare är inloggade"
#: src/login/org.freedesktop.login1.policy:214
-msgid "Authentication is required to reboot the system while other users are logged in."
-msgstr "Autentisering krävs för att starta om systemet medan andra användare är inloggade."
+msgid ""
+"Authentication is required to reboot the system while other users are logged "
+"in."
+msgstr ""
+"Autentisering krävs för att starta om systemet medan andra användare är "
+"inloggade."
#: src/login/org.freedesktop.login1.policy:224
msgid "Reboot the system while an application is inhibiting this"
msgstr "Starta om systemet även då ett program hindrar det"
#: src/login/org.freedesktop.login1.policy:225
-msgid "Authentication is required to reboot the system while an application is inhibiting this."
-msgstr "Autentisering krävs för att starta om systemet även då ett program hindrar det."
+msgid ""
+"Authentication is required to reboot the system while an application is "
+"inhibiting this."
+msgstr ""
+"Autentisering krävs för att starta om systemet även då ett program hindrar "
+"det."
#: src/login/org.freedesktop.login1.policy:235
msgid "Halt the system"
@@ -539,16 +618,23 @@ msgid "Halt the system while other users are logged in"
msgstr "Stoppa systemet medan andra användare är inloggade"
#: src/login/org.freedesktop.login1.policy:247
-msgid "Authentication is required to halt the system while other users are logged in."
-msgstr "Autentisering krävs för att stoppa systemet medan andra användare är inloggade."
+msgid ""
+"Authentication is required to halt the system while other users are logged "
+"in."
+msgstr ""
+"Autentisering krävs för att stoppa systemet medan andra användare är "
+"inloggade."
#: src/login/org.freedesktop.login1.policy:257
msgid "Halt the system while an application is inhibiting this"
msgstr "Stoppa systemet även då ett program hindrar det"
#: src/login/org.freedesktop.login1.policy:258
-msgid "Authentication is required to halt the system while an application is inhibiting this."
-msgstr "Autentisering krävs för att stoppa systemet även då ett program hindrar det."
+msgid ""
+"Authentication is required to halt the system while an application is "
+"inhibiting this."
+msgstr ""
+"Autentisering krävs för att stoppa systemet även då ett program hindrar det."
#: src/login/org.freedesktop.login1.policy:268
msgid "Suspend the system"
@@ -563,16 +649,24 @@ msgid "Suspend the system while other users are logged in"
msgstr "Försätt systemet i vänteläge medan andra användare är inloggade"
#: src/login/org.freedesktop.login1.policy:279
-msgid "Authentication is required to suspend the system while other users are logged in."
-msgstr "Autentisering krävs för att försätta systemet i vänteläge medan andra användare är inloggade."
+msgid ""
+"Authentication is required to suspend the system while other users are "
+"logged in."
+msgstr ""
+"Autentisering krävs för att försätta systemet i vänteläge medan andra "
+"användare är inloggade."
#: src/login/org.freedesktop.login1.policy:289
msgid "Suspend the system while an application is inhibiting this"
msgstr "Försätt systemet i vänteläge även då ett program hindrar det"
#: src/login/org.freedesktop.login1.policy:290
-msgid "Authentication is required to suspend the system while an application is inhibiting this."
-msgstr "Autentisering krävs för att försätta systemet i sovläge även då ett program hindrar det."
+msgid ""
+"Authentication is required to suspend the system while an application is "
+"inhibiting this."
+msgstr ""
+"Autentisering krävs för att försätta systemet i sovläge även då ett program "
+"hindrar det."
#: src/login/org.freedesktop.login1.policy:300
msgid "Hibernate the system"
@@ -587,16 +681,24 @@ msgid "Hibernate the system while other users are logged in"
msgstr "Försätt systemet i viloläge medan andra användare är inloggade"
#: src/login/org.freedesktop.login1.policy:311
-msgid "Authentication is required to hibernate the system while other users are logged in."
-msgstr "Autentisering krävs för att försätta systemet i viloläge medan andra användare är inloggade."
+msgid ""
+"Authentication is required to hibernate the system while other users are "
+"logged in."
+msgstr ""
+"Autentisering krävs för att försätta systemet i viloläge medan andra "
+"användare är inloggade."
#: src/login/org.freedesktop.login1.policy:321
msgid "Hibernate the system while an application is inhibiting this"
msgstr "Försätt systemet i viloläge även då ett program hindrar det"
#: src/login/org.freedesktop.login1.policy:322
-msgid "Authentication is required to hibernate the system while an application is inhibiting this."
-msgstr "Autentisering krävs för att försätta systemet i viloläge även då ett program hindrar det."
+msgid ""
+"Authentication is required to hibernate the system while an application is "
+"inhibiting this."
+msgstr ""
+"Autentisering krävs för att försätta systemet i viloläge även då ett program "
+"hindrar det."
#: src/login/org.freedesktop.login1.policy:332
msgid "Manage active sessions, users and seats"
@@ -604,7 +706,8 @@ msgstr "Hantera aktiva sessioner, användare och platser"
#: src/login/org.freedesktop.login1.policy:333
msgid "Authentication is required to manage active sessions, users and seats."
-msgstr "Autentisering krävs för att hantera aktiva sessioner, användare och platser."
+msgstr ""
+"Autentisering krävs för att hantera aktiva sessioner, användare och platser."
#: src/login/org.freedesktop.login1.policy:342
msgid "Lock or unlock active sessions"
@@ -624,27 +727,41 @@ msgstr "Autentisering krävs för att ställa in ”orsaken” för omstart i k
#: src/login/org.freedesktop.login1.policy:363
msgid "Indicate to the firmware to boot to setup interface"
-msgstr "Indikera till den fasta programvaran att starta upp till inställningsgränssnittet"
+msgstr ""
+"Indikera till den fasta programvaran att starta upp till "
+"inställningsgränssnittet"
#: src/login/org.freedesktop.login1.policy:364
-msgid "Authentication is required to indicate to the firmware to boot to setup interface."
-msgstr "Autentisering krävs för att indikera till den fasta programvaran att starta upp till inställningsgränssnitt."
+msgid ""
+"Authentication is required to indicate to the firmware to boot to setup "
+"interface."
+msgstr ""
+"Autentisering krävs för att indikera till den fasta programvaran att starta "
+"upp till inställningsgränssnitt."
#: src/login/org.freedesktop.login1.policy:374
msgid "Indicate to the boot loader to boot to the boot loader menu"
msgstr "Indikera till startprogrammet att starta upp i uppstartsladdmenyn"
#: src/login/org.freedesktop.login1.policy:375
-msgid "Authentication is required to indicate to the boot loader to boot to the boot loader menu."
-msgstr "Autentisering krävs för att indikera till uppstartsladdaren att starta upp uppstartsladdmenyn."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot to the "
+"boot loader menu."
+msgstr ""
+"Autentisering krävs för att indikera till uppstartsladdaren att starta upp "
+"uppstartsladdmenyn."
#: src/login/org.freedesktop.login1.policy:385
msgid "Indicate to the boot loader to boot a specific entry"
msgstr "Indikera till uppstartsladdaren att starta en specifik post"
#: src/login/org.freedesktop.login1.policy:386
-msgid "Authentication is required to indicate to the boot loader to boot into a specific boot loader entry."
-msgstr "Autentisering krävs för att indikera till uppstartsladdaren att starta upp till en specifik uppstartsladdspost."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot into a "
+"specific boot loader entry."
+msgstr ""
+"Autentisering krävs för att indikera till uppstartsladdaren att starta upp "
+"till en specifik uppstartsladdspost."
#: src/login/org.freedesktop.login1.policy:396
msgid "Set a wall message"
@@ -684,7 +801,8 @@ msgstr "Förvärva en kommandotolk i en lokal behållare"
#: src/machine/org.freedesktop.machine1.policy:43
msgid "Authentication is required to acquire a shell in a local container."
-msgstr "Autentisering krävs för att förvärva en kommandotolk i en lokal behållare."
+msgstr ""
+"Autentisering krävs för att förvärva en kommandotolk i en lokal behållare."
#: src/machine/org.freedesktop.machine1.policy:53
msgid "Acquire a shell on the local host"
@@ -692,15 +810,18 @@ msgstr "Förvärva en kommandotolk på den lokala värden"
#: src/machine/org.freedesktop.machine1.policy:54
msgid "Authentication is required to acquire a shell on the local host."
-msgstr "Autentisering krävs för att förvärva en kommandotolk på den lokala värden."
+msgstr ""
+"Autentisering krävs för att förvärva en kommandotolk på den lokala värden."
#: src/machine/org.freedesktop.machine1.policy:64
msgid "Acquire a pseudo TTY in a local container"
msgstr "Förvärva en pseudo TTY i en lokal behållare"
#: src/machine/org.freedesktop.machine1.policy:65
-msgid "Authentication is required to acquire a pseudo TTY in a local container."
-msgstr "Autentisering krävs för att förvärva en pseudo TTY i en lokal behållare."
+msgid ""
+"Authentication is required to acquire a pseudo TTY in a local container."
+msgstr ""
+"Autentisering krävs för att förvärva en pseudo TTY i en lokal behållare."
#: src/machine/org.freedesktop.machine1.policy:74
msgid "Acquire a pseudo TTY on the local host"
@@ -708,23 +829,30 @@ msgstr "Förvärva en pseudo TTY på den lokala värden"
#: src/machine/org.freedesktop.machine1.policy:75
msgid "Authentication is required to acquire a pseudo TTY on the local host."
-msgstr "Autentisering krävs för att förvärva en pseudo TTY på den lokala värden."
+msgstr ""
+"Autentisering krävs för att förvärva en pseudo TTY på den lokala värden."
#: src/machine/org.freedesktop.machine1.policy:84
msgid "Manage local virtual machines and containers"
msgstr "Hantera lokala virtuella maskiner och behållare"
#: src/machine/org.freedesktop.machine1.policy:85
-msgid "Authentication is required to manage local virtual machines and containers."
-msgstr "Autentisering krävs för att hantera lokala virtuella maskiner och behållare."
+msgid ""
+"Authentication is required to manage local virtual machines and containers."
+msgstr ""
+"Autentisering krävs för att hantera lokala virtuella maskiner och behållare."
#: src/machine/org.freedesktop.machine1.policy:95
msgid "Manage local virtual machine and container images"
msgstr "Hantera lokala virtuella maskin- och behållaravbildningar"
#: src/machine/org.freedesktop.machine1.policy:96
-msgid "Authentication is required to manage local virtual machine and container images."
-msgstr "Autentisering krävs för att hantera lokala virtuella maskin- och behållaravbildningar."
+msgid ""
+"Authentication is required to manage local virtual machine and container "
+"images."
+msgstr ""
+"Autentisering krävs för att hantera lokala virtuella maskin- och "
+"behållaravbildningar."
#: src/network/org.freedesktop.network1.policy:22
msgid "Set NTP servers"
@@ -875,16 +1003,21 @@ msgid "Attach or detach a portable service image"
msgstr "Koppla in eller koppla ifrån en portabel tjänsteavbild"
#: src/portable/org.freedesktop.portable1.policy:24
-msgid "Authentication is required to attach or detach a portable service image."
-msgstr "Autentisering krävs för att koppla in eller koppla ifrån en portabel tjänsteavbild."
+msgid ""
+"Authentication is required to attach or detach a portable service image."
+msgstr ""
+"Autentisering krävs för att koppla in eller koppla ifrån en portabel "
+"tjänsteavbild."
#: src/portable/org.freedesktop.portable1.policy:34
msgid "Delete or modify portable service image"
msgstr "Radera eller modifiera en portabel tjänsteavbild"
#: src/portable/org.freedesktop.portable1.policy:35
-msgid "Authentication is required to delete or modify a portable service image."
-msgstr "Autentisering krävs för att radera eller modifiera en portabel tjänsteavbild."
+msgid ""
+"Authentication is required to delete or modify a portable service image."
+msgstr ""
+"Autentisering krävs för att radera eller modifiera en portabel tjänsteavbild."
#: src/resolve/org.freedesktop.resolve1.policy:22
msgid "Register a DNS-SD service"
@@ -928,58 +1061,84 @@ msgstr "Autentisering krävs för att ställa in systemets tidszon."
#: src/timedate/org.freedesktop.timedate1.policy:43
msgid "Set RTC to local timezone or UTC"
-msgstr "Sätt realtidsklocka (RTC) till lokal tidszon eller koordinerad universell tid (UTC)"
+msgstr ""
+"Sätt realtidsklocka (RTC) till lokal tidszon eller koordinerad universell "
+"tid (UTC)"
#: src/timedate/org.freedesktop.timedate1.policy:44
-msgid "Authentication is required to control whether the RTC stores the local or UTC time."
-msgstr "Autentisering krävs för att kunna kontrollera huruvida realtidsklockan (RTC) lagrar den lokala eller koordinerade universella tiden (UTC)."
+msgid ""
+"Authentication is required to control whether the RTC stores the local or "
+"UTC time."
+msgstr ""
+"Autentisering krävs för att kunna kontrollera huruvida realtidsklockan (RTC) "
+"lagrar den lokala eller koordinerade universella tiden (UTC)."
#: src/timedate/org.freedesktop.timedate1.policy:53
msgid "Turn network time synchronization on or off"
msgstr "Växla synkronisering av nätverkstid på och av"
#: src/timedate/org.freedesktop.timedate1.policy:54
-msgid "Authentication is required to control whether network time synchronization shall be enabled."
-msgstr "Autentisering krävs för att kontrollera huruvida synkronisering av nätverkstid ska vara aktiverat."
+msgid ""
+"Authentication is required to control whether network time synchronization "
+"shall be enabled."
+msgstr ""
+"Autentisering krävs för att kontrollera huruvida synkronisering av "
+"nätverkstid ska vara aktiverat."
-#: src/core/dbus-unit.c:364
+#: src/core/dbus-unit.c:352
msgid "Authentication is required to start '$(unit)'."
msgstr "Autentisering krävs för att starta \"$(unit)\"."
-#: src/core/dbus-unit.c:365
+#: src/core/dbus-unit.c:353
msgid "Authentication is required to stop '$(unit)'."
msgstr "Autentisering krävs för att stoppa \"$(unit)\"."
-#: src/core/dbus-unit.c:366
+#: src/core/dbus-unit.c:354
msgid "Authentication is required to reload '$(unit)'."
msgstr "Autentisering krävs för att läsa om \"$(unit)\"."
-#: src/core/dbus-unit.c:367 src/core/dbus-unit.c:368
+#: src/core/dbus-unit.c:355 src/core/dbus-unit.c:356
msgid "Authentication is required to restart '$(unit)'."
msgstr "Autentisering krävs för att starta om \"$(unit)\"."
-#: src/core/dbus-unit.c:565
-msgid "Authentication is required to send a UNIX signal to the processes of '$(unit)'."
-msgstr "Autentisering krävs för att skicka en UNIX-signal till processerna i ”$(unit)”."
+#: src/core/dbus-unit.c:553
+msgid ""
+"Authentication is required to send a UNIX signal to the processes of "
+"'$(unit)'."
+msgstr ""
+"Autentisering krävs för att skicka en UNIX-signal till processerna i "
+"”$(unit)”."
-#: src/core/dbus-unit.c:595
+#: src/core/dbus-unit.c:583
msgid "Authentication is required to reset the \"failed\" state of '$(unit)'."
-msgstr "Autentisering krävs för att återställa det \"fallerade\" tillståndet för \"$(unit)\"."
+msgstr ""
+"Autentisering krävs för att återställa det \"fallerade\" tillståndet för "
+"\"$(unit)\"."
-#: src/core/dbus-unit.c:627
+#: src/core/dbus-unit.c:615
msgid "Authentication is required to set properties on '$(unit)'."
msgstr "Autentisering krävs för att ställa in egenskaper på \"$(unit)\"."
-#: src/core/dbus-unit.c:728
-msgid "Authentication is required to delete files and directories associated with '$(unit)'."
-msgstr "Autentisering krävs för att radera filer och kataloger associerade med ”$(unit)”."
-
-#: src/core/dbus-unit.c:776
-msgid "Authentication is required to freeze or thaw the processes of '$(unit)' unit."
-msgstr "Autentisering krävs för att frysa eller töa processerna i enheten ”$(unit)”."
+#: src/core/dbus-unit.c:716
+msgid ""
+"Authentication is required to delete files and directories associated with "
+"'$(unit)'."
+msgstr ""
+"Autentisering krävs för att radera filer och kataloger associerade med "
+"”$(unit)”."
-#~ msgid "Authentication is required to halt the system while an application asked to inhibit it."
-#~ msgstr "Autentisering krävs för att stoppa systemet även då ett program hindrar det."
+#: src/core/dbus-unit.c:764
+msgid ""
+"Authentication is required to freeze or thaw the processes of '$(unit)' unit."
+msgstr ""
+"Autentisering krävs för att frysa eller töa processerna i enheten ”$(unit)”."
+
+#~ msgid ""
+#~ "Authentication is required to halt the system while an application asked "
+#~ "to inhibit it."
+#~ msgstr ""
+#~ "Autentisering krävs för att stoppa systemet även då ett program hindrar "
+#~ "det."
#~ msgid "Authentication is required to kill '$(unit)'."
#~ msgstr "Autentisering krävs för att döda \"$(unit)\"."
diff --git a/po/systemd.pot b/po/systemd.pot
index 19802a4b895..367efb68b31 100644
--- a/po/systemd.pot
+++ b/po/systemd.pot
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: systemd\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-07-14 10:32+0100\n"
+"POT-Creation-Date: 2023-11-14 21:25+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -984,43 +984,43 @@ msgid ""
"shall be enabled."
msgstr ""
-#: src/core/dbus-unit.c:364
+#: src/core/dbus-unit.c:352
msgid "Authentication is required to start '$(unit)'."
msgstr ""
-#: src/core/dbus-unit.c:365
+#: src/core/dbus-unit.c:353
msgid "Authentication is required to stop '$(unit)'."
msgstr ""
-#: src/core/dbus-unit.c:366
+#: src/core/dbus-unit.c:354
msgid "Authentication is required to reload '$(unit)'."
msgstr ""
-#: src/core/dbus-unit.c:367 src/core/dbus-unit.c:368
+#: src/core/dbus-unit.c:355 src/core/dbus-unit.c:356
msgid "Authentication is required to restart '$(unit)'."
msgstr ""
-#: src/core/dbus-unit.c:565
+#: src/core/dbus-unit.c:553
msgid ""
"Authentication is required to send a UNIX signal to the processes of "
"'$(unit)'."
msgstr ""
-#: src/core/dbus-unit.c:595
+#: src/core/dbus-unit.c:583
msgid "Authentication is required to reset the \"failed\" state of '$(unit)'."
msgstr ""
-#: src/core/dbus-unit.c:627
+#: src/core/dbus-unit.c:615
msgid "Authentication is required to set properties on '$(unit)'."
msgstr ""
-#: src/core/dbus-unit.c:728
+#: src/core/dbus-unit.c:716
msgid ""
"Authentication is required to delete files and directories associated with "
"'$(unit)'."
msgstr ""
-#: src/core/dbus-unit.c:776
+#: src/core/dbus-unit.c:764
msgid ""
"Authentication is required to freeze or thaw the processes of '$(unit)' unit."
msgstr ""
diff --git a/po/tr.po b/po/tr.po
index cef679a5a8b..ac541c667cb 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-07-14 10:32+0100\n"
+"POT-Creation-Date: 2023-11-14 21:25+0000\n"
"PO-Revision-Date: 2023-08-03 17:21+0000\n"
"Last-Translator: Oğuz Ersen <oguz@ersen.moe>\n"
"Language-Team: Turkish <https://translate.fedoraproject.org/projects/systemd/"
@@ -26,7 +26,8 @@ msgid "Send passphrase back to system"
msgstr "Sisteme parolayı geri gönder"
#: src/core/org.freedesktop.systemd1.policy.in:23
-msgid "Authentication is required to send the entered passphrase back to the system."
+msgid ""
+"Authentication is required to send the entered passphrase back to the system."
msgstr "Sisteme parolayı geri göndermek kimlik doğrulaması gerektiriyor."
#: src/core/org.freedesktop.systemd1.policy.in:33
@@ -35,7 +36,9 @@ msgstr "Sistem hizmetlerini veya diğer birimlerini yönet"
#: src/core/org.freedesktop.systemd1.policy.in:34
msgid "Authentication is required to manage system services or other units."
-msgstr "Sistem hizmetlerini veya diğer birimlerini yönetmek kimlik doğrulaması gerektiriyor."
+msgstr ""
+"Sistem hizmetlerini veya diğer birimlerini yönetmek kimlik doğrulaması "
+"gerektiriyor."
#: src/core/org.freedesktop.systemd1.policy.in:43
msgid "Manage system service or unit files"
@@ -43,15 +46,21 @@ msgstr "Sistem hizmetlerini veya birim dosyalarını yönet"
#: src/core/org.freedesktop.systemd1.policy.in:44
msgid "Authentication is required to manage system service or unit files."
-msgstr "Sistem hizmetlerini veya birim dosyalarını yönetmek kimlik doğrulaması gerektiriyor."
+msgstr ""
+"Sistem hizmetlerini veya birim dosyalarını yönetmek kimlik doğrulaması "
+"gerektiriyor."
#: src/core/org.freedesktop.systemd1.policy.in:54
msgid "Set or unset system and service manager environment variables"
msgstr "Sistem ve hizmet yöneticisi ortam değişkenlerini ayarla ya da kaldır"
#: src/core/org.freedesktop.systemd1.policy.in:55
-msgid "Authentication is required to set or unset system and service manager environment variables."
-msgstr "Sistem ve hizmet yöneticisi ortam değişkenlerini ayarlamak ya da kaldırmak kimlik doğrulaması gerektiriyor."
+msgid ""
+"Authentication is required to set or unset system and service manager "
+"environment variables."
+msgstr ""
+"Sistem ve hizmet yöneticisi ortam değişkenlerini ayarlamak ya da kaldırmak "
+"kimlik doğrulaması gerektiriyor."
#: src/core/org.freedesktop.systemd1.policy.in:64
msgid "Reload the systemd state"
@@ -66,7 +75,8 @@ msgid "Dump the systemd state without rate limits"
msgstr "systemd durumunu hız sınırlamaları olmadan dök"
#: src/core/org.freedesktop.systemd1.policy.in:75
-msgid "Authentication is required to dump the systemd state without rate limits."
+msgid ""
+"Authentication is required to dump the systemd state without rate limits."
msgstr ""
"systemd durumunu hız sınırlamaları olmadan dökmek kimlik doğrulaması "
"gerektirir."
@@ -92,8 +102,11 @@ msgid "Check credentials of a home area"
msgstr "Bir ev alanının kimlik bilgilerini denetle"
#: src/home/org.freedesktop.home1.policy:34
-msgid "Authentication is required to check credentials against a user's home area."
-msgstr "Bir kullanıcının ev alanının kimlik bilgilerini denetlemek için kimlik doğrulaması gerekir."
+msgid ""
+"Authentication is required to check credentials against a user's home area."
+msgstr ""
+"Bir kullanıcının ev alanının kimlik bilgilerini denetlemek için kimlik "
+"doğrulaması gerekir."
#: src/home/org.freedesktop.home1.policy:43
msgid "Update a home area"
@@ -109,19 +122,26 @@ msgstr "Ev alanını yeniden boyutlandır"
#: src/home/org.freedesktop.home1.policy:54
msgid "Authentication is required to resize a user's home area."
-msgstr "Bir kullanıcının ev alanını yeniden boyutlandırmak kimlik doğrulaması gerektirir."
+msgstr ""
+"Bir kullanıcının ev alanını yeniden boyutlandırmak kimlik doğrulaması "
+"gerektirir."
#: src/home/org.freedesktop.home1.policy:63
msgid "Change password of a home area"
msgstr "Ev alanının parolasını değiştir"
#: src/home/org.freedesktop.home1.policy:64
-msgid "Authentication is required to change the password of a user's home area."
-msgstr "Bir kullanıcının ev alanının parolasını değiştirmek kimlik doğrulaması gerektirir."
+msgid ""
+"Authentication is required to change the password of a user's home area."
+msgstr ""
+"Bir kullanıcının ev alanının parolasını değiştirmek kimlik doğrulaması "
+"gerektirir."
#: src/home/pam_systemd_home.c:287
#, c-format
-msgid "Home of user %s is currently absent, please plug in the necessary storage device or backing file system."
+msgid ""
+"Home of user %s is currently absent, please plug in the necessary storage "
+"device or backing file system."
msgstr ""
#: src/home/pam_systemd_home.c:292
@@ -148,7 +168,9 @@ msgstr ""
#: src/home/pam_systemd_home.c:331
#, c-format
-msgid "Password/recovery key incorrect or not sufficient for authentication of user %s."
+msgid ""
+"Password/recovery key incorrect or not sufficient for authentication of user "
+"%s."
msgstr ""
#: src/home/pam_systemd_home.c:332
@@ -166,7 +188,9 @@ msgstr ""
#: src/home/pam_systemd_home.c:355
#, c-format
-msgid "Password incorrect or not sufficient, and configured security token of user %s not inserted."
+msgid ""
+"Password incorrect or not sufficient, and configured security token of user "
+"%s not inserted."
msgstr ""
#: src/home/pam_systemd_home.c:376
@@ -189,7 +213,9 @@ msgid "Please verify user on security token of user %s."
msgstr ""
#: src/home/pam_systemd_home.c:424
-msgid "Security token PIN is locked, please unlock it first. (Hint: Removal and re-insertion might suffice.)"
+msgid ""
+"Security token PIN is locked, please unlock it first. (Hint: Removal and re-"
+"insertion might suffice.)"
msgstr ""
#: src/home/pam_systemd_home.c:432
@@ -277,8 +303,12 @@ msgid "Set static hostname"
msgstr "Statik makine adı ayarla"
#: src/hostname/org.freedesktop.hostname1.policy:31
-msgid "Authentication is required to set the statically configured local hostname, as well as the pretty hostname."
-msgstr "Statik olarak yapılandırılmış yerel (ana) makine adını ve okunaklı (ana) makine adını ayarlamak kimlik doğrulaması gerektiriyor."
+msgid ""
+"Authentication is required to set the statically configured local hostname, "
+"as well as the pretty hostname."
+msgstr ""
+"Statik olarak yapılandırılmış yerel (ana) makine adını ve okunaklı (ana) "
+"makine adını ayarlamak kimlik doğrulaması gerektiriyor."
#: src/hostname/org.freedesktop.hostname1.policy:41
msgid "Set machine information"
@@ -318,7 +348,9 @@ msgstr "Bir SM ya da kapsayıcı kalıbını içe aktar"
#: src/import/org.freedesktop.import1.policy:23
msgid "Authentication is required to import a VM or container image"
-msgstr "Bir SM ya da kapsayıcı kalıbını içe aktarmak için kimlik doğrulaması gereklidir"
+msgstr ""
+"Bir SM ya da kapsayıcı kalıbını içe aktarmak için kimlik doğrulaması "
+"gereklidir"
#: src/import/org.freedesktop.import1.policy:32
msgid "Export a VM or container image"
@@ -326,7 +358,9 @@ msgstr "Bir SM ya da kapsayıcı kalıbını dışa aktar"
#: src/import/org.freedesktop.import1.policy:33
msgid "Authentication is required to export a VM or container image"
-msgstr "Bir SM ya da kapsayıcı kalıbını dışa aktarmak için kimlik doğrulaması gereklidir"
+msgstr ""
+"Bir SM ya da kapsayıcı kalıbını dışa aktarmak için kimlik doğrulaması "
+"gereklidir"
#: src/import/org.freedesktop.import1.policy:42
msgid "Download a VM or container image"
@@ -334,7 +368,8 @@ msgstr "Bir SM ya da kapsayıcı kalıbını indir"
#: src/import/org.freedesktop.import1.policy:43
msgid "Authentication is required to download a VM or container image"
-msgstr "Bir SM ya da kapsayıcı kalıbını indirmek için kimlik doğrulaması gereklidir"
+msgstr ""
+"Bir SM ya da kapsayıcı kalıbını indirmek için kimlik doğrulaması gereklidir"
#: src/locale/org.freedesktop.locale1.policy:22
msgid "Set system locale"
@@ -357,8 +392,11 @@ msgid "Allow applications to inhibit system shutdown"
msgstr "Uygulamaların sistemin kapanmasına engel olmasına izin ver"
#: src/login/org.freedesktop.login1.policy:23
-msgid "Authentication is required for an application to inhibit system shutdown."
-msgstr "Bir uygulamanın sistemin kapanmasına engel olması için kimlik doğrulaması gereklidir."
+msgid ""
+"Authentication is required for an application to inhibit system shutdown."
+msgstr ""
+"Bir uygulamanın sistemin kapanmasına engel olması için kimlik doğrulaması "
+"gereklidir."
#: src/login/org.freedesktop.login1.policy:33
msgid "Allow applications to delay system shutdown"
@@ -366,7 +404,9 @@ msgstr "Uygulamaların sistemin kapanmasını ertelemesine izin ver"
#: src/login/org.freedesktop.login1.policy:34
msgid "Authentication is required for an application to delay system shutdown."
-msgstr "Bir uygulamanın sistemin kapanmasını ertelemesi için kimlik doğrulaması gereklidir."
+msgstr ""
+"Bir uygulamanın sistemin kapanmasını ertelemesi için kimlik doğrulaması "
+"gereklidir."
#: src/login/org.freedesktop.login1.policy:44
msgid "Allow applications to inhibit system sleep"
@@ -374,7 +414,9 @@ msgstr "Uygulamaların sistemin uykuya geçmesini engellemesine izin ver"
#: src/login/org.freedesktop.login1.policy:45
msgid "Authentication is required for an application to inhibit system sleep."
-msgstr "Bir uygulamanın sistemin uykuya geçmesine engel olması için kimlik doğrulaması gereklidir."
+msgstr ""
+"Bir uygulamanın sistemin uykuya geçmesine engel olması için kimlik "
+"doğrulaması gereklidir."
#: src/login/org.freedesktop.login1.policy:55
msgid "Allow applications to delay system sleep"
@@ -382,55 +424,89 @@ msgstr "Uygulamaların sistemin uykuya geçmesini ertelemesine izin ver"
#: src/login/org.freedesktop.login1.policy:56
msgid "Authentication is required for an application to delay system sleep."
-msgstr "Bir uygulamanın sistemin uykuya geçmesini ertelemesi için kimlik doğrulaması gereklidir."
+msgstr ""
+"Bir uygulamanın sistemin uykuya geçmesini ertelemesi için kimlik doğrulaması "
+"gereklidir."
#: src/login/org.freedesktop.login1.policy:65
msgid "Allow applications to inhibit automatic system suspend"
-msgstr "Uygulamaların sistemin otomatik olarak askıya alınmasını engellemesine izin ver"
+msgstr ""
+"Uygulamaların sistemin otomatik olarak askıya alınmasını engellemesine izin "
+"ver"
#: src/login/org.freedesktop.login1.policy:66
-msgid "Authentication is required for an application to inhibit automatic system suspend."
-msgstr "Bir uygulamanın sistemin otomatik olarak askıya alınmasına engel olması için kimlik doğrulaması gereklidir."
+msgid ""
+"Authentication is required for an application to inhibit automatic system "
+"suspend."
+msgstr ""
+"Bir uygulamanın sistemin otomatik olarak askıya alınmasına engel olması için "
+"kimlik doğrulaması gereklidir."
#: src/login/org.freedesktop.login1.policy:75
msgid "Allow applications to inhibit system handling of the power key"
msgstr "Uygulamaların sistemin güç tuşunun kullanımını engellemesine izin ver"
#: src/login/org.freedesktop.login1.policy:76
-msgid "Authentication is required for an application to inhibit system handling of the power key."
-msgstr "Bir uygulamanın sistemin güç tuşunu idare etmesine engel olması için kimlik doğrulaması gereklidir."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the power key."
+msgstr ""
+"Bir uygulamanın sistemin güç tuşunu idare etmesine engel olması için kimlik "
+"doğrulaması gereklidir."
#: src/login/org.freedesktop.login1.policy:86
msgid "Allow applications to inhibit system handling of the suspend key"
-msgstr "Uygulamaların sistemin beklet tuşunun kullanımını engellemesine izin ver"
+msgstr ""
+"Uygulamaların sistemin beklet tuşunun kullanımını engellemesine izin ver"
#: src/login/org.freedesktop.login1.policy:87
-msgid "Authentication is required for an application to inhibit system handling of the suspend key."
-msgstr "Bir uygulamanın sistemin askıya alma tuşunu idare etmesine engel olması için kimlik doğrulaması gereklidir."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the suspend key."
+msgstr ""
+"Bir uygulamanın sistemin askıya alma tuşunu idare etmesine engel olması için "
+"kimlik doğrulaması gereklidir."
#: src/login/org.freedesktop.login1.policy:97
msgid "Allow applications to inhibit system handling of the hibernate key"
-msgstr "Uygulamaların sistemin hazırda bekletme tuşunun kullanımını engellemesine izin ver"
+msgstr ""
+"Uygulamaların sistemin hazırda bekletme tuşunun kullanımını engellemesine "
+"izin ver"
#: src/login/org.freedesktop.login1.policy:98
-msgid "Authentication is required for an application to inhibit system handling of the hibernate key."
-msgstr "Bir uygulamanın sistemin hazırda bekletme tuşunu idare etmesine engel olması için kimlik doğrulaması gereklidir."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the hibernate key."
+msgstr ""
+"Bir uygulamanın sistemin hazırda bekletme tuşunu idare etmesine engel olması "
+"için kimlik doğrulaması gereklidir."
#: src/login/org.freedesktop.login1.policy:107
msgid "Allow applications to inhibit system handling of the lid switch"
-msgstr "Uygulamaların sistemin kapak anahtarının kullanımını engellemesine izin ver"
+msgstr ""
+"Uygulamaların sistemin kapak anahtarının kullanımını engellemesine izin ver"
#: src/login/org.freedesktop.login1.policy:108
-msgid "Authentication is required for an application to inhibit system handling of the lid switch."
-msgstr "Bir uygulamanın sistemin kapak anahtarını idare etmesine engel olması için kimlik doğrulaması gereklidir."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the lid switch."
+msgstr ""
+"Bir uygulamanın sistemin kapak anahtarını idare etmesine engel olması için "
+"kimlik doğrulaması gereklidir."
#: src/login/org.freedesktop.login1.policy:117
msgid "Allow applications to inhibit system handling of the reboot key"
-msgstr "Uygulamaların sistemin yeniden başlatma tuşunun kullanımını engellemesine izin ver"
+msgstr ""
+"Uygulamaların sistemin yeniden başlatma tuşunun kullanımını engellemesine "
+"izin ver"
#: src/login/org.freedesktop.login1.policy:118
-msgid "Authentication is required for an application to inhibit system handling of the reboot key."
-msgstr "Bir uygulamanın sistemin yeniden başlatma tuşunu idare etmesine engel olması için kimlik doğrulaması gereklidir."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the reboot key."
+msgstr ""
+"Bir uygulamanın sistemin yeniden başlatma tuşunu idare etmesine engel olması "
+"için kimlik doğrulaması gereklidir."
#: src/login/org.freedesktop.login1.policy:128
msgid "Allow non-logged-in user to run programs"
@@ -438,7 +514,9 @@ msgstr "Oturum açmamış kullanıcının program çalıştırmasına izin ver"
#: src/login/org.freedesktop.login1.policy:129
msgid "Explicit request is required to run programs as a non-logged-in user."
-msgstr "Oturum açmamış bir kullanıcı olarak program çalıştırmak için açıkça istekte bulunulması gerekir."
+msgstr ""
+"Oturum açmamış bir kullanıcı olarak program çalıştırmak için açıkça istekte "
+"bulunulması gerekir."
#: src/login/org.freedesktop.login1.policy:138
msgid "Allow non-logged-in users to run programs"
@@ -446,7 +524,9 @@ msgstr "Oturum açmamış kullanıcıların program çalıştırmasına izin ver
#: src/login/org.freedesktop.login1.policy:139
msgid "Authentication is required to run programs as a non-logged-in user."
-msgstr "Oturum açmamış bir kullanıcı olarak program çalıştırmak için kimlik doğrulaması gereklidir."
+msgstr ""
+"Oturum açmamış bir kullanıcı olarak program çalıştırmak için kimlik "
+"doğrulaması gereklidir."
#: src/login/org.freedesktop.login1.policy:148
msgid "Allow attaching devices to seats"
@@ -454,7 +534,8 @@ msgstr "Aygıtların yuvaya takılmasına izin ver"
#: src/login/org.freedesktop.login1.policy:149
msgid "Authentication is required to attach a device to a seat."
-msgstr "Bir aygıtın yuvaya takılmasına izin vermek kimlik doğrulaması gerektiriyor."
+msgstr ""
+"Bir aygıtın yuvaya takılmasına izin vermek kimlik doğrulaması gerektiriyor."
#: src/login/org.freedesktop.login1.policy:159
msgid "Flush device to seat attachments"
@@ -462,7 +543,9 @@ msgstr "Aygıtın yuvaya eklenmesini sıfırla"
#: src/login/org.freedesktop.login1.policy:160
msgid "Authentication is required to reset how devices are attached to seats."
-msgstr "Aygıtların yuvalara nasıl takıldığını sıfırlamak kimlik doğrulama gerektiriyor."
+msgstr ""
+"Aygıtların yuvalara nasıl takıldığını sıfırlamak kimlik doğrulama "
+"gerektiriyor."
#: src/login/org.freedesktop.login1.policy:169
msgid "Power off the system"
@@ -477,16 +560,24 @@ msgid "Power off the system while other users are logged in"
msgstr "Diğer kullanıcılar oturum açmışken sistemi kapat"
#: src/login/org.freedesktop.login1.policy:181
-msgid "Authentication is required to power off the system while other users are logged in."
-msgstr "Diğer kullanıcılar oturum açmışken sistemi kapatmak kimlik doğrulaması gerektiriyor."
+msgid ""
+"Authentication is required to power off the system while other users are "
+"logged in."
+msgstr ""
+"Diğer kullanıcılar oturum açmışken sistemi kapatmak kimlik doğrulaması "
+"gerektiriyor."
#: src/login/org.freedesktop.login1.policy:191
msgid "Power off the system while an application is inhibiting this"
msgstr "Bir uygulama engellenmesini isterken sistemi kapat"
#: src/login/org.freedesktop.login1.policy:192
-msgid "Authentication is required to power off the system while an application is inhibiting this."
-msgstr "Bir uygulama engellenmesini isterken sistemi kapatmak kimlik doğrulaması gerektiriyor."
+msgid ""
+"Authentication is required to power off the system while an application is "
+"inhibiting this."
+msgstr ""
+"Bir uygulama engellenmesini isterken sistemi kapatmak kimlik doğrulaması "
+"gerektiriyor."
#: src/login/org.freedesktop.login1.policy:202
msgid "Reboot the system"
@@ -501,16 +592,24 @@ msgid "Reboot the system while other users are logged in"
msgstr "Diğer kullanıcılar oturum açmışken sistemi yeniden başlat"
#: src/login/org.freedesktop.login1.policy:214
-msgid "Authentication is required to reboot the system while other users are logged in."
-msgstr "Diğer kullanıcılar oturum açmışken sistemi yeniden başlatmak kimlik doğrulaması gerektiriyor."
+msgid ""
+"Authentication is required to reboot the system while other users are logged "
+"in."
+msgstr ""
+"Diğer kullanıcılar oturum açmışken sistemi yeniden başlatmak kimlik "
+"doğrulaması gerektiriyor."
#: src/login/org.freedesktop.login1.policy:224
msgid "Reboot the system while an application is inhibiting this"
msgstr "Bir uygulama engellenmesini isterken sistemi yeniden başlat"
#: src/login/org.freedesktop.login1.policy:225
-msgid "Authentication is required to reboot the system while an application is inhibiting this."
-msgstr "Bir uygulama engellenmesini isterken sistemi yeniden başlatmak kimlik doğrulaması gerektiriyor."
+msgid ""
+"Authentication is required to reboot the system while an application is "
+"inhibiting this."
+msgstr ""
+"Bir uygulama engellenmesini isterken sistemi yeniden başlatmak kimlik "
+"doğrulaması gerektiriyor."
#: src/login/org.freedesktop.login1.policy:235
msgid "Halt the system"
@@ -525,16 +624,24 @@ msgid "Halt the system while other users are logged in"
msgstr "Diğer kullanıcılar oturum açmışken sistemi durdur"
#: src/login/org.freedesktop.login1.policy:247
-msgid "Authentication is required to halt the system while other users are logged in."
-msgstr "Diğer kullanıcılar oturum açmışken sistemi durdurmak kimlik doğrulaması gerektiriyor."
+msgid ""
+"Authentication is required to halt the system while other users are logged "
+"in."
+msgstr ""
+"Diğer kullanıcılar oturum açmışken sistemi durdurmak kimlik doğrulaması "
+"gerektiriyor."
#: src/login/org.freedesktop.login1.policy:257
msgid "Halt the system while an application is inhibiting this"
msgstr "Bir uygulama engellenmesini isterken sistemi durdur"
#: src/login/org.freedesktop.login1.policy:258
-msgid "Authentication is required to halt the system while an application is inhibiting this."
-msgstr "Bir uygulama engellenmesini isterken sistemi durdurmak kimlik doğrulaması gerektiriyor."
+msgid ""
+"Authentication is required to halt the system while an application is "
+"inhibiting this."
+msgstr ""
+"Bir uygulama engellenmesini isterken sistemi durdurmak kimlik doğrulaması "
+"gerektiriyor."
#: src/login/org.freedesktop.login1.policy:268
msgid "Suspend the system"
@@ -549,16 +656,24 @@ msgid "Suspend the system while other users are logged in"
msgstr "Diğer kullanıcılar oturum açmışken sistemi askıya al"
#: src/login/org.freedesktop.login1.policy:279
-msgid "Authentication is required to suspend the system while other users are logged in."
-msgstr "Diğer kullanıcılar oturum açmışken sistemi askıya almak kimlik doğrulaması gerektiriyor."
+msgid ""
+"Authentication is required to suspend the system while other users are "
+"logged in."
+msgstr ""
+"Diğer kullanıcılar oturum açmışken sistemi askıya almak kimlik doğrulaması "
+"gerektiriyor."
#: src/login/org.freedesktop.login1.policy:289
msgid "Suspend the system while an application is inhibiting this"
msgstr "Bir uygulama engellenmesini isterken sistemi askıya al"
#: src/login/org.freedesktop.login1.policy:290
-msgid "Authentication is required to suspend the system while an application is inhibiting this."
-msgstr "Bir uygulama engellenmesini isterken sistemi askıya almak kimlik doğrulaması gerektiriyor."
+msgid ""
+"Authentication is required to suspend the system while an application is "
+"inhibiting this."
+msgstr ""
+"Bir uygulama engellenmesini isterken sistemi askıya almak kimlik doğrulaması "
+"gerektiriyor."
#: src/login/org.freedesktop.login1.policy:300
msgid "Hibernate the system"
@@ -573,16 +688,24 @@ msgid "Hibernate the system while other users are logged in"
msgstr "Diğer kullanıcılar oturum açmışken sistemi hazırda beklet"
#: src/login/org.freedesktop.login1.policy:311
-msgid "Authentication is required to hibernate the system while other users are logged in."
-msgstr "Diğer kullanıcılar oturum açmışken sistemi hazırda bekletmek kimlik doğrulaması gerektiriyor."
+msgid ""
+"Authentication is required to hibernate the system while other users are "
+"logged in."
+msgstr ""
+"Diğer kullanıcılar oturum açmışken sistemi hazırda bekletmek kimlik "
+"doğrulaması gerektiriyor."
#: src/login/org.freedesktop.login1.policy:321
msgid "Hibernate the system while an application is inhibiting this"
msgstr "Bir uygulama engellenmesini isterken sistemi hazırda beklet"
#: src/login/org.freedesktop.login1.policy:322
-msgid "Authentication is required to hibernate the system while an application is inhibiting this."
-msgstr "Bir uygulama engellenmesini isterken sistemi hazırda bekletmek kimlik doğrulaması gerektiriyor."
+msgid ""
+"Authentication is required to hibernate the system while an application is "
+"inhibiting this."
+msgstr ""
+"Bir uygulama engellenmesini isterken sistemi hazırda bekletmek kimlik "
+"doğrulaması gerektiriyor."
#: src/login/org.freedesktop.login1.policy:332
msgid "Manage active sessions, users and seats"
@@ -590,7 +713,9 @@ msgstr "Aktif oturumları, kullanıcıları ve yuvaları yönet"
#: src/login/org.freedesktop.login1.policy:333
msgid "Authentication is required to manage active sessions, users and seats."
-msgstr "Aktif oturumları, kullanıcıları ve yuvaları yönetmek için kimlik doğrulaması gereklidir."
+msgstr ""
+"Aktif oturumları, kullanıcıları ve yuvaları yönetmek için kimlik doğrulaması "
+"gereklidir."
#: src/login/org.freedesktop.login1.policy:342
msgid "Lock or unlock active sessions"
@@ -598,7 +723,9 @@ msgstr "Aktif oturumları kilitle ya da kilidini aç"
#: src/login/org.freedesktop.login1.policy:343
msgid "Authentication is required to lock or unlock active sessions."
-msgstr "Aktif oturumları kilitlemek ve bunların kilidini açmak için kimlik doğrulaması gereklidir."
+msgstr ""
+"Aktif oturumları kilitlemek ve bunların kilidini açmak için kimlik "
+"doğrulaması gereklidir."
#: src/login/org.freedesktop.login1.policy:352
msgid "Set the reboot \"reason\" in the kernel"
@@ -606,31 +733,45 @@ msgstr "Çekirdekte yeniden başlatma \"nedenini\" ayarla"
#: src/login/org.freedesktop.login1.policy:353
msgid "Authentication is required to set the reboot \"reason\" in the kernel."
-msgstr "Çekirdekte yeniden başlatma \"nedenini\" ayarlamak kimlik doğrulaması gerektiriyor."
+msgstr ""
+"Çekirdekte yeniden başlatma \"nedenini\" ayarlamak kimlik doğrulaması "
+"gerektiriyor."
#: src/login/org.freedesktop.login1.policy:363
msgid "Indicate to the firmware to boot to setup interface"
msgstr "Ürün yazılımına kurulum arayüzüne önyükleme yapmasını belirt"
#: src/login/org.freedesktop.login1.policy:364
-msgid "Authentication is required to indicate to the firmware to boot to setup interface."
-msgstr "Kurulum arayüzünü önyüklemek için ürün yazılımının belirtilmesi için kimlik doğrulaması gereklidir."
+msgid ""
+"Authentication is required to indicate to the firmware to boot to setup "
+"interface."
+msgstr ""
+"Kurulum arayüzünü önyüklemek için ürün yazılımının belirtilmesi için kimlik "
+"doğrulaması gereklidir."
#: src/login/org.freedesktop.login1.policy:374
msgid "Indicate to the boot loader to boot to the boot loader menu"
msgstr "Önyükleyiciye önyükleyici menüsünü başlatmasını belirt"
#: src/login/org.freedesktop.login1.policy:375
-msgid "Authentication is required to indicate to the boot loader to boot to the boot loader menu."
-msgstr "Önyükleyiciye önyükleyici menüsünü başlatmasını belirtmek için kimlik doğrulaması gereklidir."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot to the "
+"boot loader menu."
+msgstr ""
+"Önyükleyiciye önyükleyici menüsünü başlatmasını belirtmek için kimlik "
+"doğrulaması gereklidir."
#: src/login/org.freedesktop.login1.policy:385
msgid "Indicate to the boot loader to boot a specific entry"
msgstr "Önyükleyiciye belirli bir girdiye önyükleme yapmasını belirt"
#: src/login/org.freedesktop.login1.policy:386
-msgid "Authentication is required to indicate to the boot loader to boot into a specific boot loader entry."
-msgstr "Önyükleyiciye belirli bir girdiye önyükleme yapmasını belirtmek için kimlik doğrulaması gereklidir."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot into a "
+"specific boot loader entry."
+msgstr ""
+"Önyükleyiciye belirli bir girdiye önyükleme yapmasını belirtmek için kimlik "
+"doğrulaması gereklidir."
#: src/login/org.freedesktop.login1.policy:396
msgid "Set a wall message"
@@ -670,7 +811,8 @@ msgstr "Yerel kapsayıcıda kabuk (shell) aç"
#: src/machine/org.freedesktop.machine1.policy:43
msgid "Authentication is required to acquire a shell in a local container."
-msgstr "Yerel kapsayıcıda kabuk (shell) açmak için kimlik doğrulaması gereklidir."
+msgstr ""
+"Yerel kapsayıcıda kabuk (shell) açmak için kimlik doğrulaması gereklidir."
#: src/machine/org.freedesktop.machine1.policy:53
msgid "Acquire a shell on the local host"
@@ -678,15 +820,19 @@ msgstr "Yerel (ana) makinede kabuk (shell) aç"
#: src/machine/org.freedesktop.machine1.policy:54
msgid "Authentication is required to acquire a shell on the local host."
-msgstr "Yerel (ana) makinede kabuk (shell) açmak için kimlik doğrulaması gereklidir."
+msgstr ""
+"Yerel (ana) makinede kabuk (shell) açmak için kimlik doğrulaması gereklidir."
#: src/machine/org.freedesktop.machine1.policy:64
msgid "Acquire a pseudo TTY in a local container"
msgstr "Yerel kapsayıcıda sözde (pseudo) TTY al"
#: src/machine/org.freedesktop.machine1.policy:65
-msgid "Authentication is required to acquire a pseudo TTY in a local container."
-msgstr "Yerel kapsayıcıda sözde (pseudo) TTY almak için kimlik doğrulaması gereklidir."
+msgid ""
+"Authentication is required to acquire a pseudo TTY in a local container."
+msgstr ""
+"Yerel kapsayıcıda sözde (pseudo) TTY almak için kimlik doğrulaması "
+"gereklidir."
#: src/machine/org.freedesktop.machine1.policy:74
msgid "Acquire a pseudo TTY on the local host"
@@ -694,23 +840,32 @@ msgstr "Yerel (ana) makinede sözde (pseudo) TTY al"
#: src/machine/org.freedesktop.machine1.policy:75
msgid "Authentication is required to acquire a pseudo TTY on the local host."
-msgstr "Yerel (ana) makinede sözde (pseudo) TTY almak için kimlik doğrulaması gereklidir."
+msgstr ""
+"Yerel (ana) makinede sözde (pseudo) TTY almak için kimlik doğrulaması "
+"gereklidir."
#: src/machine/org.freedesktop.machine1.policy:84
msgid "Manage local virtual machines and containers"
msgstr "Yerel sanal makineleri ve kapsayıcıları yönet"
#: src/machine/org.freedesktop.machine1.policy:85
-msgid "Authentication is required to manage local virtual machines and containers."
-msgstr "Yerel sanal makineleri ve kapsayıcıları yönetmek için kimlik doğrulaması gereklidir."
+msgid ""
+"Authentication is required to manage local virtual machines and containers."
+msgstr ""
+"Yerel sanal makineleri ve kapsayıcıları yönetmek için kimlik doğrulaması "
+"gereklidir."
#: src/machine/org.freedesktop.machine1.policy:95
msgid "Manage local virtual machine and container images"
msgstr "Yerel sanal makine ve kapsayıcı kalıplarını yönet"
#: src/machine/org.freedesktop.machine1.policy:96
-msgid "Authentication is required to manage local virtual machine and container images."
-msgstr "Yerel sanal makineler ve kapsayıcı kalıplarını yönetmek için kimlik doğrulaması gereklidir."
+msgid ""
+"Authentication is required to manage local virtual machine and container "
+"images."
+msgstr ""
+"Yerel sanal makineler ve kapsayıcı kalıplarını yönetmek için kimlik "
+"doğrulaması gereklidir."
#: src/network/org.freedesktop.network1.policy:22
msgid "Set NTP servers"
@@ -758,7 +913,9 @@ msgstr "LLMNR etkinleştir/devre dışı bırak"
#: src/network/org.freedesktop.network1.policy:67
#: src/resolve/org.freedesktop.resolve1.policy:78
msgid "Authentication is required to enable or disable LLMNR."
-msgstr "LLMNR etkinleştirmek veya devre dışı bırakmak için kimlik doğrulaması gereklidir."
+msgstr ""
+"LLMNR etkinleştirmek veya devre dışı bırakmak için kimlik doğrulaması "
+"gereklidir."
#: src/network/org.freedesktop.network1.policy:77
#: src/resolve/org.freedesktop.resolve1.policy:88
@@ -768,7 +925,9 @@ msgstr "Çoklu yayın DNS'i etkinleştir/devre dışı bırak"
#: src/network/org.freedesktop.network1.policy:78
#: src/resolve/org.freedesktop.resolve1.policy:89
msgid "Authentication is required to enable or disable multicast DNS."
-msgstr "Çoklu yayın DNS'i etkinleştirmek veya devre dışı bırakmak için kimlik doğrulaması gereklidir."
+msgstr ""
+"Çoklu yayın DNS'i etkinleştirmek veya devre dışı bırakmak için kimlik "
+"doğrulaması gereklidir."
#: src/network/org.freedesktop.network1.policy:88
#: src/resolve/org.freedesktop.resolve1.policy:99
@@ -778,7 +937,9 @@ msgstr "TLS üzerinden DNS'i etkinleştir/devre dışı bırak"
#: src/network/org.freedesktop.network1.policy:89
#: src/resolve/org.freedesktop.resolve1.policy:100
msgid "Authentication is required to enable or disable DNS over TLS."
-msgstr "TLS üzerinden DNS'i etkinleştirmek veya devre dışı bırakmak için kimlik doğrulaması gereklidir."
+msgstr ""
+"TLS üzerinden DNS'i etkinleştirmek veya devre dışı bırakmak için kimlik "
+"doğrulaması gereklidir."
#: src/network/org.freedesktop.network1.policy:99
#: src/resolve/org.freedesktop.resolve1.policy:110
@@ -788,7 +949,9 @@ msgstr "DNSSEC etkinleştir/devre dışı bırak"
#: src/network/org.freedesktop.network1.policy:100
#: src/resolve/org.freedesktop.resolve1.policy:111
msgid "Authentication is required to enable or disable DNSSEC."
-msgstr "DNSSEC etkinleştirmek veya devre dışı bırakmak için kimlik doğrulaması gereklidir."
+msgstr ""
+"DNSSEC etkinleştirmek veya devre dışı bırakmak için kimlik doğrulaması "
+"gereklidir."
#: src/network/org.freedesktop.network1.policy:110
#: src/resolve/org.freedesktop.resolve1.policy:121
@@ -798,7 +961,9 @@ msgstr "DNSSEC Negatif Güven Bağlantılarını Ayarla"
#: src/network/org.freedesktop.network1.policy:111
#: src/resolve/org.freedesktop.resolve1.policy:122
msgid "Authentication is required to set DNSSEC Negative Trust Anchors."
-msgstr "DNSSEC Negatif Güven Bağlantılarını ayarlamak için kimlik doğrulaması gereklidir."
+msgstr ""
+"DNSSEC Negatif Güven Bağlantılarını ayarlamak için kimlik doğrulaması "
+"gereklidir."
#: src/network/org.freedesktop.network1.policy:121
msgid "Revert NTP settings"
@@ -854,23 +1019,30 @@ msgstr "Bir taşınabilir hizmet kalıbını incele"
#: src/portable/org.freedesktop.portable1.policy:14
msgid "Authentication is required to inspect a portable service image."
-msgstr "Bir taşınabilir hizmet kalıbını incelemek için kimlik doğrulaması gereklidir."
+msgstr ""
+"Bir taşınabilir hizmet kalıbını incelemek için kimlik doğrulaması gereklidir."
#: src/portable/org.freedesktop.portable1.policy:23
msgid "Attach or detach a portable service image"
msgstr "Bir taşınabilir hizmet kalıbını tuttur ya da ayır"
#: src/portable/org.freedesktop.portable1.policy:24
-msgid "Authentication is required to attach or detach a portable service image."
-msgstr "Bir taşınabilir hizmet kalıbını tutturmak ya da ayırmak için kimlik doğrulaması gereklidir."
+msgid ""
+"Authentication is required to attach or detach a portable service image."
+msgstr ""
+"Bir taşınabilir hizmet kalıbını tutturmak ya da ayırmak için kimlik "
+"doğrulaması gereklidir."
#: src/portable/org.freedesktop.portable1.policy:34
msgid "Delete or modify portable service image"
msgstr "Taşınabilir hizmet kalıbını sil ya da değiştir"
#: src/portable/org.freedesktop.portable1.policy:35
-msgid "Authentication is required to delete or modify a portable service image."
-msgstr "Taşınabilir hizmet kalıbını silmek ya da değiştirmek için kimlik doğrulaması gereklidir."
+msgid ""
+"Authentication is required to delete or modify a portable service image."
+msgstr ""
+"Taşınabilir hizmet kalıbını silmek ya da değiştirmek için kimlik doğrulaması "
+"gereklidir."
#: src/resolve/org.freedesktop.resolve1.policy:22
msgid "Register a DNS-SD service"
@@ -886,7 +1058,8 @@ msgstr "Bir DNS-SD hizmetinin kaydını sil"
#: src/resolve/org.freedesktop.resolve1.policy:34
msgid "Authentication is required to unregister a DNS-SD service"
-msgstr "Bir DNS-SD hizmetinin kaydını silmek için kimlik doğrulaması gereklidir"
+msgstr ""
+"Bir DNS-SD hizmetinin kaydını silmek için kimlik doğrulaması gereklidir"
#: src/resolve/org.freedesktop.resolve1.policy:132
msgid "Revert name resolution settings"
@@ -917,55 +1090,80 @@ msgid "Set RTC to local timezone or UTC"
msgstr "Gerçek zamanlı saat olarak yerel zaman dilimini veya UTC'yi ayarla"
#: src/timedate/org.freedesktop.timedate1.policy:44
-msgid "Authentication is required to control whether the RTC stores the local or UTC time."
-msgstr "Gerçek zamanlı saat olarak yerel zaman dilimini veya UTC'yi ayarlamak kimlik doğrulaması gerektiriyor."
+msgid ""
+"Authentication is required to control whether the RTC stores the local or "
+"UTC time."
+msgstr ""
+"Gerçek zamanlı saat olarak yerel zaman dilimini veya UTC'yi ayarlamak kimlik "
+"doğrulaması gerektiriyor."
#: src/timedate/org.freedesktop.timedate1.policy:53
msgid "Turn network time synchronization on or off"
msgstr "Ağ zaman eş zamanlamasını aç veya kapat"
#: src/timedate/org.freedesktop.timedate1.policy:54
-msgid "Authentication is required to control whether network time synchronization shall be enabled."
+msgid ""
+"Authentication is required to control whether network time synchronization "
+"shall be enabled."
msgstr "Ağ zaman eş zamanlamasını denetlemek kimlik doğrulaması gerektiriyor."
-#: src/core/dbus-unit.c:364
+#: src/core/dbus-unit.c:352
msgid "Authentication is required to start '$(unit)'."
msgstr "'$(unit)' başlatmak için kimlik doğrulaması gereklidir."
-#: src/core/dbus-unit.c:365
+#: src/core/dbus-unit.c:353
msgid "Authentication is required to stop '$(unit)'."
msgstr "'$(unit)' durdurmak için kimlik doğrulaması gereklidir."
-#: src/core/dbus-unit.c:366
+#: src/core/dbus-unit.c:354
msgid "Authentication is required to reload '$(unit)'."
msgstr "'$(unit)' yeniden yüklemek için kimlik doğrulaması gereklidir."
-#: src/core/dbus-unit.c:367 src/core/dbus-unit.c:368
+#: src/core/dbus-unit.c:355 src/core/dbus-unit.c:356
msgid "Authentication is required to restart '$(unit)'."
msgstr "'$(unit)' yeniden başlatmak için kimlik doğrulaması gereklidir."
-#: src/core/dbus-unit.c:565
-msgid "Authentication is required to send a UNIX signal to the processes of '$(unit)'."
-msgstr "'$(unit)' süreçlerine bir UNIX sinyali göndermek için kimlik doğrulaması gereklidir."
+#: src/core/dbus-unit.c:553
+msgid ""
+"Authentication is required to send a UNIX signal to the processes of "
+"'$(unit)'."
+msgstr ""
+"'$(unit)' süreçlerine bir UNIX sinyali göndermek için kimlik doğrulaması "
+"gereklidir."
-#: src/core/dbus-unit.c:595
+#: src/core/dbus-unit.c:583
msgid "Authentication is required to reset the \"failed\" state of '$(unit)'."
-msgstr "'$(unit)'in \"failed\" (başarısız) durumunu sıfırlamak için kimlik doğrulaması gereklidir."
+msgstr ""
+"'$(unit)'in \"failed\" (başarısız) durumunu sıfırlamak için kimlik "
+"doğrulaması gereklidir."
-#: src/core/dbus-unit.c:627
+#: src/core/dbus-unit.c:615
msgid "Authentication is required to set properties on '$(unit)'."
-msgstr "'$(unit)' üzerindeki özellikleri ayarlamak için kimlik doğrulaması gereklidir."
-
-#: src/core/dbus-unit.c:728
-msgid "Authentication is required to delete files and directories associated with '$(unit)'."
-msgstr "'$(unit)' ile ilişkili dosyaları ve dizinleri silmek için kimlik doğrulaması gereklidir."
+msgstr ""
+"'$(unit)' üzerindeki özellikleri ayarlamak için kimlik doğrulaması "
+"gereklidir."
-#: src/core/dbus-unit.c:776
-msgid "Authentication is required to freeze or thaw the processes of '$(unit)' unit."
-msgstr "'$(unit)' biriminin işlemlerini dondurmak veya devam ettirmek için kimlik doğrulaması gereklidir."
+#: src/core/dbus-unit.c:716
+msgid ""
+"Authentication is required to delete files and directories associated with "
+"'$(unit)'."
+msgstr ""
+"'$(unit)' ile ilişkili dosyaları ve dizinleri silmek için kimlik doğrulaması "
+"gereklidir."
-#~ msgid "Authentication is required to halt the system while an application asked to inhibit it."
-#~ msgstr "Bir uygulama engellenmesini isterken sistemi durdurmak kimlik doğrulaması gerektiriyor."
+#: src/core/dbus-unit.c:764
+msgid ""
+"Authentication is required to freeze or thaw the processes of '$(unit)' unit."
+msgstr ""
+"'$(unit)' biriminin işlemlerini dondurmak veya devam ettirmek için kimlik "
+"doğrulaması gereklidir."
+
+#~ msgid ""
+#~ "Authentication is required to halt the system while an application asked "
+#~ "to inhibit it."
+#~ msgstr ""
+#~ "Bir uygulama engellenmesini isterken sistemi durdurmak kimlik doğrulaması "
+#~ "gerektiriyor."
#~ msgid "Authentication is required to kill '$(unit)'."
#~ msgstr "'$(unit)' sonlandırmak için kimlik doğrulaması gereklidir."
diff --git a/po/uk.po b/po/uk.po
index 04ad9942d41..100a6290380 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-07-14 10:32+0100\n"
+"POT-Creation-Date: 2023-11-14 21:25+0000\n"
"PO-Revision-Date: 2023-07-14 11:47+0000\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Ukrainian <https://translate.fedoraproject.org/projects/"
@@ -25,7 +25,8 @@ msgid "Send passphrase back to system"
msgstr "Надсилання пароля назад у систему"
#: src/core/org.freedesktop.systemd1.policy.in:23
-msgid "Authentication is required to send the entered passphrase back to the system."
+msgid ""
+"Authentication is required to send the entered passphrase back to the system."
msgstr "Для надсилання введеного пароля до системи слід пройти розпізнавання."
#: src/core/org.freedesktop.systemd1.policy.in:33
@@ -34,7 +35,9 @@ msgstr "Керування системними службами й іншими
#: src/core/org.freedesktop.systemd1.policy.in:34
msgid "Authentication is required to manage system services or other units."
-msgstr "Для керування системними службами й іншими одиницями systemd слід пройти розпізнавання."
+msgstr ""
+"Для керування системними службами й іншими одиницями systemd слід пройти "
+"розпізнавання."
#: src/core/org.freedesktop.systemd1.policy.in:43
msgid "Manage system service or unit files"
@@ -42,15 +45,23 @@ msgstr "Керування системними службами й одиниц
#: src/core/org.freedesktop.systemd1.policy.in:44
msgid "Authentication is required to manage system service or unit files."
-msgstr "Для керування системними службами й одиницями systemd слід пройти розпізнавання."
+msgstr ""
+"Для керування системними службами й одиницями systemd слід пройти "
+"розпізнавання."
#: src/core/org.freedesktop.systemd1.policy.in:54
msgid "Set or unset system and service manager environment variables"
-msgstr "Встановлення і скасування встановлення змінних середовища для керування службами і системою"
+msgstr ""
+"Встановлення і скасування встановлення змінних середовища для керування "
+"службами і системою"
#: src/core/org.freedesktop.systemd1.policy.in:55
-msgid "Authentication is required to set or unset system and service manager environment variables."
-msgstr "Для встановлення або скасовування встановлення змінних середовища для керування службами і системою слід пройти розпізнавання."
+msgid ""
+"Authentication is required to set or unset system and service manager "
+"environment variables."
+msgstr ""
+"Для встановлення або скасовування встановлення змінних середовища для "
+"керування службами і системою слід пройти розпізнавання."
#: src/core/org.freedesktop.systemd1.policy.in:64
msgid "Reload the systemd state"
@@ -65,8 +76,11 @@ msgid "Dump the systemd state without rate limits"
msgstr "Створювати дампи стану systemd без обмежень частоти"
#: src/core/org.freedesktop.systemd1.policy.in:75
-msgid "Authentication is required to dump the systemd state without rate limits."
-msgstr "Для створення дампів стану systemd без обмеження частоти слід пройти розпізнавання."
+msgid ""
+"Authentication is required to dump the systemd state without rate limits."
+msgstr ""
+"Для створення дампів стану systemd без обмеження частоти слід пройти "
+"розпізнавання."
#: src/home/org.freedesktop.home1.policy:13
msgid "Create a home area"
@@ -89,8 +103,11 @@ msgid "Check credentials of a home area"
msgstr "Перевірка реєстраційних даних для доступу до домашньої теки"
#: src/home/org.freedesktop.home1.policy:34
-msgid "Authentication is required to check credentials against a user's home area."
-msgstr "Для перевірки реєстраційних даних для доступу до домашньої теки користувача слід пройти розпізнавання."
+msgid ""
+"Authentication is required to check credentials against a user's home area."
+msgstr ""
+"Для перевірки реєстраційних даних для доступу до домашньої теки користувача "
+"слід пройти розпізнавання."
#: src/home/org.freedesktop.home1.policy:43
msgid "Update a home area"
@@ -106,19 +123,25 @@ msgstr "Зміна розмірів домашньої теки"
#: src/home/org.freedesktop.home1.policy:54
msgid "Authentication is required to resize a user's home area."
-msgstr "Для зміни розмірів домашньої теки користувача слід пройти розпізнавання."
+msgstr ""
+"Для зміни розмірів домашньої теки користувача слід пройти розпізнавання."
#: src/home/org.freedesktop.home1.policy:63
msgid "Change password of a home area"
msgstr "Зміна пароля до домашньої теки"
#: src/home/org.freedesktop.home1.policy:64
-msgid "Authentication is required to change the password of a user's home area."
-msgstr "Для зміни пароля для доступу до домашньої теки користувача слід пройти розпізнавання."
+msgid ""
+"Authentication is required to change the password of a user's home area."
+msgstr ""
+"Для зміни пароля для доступу до домашньої теки користувача слід пройти "
+"розпізнавання."
#: src/home/pam_systemd_home.c:287
#, c-format
-msgid "Home of user %s is currently absent, please plug in the necessary storage device or backing file system."
+msgid ""
+"Home of user %s is currently absent, please plug in the necessary storage "
+"device or backing file system."
msgstr ""
"Доступ до домашнього каталогу користувача %s зараз немає, будь ласка, "
"з'єднайте з комп'ютером відповідний пристрій зберігання даних або резервну "
@@ -152,7 +175,9 @@ msgstr "Ключ відновлення: "
#: src/home/pam_systemd_home.c:331
#, c-format
-msgid "Password/recovery key incorrect or not sufficient for authentication of user %s."
+msgid ""
+"Password/recovery key incorrect or not sufficient for authentication of user "
+"%s."
msgstr ""
"Неправильно вказано пароль або пароля недостатньо для розпізнавання "
"користувача %s."
@@ -172,7 +197,9 @@ msgstr "Повторіть спробу з паролем: "
#: src/home/pam_systemd_home.c:355
#, c-format
-msgid "Password incorrect or not sufficient, and configured security token of user %s not inserted."
+msgid ""
+"Password incorrect or not sufficient, and configured security token of user "
+"%s not inserted."
msgstr ""
"Пароль введено неправильно або пароля недостатньо, а налаштований жетон "
"безпеки користувача %s не вставлено."
@@ -198,7 +225,9 @@ msgid "Please verify user on security token of user %s."
msgstr "Будь ласка, перевірте користувача на жетоні безпеки користувача %s."
#: src/home/pam_systemd_home.c:424
-msgid "Security token PIN is locked, please unlock it first. (Hint: Removal and re-insertion might suffice.)"
+msgid ""
+"Security token PIN is locked, please unlock it first. (Hint: Removal and re-"
+"insertion might suffice.)"
msgstr ""
"PIN-код жетона захисту заблоковано. Будь ласка, спочатку зніміть його "
"блокування. (Підказка: іноді досить вийняти і знову вставити жетон.)"
@@ -297,8 +326,12 @@ msgid "Set static hostname"
msgstr "Встановлення статичної назви вузла"
#: src/hostname/org.freedesktop.hostname1.policy:31
-msgid "Authentication is required to set the statically configured local hostname, as well as the pretty hostname."
-msgstr "Для встановлення статично налаштованої назви локального вузла і форматованої назви слід пройти розпізнавання."
+msgid ""
+"Authentication is required to set the statically configured local hostname, "
+"as well as the pretty hostname."
+msgstr ""
+"Для встановлення статично налаштованої назви локального вузла і форматованої "
+"назви слід пройти розпізнавання."
#: src/hostname/org.freedesktop.hostname1.policy:41
msgid "Set machine information"
@@ -306,7 +339,8 @@ msgstr "Встановлення даних щодо машини"
#: src/hostname/org.freedesktop.hostname1.policy:42
msgid "Authentication is required to set local machine information."
-msgstr "Для встановлення даних щодо локальної машини слід пройти розпізнавання."
+msgstr ""
+"Для встановлення даних щодо локальної машини слід пройти розпізнавання."
#: src/hostname/org.freedesktop.hostname1.policy:51
msgid "Get product UUID"
@@ -338,7 +372,9 @@ msgstr "Імпортування образу контейнера або вір
#: src/import/org.freedesktop.import1.policy:23
msgid "Authentication is required to import a VM or container image"
-msgstr "Для імпортування образу контейнера або віртуальної машини слід пройти розпізнавання"
+msgstr ""
+"Для імпортування образу контейнера або віртуальної машини слід пройти "
+"розпізнавання"
#: src/import/org.freedesktop.import1.policy:32
msgid "Export a VM or container image"
@@ -346,7 +382,9 @@ msgstr "Експортування образу контейнера або ві
#: src/import/org.freedesktop.import1.policy:33
msgid "Authentication is required to export a VM or container image"
-msgstr "Для експортування образу контейнера або віртуальної машини слід пройти розпізнавання"
+msgstr ""
+"Для експортування образу контейнера або віртуальної машини слід пройти "
+"розпізнавання"
#: src/import/org.freedesktop.import1.policy:42
msgid "Download a VM or container image"
@@ -354,7 +392,9 @@ msgstr "Отримання образу контейнера або віртуа
#: src/import/org.freedesktop.import1.policy:43
msgid "Authentication is required to download a VM or container image"
-msgstr "Для отримання образу контейнера або віртуальної машини слід пройти розпізнавання"
+msgstr ""
+"Для отримання образу контейнера або віртуальної машини слід пройти "
+"розпізнавання"
#: src/locale/org.freedesktop.locale1.policy:22
msgid "Set system locale"
@@ -370,15 +410,20 @@ msgstr "Визначення загальносистемних параметр
#: src/locale/org.freedesktop.locale1.policy:34
msgid "Authentication is required to set the system keyboard settings."
-msgstr "Для визначення загальносистемних параметрів клавіатури слід пройти розпізнавання."
+msgstr ""
+"Для визначення загальносистемних параметрів клавіатури слід пройти "
+"розпізнавання."
#: src/login/org.freedesktop.login1.policy:22
msgid "Allow applications to inhibit system shutdown"
msgstr "Уможливлення перешкоджання вимкненню системи програмами"
#: src/login/org.freedesktop.login1.policy:23
-msgid "Authentication is required for an application to inhibit system shutdown."
-msgstr "Для того, щоб уможливити програмам перешкоджання вимкненню системи, слід пройти розпізнавання."
+msgid ""
+"Authentication is required for an application to inhibit system shutdown."
+msgstr ""
+"Для того, щоб уможливити програмам перешкоджання вимкненню системи, слід "
+"пройти розпізнавання."
#: src/login/org.freedesktop.login1.policy:33
msgid "Allow applications to delay system shutdown"
@@ -386,7 +431,9 @@ msgstr "Уможливлення затримки вимкнення систе
#: src/login/org.freedesktop.login1.policy:34
msgid "Authentication is required for an application to delay system shutdown."
-msgstr "Для того, щоб уможливити програмам затримання вимкнення системи, слід пройти розпізнавання."
+msgstr ""
+"Для того, щоб уможливити програмам затримання вимкнення системи, слід пройти "
+"розпізнавання."
#: src/login/org.freedesktop.login1.policy:44
msgid "Allow applications to inhibit system sleep"
@@ -394,7 +441,9 @@ msgstr "Уможливлення перешкоджання присиплянн
#: src/login/org.freedesktop.login1.policy:45
msgid "Authentication is required for an application to inhibit system sleep."
-msgstr "Для того, щоб уможливити програмам перешкоджання присиплянню системи, слід пройти розпізнавання."
+msgstr ""
+"Для того, щоб уможливити програмам перешкоджання присиплянню системи, слід "
+"пройти розпізнавання."
#: src/login/org.freedesktop.login1.policy:55
msgid "Allow applications to delay system sleep"
@@ -402,55 +451,88 @@ msgstr "Уможливлення затримання присипляння с
#: src/login/org.freedesktop.login1.policy:56
msgid "Authentication is required for an application to delay system sleep."
-msgstr "Для того, щоб уможливити програмам затримання присипляння системи, слід пройти розпізнавання."
+msgstr ""
+"Для того, щоб уможливити програмам затримання присипляння системи, слід "
+"пройти розпізнавання."
#: src/login/org.freedesktop.login1.policy:65
msgid "Allow applications to inhibit automatic system suspend"
-msgstr "Уможливлення перешкоджання автоматичному призупиненню системи програмами"
+msgstr ""
+"Уможливлення перешкоджання автоматичному призупиненню системи програмами"
#: src/login/org.freedesktop.login1.policy:66
-msgid "Authentication is required for an application to inhibit automatic system suspend."
-msgstr "Для того, щоб уможливити програмам перешкоджання автоматичне призупинення роботи системи, слід пройти розпізнавання."
+msgid ""
+"Authentication is required for an application to inhibit automatic system "
+"suspend."
+msgstr ""
+"Для того, щоб уможливити програмам перешкоджання автоматичне призупинення "
+"роботи системи, слід пройти розпізнавання."
#: src/login/org.freedesktop.login1.policy:75
msgid "Allow applications to inhibit system handling of the power key"
-msgstr "Уможливлення перешкоджання обробці системою клавіші живлення для програм"
+msgstr ""
+"Уможливлення перешкоджання обробці системою клавіші живлення для програм"
#: src/login/org.freedesktop.login1.policy:76
-msgid "Authentication is required for an application to inhibit system handling of the power key."
-msgstr "Для того, щоб дозволити програмам перешкоджати обробленню системою клавіші живлення, слід пройти розпізнавання."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the power key."
+msgstr ""
+"Для того, щоб дозволити програмам перешкоджати обробленню системою клавіші "
+"живлення, слід пройти розпізнавання."
#: src/login/org.freedesktop.login1.policy:86
msgid "Allow applications to inhibit system handling of the suspend key"
-msgstr "Уможливлення перешкоджання обробці системою клавіші призупинення для програм"
+msgstr ""
+"Уможливлення перешкоджання обробці системою клавіші призупинення для програм"
#: src/login/org.freedesktop.login1.policy:87
-msgid "Authentication is required for an application to inhibit system handling of the suspend key."
-msgstr "Для того, щоб дозволити програмам перешкоджати обробленню системою клавіші призупинення, слід пройти розпізнавання."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the suspend key."
+msgstr ""
+"Для того, щоб дозволити програмам перешкоджати обробленню системою клавіші "
+"призупинення, слід пройти розпізнавання."
#: src/login/org.freedesktop.login1.policy:97
msgid "Allow applications to inhibit system handling of the hibernate key"
-msgstr "Уможливлення перешкоджання обробці системою клавіші присипляння для програм"
+msgstr ""
+"Уможливлення перешкоджання обробці системою клавіші присипляння для програм"
#: src/login/org.freedesktop.login1.policy:98
-msgid "Authentication is required for an application to inhibit system handling of the hibernate key."
-msgstr "Для того, щоб дозволити програмам перешкоджати обробленню системою клавіші присипляння, слід пройти розпізнавання."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the hibernate key."
+msgstr ""
+"Для того, щоб дозволити програмам перешкоджати обробленню системою клавіші "
+"присипляння, слід пройти розпізнавання."
#: src/login/org.freedesktop.login1.policy:107
msgid "Allow applications to inhibit system handling of the lid switch"
-msgstr "Уможливлення перешкоджання обробці системою перемикання кришки для програм"
+msgstr ""
+"Уможливлення перешкоджання обробці системою перемикання кришки для програм"
#: src/login/org.freedesktop.login1.policy:108
-msgid "Authentication is required for an application to inhibit system handling of the lid switch."
-msgstr "Для того, щоб дозволити програмам перешкоджати обробленню системою перемикання кришки, слід пройти розпізнавання."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the lid switch."
+msgstr ""
+"Для того, щоб дозволити програмам перешкоджати обробленню системою "
+"перемикання кришки, слід пройти розпізнавання."
#: src/login/org.freedesktop.login1.policy:117
msgid "Allow applications to inhibit system handling of the reboot key"
-msgstr "Уможливлення перешкоджання обробці системою клавіші перезавантаження для програм"
+msgstr ""
+"Уможливлення перешкоджання обробці системою клавіші перезавантаження для "
+"програм"
#: src/login/org.freedesktop.login1.policy:118
-msgid "Authentication is required for an application to inhibit system handling of the reboot key."
-msgstr "Для того, щоб дозволити програмам перешкоджати обробленню системою клавіші перезавантаження, слід пройти розпізнавання."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the reboot key."
+msgstr ""
+"Для того, щоб дозволити програмам перешкоджати обробленню системою клавіші "
+"перезавантаження, слід пройти розпізнавання."
#: src/login/org.freedesktop.login1.policy:128
msgid "Allow non-logged-in user to run programs"
@@ -458,7 +540,9 @@ msgstr "Дозвіл для незареєстрованого користув
#: src/login/org.freedesktop.login1.policy:129
msgid "Explicit request is required to run programs as a non-logged-in user."
-msgstr "Для того, щоб дозволити незареєстрованому користувачеві запускати програми, потрібен явний запит."
+msgstr ""
+"Для того, щоб дозволити незареєстрованому користувачеві запускати програми, "
+"потрібен явний запит."
#: src/login/org.freedesktop.login1.policy:138
msgid "Allow non-logged-in users to run programs"
@@ -466,7 +550,9 @@ msgstr "Дозвіл для незареєстрованих користува
#: src/login/org.freedesktop.login1.policy:139
msgid "Authentication is required to run programs as a non-logged-in user."
-msgstr "Для того, щоб дозволити незареєстрованому користувачеві запускати програми, слід пройти розпізнавання."
+msgstr ""
+"Для того, щоб дозволити незареєстрованому користувачеві запускати програми, "
+"слід пройти розпізнавання."
#: src/login/org.freedesktop.login1.policy:148
msgid "Allow attaching devices to seats"
@@ -474,7 +560,8 @@ msgstr "Дозвіл на під'єднання пристроїв до місц
#: src/login/org.freedesktop.login1.policy:149
msgid "Authentication is required to attach a device to a seat."
-msgstr "Для того, щоб під'єднувати пристрої до місць, слід пройти розпізнавання."
+msgstr ""
+"Для того, щоб під'єднувати пристрої до місць, слід пройти розпізнавання."
#: src/login/org.freedesktop.login1.policy:159
msgid "Flush device to seat attachments"
@@ -497,16 +584,24 @@ msgid "Power off the system while other users are logged in"
msgstr "Вимикання системи, коли інші користувачі ще у ній"
#: src/login/org.freedesktop.login1.policy:181
-msgid "Authentication is required to power off the system while other users are logged in."
-msgstr "Для вимикання системи, коли у ній ще працюють інші користувачі, слід пройти розпізнавання."
+msgid ""
+"Authentication is required to power off the system while other users are "
+"logged in."
+msgstr ""
+"Для вимикання системи, коли у ній ще працюють інші користувачі, слід пройти "
+"розпізнавання."
#: src/login/org.freedesktop.login1.policy:191
msgid "Power off the system while an application is inhibiting this"
msgstr "Вимикання системи, коли програми намагаються перешкодити цьому"
#: src/login/org.freedesktop.login1.policy:192
-msgid "Authentication is required to power off the system while an application is inhibiting this."
-msgstr "Для того, щоб вимкнути систему, коли програми намагаються перешкодити цьому, слід пройти розпізнавання."
+msgid ""
+"Authentication is required to power off the system while an application is "
+"inhibiting this."
+msgstr ""
+"Для того, щоб вимкнути систему, коли програми намагаються перешкодити цьому, "
+"слід пройти розпізнавання."
#: src/login/org.freedesktop.login1.policy:202
msgid "Reboot the system"
@@ -521,16 +616,24 @@ msgid "Reboot the system while other users are logged in"
msgstr "Перезавантаження, якщо інші користувачі в системі"
#: src/login/org.freedesktop.login1.policy:214
-msgid "Authentication is required to reboot the system while other users are logged in."
-msgstr "Для перезавантаження системи, коли у ній ще працюють інші користувачі, слід пройти розпізнавання."
+msgid ""
+"Authentication is required to reboot the system while other users are logged "
+"in."
+msgstr ""
+"Для перезавантаження системи, коли у ній ще працюють інші користувачі, слід "
+"пройти розпізнавання."
#: src/login/org.freedesktop.login1.policy:224
msgid "Reboot the system while an application is inhibiting this"
msgstr "Перезапуск системи, коли програми намагаються перешкодити цьому"
#: src/login/org.freedesktop.login1.policy:225
-msgid "Authentication is required to reboot the system while an application is inhibiting this."
-msgstr "Для того, щоб перезавантажити систему, коли програми намагаються перешкодити цьому, слід пройти розпізнавання."
+msgid ""
+"Authentication is required to reboot the system while an application is "
+"inhibiting this."
+msgstr ""
+"Для того, щоб перезавантажити систему, коли програми намагаються перешкодити "
+"цьому, слід пройти розпізнавання."
#: src/login/org.freedesktop.login1.policy:235
msgid "Halt the system"
@@ -545,16 +648,24 @@ msgid "Halt the system while other users are logged in"
msgstr "Зупинення системи, коли інші користувачі в ній"
#: src/login/org.freedesktop.login1.policy:247
-msgid "Authentication is required to halt the system while other users are logged in."
-msgstr "Для зупинення системи, коли у ній ще працюють інші користувачі, слід пройти розпізнавання."
+msgid ""
+"Authentication is required to halt the system while other users are logged "
+"in."
+msgstr ""
+"Для зупинення системи, коли у ній ще працюють інші користувачі, слід пройти "
+"розпізнавання."
#: src/login/org.freedesktop.login1.policy:257
msgid "Halt the system while an application is inhibiting this"
msgstr "Зупинення системи, коли програми намагаються перешкодити цьому"
#: src/login/org.freedesktop.login1.policy:258
-msgid "Authentication is required to halt the system while an application is inhibiting this."
-msgstr "Для того, щоб зупинити систему, коли програми намагаються перешкодити цьому, слід пройти розпізнавання."
+msgid ""
+"Authentication is required to halt the system while an application is "
+"inhibiting this."
+msgstr ""
+"Для того, щоб зупинити систему, коли програми намагаються перешкодити цьому, "
+"слід пройти розпізнавання."
#: src/login/org.freedesktop.login1.policy:268
msgid "Suspend the system"
@@ -569,16 +680,24 @@ msgid "Suspend the system while other users are logged in"
msgstr "Призупинення системи, коли інші користувачі в ній"
#: src/login/org.freedesktop.login1.policy:279
-msgid "Authentication is required to suspend the system while other users are logged in."
-msgstr "Для призупинення системи, коли у ній ще працюють інші користувачі, слід пройти розпізнавання."
+msgid ""
+"Authentication is required to suspend the system while other users are "
+"logged in."
+msgstr ""
+"Для призупинення системи, коли у ній ще працюють інші користувачі, слід "
+"пройти розпізнавання."
#: src/login/org.freedesktop.login1.policy:289
msgid "Suspend the system while an application is inhibiting this"
msgstr "Призупинення системи, коли програми намагаються перешкодити цьому"
#: src/login/org.freedesktop.login1.policy:290
-msgid "Authentication is required to suspend the system while an application is inhibiting this."
-msgstr "Для того, щоб призупинити систему, коли програми намагаються перешкодити цьому, слід пройти розпізнавання."
+msgid ""
+"Authentication is required to suspend the system while an application is "
+"inhibiting this."
+msgstr ""
+"Для того, щоб призупинити систему, коли програми намагаються перешкодити "
+"цьому, слід пройти розпізнавання."
#: src/login/org.freedesktop.login1.policy:300
msgid "Hibernate the system"
@@ -593,16 +712,24 @@ msgid "Hibernate the system while other users are logged in"
msgstr "Присипляння системи, коли інші користувачі в ній"
#: src/login/org.freedesktop.login1.policy:311
-msgid "Authentication is required to hibernate the system while other users are logged in."
-msgstr "Для присипляння системи, коли у ній ще працюють інші користувачі, слід пройти розпізнавання."
+msgid ""
+"Authentication is required to hibernate the system while other users are "
+"logged in."
+msgstr ""
+"Для присипляння системи, коли у ній ще працюють інші користувачі, слід "
+"пройти розпізнавання."
#: src/login/org.freedesktop.login1.policy:321
msgid "Hibernate the system while an application is inhibiting this"
msgstr "Присипляння системи, коли програми намагаються перешкодити цьому"
#: src/login/org.freedesktop.login1.policy:322
-msgid "Authentication is required to hibernate the system while an application is inhibiting this."
-msgstr "Для того, щоб приспати систему, коли програми намагаються перешкодити цьому, слід пройти розпізнавання."
+msgid ""
+"Authentication is required to hibernate the system while an application is "
+"inhibiting this."
+msgstr ""
+"Для того, щоб приспати систему, коли програми намагаються перешкодити цьому, "
+"слід пройти розпізнавання."
#: src/login/org.freedesktop.login1.policy:332
msgid "Manage active sessions, users and seats"
@@ -610,7 +737,9 @@ msgstr "Керування сеансами, користувачами і ро
#: src/login/org.freedesktop.login1.policy:333
msgid "Authentication is required to manage active sessions, users and seats."
-msgstr "Для того, щоб керувати сеансами, користувачами і робочими місцями, слід пройти розпізнавання."
+msgstr ""
+"Для того, щоб керувати сеансами, користувачами і робочими місцями, слід "
+"пройти розпізнавання."
#: src/login/org.freedesktop.login1.policy:342
msgid "Lock or unlock active sessions"
@@ -618,7 +747,9 @@ msgstr "Блокування і розблоковування сеансів"
#: src/login/org.freedesktop.login1.policy:343
msgid "Authentication is required to lock or unlock active sessions."
-msgstr "Для того, щоб заблокувати або розблокувати активні сеанси, слід пройти розпізнавання."
+msgstr ""
+"Для того, щоб заблокувати або розблокувати активні сеанси, слід пройти "
+"розпізнавання."
#: src/login/org.freedesktop.login1.policy:352
msgid "Set the reboot \"reason\" in the kernel"
@@ -626,31 +757,45 @@ msgstr "Встановлення «причини» перезавантажен
#: src/login/org.freedesktop.login1.policy:353
msgid "Authentication is required to set the reboot \"reason\" in the kernel."
-msgstr "Для того, щоб встановити «причину» перезавантаження у ядрі, слід пройти розпізнавання."
+msgstr ""
+"Для того, щоб встановити «причину» перезавантаження у ядрі, слід пройти "
+"розпізнавання."
#: src/login/org.freedesktop.login1.policy:363
msgid "Indicate to the firmware to boot to setup interface"
msgstr "Визначення для мікрокоду завантаження інтерфейсу встановлення"
#: src/login/org.freedesktop.login1.policy:364
-msgid "Authentication is required to indicate to the firmware to boot to setup interface."
-msgstr "Для того, щоб дозволити мікрокоду визначати, чи завантажувати інтерфейс встановлення, слід пройти розпізнавання."
+msgid ""
+"Authentication is required to indicate to the firmware to boot to setup "
+"interface."
+msgstr ""
+"Для того, щоб дозволити мікрокоду визначати, чи завантажувати інтерфейс "
+"встановлення, слід пройти розпізнавання."
#: src/login/org.freedesktop.login1.policy:374
msgid "Indicate to the boot loader to boot to the boot loader menu"
msgstr "Визначення для завантажувача завантаження до меню завантажувача"
#: src/login/org.freedesktop.login1.policy:375
-msgid "Authentication is required to indicate to the boot loader to boot to the boot loader menu."
-msgstr "Для того, щоб вказати завантажувачу, що слід завантажитися до меню завантажувача, слід пройти розпізнавання."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot to the "
+"boot loader menu."
+msgstr ""
+"Для того, щоб вказати завантажувачу, що слід завантажитися до меню "
+"завантажувача, слід пройти розпізнавання."
#: src/login/org.freedesktop.login1.policy:385
msgid "Indicate to the boot loader to boot a specific entry"
msgstr "Визначення для завантажувача певного пункту для завантаження"
#: src/login/org.freedesktop.login1.policy:386
-msgid "Authentication is required to indicate to the boot loader to boot into a specific boot loader entry."
-msgstr "Для того, щоб вказати завантажувачу, що слід завантажити певний пункт меню завантаження, слід пройти розпізнавання."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot into a "
+"specific boot loader entry."
+msgstr ""
+"Для того, щоб вказати завантажувачу, що слід завантажити певний пункт меню "
+"завантаження, слід пройти розпізнавання."
#: src/login/org.freedesktop.login1.policy:396
msgid "Set a wall message"
@@ -674,7 +819,8 @@ msgstr "Вхід до локального контейнера"
#: src/machine/org.freedesktop.machine1.policy:23
msgid "Authentication is required to log into a local container."
-msgstr "Для того, щоб увійти до локального контейнера, слід пройти розпізнавання."
+msgstr ""
+"Для того, щоб увійти до локального контейнера, слід пройти розпізнавання."
#: src/machine/org.freedesktop.machine1.policy:32
msgid "Log into the local host"
@@ -690,7 +836,9 @@ msgstr "Отримання командної оболонки у локальн
#: src/machine/org.freedesktop.machine1.policy:43
msgid "Authentication is required to acquire a shell in a local container."
-msgstr "Для отримання командної оболонки у локальному контейнері слід пройти розпізнавання."
+msgstr ""
+"Для отримання командної оболонки у локальному контейнері слід пройти "
+"розпізнавання."
#: src/machine/org.freedesktop.machine1.policy:53
msgid "Acquire a shell on the local host"
@@ -698,15 +846,19 @@ msgstr "Отримання командної оболонки на локаль
#: src/machine/org.freedesktop.machine1.policy:54
msgid "Authentication is required to acquire a shell on the local host."
-msgstr "Для отримання командної оболонки на локальному вузлі слід пройти розпізнавання."
+msgstr ""
+"Для отримання командної оболонки на локальному вузлі слід пройти "
+"розпізнавання."
#: src/machine/org.freedesktop.machine1.policy:64
msgid "Acquire a pseudo TTY in a local container"
msgstr "Отримання псевдо-TTY у локальному контейнері"
#: src/machine/org.freedesktop.machine1.policy:65
-msgid "Authentication is required to acquire a pseudo TTY in a local container."
-msgstr "Для отримання псевдо-TTY в локальному контейнері слід пройти розпізнавання."
+msgid ""
+"Authentication is required to acquire a pseudo TTY in a local container."
+msgstr ""
+"Для отримання псевдо-TTY в локальному контейнері слід пройти розпізнавання."
#: src/machine/org.freedesktop.machine1.policy:74
msgid "Acquire a pseudo TTY on the local host"
@@ -714,23 +866,31 @@ msgstr "Отримання псевдо-TTY на локальному вузлі
#: src/machine/org.freedesktop.machine1.policy:75
msgid "Authentication is required to acquire a pseudo TTY on the local host."
-msgstr "Для отримання псевдо-TTY на локальному вузлі слід пройти розпізнавання."
+msgstr ""
+"Для отримання псевдо-TTY на локальному вузлі слід пройти розпізнавання."
#: src/machine/org.freedesktop.machine1.policy:84
msgid "Manage local virtual machines and containers"
msgstr "Керування локальними віртуальними машинами і контейнерами"
#: src/machine/org.freedesktop.machine1.policy:85
-msgid "Authentication is required to manage local virtual machines and containers."
-msgstr "Для доступу до керування локальними віртуальними машинами і контейнерами слід пройти розпізнавання."
+msgid ""
+"Authentication is required to manage local virtual machines and containers."
+msgstr ""
+"Для доступу до керування локальними віртуальними машинами і контейнерами "
+"слід пройти розпізнавання."
#: src/machine/org.freedesktop.machine1.policy:95
msgid "Manage local virtual machine and container images"
msgstr "Керування локальними образами віртуальних машин і контейнерів"
#: src/machine/org.freedesktop.machine1.policy:96
-msgid "Authentication is required to manage local virtual machine and container images."
-msgstr "Для доступу до керування локальними образами віртуальних машин і контейнерів слід пройти розпізнавання."
+msgid ""
+"Authentication is required to manage local virtual machine and container "
+"images."
+msgstr ""
+"Для доступу до керування локальними образами віртуальних машин і контейнерів "
+"слід пройти розпізнавання."
#: src/network/org.freedesktop.network1.policy:22
msgid "Set NTP servers"
@@ -788,7 +948,8 @@ msgstr "Вмикання або вимикання трансляційної DN
#: src/network/org.freedesktop.network1.policy:78
#: src/resolve/org.freedesktop.resolve1.policy:89
msgid "Authentication is required to enable or disable multicast DNS."
-msgstr "Для вмикання або вимикання трансляційної DNS слід пройти розпізнавання."
+msgstr ""
+"Для вмикання або вимикання трансляційної DNS слід пройти розпізнавання."
#: src/network/org.freedesktop.network1.policy:88
#: src/resolve/org.freedesktop.resolve1.policy:99
@@ -818,7 +979,8 @@ msgstr "Встановлення прив'язок від'ємної довір
#: src/network/org.freedesktop.network1.policy:111
#: src/resolve/org.freedesktop.resolve1.policy:122
msgid "Authentication is required to set DNSSEC Negative Trust Anchors."
-msgstr "Для встановлення прив'язки від'ємної довіри DNSSEC слід пройти розпізнавання."
+msgstr ""
+"Для встановлення прив'язки від'ємної довіри DNSSEC слід пройти розпізнавання."
#: src/network/org.freedesktop.network1.policy:121
msgid "Revert NTP settings"
@@ -842,7 +1004,9 @@ msgstr "Сервер DHCP надсилає повідомлення щодо п
#: src/network/org.freedesktop.network1.policy:144
msgid "Authentication is required to send force renew message."
-msgstr "Для надсилання повідомлення щодо примусового оновлення слід пройти розпізнавання."
+msgstr ""
+"Для надсилання повідомлення щодо примусового оновлення слід пройти "
+"розпізнавання."
#: src/network/org.freedesktop.network1.policy:154
msgid "Renew dynamic addresses"
@@ -881,16 +1045,22 @@ msgid "Attach or detach a portable service image"
msgstr "Долучення або вилучення образу портативної служби"
#: src/portable/org.freedesktop.portable1.policy:24
-msgid "Authentication is required to attach or detach a portable service image."
-msgstr "Для долучення або вилучення образу портативної служби слід пройти розпізнавання."
+msgid ""
+"Authentication is required to attach or detach a portable service image."
+msgstr ""
+"Для долучення або вилучення образу портативної служби слід пройти "
+"розпізнавання."
#: src/portable/org.freedesktop.portable1.policy:34
msgid "Delete or modify portable service image"
msgstr "Вилучення або внесення змін до образу портативної служби"
#: src/portable/org.freedesktop.portable1.policy:35
-msgid "Authentication is required to delete or modify a portable service image."
-msgstr "Для вилучення образу портативної служби або внесення до нього змін слід пройти розпізнавання."
+msgid ""
+"Authentication is required to delete or modify a portable service image."
+msgstr ""
+"Для вилучення образу портативної служби або внесення до нього змін слід "
+"пройти розпізнавання."
#: src/resolve/org.freedesktop.resolve1.policy:22
msgid "Register a DNS-SD service"
@@ -914,7 +1084,9 @@ msgstr "Повернення до початкових параметрів ви
#: src/resolve/org.freedesktop.resolve1.policy:133
msgid "Authentication is required to reset name resolution settings."
-msgstr "Для повернення до початкових параметрів визначення назв вузлів за адресами слід пройти розпізнавання."
+msgstr ""
+"Для повернення до початкових параметрів визначення назв вузлів за адресами "
+"слід пройти розпізнавання."
#: src/timedate/org.freedesktop.timedate1.policy:22
msgid "Set system time"
@@ -930,56 +1102,76 @@ msgstr "Встановлення загальносистемного часов
#: src/timedate/org.freedesktop.timedate1.policy:34
msgid "Authentication is required to set the system timezone."
-msgstr "Для встановлення загальносистемного часового поясу слід пройти розпізнавання."
+msgstr ""
+"Для встановлення загальносистемного часового поясу слід пройти розпізнавання."
#: src/timedate/org.freedesktop.timedate1.policy:43
msgid "Set RTC to local timezone or UTC"
msgstr "Встановлення для RTC місцевого часового поясу або UTC"
#: src/timedate/org.freedesktop.timedate1.policy:44
-msgid "Authentication is required to control whether the RTC stores the local or UTC time."
-msgstr "Для керування тим, зберігатиме годинник реального часу локальний час чи час UTC, слід пройти розпізнавання."
+msgid ""
+"Authentication is required to control whether the RTC stores the local or "
+"UTC time."
+msgstr ""
+"Для керування тим, зберігатиме годинник реального часу локальний час чи час "
+"UTC, слід пройти розпізнавання."
#: src/timedate/org.freedesktop.timedate1.policy:53
msgid "Turn network time synchronization on or off"
msgstr "Вмикання або вимикання синхронізації часу за допомогою мережі"
#: src/timedate/org.freedesktop.timedate1.policy:54
-msgid "Authentication is required to control whether network time synchronization shall be enabled."
-msgstr "Для керування тим, чи слід вмикати синхронізацію часу за допомогою мережі, слід пройти розпізнавання."
+msgid ""
+"Authentication is required to control whether network time synchronization "
+"shall be enabled."
+msgstr ""
+"Для керування тим, чи слід вмикати синхронізацію часу за допомогою мережі, "
+"слід пройти розпізнавання."
-#: src/core/dbus-unit.c:364
+#: src/core/dbus-unit.c:352
msgid "Authentication is required to start '$(unit)'."
msgstr "Для запуску «$(unit)» слід пройти розпізнавання."
-#: src/core/dbus-unit.c:365
+#: src/core/dbus-unit.c:353
msgid "Authentication is required to stop '$(unit)'."
msgstr "Для зупинення «$(unit)» слід пройти розпізнавання."
-#: src/core/dbus-unit.c:366
+#: src/core/dbus-unit.c:354
msgid "Authentication is required to reload '$(unit)'."
msgstr "Для перезавантаження «$(unit)» слід пройти розпізнавання."
-#: src/core/dbus-unit.c:367 src/core/dbus-unit.c:368
+#: src/core/dbus-unit.c:355 src/core/dbus-unit.c:356
msgid "Authentication is required to restart '$(unit)'."
msgstr "Для перезапуску «$(unit)» слід пройти розпізнавання."
-#: src/core/dbus-unit.c:565
-msgid "Authentication is required to send a UNIX signal to the processes of '$(unit)'."
-msgstr "Для надсилання сигналу UNIX до процесів «$(unit)» слід пройти розпізнавання."
+#: src/core/dbus-unit.c:553
+msgid ""
+"Authentication is required to send a UNIX signal to the processes of "
+"'$(unit)'."
+msgstr ""
+"Для надсилання сигналу UNIX до процесів «$(unit)» слід пройти розпізнавання."
-#: src/core/dbus-unit.c:595
+#: src/core/dbus-unit.c:583
msgid "Authentication is required to reset the \"failed\" state of '$(unit)'."
-msgstr "Для скидання «пошкодженого» стану з «$(unit)» слід пройти розпізнавання."
+msgstr ""
+"Для скидання «пошкодженого» стану з «$(unit)» слід пройти розпізнавання."
-#: src/core/dbus-unit.c:627
+#: src/core/dbus-unit.c:615
msgid "Authentication is required to set properties on '$(unit)'."
msgstr "Для визначення властивостей на «$(unit)» слід пройти розпізнавання."
-#: src/core/dbus-unit.c:728
-msgid "Authentication is required to delete files and directories associated with '$(unit)'."
-msgstr "Для вилучення файлів і каталогів, які пов'язано із «$(unit)», слід пройти розпізнавання."
+#: src/core/dbus-unit.c:716
+msgid ""
+"Authentication is required to delete files and directories associated with "
+"'$(unit)'."
+msgstr ""
+"Для вилучення файлів і каталогів, які пов'язано із «$(unit)», слід пройти "
+"розпізнавання."
-#: src/core/dbus-unit.c:776
-msgid "Authentication is required to freeze or thaw the processes of '$(unit)' unit."
-msgstr "Для замороження або розмороження процесів модуля «$(unit)» слід пройти розпізнавання."
+#: src/core/dbus-unit.c:764
+msgid ""
+"Authentication is required to freeze or thaw the processes of '$(unit)' unit."
+msgstr ""
+"Для замороження або розмороження процесів модуля «$(unit)» слід пройти "
+"розпізнавання."
diff --git a/po/zh_CN.po b/po/zh_CN.po
index b77a53762ef..f87a74e2cae 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -9,10 +9,11 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-07-14 10:32+0100\n"
+"POT-Creation-Date: 2023-11-14 21:25+0000\n"
"PO-Revision-Date: 2022-10-31 11:19+0000\n"
"Last-Translator: Charles Lee <lchopn@gmail.com>\n"
-"Language-Team: Chinese (Simplified) <https://translate.fedoraproject.org/projects/systemd/master/zh_CN/>\n"
+"Language-Team: Chinese (Simplified) <https://translate.fedoraproject.org/"
+"projects/systemd/master/zh_CN/>\n"
"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -25,7 +26,8 @@ msgid "Send passphrase back to system"
msgstr "将密码发回系统"
#: src/core/org.freedesktop.systemd1.policy.in:23
-msgid "Authentication is required to send the entered passphrase back to the system."
+msgid ""
+"Authentication is required to send the entered passphrase back to the system."
msgstr "将输入的密码发回系统需要认证。"
#: src/core/org.freedesktop.systemd1.policy.in:33
@@ -49,7 +51,9 @@ msgid "Set or unset system and service manager environment variables"
msgstr "设置或清除系统及服务管理器的环境变量"
#: src/core/org.freedesktop.systemd1.policy.in:55
-msgid "Authentication is required to set or unset system and service manager environment variables."
+msgid ""
+"Authentication is required to set or unset system and service manager "
+"environment variables."
msgstr "设置或清除系统及服务管理器的环境变量需要认证。"
#: src/core/org.freedesktop.systemd1.policy.in:64
@@ -66,7 +70,8 @@ msgstr ""
#: src/core/org.freedesktop.systemd1.policy.in:75
#, fuzzy
-msgid "Authentication is required to dump the systemd state without rate limits."
+msgid ""
+"Authentication is required to dump the systemd state without rate limits."
msgstr "重新载入 systemd 状态需要认证。"
#: src/home/org.freedesktop.home1.policy:13
@@ -90,7 +95,8 @@ msgid "Check credentials of a home area"
msgstr "检查家区域凭证"
#: src/home/org.freedesktop.home1.policy:34
-msgid "Authentication is required to check credentials against a user's home area."
+msgid ""
+"Authentication is required to check credentials against a user's home area."
msgstr "根据用户家区域检查凭证需要认证。"
#: src/home/org.freedesktop.home1.policy:43
@@ -117,12 +123,15 @@ msgid "Change password of a home area"
msgstr "更改家区域的密码"
#: src/home/org.freedesktop.home1.policy:64
-msgid "Authentication is required to change the password of a user's home area."
+msgid ""
+"Authentication is required to change the password of a user's home area."
msgstr "更改家区域密码需要认证。"
#: src/home/pam_systemd_home.c:287
#, c-format
-msgid "Home of user %s is currently absent, please plug in the necessary storage device or backing file system."
+msgid ""
+"Home of user %s is currently absent, please plug in the necessary storage "
+"device or backing file system."
msgstr ""
#: src/home/pam_systemd_home.c:292
@@ -149,7 +158,9 @@ msgstr ""
#: src/home/pam_systemd_home.c:331
#, c-format
-msgid "Password/recovery key incorrect or not sufficient for authentication of user %s."
+msgid ""
+"Password/recovery key incorrect or not sufficient for authentication of user "
+"%s."
msgstr ""
#: src/home/pam_systemd_home.c:332
@@ -167,7 +178,9 @@ msgstr ""
#: src/home/pam_systemd_home.c:355
#, c-format
-msgid "Password incorrect or not sufficient, and configured security token of user %s not inserted."
+msgid ""
+"Password incorrect or not sufficient, and configured security token of user "
+"%s not inserted."
msgstr ""
#: src/home/pam_systemd_home.c:376
@@ -190,7 +203,9 @@ msgid "Please verify user on security token of user %s."
msgstr ""
#: src/home/pam_systemd_home.c:424
-msgid "Security token PIN is locked, please unlock it first. (Hint: Removal and re-insertion might suffice.)"
+msgid ""
+"Security token PIN is locked, please unlock it first. (Hint: Removal and re-"
+"insertion might suffice.)"
msgstr ""
#: src/home/pam_systemd_home.c:432
@@ -281,7 +296,9 @@ msgstr "设置静态主机名"
#
# There were some discussions, like https://lists.fedoraprojects.org/pipermail/trans-zh_cn/2012-December/001347.html
#: src/hostname/org.freedesktop.hostname1.policy:31
-msgid "Authentication is required to set the statically configured local hostname, as well as the pretty hostname."
+msgid ""
+"Authentication is required to set the statically configured local hostname, "
+"as well as the pretty hostname."
msgstr "设定静态本地主机名或美观主机名需要认证。"
#: src/hostname/org.freedesktop.hostname1.policy:41
@@ -361,7 +378,8 @@ msgid "Allow applications to inhibit system shutdown"
msgstr "允许应用程序阻止系统关机"
#: src/login/org.freedesktop.login1.policy:23
-msgid "Authentication is required for an application to inhibit system shutdown."
+msgid ""
+"Authentication is required for an application to inhibit system shutdown."
msgstr "允许应用程序阻止系统关机需要认证。"
#: src/login/org.freedesktop.login1.policy:33
@@ -393,7 +411,9 @@ msgid "Allow applications to inhibit automatic system suspend"
msgstr "允许应用程序阻止系统自动挂起"
#: src/login/org.freedesktop.login1.policy:66
-msgid "Authentication is required for an application to inhibit automatic system suspend."
+msgid ""
+"Authentication is required for an application to inhibit automatic system "
+"suspend."
msgstr "允许应用程序阻止系统自动挂起需要认证。"
#: src/login/org.freedesktop.login1.policy:75
@@ -401,7 +421,9 @@ msgid "Allow applications to inhibit system handling of the power key"
msgstr "允许应用程序阻止系统响应电源键"
#: src/login/org.freedesktop.login1.policy:76
-msgid "Authentication is required for an application to inhibit system handling of the power key."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the power key."
msgstr "允许应用程序阻止系统响应电源键需要认证。"
#: src/login/org.freedesktop.login1.policy:86
@@ -409,7 +431,9 @@ msgid "Allow applications to inhibit system handling of the suspend key"
msgstr "允许应用程序阻止系统响应挂起键"
#: src/login/org.freedesktop.login1.policy:87
-msgid "Authentication is required for an application to inhibit system handling of the suspend key."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the suspend key."
msgstr "允许应用程序阻止系统响应挂起键需要认证。"
#: src/login/org.freedesktop.login1.policy:97
@@ -417,7 +441,9 @@ msgid "Allow applications to inhibit system handling of the hibernate key"
msgstr "允许应用程序阻止系统响应挂起键"
#: src/login/org.freedesktop.login1.policy:98
-msgid "Authentication is required for an application to inhibit system handling of the hibernate key."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the hibernate key."
msgstr "允许应用程序阻止系统响应挂起键需要认证。"
#: src/login/org.freedesktop.login1.policy:107
@@ -425,7 +451,9 @@ msgid "Allow applications to inhibit system handling of the lid switch"
msgstr "允许应用程序阻止系统响应笔记本上盖开关事件"
#: src/login/org.freedesktop.login1.policy:108
-msgid "Authentication is required for an application to inhibit system handling of the lid switch."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the lid switch."
msgstr "允许应用程序阻止系统响应笔记本上盖开关事件需要认证。"
#: src/login/org.freedesktop.login1.policy:117
@@ -433,7 +461,9 @@ msgid "Allow applications to inhibit system handling of the reboot key"
msgstr "允许应用程序阻止系统响应重启键"
#: src/login/org.freedesktop.login1.policy:118
-msgid "Authentication is required for an application to inhibit system handling of the reboot key."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the reboot key."
msgstr "允许应用程序阻止系统响应重启键需要认证。"
#: src/login/org.freedesktop.login1.policy:128
@@ -484,7 +514,9 @@ msgid "Power off the system while other users are logged in"
msgstr "存在其他已登录用户时仍然关机"
#: src/login/org.freedesktop.login1.policy:181
-msgid "Authentication is required to power off the system while other users are logged in."
+msgid ""
+"Authentication is required to power off the system while other users are "
+"logged in."
msgstr "存在其他已登录用户时关闭系统需要认证。"
#: src/login/org.freedesktop.login1.policy:191
@@ -492,7 +524,9 @@ msgid "Power off the system while an application is inhibiting this"
msgstr "有其它应用程序阻止时仍然关机"
#: src/login/org.freedesktop.login1.policy:192
-msgid "Authentication is required to power off the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to power off the system while an application is "
+"inhibiting this."
msgstr "在其它应用程序阻止关机时关闭系统需要认证。"
#: src/login/org.freedesktop.login1.policy:202
@@ -508,7 +542,9 @@ msgid "Reboot the system while other users are logged in"
msgstr "存在其他已登录用户时仍然重启"
#: src/login/org.freedesktop.login1.policy:214
-msgid "Authentication is required to reboot the system while other users are logged in."
+msgid ""
+"Authentication is required to reboot the system while other users are logged "
+"in."
msgstr "存在其他已登录用户时重启系统需要认证。"
#: src/login/org.freedesktop.login1.policy:224
@@ -516,7 +552,9 @@ msgid "Reboot the system while an application is inhibiting this"
msgstr "有其它应用程序阻止时仍然重启"
#: src/login/org.freedesktop.login1.policy:225
-msgid "Authentication is required to reboot the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to reboot the system while an application is "
+"inhibiting this."
msgstr "在其它应用程序阻止重启时重启系统需要认证。"
#: src/login/org.freedesktop.login1.policy:235
@@ -532,7 +570,9 @@ msgid "Halt the system while other users are logged in"
msgstr "当存在其他已登录用户时仍然停止系统"
#: src/login/org.freedesktop.login1.policy:247
-msgid "Authentication is required to halt the system while other users are logged in."
+msgid ""
+"Authentication is required to halt the system while other users are logged "
+"in."
msgstr "当存在其他已登录用户时停止系统需要认证。"
#: src/login/org.freedesktop.login1.policy:257
@@ -540,7 +580,9 @@ msgid "Halt the system while an application is inhibiting this"
msgstr "当存在应用程序阻止时仍然停止系统"
#: src/login/org.freedesktop.login1.policy:258
-msgid "Authentication is required to halt the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to halt the system while an application is "
+"inhibiting this."
msgstr "当应用程序阻止停止系统时需要认证。"
#: src/login/org.freedesktop.login1.policy:268
@@ -556,7 +598,9 @@ msgid "Suspend the system while other users are logged in"
msgstr "存在其他已登录用户时仍然挂起系统"
#: src/login/org.freedesktop.login1.policy:279
-msgid "Authentication is required to suspend the system while other users are logged in."
+msgid ""
+"Authentication is required to suspend the system while other users are "
+"logged in."
msgstr "存在其他已登录用户时挂起系统需要认证。"
#: src/login/org.freedesktop.login1.policy:289
@@ -564,7 +608,9 @@ msgid "Suspend the system while an application is inhibiting this"
msgstr "有其它应用程序阻止时仍然挂起系统"
#: src/login/org.freedesktop.login1.policy:290
-msgid "Authentication is required to suspend the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to suspend the system while an application is "
+"inhibiting this."
msgstr "在其它应用程序阻止挂起时挂起系统需要认证。"
#: src/login/org.freedesktop.login1.policy:300
@@ -580,7 +626,9 @@ msgid "Hibernate the system while other users are logged in"
msgstr "存在其他已登录用户时仍然休眠"
#: src/login/org.freedesktop.login1.policy:311
-msgid "Authentication is required to hibernate the system while other users are logged in."
+msgid ""
+"Authentication is required to hibernate the system while other users are "
+"logged in."
msgstr "存在其他已登录用户时进行休眠系统需要认证。"
#: src/login/org.freedesktop.login1.policy:321
@@ -588,7 +636,9 @@ msgid "Hibernate the system while an application is inhibiting this"
msgstr "有其它应用程序阻止时仍然休眠"
#: src/login/org.freedesktop.login1.policy:322
-msgid "Authentication is required to hibernate the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to hibernate the system while an application is "
+"inhibiting this."
msgstr "在其它应用程序阻止休眠时进行休眠需要认证。"
#: src/login/org.freedesktop.login1.policy:332
@@ -620,7 +670,9 @@ msgid "Indicate to the firmware to boot to setup interface"
msgstr "指示固件以启动至设置界面"
#: src/login/org.freedesktop.login1.policy:364
-msgid "Authentication is required to indicate to the firmware to boot to setup interface."
+msgid ""
+"Authentication is required to indicate to the firmware to boot to setup "
+"interface."
msgstr "向固件发出启动时进入设置界面的指令需要认证。"
#: src/login/org.freedesktop.login1.policy:374
@@ -628,7 +680,9 @@ msgid "Indicate to the boot loader to boot to the boot loader menu"
msgstr "指示引导加载程序启动至引导加载程序菜单"
#: src/login/org.freedesktop.login1.policy:375
-msgid "Authentication is required to indicate to the boot loader to boot to the boot loader menu."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot to the "
+"boot loader menu."
msgstr "指示引导加载程序启动至引导加载程序菜单需要认证。"
#: src/login/org.freedesktop.login1.policy:385
@@ -636,7 +690,9 @@ msgid "Indicate to the boot loader to boot a specific entry"
msgstr "指示引导加载程序启动指定条目"
#: src/login/org.freedesktop.login1.policy:386
-msgid "Authentication is required to indicate to the boot loader to boot into a specific boot loader entry."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot into a "
+"specific boot loader entry."
msgstr "指示引导加载程序启动入指定引导加载条目需要认证。"
#: src/login/org.freedesktop.login1.policy:396
@@ -692,7 +748,8 @@ msgid "Acquire a pseudo TTY in a local container"
msgstr "在本地容器中获取一个假 TTY"
#: src/machine/org.freedesktop.machine1.policy:65
-msgid "Authentication is required to acquire a pseudo TTY in a local container."
+msgid ""
+"Authentication is required to acquire a pseudo TTY in a local container."
msgstr "在本地容器中获取假 TTY 需要认证。"
#: src/machine/org.freedesktop.machine1.policy:74
@@ -708,7 +765,8 @@ msgid "Manage local virtual machines and containers"
msgstr "管理本地虚拟机和容器"
#: src/machine/org.freedesktop.machine1.policy:85
-msgid "Authentication is required to manage local virtual machines and containers."
+msgid ""
+"Authentication is required to manage local virtual machines and containers."
msgstr "管理本地虚拟机和容器需要认证。"
#: src/machine/org.freedesktop.machine1.policy:95
@@ -716,7 +774,9 @@ msgid "Manage local virtual machine and container images"
msgstr "管理本地虚拟机和容器的镜像"
#: src/machine/org.freedesktop.machine1.policy:96
-msgid "Authentication is required to manage local virtual machine and container images."
+msgid ""
+"Authentication is required to manage local virtual machine and container "
+"images."
msgstr "管理本地的虚拟机和容器镜像需要认证。"
#: src/network/org.freedesktop.network1.policy:22
@@ -871,7 +931,8 @@ msgstr "添加或卸载便携式服务映像"
#
# To fully understand the meaning, please refer to session management in old ConsoleKit and new systemd-logind.
#: src/portable/org.freedesktop.portable1.policy:24
-msgid "Authentication is required to attach or detach a portable service image."
+msgid ""
+"Authentication is required to attach or detach a portable service image."
msgstr "添加或卸载便携式服务映像需要认证。"
#: src/portable/org.freedesktop.portable1.policy:34
@@ -879,7 +940,8 @@ msgid "Delete or modify portable service image"
msgstr "删除或修改便携式服务映像"
#: src/portable/org.freedesktop.portable1.policy:35
-msgid "Authentication is required to delete or modify a portable service image."
+msgid ""
+"Authentication is required to delete or modify a portable service image."
msgstr "删除或修改便携式服务映像需要认证。"
#: src/resolve/org.freedesktop.resolve1.policy:22
@@ -927,7 +989,9 @@ msgid "Set RTC to local timezone or UTC"
msgstr "设置硬件时钟使用本地时间或 UTC"
#: src/timedate/org.freedesktop.timedate1.policy:44
-msgid "Authentication is required to control whether the RTC stores the local or UTC time."
+msgid ""
+"Authentication is required to control whether the RTC stores the local or "
+"UTC time."
msgstr "设置硬件时钟使用本地时间或 UTC 需要认证。"
#: src/timedate/org.freedesktop.timedate1.policy:53
@@ -935,41 +999,48 @@ msgid "Turn network time synchronization on or off"
msgstr "打开或关闭网络时间同步"
#: src/timedate/org.freedesktop.timedate1.policy:54
-msgid "Authentication is required to control whether network time synchronization shall be enabled."
+msgid ""
+"Authentication is required to control whether network time synchronization "
+"shall be enabled."
msgstr "打开或关闭网络时间同步需要认证。"
-#: src/core/dbus-unit.c:364
+#: src/core/dbus-unit.c:352
msgid "Authentication is required to start '$(unit)'."
msgstr "启动“$(unit)”需要认证。"
-#: src/core/dbus-unit.c:365
+#: src/core/dbus-unit.c:353
msgid "Authentication is required to stop '$(unit)'."
msgstr "停止“$(unit)”需要认证。"
-#: src/core/dbus-unit.c:366
+#: src/core/dbus-unit.c:354
msgid "Authentication is required to reload '$(unit)'."
msgstr "重新载入“$(unit)”需要认证。"
-#: src/core/dbus-unit.c:367 src/core/dbus-unit.c:368
+#: src/core/dbus-unit.c:355 src/core/dbus-unit.c:356
msgid "Authentication is required to restart '$(unit)'."
msgstr "重新启动“$(unit)”需要认证。"
-#: src/core/dbus-unit.c:565
-msgid "Authentication is required to send a UNIX signal to the processes of '$(unit)'."
+#: src/core/dbus-unit.c:553
+msgid ""
+"Authentication is required to send a UNIX signal to the processes of "
+"'$(unit)'."
msgstr "发送 UNIX 信号给 '$(unit)' 进程需要认证。"
-#: src/core/dbus-unit.c:595
+#: src/core/dbus-unit.c:583
msgid "Authentication is required to reset the \"failed\" state of '$(unit)'."
msgstr "重置“$(unit)”的失败(\"failed\")状态需要认证。"
-#: src/core/dbus-unit.c:627
+#: src/core/dbus-unit.c:615
msgid "Authentication is required to set properties on '$(unit)'."
msgstr "设置“$(unit)”的属性需要认证。"
-#: src/core/dbus-unit.c:728
-msgid "Authentication is required to delete files and directories associated with '$(unit)'."
+#: src/core/dbus-unit.c:716
+msgid ""
+"Authentication is required to delete files and directories associated with "
+"'$(unit)'."
msgstr "删除与 '$(unit)' 关联的文件和目录需要认证。"
-#: src/core/dbus-unit.c:776
-msgid "Authentication is required to freeze or thaw the processes of '$(unit)' unit."
+#: src/core/dbus-unit.c:764
+msgid ""
+"Authentication is required to freeze or thaw the processes of '$(unit)' unit."
msgstr "冻结或解冻 '$(unit)' 单元进程需要认证。"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index f226b5cd96b..37f5ccf5dfa 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-07-14 10:32+0100\n"
+"POT-Creation-Date: 2023-11-14 21:25+0000\n"
"PO-Revision-Date: 2023-11-10 11:30+0000\n"
"Last-Translator: Cheng-Chia Tseng <pswo10680@gmail.com>\n"
"Language-Team: Chinese (Traditional) <https://translate.fedoraproject.org/"
@@ -24,7 +24,8 @@ msgid "Send passphrase back to system"
msgstr "將密碼片語傳回系統"
#: src/core/org.freedesktop.systemd1.policy.in:23
-msgid "Authentication is required to send the entered passphrase back to the system."
+msgid ""
+"Authentication is required to send the entered passphrase back to the system."
msgstr "將已輸入的密碼片語傳回系統需要驗證。"
#: src/core/org.freedesktop.systemd1.policy.in:33
@@ -48,7 +49,9 @@ msgid "Set or unset system and service manager environment variables"
msgstr "設定或取消設定系統及服務管理員環境變數"
#: src/core/org.freedesktop.systemd1.policy.in:55
-msgid "Authentication is required to set or unset system and service manager environment variables."
+msgid ""
+"Authentication is required to set or unset system and service manager "
+"environment variables."
msgstr "設定或取消設定系統及服務管理員的環境變數需要身份驗證。"
#: src/core/org.freedesktop.systemd1.policy.in:64
@@ -65,7 +68,8 @@ msgstr ""
#: src/core/org.freedesktop.systemd1.policy.in:75
#, fuzzy
-msgid "Authentication is required to dump the systemd state without rate limits."
+msgid ""
+"Authentication is required to dump the systemd state without rate limits."
msgstr "重新載入 systemd 狀態需要驗證。"
#: src/home/org.freedesktop.home1.policy:13
@@ -89,7 +93,8 @@ msgid "Check credentials of a home area"
msgstr "檢查家區域憑證"
#: src/home/org.freedesktop.home1.policy:34
-msgid "Authentication is required to check credentials against a user's home area."
+msgid ""
+"Authentication is required to check credentials against a user's home area."
msgstr "根據用戶家區域檢查憑證需要認證。"
#: src/home/org.freedesktop.home1.policy:43
@@ -113,12 +118,15 @@ msgid "Change password of a home area"
msgstr "更改家區域的密碼"
#: src/home/org.freedesktop.home1.policy:64
-msgid "Authentication is required to change the password of a user's home area."
+msgid ""
+"Authentication is required to change the password of a user's home area."
msgstr "更改家區域密碼需要認證。"
#: src/home/pam_systemd_home.c:287
#, c-format
-msgid "Home of user %s is currently absent, please plug in the necessary storage device or backing file system."
+msgid ""
+"Home of user %s is currently absent, please plug in the necessary storage "
+"device or backing file system."
msgstr ""
#: src/home/pam_systemd_home.c:292
@@ -145,7 +153,9 @@ msgstr ""
#: src/home/pam_systemd_home.c:331
#, c-format
-msgid "Password/recovery key incorrect or not sufficient for authentication of user %s."
+msgid ""
+"Password/recovery key incorrect or not sufficient for authentication of user "
+"%s."
msgstr ""
#: src/home/pam_systemd_home.c:332
@@ -163,7 +173,9 @@ msgstr ""
#: src/home/pam_systemd_home.c:355
#, c-format
-msgid "Password incorrect or not sufficient, and configured security token of user %s not inserted."
+msgid ""
+"Password incorrect or not sufficient, and configured security token of user "
+"%s not inserted."
msgstr ""
#: src/home/pam_systemd_home.c:376
@@ -186,7 +198,9 @@ msgid "Please verify user on security token of user %s."
msgstr ""
#: src/home/pam_systemd_home.c:424
-msgid "Security token PIN is locked, please unlock it first. (Hint: Removal and re-insertion might suffice.)"
+msgid ""
+"Security token PIN is locked, please unlock it first. (Hint: Removal and re-"
+"insertion might suffice.)"
msgstr ""
#: src/home/pam_systemd_home.c:432
@@ -274,7 +288,9 @@ msgid "Set static hostname"
msgstr "設定靜態主機名稱"
#: src/hostname/org.freedesktop.hostname1.policy:31
-msgid "Authentication is required to set the statically configured local hostname, as well as the pretty hostname."
+msgid ""
+"Authentication is required to set the statically configured local hostname, "
+"as well as the pretty hostname."
msgstr "設定靜態預先設定或 pretty 本地主機名稱需要身份驗證。"
#: src/hostname/org.freedesktop.hostname1.policy:41
@@ -357,7 +373,8 @@ msgid "Allow applications to inhibit system shutdown"
msgstr "允許應用程式阻止系統關機"
#: src/login/org.freedesktop.login1.policy:23
-msgid "Authentication is required for an application to inhibit system shutdown."
+msgid ""
+"Authentication is required for an application to inhibit system shutdown."
msgstr "要讓應用程式阻止系統關機需要驗證。"
#: src/login/org.freedesktop.login1.policy:33
@@ -389,7 +406,9 @@ msgid "Allow applications to inhibit automatic system suspend"
msgstr "允許應用程式阻止自動系統暫停"
#: src/login/org.freedesktop.login1.policy:66
-msgid "Authentication is required for an application to inhibit automatic system suspend."
+msgid ""
+"Authentication is required for an application to inhibit automatic system "
+"suspend."
msgstr "要讓應用程式阻止自動系統暫停需要驗證。"
#: src/login/org.freedesktop.login1.policy:75
@@ -397,7 +416,9 @@ msgid "Allow applications to inhibit system handling of the power key"
msgstr "允許應用程式阻止系統處理電源鍵"
#: src/login/org.freedesktop.login1.policy:76
-msgid "Authentication is required for an application to inhibit system handling of the power key."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the power key."
msgstr "要讓應用程式阻止系統處理電源鍵需要驗證。"
#: src/login/org.freedesktop.login1.policy:86
@@ -405,7 +426,9 @@ msgid "Allow applications to inhibit system handling of the suspend key"
msgstr "允許應用程式阻止系統處理暫停鍵"
#: src/login/org.freedesktop.login1.policy:87
-msgid "Authentication is required for an application to inhibit system handling of the suspend key."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the suspend key."
msgstr "要讓應用程式阻止系統處理暫停鍵需要驗證。"
#: src/login/org.freedesktop.login1.policy:97
@@ -413,7 +436,9 @@ msgid "Allow applications to inhibit system handling of the hibernate key"
msgstr "允許應用程式阻止系統處理冬眠鍵"
#: src/login/org.freedesktop.login1.policy:98
-msgid "Authentication is required for an application to inhibit system handling of the hibernate key."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the hibernate key."
msgstr "要讓應用程式阻止系統處理冬眠鍵需要驗證。"
#: src/login/org.freedesktop.login1.policy:107
@@ -421,7 +446,9 @@ msgid "Allow applications to inhibit system handling of the lid switch"
msgstr "允許應用程式阻止系統處理上蓋開關"
#: src/login/org.freedesktop.login1.policy:108
-msgid "Authentication is required for an application to inhibit system handling of the lid switch."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the lid switch."
msgstr "要讓應用程式阻止系統處理上蓋開關需要驗證。"
#: src/login/org.freedesktop.login1.policy:117
@@ -429,7 +456,9 @@ msgid "Allow applications to inhibit system handling of the reboot key"
msgstr "允許應用程式阻止系統處理重啓鍵"
#: src/login/org.freedesktop.login1.policy:118
-msgid "Authentication is required for an application to inhibit system handling of the reboot key."
+msgid ""
+"Authentication is required for an application to inhibit system handling of "
+"the reboot key."
msgstr "要讓應用程式阻止系統處理重啓鍵需要驗證。"
#: src/login/org.freedesktop.login1.policy:128
@@ -477,7 +506,9 @@ msgid "Power off the system while other users are logged in"
msgstr "在有其他使用者登入時關閉系統電源"
#: src/login/org.freedesktop.login1.policy:181
-msgid "Authentication is required to power off the system while other users are logged in."
+msgid ""
+"Authentication is required to power off the system while other users are "
+"logged in."
msgstr "在有其他使用者登入時關閉系統電源需要驗證。"
#: src/login/org.freedesktop.login1.policy:191
@@ -485,7 +516,9 @@ msgid "Power off the system while an application is inhibiting this"
msgstr "當應用程式阻止系統電源關閉時將其關閉"
#: src/login/org.freedesktop.login1.policy:192
-msgid "Authentication is required to power off the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to power off the system while an application is "
+"inhibiting this."
msgstr "當應用程式阻止系統電源關閉時將系統電源關閉需要驗證。"
#: src/login/org.freedesktop.login1.policy:202
@@ -501,7 +534,9 @@ msgid "Reboot the system while other users are logged in"
msgstr "在有其他使用者登入時重新啟動系統"
#: src/login/org.freedesktop.login1.policy:214
-msgid "Authentication is required to reboot the system while other users are logged in."
+msgid ""
+"Authentication is required to reboot the system while other users are logged "
+"in."
msgstr "在有其他使用者登入時重新啟動系統需要驗證。"
#: src/login/org.freedesktop.login1.policy:224
@@ -509,7 +544,9 @@ msgid "Reboot the system while an application is inhibiting this"
msgstr "當應用程式阻止重新啟動系統時將系統重新啟動"
#: src/login/org.freedesktop.login1.policy:225
-msgid "Authentication is required to reboot the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to reboot the system while an application is "
+"inhibiting this."
msgstr "當應用程式阻止系統重新啟動時將系統重新啟動需要驗證。"
#: src/login/org.freedesktop.login1.policy:235
@@ -525,7 +562,9 @@ msgid "Halt the system while other users are logged in"
msgstr "在其他使用者登入時停止系統"
#: src/login/org.freedesktop.login1.policy:247
-msgid "Authentication is required to halt the system while other users are logged in."
+msgid ""
+"Authentication is required to halt the system while other users are logged "
+"in."
msgstr "在其他使用者登入時停止系統需要身份驗證。"
#: src/login/org.freedesktop.login1.policy:257
@@ -533,7 +572,9 @@ msgid "Halt the system while an application is inhibiting this"
msgstr "在應用程式阻止時停止系統"
#: src/login/org.freedesktop.login1.policy:258
-msgid "Authentication is required to halt the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to halt the system while an application is "
+"inhibiting this."
msgstr "當應用程式阻止停止系統時需要驗證。"
#: src/login/org.freedesktop.login1.policy:268
@@ -549,7 +590,9 @@ msgid "Suspend the system while other users are logged in"
msgstr "在有其他使用者登入時暫停系統"
#: src/login/org.freedesktop.login1.policy:279
-msgid "Authentication is required to suspend the system while other users are logged in."
+msgid ""
+"Authentication is required to suspend the system while other users are "
+"logged in."
msgstr "在有其他使用者登入時暫停系統需要驗證。"
#: src/login/org.freedesktop.login1.policy:289
@@ -557,7 +600,9 @@ msgid "Suspend the system while an application is inhibiting this"
msgstr "當應用程式阻止暫停系統時將系統暫停"
#: src/login/org.freedesktop.login1.policy:290
-msgid "Authentication is required to suspend the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to suspend the system while an application is "
+"inhibiting this."
msgstr "當應用程式阻止系統暫停時將系統暫停需要驗證。"
#: src/login/org.freedesktop.login1.policy:300
@@ -573,7 +618,9 @@ msgid "Hibernate the system while other users are logged in"
msgstr "在有其他使用者登入時冬眠系統"
#: src/login/org.freedesktop.login1.policy:311
-msgid "Authentication is required to hibernate the system while other users are logged in."
+msgid ""
+"Authentication is required to hibernate the system while other users are "
+"logged in."
msgstr "在有其他使用者登入時冬眠系統需要驗證。"
#: src/login/org.freedesktop.login1.policy:321
@@ -581,7 +628,9 @@ msgid "Hibernate the system while an application is inhibiting this"
msgstr "當應用程式阻止冬眠系統時將系統冬眠"
#: src/login/org.freedesktop.login1.policy:322
-msgid "Authentication is required to hibernate the system while an application is inhibiting this."
+msgid ""
+"Authentication is required to hibernate the system while an application is "
+"inhibiting this."
msgstr "當應用程式阻止系統冬眠時將系統冬眠需要驗證。"
#: src/login/org.freedesktop.login1.policy:332
@@ -613,7 +662,9 @@ msgid "Indicate to the firmware to boot to setup interface"
msgstr "引導韌體啟動設定畫面"
#: src/login/org.freedesktop.login1.policy:364
-msgid "Authentication is required to indicate to the firmware to boot to setup interface."
+msgid ""
+"Authentication is required to indicate to the firmware to boot to setup "
+"interface."
msgstr "對韌體的指示以開始設定介面需要驗證。"
#: src/login/org.freedesktop.login1.policy:374
@@ -621,7 +672,9 @@ msgid "Indicate to the boot loader to boot to the boot loader menu"
msgstr "引導開機載入器啟動開機載入選單"
#: src/login/org.freedesktop.login1.policy:375
-msgid "Authentication is required to indicate to the boot loader to boot to the boot loader menu."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot to the "
+"boot loader menu."
msgstr "引導開機載入器啟動開機載入器選單需要身份驗證。"
#: src/login/org.freedesktop.login1.policy:385
@@ -629,7 +682,9 @@ msgid "Indicate to the boot loader to boot a specific entry"
msgstr "引導開機載入器啟動指定項目"
#: src/login/org.freedesktop.login1.policy:386
-msgid "Authentication is required to indicate to the boot loader to boot into a specific boot loader entry."
+msgid ""
+"Authentication is required to indicate to the boot loader to boot into a "
+"specific boot loader entry."
msgstr "引導開機載入器啟動指定的開機載入器項目需要身份驗證。"
#: src/login/org.freedesktop.login1.policy:396
@@ -685,7 +740,8 @@ msgid "Acquire a pseudo TTY in a local container"
msgstr "取得在本機容器中的偽 TTY"
#: src/machine/org.freedesktop.machine1.policy:65
-msgid "Authentication is required to acquire a pseudo TTY in a local container."
+msgid ""
+"Authentication is required to acquire a pseudo TTY in a local container."
msgstr "取得在本機容器中的偽 TTY 需要驗證。"
#: src/machine/org.freedesktop.machine1.policy:74
@@ -701,7 +757,8 @@ msgid "Manage local virtual machines and containers"
msgstr "管理本機虛擬機器及容器"
#: src/machine/org.freedesktop.machine1.policy:85
-msgid "Authentication is required to manage local virtual machines and containers."
+msgid ""
+"Authentication is required to manage local virtual machines and containers."
msgstr "管理本機虛擬機器及容器需要驗證。"
#: src/machine/org.freedesktop.machine1.policy:95
@@ -709,7 +766,9 @@ msgid "Manage local virtual machine and container images"
msgstr "管理本機虛擬機器及容器映像"
#: src/machine/org.freedesktop.machine1.policy:96
-msgid "Authentication is required to manage local virtual machine and container images."
+msgid ""
+"Authentication is required to manage local virtual machine and container "
+"images."
msgstr "管理本機虛擬機器及容器映像需要驗證。"
#: src/network/org.freedesktop.network1.policy:22
@@ -861,7 +920,8 @@ msgid "Attach or detach a portable service image"
msgstr "連結或取消連結可攜式服務映像"
#: src/portable/org.freedesktop.portable1.policy:24
-msgid "Authentication is required to attach or detach a portable service image."
+msgid ""
+"Authentication is required to attach or detach a portable service image."
msgstr "連結或取消連結可攜式服務映像需要身份驗證。"
#: src/portable/org.freedesktop.portable1.policy:34
@@ -869,7 +929,8 @@ msgid "Delete or modify portable service image"
msgstr "刪除或修改可攜式服務映像"
#: src/portable/org.freedesktop.portable1.policy:35
-msgid "Authentication is required to delete or modify a portable service image."
+msgid ""
+"Authentication is required to delete or modify a portable service image."
msgstr "刪除或修改可攜式服務映像需要身份驗證。"
#: src/resolve/org.freedesktop.resolve1.policy:22
@@ -917,7 +978,9 @@ msgid "Set RTC to local timezone or UTC"
msgstr "將 RTC 設定為本地時區或 UTC"
#: src/timedate/org.freedesktop.timedate1.policy:44
-msgid "Authentication is required to control whether the RTC stores the local or UTC time."
+msgid ""
+"Authentication is required to control whether the RTC stores the local or "
+"UTC time."
msgstr "控制 RTC 儲存本地或 UTC 時間需要驗證。"
#: src/timedate/org.freedesktop.timedate1.policy:53
@@ -925,46 +988,55 @@ msgid "Turn network time synchronization on or off"
msgstr "打開或關閉網路時間同步"
#: src/timedate/org.freedesktop.timedate1.policy:54
-msgid "Authentication is required to control whether network time synchronization shall be enabled."
+msgid ""
+"Authentication is required to control whether network time synchronization "
+"shall be enabled."
msgstr "控制網路時間同步是否啟用需要驗證。"
-#: src/core/dbus-unit.c:364
+#: src/core/dbus-unit.c:352
msgid "Authentication is required to start '$(unit)'."
msgstr "啟動 '$(unit)' 需要驗證。"
-#: src/core/dbus-unit.c:365
+#: src/core/dbus-unit.c:353
msgid "Authentication is required to stop '$(unit)'."
msgstr "停止 '$(unit)' 需要驗證。"
-#: src/core/dbus-unit.c:366
+#: src/core/dbus-unit.c:354
msgid "Authentication is required to reload '$(unit)'."
msgstr "重新載入 '$(unit)' 需要驗證。"
-#: src/core/dbus-unit.c:367 src/core/dbus-unit.c:368
+#: src/core/dbus-unit.c:355 src/core/dbus-unit.c:356
msgid "Authentication is required to restart '$(unit)'."
msgstr "重新啟動 '$(unit)' 需要驗證。"
-#: src/core/dbus-unit.c:565
-msgid "Authentication is required to send a UNIX signal to the processes of '$(unit)'."
+#: src/core/dbus-unit.c:553
+msgid ""
+"Authentication is required to send a UNIX signal to the processes of "
+"'$(unit)'."
msgstr "傳送 UNIX 信號至「$(unit)」的程序需要身份驗證。"
-#: src/core/dbus-unit.c:595
+#: src/core/dbus-unit.c:583
msgid "Authentication is required to reset the \"failed\" state of '$(unit)'."
msgstr "重置 '$(unit)' 的「失敗」狀態需要驗證。"
-#: src/core/dbus-unit.c:627
+#: src/core/dbus-unit.c:615
msgid "Authentication is required to set properties on '$(unit)'."
msgstr "在 '$(unit)' 上設定屬性需要驗證。"
-#: src/core/dbus-unit.c:728
-msgid "Authentication is required to delete files and directories associated with '$(unit)'."
+#: src/core/dbus-unit.c:716
+msgid ""
+"Authentication is required to delete files and directories associated with "
+"'$(unit)'."
msgstr "刪除與 '$(unit)' 相關的檔案及目錄需要身份驗證。"
-#: src/core/dbus-unit.c:776
-msgid "Authentication is required to freeze or thaw the processes of '$(unit)' unit."
+#: src/core/dbus-unit.c:764
+msgid ""
+"Authentication is required to freeze or thaw the processes of '$(unit)' unit."
msgstr "凍結或解凍「$(unit)」的程序需要身份驗證。"
-#~ msgid "Authentication is required to halt the system while an application asked to inhibit it."
+#~ msgid ""
+#~ "Authentication is required to halt the system while an application asked "
+#~ "to inhibit it."
#~ msgstr "在應用程式阻止時停止系統需要身份驗證。"
#~ msgid "Authentication is required to kill '$(unit)'."
diff --git a/src/basic/syscall-list.txt b/src/basic/syscall-list.txt
index ed95180cba4..1c335bb0810 100644
--- a/src/basic/syscall-list.txt
+++ b/src/basic/syscall-list.txt
@@ -1,6 +1,5 @@
_llseek
_newselect
-_sysctl
accept
accept4
access
@@ -15,7 +14,6 @@ arch_prctl
arm_fadvise64_64
atomic_barrier
atomic_cmpxchg_32
-bdflush
bind
bpf
brk
@@ -40,14 +38,12 @@ clock_nanosleep_time64
clock_settime
clock_settime64
clone
-clone2
clone3
close
close_range
connect
copy_file_range
creat
-create_module
delete_module
dipc
dup
@@ -106,10 +102,12 @@ fsync
ftruncate
ftruncate64
futex
+futex_requeue
futex_time64
+futex_wait
futex_waitv
+futex_wake
futimesat
-get_kernel_syms
get_mempolicy
get_robust_list
get_thread_area
@@ -134,7 +132,6 @@ getpeername
getpgid
getpgrp
getpid
-getpmsg
getppid
getpriority
getrandom
@@ -151,12 +148,10 @@ gettid
gettimeofday
getuid
getuid32
-getunwind
getxattr
getxgid
getxpid
getxuid
-idle
init_module
inotify_add_watch
inotify_init
@@ -246,10 +241,8 @@ munmap
name_to_handle_at
nanosleep
newfstatat
-nfsservctl
nice
old_adjtimex
-old_getpagesize
oldfstat
oldlstat
oldolduname
@@ -262,116 +255,36 @@ open_tree
openat
openat2
or1k_atomic
-osf_adjtime
-osf_afs_syscall
-osf_alt_plock
-osf_alt_setsid
-osf_alt_sigpending
-osf_asynch_daemon
-osf_audcntl
-osf_audgen
-osf_chflags
-osf_execve
-osf_exportfs
-osf_fchflags
-osf_fdatasync
-osf_fpathconf
osf_fstat
osf_fstatfs
osf_fstatfs64
-osf_fuser
-osf_getaddressconf
osf_getdirentries
osf_getdomainname
-osf_getfh
-osf_getfsstat
-osf_gethostid
osf_getitimer
-osf_getlogin
-osf_getmnt
osf_getrusage
osf_getsysinfo
osf_gettimeofday
-osf_kloadcall
-osf_kmodcall
osf_lstat
-osf_memcntl
-osf_mincore
osf_mount
-osf_mremap
-osf_msfs_syscall
-osf_msleep
-osf_mvalid
-osf_mwakeup
-osf_naccept
-osf_nfssvc
-osf_ngetpeername
-osf_ngetsockname
-osf_nrecvfrom
-osf_nrecvmsg
-osf_nsendmsg
-osf_ntp_adjtime
-osf_ntp_gettime
-osf_old_creat
-osf_old_fstat
-osf_old_getpgrp
-osf_old_killpg
-osf_old_lstat
-osf_old_open
-osf_old_sigaction
-osf_old_sigblock
-osf_old_sigreturn
-osf_old_sigsetmask
-osf_old_sigvec
-osf_old_stat
-osf_old_vadvise
-osf_old_vtrace
-osf_old_wait
-osf_oldquota
-osf_pathconf
-osf_pid_block
-osf_pid_unblock
-osf_plock
-osf_priocntlset
-osf_profil
osf_proplist_syscall
-osf_reboot
-osf_revoke
-osf_sbrk
-osf_security
osf_select
osf_set_program_attributes
-osf_set_speculative
-osf_sethostid
osf_setitimer
-osf_setlogin
osf_setsysinfo
osf_settimeofday
osf_shmat
-osf_signal
osf_sigprocmask
-osf_sigsendset
osf_sigstack
-osf_sigwaitprim
-osf_sstk
osf_stat
osf_statfs
osf_statfs64
-osf_subsys_info
-osf_swapctl
osf_swapon
osf_syscall
osf_sysinfo
-osf_table
-osf_uadmin
osf_usleep_thread
-osf_uswitch
-osf_utc_adjtime
-osf_utc_gettime
osf_utimes
osf_utsname
osf_wait4
-osf_waitid
pause
pciconfig_iobase
pciconfig_read
@@ -406,7 +319,6 @@ ptrace
pwrite64
pwritev
pwritev2
-query_module
quotactl
quotactl_fd
read
@@ -584,7 +496,6 @@ uname
unlink
unlinkat
unshare
-uselib
userfaultfd
ustat
utime
diff --git a/src/basic/syscalls-alpha.txt b/src/basic/syscalls-alpha.txt
index 8488cdce644..d3ed3a4a62a 100644
--- a/src/basic/syscalls-alpha.txt
+++ b/src/basic/syscalls-alpha.txt
@@ -1,6 +1,5 @@
_llseek
_newselect
-_sysctl 319
accept 99
accept4 502
access 33
@@ -15,7 +14,6 @@ arch_prctl
arm_fadvise64_64
atomic_barrier
atomic_cmpxchg_32
-bdflush 300
bind 104
bpf 515
brk 17
@@ -40,14 +38,12 @@ clock_nanosleep_time64
clock_settime 419
clock_settime64
clone 312
-clone2
clone3
close 6
close_range 546
connect 98
copy_file_range 519
creat
-create_module 306
delete_module 308
dipc 373
dup 41
@@ -106,10 +102,12 @@ fsync 95
ftruncate 130
ftruncate64
futex 394
+futex_requeue 566
futex_time64
+futex_wait 565
futex_waitv 559
+futex_wake 564
futimesat 454
-get_kernel_syms 309
get_mempolicy 430
get_robust_list 467
get_thread_area
@@ -134,7 +132,6 @@ getpeername 141
getpgid 233
getpgrp 63
getpid 20
-getpmsg
getppid 532
getpriority 100
getrandom 511
@@ -151,12 +148,10 @@ gettid 378
gettimeofday 359
getuid 24
getuid32
-getunwind
getxattr 385
getxgid 47
getxpid 20
getxuid 24
-idle
init_module 307
inotify_add_watch 445
inotify_init 444
@@ -202,7 +197,7 @@ lsetxattr 383
lstat 68
lstat64 426
madvise 75
-map_shadow_stack
+map_shadow_stack 563
mbind 429
membarrier 517
memfd_create 512
@@ -246,10 +241,8 @@ munmap 73
name_to_handle_at 497
nanosleep 340
newfstatat
-nfsservctl 342
nice
old_adjtimex 303
-old_getpagesize
oldfstat
oldlstat
oldolduname
@@ -262,116 +255,36 @@ open_tree 538
openat 450
openat2 547
or1k_atomic
-osf_adjtime 140
-osf_afs_syscall 258
-osf_alt_plock 181
-osf_alt_setsid 188
-osf_alt_sigpending 187
-osf_asynch_daemon 163
-osf_audcntl 252
-osf_audgen 253
-osf_chflags 34
-osf_execve 11
-osf_exportfs 169
-osf_fchflags 35
-osf_fdatasync 261
-osf_fpathconf 248
osf_fstat 226
osf_fstatfs 161
osf_fstatfs64 228
-osf_fuser 243
-osf_getaddressconf 214
osf_getdirentries 159
osf_getdomainname 165
-osf_getfh 164
-osf_getfsstat 18
-osf_gethostid 142
osf_getitimer 86
-osf_getlogin 49
-osf_getmnt 184
osf_getrusage 117
osf_getsysinfo 256
osf_gettimeofday 116
-osf_kloadcall 223
-osf_kmodcall 77
osf_lstat 225
-osf_memcntl 260
-osf_mincore 78
osf_mount 21
-osf_mremap 65
-osf_msfs_syscall 240
-osf_msleep 215
-osf_mvalid 213
-osf_mwakeup 216
-osf_naccept 30
-osf_nfssvc 158
-osf_ngetpeername 31
-osf_ngetsockname 32
-osf_nrecvfrom 29
-osf_nrecvmsg 27
-osf_nsendmsg 28
-osf_ntp_adjtime 245
-osf_ntp_gettime 246
-osf_old_creat 8
-osf_old_fstat 62
-osf_old_getpgrp 81
-osf_old_killpg 146
-osf_old_lstat 40
-osf_old_open 5
-osf_old_sigaction 46
-osf_old_sigblock 109
-osf_old_sigreturn 139
-osf_old_sigsetmask 110
-osf_old_sigvec 108
-osf_old_stat 38
-osf_old_vadvise 72
-osf_old_vtrace 115
-osf_old_wait 84
-osf_oldquota 149
-osf_pathconf 247
-osf_pid_block 153
-osf_pid_unblock 154
-osf_plock 107
-osf_priocntlset 237
-osf_profil 44
osf_proplist_syscall 244
-osf_reboot 55
-osf_revoke 56
-osf_sbrk 69
-osf_security 222
osf_select 93
osf_set_program_attributes 43
-osf_set_speculative 239
-osf_sethostid 143
osf_setitimer 83
-osf_setlogin 50
osf_setsysinfo 257
osf_settimeofday 122
osf_shmat 209
-osf_signal 218
osf_sigprocmask 48
-osf_sigsendset 238
osf_sigstack 112
-osf_sigwaitprim 157
-osf_sstk 70
osf_stat 224
osf_statfs 160
osf_statfs64 227
-osf_subsys_info 255
-osf_swapctl 259
osf_swapon 199
osf_syscall 0
osf_sysinfo 241
-osf_table 85
-osf_uadmin 242
osf_usleep_thread 251
-osf_uswitch 250
-osf_utc_adjtime 220
-osf_utc_gettime 219
osf_utimes 138
osf_utsname 207
osf_wait4 7
-osf_waitid 236
pause
pciconfig_iobase 376
pciconfig_read 345
@@ -406,7 +319,6 @@ ptrace 26
pwrite64 350
pwritev 491
pwritev2 521
-query_module 347
quotactl 148
quotactl_fd 553
read 3
@@ -584,7 +496,6 @@ uname 339
unlink 10
unlinkat 456
unshare 465
-uselib 313
userfaultfd 516
ustat 327
utime
diff --git a/src/basic/syscalls-arc.txt b/src/basic/syscalls-arc.txt
index 8171f5f417c..951ef561586 100644
--- a/src/basic/syscalls-arc.txt
+++ b/src/basic/syscalls-arc.txt
@@ -1,6 +1,5 @@
_llseek
_newselect
-_sysctl
accept 202
accept4 242
access
@@ -15,7 +14,6 @@ arch_prctl
arm_fadvise64_64
atomic_barrier
atomic_cmpxchg_32
-bdflush
bind 200
bpf 280
brk 214
@@ -40,14 +38,12 @@ clock_nanosleep_time64 407
clock_settime 112
clock_settime64 404
clone 220
-clone2
clone3 435
close 57
close_range 436
connect 203
copy_file_range 285
creat
-create_module
delete_module 106
dipc
dup 23
@@ -106,10 +102,12 @@ fsync 82
ftruncate
ftruncate64 46
futex 98
+futex_requeue 456
futex_time64 422
+futex_wait 455
futex_waitv 449
+futex_wake 454
futimesat
-get_kernel_syms
get_mempolicy 236
get_robust_list 100
get_thread_area
@@ -134,7 +132,6 @@ getpeername 205
getpgid 155
getpgrp
getpid 172
-getpmsg
getppid 173
getpriority 141
getrandom 278
@@ -151,12 +148,10 @@ gettid 178
gettimeofday 169
getuid 174
getuid32
-getunwind
getxattr 8
getxgid
getxpid
getxuid
-idle
init_module 105
inotify_add_watch 27
inotify_init
@@ -202,7 +197,7 @@ lsetxattr 6
lstat
lstat64
madvise 233
-map_shadow_stack
+map_shadow_stack 453
mbind 235
membarrier 283
memfd_create 279
@@ -246,10 +241,8 @@ munmap 215
name_to_handle_at 264
nanosleep 101
newfstatat
-nfsservctl 42
nice
old_adjtimex
-old_getpagesize
oldfstat
oldlstat
oldolduname
@@ -262,116 +255,36 @@ open_tree 428
openat 56
openat2 437
or1k_atomic
-osf_adjtime
-osf_afs_syscall
-osf_alt_plock
-osf_alt_setsid
-osf_alt_sigpending
-osf_asynch_daemon
-osf_audcntl
-osf_audgen
-osf_chflags
-osf_execve
-osf_exportfs
-osf_fchflags
-osf_fdatasync
-osf_fpathconf
osf_fstat
osf_fstatfs
osf_fstatfs64
-osf_fuser
-osf_getaddressconf
osf_getdirentries
osf_getdomainname
-osf_getfh
-osf_getfsstat
-osf_gethostid
osf_getitimer
-osf_getlogin
-osf_getmnt
osf_getrusage
osf_getsysinfo
osf_gettimeofday
-osf_kloadcall
-osf_kmodcall
osf_lstat
-osf_memcntl
-osf_mincore
osf_mount
-osf_mremap
-osf_msfs_syscall
-osf_msleep
-osf_mvalid
-osf_mwakeup
-osf_naccept
-osf_nfssvc
-osf_ngetpeername
-osf_ngetsockname
-osf_nrecvfrom
-osf_nrecvmsg
-osf_nsendmsg
-osf_ntp_adjtime
-osf_ntp_gettime
-osf_old_creat
-osf_old_fstat
-osf_old_getpgrp
-osf_old_killpg
-osf_old_lstat
-osf_old_open
-osf_old_sigaction
-osf_old_sigblock
-osf_old_sigreturn
-osf_old_sigsetmask
-osf_old_sigvec
-osf_old_stat
-osf_old_vadvise
-osf_old_vtrace
-osf_old_wait
-osf_oldquota
-osf_pathconf
-osf_pid_block
-osf_pid_unblock
-osf_plock
-osf_priocntlset
-osf_profil
osf_proplist_syscall
-osf_reboot
-osf_revoke
-osf_sbrk
-osf_security
osf_select
osf_set_program_attributes
-osf_set_speculative
-osf_sethostid
osf_setitimer
-osf_setlogin
osf_setsysinfo
osf_settimeofday
osf_shmat
-osf_signal
osf_sigprocmask
-osf_sigsendset
osf_sigstack
-osf_sigwaitprim
-osf_sstk
osf_stat
osf_statfs
osf_statfs64
-osf_subsys_info
-osf_swapctl
osf_swapon
osf_syscall
osf_sysinfo
-osf_table
-osf_uadmin
osf_usleep_thread
-osf_uswitch
-osf_utc_adjtime
-osf_utc_gettime
osf_utimes
osf_utsname
osf_wait4
-osf_waitid
pause
pciconfig_iobase
pciconfig_read
@@ -406,7 +319,6 @@ ptrace 117
pwrite64 68
pwritev 70
pwritev2 287
-query_module
quotactl 60
quotactl_fd 443
read 63
@@ -584,7 +496,6 @@ uname 160
unlink
unlinkat 35
unshare 97
-uselib
userfaultfd 282
ustat
utime
diff --git a/src/basic/syscalls-arm.txt b/src/basic/syscalls-arm.txt
index e35487d993d..1c0e66f8a62 100644
--- a/src/basic/syscalls-arm.txt
+++ b/src/basic/syscalls-arm.txt
@@ -1,6 +1,5 @@
_llseek 140
_newselect 142
-_sysctl 149
accept 285
accept4 366
access 33
@@ -15,7 +14,6 @@ arch_prctl
arm_fadvise64_64 270
atomic_barrier
atomic_cmpxchg_32
-bdflush 134
bind 282
bpf 386
brk 45
@@ -40,14 +38,12 @@ clock_nanosleep_time64 407
clock_settime 262
clock_settime64 404
clone 120
-clone2
clone3 435
close 6
close_range 436
connect 283
copy_file_range 391
creat 8
-create_module
delete_module 129
dipc
dup 41
@@ -106,10 +102,12 @@ fsync 118
ftruncate 93
ftruncate64 194
futex 240
+futex_requeue 456
futex_time64 422
+futex_wait 455
futex_waitv 449
+futex_wake 454
futimesat 326
-get_kernel_syms
get_mempolicy 320
get_robust_list 339
get_thread_area
@@ -134,7 +132,6 @@ getpeername 287
getpgid 132
getpgrp 65
getpid 20
-getpmsg
getppid 64
getpriority 96
getrandom 384
@@ -151,12 +148,10 @@ gettid 224
gettimeofday 78
getuid 24
getuid32 199
-getunwind
getxattr 229
getxgid
getxpid
getxuid
-idle
init_module 128
inotify_add_watch 317
inotify_init 316
@@ -202,7 +197,7 @@ lsetxattr 227
lstat 107
lstat64 196
madvise 220
-map_shadow_stack
+map_shadow_stack 453
mbind 319
membarrier 389
memfd_create 385
@@ -246,10 +241,8 @@ munmap 91
name_to_handle_at 370
nanosleep 162
newfstatat
-nfsservctl 169
nice 34
old_adjtimex
-old_getpagesize
oldfstat
oldlstat
oldolduname
@@ -262,116 +255,36 @@ open_tree 428
openat 322
openat2 437
or1k_atomic
-osf_adjtime
-osf_afs_syscall
-osf_alt_plock
-osf_alt_setsid
-osf_alt_sigpending
-osf_asynch_daemon
-osf_audcntl
-osf_audgen
-osf_chflags
-osf_execve
-osf_exportfs
-osf_fchflags
-osf_fdatasync
-osf_fpathconf
osf_fstat
osf_fstatfs
osf_fstatfs64
-osf_fuser
-osf_getaddressconf
osf_getdirentries
osf_getdomainname
-osf_getfh
-osf_getfsstat
-osf_gethostid
osf_getitimer
-osf_getlogin
-osf_getmnt
osf_getrusage
osf_getsysinfo
osf_gettimeofday
-osf_kloadcall
-osf_kmodcall
osf_lstat
-osf_memcntl
-osf_mincore
osf_mount
-osf_mremap
-osf_msfs_syscall
-osf_msleep
-osf_mvalid
-osf_mwakeup
-osf_naccept
-osf_nfssvc
-osf_ngetpeername
-osf_ngetsockname
-osf_nrecvfrom
-osf_nrecvmsg
-osf_nsendmsg
-osf_ntp_adjtime
-osf_ntp_gettime
-osf_old_creat
-osf_old_fstat
-osf_old_getpgrp
-osf_old_killpg
-osf_old_lstat
-osf_old_open
-osf_old_sigaction
-osf_old_sigblock
-osf_old_sigreturn
-osf_old_sigsetmask
-osf_old_sigvec
-osf_old_stat
-osf_old_vadvise
-osf_old_vtrace
-osf_old_wait
-osf_oldquota
-osf_pathconf
-osf_pid_block
-osf_pid_unblock
-osf_plock
-osf_priocntlset
-osf_profil
osf_proplist_syscall
-osf_reboot
-osf_revoke
-osf_sbrk
-osf_security
osf_select
osf_set_program_attributes
-osf_set_speculative
-osf_sethostid
osf_setitimer
-osf_setlogin
osf_setsysinfo
osf_settimeofday
osf_shmat
-osf_signal
osf_sigprocmask
-osf_sigsendset
osf_sigstack
-osf_sigwaitprim
-osf_sstk
osf_stat
osf_statfs
osf_statfs64
-osf_subsys_info
-osf_swapctl
osf_swapon
osf_syscall
osf_sysinfo
-osf_table
-osf_uadmin
osf_usleep_thread
-osf_uswitch
-osf_utc_adjtime
-osf_utc_gettime
osf_utimes
osf_utsname
osf_wait4
-osf_waitid
pause 29
pciconfig_iobase 271
pciconfig_read 272
@@ -406,7 +319,6 @@ ptrace 26
pwrite64 181
pwritev 362
pwritev2 393
-query_module
quotactl 131
quotactl_fd 443
read 3
@@ -584,7 +496,6 @@ uname 122
unlink 10
unlinkat 328
unshare 337
-uselib 86
userfaultfd 388
ustat 62
utime
diff --git a/src/basic/syscalls-arm64.txt b/src/basic/syscalls-arm64.txt
index 1db16b03fdc..b8602a17ac6 100644
--- a/src/basic/syscalls-arm64.txt
+++ b/src/basic/syscalls-arm64.txt
@@ -1,6 +1,5 @@
_llseek
_newselect
-_sysctl
accept 202
accept4 242
access
@@ -15,7 +14,6 @@ arch_prctl
arm_fadvise64_64
atomic_barrier
atomic_cmpxchg_32
-bdflush
bind 200
bpf 280
brk 214
@@ -40,14 +38,12 @@ clock_nanosleep_time64
clock_settime 112
clock_settime64
clone 220
-clone2
clone3 435
close 57
close_range 436
connect 203
copy_file_range 285
creat
-create_module
delete_module 106
dipc
dup 23
@@ -106,10 +102,12 @@ fsync 82
ftruncate 46
ftruncate64
futex 98
+futex_requeue 456
futex_time64
+futex_wait 455
futex_waitv 449
+futex_wake 454
futimesat
-get_kernel_syms
get_mempolicy 236
get_robust_list 100
get_thread_area
@@ -134,7 +132,6 @@ getpeername 205
getpgid 155
getpgrp
getpid 172
-getpmsg
getppid 173
getpriority 141
getrandom 278
@@ -151,12 +148,10 @@ gettid 178
gettimeofday 169
getuid 174
getuid32
-getunwind
getxattr 8
getxgid
getxpid
getxuid
-idle
init_module 105
inotify_add_watch 27
inotify_init
@@ -202,7 +197,7 @@ lsetxattr 6
lstat
lstat64
madvise 233
-map_shadow_stack
+map_shadow_stack 453
mbind 235
membarrier 283
memfd_create 279
@@ -246,10 +241,8 @@ munmap 215
name_to_handle_at 264
nanosleep 101
newfstatat 79
-nfsservctl 42
nice
old_adjtimex
-old_getpagesize
oldfstat
oldlstat
oldolduname
@@ -262,116 +255,36 @@ open_tree 428
openat 56
openat2 437
or1k_atomic
-osf_adjtime
-osf_afs_syscall
-osf_alt_plock
-osf_alt_setsid
-osf_alt_sigpending
-osf_asynch_daemon
-osf_audcntl
-osf_audgen
-osf_chflags
-osf_execve
-osf_exportfs
-osf_fchflags
-osf_fdatasync
-osf_fpathconf
osf_fstat
osf_fstatfs
osf_fstatfs64
-osf_fuser
-osf_getaddressconf
osf_getdirentries
osf_getdomainname
-osf_getfh
-osf_getfsstat
-osf_gethostid
osf_getitimer
-osf_getlogin
-osf_getmnt
osf_getrusage
osf_getsysinfo
osf_gettimeofday
-osf_kloadcall
-osf_kmodcall
osf_lstat
-osf_memcntl
-osf_mincore
osf_mount
-osf_mremap
-osf_msfs_syscall
-osf_msleep
-osf_mvalid
-osf_mwakeup
-osf_naccept
-osf_nfssvc
-osf_ngetpeername
-osf_ngetsockname
-osf_nrecvfrom
-osf_nrecvmsg
-osf_nsendmsg
-osf_ntp_adjtime
-osf_ntp_gettime
-osf_old_creat
-osf_old_fstat
-osf_old_getpgrp
-osf_old_killpg
-osf_old_lstat
-osf_old_open
-osf_old_sigaction
-osf_old_sigblock
-osf_old_sigreturn
-osf_old_sigsetmask
-osf_old_sigvec
-osf_old_stat
-osf_old_vadvise
-osf_old_vtrace
-osf_old_wait
-osf_oldquota
-osf_pathconf
-osf_pid_block
-osf_pid_unblock
-osf_plock
-osf_priocntlset
-osf_profil
osf_proplist_syscall
-osf_reboot
-osf_revoke
-osf_sbrk
-osf_security
osf_select
osf_set_program_attributes
-osf_set_speculative
-osf_sethostid
osf_setitimer
-osf_setlogin
osf_setsysinfo
osf_settimeofday
osf_shmat
-osf_signal
osf_sigprocmask
-osf_sigsendset
osf_sigstack
-osf_sigwaitprim
-osf_sstk
osf_stat
osf_statfs
osf_statfs64
-osf_subsys_info
-osf_swapctl
osf_swapon
osf_syscall
osf_sysinfo
-osf_table
-osf_uadmin
osf_usleep_thread
-osf_uswitch
-osf_utc_adjtime
-osf_utc_gettime
osf_utimes
osf_utsname
osf_wait4
-osf_waitid
pause
pciconfig_iobase
pciconfig_read
@@ -406,7 +319,6 @@ ptrace 117
pwrite64 68
pwritev 70
pwritev2 287
-query_module
quotactl 60
quotactl_fd 443
read 63
@@ -584,7 +496,6 @@ uname 160
unlink
unlinkat 35
unshare 97
-uselib
userfaultfd 282
ustat
utime
diff --git a/src/basic/syscalls-i386.txt b/src/basic/syscalls-i386.txt
index 33c2d64e71c..6d0c57f7f9b 100644
--- a/src/basic/syscalls-i386.txt
+++ b/src/basic/syscalls-i386.txt
@@ -1,6 +1,5 @@
_llseek 140
_newselect 142
-_sysctl 149
accept
accept4 364
access 33
@@ -15,7 +14,6 @@ arch_prctl 384
arm_fadvise64_64
atomic_barrier
atomic_cmpxchg_32
-bdflush 134
bind 361
bpf 357
brk 45
@@ -40,14 +38,12 @@ clock_nanosleep_time64 407
clock_settime 264
clock_settime64 404
clone 120
-clone2
clone3 435
close 6
close_range 436
connect 362
copy_file_range 377
creat 8
-create_module 127
delete_module 129
dipc
dup 41
@@ -106,10 +102,12 @@ fsync 118
ftruncate 93
ftruncate64 194
futex 240
+futex_requeue 456
futex_time64 422
+futex_wait 455
futex_waitv 449
+futex_wake 454
futimesat 299
-get_kernel_syms 130
get_mempolicy 275
get_robust_list 312
get_thread_area 244
@@ -134,7 +132,6 @@ getpeername 368
getpgid 132
getpgrp 65
getpid 20
-getpmsg 188
getppid 64
getpriority 96
getrandom 355
@@ -151,12 +148,10 @@ gettid 224
gettimeofday 78
getuid 24
getuid32 199
-getunwind
getxattr 229
getxgid
getxpid
getxuid
-idle 112
init_module 128
inotify_add_watch 292
inotify_init 291
@@ -202,7 +197,7 @@ lsetxattr 227
lstat 107
lstat64 196
madvise 219
-map_shadow_stack
+map_shadow_stack 453
mbind 274
membarrier 375
memfd_create 356
@@ -246,10 +241,8 @@ munmap 91
name_to_handle_at 341
nanosleep 162
newfstatat
-nfsservctl 169
nice 34
old_adjtimex
-old_getpagesize
oldfstat 28
oldlstat 84
oldolduname 59
@@ -262,116 +255,36 @@ open_tree 428
openat 295
openat2 437
or1k_atomic
-osf_adjtime
-osf_afs_syscall
-osf_alt_plock
-osf_alt_setsid
-osf_alt_sigpending
-osf_asynch_daemon
-osf_audcntl
-osf_audgen
-osf_chflags
-osf_execve
-osf_exportfs
-osf_fchflags
-osf_fdatasync
-osf_fpathconf
osf_fstat
osf_fstatfs
osf_fstatfs64
-osf_fuser
-osf_getaddressconf
osf_getdirentries
osf_getdomainname
-osf_getfh
-osf_getfsstat
-osf_gethostid
osf_getitimer
-osf_getlogin
-osf_getmnt
osf_getrusage
osf_getsysinfo
osf_gettimeofday
-osf_kloadcall
-osf_kmodcall
osf_lstat
-osf_memcntl
-osf_mincore
osf_mount
-osf_mremap
-osf_msfs_syscall
-osf_msleep
-osf_mvalid
-osf_mwakeup
-osf_naccept
-osf_nfssvc
-osf_ngetpeername
-osf_ngetsockname
-osf_nrecvfrom
-osf_nrecvmsg
-osf_nsendmsg
-osf_ntp_adjtime
-osf_ntp_gettime
-osf_old_creat
-osf_old_fstat
-osf_old_getpgrp
-osf_old_killpg
-osf_old_lstat
-osf_old_open
-osf_old_sigaction
-osf_old_sigblock
-osf_old_sigreturn
-osf_old_sigsetmask
-osf_old_sigvec
-osf_old_stat
-osf_old_vadvise
-osf_old_vtrace
-osf_old_wait
-osf_oldquota
-osf_pathconf
-osf_pid_block
-osf_pid_unblock
-osf_plock
-osf_priocntlset
-osf_profil
osf_proplist_syscall
-osf_reboot
-osf_revoke
-osf_sbrk
-osf_security
osf_select
osf_set_program_attributes
-osf_set_speculative
-osf_sethostid
osf_setitimer
-osf_setlogin
osf_setsysinfo
osf_settimeofday
osf_shmat
-osf_signal
osf_sigprocmask
-osf_sigsendset
osf_sigstack
-osf_sigwaitprim
-osf_sstk
osf_stat
osf_statfs
osf_statfs64
-osf_subsys_info
-osf_swapctl
osf_swapon
osf_syscall
osf_sysinfo
-osf_table
-osf_uadmin
osf_usleep_thread
-osf_uswitch
-osf_utc_adjtime
-osf_utc_gettime
osf_utimes
osf_utsname
osf_wait4
-osf_waitid
pause 29
pciconfig_iobase
pciconfig_read
@@ -406,7 +319,6 @@ ptrace 26
pwrite64 181
pwritev 334
pwritev2 379
-query_module 167
quotactl 131
quotactl_fd 443
read 3
@@ -584,7 +496,6 @@ uname 122
unlink 10
unlinkat 301
unshare 310
-uselib 86
userfaultfd 374
ustat 62
utime 30
diff --git a/src/basic/syscalls-loongarch64.txt b/src/basic/syscalls-loongarch64.txt
index a8ac03996ba..34a45cb52b8 100644
--- a/src/basic/syscalls-loongarch64.txt
+++ b/src/basic/syscalls-loongarch64.txt
@@ -1,6 +1,5 @@
_llseek
_newselect
-_sysctl
accept 202
accept4 242
access
@@ -15,7 +14,6 @@ arch_prctl
arm_fadvise64_64
atomic_barrier
atomic_cmpxchg_32
-bdflush
bind 200
bpf 280
brk 214
@@ -40,14 +38,12 @@ clock_nanosleep_time64
clock_settime 112
clock_settime64
clone 220
-clone2
clone3 435
close 57
close_range 436
connect 203
copy_file_range 285
creat
-create_module
delete_module 106
dipc
dup 23
@@ -106,10 +102,12 @@ fsync 82
ftruncate 46
ftruncate64
futex 98
+futex_requeue 456
futex_time64
+futex_wait 455
futex_waitv 449
+futex_wake 454
futimesat
-get_kernel_syms
get_mempolicy 236
get_robust_list 100
get_thread_area
@@ -134,7 +132,6 @@ getpeername 205
getpgid 155
getpgrp
getpid 172
-getpmsg
getppid 173
getpriority 141
getrandom 278
@@ -151,12 +148,10 @@ gettid 178
gettimeofday 169
getuid 174
getuid32
-getunwind
getxattr 8
getxgid
getxpid
getxuid
-idle
init_module 105
inotify_add_watch 27
inotify_init
@@ -202,7 +197,7 @@ lsetxattr 6
lstat
lstat64
madvise 233
-map_shadow_stack
+map_shadow_stack 453
mbind 235
membarrier 283
memfd_create 279
@@ -246,10 +241,8 @@ munmap 215
name_to_handle_at 264
nanosleep 101
newfstatat
-nfsservctl 42
nice
old_adjtimex
-old_getpagesize
oldfstat
oldlstat
oldolduname
@@ -262,116 +255,36 @@ open_tree 428
openat 56
openat2 437
or1k_atomic
-osf_adjtime
-osf_afs_syscall
-osf_alt_plock
-osf_alt_setsid
-osf_alt_sigpending
-osf_asynch_daemon
-osf_audcntl
-osf_audgen
-osf_chflags
-osf_execve
-osf_exportfs
-osf_fchflags
-osf_fdatasync
-osf_fpathconf
osf_fstat
osf_fstatfs
osf_fstatfs64
-osf_fuser
-osf_getaddressconf
osf_getdirentries
osf_getdomainname
-osf_getfh
-osf_getfsstat
-osf_gethostid
osf_getitimer
-osf_getlogin
-osf_getmnt
osf_getrusage
osf_getsysinfo
osf_gettimeofday
-osf_kloadcall
-osf_kmodcall
osf_lstat
-osf_memcntl
-osf_mincore
osf_mount
-osf_mremap
-osf_msfs_syscall
-osf_msleep
-osf_mvalid
-osf_mwakeup
-osf_naccept
-osf_nfssvc
-osf_ngetpeername
-osf_ngetsockname
-osf_nrecvfrom
-osf_nrecvmsg
-osf_nsendmsg
-osf_ntp_adjtime
-osf_ntp_gettime
-osf_old_creat
-osf_old_fstat
-osf_old_getpgrp
-osf_old_killpg
-osf_old_lstat
-osf_old_open
-osf_old_sigaction
-osf_old_sigblock
-osf_old_sigreturn
-osf_old_sigsetmask
-osf_old_sigvec
-osf_old_stat
-osf_old_vadvise
-osf_old_vtrace
-osf_old_wait
-osf_oldquota
-osf_pathconf
-osf_pid_block
-osf_pid_unblock
-osf_plock
-osf_priocntlset
-osf_profil
osf_proplist_syscall
-osf_reboot
-osf_revoke
-osf_sbrk
-osf_security
osf_select
osf_set_program_attributes
-osf_set_speculative
-osf_sethostid
osf_setitimer
-osf_setlogin
osf_setsysinfo
osf_settimeofday
osf_shmat
-osf_signal
osf_sigprocmask
-osf_sigsendset
osf_sigstack
-osf_sigwaitprim
-osf_sstk
osf_stat
osf_statfs
osf_statfs64
-osf_subsys_info
-osf_swapctl
osf_swapon
osf_syscall
osf_sysinfo
-osf_table
-osf_uadmin
osf_usleep_thread
-osf_uswitch
-osf_utc_adjtime
-osf_utc_gettime
osf_utimes
osf_utsname
osf_wait4
-osf_waitid
pause
pciconfig_iobase
pciconfig_read
@@ -406,7 +319,6 @@ ptrace 117
pwrite64 68
pwritev 70
pwritev2 287
-query_module
quotactl 60
quotactl_fd 443
read 63
@@ -584,7 +496,6 @@ uname 160
unlink
unlinkat 35
unshare 97
-uselib
userfaultfd 282
ustat
utime
diff --git a/src/basic/syscalls-m68k.txt b/src/basic/syscalls-m68k.txt
index 75f160e94b3..712f272b1ab 100644
--- a/src/basic/syscalls-m68k.txt
+++ b/src/basic/syscalls-m68k.txt
@@ -1,6 +1,5 @@
_llseek 140
_newselect 142
-_sysctl 149
accept
accept4 361
access 33
@@ -15,7 +14,6 @@ arch_prctl
arm_fadvise64_64
atomic_barrier 336
atomic_cmpxchg_32 335
-bdflush 134
bind 358
bpf 354
brk 45
@@ -40,14 +38,12 @@ clock_nanosleep_time64 407
clock_settime 259
clock_settime64 404
clone 120
-clone2
clone3 435
close 6
close_range 436
connect 359
copy_file_range 376
creat 8
-create_module 127
delete_module 129
dipc
dup 41
@@ -106,10 +102,12 @@ fsync 118
ftruncate 93
ftruncate64 194
futex 235
+futex_requeue 456
futex_time64 422
+futex_wait 455
futex_waitv 449
+futex_wake 454
futimesat 292
-get_kernel_syms 130
get_mempolicy 269
get_robust_list 305
get_thread_area 333
@@ -134,7 +132,6 @@ getpeername 365
getpgid 132
getpgrp 65
getpid 20
-getpmsg 188
getppid 64
getpriority 96
getrandom 352
@@ -151,12 +148,10 @@ gettid 221
gettimeofday 78
getuid 24
getuid32 199
-getunwind
getxattr 226
getxgid
getxpid
getxuid
-idle
init_module 128
inotify_add_watch 285
inotify_init 284
@@ -202,7 +197,7 @@ lsetxattr 224
lstat 107
lstat64 196
madvise 238
-map_shadow_stack
+map_shadow_stack 453
mbind 268
membarrier 374
memfd_create 353
@@ -246,10 +241,8 @@ munmap 91
name_to_handle_at 340
nanosleep 162
newfstatat
-nfsservctl 169
nice 34
old_adjtimex
-old_getpagesize
oldfstat 28
oldlstat 84
oldolduname
@@ -262,116 +255,36 @@ open_tree 428
openat 288
openat2 437
or1k_atomic
-osf_adjtime
-osf_afs_syscall
-osf_alt_plock
-osf_alt_setsid
-osf_alt_sigpending
-osf_asynch_daemon
-osf_audcntl
-osf_audgen
-osf_chflags
-osf_execve
-osf_exportfs
-osf_fchflags
-osf_fdatasync
-osf_fpathconf
osf_fstat
osf_fstatfs
osf_fstatfs64
-osf_fuser
-osf_getaddressconf
osf_getdirentries
osf_getdomainname
-osf_getfh
-osf_getfsstat
-osf_gethostid
osf_getitimer
-osf_getlogin
-osf_getmnt
osf_getrusage
osf_getsysinfo
osf_gettimeofday
-osf_kloadcall
-osf_kmodcall
osf_lstat
-osf_memcntl
-osf_mincore
osf_mount
-osf_mremap
-osf_msfs_syscall
-osf_msleep
-osf_mvalid
-osf_mwakeup
-osf_naccept
-osf_nfssvc
-osf_ngetpeername
-osf_ngetsockname
-osf_nrecvfrom
-osf_nrecvmsg
-osf_nsendmsg
-osf_ntp_adjtime
-osf_ntp_gettime
-osf_old_creat
-osf_old_fstat
-osf_old_getpgrp
-osf_old_killpg
-osf_old_lstat
-osf_old_open
-osf_old_sigaction
-osf_old_sigblock
-osf_old_sigreturn
-osf_old_sigsetmask
-osf_old_sigvec
-osf_old_stat
-osf_old_vadvise
-osf_old_vtrace
-osf_old_wait
-osf_oldquota
-osf_pathconf
-osf_pid_block
-osf_pid_unblock
-osf_plock
-osf_priocntlset
-osf_profil
osf_proplist_syscall
-osf_reboot
-osf_revoke
-osf_sbrk
-osf_security
osf_select
osf_set_program_attributes
-osf_set_speculative
-osf_sethostid
osf_setitimer
-osf_setlogin
osf_setsysinfo
osf_settimeofday
osf_shmat
-osf_signal
osf_sigprocmask
-osf_sigsendset
osf_sigstack
-osf_sigwaitprim
-osf_sstk
osf_stat
osf_statfs
osf_statfs64
-osf_subsys_info
-osf_swapctl
osf_swapon
osf_syscall
osf_sysinfo
-osf_table
-osf_uadmin
osf_usleep_thread
-osf_uswitch
-osf_utc_adjtime
-osf_utc_gettime
osf_utimes
osf_utsname
osf_wait4
-osf_waitid
pause 29
pciconfig_iobase
pciconfig_read
@@ -406,7 +319,6 @@ ptrace 26
pwrite64 181
pwritev 330
pwritev2 378
-query_module 167
quotactl 131
quotactl_fd 443
read 3
@@ -584,7 +496,6 @@ uname 122
unlink 10
unlinkat 294
unshare 303
-uselib 86
userfaultfd 373
ustat 62
utime 30
diff --git a/src/basic/syscalls-mips64.txt b/src/basic/syscalls-mips64.txt
index ced93f866bd..2d0984edbd7 100644
--- a/src/basic/syscalls-mips64.txt
+++ b/src/basic/syscalls-mips64.txt
@@ -1,6 +1,5 @@
_llseek
_newselect 5022
-_sysctl 5152
accept 5042
accept4 5293
access 5020
@@ -15,7 +14,6 @@ arch_prctl
arm_fadvise64_64
atomic_barrier
atomic_cmpxchg_32
-bdflush
bind 5048
bpf 5315
brk 5012
@@ -40,14 +38,12 @@ clock_nanosleep_time64
clock_settime 5221
clock_settime64
clone 5055
-clone2
clone3 5435
close 5003
close_range 5436
connect 5041
copy_file_range 5320
creat 5083
-create_module 5167
delete_module 5169
dipc
dup 5031
@@ -106,10 +102,12 @@ fsync 5072
ftruncate 5075
ftruncate64
futex 5194
+futex_requeue 5456
futex_time64
+futex_wait 5455
futex_waitv 5449
+futex_wake 5454
futimesat 5251
-get_kernel_syms 5170
get_mempolicy 5228
get_robust_list 5269
get_thread_area
@@ -134,7 +132,6 @@ getpeername 5051
getpgid 5119
getpgrp 5109
getpid 5038
-getpmsg 5174
getppid 5108
getpriority 5137
getrandom 5313
@@ -151,12 +148,10 @@ gettid 5178
gettimeofday 5094
getuid 5100
getuid32
-getunwind
getxattr 5183
getxgid
getxpid
getxuid
-idle
init_module 5168
inotify_add_watch 5244
inotify_init 5243
@@ -202,7 +197,7 @@ lsetxattr 5181
lstat 5006
lstat64
madvise 5027
-map_shadow_stack
+map_shadow_stack 5453
mbind 5227
membarrier 5318
memfd_create 5314
@@ -246,10 +241,8 @@ munmap 5011
name_to_handle_at 5298
nanosleep 5034
newfstatat 5252
-nfsservctl 5173
nice
old_adjtimex
-old_getpagesize
oldfstat
oldlstat
oldolduname
@@ -262,116 +255,36 @@ open_tree 5428
openat 5247
openat2 5437
or1k_atomic
-osf_adjtime
-osf_afs_syscall
-osf_alt_plock
-osf_alt_setsid
-osf_alt_sigpending
-osf_asynch_daemon
-osf_audcntl
-osf_audgen
-osf_chflags
-osf_execve
-osf_exportfs
-osf_fchflags
-osf_fdatasync
-osf_fpathconf
osf_fstat
osf_fstatfs
osf_fstatfs64
-osf_fuser
-osf_getaddressconf
osf_getdirentries
osf_getdomainname
-osf_getfh
-osf_getfsstat
-osf_gethostid
osf_getitimer
-osf_getlogin
-osf_getmnt
osf_getrusage
osf_getsysinfo
osf_gettimeofday
-osf_kloadcall
-osf_kmodcall
osf_lstat
-osf_memcntl
-osf_mincore
osf_mount
-osf_mremap
-osf_msfs_syscall
-osf_msleep
-osf_mvalid
-osf_mwakeup
-osf_naccept
-osf_nfssvc
-osf_ngetpeername
-osf_ngetsockname
-osf_nrecvfrom
-osf_nrecvmsg
-osf_nsendmsg
-osf_ntp_adjtime
-osf_ntp_gettime
-osf_old_creat
-osf_old_fstat
-osf_old_getpgrp
-osf_old_killpg
-osf_old_lstat
-osf_old_open
-osf_old_sigaction
-osf_old_sigblock
-osf_old_sigreturn
-osf_old_sigsetmask
-osf_old_sigvec
-osf_old_stat
-osf_old_vadvise
-osf_old_vtrace
-osf_old_wait
-osf_oldquota
-osf_pathconf
-osf_pid_block
-osf_pid_unblock
-osf_plock
-osf_priocntlset
-osf_profil
osf_proplist_syscall
-osf_reboot
-osf_revoke
-osf_sbrk
-osf_security
osf_select
osf_set_program_attributes
-osf_set_speculative
-osf_sethostid
osf_setitimer
-osf_setlogin
osf_setsysinfo
osf_settimeofday
osf_shmat
-osf_signal
osf_sigprocmask
-osf_sigsendset
osf_sigstack
-osf_sigwaitprim
-osf_sstk
osf_stat
osf_statfs
osf_statfs64
-osf_subsys_info
-osf_swapctl
osf_swapon
osf_syscall
osf_sysinfo
-osf_table
-osf_uadmin
osf_usleep_thread
-osf_uswitch
-osf_utc_adjtime
-osf_utc_gettime
osf_utimes
osf_utsname
osf_wait4
-osf_waitid
pause 5033
pciconfig_iobase
pciconfig_read
@@ -406,7 +319,6 @@ ptrace 5099
pwrite64 5017
pwritev 5290
pwritev2 5322
-query_module 5171
quotactl 5172
quotactl_fd 5443
read 5000
@@ -584,7 +496,6 @@ uname 5061
unlink 5085
unlinkat 5253
unshare 5262
-uselib
userfaultfd 5317
ustat 5133
utime 5130
diff --git a/src/basic/syscalls-mips64n32.txt b/src/basic/syscalls-mips64n32.txt
index a56d6460baa..44758675e1f 100644
--- a/src/basic/syscalls-mips64n32.txt
+++ b/src/basic/syscalls-mips64n32.txt
@@ -1,6 +1,5 @@
_llseek
_newselect 6022
-_sysctl 6152
accept 6042
accept4 6297
access 6020
@@ -15,7 +14,6 @@ arch_prctl
arm_fadvise64_64
atomic_barrier
atomic_cmpxchg_32
-bdflush
bind 6048
bpf 6319
brk 6012
@@ -40,14 +38,12 @@ clock_nanosleep_time64 6407
clock_settime 6225
clock_settime64 6404
clone 6055
-clone2
clone3 6435
close 6003
close_range 6436
connect 6041
copy_file_range 6324
creat 6083
-create_module 6167
delete_module 6169
dipc
dup 6031
@@ -106,10 +102,12 @@ fsync 6072
ftruncate 6075
ftruncate64
futex 6194
+futex_requeue 6456
futex_time64 6422
+futex_wait 6455
futex_waitv 6449
+futex_wake 6454
futimesat 6255
-get_kernel_syms 6170
get_mempolicy 6232
get_robust_list 6273
get_thread_area
@@ -134,7 +132,6 @@ getpeername 6051
getpgid 6119
getpgrp 6109
getpid 6038
-getpmsg 6174
getppid 6108
getpriority 6137
getrandom 6317
@@ -151,12 +148,10 @@ gettid 6178
gettimeofday 6094
getuid 6100
getuid32
-getunwind
getxattr 6183
getxgid
getxpid
getxuid
-idle
init_module 6168
inotify_add_watch 6248
inotify_init 6247
@@ -202,7 +197,7 @@ lsetxattr 6181
lstat 6006
lstat64
madvise 6027
-map_shadow_stack
+map_shadow_stack 6453
mbind 6231
membarrier 6322
memfd_create 6318
@@ -246,10 +241,8 @@ munmap 6011
name_to_handle_at 6303
nanosleep 6034
newfstatat 6256
-nfsservctl 6173
nice
old_adjtimex
-old_getpagesize
oldfstat
oldlstat
oldolduname
@@ -262,116 +255,36 @@ open_tree 6428
openat 6251
openat2 6437
or1k_atomic
-osf_adjtime
-osf_afs_syscall
-osf_alt_plock
-osf_alt_setsid
-osf_alt_sigpending
-osf_asynch_daemon
-osf_audcntl
-osf_audgen
-osf_chflags
-osf_execve
-osf_exportfs
-osf_fchflags
-osf_fdatasync
-osf_fpathconf
osf_fstat
osf_fstatfs
osf_fstatfs64
-osf_fuser
-osf_getaddressconf
osf_getdirentries
osf_getdomainname
-osf_getfh
-osf_getfsstat
-osf_gethostid
osf_getitimer
-osf_getlogin
-osf_getmnt
osf_getrusage
osf_getsysinfo
osf_gettimeofday
-osf_kloadcall
-osf_kmodcall
osf_lstat
-osf_memcntl
-osf_mincore
osf_mount
-osf_mremap
-osf_msfs_syscall
-osf_msleep
-osf_mvalid
-osf_mwakeup
-osf_naccept
-osf_nfssvc
-osf_ngetpeername
-osf_ngetsockname
-osf_nrecvfrom
-osf_nrecvmsg
-osf_nsendmsg
-osf_ntp_adjtime
-osf_ntp_gettime
-osf_old_creat
-osf_old_fstat
-osf_old_getpgrp
-osf_old_killpg
-osf_old_lstat
-osf_old_open
-osf_old_sigaction
-osf_old_sigblock
-osf_old_sigreturn
-osf_old_sigsetmask
-osf_old_sigvec
-osf_old_stat
-osf_old_vadvise
-osf_old_vtrace
-osf_old_wait
-osf_oldquota
-osf_pathconf
-osf_pid_block
-osf_pid_unblock
-osf_plock
-osf_priocntlset
-osf_profil
osf_proplist_syscall
-osf_reboot
-osf_revoke
-osf_sbrk
-osf_security
osf_select
osf_set_program_attributes
-osf_set_speculative
-osf_sethostid
osf_setitimer
-osf_setlogin
osf_setsysinfo
osf_settimeofday
osf_shmat
-osf_signal
osf_sigprocmask
-osf_sigsendset
osf_sigstack
-osf_sigwaitprim
-osf_sstk
osf_stat
osf_statfs
osf_statfs64
-osf_subsys_info
-osf_swapctl
osf_swapon
osf_syscall
osf_sysinfo
-osf_table
-osf_uadmin
osf_usleep_thread
-osf_uswitch
-osf_utc_adjtime
-osf_utc_gettime
osf_utimes
osf_utsname
osf_wait4
-osf_waitid
pause 6033
pciconfig_iobase
pciconfig_read
@@ -406,7 +319,6 @@ ptrace 6099
pwrite64 6017
pwritev 6294
pwritev2 6326
-query_module 6171
quotactl 6172
quotactl_fd 6443
read 6000
@@ -584,7 +496,6 @@ uname 6061
unlink 6085
unlinkat 6257
unshare 6266
-uselib
userfaultfd 6321
ustat 6133
utime 6130
diff --git a/src/basic/syscalls-mipso32.txt b/src/basic/syscalls-mipso32.txt
index 48e54a1c522..0254cb34761 100644
--- a/src/basic/syscalls-mipso32.txt
+++ b/src/basic/syscalls-mipso32.txt
@@ -1,6 +1,5 @@
_llseek 4140
_newselect 4142
-_sysctl 4153
accept 4168
accept4 4334
access 4033
@@ -15,7 +14,6 @@ arch_prctl
arm_fadvise64_64
atomic_barrier
atomic_cmpxchg_32
-bdflush 4134
bind 4169
bpf 4355
brk 4045
@@ -40,14 +38,12 @@ clock_nanosleep_time64 4407
clock_settime 4262
clock_settime64 4404
clone 4120
-clone2
clone3 4435
close 4006
close_range 4436
connect 4170
copy_file_range 4360
creat 4008
-create_module 4127
delete_module 4129
dipc
dup 4041
@@ -106,10 +102,12 @@ fsync 4118
ftruncate 4093
ftruncate64 4212
futex 4238
+futex_requeue 4456
futex_time64 4422
+futex_wait 4455
futex_waitv 4449
+futex_wake 4454
futimesat 4292
-get_kernel_syms 4130
get_mempolicy 4269
get_robust_list 4310
get_thread_area
@@ -134,7 +132,6 @@ getpeername 4171
getpgid 4132
getpgrp 4065
getpid 4020
-getpmsg 4208
getppid 4064
getpriority 4096
getrandom 4353
@@ -151,12 +148,10 @@ gettid 4222
gettimeofday 4078
getuid 4024
getuid32
-getunwind
getxattr 4227
getxgid
getxpid
getxuid
-idle 4112
init_module 4128
inotify_add_watch 4285
inotify_init 4284
@@ -202,7 +197,7 @@ lsetxattr 4225
lstat 4107
lstat64 4214
madvise 4218
-map_shadow_stack
+map_shadow_stack 4453
mbind 4268
membarrier 4358
memfd_create 4354
@@ -246,10 +241,8 @@ munmap 4091
name_to_handle_at 4339
nanosleep 4166
newfstatat
-nfsservctl 4189
nice 4034
old_adjtimex
-old_getpagesize
oldfstat
oldlstat
oldolduname
@@ -262,116 +255,36 @@ open_tree 4428
openat 4288
openat2 4437
or1k_atomic
-osf_adjtime
-osf_afs_syscall
-osf_alt_plock
-osf_alt_setsid
-osf_alt_sigpending
-osf_asynch_daemon
-osf_audcntl
-osf_audgen
-osf_chflags
-osf_execve
-osf_exportfs
-osf_fchflags
-osf_fdatasync
-osf_fpathconf
osf_fstat
osf_fstatfs
osf_fstatfs64
-osf_fuser
-osf_getaddressconf
osf_getdirentries
osf_getdomainname
-osf_getfh
-osf_getfsstat
-osf_gethostid
osf_getitimer
-osf_getlogin
-osf_getmnt
osf_getrusage
osf_getsysinfo
osf_gettimeofday
-osf_kloadcall
-osf_kmodcall
osf_lstat
-osf_memcntl
-osf_mincore
osf_mount
-osf_mremap
-osf_msfs_syscall
-osf_msleep
-osf_mvalid
-osf_mwakeup
-osf_naccept
-osf_nfssvc
-osf_ngetpeername
-osf_ngetsockname
-osf_nrecvfrom
-osf_nrecvmsg
-osf_nsendmsg
-osf_ntp_adjtime
-osf_ntp_gettime
-osf_old_creat
-osf_old_fstat
-osf_old_getpgrp
-osf_old_killpg
-osf_old_lstat
-osf_old_open
-osf_old_sigaction
-osf_old_sigblock
-osf_old_sigreturn
-osf_old_sigsetmask
-osf_old_sigvec
-osf_old_stat
-osf_old_vadvise
-osf_old_vtrace
-osf_old_wait
-osf_oldquota
-osf_pathconf
-osf_pid_block
-osf_pid_unblock
-osf_plock
-osf_priocntlset
-osf_profil
osf_proplist_syscall
-osf_reboot
-osf_revoke
-osf_sbrk
-osf_security
osf_select
osf_set_program_attributes
-osf_set_speculative
-osf_sethostid
osf_setitimer
-osf_setlogin
osf_setsysinfo
osf_settimeofday
osf_shmat
-osf_signal
osf_sigprocmask
-osf_sigsendset
osf_sigstack
-osf_sigwaitprim
-osf_sstk
osf_stat
osf_statfs
osf_statfs64
-osf_subsys_info
-osf_swapctl
osf_swapon
osf_syscall
osf_sysinfo
-osf_table
-osf_uadmin
osf_usleep_thread
-osf_uswitch
-osf_utc_adjtime
-osf_utc_gettime
osf_utimes
osf_utsname
osf_wait4
-osf_waitid
pause 4029
pciconfig_iobase
pciconfig_read
@@ -406,7 +319,6 @@ ptrace 4026
pwrite64 4201
pwritev 4331
pwritev2 4362
-query_module 4187
quotactl 4131
quotactl_fd 4443
read 4003
@@ -584,7 +496,6 @@ uname 4122
unlink 4010
unlinkat 4294
unshare 4303
-uselib 4086
userfaultfd 4357
ustat 4062
utime 4030
diff --git a/src/basic/syscalls-parisc.txt b/src/basic/syscalls-parisc.txt
index 2eed8d93dbc..2bb1de56450 100644
--- a/src/basic/syscalls-parisc.txt
+++ b/src/basic/syscalls-parisc.txt
@@ -1,6 +1,5 @@
_llseek 140
_newselect 142
-_sysctl 149
accept 35
accept4 320
access 33
@@ -15,7 +14,6 @@ arch_prctl
arm_fadvise64_64
atomic_barrier
atomic_cmpxchg_32
-bdflush 134
bind 22
bpf 341
brk 45
@@ -40,14 +38,12 @@ clock_nanosleep_time64 407
clock_settime 255
clock_settime64 404
clone 120
-clone2
clone3 435
close 6
close_range 436
connect 31
copy_file_range 346
creat 8
-create_module
delete_module 129
dipc
dup 41
@@ -106,10 +102,12 @@ fsync 118
ftruncate 93
ftruncate64 200
futex 210
+futex_requeue 456
futex_time64 422
+futex_wait 455
futex_waitv 449
+futex_wake 454
futimesat 279
-get_kernel_syms
get_mempolicy 261
get_robust_list 290
get_thread_area
@@ -134,7 +132,6 @@ getpeername 53
getpgid 132
getpgrp 65
getpid 20
-getpmsg
getppid 64
getpriority 96
getrandom 339
@@ -151,12 +148,10 @@ gettid 206
gettimeofday 78
getuid 24
getuid32
-getunwind
getxattr 241
getxgid
getxpid
getxuid
-idle
init_module 128
inotify_add_watch 270
inotify_init 269
@@ -202,7 +197,7 @@ lsetxattr 239
lstat 84
lstat64 198
madvise 119
-map_shadow_stack
+map_shadow_stack 453
mbind 260
membarrier 343
memfd_create 340
@@ -246,10 +241,8 @@ munmap 91
name_to_handle_at 325
nanosleep 162
newfstatat
-nfsservctl
nice 34
old_adjtimex
-old_getpagesize
oldfstat
oldlstat
oldolduname
@@ -262,116 +255,36 @@ open_tree 428
openat 275
openat2 437
or1k_atomic
-osf_adjtime
-osf_afs_syscall
-osf_alt_plock
-osf_alt_setsid
-osf_alt_sigpending
-osf_asynch_daemon
-osf_audcntl
-osf_audgen
-osf_chflags
-osf_execve
-osf_exportfs
-osf_fchflags
-osf_fdatasync
-osf_fpathconf
osf_fstat
osf_fstatfs
osf_fstatfs64
-osf_fuser
-osf_getaddressconf
osf_getdirentries
osf_getdomainname
-osf_getfh
-osf_getfsstat
-osf_gethostid
osf_getitimer
-osf_getlogin
-osf_getmnt
osf_getrusage
osf_getsysinfo
osf_gettimeofday
-osf_kloadcall
-osf_kmodcall
osf_lstat
-osf_memcntl
-osf_mincore
osf_mount
-osf_mremap
-osf_msfs_syscall
-osf_msleep
-osf_mvalid
-osf_mwakeup
-osf_naccept
-osf_nfssvc
-osf_ngetpeername
-osf_ngetsockname
-osf_nrecvfrom
-osf_nrecvmsg
-osf_nsendmsg
-osf_ntp_adjtime
-osf_ntp_gettime
-osf_old_creat
-osf_old_fstat
-osf_old_getpgrp
-osf_old_killpg
-osf_old_lstat
-osf_old_open
-osf_old_sigaction
-osf_old_sigblock
-osf_old_sigreturn
-osf_old_sigsetmask
-osf_old_sigvec
-osf_old_stat
-osf_old_vadvise
-osf_old_vtrace
-osf_old_wait
-osf_oldquota
-osf_pathconf
-osf_pid_block
-osf_pid_unblock
-osf_plock
-osf_priocntlset
-osf_profil
osf_proplist_syscall
-osf_reboot
-osf_revoke
-osf_sbrk
-osf_security
osf_select
osf_set_program_attributes
-osf_set_speculative
-osf_sethostid
osf_setitimer
-osf_setlogin
osf_setsysinfo
osf_settimeofday
osf_shmat
-osf_signal
osf_sigprocmask
-osf_sigsendset
osf_sigstack
-osf_sigwaitprim
-osf_sstk
osf_stat
osf_statfs
osf_statfs64
-osf_subsys_info
-osf_swapctl
osf_swapon
osf_syscall
osf_sysinfo
-osf_table
-osf_uadmin
osf_usleep_thread
-osf_uswitch
-osf_utc_adjtime
-osf_utc_gettime
osf_utimes
osf_utsname
osf_wait4
-osf_waitid
pause 29
pciconfig_iobase
pciconfig_read
@@ -406,7 +319,6 @@ ptrace 26
pwrite64 109
pwritev 316
pwritev2 348
-query_module
quotactl 131
quotactl_fd 443
read 3
@@ -584,7 +496,6 @@ uname 59
unlink 10
unlinkat 281
unshare 288
-uselib 86
userfaultfd 344
ustat 62
utime 30
diff --git a/src/basic/syscalls-powerpc.txt b/src/basic/syscalls-powerpc.txt
index 981ac3131be..a8c1b1b5474 100644
--- a/src/basic/syscalls-powerpc.txt
+++ b/src/basic/syscalls-powerpc.txt
@@ -1,6 +1,5 @@
_llseek 140
_newselect 142
-_sysctl 149
accept 330
accept4 344
access 33
@@ -15,7 +14,6 @@ arch_prctl
arm_fadvise64_64
atomic_barrier
atomic_cmpxchg_32
-bdflush 134
bind 327
bpf 361
brk 45
@@ -40,14 +38,12 @@ clock_nanosleep_time64 407
clock_settime 245
clock_settime64 404
clone 120
-clone2
clone3 435
close 6
close_range 436
connect 328
copy_file_range 379
creat 8
-create_module 127
delete_module 129
dipc
dup 41
@@ -106,10 +102,12 @@ fsync 118
ftruncate 93
ftruncate64 194
futex 221
+futex_requeue 456
futex_time64 422
+futex_wait 455
futex_waitv 449
+futex_wake 454
futimesat 290
-get_kernel_syms 130
get_mempolicy 260
get_robust_list 299
get_thread_area
@@ -134,7 +132,6 @@ getpeername 332
getpgid 132
getpgrp 65
getpid 20
-getpmsg 187
getppid 64
getpriority 96
getrandom 359
@@ -151,12 +148,10 @@ gettid 207
gettimeofday 78
getuid 24
getuid32
-getunwind
getxattr 212
getxgid
getxpid
getxuid
-idle 112
init_module 128
inotify_add_watch 276
inotify_init 275
@@ -202,7 +197,7 @@ lsetxattr 210
lstat 107
lstat64 196
madvise 205
-map_shadow_stack
+map_shadow_stack 453
mbind 259
membarrier 365
memfd_create 360
@@ -246,10 +241,8 @@ munmap 91
name_to_handle_at 345
nanosleep 162
newfstatat
-nfsservctl 168
nice 34
old_adjtimex
-old_getpagesize
oldfstat 28
oldlstat 84
oldolduname 59
@@ -262,116 +255,36 @@ open_tree 428
openat 286
openat2 437
or1k_atomic
-osf_adjtime
-osf_afs_syscall
-osf_alt_plock
-osf_alt_setsid
-osf_alt_sigpending
-osf_asynch_daemon
-osf_audcntl
-osf_audgen
-osf_chflags
-osf_execve
-osf_exportfs
-osf_fchflags
-osf_fdatasync
-osf_fpathconf
osf_fstat
osf_fstatfs
osf_fstatfs64
-osf_fuser
-osf_getaddressconf
osf_getdirentries
osf_getdomainname
-osf_getfh
-osf_getfsstat
-osf_gethostid
osf_getitimer
-osf_getlogin
-osf_getmnt
osf_getrusage
osf_getsysinfo
osf_gettimeofday
-osf_kloadcall
-osf_kmodcall
osf_lstat
-osf_memcntl
-osf_mincore
osf_mount
-osf_mremap
-osf_msfs_syscall
-osf_msleep
-osf_mvalid
-osf_mwakeup
-osf_naccept
-osf_nfssvc
-osf_ngetpeername
-osf_ngetsockname
-osf_nrecvfrom
-osf_nrecvmsg
-osf_nsendmsg
-osf_ntp_adjtime
-osf_ntp_gettime
-osf_old_creat
-osf_old_fstat
-osf_old_getpgrp
-osf_old_killpg
-osf_old_lstat
-osf_old_open
-osf_old_sigaction
-osf_old_sigblock
-osf_old_sigreturn
-osf_old_sigsetmask
-osf_old_sigvec
-osf_old_stat
-osf_old_vadvise
-osf_old_vtrace
-osf_old_wait
-osf_oldquota
-osf_pathconf
-osf_pid_block
-osf_pid_unblock
-osf_plock
-osf_priocntlset
-osf_profil
osf_proplist_syscall
-osf_reboot
-osf_revoke
-osf_sbrk
-osf_security
osf_select
osf_set_program_attributes
-osf_set_speculative
-osf_sethostid
osf_setitimer
-osf_setlogin
osf_setsysinfo
osf_settimeofday
osf_shmat
-osf_signal
osf_sigprocmask
-osf_sigsendset
osf_sigstack
-osf_sigwaitprim
-osf_sstk
osf_stat
osf_statfs
osf_statfs64
-osf_subsys_info
-osf_swapctl
osf_swapon
osf_syscall
osf_sysinfo
-osf_table
-osf_uadmin
osf_usleep_thread
-osf_uswitch
-osf_utc_adjtime
-osf_utc_gettime
osf_utimes
osf_utsname
osf_wait4
-osf_waitid
pause 29
pciconfig_iobase 200
pciconfig_read 198
@@ -406,7 +319,6 @@ ptrace 26
pwrite64 180
pwritev 321
pwritev2 381
-query_module 166
quotactl 131
quotactl_fd 443
read 3
@@ -584,7 +496,6 @@ uname 122
unlink 10
unlinkat 292
unshare 282
-uselib 86
userfaultfd 364
ustat 62
utime 30
diff --git a/src/basic/syscalls-powerpc64.txt b/src/basic/syscalls-powerpc64.txt
index e9485977069..824cc614be6 100644
--- a/src/basic/syscalls-powerpc64.txt
+++ b/src/basic/syscalls-powerpc64.txt
@@ -1,6 +1,5 @@
_llseek 140
_newselect 142
-_sysctl 149
accept 330
accept4 344
access 33
@@ -15,7 +14,6 @@ arch_prctl
arm_fadvise64_64
atomic_barrier
atomic_cmpxchg_32
-bdflush 134
bind 327
bpf 361
brk 45
@@ -40,14 +38,12 @@ clock_nanosleep_time64
clock_settime 245
clock_settime64
clone 120
-clone2
clone3 435
close 6
close_range 436
connect 328
copy_file_range 379
creat 8
-create_module 127
delete_module 129
dipc
dup 41
@@ -106,10 +102,12 @@ fsync 118
ftruncate 93
ftruncate64
futex 221
+futex_requeue 456
futex_time64
+futex_wait 455
futex_waitv 449
+futex_wake 454
futimesat 290
-get_kernel_syms 130
get_mempolicy 260
get_robust_list 299
get_thread_area
@@ -134,7 +132,6 @@ getpeername 332
getpgid 132
getpgrp 65
getpid 20
-getpmsg 187
getppid 64
getpriority 96
getrandom 359
@@ -151,12 +148,10 @@ gettid 207
gettimeofday 78
getuid 24
getuid32
-getunwind
getxattr 212
getxgid
getxpid
getxuid
-idle 112
init_module 128
inotify_add_watch 276
inotify_init 275
@@ -202,7 +197,7 @@ lsetxattr 210
lstat 107
lstat64
madvise 205
-map_shadow_stack
+map_shadow_stack 453
mbind 259
membarrier 365
memfd_create 360
@@ -246,10 +241,8 @@ munmap 91
name_to_handle_at 345
nanosleep 162
newfstatat 291
-nfsservctl 168
nice 34
old_adjtimex
-old_getpagesize
oldfstat 28
oldlstat 84
oldolduname 59
@@ -262,116 +255,36 @@ open_tree 428
openat 286
openat2 437
or1k_atomic
-osf_adjtime
-osf_afs_syscall
-osf_alt_plock
-osf_alt_setsid
-osf_alt_sigpending
-osf_asynch_daemon
-osf_audcntl
-osf_audgen
-osf_chflags
-osf_execve
-osf_exportfs
-osf_fchflags
-osf_fdatasync
-osf_fpathconf
osf_fstat
osf_fstatfs
osf_fstatfs64
-osf_fuser
-osf_getaddressconf
osf_getdirentries
osf_getdomainname
-osf_getfh
-osf_getfsstat
-osf_gethostid
osf_getitimer
-osf_getlogin
-osf_getmnt
osf_getrusage
osf_getsysinfo
osf_gettimeofday
-osf_kloadcall
-osf_kmodcall
osf_lstat
-osf_memcntl
-osf_mincore
osf_mount
-osf_mremap
-osf_msfs_syscall
-osf_msleep
-osf_mvalid
-osf_mwakeup
-osf_naccept
-osf_nfssvc
-osf_ngetpeername
-osf_ngetsockname
-osf_nrecvfrom
-osf_nrecvmsg
-osf_nsendmsg
-osf_ntp_adjtime
-osf_ntp_gettime
-osf_old_creat
-osf_old_fstat
-osf_old_getpgrp
-osf_old_killpg
-osf_old_lstat
-osf_old_open
-osf_old_sigaction
-osf_old_sigblock
-osf_old_sigreturn
-osf_old_sigsetmask
-osf_old_sigvec
-osf_old_stat
-osf_old_vadvise
-osf_old_vtrace
-osf_old_wait
-osf_oldquota
-osf_pathconf
-osf_pid_block
-osf_pid_unblock
-osf_plock
-osf_priocntlset
-osf_profil
osf_proplist_syscall
-osf_reboot
-osf_revoke
-osf_sbrk
-osf_security
osf_select
osf_set_program_attributes
-osf_set_speculative
-osf_sethostid
osf_setitimer
-osf_setlogin
osf_setsysinfo
osf_settimeofday
osf_shmat
-osf_signal
osf_sigprocmask
-osf_sigsendset
osf_sigstack
-osf_sigwaitprim
-osf_sstk
osf_stat
osf_statfs
osf_statfs64
-osf_subsys_info
-osf_swapctl
osf_swapon
osf_syscall
osf_sysinfo
-osf_table
-osf_uadmin
osf_usleep_thread
-osf_uswitch
-osf_utc_adjtime
-osf_utc_gettime
osf_utimes
osf_utsname
osf_wait4
-osf_waitid
pause 29
pciconfig_iobase 200
pciconfig_read 198
@@ -406,7 +319,6 @@ ptrace 26
pwrite64 180
pwritev 321
pwritev2 381
-query_module 166
quotactl 131
quotactl_fd 443
read 3
@@ -584,7 +496,6 @@ uname 122
unlink 10
unlinkat 292
unshare 282
-uselib 86
userfaultfd 364
ustat 62
utime 30
diff --git a/src/basic/syscalls-riscv32.txt b/src/basic/syscalls-riscv32.txt
index 513573b64d6..5011956e724 100644
--- a/src/basic/syscalls-riscv32.txt
+++ b/src/basic/syscalls-riscv32.txt
@@ -1,6 +1,5 @@
_llseek
_newselect
-_sysctl
accept 202
accept4 242
access
@@ -15,7 +14,6 @@ arch_prctl
arm_fadvise64_64
atomic_barrier
atomic_cmpxchg_32
-bdflush
bind 200
bpf 280
brk 214
@@ -40,14 +38,12 @@ clock_nanosleep_time64 407
clock_settime
clock_settime64 404
clone 220
-clone2
clone3 435
close 57
close_range 436
connect 203
copy_file_range 285
creat
-create_module
delete_module 106
dipc
dup 23
@@ -106,10 +102,12 @@ fsync 82
ftruncate
ftruncate64 46
futex
+futex_requeue 456
futex_time64 422
+futex_wait 455
futex_waitv 449
+futex_wake 454
futimesat
-get_kernel_syms
get_mempolicy 236
get_robust_list 100
get_thread_area
@@ -134,7 +132,6 @@ getpeername 205
getpgid 155
getpgrp
getpid 172
-getpmsg
getppid 173
getpriority 141
getrandom 278
@@ -151,12 +148,10 @@ gettid 178
gettimeofday
getuid 174
getuid32
-getunwind
getxattr 8
getxgid
getxpid
getxuid
-idle
init_module 105
inotify_add_watch 27
inotify_init
@@ -202,7 +197,7 @@ lsetxattr 6
lstat
lstat64
madvise 233
-map_shadow_stack
+map_shadow_stack 453
mbind 235
membarrier 283
memfd_create 279
@@ -246,10 +241,8 @@ munmap 215
name_to_handle_at 264
nanosleep
newfstatat
-nfsservctl 42
nice
old_adjtimex
-old_getpagesize
oldfstat
oldlstat
oldolduname
@@ -262,116 +255,36 @@ open_tree 428
openat 56
openat2 437
or1k_atomic
-osf_adjtime
-osf_afs_syscall
-osf_alt_plock
-osf_alt_setsid
-osf_alt_sigpending
-osf_asynch_daemon
-osf_audcntl
-osf_audgen
-osf_chflags
-osf_execve
-osf_exportfs
-osf_fchflags
-osf_fdatasync
-osf_fpathconf
osf_fstat
osf_fstatfs
osf_fstatfs64
-osf_fuser
-osf_getaddressconf
osf_getdirentries
osf_getdomainname
-osf_getfh
-osf_getfsstat
-osf_gethostid
osf_getitimer
-osf_getlogin
-osf_getmnt
osf_getrusage
osf_getsysinfo
osf_gettimeofday
-osf_kloadcall
-osf_kmodcall
osf_lstat
-osf_memcntl
-osf_mincore
osf_mount
-osf_mremap
-osf_msfs_syscall
-osf_msleep
-osf_mvalid
-osf_mwakeup
-osf_naccept
-osf_nfssvc
-osf_ngetpeername
-osf_ngetsockname
-osf_nrecvfrom
-osf_nrecvmsg
-osf_nsendmsg
-osf_ntp_adjtime
-osf_ntp_gettime
-osf_old_creat
-osf_old_fstat
-osf_old_getpgrp
-osf_old_killpg
-osf_old_lstat
-osf_old_open
-osf_old_sigaction
-osf_old_sigblock
-osf_old_sigreturn
-osf_old_sigsetmask
-osf_old_sigvec
-osf_old_stat
-osf_old_vadvise
-osf_old_vtrace
-osf_old_wait
-osf_oldquota
-osf_pathconf
-osf_pid_block
-osf_pid_unblock
-osf_plock
-osf_priocntlset
-osf_profil
osf_proplist_syscall
-osf_reboot
-osf_revoke
-osf_sbrk
-osf_security
osf_select
osf_set_program_attributes
-osf_set_speculative
-osf_sethostid
osf_setitimer
-osf_setlogin
osf_setsysinfo
osf_settimeofday
osf_shmat
-osf_signal
osf_sigprocmask
-osf_sigsendset
osf_sigstack
-osf_sigwaitprim
-osf_sstk
osf_stat
osf_statfs
osf_statfs64
-osf_subsys_info
-osf_swapctl
osf_swapon
osf_syscall
osf_sysinfo
-osf_table
-osf_uadmin
osf_usleep_thread
-osf_uswitch
-osf_utc_adjtime
-osf_utc_gettime
osf_utimes
osf_utsname
osf_wait4
-osf_waitid
pause
pciconfig_iobase
pciconfig_read
@@ -406,7 +319,6 @@ ptrace 117
pwrite64 68
pwritev 70
pwritev2 287
-query_module
quotactl 60
quotactl_fd 443
read 63
@@ -584,7 +496,6 @@ uname 160
unlink
unlinkat 35
unshare 97
-uselib
userfaultfd 282
ustat
utime
diff --git a/src/basic/syscalls-riscv64.txt b/src/basic/syscalls-riscv64.txt
index bab52e0226c..ba00b902079 100644
--- a/src/basic/syscalls-riscv64.txt
+++ b/src/basic/syscalls-riscv64.txt
@@ -1,6 +1,5 @@
_llseek
_newselect
-_sysctl
accept 202
accept4 242
access
@@ -15,7 +14,6 @@ arch_prctl
arm_fadvise64_64
atomic_barrier
atomic_cmpxchg_32
-bdflush
bind 200
bpf 280
brk 214
@@ -40,14 +38,12 @@ clock_nanosleep_time64
clock_settime 112
clock_settime64
clone 220
-clone2
clone3 435
close 57
close_range 436
connect 203
copy_file_range 285
creat
-create_module
delete_module 106
dipc
dup 23
@@ -106,10 +102,12 @@ fsync 82
ftruncate 46
ftruncate64
futex 98
+futex_requeue 456
futex_time64
+futex_wait 455
futex_waitv 449
+futex_wake 454
futimesat
-get_kernel_syms
get_mempolicy 236
get_robust_list 100
get_thread_area
@@ -134,7 +132,6 @@ getpeername 205
getpgid 155
getpgrp
getpid 172
-getpmsg
getppid 173
getpriority 141
getrandom 278
@@ -151,12 +148,10 @@ gettid 178
gettimeofday 169
getuid 174
getuid32
-getunwind
getxattr 8
getxgid
getxpid
getxuid
-idle
init_module 105
inotify_add_watch 27
inotify_init
@@ -202,7 +197,7 @@ lsetxattr 6
lstat
lstat64
madvise 233
-map_shadow_stack
+map_shadow_stack 453
mbind 235
membarrier 283
memfd_create 279
@@ -246,10 +241,8 @@ munmap 215
name_to_handle_at 264
nanosleep 101
newfstatat 79
-nfsservctl 42
nice
old_adjtimex
-old_getpagesize
oldfstat
oldlstat
oldolduname
@@ -262,116 +255,36 @@ open_tree 428
openat 56
openat2 437
or1k_atomic
-osf_adjtime
-osf_afs_syscall
-osf_alt_plock
-osf_alt_setsid
-osf_alt_sigpending
-osf_asynch_daemon
-osf_audcntl
-osf_audgen
-osf_chflags
-osf_execve
-osf_exportfs
-osf_fchflags
-osf_fdatasync
-osf_fpathconf
osf_fstat
osf_fstatfs
osf_fstatfs64
-osf_fuser
-osf_getaddressconf
osf_getdirentries
osf_getdomainname
-osf_getfh
-osf_getfsstat
-osf_gethostid
osf_getitimer
-osf_getlogin
-osf_getmnt
osf_getrusage
osf_getsysinfo
osf_gettimeofday
-osf_kloadcall
-osf_kmodcall
osf_lstat
-osf_memcntl
-osf_mincore
osf_mount
-osf_mremap
-osf_msfs_syscall
-osf_msleep
-osf_mvalid
-osf_mwakeup
-osf_naccept
-osf_nfssvc
-osf_ngetpeername
-osf_ngetsockname
-osf_nrecvfrom
-osf_nrecvmsg
-osf_nsendmsg
-osf_ntp_adjtime
-osf_ntp_gettime
-osf_old_creat
-osf_old_fstat
-osf_old_getpgrp
-osf_old_killpg
-osf_old_lstat
-osf_old_open
-osf_old_sigaction
-osf_old_sigblock
-osf_old_sigreturn
-osf_old_sigsetmask
-osf_old_sigvec
-osf_old_stat
-osf_old_vadvise
-osf_old_vtrace
-osf_old_wait
-osf_oldquota
-osf_pathconf
-osf_pid_block
-osf_pid_unblock
-osf_plock
-osf_priocntlset
-osf_profil
osf_proplist_syscall
-osf_reboot
-osf_revoke
-osf_sbrk
-osf_security
osf_select
osf_set_program_attributes
-osf_set_speculative
-osf_sethostid
osf_setitimer
-osf_setlogin
osf_setsysinfo
osf_settimeofday
osf_shmat
-osf_signal
osf_sigprocmask
-osf_sigsendset
osf_sigstack
-osf_sigwaitprim
-osf_sstk
osf_stat
osf_statfs
osf_statfs64
-osf_subsys_info
-osf_swapctl
osf_swapon
osf_syscall
osf_sysinfo
-osf_table
-osf_uadmin
osf_usleep_thread
-osf_uswitch
-osf_utc_adjtime
-osf_utc_gettime
osf_utimes
osf_utsname
osf_wait4
-osf_waitid
pause
pciconfig_iobase
pciconfig_read
@@ -406,7 +319,6 @@ ptrace 117
pwrite64 68
pwritev 70
pwritev2 287
-query_module
quotactl 60
quotactl_fd 443
read 63
@@ -584,7 +496,6 @@ uname 160
unlink
unlinkat 35
unshare 97
-uselib
userfaultfd 282
ustat
utime
diff --git a/src/basic/syscalls-s390.txt b/src/basic/syscalls-s390.txt
index 655ae615c44..c81f795e402 100644
--- a/src/basic/syscalls-s390.txt
+++ b/src/basic/syscalls-s390.txt
@@ -1,6 +1,5 @@
_llseek 140
_newselect 142
-_sysctl 149
accept
accept4 364
access 33
@@ -15,7 +14,6 @@ arch_prctl
arm_fadvise64_64
atomic_barrier
atomic_cmpxchg_32
-bdflush 134
bind 361
bpf 351
brk 45
@@ -40,14 +38,12 @@ clock_nanosleep_time64 407
clock_settime 259
clock_settime64 404
clone 120
-clone2
clone3 435
close 6
close_range 436
connect 362
copy_file_range 375
creat 8
-create_module 127
delete_module 129
dipc
dup 41
@@ -106,10 +102,12 @@ fsync 118
ftruncate 93
ftruncate64 194
futex 238
+futex_requeue 456
futex_time64 422
+futex_wait 455
futex_waitv 449
+futex_wake 454
futimesat 292
-get_kernel_syms 130
get_mempolicy 269
get_robust_list 305
get_thread_area
@@ -134,7 +132,6 @@ getpeername 368
getpgid 132
getpgrp 65
getpid 20
-getpmsg 188
getppid 64
getpriority 96
getrandom 349
@@ -151,12 +148,10 @@ gettid 236
gettimeofday 78
getuid 24
getuid32 199
-getunwind
getxattr 227
getxgid
getxpid
getxuid
-idle 112
init_module 128
inotify_add_watch 285
inotify_init 284
@@ -202,7 +197,7 @@ lsetxattr 225
lstat 107
lstat64 196
madvise 219
-map_shadow_stack
+map_shadow_stack 453
mbind 268
membarrier 356
memfd_create 350
@@ -246,10 +241,8 @@ munmap 91
name_to_handle_at 335
nanosleep 162
newfstatat
-nfsservctl 169
nice 34
old_adjtimex
-old_getpagesize
oldfstat
oldlstat
oldolduname
@@ -262,116 +255,36 @@ open_tree 428
openat 288
openat2 437
or1k_atomic
-osf_adjtime
-osf_afs_syscall
-osf_alt_plock
-osf_alt_setsid
-osf_alt_sigpending
-osf_asynch_daemon
-osf_audcntl
-osf_audgen
-osf_chflags
-osf_execve
-osf_exportfs
-osf_fchflags
-osf_fdatasync
-osf_fpathconf
osf_fstat
osf_fstatfs
osf_fstatfs64
-osf_fuser
-osf_getaddressconf
osf_getdirentries
osf_getdomainname
-osf_getfh
-osf_getfsstat
-osf_gethostid
osf_getitimer
-osf_getlogin
-osf_getmnt
osf_getrusage
osf_getsysinfo
osf_gettimeofday
-osf_kloadcall
-osf_kmodcall
osf_lstat
-osf_memcntl
-osf_mincore
osf_mount
-osf_mremap
-osf_msfs_syscall
-osf_msleep
-osf_mvalid
-osf_mwakeup
-osf_naccept
-osf_nfssvc
-osf_ngetpeername
-osf_ngetsockname
-osf_nrecvfrom
-osf_nrecvmsg
-osf_nsendmsg
-osf_ntp_adjtime
-osf_ntp_gettime
-osf_old_creat
-osf_old_fstat
-osf_old_getpgrp
-osf_old_killpg
-osf_old_lstat
-osf_old_open
-osf_old_sigaction
-osf_old_sigblock
-osf_old_sigreturn
-osf_old_sigsetmask
-osf_old_sigvec
-osf_old_stat
-osf_old_vadvise
-osf_old_vtrace
-osf_old_wait
-osf_oldquota
-osf_pathconf
-osf_pid_block
-osf_pid_unblock
-osf_plock
-osf_priocntlset
-osf_profil
osf_proplist_syscall
-osf_reboot
-osf_revoke
-osf_sbrk
-osf_security
osf_select
osf_set_program_attributes
-osf_set_speculative
-osf_sethostid
osf_setitimer
-osf_setlogin
osf_setsysinfo
osf_settimeofday
osf_shmat
-osf_signal
osf_sigprocmask
-osf_sigsendset
osf_sigstack
-osf_sigwaitprim
-osf_sstk
osf_stat
osf_statfs
osf_statfs64
-osf_subsys_info
-osf_swapctl
osf_swapon
osf_syscall
osf_sysinfo
-osf_table
-osf_uadmin
osf_usleep_thread
-osf_uswitch
-osf_utc_adjtime
-osf_utc_gettime
osf_utimes
osf_utsname
osf_wait4
-osf_waitid
pause 29
pciconfig_iobase
pciconfig_read
@@ -406,7 +319,6 @@ ptrace 26
pwrite64 181
pwritev 329
pwritev2 377
-query_module 167
quotactl 131
quotactl_fd 443
read 3
@@ -584,7 +496,6 @@ uname 122
unlink 10
unlinkat 294
unshare 303
-uselib 86
userfaultfd 355
ustat 62
utime 30
diff --git a/src/basic/syscalls-s390x.txt b/src/basic/syscalls-s390x.txt
index 498e7929991..c999fd67963 100644
--- a/src/basic/syscalls-s390x.txt
+++ b/src/basic/syscalls-s390x.txt
@@ -1,6 +1,5 @@
_llseek
_newselect
-_sysctl 149
accept
accept4 364
access 33
@@ -15,7 +14,6 @@ arch_prctl
arm_fadvise64_64
atomic_barrier
atomic_cmpxchg_32
-bdflush 134
bind 361
bpf 351
brk 45
@@ -40,14 +38,12 @@ clock_nanosleep_time64
clock_settime 259
clock_settime64
clone 120
-clone2
clone3 435
close 6
close_range 436
connect 362
copy_file_range 375
creat 8
-create_module 127
delete_module 129
dipc
dup 41
@@ -106,10 +102,12 @@ fsync 118
ftruncate 93
ftruncate64
futex 238
+futex_requeue 456
futex_time64
+futex_wait 455
futex_waitv 449
+futex_wake 454
futimesat 292
-get_kernel_syms 130
get_mempolicy 269
get_robust_list 305
get_thread_area
@@ -134,7 +132,6 @@ getpeername 368
getpgid 132
getpgrp 65
getpid 20
-getpmsg 188
getppid 64
getpriority 96
getrandom 349
@@ -151,12 +148,10 @@ gettid 236
gettimeofday 78
getuid 199
getuid32
-getunwind
getxattr 227
getxgid
getxpid
getxuid
-idle 112
init_module 128
inotify_add_watch 285
inotify_init 284
@@ -202,7 +197,7 @@ lsetxattr 225
lstat 107
lstat64
madvise 219
-map_shadow_stack
+map_shadow_stack 453
mbind 268
membarrier 356
memfd_create 350
@@ -246,10 +241,8 @@ munmap 91
name_to_handle_at 335
nanosleep 162
newfstatat 293
-nfsservctl 169
nice 34
old_adjtimex
-old_getpagesize
oldfstat
oldlstat
oldolduname
@@ -262,116 +255,36 @@ open_tree 428
openat 288
openat2 437
or1k_atomic
-osf_adjtime
-osf_afs_syscall
-osf_alt_plock
-osf_alt_setsid
-osf_alt_sigpending
-osf_asynch_daemon
-osf_audcntl
-osf_audgen
-osf_chflags
-osf_execve
-osf_exportfs
-osf_fchflags
-osf_fdatasync
-osf_fpathconf
osf_fstat
osf_fstatfs
osf_fstatfs64
-osf_fuser
-osf_getaddressconf
osf_getdirentries
osf_getdomainname
-osf_getfh
-osf_getfsstat
-osf_gethostid
osf_getitimer
-osf_getlogin
-osf_getmnt
osf_getrusage
osf_getsysinfo
osf_gettimeofday
-osf_kloadcall
-osf_kmodcall
osf_lstat
-osf_memcntl
-osf_mincore
osf_mount
-osf_mremap
-osf_msfs_syscall
-osf_msleep
-osf_mvalid
-osf_mwakeup
-osf_naccept
-osf_nfssvc
-osf_ngetpeername
-osf_ngetsockname
-osf_nrecvfrom
-osf_nrecvmsg
-osf_nsendmsg
-osf_ntp_adjtime
-osf_ntp_gettime
-osf_old_creat
-osf_old_fstat
-osf_old_getpgrp
-osf_old_killpg
-osf_old_lstat
-osf_old_open
-osf_old_sigaction
-osf_old_sigblock
-osf_old_sigreturn
-osf_old_sigsetmask
-osf_old_sigvec
-osf_old_stat
-osf_old_vadvise
-osf_old_vtrace
-osf_old_wait
-osf_oldquota
-osf_pathconf
-osf_pid_block
-osf_pid_unblock
-osf_plock
-osf_priocntlset
-osf_profil
osf_proplist_syscall
-osf_reboot
-osf_revoke
-osf_sbrk
-osf_security
osf_select
osf_set_program_attributes
-osf_set_speculative
-osf_sethostid
osf_setitimer
-osf_setlogin
osf_setsysinfo
osf_settimeofday
osf_shmat
-osf_signal
osf_sigprocmask
-osf_sigsendset
osf_sigstack
-osf_sigwaitprim
-osf_sstk
osf_stat
osf_statfs
osf_statfs64
-osf_subsys_info
-osf_swapctl
osf_swapon
osf_syscall
osf_sysinfo
-osf_table
-osf_uadmin
osf_usleep_thread
-osf_uswitch
-osf_utc_adjtime
-osf_utc_gettime
osf_utimes
osf_utsname
osf_wait4
-osf_waitid
pause 29
pciconfig_iobase
pciconfig_read
@@ -406,7 +319,6 @@ ptrace 26
pwrite64 181
pwritev 329
pwritev2 377
-query_module 167
quotactl 131
quotactl_fd 443
read 3
@@ -584,7 +496,6 @@ uname 122
unlink 10
unlinkat 294
unshare 303
-uselib 86
userfaultfd 355
ustat 62
utime 30
diff --git a/src/basic/syscalls-sparc.txt b/src/basic/syscalls-sparc.txt
index 6bcd37942f5..e631d30fa61 100644
--- a/src/basic/syscalls-sparc.txt
+++ b/src/basic/syscalls-sparc.txt
@@ -1,6 +1,5 @@
_llseek 236
_newselect 230
-_sysctl 251
accept 99
accept4 323
access 33
@@ -15,7 +14,6 @@ arch_prctl
arm_fadvise64_64
atomic_barrier
atomic_cmpxchg_32
-bdflush 225
bind 353
bpf 349
brk 17
@@ -40,14 +38,12 @@ clock_nanosleep_time64 407
clock_settime 256
clock_settime64 404
clone 217
-clone2
clone3
close 6
close_range 436
connect 98
copy_file_range 357
creat 8
-create_module 221
delete_module 222
dipc
dup 41
@@ -106,10 +102,12 @@ fsync 95
ftruncate 130
ftruncate64 84
futex 142
+futex_requeue 456
futex_time64 422
+futex_wait 455
futex_waitv 449
+futex_wake 454
futimesat 288
-get_kernel_syms 223
get_mempolicy 304
get_robust_list 301
get_thread_area
@@ -134,7 +132,6 @@ getpeername 141
getpgid 224
getpgrp 81
getpid 20
-getpmsg
getppid 197
getpriority 100
getrandom 347
@@ -151,12 +148,10 @@ gettid 143
gettimeofday 116
getuid 24
getuid32 44
-getunwind
getxattr 172
getxgid
getxpid
getxuid
-idle
init_module 190
inotify_add_watch 152
inotify_init 151
@@ -202,7 +197,7 @@ lsetxattr 170
lstat 40
lstat64 132
madvise 75
-map_shadow_stack
+map_shadow_stack 453
mbind 303
membarrier 351
memfd_create 348
@@ -246,10 +241,8 @@ munmap 73
name_to_handle_at 332
nanosleep 249
newfstatat
-nfsservctl 254
nice 34
old_adjtimex
-old_getpagesize
oldfstat
oldlstat 202
oldolduname
@@ -262,116 +255,36 @@ open_tree 428
openat 284
openat2 437
or1k_atomic
-osf_adjtime
-osf_afs_syscall
-osf_alt_plock
-osf_alt_setsid
-osf_alt_sigpending
-osf_asynch_daemon
-osf_audcntl
-osf_audgen
-osf_chflags
-osf_execve
-osf_exportfs
-osf_fchflags
-osf_fdatasync
-osf_fpathconf
osf_fstat
osf_fstatfs
osf_fstatfs64
-osf_fuser
-osf_getaddressconf
osf_getdirentries
osf_getdomainname
-osf_getfh
-osf_getfsstat
-osf_gethostid
osf_getitimer
-osf_getlogin
-osf_getmnt
osf_getrusage
osf_getsysinfo
osf_gettimeofday
-osf_kloadcall
-osf_kmodcall
osf_lstat
-osf_memcntl
-osf_mincore
osf_mount
-osf_mremap
-osf_msfs_syscall
-osf_msleep
-osf_mvalid
-osf_mwakeup
-osf_naccept
-osf_nfssvc
-osf_ngetpeername
-osf_ngetsockname
-osf_nrecvfrom
-osf_nrecvmsg
-osf_nsendmsg
-osf_ntp_adjtime
-osf_ntp_gettime
-osf_old_creat
-osf_old_fstat
-osf_old_getpgrp
-osf_old_killpg
-osf_old_lstat
-osf_old_open
-osf_old_sigaction
-osf_old_sigblock
-osf_old_sigreturn
-osf_old_sigsetmask
-osf_old_sigvec
-osf_old_stat
-osf_old_vadvise
-osf_old_vtrace
-osf_old_wait
-osf_oldquota
-osf_pathconf
-osf_pid_block
-osf_pid_unblock
-osf_plock
-osf_priocntlset
-osf_profil
osf_proplist_syscall
-osf_reboot
-osf_revoke
-osf_sbrk
-osf_security
osf_select
osf_set_program_attributes
-osf_set_speculative
-osf_sethostid
osf_setitimer
-osf_setlogin
osf_setsysinfo
osf_settimeofday
osf_shmat
-osf_signal
osf_sigprocmask
-osf_sigsendset
osf_sigstack
-osf_sigwaitprim
-osf_sstk
osf_stat
osf_statfs
osf_statfs64
-osf_subsys_info
-osf_swapctl
osf_swapon
osf_syscall
osf_sysinfo
-osf_table
-osf_uadmin
osf_usleep_thread
-osf_uswitch
-osf_utc_adjtime
-osf_utc_gettime
osf_utimes
osf_utsname
osf_wait4
-osf_waitid
pause 29
pciconfig_iobase
pciconfig_read 148
@@ -406,7 +319,6 @@ ptrace 26
pwrite64 68
pwritev 325
pwritev2 359
-query_module 184
quotactl 165
quotactl_fd 443
read 3
@@ -584,7 +496,6 @@ uname 189
unlink 10
unlinkat 290
unshare 299
-uselib 203
userfaultfd 352
ustat 168
utime 30
diff --git a/src/basic/syscalls-x86_64.txt b/src/basic/syscalls-x86_64.txt
index 58c1a5477fc..52d61768f7d 100644
--- a/src/basic/syscalls-x86_64.txt
+++ b/src/basic/syscalls-x86_64.txt
@@ -1,6 +1,5 @@
_llseek
_newselect
-_sysctl 156
accept 43
accept4 288
access 21
@@ -15,7 +14,6 @@ arch_prctl 158
arm_fadvise64_64
atomic_barrier
atomic_cmpxchg_32
-bdflush
bind 49
bpf 321
brk 12
@@ -40,14 +38,12 @@ clock_nanosleep_time64
clock_settime 227
clock_settime64
clone 56
-clone2
clone3 435
close 3
close_range 436
connect 42
copy_file_range 326
creat 85
-create_module 174
delete_module 176
dipc
dup 32
@@ -106,10 +102,12 @@ fsync 74
ftruncate 77
ftruncate64
futex 202
+futex_requeue 456
futex_time64
+futex_wait 455
futex_waitv 449
+futex_wake 454
futimesat 261
-get_kernel_syms 177
get_mempolicy 239
get_robust_list 274
get_thread_area 211
@@ -134,7 +132,6 @@ getpeername 52
getpgid 121
getpgrp 111
getpid 39
-getpmsg 181
getppid 110
getpriority 140
getrandom 318
@@ -151,12 +148,10 @@ gettid 186
gettimeofday 96
getuid 102
getuid32
-getunwind
getxattr 191
getxgid
getxpid
getxuid
-idle
init_module 175
inotify_add_watch 254
inotify_init 253
@@ -246,10 +241,8 @@ munmap 11
name_to_handle_at 303
nanosleep 35
newfstatat 262
-nfsservctl 180
nice
old_adjtimex
-old_getpagesize
oldfstat
oldlstat
oldolduname
@@ -262,116 +255,36 @@ open_tree 428
openat 257
openat2 437
or1k_atomic
-osf_adjtime
-osf_afs_syscall
-osf_alt_plock
-osf_alt_setsid
-osf_alt_sigpending
-osf_asynch_daemon
-osf_audcntl
-osf_audgen
-osf_chflags
-osf_execve
-osf_exportfs
-osf_fchflags
-osf_fdatasync
-osf_fpathconf
osf_fstat
osf_fstatfs
osf_fstatfs64
-osf_fuser
-osf_getaddressconf
osf_getdirentries
osf_getdomainname
-osf_getfh
-osf_getfsstat
-osf_gethostid
osf_getitimer
-osf_getlogin
-osf_getmnt
osf_getrusage
osf_getsysinfo
osf_gettimeofday
-osf_kloadcall
-osf_kmodcall
osf_lstat
-osf_memcntl
-osf_mincore
osf_mount
-osf_mremap
-osf_msfs_syscall
-osf_msleep
-osf_mvalid
-osf_mwakeup
-osf_naccept
-osf_nfssvc
-osf_ngetpeername
-osf_ngetsockname
-osf_nrecvfrom
-osf_nrecvmsg
-osf_nsendmsg
-osf_ntp_adjtime
-osf_ntp_gettime
-osf_old_creat
-osf_old_fstat
-osf_old_getpgrp
-osf_old_killpg
-osf_old_lstat
-osf_old_open
-osf_old_sigaction
-osf_old_sigblock
-osf_old_sigreturn
-osf_old_sigsetmask
-osf_old_sigvec
-osf_old_stat
-osf_old_vadvise
-osf_old_vtrace
-osf_old_wait
-osf_oldquota
-osf_pathconf
-osf_pid_block
-osf_pid_unblock
-osf_plock
-osf_priocntlset
-osf_profil
osf_proplist_syscall
-osf_reboot
-osf_revoke
-osf_sbrk
-osf_security
osf_select
osf_set_program_attributes
-osf_set_speculative
-osf_sethostid
osf_setitimer
-osf_setlogin
osf_setsysinfo
osf_settimeofday
osf_shmat
-osf_signal
osf_sigprocmask
-osf_sigsendset
osf_sigstack
-osf_sigwaitprim
-osf_sstk
osf_stat
osf_statfs
osf_statfs64
-osf_subsys_info
-osf_swapctl
osf_swapon
osf_syscall
osf_sysinfo
-osf_table
-osf_uadmin
osf_usleep_thread
-osf_uswitch
-osf_utc_adjtime
-osf_utc_gettime
osf_utimes
osf_utsname
osf_wait4
-osf_waitid
pause 34
pciconfig_iobase
pciconfig_read
@@ -406,7 +319,6 @@ ptrace 101
pwrite64 18
pwritev 296
pwritev2 328
-query_module 178
quotactl 179
quotactl_fd 443
read 0
@@ -584,7 +496,6 @@ uname 63
unlink 87
unlinkat 263
unshare 272
-uselib 134
userfaultfd 323
ustat 136
utime 132