mferror: Add more media source and stream error codes.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Nikolay Sivov 2019-04-01 13:24:02 +03:00 committed by Alexandre Julliard
parent 261995d166
commit f56bcd0e79
50 changed files with 3675 additions and 696 deletions

View File

@ -435,6 +435,20 @@ SymbolicName=MF_E_NO_EVENTS_AVAILABLE
Language=ENU
No events available.
.
MessageId=16002
Severity=Error
Facility=MF
SymbolicName=MF_E_INVALID_STATE_TRANSITION
Language=ENU
Invalid media source state transition
.
MessageId=16004
Severity=Error
Facility=MF
SymbolicName=MF_E_END_OF_STREAM
Language=ENU
End of media stream has been reached
.
MessageId=16005
Severity=Error
Facility=MF
@ -442,6 +456,76 @@ SymbolicName=MF_E_SHUTDOWN
Language=ENU
Shutdown() was called.
.
MessageId=16010
Severity=Error
Facility=MF
SymbolicName=MF_E_NO_DURATION
Language=ENU
Media stream has no duration set
.
MessageId=16012
Severity=Error
Facility=MF
SymbolicName=MF_E_INVALID_FORMAT
Language=ENU
Media format was recognized but is invalid
.
MessageId=16013
Severity=Error
Facility=MF
SymbolicName=MF_E_PROPERTY_NOT_FOUND
Language=ENU
Property wasn't found
.
MessageId=16014
Severity=Error
Facility=MF
SymbolicName=MF_E_PROPERTY_READ_ONLY
Language=ENU
Property is read-only
.
MessageId=16015
Severity=Error
Facility=MF
SymbolicName=MF_E_PROPERTY_NOT_ALLOWED
Language=ENU
Property is not allowed
.
MessageId=16017
Severity=Error
Facility=MF
SymbolicName=MF_E_MEDIA_SOURCE_NOT_STARTED
Language=ENU
Media source is not started
.
MessageId=16024
Severity=Error
Facility=MF
SymbolicName=MF_E_UNSUPPORTED_FORMAT
Language=ENU
Unsupported media format
.
MessageId=16027
Severity=Error
Facility=MF
SymbolicName=MF_E_MEDIA_SOURCE_WRONGSTATE
Language=ENU
Media source is in wrong state
.
MessageId=16028
Severity=Error
Facility=MF
SymbolicName=MF_E_MEDIA_SOURCE_NO_STREAMS_SELECTED
Language=ENU
No media streams were selected
.
MessageId=16030
Severity=Error
Facility=MF
SymbolicName=MF_E_UNSUPPORTED_CHARACTERISTICS
Language=ENU
Unsupported media source characteristics
.
MessageId=21006
Severity=Error
Facility=MF

View File

@ -80,7 +80,19 @@
#define MF_E_BYTESTREAM_UNKNOWN_LENGTH _HRESULT_TYPEDEF_(0xc00d36fb)
#define MF_E_INVALID_WORKQUEUE _HRESULT_TYPEDEF_(0xc00d36ff)
#define MF_E_NO_EVENTS_AVAILABLE _HRESULT_TYPEDEF_(0xc00d3e80)
#define MF_E_INVALID_STATE_TRANSITION _HRESULT_TYPEDEF_(0xc00d3e82)
#define MF_E_END_OF_STREAM _HRESULT_TYPEDEF_(0xc00d3e84)
#define MF_E_SHUTDOWN _HRESULT_TYPEDEF_(0xc00d3e85)
#define MF_E_NO_DURATION _HRESULT_TYPEDEF_(0xc00d3e8a)
#define MF_E_INVALID_FORMAT _HRESULT_TYPEDEF_(0xc00d3e8c)
#define MF_E_PROPERTY_NOT_FOUND _HRESULT_TYPEDEF_(0xc00d3e8d)
#define MF_E_PROPERTY_READ_ONLY _HRESULT_TYPEDEF_(0xc00d3e8e)
#define MF_E_PROPERTY_NOT_ALLOWED _HRESULT_TYPEDEF_(0xc00d3e8f)
#define MF_E_MEDIA_SOURCE_NOT_STARTED _HRESULT_TYPEDEF_(0xc00d3e91)
#define MF_E_UNSUPPORTED_FORMAT _HRESULT_TYPEDEF_(0xc00d3e98)
#define MF_E_MEDIA_SOURCE_WRONGSTATE _HRESULT_TYPEDEF_(0xc00d3e9b)
#define MF_E_MEDIA_SOURCE_NO_STREAMS_SELECTED _HRESULT_TYPEDEF_(0xc00d3e9c)
#define MF_E_UNSUPPORTED_CHARACTERISTICS _HRESULT_TYPEDEF_(0xc00d3e9e)
#define MF_E_TOPO_INVALID_OPTIONAL_NODE _HRESULT_TYPEDEF_(0xc00d520e)
#define MF_E_TOPO_CANNOT_FIND_DECRYPTOR _HRESULT_TYPEDEF_(0xc00d5211)

View File

@ -7158,82 +7158,148 @@ msgid "No events available.\n"
msgstr "خواديم الولوج غير موجودة.\n"
#: mferror.mc:445
#, fuzzy
#| msgid "Unsupported authorization level.\n"
msgid "Invalid media source state transition\n"
msgstr "مستوى التحقق غير مدعوم.\n"
#: mferror.mc:452
#, fuzzy
#| msgid "Registry has been recovered.\n"
msgid "End of media stream has been reached\n"
msgstr "تم استعادة السجل.\n"
#: mferror.mc:459
msgid "Shutdown() was called.\n"
msgstr ""
#: mferror.mc:452
#: mferror.mc:466
msgid "Media stream has no duration set\n"
msgstr ""
#: mferror.mc:473
msgid "Media format was recognized but is invalid\n"
msgstr ""
#: mferror.mc:480
#, fuzzy
#| msgid "Property set not found.\n"
msgid "Property wasn't found\n"
msgstr "إعداد الملكية غير موجود.\n"
#: mferror.mc:487
#, fuzzy
#| msgid "Directory is not empty.\n"
msgid "Property is read-only\n"
msgstr "الدليل ليس فارغًا.\n"
#: mferror.mc:494
#, fuzzy
#| msgid "Hook type not allowed.\n"
msgid "Property is not allowed\n"
msgstr "نمط الخطاف غير سليم.\n"
#: mferror.mc:501
#, fuzzy
#| msgid "Resource in use.\n"
msgid "Media source is not started\n"
msgstr "المصدر قيد الاستخدام.\n"
#: mferror.mc:508
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media format\n"
msgstr "النوع غير مدعوم.\n"
#: mferror.mc:515
msgid "Media source is in wrong state\n"
msgstr ""
#: mferror.mc:522
#, fuzzy
#| msgid "No data detected.\n"
msgid "No media streams were selected\n"
msgstr "لم تكتسف أي بيانات.\n"
#: mferror.mc:529
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media source characteristics\n"
msgstr "النوع غير مدعوم.\n"
#: mferror.mc:536
#, fuzzy
#| msgid "Connection invalid.\n"
msgid "Optional node is invalid.\n"
msgstr "الاتصال غير سليم.\n"
#: mferror.mc:459
#: mferror.mc:543
#, fuzzy
#| msgid "Cannot find the printer."
msgid "Cannot find decryptor.\n"
msgstr "لم يتمكن من إيجاد الطابعة."
#: mferror.mc:466
#: mferror.mc:550
#, fuzzy
#| msgid "Module not found.\n"
msgid "Codec was not found.\n"
msgstr "لا يوجد وحدة.\n"
#: mferror.mc:473
#: mferror.mc:557
#, fuzzy
#| msgid "Cannot get call handle.\n"
msgid "Cannot connect topology nodes.\n"
msgstr "لم يتمكن من طلب اللاقط.\n"
#: mferror.mc:480
#: mferror.mc:564
#, fuzzy
#| msgid "Request not supported.\n"
msgid "Topology request is not supported.\n"
msgstr "الطلب غير مدعوم.\n"
#: mferror.mc:487
#: mferror.mc:571
#, fuzzy
#| msgid "Invalid group attributes.\n"
msgid "Invalid topology time attributes.\n"
msgstr "سمات المجموعة غير سليمة.\n"
#: mferror.mc:494
#: mferror.mc:578
msgid "Found loops in topology.\n"
msgstr ""
#: mferror.mc:501
#: mferror.mc:585
#, fuzzy
#| msgid "Installation source is missing.\n"
msgid "Presentation descriptor is missing.\n"
msgstr "مصدر التثبيت مفقود.\n"
#: mferror.mc:508
#: mferror.mc:592
#, fuzzy
#| msgid "Index is missing.\n"
msgid "Stream descriptor is missing.\n"
msgstr "الفهرس مفقود.\n"
#: mferror.mc:515
#: mferror.mc:599
#, fuzzy
#| msgid "The device is not connected.\n"
msgid "Stream descriptor is not selected.\n"
msgstr "الجهاز غير موصول.\n"
#: mferror.mc:522
#: mferror.mc:606
#, fuzzy
#| msgid "Index is missing.\n"
msgid "Source is missing.\n"
msgstr "الفهرس مفقود.\n"
#: mferror.mc:529
#: mferror.mc:613
msgid "Topology loader does not support sink activates.\n"
msgstr ""
#: mferror.mc:536
#: mferror.mc:620
msgid "Clock has no time source set.\n"
msgstr ""
#: mferror.mc:543
#: mferror.mc:627
#, fuzzy
#| msgid "Class already exists.\n"
msgid "Clock state was already set.\n"

View File

@ -7220,70 +7220,123 @@ msgid "No events available.\n"
msgstr "Не е наличен; .\n"
#: mferror.mc:445
msgid "Shutdown() was called.\n"
msgid "Invalid media source state transition\n"
msgstr ""
#: mferror.mc:452
msgid "End of media stream has been reached\n"
msgstr ""
#: mferror.mc:459
msgid "Shutdown() was called.\n"
msgstr ""
#: mferror.mc:466
msgid "Media stream has no duration set\n"
msgstr ""
#: mferror.mc:473
msgid "Media format was recognized but is invalid\n"
msgstr ""
#: mferror.mc:480
#, fuzzy
msgid "Property wasn't found\n"
msgstr "Файлът не е намерен.\n"
#: mferror.mc:487
#, fuzzy
msgid "Property is read-only\n"
msgstr "Файлът не е намерен.\n"
#: mferror.mc:494
#, fuzzy
msgid "Property is not allowed\n"
msgstr "Файлът не е намерен.\n"
#: mferror.mc:501
#, fuzzy
msgid "Media source is not started\n"
msgstr "Файлът не е намерен.\n"
#: mferror.mc:508
#, fuzzy
msgid "Unsupported media format\n"
msgstr "Информация"
#: mferror.mc:515
msgid "Media source is in wrong state\n"
msgstr ""
#: mferror.mc:522
msgid "No media streams were selected\n"
msgstr ""
#: mferror.mc:529
msgid "Unsupported media source characteristics\n"
msgstr ""
#: mferror.mc:536
#, fuzzy
msgid "Optional node is invalid.\n"
msgstr "LAN връзка.\n"
#: mferror.mc:459
#: mferror.mc:543
#, fuzzy
#| msgid "Cannot find the printer."
msgid "Cannot find decryptor.\n"
msgstr "Принтерът не може да бъде намерен."
#: mferror.mc:466
#: mferror.mc:550
#, fuzzy
msgid "Codec was not found.\n"
msgstr "Файлът не е намерен.\n"
#: mferror.mc:473
#: mferror.mc:557
msgid "Cannot connect topology nodes.\n"
msgstr ""
#: mferror.mc:480
#: mferror.mc:564
msgid "Topology request is not supported.\n"
msgstr ""
#: mferror.mc:487
#: mferror.mc:571
msgid "Invalid topology time attributes.\n"
msgstr ""
#: mferror.mc:494
#: mferror.mc:578
msgid "Found loops in topology.\n"
msgstr ""
#: mferror.mc:501
#: mferror.mc:585
#, fuzzy
msgid "Presentation descriptor is missing.\n"
msgstr "източника за инсталация на функционалността липсва.\n"
#: mferror.mc:508
#: mferror.mc:592
#, fuzzy
msgid "Stream descriptor is missing.\n"
msgstr "източника за инсталация на функционалността липсва.\n"
#: mferror.mc:515
#: mferror.mc:599
#, fuzzy
msgid "Stream descriptor is not selected.\n"
msgstr "Файлът не е намерен.\n"
#: mferror.mc:522
#: mferror.mc:606
#, fuzzy
msgid "Source is missing.\n"
msgstr "източника за инсталация на функционалността липсва.\n"
#: mferror.mc:529
#: mferror.mc:613
msgid "Topology loader does not support sink activates.\n"
msgstr ""
#: mferror.mc:536
#: mferror.mc:620
msgid "Clock has no time source set.\n"
msgstr ""
#: mferror.mc:543
#: mferror.mc:627
#, fuzzy
msgid "Clock state was already set.\n"
msgstr "Файлът не съществува.\n"

View File

@ -7150,82 +7150,148 @@ msgid "No events available.\n"
msgstr "Cap servidor d'autenticació està disponible.\n"
#: mferror.mc:445
#, fuzzy
#| msgid "Unsupported authorization level.\n"
msgid "Invalid media source state transition\n"
msgstr "No s'admet el nivell d'autorització.\n"
#: mferror.mc:452
#, fuzzy
#| msgid "Registry has been recovered.\n"
msgid "End of media stream has been reached\n"
msgstr "S'ha recuperat el registre.\n"
#: mferror.mc:459
msgid "Shutdown() was called.\n"
msgstr ""
#: mferror.mc:452
#: mferror.mc:466
msgid "Media stream has no duration set\n"
msgstr ""
#: mferror.mc:473
msgid "Media format was recognized but is invalid\n"
msgstr ""
#: mferror.mc:480
#, fuzzy
#| msgid "Property set not found.\n"
msgid "Property wasn't found\n"
msgstr "No s'ha trobat el conjunt de propietats.\n"
#: mferror.mc:487
#, fuzzy
#| msgid "Directory is not empty.\n"
msgid "Property is read-only\n"
msgstr "El directori no està buit.\n"
#: mferror.mc:494
#, fuzzy
#| msgid "Hook type not allowed.\n"
msgid "Property is not allowed\n"
msgstr "El tipus de ganxo no es permet.\n"
#: mferror.mc:501
#, fuzzy
#| msgid "Resource in use.\n"
msgid "Media source is not started\n"
msgstr "El recurs està en ús.\n"
#: mferror.mc:508
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media format\n"
msgstr "El tipus és incompatible.\n"
#: mferror.mc:515
msgid "Media source is in wrong state\n"
msgstr ""
#: mferror.mc:522
#, fuzzy
#| msgid "No data detected.\n"
msgid "No media streams were selected\n"
msgstr "No s'ha detectat dades.\n"
#: mferror.mc:529
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media source characteristics\n"
msgstr "El tipus és incompatible.\n"
#: mferror.mc:536
#, fuzzy
#| msgid "Connection invalid.\n"
msgid "Optional node is invalid.\n"
msgstr "La connexió no és vàlida.\n"
#: mferror.mc:459
#: mferror.mc:543
#, fuzzy
#| msgid "Cannot find the printer."
msgid "Cannot find decryptor.\n"
msgstr "No es pot trobar la impressora."
#: mferror.mc:466
#: mferror.mc:550
#, fuzzy
#| msgid "Module not found.\n"
msgid "Codec was not found.\n"
msgstr "No s'ha trobat el mòdul.\n"
#: mferror.mc:473
#: mferror.mc:557
#, fuzzy
#| msgid "Cannot get call handle.\n"
msgid "Cannot connect topology nodes.\n"
msgstr "No es pot obtenir l'identificador de trucada.\n"
#: mferror.mc:480
#: mferror.mc:564
#, fuzzy
#| msgid "Request not supported.\n"
msgid "Topology request is not supported.\n"
msgstr "No s'admet la sol·licitud.\n"
#: mferror.mc:487
#: mferror.mc:571
#, fuzzy
#| msgid "Invalid group attributes.\n"
msgid "Invalid topology time attributes.\n"
msgstr "Els atributs de grup no són vàlids.\n"
#: mferror.mc:494
#: mferror.mc:578
msgid "Found loops in topology.\n"
msgstr ""
#: mferror.mc:501
#: mferror.mc:585
#, fuzzy
#| msgid "Installation source is missing.\n"
msgid "Presentation descriptor is missing.\n"
msgstr "Manca la font d'instal·lació.\n"
#: mferror.mc:508
#: mferror.mc:592
#, fuzzy
#| msgid "Index is missing.\n"
msgid "Stream descriptor is missing.\n"
msgstr "Manca l'índex.\n"
#: mferror.mc:515
#: mferror.mc:599
#, fuzzy
#| msgid "The device is not connected.\n"
msgid "Stream descriptor is not selected.\n"
msgstr "El dispositiu no està connectat.\n"
#: mferror.mc:522
#: mferror.mc:606
#, fuzzy
#| msgid "Index is missing.\n"
msgid "Source is missing.\n"
msgstr "Manca l'índex.\n"
#: mferror.mc:529
#: mferror.mc:613
msgid "Topology loader does not support sink activates.\n"
msgstr ""
#: mferror.mc:536
#: mferror.mc:620
msgid "Clock has no time source set.\n"
msgstr ""
#: mferror.mc:543
#: mferror.mc:627
#, fuzzy
#| msgid "Class already exists.\n"
msgid "Clock state was already set.\n"

View File

@ -7095,80 +7095,146 @@ msgid "No events available.\n"
msgstr "Nejsou dostupné žádná přihlašovací servery.\n"
#: mferror.mc:445
#, fuzzy
#| msgid "Unsupported authorization level.\n"
msgid "Invalid media source state transition\n"
msgstr "Nepodporovaná úroveň ověření.\n"
#: mferror.mc:452
#, fuzzy
#| msgid "Registry has been recovered.\n"
msgid "End of media stream has been reached\n"
msgstr "Registry byly obnoveny.\n"
#: mferror.mc:459
msgid "Shutdown() was called.\n"
msgstr ""
#: mferror.mc:452
#: mferror.mc:466
msgid "Media stream has no duration set\n"
msgstr ""
#: mferror.mc:473
msgid "Media format was recognized but is invalid\n"
msgstr ""
#: mferror.mc:480
#, fuzzy
#| msgid "Module not found.\n"
msgid "Property wasn't found\n"
msgstr "Modul nebyl nalezen.\n"
#: mferror.mc:487
#, fuzzy
#| msgid "Directory is not empty.\n"
msgid "Property is read-only\n"
msgstr "Složka není prázdná.\n"
#: mferror.mc:494
#, fuzzy
#| msgid "Hook type not allowed.\n"
msgid "Property is not allowed\n"
msgstr "Tento typ háčku není dovolen.\n"
#: mferror.mc:501
#, fuzzy
#| msgid "Resource in use.\n"
msgid "Media source is not started\n"
msgstr "Zdroj je zaneprázdněný.\n"
#: mferror.mc:508
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media format\n"
msgstr "Nepodporovaný typ.\n"
#: mferror.mc:515
msgid "Media source is in wrong state\n"
msgstr ""
#: mferror.mc:522
#, fuzzy
#| msgid "No data detected.\n"
msgid "No media streams were selected\n"
msgstr "Nebyla zjištěna žádná data.\n"
#: mferror.mc:529
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media source characteristics\n"
msgstr "Nepodporovaný typ.\n"
#: mferror.mc:536
#, fuzzy
#| msgid "Connection invalid.\n"
msgid "Optional node is invalid.\n"
msgstr "Neplatné připojení.\n"
#: mferror.mc:459
#: mferror.mc:543
#, fuzzy
#| msgid "Cannot find the printer."
msgid "Cannot find decryptor.\n"
msgstr "Tiskárna nebyla nalezena."
#: mferror.mc:466
#: mferror.mc:550
#, fuzzy
#| msgid "Module not found.\n"
msgid "Codec was not found.\n"
msgstr "Modul nebyl nalezen.\n"
#: mferror.mc:473
#: mferror.mc:557
msgid "Cannot connect topology nodes.\n"
msgstr ""
#: mferror.mc:480
#: mferror.mc:564
#, fuzzy
#| msgid "Request not supported.\n"
msgid "Topology request is not supported.\n"
msgstr "Požadavek není podporován.\n"
#: mferror.mc:487
#: mferror.mc:571
#, fuzzy
#| msgid "Invalid group attributes.\n"
msgid "Invalid topology time attributes.\n"
msgstr "Nesprávné vlastnosti skupiny.\n"
#: mferror.mc:494
#: mferror.mc:578
msgid "Found loops in topology.\n"
msgstr ""
#: mferror.mc:501
#: mferror.mc:585
#, fuzzy
#| msgid "Installation source is missing.\n"
msgid "Presentation descriptor is missing.\n"
msgstr "Chybí instalační zdroj.\n"
#: mferror.mc:508
#: mferror.mc:592
#, fuzzy
#| msgid "Index is missing.\n"
msgid "Stream descriptor is missing.\n"
msgstr "Index chybí.\n"
#: mferror.mc:515
#: mferror.mc:599
#, fuzzy
#| msgid "The device is not connected.\n"
msgid "Stream descriptor is not selected.\n"
msgstr "Zařízení není připojeno.\n"
#: mferror.mc:522
#: mferror.mc:606
#, fuzzy
#| msgid "Index is missing.\n"
msgid "Source is missing.\n"
msgstr "Index chybí.\n"
#: mferror.mc:529
#: mferror.mc:613
msgid "Topology loader does not support sink activates.\n"
msgstr ""
#: mferror.mc:536
#: mferror.mc:620
msgid "Clock has no time source set.\n"
msgstr ""
#: mferror.mc:543
#: mferror.mc:627
#, fuzzy
#| msgid "Class already exists.\n"
msgid "Clock state was already set.\n"

View File

@ -7201,82 +7201,148 @@ msgid "No events available.\n"
msgstr "Ingen login servere til rådighed.\n"
#: mferror.mc:445
#, fuzzy
#| msgid "Unsupported authorization level.\n"
msgid "Invalid media source state transition\n"
msgstr "Ikke understøttet tilladelse niveau.\n"
#: mferror.mc:452
#, fuzzy
#| msgid "Registry has been recovered.\n"
msgid "End of media stream has been reached\n"
msgstr "Registreringsdatabasen er blevet gendannet.\n"
#: mferror.mc:459
msgid "Shutdown() was called.\n"
msgstr ""
#: mferror.mc:452
#: mferror.mc:466
msgid "Media stream has no duration set\n"
msgstr ""
#: mferror.mc:473
msgid "Media format was recognized but is invalid\n"
msgstr ""
#: mferror.mc:480
#, fuzzy
#| msgid "Property set not found.\n"
msgid "Property wasn't found\n"
msgstr "Egenskabs sæt ikke fundet.\n"
#: mferror.mc:487
#, fuzzy
#| msgid "Directory is not empty.\n"
msgid "Property is read-only\n"
msgstr "Mappen er ikke tom.\n"
#: mferror.mc:494
#, fuzzy
#| msgid "Hook type not allowed.\n"
msgid "Property is not allowed\n"
msgstr "Kæde type ikke tilladt.\n"
#: mferror.mc:501
#, fuzzy
#| msgid "Resource in use.\n"
msgid "Media source is not started\n"
msgstr "Ressourcen er i brug.\n"
#: mferror.mc:508
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media format\n"
msgstr "Ikke-understøttet type.\n"
#: mferror.mc:515
msgid "Media source is in wrong state\n"
msgstr ""
#: mferror.mc:522
#, fuzzy
#| msgid "No data detected.\n"
msgid "No media streams were selected\n"
msgstr "Ingen data opdaget.\n"
#: mferror.mc:529
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media source characteristics\n"
msgstr "Ikke-understøttet type.\n"
#: mferror.mc:536
#, fuzzy
#| msgid "Connection invalid.\n"
msgid "Optional node is invalid.\n"
msgstr "Forbindelsen er ugyldig.\n"
#: mferror.mc:459
#: mferror.mc:543
#, fuzzy
#| msgid "Cannot find the printer."
msgid "Cannot find decryptor.\n"
msgstr "Kan ikke finde printeren."
#: mferror.mc:466
#: mferror.mc:550
#, fuzzy
#| msgid "Module not found.\n"
msgid "Codec was not found.\n"
msgstr "Modul ikke fundet.\n"
#: mferror.mc:473
#: mferror.mc:557
#, fuzzy
#| msgid "Cannot get call handle.\n"
msgid "Cannot connect topology nodes.\n"
msgstr "Kan ikke få fat i kald handle.\n"
#: mferror.mc:480
#: mferror.mc:564
#, fuzzy
#| msgid "Request not supported.\n"
msgid "Topology request is not supported.\n"
msgstr "Anmodning er ikke understøttet.\n"
#: mferror.mc:487
#: mferror.mc:571
#, fuzzy
#| msgid "Invalid group attributes.\n"
msgid "Invalid topology time attributes.\n"
msgstr "Ugyldige gruppe attributter.\n"
#: mferror.mc:494
#: mferror.mc:578
msgid "Found loops in topology.\n"
msgstr ""
#: mferror.mc:501
#: mferror.mc:585
#, fuzzy
#| msgid "Installation source is missing.\n"
msgid "Presentation descriptor is missing.\n"
msgstr "Installationskilde mangler.\n"
#: mferror.mc:508
#: mferror.mc:592
#, fuzzy
#| msgid "Index is missing.\n"
msgid "Stream descriptor is missing.\n"
msgstr "Indeks mangler.\n"
#: mferror.mc:515
#: mferror.mc:599
#, fuzzy
#| msgid "The device is not connected.\n"
msgid "Stream descriptor is not selected.\n"
msgstr "Enheden er ikke forbundet.\n"
#: mferror.mc:522
#: mferror.mc:606
#, fuzzy
#| msgid "Index is missing.\n"
msgid "Source is missing.\n"
msgstr "Indeks mangler.\n"
#: mferror.mc:529
#: mferror.mc:613
msgid "Topology loader does not support sink activates.\n"
msgstr ""
#: mferror.mc:536
#: mferror.mc:620
msgid "Clock has no time source set.\n"
msgstr ""
#: mferror.mc:543
#: mferror.mc:627
#, fuzzy
#| msgid "Class already exists.\n"
msgid "Clock state was already set.\n"

View File

@ -7143,82 +7143,148 @@ msgid "No events available.\n"
msgstr "Keine Logon-Server verfügbar.\n"
#: mferror.mc:445
#, fuzzy
#| msgid "Unsupported authorization level.\n"
msgid "Invalid media source state transition\n"
msgstr "Nicht unterstützte Berechtigungsstufe.\n"
#: mferror.mc:452
#, fuzzy
#| msgid "Registry has been recovered.\n"
msgid "End of media stream has been reached\n"
msgstr "Registrierung wurde wiederhergestellt.\n"
#: mferror.mc:459
msgid "Shutdown() was called.\n"
msgstr ""
#: mferror.mc:452
#: mferror.mc:466
msgid "Media stream has no duration set\n"
msgstr ""
#: mferror.mc:473
msgid "Media format was recognized but is invalid\n"
msgstr ""
#: mferror.mc:480
#, fuzzy
#| msgid "Property set not found.\n"
msgid "Property wasn't found\n"
msgstr "Eigenschaften nicht gefunden.\n"
#: mferror.mc:487
#, fuzzy
#| msgid "Directory is not empty.\n"
msgid "Property is read-only\n"
msgstr "Verzeichnis ist nicht leer.\n"
#: mferror.mc:494
#, fuzzy
#| msgid "Hook type not allowed.\n"
msgid "Property is not allowed\n"
msgstr "Hook-Typ nicht erlaubt.\n"
#: mferror.mc:501
#, fuzzy
#| msgid "Resource in use.\n"
msgid "Media source is not started\n"
msgstr "Ressource in Benutzung.\n"
#: mferror.mc:508
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media format\n"
msgstr "Nicht unterstützter Typ.\n"
#: mferror.mc:515
msgid "Media source is in wrong state\n"
msgstr ""
#: mferror.mc:522
#, fuzzy
#| msgid "No data detected.\n"
msgid "No media streams were selected\n"
msgstr "Keine Daten gefunden.\n"
#: mferror.mc:529
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media source characteristics\n"
msgstr "Nicht unterstützter Typ.\n"
#: mferror.mc:536
#, fuzzy
#| msgid "Connection invalid.\n"
msgid "Optional node is invalid.\n"
msgstr "Ungültige Verbindung.\n"
#: mferror.mc:459
#: mferror.mc:543
#, fuzzy
#| msgid "Cannot find the printer."
msgid "Cannot find decryptor.\n"
msgstr "Kann den Drucker nicht finden."
#: mferror.mc:466
#: mferror.mc:550
#, fuzzy
#| msgid "Module not found.\n"
msgid "Codec was not found.\n"
msgstr "Modul nicht gefunden.\n"
#: mferror.mc:473
#: mferror.mc:557
#, fuzzy
#| msgid "Cannot get call handle.\n"
msgid "Cannot connect topology nodes.\n"
msgstr "Kann Aufruf-Handle nicht bestimmen.\n"
#: mferror.mc:480
#: mferror.mc:564
#, fuzzy
#| msgid "Request not supported.\n"
msgid "Topology request is not supported.\n"
msgstr "Anfrage nicht unterstützt.\n"
#: mferror.mc:487
#: mferror.mc:571
#, fuzzy
#| msgid "Invalid group attributes.\n"
msgid "Invalid topology time attributes.\n"
msgstr "Ungültige Gruppen-Attribute.\n"
#: mferror.mc:494
#: mferror.mc:578
msgid "Found loops in topology.\n"
msgstr ""
#: mferror.mc:501
#: mferror.mc:585
#, fuzzy
#| msgid "Installation source is missing.\n"
msgid "Presentation descriptor is missing.\n"
msgstr "Die Installationsquelle fehlt.\n"
#: mferror.mc:508
#: mferror.mc:592
#, fuzzy
#| msgid "Index is missing.\n"
msgid "Stream descriptor is missing.\n"
msgstr "Index fehlt.\n"
#: mferror.mc:515
#: mferror.mc:599
#, fuzzy
#| msgid "The device is not connected.\n"
msgid "Stream descriptor is not selected.\n"
msgstr "Das Gerät ist nicht verbunden.\n"
#: mferror.mc:522
#: mferror.mc:606
#, fuzzy
#| msgid "Index is missing.\n"
msgid "Source is missing.\n"
msgstr "Index fehlt.\n"
#: mferror.mc:529
#: mferror.mc:613
msgid "Topology loader does not support sink activates.\n"
msgstr ""
#: mferror.mc:536
#: mferror.mc:620
msgid "Clock has no time source set.\n"
msgstr ""
#: mferror.mc:543
#: mferror.mc:627
#, fuzzy
#| msgid "Class already exists.\n"
msgid "Clock state was already set.\n"

View File

@ -7102,67 +7102,120 @@ msgid "No events available.\n"
msgstr "ΜΗ διαθέσιμος; .\n"
#: mferror.mc:445
msgid "Shutdown() was called.\n"
msgid "Invalid media source state transition\n"
msgstr ""
#: mferror.mc:452
msgid "Optional node is invalid.\n"
msgid "End of media stream has been reached\n"
msgstr ""
#: mferror.mc:459
msgid "Shutdown() was called.\n"
msgstr ""
#: mferror.mc:466
msgid "Media stream has no duration set\n"
msgstr ""
#: mferror.mc:473
msgid "Media format was recognized but is invalid\n"
msgstr ""
#: mferror.mc:480
#, fuzzy
msgid "Property wasn't found\n"
msgstr "Το αρχείο δε βρέθηκε.\n"
#: mferror.mc:487
#, fuzzy
msgid "Property is read-only\n"
msgstr "Το αρχείο δε βρέθηκε.\n"
#: mferror.mc:494
#, fuzzy
msgid "Property is not allowed\n"
msgstr "Το αρχείο δε βρέθηκε.\n"
#: mferror.mc:501
#, fuzzy
msgid "Media source is not started\n"
msgstr "Το αρχείο δε βρέθηκε.\n"
#: mferror.mc:508
#, fuzzy
msgid "Unsupported media format\n"
msgstr "Επιλογές.\n"
#: mferror.mc:515
msgid "Media source is in wrong state\n"
msgstr ""
#: mferror.mc:522
msgid "No media streams were selected\n"
msgstr ""
#: mferror.mc:529
msgid "Unsupported media source characteristics\n"
msgstr ""
#: mferror.mc:536
msgid "Optional node is invalid.\n"
msgstr ""
#: mferror.mc:543
#, fuzzy
#| msgid "Cannot find the printer."
msgid "Cannot find decryptor.\n"
msgstr "Δεν ήταν δυνατή η εύρεση του εκτυπωτή."
#: mferror.mc:466
#: mferror.mc:550
#, fuzzy
msgid "Codec was not found.\n"
msgstr "Το αρχείο δε βρέθηκε.\n"
#: mferror.mc:473
#: mferror.mc:557
msgid "Cannot connect topology nodes.\n"
msgstr ""
#: mferror.mc:480
#: mferror.mc:564
#, fuzzy
msgid "Topology request is not supported.\n"
msgstr "Επιλογές.\n"
#: mferror.mc:487
#: mferror.mc:571
msgid "Invalid topology time attributes.\n"
msgstr ""
#: mferror.mc:494
#: mferror.mc:578
msgid "Found loops in topology.\n"
msgstr ""
#: mferror.mc:501
#: mferror.mc:585
msgid "Presentation descriptor is missing.\n"
msgstr ""
#: mferror.mc:508
#: mferror.mc:592
msgid "Stream descriptor is missing.\n"
msgstr ""
#: mferror.mc:515
#: mferror.mc:599
#, fuzzy
msgid "Stream descriptor is not selected.\n"
msgstr "Το αρχείο δε βρέθηκε.\n"
#: mferror.mc:522
#: mferror.mc:606
msgid "Source is missing.\n"
msgstr ""
#: mferror.mc:529
#: mferror.mc:613
msgid "Topology loader does not support sink activates.\n"
msgstr ""
#: mferror.mc:536
#: mferror.mc:620
msgid "Clock has no time source set.\n"
msgstr ""
#: mferror.mc:543
#: mferror.mc:627
#, fuzzy
msgid "Clock state was already set.\n"
msgstr "Το αρχείο δεν υπάρχει.\n"

View File

@ -7035,62 +7035,110 @@ msgid "No events available.\n"
msgstr "No events available.\n"
#: mferror.mc:445
msgid "Invalid media source state transition\n"
msgstr "Invalid media source state transition\n"
#: mferror.mc:452
msgid "End of media stream has been reached\n"
msgstr "End of media stream has been reached\n"
#: mferror.mc:459
msgid "Shutdown() was called.\n"
msgstr "Shutdown() was called.\n"
#: mferror.mc:452
#: mferror.mc:466
msgid "Media stream has no duration set\n"
msgstr "Media stream has no duration set\n"
#: mferror.mc:473
msgid "Media format was recognized but is invalid\n"
msgstr "Media format was recognized but is invalid\n"
#: mferror.mc:480
msgid "Property wasn't found\n"
msgstr "Property wasn't found\n"
#: mferror.mc:487
msgid "Property is read-only\n"
msgstr "Property is read-only\n"
#: mferror.mc:494
msgid "Property is not allowed\n"
msgstr "Property is not allowed\n"
#: mferror.mc:501
msgid "Media source is not started\n"
msgstr "Media source is not started\n"
#: mferror.mc:508
msgid "Unsupported media format\n"
msgstr "Unsupported media format\n"
#: mferror.mc:515
msgid "Media source is in wrong state\n"
msgstr "Media source is in wrong state\n"
#: mferror.mc:522
msgid "No media streams were selected\n"
msgstr "No media streams were selected\n"
#: mferror.mc:529
msgid "Unsupported media source characteristics\n"
msgstr "Unsupported media source characteristics\n"
#: mferror.mc:536
msgid "Optional node is invalid.\n"
msgstr "Optional node is invalid.\n"
#: mferror.mc:459
#: mferror.mc:543
msgid "Cannot find decryptor.\n"
msgstr "Cannot find decryptor.\n"
#: mferror.mc:466
#: mferror.mc:550
msgid "Codec was not found.\n"
msgstr "Codec was not found.\n"
#: mferror.mc:473
#: mferror.mc:557
msgid "Cannot connect topology nodes.\n"
msgstr "Cannot connect topology nodes.\n"
#: mferror.mc:480
#: mferror.mc:564
msgid "Topology request is not supported.\n"
msgstr "Topology request is not supported.\n"
#: mferror.mc:487
#: mferror.mc:571
msgid "Invalid topology time attributes.\n"
msgstr "Invalid topology time attributes.\n"
#: mferror.mc:494
#: mferror.mc:578
msgid "Found loops in topology.\n"
msgstr "Found loops in topology.\n"
#: mferror.mc:501
#: mferror.mc:585
msgid "Presentation descriptor is missing.\n"
msgstr "Presentation descriptor is missing.\n"
#: mferror.mc:508
#: mferror.mc:592
msgid "Stream descriptor is missing.\n"
msgstr "Stream descriptor is missing.\n"
#: mferror.mc:515
#: mferror.mc:599
msgid "Stream descriptor is not selected.\n"
msgstr "Stream descriptor is not selected.\n"
#: mferror.mc:522
#: mferror.mc:606
msgid "Source is missing.\n"
msgstr "Source is missing.\n"
#: mferror.mc:529
#: mferror.mc:613
msgid "Topology loader does not support sink activates.\n"
msgstr "Topology loader does not support sink activates.\n"
#: mferror.mc:536
#: mferror.mc:620
msgid "Clock has no time source set.\n"
msgstr "Clock has no time source set.\n"
#: mferror.mc:543
#: mferror.mc:627
msgid "Clock state was already set.\n"
msgstr "Clock state was already set.\n"

View File

@ -7035,62 +7035,110 @@ msgid "No events available.\n"
msgstr "No events available.\n"
#: mferror.mc:445
msgid "Invalid media source state transition\n"
msgstr "Invalid media source state transition\n"
#: mferror.mc:452
msgid "End of media stream has been reached\n"
msgstr "End of media stream has been reached\n"
#: mferror.mc:459
msgid "Shutdown() was called.\n"
msgstr "Shutdown() was called.\n"
#: mferror.mc:452
#: mferror.mc:466
msgid "Media stream has no duration set\n"
msgstr "Media stream has no duration set\n"
#: mferror.mc:473
msgid "Media format was recognized but is invalid\n"
msgstr "Media format was recognized but is invalid\n"
#: mferror.mc:480
msgid "Property wasn't found\n"
msgstr "Property wasn't found\n"
#: mferror.mc:487
msgid "Property is read-only\n"
msgstr "Property is read-only\n"
#: mferror.mc:494
msgid "Property is not allowed\n"
msgstr "Property is not allowed\n"
#: mferror.mc:501
msgid "Media source is not started\n"
msgstr "Media source is not started\n"
#: mferror.mc:508
msgid "Unsupported media format\n"
msgstr "Unsupported media format\n"
#: mferror.mc:515
msgid "Media source is in wrong state\n"
msgstr "Media source is in wrong state\n"
#: mferror.mc:522
msgid "No media streams were selected\n"
msgstr "No media streams were selected\n"
#: mferror.mc:529
msgid "Unsupported media source characteristics\n"
msgstr "Unsupported media source characteristics\n"
#: mferror.mc:536
msgid "Optional node is invalid.\n"
msgstr "Optional node is invalid.\n"
#: mferror.mc:459
#: mferror.mc:543
msgid "Cannot find decryptor.\n"
msgstr "Cannot find decryptor.\n"
#: mferror.mc:466
#: mferror.mc:550
msgid "Codec was not found.\n"
msgstr "Codec was not found.\n"
#: mferror.mc:473
#: mferror.mc:557
msgid "Cannot connect topology nodes.\n"
msgstr "Cannot connect topology nodes.\n"
#: mferror.mc:480
#: mferror.mc:564
msgid "Topology request is not supported.\n"
msgstr "Topology request is not supported.\n"
#: mferror.mc:487
#: mferror.mc:571
msgid "Invalid topology time attributes.\n"
msgstr "Invalid topology time attributes.\n"
#: mferror.mc:494
#: mferror.mc:578
msgid "Found loops in topology.\n"
msgstr "Found loops in topology.\n"
#: mferror.mc:501
#: mferror.mc:585
msgid "Presentation descriptor is missing.\n"
msgstr "Presentation descriptor is missing.\n"
#: mferror.mc:508
#: mferror.mc:592
msgid "Stream descriptor is missing.\n"
msgstr "Stream descriptor is missing.\n"
#: mferror.mc:515
#: mferror.mc:599
msgid "Stream descriptor is not selected.\n"
msgstr "Stream descriptor is not selected.\n"
#: mferror.mc:522
#: mferror.mc:606
msgid "Source is missing.\n"
msgstr "Source is missing.\n"
#: mferror.mc:529
#: mferror.mc:613
msgid "Topology loader does not support sink activates.\n"
msgstr "Topology loader does not support sink activates.\n"
#: mferror.mc:536
#: mferror.mc:620
msgid "Clock has no time source set.\n"
msgstr "Clock has no time source set.\n"
#: mferror.mc:543
#: mferror.mc:627
msgid "Clock state was already set.\n"
msgstr "Clock state was already set.\n"

View File

@ -7039,76 +7039,134 @@ msgid "No events available.\n"
msgstr "Neniuj pliaj datumoj haveblas.\n"
#: mferror.mc:445
msgid "Shutdown() was called.\n"
msgid "Invalid media source state transition\n"
msgstr ""
#: mferror.mc:452
msgid "End of media stream has been reached\n"
msgstr ""
#: mferror.mc:459
msgid "Shutdown() was called.\n"
msgstr ""
#: mferror.mc:466
msgid "Media stream has no duration set\n"
msgstr ""
#: mferror.mc:473
msgid "Media format was recognized but is invalid\n"
msgstr ""
#: mferror.mc:480
#, fuzzy
#| msgid "Property set not found.\n"
msgid "Property wasn't found\n"
msgstr "Ecaro ne estis trovita.\n"
#: mferror.mc:487
#, fuzzy
#| msgid "Property set not found.\n"
msgid "Property is read-only\n"
msgstr "Ecaro ne estis trovita.\n"
#: mferror.mc:494
#, fuzzy
#| msgid "Property set not found.\n"
msgid "Property is not allowed\n"
msgstr "Ecaro ne estis trovita.\n"
#: mferror.mc:501
#, fuzzy
#| msgid "The device is not connected.\n"
msgid "Media source is not started\n"
msgstr "La aparato ne estas konektita.\n"
#: mferror.mc:508
#, fuzzy
#| msgid "Support Information"
msgid "Unsupported media format\n"
msgstr "Informoj pri Helpo"
#: mferror.mc:515
msgid "Media source is in wrong state\n"
msgstr ""
#: mferror.mc:522
msgid "No media streams were selected\n"
msgstr ""
#: mferror.mc:529
msgid "Unsupported media source characteristics\n"
msgstr ""
#: mferror.mc:536
#, fuzzy
#| msgid "Connection invalid.\n"
msgid "Optional node is invalid.\n"
msgstr "Konekto nevalida.\n"
#: mferror.mc:459
#: mferror.mc:543
#, fuzzy
#| msgid "Cannot find the printer."
msgid "Cannot find decryptor.\n"
msgstr "Mi ne povas trovi la printilon."
#: mferror.mc:466
#: mferror.mc:550
#, fuzzy
#| msgid "Module not found.\n"
msgid "Codec was not found.\n"
msgstr "Modulo ne estis trovita.\n"
#: mferror.mc:473
#: mferror.mc:557
msgid "Cannot connect topology nodes.\n"
msgstr ""
#: mferror.mc:480
#: mferror.mc:564
msgid "Topology request is not supported.\n"
msgstr ""
#: mferror.mc:487
#: mferror.mc:571
msgid "Invalid topology time attributes.\n"
msgstr ""
#: mferror.mc:494
#: mferror.mc:578
msgid "Found loops in topology.\n"
msgstr ""
#: mferror.mc:501
#: mferror.mc:585
#, fuzzy
#| msgid "Installation source is missing.\n"
msgid "Presentation descriptor is missing.\n"
msgstr "instala fonto mankas.\n"
#: mferror.mc:508
#: mferror.mc:592
#, fuzzy
#| msgid "Installation source is missing.\n"
msgid "Stream descriptor is missing.\n"
msgstr "instala fonto mankas.\n"
#: mferror.mc:515
#: mferror.mc:599
#, fuzzy
#| msgid "The device is not connected.\n"
msgid "Stream descriptor is not selected.\n"
msgstr "La aparato ne estas konektita.\n"
#: mferror.mc:522
#: mferror.mc:606
#, fuzzy
#| msgid "Installation source is missing.\n"
msgid "Source is missing.\n"
msgstr "instala fonto mankas.\n"
#: mferror.mc:529
#: mferror.mc:613
msgid "Topology loader does not support sink activates.\n"
msgstr ""
#: mferror.mc:536
#: mferror.mc:620
msgid "Clock has no time source set.\n"
msgstr ""
#: mferror.mc:543
#: mferror.mc:627
#, fuzzy
#| msgid "File already exists.\n"
msgid "Clock state was already set.\n"

View File

@ -7211,82 +7211,148 @@ msgid "No events available.\n"
msgstr "No hay servidores de acreditación disponibles.\n"
#: mferror.mc:445
#, fuzzy
#| msgid "Unsupported authorization level.\n"
msgid "Invalid media source state transition\n"
msgstr "Nivel de autorización no soportado.\n"
#: mferror.mc:452
#, fuzzy
#| msgid "Registry has been recovered.\n"
msgid "End of media stream has been reached\n"
msgstr "El registro se ha recuperado.\n"
#: mferror.mc:459
msgid "Shutdown() was called.\n"
msgstr ""
#: mferror.mc:452
#: mferror.mc:466
msgid "Media stream has no duration set\n"
msgstr ""
#: mferror.mc:473
msgid "Media format was recognized but is invalid\n"
msgstr ""
#: mferror.mc:480
#, fuzzy
#| msgid "Property set not found.\n"
msgid "Property wasn't found\n"
msgstr "No se ha encontrado el conjunto de propiedades.\n"
#: mferror.mc:487
#, fuzzy
#| msgid "Directory is not empty.\n"
msgid "Property is read-only\n"
msgstr "El directorio no esta vacío.\n"
#: mferror.mc:494
#, fuzzy
#| msgid "Hook type not allowed.\n"
msgid "Property is not allowed\n"
msgstr "Tipo del gancho no permitido.\n"
#: mferror.mc:501
#, fuzzy
#| msgid "Resource in use.\n"
msgid "Media source is not started\n"
msgstr "Recursos es uso.\n"
#: mferror.mc:508
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media format\n"
msgstr "Tipo no soportado.\n"
#: mferror.mc:515
msgid "Media source is in wrong state\n"
msgstr ""
#: mferror.mc:522
#, fuzzy
#| msgid "No data detected.\n"
msgid "No media streams were selected\n"
msgstr "No se han detectado datos.\n"
#: mferror.mc:529
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media source characteristics\n"
msgstr "Tipo no soportado.\n"
#: mferror.mc:536
#, fuzzy
#| msgid "Connection invalid.\n"
msgid "Optional node is invalid.\n"
msgstr "Conexión inválida.\n"
#: mferror.mc:459
#: mferror.mc:543
#, fuzzy
#| msgid "Cannot find the printer."
msgid "Cannot find decryptor.\n"
msgstr "No se encuentra la impresora."
#: mferror.mc:466
#: mferror.mc:550
#, fuzzy
#| msgid "Module not found.\n"
msgid "Codec was not found.\n"
msgstr "Módulo no encontrado.\n"
#: mferror.mc:473
#: mferror.mc:557
#, fuzzy
#| msgid "Cannot get call handle.\n"
msgid "Cannot connect topology nodes.\n"
msgstr "No se puede obtener un descriptor para la llamada.\n"
#: mferror.mc:480
#: mferror.mc:564
#, fuzzy
#| msgid "Request not supported.\n"
msgid "Topology request is not supported.\n"
msgstr "Petición no soportada.\n"
#: mferror.mc:487
#: mferror.mc:571
#, fuzzy
#| msgid "Invalid group attributes.\n"
msgid "Invalid topology time attributes.\n"
msgstr "Atributos de grupo inválidos.\n"
#: mferror.mc:494
#: mferror.mc:578
msgid "Found loops in topology.\n"
msgstr ""
#: mferror.mc:501
#: mferror.mc:585
#, fuzzy
#| msgid "Installation source is missing.\n"
msgid "Presentation descriptor is missing.\n"
msgstr "Falta la fuente de la instalación.\n"
#: mferror.mc:508
#: mferror.mc:592
#, fuzzy
#| msgid "Index is missing.\n"
msgid "Stream descriptor is missing.\n"
msgstr "Falta el índice.\n"
#: mferror.mc:515
#: mferror.mc:599
#, fuzzy
#| msgid "The device is not connected.\n"
msgid "Stream descriptor is not selected.\n"
msgstr "El dispositivo no está conectado.\n"
#: mferror.mc:522
#: mferror.mc:606
#, fuzzy
#| msgid "Index is missing.\n"
msgid "Source is missing.\n"
msgstr "Falta el índice.\n"
#: mferror.mc:529
#: mferror.mc:613
msgid "Topology loader does not support sink activates.\n"
msgstr ""
#: mferror.mc:536
#: mferror.mc:620
msgid "Clock has no time source set.\n"
msgstr ""
#: mferror.mc:543
#: mferror.mc:627
#, fuzzy
#| msgid "Class already exists.\n"
msgid "Clock state was already set.\n"

View File

@ -7062,63 +7062,115 @@ msgid "No events available.\n"
msgstr "اطلاعات.\n"
#: mferror.mc:445
msgid "Shutdown() was called.\n"
msgid "Invalid media source state transition\n"
msgstr ""
#: mferror.mc:452
msgid "Optional node is invalid.\n"
msgid "End of media stream has been reached\n"
msgstr ""
#: mferror.mc:459
msgid "Cannot find decryptor.\n"
msgid "Shutdown() was called.\n"
msgstr ""
#: mferror.mc:466
msgid "Media stream has no duration set\n"
msgstr ""
#: mferror.mc:473
msgid "Media format was recognized but is invalid\n"
msgstr ""
#: mferror.mc:480
#, fuzzy
msgid "Property wasn't found\n"
msgstr "'%s' پیدا نشد."
#: mferror.mc:487
#, fuzzy
msgid "Property is read-only\n"
msgstr "'%s' پیدا نشد."
#: mferror.mc:494
#, fuzzy
msgid "Property is not allowed\n"
msgstr "'%s' پیدا نشد."
#: mferror.mc:501
msgid "Media source is not started\n"
msgstr ""
#: mferror.mc:508
#, fuzzy
msgid "Unsupported media format\n"
msgstr "اطلاعات"
#: mferror.mc:515
msgid "Media source is in wrong state\n"
msgstr ""
#: mferror.mc:522
msgid "No media streams were selected\n"
msgstr ""
#: mferror.mc:529
msgid "Unsupported media source characteristics\n"
msgstr ""
#: mferror.mc:536
msgid "Optional node is invalid.\n"
msgstr ""
#: mferror.mc:543
msgid "Cannot find decryptor.\n"
msgstr ""
#: mferror.mc:550
#, fuzzy
msgid "Codec was not found.\n"
msgstr "'%s' پیدا نشد."
#: mferror.mc:473
#: mferror.mc:557
msgid "Cannot connect topology nodes.\n"
msgstr ""
#: mferror.mc:480
#: mferror.mc:564
msgid "Topology request is not supported.\n"
msgstr ""
#: mferror.mc:487
#: mferror.mc:571
msgid "Invalid topology time attributes.\n"
msgstr ""
#: mferror.mc:494
#: mferror.mc:578
msgid "Found loops in topology.\n"
msgstr ""
#: mferror.mc:501
#: mferror.mc:585
msgid "Presentation descriptor is missing.\n"
msgstr ""
#: mferror.mc:508
#: mferror.mc:592
msgid "Stream descriptor is missing.\n"
msgstr ""
#: mferror.mc:515
#: mferror.mc:599
msgid "Stream descriptor is not selected.\n"
msgstr ""
#: mferror.mc:522
#: mferror.mc:606
msgid "Source is missing.\n"
msgstr ""
#: mferror.mc:529
#: mferror.mc:613
msgid "Topology loader does not support sink activates.\n"
msgstr ""
#: mferror.mc:536
#: mferror.mc:620
msgid "Clock has no time source set.\n"
msgstr ""
#: mferror.mc:543
#: mferror.mc:627
msgid "Clock state was already set.\n"
msgstr ""

View File

@ -7029,62 +7029,128 @@ msgid "No events available.\n"
msgstr "Tapahtumia ei ole saatavilla.\n"
#: mferror.mc:445
#, fuzzy
#| msgid "Unsupported state transition.\n"
msgid "Invalid media source state transition\n"
msgstr "Tilan muutosta ei tueta.\n"
#: mferror.mc:452
#, fuzzy
#| msgid "Registry has been recovered.\n"
msgid "End of media stream has been reached\n"
msgstr "Rekisteri on palautettu.\n"
#: mferror.mc:459
msgid "Shutdown() was called.\n"
msgstr "Shutdown() kutsuttu.\n"
#: mferror.mc:452
#: mferror.mc:466
msgid "Media stream has no duration set\n"
msgstr ""
#: mferror.mc:473
msgid "Media format was recognized but is invalid\n"
msgstr ""
#: mferror.mc:480
#, fuzzy
#| msgid "Property set not found.\n"
msgid "Property wasn't found\n"
msgstr "Ominaisuusjoukkoa ei löytynyt.\n"
#: mferror.mc:487
#, fuzzy
#| msgid "Property is empty.\n"
msgid "Property is read-only\n"
msgstr "Ominaisuus on tyhjä.\n"
#: mferror.mc:494
#, fuzzy
#| msgid "Property type is not allowed.\n"
msgid "Property is not allowed\n"
msgstr "Ominaisuuden tyyppi ei ole sallittu.\n"
#: mferror.mc:501
#, fuzzy
#| msgid "Resource in use.\n"
msgid "Media source is not started\n"
msgstr "Resurssi on käytössä.\n"
#: mferror.mc:508
#, fuzzy
#| msgid "Unsupported time format.\n"
msgid "Unsupported media format\n"
msgstr "Ajan muotoa ei tueta.\n"
#: mferror.mc:515
msgid "Media source is in wrong state\n"
msgstr ""
#: mferror.mc:522
#, fuzzy
#| msgid "No data detected.\n"
msgid "No media streams were selected\n"
msgstr "Dataa ei löytynyt.\n"
#: mferror.mc:529
#, fuzzy
#| msgid "Unsupported time format.\n"
msgid "Unsupported media source characteristics\n"
msgstr "Ajan muotoa ei tueta.\n"
#: mferror.mc:536
msgid "Optional node is invalid.\n"
msgstr "Valinnainen solmu ei kelpaa.\n"
#: mferror.mc:459
#: mferror.mc:543
msgid "Cannot find decryptor.\n"
msgstr "Salaukselle ei löydy purkajaa.\n"
#: mferror.mc:466
#: mferror.mc:550
msgid "Codec was not found.\n"
msgstr "Koodekkia ei löydy.\n"
#: mferror.mc:473
#: mferror.mc:557
msgid "Cannot connect topology nodes.\n"
msgstr "Topologian solmuja ei voida yhdistää.\n"
#: mferror.mc:480
#: mferror.mc:564
msgid "Topology request is not supported.\n"
msgstr "Topologiapyyntöä ei tueta.\n"
#: mferror.mc:487
#: mferror.mc:571
msgid "Invalid topology time attributes.\n"
msgstr "Topologian aika-attribuutit eivät kelpaa.\n"
#: mferror.mc:494
#: mferror.mc:578
msgid "Found loops in topology.\n"
msgstr "Topologiassa on silmukoita.\n"
#: mferror.mc:501
#: mferror.mc:585
msgid "Presentation descriptor is missing.\n"
msgstr "Esitystavan kuvaus puuttuu.\n"
#: mferror.mc:508
#: mferror.mc:592
msgid "Stream descriptor is missing.\n"
msgstr "Virran kuvaus puuttuu.\n"
#: mferror.mc:515
#: mferror.mc:599
msgid "Stream descriptor is not selected.\n"
msgstr "Virran kuvausta ei ole valittu.\n"
#: mferror.mc:522
#: mferror.mc:606
msgid "Source is missing.\n"
msgstr "Lähde puuttuu.\n"
#: mferror.mc:529
#: mferror.mc:613
msgid "Topology loader does not support sink activates.\n"
msgstr "Topologianlatain ei tue ulostulojen aktivointeja.\n"
#: mferror.mc:536
#: mferror.mc:620
msgid "Clock has no time source set.\n"
msgstr "Kellolle ei ole asetettu ajan lähdettä.\n"
#: mferror.mc:543
#: mferror.mc:627
msgid "Clock state was already set.\n"
msgstr "Kellon tila oli jo asetettu.\n"

View File

@ -7185,82 +7185,148 @@ msgid "No events available.\n"
msgstr "Aucun serveur de connexion disponible.\n"
#: mferror.mc:445
#, fuzzy
#| msgid "Unsupported authorization level.\n"
msgid "Invalid media source state transition\n"
msgstr "Niveau d'autorisation non pris en charge.\n"
#: mferror.mc:452
#, fuzzy
#| msgid "Registry has been recovered.\n"
msgid "End of media stream has been reached\n"
msgstr "Le registre a été restauré.\n"
#: mferror.mc:459
msgid "Shutdown() was called.\n"
msgstr ""
#: mferror.mc:452
#: mferror.mc:466
msgid "Media stream has no duration set\n"
msgstr ""
#: mferror.mc:473
msgid "Media format was recognized but is invalid\n"
msgstr ""
#: mferror.mc:480
#, fuzzy
#| msgid "Property set not found.\n"
msgid "Property wasn't found\n"
msgstr "Jeu de propriétés introuvable.\n"
#: mferror.mc:487
#, fuzzy
#| msgid "Directory is not empty.\n"
msgid "Property is read-only\n"
msgstr "Le répertoire n'est pas vide.\n"
#: mferror.mc:494
#, fuzzy
#| msgid "Hook type not allowed.\n"
msgid "Property is not allowed\n"
msgstr "Type de point d'entrée non autorisé.\n"
#: mferror.mc:501
#, fuzzy
#| msgid "Resource in use.\n"
msgid "Media source is not started\n"
msgstr "Ressource en cours d'utilisation.\n"
#: mferror.mc:508
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media format\n"
msgstr "Type non pris en charge.\n"
#: mferror.mc:515
msgid "Media source is in wrong state\n"
msgstr ""
#: mferror.mc:522
#, fuzzy
#| msgid "No data detected.\n"
msgid "No media streams were selected\n"
msgstr "Aucune donnée détectée.\n"
#: mferror.mc:529
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media source characteristics\n"
msgstr "Type non pris en charge.\n"
#: mferror.mc:536
#, fuzzy
#| msgid "Connection invalid.\n"
msgid "Optional node is invalid.\n"
msgstr "Connexion invalide.\n"
#: mferror.mc:459
#: mferror.mc:543
#, fuzzy
#| msgid "Cannot find the printer."
msgid "Cannot find decryptor.\n"
msgstr "Impossible de trouver l'imprimante."
#: mferror.mc:466
#: mferror.mc:550
#, fuzzy
#| msgid "Module not found.\n"
msgid "Codec was not found.\n"
msgstr "Module introuvable.\n"
#: mferror.mc:473
#: mferror.mc:557
#, fuzzy
#| msgid "Cannot get call handle.\n"
msgid "Cannot connect topology nodes.\n"
msgstr "Impossible d'obtenir le descripteur d'appel.\n"
#: mferror.mc:480
#: mferror.mc:564
#, fuzzy
#| msgid "Request not supported.\n"
msgid "Topology request is not supported.\n"
msgstr "Demande non prise en charge.\n"
#: mferror.mc:487
#: mferror.mc:571
#, fuzzy
#| msgid "Invalid group attributes.\n"
msgid "Invalid topology time attributes.\n"
msgstr "Attributs de groupe invalides.\n"
#: mferror.mc:494
#: mferror.mc:578
msgid "Found loops in topology.\n"
msgstr ""
#: mferror.mc:501
#: mferror.mc:585
#, fuzzy
#| msgid "Installation source is missing.\n"
msgid "Presentation descriptor is missing.\n"
msgstr "Source d'installation manquante.\n"
#: mferror.mc:508
#: mferror.mc:592
#, fuzzy
#| msgid "Index is missing.\n"
msgid "Stream descriptor is missing.\n"
msgstr "Index manquant.\n"
#: mferror.mc:515
#: mferror.mc:599
#, fuzzy
#| msgid "The device is not connected.\n"
msgid "Stream descriptor is not selected.\n"
msgstr "Le périphérique n'est pas connecté.\n"
#: mferror.mc:522
#: mferror.mc:606
#, fuzzy
#| msgid "Index is missing.\n"
msgid "Source is missing.\n"
msgstr "Index manquant.\n"
#: mferror.mc:529
#: mferror.mc:613
msgid "Topology loader does not support sink activates.\n"
msgstr ""
#: mferror.mc:536
#: mferror.mc:620
msgid "Clock has no time source set.\n"
msgstr ""
#: mferror.mc:543
#: mferror.mc:627
#, fuzzy
#| msgid "Class already exists.\n"
msgid "Clock state was already set.\n"

View File

@ -7359,72 +7359,126 @@ msgid "No events available.\n"
msgstr "לא זמינה; .\n"
#: mferror.mc:445
#, fuzzy
msgid "Invalid media source state transition\n"
msgstr "אפשרות שגויה.\n"
#: mferror.mc:452
msgid "End of media stream has been reached\n"
msgstr ""
#: mferror.mc:459
msgid "Shutdown() was called.\n"
msgstr ""
#: mferror.mc:452
#: mferror.mc:466
msgid "Media stream has no duration set\n"
msgstr ""
#: mferror.mc:473
msgid "Media format was recognized but is invalid\n"
msgstr ""
#: mferror.mc:480
#, fuzzy
msgid "Property wasn't found\n"
msgstr "PATH not found.\n"
#: mferror.mc:487
#, fuzzy
msgid "Property is read-only\n"
msgstr "Directory &Only.\n"
#: mferror.mc:494
#, fuzzy
msgid "Property is not allowed\n"
msgstr "Target to GOTO not found.\n"
#: mferror.mc:501
#, fuzzy
msgid "Media source is not started\n"
msgstr "כשלי משאבים.\n"
#: mferror.mc:508
#, fuzzy
msgid "Unsupported media format\n"
msgstr "Specify service name to stop.\n"
#: mferror.mc:515
msgid "Media source is in wrong state\n"
msgstr ""
#: mferror.mc:522
msgid "No media streams were selected\n"
msgstr ""
#: mferror.mc:529
msgid "Unsupported media source characteristics\n"
msgstr ""
#: mferror.mc:536
#, fuzzy
msgid "Optional node is invalid.\n"
msgstr "חיבור רשת מקומית.\n"
#: mferror.mc:459
#: mferror.mc:543
#, fuzzy
#| msgid "Cannot find the printer."
msgid "Cannot find decryptor.\n"
msgstr "לא ניתן למצוא את המדפסת."
#: mferror.mc:466
#: mferror.mc:550
#, fuzzy
msgid "Codec was not found.\n"
msgstr "הקובץ לא נמצא.\n"
#: mferror.mc:473
#: mferror.mc:557
msgid "Cannot connect topology nodes.\n"
msgstr ""
#: mferror.mc:480
#: mferror.mc:564
#, fuzzy
msgid "Topology request is not supported.\n"
msgstr "מסמכי אחסון OLE אינם נתמכים.\n"
#: mferror.mc:487
#: mferror.mc:571
#, fuzzy
msgid "Invalid topology time attributes.\n"
msgstr "אפשרות שגויה.\n"
#: mferror.mc:494
#: mferror.mc:578
msgid "Found loops in topology.\n"
msgstr ""
#: mferror.mc:501
#: mferror.mc:585
#, fuzzy
msgid "Presentation descriptor is missing.\n"
msgstr "תכניות התקנה.\n"
#: mferror.mc:508
#: mferror.mc:592
#, fuzzy
msgid "Stream descriptor is missing.\n"
msgstr "תכניות התקנה.\n"
#: mferror.mc:515
#: mferror.mc:599
#, fuzzy
msgid "Stream descriptor is not selected.\n"
msgstr "הקובץ לא נמצא.\n"
#: mferror.mc:522
#: mferror.mc:606
#, fuzzy
msgid "Source is missing.\n"
msgstr "תכניות התקנה.\n"
#: mferror.mc:529
#: mferror.mc:613
msgid "Topology loader does not support sink activates.\n"
msgstr ""
#: mferror.mc:536
#: mferror.mc:620
msgid "Clock has no time source set.\n"
msgstr ""
#: mferror.mc:543
#: mferror.mc:627
#, fuzzy
msgid "Clock state was already set.\n"
msgstr "הפתחה %s כבר קיימת.\n"

View File

@ -6949,62 +6949,113 @@ msgid "No events available.\n"
msgstr ""
#: mferror.mc:445
msgid "Shutdown() was called.\n"
msgid "Invalid media source state transition\n"
msgstr ""
#: mferror.mc:452
msgid "Optional node is invalid.\n"
msgid "End of media stream has been reached\n"
msgstr ""
#: mferror.mc:459
msgid "Cannot find decryptor.\n"
msgid "Shutdown() was called.\n"
msgstr ""
#: mferror.mc:466
msgid "Codec was not found.\n"
msgid "Media stream has no duration set\n"
msgstr ""
#: mferror.mc:473
msgid "Cannot connect topology nodes.\n"
msgid "Media format was recognized but is invalid\n"
msgstr ""
#: mferror.mc:480
msgid "Topology request is not supported.\n"
msgstr ""
#, fuzzy
msgid "Property wasn't found\n"
msgstr "सूचना (&o)"
#: mferror.mc:487
msgid "Invalid topology time attributes.\n"
msgstr ""
#, fuzzy
msgid "Property is read-only\n"
msgstr "सूचना (&o)"
#: mferror.mc:494
msgid "Found loops in topology.\n"
msgstr ""
#, fuzzy
msgid "Property is not allowed\n"
msgstr "सूचना (&o)"
#: mferror.mc:501
msgid "Presentation descriptor is missing.\n"
msgid "Media source is not started\n"
msgstr ""
#: mferror.mc:508
msgid "Stream descriptor is missing.\n"
msgid "Unsupported media format\n"
msgstr ""
#: mferror.mc:515
msgid "Stream descriptor is not selected.\n"
msgid "Media source is in wrong state\n"
msgstr ""
#: mferror.mc:522
msgid "Source is missing.\n"
msgid "No media streams were selected\n"
msgstr ""
#: mferror.mc:529
msgid "Topology loader does not support sink activates.\n"
msgid "Unsupported media source characteristics\n"
msgstr ""
#: mferror.mc:536
msgid "Clock has no time source set.\n"
msgid "Optional node is invalid.\n"
msgstr ""
#: mferror.mc:543
msgid "Cannot find decryptor.\n"
msgstr ""
#: mferror.mc:550
msgid "Codec was not found.\n"
msgstr ""
#: mferror.mc:557
msgid "Cannot connect topology nodes.\n"
msgstr ""
#: mferror.mc:564
msgid "Topology request is not supported.\n"
msgstr ""
#: mferror.mc:571
msgid "Invalid topology time attributes.\n"
msgstr ""
#: mferror.mc:578
msgid "Found loops in topology.\n"
msgstr ""
#: mferror.mc:585
msgid "Presentation descriptor is missing.\n"
msgstr ""
#: mferror.mc:592
msgid "Stream descriptor is missing.\n"
msgstr ""
#: mferror.mc:599
msgid "Stream descriptor is not selected.\n"
msgstr ""
#: mferror.mc:606
msgid "Source is missing.\n"
msgstr ""
#: mferror.mc:613
msgid "Topology loader does not support sink activates.\n"
msgstr ""
#: mferror.mc:620
msgid "Clock has no time source set.\n"
msgstr ""
#: mferror.mc:627
msgid "Clock state was already set.\n"
msgstr ""

View File

@ -7163,82 +7163,148 @@ msgid "No events available.\n"
msgstr "Nema dostupnih poslužitelja za prijavu.\n"
#: mferror.mc:445
#, fuzzy
#| msgid "Unsupported authorization level.\n"
msgid "Invalid media source state transition\n"
msgstr "Nepodržana razina autorizacije.\n"
#: mferror.mc:452
#, fuzzy
#| msgid "Registry has been recovered.\n"
msgid "End of media stream has been reached\n"
msgstr "Registar se obnovio.\n"
#: mferror.mc:459
msgid "Shutdown() was called.\n"
msgstr ""
#: mferror.mc:452
#: mferror.mc:466
msgid "Media stream has no duration set\n"
msgstr ""
#: mferror.mc:473
msgid "Media format was recognized but is invalid\n"
msgstr ""
#: mferror.mc:480
#, fuzzy
#| msgid "Property set not found.\n"
msgid "Property wasn't found\n"
msgstr "Svojstvo nije pronađeno.\n"
#: mferror.mc:487
#, fuzzy
#| msgid "Directory is not empty.\n"
msgid "Property is read-only\n"
msgstr "Direktorij nije prazan.\n"
#: mferror.mc:494
#, fuzzy
#| msgid "Property set not found.\n"
msgid "Property is not allowed\n"
msgstr "Svojstvo nije pronađeno.\n"
#: mferror.mc:501
#, fuzzy
#| msgid "Resource in use.\n"
msgid "Media source is not started\n"
msgstr "Resurs je u uporabi.\n"
#: mferror.mc:508
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media format\n"
msgstr "Nepodržan tip.\n"
#: mferror.mc:515
msgid "Media source is in wrong state\n"
msgstr ""
#: mferror.mc:522
#, fuzzy
#| msgid "No data detected.\n"
msgid "No media streams were selected\n"
msgstr "Nisu otkriveni podaci.\n"
#: mferror.mc:529
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media source characteristics\n"
msgstr "Nepodržan tip.\n"
#: mferror.mc:536
#, fuzzy
#| msgid "Connection invalid.\n"
msgid "Optional node is invalid.\n"
msgstr "Neispravna veza.\n"
#: mferror.mc:459
#: mferror.mc:543
#, fuzzy
#| msgid "Cannot find the printer."
msgid "Cannot find decryptor.\n"
msgstr "Pisač nije pronađen."
#: mferror.mc:466
#: mferror.mc:550
#, fuzzy
#| msgid "Module not found.\n"
msgid "Codec was not found.\n"
msgstr "Modul nije pronađen.\n"
#: mferror.mc:473
#: mferror.mc:557
#, fuzzy
#| msgid "Cannot get call handle.\n"
msgid "Cannot connect topology nodes.\n"
msgstr "Ne mogu dobiti poveznicu pozivanja.\n"
#: mferror.mc:480
#: mferror.mc:564
#, fuzzy
#| msgid "Request not supported.\n"
msgid "Topology request is not supported.\n"
msgstr "Zahtjev nije podržan.\n"
#: mferror.mc:487
#: mferror.mc:571
#, fuzzy
#| msgid "Invalid group attributes.\n"
msgid "Invalid topology time attributes.\n"
msgstr "Neispravni atributi grupe.\n"
#: mferror.mc:494
#: mferror.mc:578
msgid "Found loops in topology.\n"
msgstr ""
#: mferror.mc:501
#: mferror.mc:585
#, fuzzy
#| msgid "Installation source is missing.\n"
msgid "Presentation descriptor is missing.\n"
msgstr "Izvor instalacije nedostaje.\n"
#: mferror.mc:508
#: mferror.mc:592
#, fuzzy
#| msgid "Index is missing.\n"
msgid "Stream descriptor is missing.\n"
msgstr "Indeks nedostaje.\n"
#: mferror.mc:515
#: mferror.mc:599
#, fuzzy
#| msgid "The device is not connected.\n"
msgid "Stream descriptor is not selected.\n"
msgstr "Uređaj nije spojen.\n"
#: mferror.mc:522
#: mferror.mc:606
#, fuzzy
#| msgid "Index is missing.\n"
msgid "Source is missing.\n"
msgstr "Indeks nedostaje.\n"
#: mferror.mc:529
#: mferror.mc:613
msgid "Topology loader does not support sink activates.\n"
msgstr ""
#: mferror.mc:536
#: mferror.mc:620
msgid "Clock has no time source set.\n"
msgstr ""
#: mferror.mc:543
#: mferror.mc:627
#, fuzzy
#| msgid "Class already exists.\n"
msgid "Clock state was already set.\n"

View File

@ -7219,82 +7219,148 @@ msgid "No events available.\n"
msgstr "Nincs elérhető bejelentkezési szerver.\n"
#: mferror.mc:445
#, fuzzy
#| msgid "Unsupported authorization level.\n"
msgid "Invalid media source state transition\n"
msgstr "Nem támogatott hitelesítési szint.\n"
#: mferror.mc:452
#, fuzzy
#| msgid "Registry has been recovered.\n"
msgid "End of media stream has been reached\n"
msgstr "Regisztrációs adatbázis helyreállítódott.\n"
#: mferror.mc:459
msgid "Shutdown() was called.\n"
msgstr ""
#: mferror.mc:452
#: mferror.mc:466
msgid "Media stream has no duration set\n"
msgstr ""
#: mferror.mc:473
msgid "Media format was recognized but is invalid\n"
msgstr ""
#: mferror.mc:480
#, fuzzy
#| msgid "Property set not found.\n"
msgid "Property wasn't found\n"
msgstr "Beállítás nem található.\n"
#: mferror.mc:487
#, fuzzy
#| msgid "Directory is not empty.\n"
msgid "Property is read-only\n"
msgstr "Mappa nem üres.\n"
#: mferror.mc:494
#, fuzzy
#| msgid "Hook type not allowed.\n"
msgid "Property is not allowed\n"
msgstr "Horog típus nem engedélyezett.\n"
#: mferror.mc:501
#, fuzzy
#| msgid "Resource in use.\n"
msgid "Media source is not started\n"
msgstr "Erőforrás használatban.\n"
#: mferror.mc:508
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media format\n"
msgstr "Nem támogatott típus.\n"
#: mferror.mc:515
msgid "Media source is in wrong state\n"
msgstr ""
#: mferror.mc:522
#, fuzzy
#| msgid "No data detected.\n"
msgid "No media streams were selected\n"
msgstr "Nincs adat detektálva.\n"
#: mferror.mc:529
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media source characteristics\n"
msgstr "Nem támogatott típus.\n"
#: mferror.mc:536
#, fuzzy
#| msgid "Connection invalid.\n"
msgid "Optional node is invalid.\n"
msgstr "LAN kapcsolat érvénytelen.\n"
#: mferror.mc:459
#: mferror.mc:543
#, fuzzy
#| msgid "Cannot find the printer."
msgid "Cannot find decryptor.\n"
msgstr "Nem találom a nyomtatót."
#: mferror.mc:466
#: mferror.mc:550
#, fuzzy
#| msgid "Module not found.\n"
msgid "Codec was not found.\n"
msgstr "Modul nem található.\n"
#: mferror.mc:473
#: mferror.mc:557
#, fuzzy
#| msgid "Cannot get call handle.\n"
msgid "Cannot connect topology nodes.\n"
msgstr "Nem lehet elérni a hívás kezelőt.\n"
#: mferror.mc:480
#: mferror.mc:564
#, fuzzy
#| msgid "Request not supported.\n"
msgid "Topology request is not supported.\n"
msgstr "Kérés nem támogatott.\n"
#: mferror.mc:487
#: mferror.mc:571
#, fuzzy
#| msgid "Invalid group attributes.\n"
msgid "Invalid topology time attributes.\n"
msgstr "Érvénytelen csoport beállítások.\n"
#: mferror.mc:494
#: mferror.mc:578
msgid "Found loops in topology.\n"
msgstr ""
#: mferror.mc:501
#: mferror.mc:585
#, fuzzy
#| msgid "Installation source is missing.\n"
msgid "Presentation descriptor is missing.\n"
msgstr "Hiányzó tulajdonság a telepítési forráshoz.\n"
#: mferror.mc:508
#: mferror.mc:592
#, fuzzy
#| msgid "Index is missing.\n"
msgid "Stream descriptor is missing.\n"
msgstr "Hiányzó index.\n"
#: mferror.mc:515
#: mferror.mc:599
#, fuzzy
#| msgid "The device is not connected.\n"
msgid "Stream descriptor is not selected.\n"
msgstr "Az eszköz nincs csatlakoztatva.\n"
#: mferror.mc:522
#: mferror.mc:606
#, fuzzy
#| msgid "Index is missing.\n"
msgid "Source is missing.\n"
msgstr "Hiányzó index.\n"
#: mferror.mc:529
#: mferror.mc:613
msgid "Topology loader does not support sink activates.\n"
msgstr ""
#: mferror.mc:536
#: mferror.mc:620
msgid "Clock has no time source set.\n"
msgstr ""
#: mferror.mc:543
#: mferror.mc:627
#, fuzzy
#| msgid "Class already exists.\n"
msgid "Clock state was already set.\n"

View File

@ -7228,82 +7228,148 @@ msgid "No events available.\n"
msgstr "Nessun server di logon disponibile.\n"
#: mferror.mc:445
#, fuzzy
#| msgid "Unsupported authorization level.\n"
msgid "Invalid media source state transition\n"
msgstr "Livello autorizzazione non supportato.\n"
#: mferror.mc:452
#, fuzzy
#| msgid "Registry has been recovered.\n"
msgid "End of media stream has been reached\n"
msgstr "Il registro è stato recuperato.\n"
#: mferror.mc:459
msgid "Shutdown() was called.\n"
msgstr ""
#: mferror.mc:452
#: mferror.mc:466
msgid "Media stream has no duration set\n"
msgstr ""
#: mferror.mc:473
msgid "Media format was recognized but is invalid\n"
msgstr ""
#: mferror.mc:480
#, fuzzy
#| msgid "Property set not found.\n"
msgid "Property wasn't found\n"
msgstr "Insieme di proprietà non trovato.\n"
#: mferror.mc:487
#, fuzzy
#| msgid "Directory is not empty.\n"
msgid "Property is read-only\n"
msgstr "Cartella non vuota.\n"
#: mferror.mc:494
#, fuzzy
#| msgid "Hook type not allowed.\n"
msgid "Property is not allowed\n"
msgstr "Tipo di aggancio non permesso.\n"
#: mferror.mc:501
#, fuzzy
#| msgid "Resource in use.\n"
msgid "Media source is not started\n"
msgstr "Risorsa in uso.\n"
#: mferror.mc:508
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media format\n"
msgstr "Tipo non supportato.\n"
#: mferror.mc:515
msgid "Media source is in wrong state\n"
msgstr ""
#: mferror.mc:522
#, fuzzy
#| msgid "No data detected.\n"
msgid "No media streams were selected\n"
msgstr "Nessun dato rilevato.\n"
#: mferror.mc:529
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media source characteristics\n"
msgstr "Tipo non supportato.\n"
#: mferror.mc:536
#, fuzzy
#| msgid "Connection invalid.\n"
msgid "Optional node is invalid.\n"
msgstr "Connessione non valida.\n"
#: mferror.mc:459
#: mferror.mc:543
#, fuzzy
#| msgid "Cannot find the printer."
msgid "Cannot find decryptor.\n"
msgstr "Stampante non trovata."
#: mferror.mc:466
#: mferror.mc:550
#, fuzzy
#| msgid "Module not found.\n"
msgid "Codec was not found.\n"
msgstr "Modulo non trovato.\n"
#: mferror.mc:473
#: mferror.mc:557
#, fuzzy
#| msgid "Cannot get call handle.\n"
msgid "Cannot connect topology nodes.\n"
msgstr "Impossibile ottenere l'handle di chiamata.\n"
#: mferror.mc:480
#: mferror.mc:564
#, fuzzy
#| msgid "Request not supported.\n"
msgid "Topology request is not supported.\n"
msgstr "Richiesta non supportata.\n"
#: mferror.mc:487
#: mferror.mc:571
#, fuzzy
#| msgid "Invalid group attributes.\n"
msgid "Invalid topology time attributes.\n"
msgstr "Attributi del gruppo non validi.\n"
#: mferror.mc:494
#: mferror.mc:578
msgid "Found loops in topology.\n"
msgstr ""
#: mferror.mc:501
#: mferror.mc:585
#, fuzzy
#| msgid "Installation source is missing.\n"
msgid "Presentation descriptor is missing.\n"
msgstr "Sorgente di installazione mancante.\n"
#: mferror.mc:508
#: mferror.mc:592
#, fuzzy
#| msgid "Index is missing.\n"
msgid "Stream descriptor is missing.\n"
msgstr "Indice mancante.\n"
#: mferror.mc:515
#: mferror.mc:599
#, fuzzy
#| msgid "The device is not connected.\n"
msgid "Stream descriptor is not selected.\n"
msgstr "Unità non connessa.\n"
#: mferror.mc:522
#: mferror.mc:606
#, fuzzy
#| msgid "Index is missing.\n"
msgid "Source is missing.\n"
msgstr "Indice mancante.\n"
#: mferror.mc:529
#: mferror.mc:613
msgid "Topology loader does not support sink activates.\n"
msgstr ""
#: mferror.mc:536
#: mferror.mc:620
msgid "Clock has no time source set.\n"
msgstr ""
#: mferror.mc:543
#: mferror.mc:627
#, fuzzy
#| msgid "Class already exists.\n"
msgid "Clock state was already set.\n"

View File

@ -7124,82 +7124,148 @@ msgid "No events available.\n"
msgstr "利用可能なログオン サーバがありません。\n"
#: mferror.mc:445
#, fuzzy
#| msgid "Unsupported authorization level.\n"
msgid "Invalid media source state transition\n"
msgstr "サポートしていない認証レベルです。\n"
#: mferror.mc:452
#, fuzzy
#| msgid "Registry has been recovered.\n"
msgid "End of media stream has been reached\n"
msgstr "レジストリは回復されました。\n"
#: mferror.mc:459
msgid "Shutdown() was called.\n"
msgstr ""
#: mferror.mc:452
#: mferror.mc:466
msgid "Media stream has no duration set\n"
msgstr ""
#: mferror.mc:473
msgid "Media format was recognized but is invalid\n"
msgstr ""
#: mferror.mc:480
#, fuzzy
#| msgid "Property set not found.\n"
msgid "Property wasn't found\n"
msgstr "プロパティ セットが見つかりません。\n"
#: mferror.mc:487
#, fuzzy
#| msgid "Directory is not empty.\n"
msgid "Property is read-only\n"
msgstr "ディレクトリは空ではありません。\n"
#: mferror.mc:494
#, fuzzy
#| msgid "Hook type not allowed.\n"
msgid "Property is not allowed\n"
msgstr "フックの種類は許可されていません。\n"
#: mferror.mc:501
#, fuzzy
#| msgid "Resource in use.\n"
msgid "Media source is not started\n"
msgstr "リソースは使用中です。\n"
#: mferror.mc:508
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media format\n"
msgstr "サポートされていない種類です。\n"
#: mferror.mc:515
msgid "Media source is in wrong state\n"
msgstr ""
#: mferror.mc:522
#, fuzzy
#| msgid "No data detected.\n"
msgid "No media streams were selected\n"
msgstr "データが検知されませんでした。\n"
#: mferror.mc:529
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media source characteristics\n"
msgstr "サポートされていない種類です。\n"
#: mferror.mc:536
#, fuzzy
#| msgid "Connection invalid.\n"
msgid "Optional node is invalid.\n"
msgstr "接続は正しくありません。\n"
#: mferror.mc:459
#: mferror.mc:543
#, fuzzy
#| msgid "Cannot find the printer."
msgid "Cannot find decryptor.\n"
msgstr "プリンタが見つかりません。"
#: mferror.mc:466
#: mferror.mc:550
#, fuzzy
#| msgid "Module not found.\n"
msgid "Codec was not found.\n"
msgstr "モジュールが見つかりません。\n"
#: mferror.mc:473
#: mferror.mc:557
#, fuzzy
#| msgid "Cannot get call handle.\n"
msgid "Cannot connect topology nodes.\n"
msgstr "呼び出しハンドルを取得できません。\n"
#: mferror.mc:480
#: mferror.mc:564
#, fuzzy
#| msgid "Request not supported.\n"
msgid "Topology request is not supported.\n"
msgstr "要求はサポートされていません。\n"
#: mferror.mc:487
#: mferror.mc:571
#, fuzzy
#| msgid "Invalid group attributes.\n"
msgid "Invalid topology time attributes.\n"
msgstr "グループ属性が正しくありません。\n"
#: mferror.mc:494
#: mferror.mc:578
msgid "Found loops in topology.\n"
msgstr ""
#: mferror.mc:501
#: mferror.mc:585
#, fuzzy
#| msgid "Installation source is missing.\n"
msgid "Presentation descriptor is missing.\n"
msgstr "インストール ソースが見つかりません。\n"
#: mferror.mc:508
#: mferror.mc:592
#, fuzzy
#| msgid "Index is missing.\n"
msgid "Stream descriptor is missing.\n"
msgstr "インデックスが見つかりません。\n"
#: mferror.mc:515
#: mferror.mc:599
#, fuzzy
#| msgid "The device is not connected.\n"
msgid "Stream descriptor is not selected.\n"
msgstr "デバイスは接続されていません。\n"
#: mferror.mc:522
#: mferror.mc:606
#, fuzzy
#| msgid "Index is missing.\n"
msgid "Source is missing.\n"
msgstr "インデックスが見つかりません。\n"
#: mferror.mc:529
#: mferror.mc:613
msgid "Topology loader does not support sink activates.\n"
msgstr ""
#: mferror.mc:536
#: mferror.mc:620
msgid "Clock has no time source set.\n"
msgstr ""
#: mferror.mc:543
#: mferror.mc:627
#, fuzzy
#| msgid "Class already exists.\n"
msgid "Clock state was already set.\n"

View File

@ -7110,82 +7110,148 @@ msgid "No events available.\n"
msgstr "로그온 서버를 이용할 수 없습니다.\n"
#: mferror.mc:445
#, fuzzy
#| msgid "Unsupported authorization level.\n"
msgid "Invalid media source state transition\n"
msgstr "지원하지 않는 인증 레벨.\n"
#: mferror.mc:452
#, fuzzy
#| msgid "Registry has been recovered.\n"
msgid "End of media stream has been reached\n"
msgstr "레지스트리는 복구되었습니다.\n"
#: mferror.mc:459
msgid "Shutdown() was called.\n"
msgstr ""
#: mferror.mc:452
#: mferror.mc:466
msgid "Media stream has no duration set\n"
msgstr ""
#: mferror.mc:473
msgid "Media format was recognized but is invalid\n"
msgstr ""
#: mferror.mc:480
#, fuzzy
#| msgid "Property set not found.\n"
msgid "Property wasn't found\n"
msgstr "속성 집합을 찾을 수 없습니다.\n"
#: mferror.mc:487
#, fuzzy
#| msgid "Directory is not empty.\n"
msgid "Property is read-only\n"
msgstr "디렉터리가 비워 있지 않습니다.\n"
#: mferror.mc:494
#, fuzzy
#| msgid "Hook type not allowed.\n"
msgid "Property is not allowed\n"
msgstr "허용되지 않은 훅 형식.\n"
#: mferror.mc:501
#, fuzzy
#| msgid "Resource in use.\n"
msgid "Media source is not started\n"
msgstr "리소스 사용 중.\n"
#: mferror.mc:508
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media format\n"
msgstr "지원하지 않는 형식.\n"
#: mferror.mc:515
msgid "Media source is in wrong state\n"
msgstr ""
#: mferror.mc:522
#, fuzzy
#| msgid "No data detected.\n"
msgid "No media streams were selected\n"
msgstr "감지된 데이터가 없습니다.\n"
#: mferror.mc:529
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media source characteristics\n"
msgstr "지원하지 않는 형식.\n"
#: mferror.mc:536
#, fuzzy
#| msgid "Connection invalid.\n"
msgid "Optional node is invalid.\n"
msgstr "올바르지 않은 연결.\n"
#: mferror.mc:459
#: mferror.mc:543
#, fuzzy
#| msgid "Cannot find the printer."
msgid "Cannot find decryptor.\n"
msgstr "프린터를 찾을 수 없습니다."
#: mferror.mc:466
#: mferror.mc:550
#, fuzzy
#| msgid "Module not found.\n"
msgid "Codec was not found.\n"
msgstr "모듈을 찾을 수 없습니다.\n"
#: mferror.mc:473
#: mferror.mc:557
#, fuzzy
#| msgid "Cannot get call handle.\n"
msgid "Cannot connect topology nodes.\n"
msgstr "호출 핸들을 얻을 수 없습니다.\n"
#: mferror.mc:480
#: mferror.mc:564
#, fuzzy
#| msgid "Request not supported.\n"
msgid "Topology request is not supported.\n"
msgstr "지원되지 않는 요청.\n"
#: mferror.mc:487
#: mferror.mc:571
#, fuzzy
#| msgid "Invalid group attributes.\n"
msgid "Invalid topology time attributes.\n"
msgstr "올바르지 않은 그룹 속성.\n"
#: mferror.mc:494
#: mferror.mc:578
msgid "Found loops in topology.\n"
msgstr ""
#: mferror.mc:501
#: mferror.mc:585
#, fuzzy
#| msgid "Installation source is missing.\n"
msgid "Presentation descriptor is missing.\n"
msgstr "설치 원본이 없음.\n"
#: mferror.mc:508
#: mferror.mc:592
#, fuzzy
#| msgid "Index is missing.\n"
msgid "Stream descriptor is missing.\n"
msgstr "인덱스가 빠짐.\n"
#: mferror.mc:515
#: mferror.mc:599
#, fuzzy
#| msgid "The device is not connected.\n"
msgid "Stream descriptor is not selected.\n"
msgstr "장치가 연결되지 않았습니다.\n"
#: mferror.mc:522
#: mferror.mc:606
#, fuzzy
#| msgid "Index is missing.\n"
msgid "Source is missing.\n"
msgstr "인덱스가 빠짐.\n"
#: mferror.mc:529
#: mferror.mc:613
msgid "Topology loader does not support sink activates.\n"
msgstr ""
#: mferror.mc:536
#: mferror.mc:620
msgid "Clock has no time source set.\n"
msgstr ""
#: mferror.mc:543
#: mferror.mc:627
#, fuzzy
#| msgid "Class already exists.\n"
msgid "Clock state was already set.\n"

View File

@ -7040,62 +7040,128 @@ msgid "No events available.\n"
msgstr "Nėra pasiekiamų įvykių.\n"
#: mferror.mc:445
#, fuzzy
#| msgid "Unsupported state transition.\n"
msgid "Invalid media source state transition\n"
msgstr "Nepalaikomas būsenos perėjimas.\n"
#: mferror.mc:452
#, fuzzy
#| msgid "Registry has been recovered.\n"
msgid "End of media stream has been reached\n"
msgstr "Registras atkurtas.\n"
#: mferror.mc:459
msgid "Shutdown() was called.\n"
msgstr "Shutdown() buvo iškviesta.\n"
#: mferror.mc:452
#: mferror.mc:466
msgid "Media stream has no duration set\n"
msgstr ""
#: mferror.mc:473
msgid "Media format was recognized but is invalid\n"
msgstr ""
#: mferror.mc:480
#, fuzzy
#| msgid "Property set not found.\n"
msgid "Property wasn't found\n"
msgstr "Savybių aibė nerasta.\n"
#: mferror.mc:487
#, fuzzy
#| msgid "Property is empty.\n"
msgid "Property is read-only\n"
msgstr "Savybė tuščia.\n"
#: mferror.mc:494
#, fuzzy
#| msgid "Property type is not allowed.\n"
msgid "Property is not allowed\n"
msgstr "Savybės tipas neleidžiamas.\n"
#: mferror.mc:501
#, fuzzy
#| msgid "Resource in use.\n"
msgid "Media source is not started\n"
msgstr "Išteklius naudojamas.\n"
#: mferror.mc:508
#, fuzzy
#| msgid "Unsupported time format.\n"
msgid "Unsupported media format\n"
msgstr "Nepalaikomas laiko formatas.\n"
#: mferror.mc:515
msgid "Media source is in wrong state\n"
msgstr ""
#: mferror.mc:522
#, fuzzy
#| msgid "No data detected.\n"
msgid "No media streams were selected\n"
msgstr "Neaptikta duomenų.\n"
#: mferror.mc:529
#, fuzzy
#| msgid "Unsupported time format.\n"
msgid "Unsupported media source characteristics\n"
msgstr "Nepalaikomas laiko formatas.\n"
#: mferror.mc:536
msgid "Optional node is invalid.\n"
msgstr "Nebūtinas mazgas neteisingas.\n"
#: mferror.mc:459
#: mferror.mc:543
msgid "Cannot find decryptor.\n"
msgstr "Nepavyko rasti dešifratoriaus.\n"
#: mferror.mc:466
#: mferror.mc:550
msgid "Codec was not found.\n"
msgstr "Kodekas nerastas.\n"
#: mferror.mc:473
#: mferror.mc:557
msgid "Cannot connect topology nodes.\n"
msgstr "Nepavyko sujungti topologijos mazgų.\n"
#: mferror.mc:480
#: mferror.mc:564
msgid "Topology request is not supported.\n"
msgstr "Topologijos užklausa nepalaikoma.\n"
#: mferror.mc:487
#: mferror.mc:571
msgid "Invalid topology time attributes.\n"
msgstr "Neteisingi topologijos laiko atributai.\n"
#: mferror.mc:494
#: mferror.mc:578
msgid "Found loops in topology.\n"
msgstr "Aptikti ciklai topologijoje.\n"
#: mferror.mc:501
#: mferror.mc:585
msgid "Presentation descriptor is missing.\n"
msgstr "Trūksta pateikimo aprašo.\n"
#: mferror.mc:508
#: mferror.mc:592
msgid "Stream descriptor is missing.\n"
msgstr "Trūksta srauto aprašo.\n"
#: mferror.mc:515
#: mferror.mc:599
msgid "Stream descriptor is not selected.\n"
msgstr "Srauto aprašas nepasirinktas.\n"
#: mferror.mc:522
#: mferror.mc:606
msgid "Source is missing.\n"
msgstr "Trūksta šaltinio.\n"
#: mferror.mc:529
#: mferror.mc:613
msgid "Topology loader does not support sink activates.\n"
msgstr "Topologijos įkėlyklė nepalaiko „sink“ aktyvatorių.\n"
#: mferror.mc:536
#: mferror.mc:620
msgid "Clock has no time source set.\n"
msgstr "Laikrodis neturi nustatyto laiko šaltinio.\n"
#: mferror.mc:543
#: mferror.mc:627
msgid "Clock state was already set.\n"
msgstr "Laikrodžio būsena jau nustatyta.\n"

View File

@ -6953,62 +6953,115 @@ msgid "No events available.\n"
msgstr ""
#: mferror.mc:445
msgid "Shutdown() was called.\n"
msgid "Invalid media source state transition\n"
msgstr ""
#: mferror.mc:452
msgid "Optional node is invalid.\n"
msgid "End of media stream has been reached\n"
msgstr ""
#: mferror.mc:459
msgid "Cannot find decryptor.\n"
msgid "Shutdown() was called.\n"
msgstr ""
#: mferror.mc:466
msgid "Codec was not found.\n"
msgid "Media stream has no duration set\n"
msgstr ""
#: mferror.mc:473
msgid "Cannot connect topology nodes.\n"
msgid "Media format was recognized but is invalid\n"
msgstr ""
#: mferror.mc:480
msgid "Topology request is not supported.\n"
msgstr ""
#, fuzzy
msgid "Property wasn't found\n"
msgstr "വി_വര"
#: mferror.mc:487
msgid "Invalid topology time attributes.\n"
msgstr ""
#, fuzzy
msgid "Property is read-only\n"
msgstr "വി_വര"
#: mferror.mc:494
msgid "Found loops in topology.\n"
msgstr ""
#, fuzzy
msgid "Property is not allowed\n"
msgstr "വി_വര"
#: mferror.mc:501
msgid "Presentation descriptor is missing.\n"
msgid "Media source is not started\n"
msgstr ""
#: mferror.mc:508
msgid "Stream descriptor is missing.\n"
msgstr ""
#, fuzzy
#| msgid "Support Information"
msgid "Unsupported media format\n"
msgstr "പിന്തുണ വിവരം"
#: mferror.mc:515
msgid "Stream descriptor is not selected.\n"
msgid "Media source is in wrong state\n"
msgstr ""
#: mferror.mc:522
msgid "Source is missing.\n"
msgid "No media streams were selected\n"
msgstr ""
#: mferror.mc:529
msgid "Topology loader does not support sink activates.\n"
msgid "Unsupported media source characteristics\n"
msgstr ""
#: mferror.mc:536
msgid "Clock has no time source set.\n"
msgid "Optional node is invalid.\n"
msgstr ""
#: mferror.mc:543
msgid "Cannot find decryptor.\n"
msgstr ""
#: mferror.mc:550
msgid "Codec was not found.\n"
msgstr ""
#: mferror.mc:557
msgid "Cannot connect topology nodes.\n"
msgstr ""
#: mferror.mc:564
msgid "Topology request is not supported.\n"
msgstr ""
#: mferror.mc:571
msgid "Invalid topology time attributes.\n"
msgstr ""
#: mferror.mc:578
msgid "Found loops in topology.\n"
msgstr ""
#: mferror.mc:585
msgid "Presentation descriptor is missing.\n"
msgstr ""
#: mferror.mc:592
msgid "Stream descriptor is missing.\n"
msgstr ""
#: mferror.mc:599
msgid "Stream descriptor is not selected.\n"
msgstr ""
#: mferror.mc:606
msgid "Source is missing.\n"
msgstr ""
#: mferror.mc:613
msgid "Topology loader does not support sink activates.\n"
msgstr ""
#: mferror.mc:620
msgid "Clock has no time source set.\n"
msgstr ""
#: mferror.mc:627
msgid "Clock state was already set.\n"
msgstr ""

View File

@ -7133,82 +7133,148 @@ msgid "No events available.\n"
msgstr "Ingen påloggingstjenere tilgjengelig.\n"
#: mferror.mc:445
#, fuzzy
#| msgid "Unsupported authorization level.\n"
msgid "Invalid media source state transition\n"
msgstr "Godkjenningsnivået støttes ikke.\n"
#: mferror.mc:452
#, fuzzy
#| msgid "Registry has been recovered.\n"
msgid "End of media stream has been reached\n"
msgstr "Registeret har blitt gjenopprettet.\n"
#: mferror.mc:459
msgid "Shutdown() was called.\n"
msgstr ""
#: mferror.mc:452
#: mferror.mc:466
msgid "Media stream has no duration set\n"
msgstr ""
#: mferror.mc:473
msgid "Media format was recognized but is invalid\n"
msgstr ""
#: mferror.mc:480
#, fuzzy
#| msgid "Property set not found.\n"
msgid "Property wasn't found\n"
msgstr "Fant ikke settet av egenskaper.\n"
#: mferror.mc:487
#, fuzzy
#| msgid "Directory is not empty.\n"
msgid "Property is read-only\n"
msgstr "Katalogen er ikke tom.\n"
#: mferror.mc:494
#, fuzzy
#| msgid "Hook type not allowed.\n"
msgid "Property is not allowed\n"
msgstr "Hook-typen er ikke tillat.\n"
#: mferror.mc:501
#, fuzzy
#| msgid "Resource in use.\n"
msgid "Media source is not started\n"
msgstr "Ressursen er i bruk.\n"
#: mferror.mc:508
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media format\n"
msgstr "Typen støttes ikke.\n"
#: mferror.mc:515
msgid "Media source is in wrong state\n"
msgstr ""
#: mferror.mc:522
#, fuzzy
#| msgid "No data detected.\n"
msgid "No media streams were selected\n"
msgstr "Ingen data oppdaget.\n"
#: mferror.mc:529
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media source characteristics\n"
msgstr "Typen støttes ikke.\n"
#: mferror.mc:536
#, fuzzy
#| msgid "Connection invalid.\n"
msgid "Optional node is invalid.\n"
msgstr "Tilkoblingen er ugyldig.\n"
#: mferror.mc:459
#: mferror.mc:543
#, fuzzy
#| msgid "Cannot find the printer."
msgid "Cannot find decryptor.\n"
msgstr "Kan ikke finne skriveren."
#: mferror.mc:466
#: mferror.mc:550
#, fuzzy
#| msgid "Module not found.\n"
msgid "Codec was not found.\n"
msgstr "Fant ikke modulen.\n"
#: mferror.mc:473
#: mferror.mc:557
#, fuzzy
#| msgid "Cannot get call handle.\n"
msgid "Cannot connect topology nodes.\n"
msgstr "Kan ikke hente kallreferansen.\n"
#: mferror.mc:480
#: mferror.mc:564
#, fuzzy
#| msgid "Request not supported.\n"
msgid "Topology request is not supported.\n"
msgstr "Forespørselen støttes ikke.\n"
#: mferror.mc:487
#: mferror.mc:571
#, fuzzy
#| msgid "Invalid group attributes.\n"
msgid "Invalid topology time attributes.\n"
msgstr "Ugyldige innstilliger for gruppen.\n"
#: mferror.mc:494
#: mferror.mc:578
msgid "Found loops in topology.\n"
msgstr ""
#: mferror.mc:501
#: mferror.mc:585
#, fuzzy
#| msgid "Installation source is missing.\n"
msgid "Presentation descriptor is missing.\n"
msgstr "Installasjonskilden mangler.\n"
#: mferror.mc:508
#: mferror.mc:592
#, fuzzy
#| msgid "Index is missing.\n"
msgid "Stream descriptor is missing.\n"
msgstr "Indeksen mangler.\n"
#: mferror.mc:515
#: mferror.mc:599
#, fuzzy
#| msgid "The device is not connected.\n"
msgid "Stream descriptor is not selected.\n"
msgstr "Enheten er ikke koblet til.\n"
#: mferror.mc:522
#: mferror.mc:606
#, fuzzy
#| msgid "Index is missing.\n"
msgid "Source is missing.\n"
msgstr "Indeksen mangler.\n"
#: mferror.mc:529
#: mferror.mc:613
msgid "Topology loader does not support sink activates.\n"
msgstr ""
#: mferror.mc:536
#: mferror.mc:620
msgid "Clock has no time source set.\n"
msgstr ""
#: mferror.mc:543
#: mferror.mc:627
#, fuzzy
#| msgid "Class already exists.\n"
msgid "Clock state was already set.\n"

View File

@ -7202,82 +7202,148 @@ msgid "No events available.\n"
msgstr "Geen inlogservers beschikbaar.\n"
#: mferror.mc:445
#, fuzzy
#| msgid "Unsupported authorization level.\n"
msgid "Invalid media source state transition\n"
msgstr "Niet-ondersteund autorisatieniveau.\n"
#: mferror.mc:452
#, fuzzy
#| msgid "Registry has been recovered.\n"
msgid "End of media stream has been reached\n"
msgstr "Register is hersteld.\n"
#: mferror.mc:459
msgid "Shutdown() was called.\n"
msgstr ""
#: mferror.mc:452
#: mferror.mc:466
msgid "Media stream has no duration set\n"
msgstr ""
#: mferror.mc:473
msgid "Media format was recognized but is invalid\n"
msgstr ""
#: mferror.mc:480
#, fuzzy
#| msgid "Property set not found.\n"
msgid "Property wasn't found\n"
msgstr "Verzameling eigenschappen niet gevonden.\n"
#: mferror.mc:487
#, fuzzy
#| msgid "Directory is not empty.\n"
msgid "Property is read-only\n"
msgstr "Directory is niet leeg.\n"
#: mferror.mc:494
#, fuzzy
#| msgid "Hook type not allowed.\n"
msgid "Property is not allowed\n"
msgstr "Haaktype niet toegestaan.\n"
#: mferror.mc:501
#, fuzzy
#| msgid "Resource in use.\n"
msgid "Media source is not started\n"
msgstr "Resource in gebruik.\n"
#: mferror.mc:508
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media format\n"
msgstr "Niet-ondersteund type.\n"
#: mferror.mc:515
msgid "Media source is in wrong state\n"
msgstr ""
#: mferror.mc:522
#, fuzzy
#| msgid "No data detected.\n"
msgid "No media streams were selected\n"
msgstr "Geen data gevonden.\n"
#: mferror.mc:529
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media source characteristics\n"
msgstr "Niet-ondersteund type.\n"
#: mferror.mc:536
#, fuzzy
#| msgid "Connection invalid.\n"
msgid "Optional node is invalid.\n"
msgstr "Verbinding ongeldig.\n"
#: mferror.mc:459
#: mferror.mc:543
#, fuzzy
#| msgid "Cannot find the printer."
msgid "Cannot find decryptor.\n"
msgstr "De printer werd niet gevonden."
#: mferror.mc:466
#: mferror.mc:550
#, fuzzy
#| msgid "Module not found.\n"
msgid "Codec was not found.\n"
msgstr "Module niet gevonden.\n"
#: mferror.mc:473
#: mferror.mc:557
#, fuzzy
#| msgid "Cannot get call handle.\n"
msgid "Cannot connect topology nodes.\n"
msgstr "Kan call handle niet verkrijgen.\n"
#: mferror.mc:480
#: mferror.mc:564
#, fuzzy
#| msgid "Request not supported.\n"
msgid "Topology request is not supported.\n"
msgstr "Verzoek niet ondersteund.\n"
#: mferror.mc:487
#: mferror.mc:571
#, fuzzy
#| msgid "Invalid group attributes.\n"
msgid "Invalid topology time attributes.\n"
msgstr "Ongeldige groepsattributen.\n"
#: mferror.mc:494
#: mferror.mc:578
msgid "Found loops in topology.\n"
msgstr ""
#: mferror.mc:501
#: mferror.mc:585
#, fuzzy
#| msgid "Installation source is missing.\n"
msgid "Presentation descriptor is missing.\n"
msgstr "De installatiebron ontbreekt.\n"
#: mferror.mc:508
#: mferror.mc:592
#, fuzzy
#| msgid "Index is missing.\n"
msgid "Stream descriptor is missing.\n"
msgstr "Index ontbreekt.\n"
#: mferror.mc:515
#: mferror.mc:599
#, fuzzy
#| msgid "The device is not connected.\n"
msgid "Stream descriptor is not selected.\n"
msgstr "Het apparaat is niet verbonden.\n"
#: mferror.mc:522
#: mferror.mc:606
#, fuzzy
#| msgid "Index is missing.\n"
msgid "Source is missing.\n"
msgstr "Index ontbreekt.\n"
#: mferror.mc:529
#: mferror.mc:613
msgid "Topology loader does not support sink activates.\n"
msgstr ""
#: mferror.mc:536
#: mferror.mc:620
msgid "Clock has no time source set.\n"
msgstr ""
#: mferror.mc:543
#: mferror.mc:627
#, fuzzy
#| msgid "Class already exists.\n"
msgid "Clock state was already set.\n"

View File

@ -6949,62 +6949,113 @@ msgid "No events available.\n"
msgstr ""
#: mferror.mc:445
msgid "Shutdown() was called.\n"
msgid "Invalid media source state transition\n"
msgstr ""
#: mferror.mc:452
msgid "Optional node is invalid.\n"
msgid "End of media stream has been reached\n"
msgstr ""
#: mferror.mc:459
msgid "Cannot find decryptor.\n"
msgid "Shutdown() was called.\n"
msgstr ""
#: mferror.mc:466
msgid "Codec was not found.\n"
msgid "Media stream has no duration set\n"
msgstr ""
#: mferror.mc:473
msgid "Cannot connect topology nodes.\n"
msgid "Media format was recognized but is invalid\n"
msgstr ""
#: mferror.mc:480
msgid "Topology request is not supported.\n"
msgstr ""
#, fuzzy
msgid "Property wasn't found\n"
msgstr "ସୂଚନା (&o)"
#: mferror.mc:487
msgid "Invalid topology time attributes.\n"
msgstr ""
#, fuzzy
msgid "Property is read-only\n"
msgstr "ସୂଚନା (&o)"
#: mferror.mc:494
msgid "Found loops in topology.\n"
msgstr ""
#, fuzzy
msgid "Property is not allowed\n"
msgstr "ସୂଚନା (&o)"
#: mferror.mc:501
msgid "Presentation descriptor is missing.\n"
msgid "Media source is not started\n"
msgstr ""
#: mferror.mc:508
msgid "Stream descriptor is missing.\n"
msgid "Unsupported media format\n"
msgstr ""
#: mferror.mc:515
msgid "Stream descriptor is not selected.\n"
msgid "Media source is in wrong state\n"
msgstr ""
#: mferror.mc:522
msgid "Source is missing.\n"
msgid "No media streams were selected\n"
msgstr ""
#: mferror.mc:529
msgid "Topology loader does not support sink activates.\n"
msgid "Unsupported media source characteristics\n"
msgstr ""
#: mferror.mc:536
msgid "Clock has no time source set.\n"
msgid "Optional node is invalid.\n"
msgstr ""
#: mferror.mc:543
msgid "Cannot find decryptor.\n"
msgstr ""
#: mferror.mc:550
msgid "Codec was not found.\n"
msgstr ""
#: mferror.mc:557
msgid "Cannot connect topology nodes.\n"
msgstr ""
#: mferror.mc:564
msgid "Topology request is not supported.\n"
msgstr ""
#: mferror.mc:571
msgid "Invalid topology time attributes.\n"
msgstr ""
#: mferror.mc:578
msgid "Found loops in topology.\n"
msgstr ""
#: mferror.mc:585
msgid "Presentation descriptor is missing.\n"
msgstr ""
#: mferror.mc:592
msgid "Stream descriptor is missing.\n"
msgstr ""
#: mferror.mc:599
msgid "Stream descriptor is not selected.\n"
msgstr ""
#: mferror.mc:606
msgid "Source is missing.\n"
msgstr ""
#: mferror.mc:613
msgid "Topology loader does not support sink activates.\n"
msgstr ""
#: mferror.mc:620
msgid "Clock has no time source set.\n"
msgstr ""
#: mferror.mc:627
msgid "Clock state was already set.\n"
msgstr ""

View File

@ -6949,62 +6949,113 @@ msgid "No events available.\n"
msgstr ""
#: mferror.mc:445
msgid "Shutdown() was called.\n"
msgid "Invalid media source state transition\n"
msgstr ""
#: mferror.mc:452
msgid "Optional node is invalid.\n"
msgid "End of media stream has been reached\n"
msgstr ""
#: mferror.mc:459
msgid "Cannot find decryptor.\n"
msgid "Shutdown() was called.\n"
msgstr ""
#: mferror.mc:466
msgid "Codec was not found.\n"
msgid "Media stream has no duration set\n"
msgstr ""
#: mferror.mc:473
msgid "Cannot connect topology nodes.\n"
msgid "Media format was recognized but is invalid\n"
msgstr ""
#: mferror.mc:480
msgid "Topology request is not supported.\n"
msgstr ""
#, fuzzy
msgid "Property wasn't found\n"
msgstr "ਜਾਣਕਾਰੀ(&o)"
#: mferror.mc:487
msgid "Invalid topology time attributes.\n"
msgstr ""
#, fuzzy
msgid "Property is read-only\n"
msgstr "ਜਾਣਕਾਰੀ(&o)"
#: mferror.mc:494
msgid "Found loops in topology.\n"
msgstr ""
#, fuzzy
msgid "Property is not allowed\n"
msgstr "ਜਾਣਕਾਰੀ(&o)"
#: mferror.mc:501
msgid "Presentation descriptor is missing.\n"
msgid "Media source is not started\n"
msgstr ""
#: mferror.mc:508
msgid "Stream descriptor is missing.\n"
msgid "Unsupported media format\n"
msgstr ""
#: mferror.mc:515
msgid "Stream descriptor is not selected.\n"
msgid "Media source is in wrong state\n"
msgstr ""
#: mferror.mc:522
msgid "Source is missing.\n"
msgid "No media streams were selected\n"
msgstr ""
#: mferror.mc:529
msgid "Topology loader does not support sink activates.\n"
msgid "Unsupported media source characteristics\n"
msgstr ""
#: mferror.mc:536
msgid "Clock has no time source set.\n"
msgid "Optional node is invalid.\n"
msgstr ""
#: mferror.mc:543
msgid "Cannot find decryptor.\n"
msgstr ""
#: mferror.mc:550
msgid "Codec was not found.\n"
msgstr ""
#: mferror.mc:557
msgid "Cannot connect topology nodes.\n"
msgstr ""
#: mferror.mc:564
msgid "Topology request is not supported.\n"
msgstr ""
#: mferror.mc:571
msgid "Invalid topology time attributes.\n"
msgstr ""
#: mferror.mc:578
msgid "Found loops in topology.\n"
msgstr ""
#: mferror.mc:585
msgid "Presentation descriptor is missing.\n"
msgstr ""
#: mferror.mc:592
msgid "Stream descriptor is missing.\n"
msgstr ""
#: mferror.mc:599
msgid "Stream descriptor is not selected.\n"
msgstr ""
#: mferror.mc:606
msgid "Source is missing.\n"
msgstr ""
#: mferror.mc:613
msgid "Topology loader does not support sink activates.\n"
msgstr ""
#: mferror.mc:620
msgid "Clock has no time source set.\n"
msgstr ""
#: mferror.mc:627
msgid "Clock state was already set.\n"
msgstr ""

View File

@ -7173,82 +7173,148 @@ msgid "No events available.\n"
msgstr "Brak zalogowanych serwerów.\n"
#: mferror.mc:445
#, fuzzy
#| msgid "Unsupported authorization level.\n"
msgid "Invalid media source state transition\n"
msgstr "Niewspierany poziom autoryzacji.\n"
#: mferror.mc:452
#, fuzzy
#| msgid "Registry has been recovered.\n"
msgid "End of media stream has been reached\n"
msgstr "Rejestr został przywrócony.\n"
#: mferror.mc:459
msgid "Shutdown() was called.\n"
msgstr ""
#: mferror.mc:452
#: mferror.mc:466
msgid "Media stream has no duration set\n"
msgstr ""
#: mferror.mc:473
msgid "Media format was recognized but is invalid\n"
msgstr ""
#: mferror.mc:480
#, fuzzy
#| msgid "Property set not found.\n"
msgid "Property wasn't found\n"
msgstr "Nie znaleziono zestawu właściwości.\n"
#: mferror.mc:487
#, fuzzy
#| msgid "Directory is not empty.\n"
msgid "Property is read-only\n"
msgstr "Katalog nie jest pusty.\n"
#: mferror.mc:494
#, fuzzy
#| msgid "Hook type not allowed.\n"
msgid "Property is not allowed\n"
msgstr "Typ zaczepu niedozwolony.\n"
#: mferror.mc:501
#, fuzzy
#| msgid "Resource in use.\n"
msgid "Media source is not started\n"
msgstr "Zasoby w użyciu.\n"
#: mferror.mc:508
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media format\n"
msgstr "Niewspierany typ.\n"
#: mferror.mc:515
msgid "Media source is in wrong state\n"
msgstr ""
#: mferror.mc:522
#, fuzzy
#| msgid "No data detected.\n"
msgid "No media streams were selected\n"
msgstr "Nie wykryto danych.\n"
#: mferror.mc:529
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media source characteristics\n"
msgstr "Niewspierany typ.\n"
#: mferror.mc:536
#, fuzzy
#| msgid "Connection invalid.\n"
msgid "Optional node is invalid.\n"
msgstr "Niepoprawne połączenie.\n"
#: mferror.mc:459
#: mferror.mc:543
#, fuzzy
#| msgid "Cannot find the printer."
msgid "Cannot find decryptor.\n"
msgstr "Nie można odnaleźć drukarki."
#: mferror.mc:466
#: mferror.mc:550
#, fuzzy
#| msgid "Module not found.\n"
msgid "Codec was not found.\n"
msgstr "Nie znaleziono modułu.\n"
#: mferror.mc:473
#: mferror.mc:557
#, fuzzy
#| msgid "Cannot get call handle.\n"
msgid "Cannot connect topology nodes.\n"
msgstr "Nie można pobrać uchwytu wywołania.\n"
#: mferror.mc:480
#: mferror.mc:564
#, fuzzy
#| msgid "Request not supported.\n"
msgid "Topology request is not supported.\n"
msgstr "Żądanie niewspierane.\n"
#: mferror.mc:487
#: mferror.mc:571
#, fuzzy
#| msgid "Invalid group attributes.\n"
msgid "Invalid topology time attributes.\n"
msgstr "Niepoprawne atrybuty grupy.\n"
#: mferror.mc:494
#: mferror.mc:578
msgid "Found loops in topology.\n"
msgstr ""
#: mferror.mc:501
#: mferror.mc:585
#, fuzzy
#| msgid "Installation source is missing.\n"
msgid "Presentation descriptor is missing.\n"
msgstr "Brakuje źródła instalacyjnego.\n"
#: mferror.mc:508
#: mferror.mc:592
#, fuzzy
#| msgid "Index is missing.\n"
msgid "Stream descriptor is missing.\n"
msgstr "Brakuje wskaźnika.\n"
#: mferror.mc:515
#: mferror.mc:599
#, fuzzy
#| msgid "The device is not connected.\n"
msgid "Stream descriptor is not selected.\n"
msgstr "Urządzenie jest niepodłączone.\n"
#: mferror.mc:522
#: mferror.mc:606
#, fuzzy
#| msgid "Index is missing.\n"
msgid "Source is missing.\n"
msgstr "Brakuje wskaźnika.\n"
#: mferror.mc:529
#: mferror.mc:613
msgid "Topology loader does not support sink activates.\n"
msgstr ""
#: mferror.mc:536
#: mferror.mc:620
msgid "Clock has no time source set.\n"
msgstr ""
#: mferror.mc:543
#: mferror.mc:627
#, fuzzy
#| msgid "Class already exists.\n"
msgid "Clock state was already set.\n"

View File

@ -7145,82 +7145,148 @@ msgid "No events available.\n"
msgstr "Nenhum servidor de logon disponível.\n"
#: mferror.mc:445
#, fuzzy
#| msgid "Unsupported authorization level.\n"
msgid "Invalid media source state transition\n"
msgstr "Nível de autorização não suportado.\n"
#: mferror.mc:452
#, fuzzy
#| msgid "Registry has been recovered.\n"
msgid "End of media stream has been reached\n"
msgstr "O registro foi recuperado.\n"
#: mferror.mc:459
msgid "Shutdown() was called.\n"
msgstr ""
#: mferror.mc:452
#: mferror.mc:466
msgid "Media stream has no duration set\n"
msgstr ""
#: mferror.mc:473
msgid "Media format was recognized but is invalid\n"
msgstr ""
#: mferror.mc:480
#, fuzzy
#| msgid "Property set not found.\n"
msgid "Property wasn't found\n"
msgstr "Propriedade não encontrada.\n"
#: mferror.mc:487
#, fuzzy
#| msgid "Directory is not empty.\n"
msgid "Property is read-only\n"
msgstr "O diretório não está vazio.\n"
#: mferror.mc:494
#, fuzzy
#| msgid "Hook type not allowed.\n"
msgid "Property is not allowed\n"
msgstr "Tipo de gancho não permitido.\n"
#: mferror.mc:501
#, fuzzy
#| msgid "Resource in use.\n"
msgid "Media source is not started\n"
msgstr "Recurso em uso.\n"
#: mferror.mc:508
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media format\n"
msgstr "Tipo não suportado.\n"
#: mferror.mc:515
msgid "Media source is in wrong state\n"
msgstr ""
#: mferror.mc:522
#, fuzzy
#| msgid "No data detected.\n"
msgid "No media streams were selected\n"
msgstr "Nenhum dado detectado.\n"
#: mferror.mc:529
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media source characteristics\n"
msgstr "Tipo não suportado.\n"
#: mferror.mc:536
#, fuzzy
#| msgid "Connection invalid.\n"
msgid "Optional node is invalid.\n"
msgstr "Conexão inválida.\n"
#: mferror.mc:459
#: mferror.mc:543
#, fuzzy
#| msgid "Cannot find the printer."
msgid "Cannot find decryptor.\n"
msgstr "Não é possível encontrar uma impressora."
#: mferror.mc:466
#: mferror.mc:550
#, fuzzy
#| msgid "Module not found.\n"
msgid "Codec was not found.\n"
msgstr "Módulo não encontrado.\n"
#: mferror.mc:473
#: mferror.mc:557
#, fuzzy
#| msgid "Cannot get call handle.\n"
msgid "Cannot connect topology nodes.\n"
msgstr "Não é possível buscar o manipulador da chamada.\n"
#: mferror.mc:480
#: mferror.mc:564
#, fuzzy
#| msgid "Request not supported.\n"
msgid "Topology request is not supported.\n"
msgstr "Pedido não suportado.\n"
#: mferror.mc:487
#: mferror.mc:571
#, fuzzy
#| msgid "Invalid group attributes.\n"
msgid "Invalid topology time attributes.\n"
msgstr "Atributos de grupo inválidos.\n"
#: mferror.mc:494
#: mferror.mc:578
msgid "Found loops in topology.\n"
msgstr ""
#: mferror.mc:501
#: mferror.mc:585
#, fuzzy
#| msgid "Installation source is missing.\n"
msgid "Presentation descriptor is missing.\n"
msgstr "A fonte de instalação está faltando.\n"
#: mferror.mc:508
#: mferror.mc:592
#, fuzzy
#| msgid "Index is missing.\n"
msgid "Stream descriptor is missing.\n"
msgstr "Índice está faltando.\n"
#: mferror.mc:515
#: mferror.mc:599
#, fuzzy
#| msgid "The device is not connected.\n"
msgid "Stream descriptor is not selected.\n"
msgstr "O dispositivo não está conectado.\n"
#: mferror.mc:522
#: mferror.mc:606
#, fuzzy
#| msgid "Index is missing.\n"
msgid "Source is missing.\n"
msgstr "Índice está faltando.\n"
#: mferror.mc:529
#: mferror.mc:613
msgid "Topology loader does not support sink activates.\n"
msgstr ""
#: mferror.mc:536
#: mferror.mc:620
msgid "Clock has no time source set.\n"
msgstr ""
#: mferror.mc:543
#: mferror.mc:627
#, fuzzy
#| msgid "Class already exists.\n"
msgid "Clock state was already set.\n"

View File

@ -7177,82 +7177,148 @@ msgid "No events available.\n"
msgstr "Nenhum servidor de ligação disponível.\n"
#: mferror.mc:445
#, fuzzy
#| msgid "Unsupported authorization level.\n"
msgid "Invalid media source state transition\n"
msgstr "Nível de autorização não suportado.\n"
#: mferror.mc:452
#, fuzzy
#| msgid "Registry has been recovered.\n"
msgid "End of media stream has been reached\n"
msgstr "O Registo foi recuperado.\n"
#: mferror.mc:459
msgid "Shutdown() was called.\n"
msgstr ""
#: mferror.mc:452
#: mferror.mc:466
msgid "Media stream has no duration set\n"
msgstr ""
#: mferror.mc:473
msgid "Media format was recognized but is invalid\n"
msgstr ""
#: mferror.mc:480
#, fuzzy
#| msgid "Property set not found.\n"
msgid "Property wasn't found\n"
msgstr "Conjunto de propriedades não encontrado.\n"
#: mferror.mc:487
#, fuzzy
#| msgid "Directory is not empty.\n"
msgid "Property is read-only\n"
msgstr "A pasta não está vazia.\n"
#: mferror.mc:494
#, fuzzy
#| msgid "Hook type not allowed.\n"
msgid "Property is not allowed\n"
msgstr "Tipo de gancho não permitido.\n"
#: mferror.mc:501
#, fuzzy
#| msgid "Resource in use.\n"
msgid "Media source is not started\n"
msgstr "Recurso em uso.\n"
#: mferror.mc:508
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media format\n"
msgstr "Tipo não suportado.\n"
#: mferror.mc:515
msgid "Media source is in wrong state\n"
msgstr ""
#: mferror.mc:522
#, fuzzy
#| msgid "No data detected.\n"
msgid "No media streams were selected\n"
msgstr "Sem dados detectados.\n"
#: mferror.mc:529
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media source characteristics\n"
msgstr "Tipo não suportado.\n"
#: mferror.mc:536
#, fuzzy
#| msgid "Connection invalid.\n"
msgid "Optional node is invalid.\n"
msgstr "Ligação inválida.\n"
#: mferror.mc:459
#: mferror.mc:543
#, fuzzy
#| msgid "Cannot find the printer."
msgid "Cannot find decryptor.\n"
msgstr "Não é possível encontrar uma impressora."
#: mferror.mc:466
#: mferror.mc:550
#, fuzzy
#| msgid "Module not found.\n"
msgid "Codec was not found.\n"
msgstr "Módulo não encontrado.\n"
#: mferror.mc:473
#: mferror.mc:557
#, fuzzy
#| msgid "Cannot get call handle.\n"
msgid "Cannot connect topology nodes.\n"
msgstr "Não consegue obter descritor da chamada.\n"
#: mferror.mc:480
#: mferror.mc:564
#, fuzzy
#| msgid "Request not supported.\n"
msgid "Topology request is not supported.\n"
msgstr "Pedido não suportado.\n"
#: mferror.mc:487
#: mferror.mc:571
#, fuzzy
#| msgid "Invalid group attributes.\n"
msgid "Invalid topology time attributes.\n"
msgstr "Atributos de grupo inválidos.\n"
#: mferror.mc:494
#: mferror.mc:578
msgid "Found loops in topology.\n"
msgstr ""
#: mferror.mc:501
#: mferror.mc:585
#, fuzzy
#| msgid "Installation source is missing.\n"
msgid "Presentation descriptor is missing.\n"
msgstr "Origem de instalação em falta.\n"
#: mferror.mc:508
#: mferror.mc:592
#, fuzzy
#| msgid "Index is missing.\n"
msgid "Stream descriptor is missing.\n"
msgstr "Índice em falta.\n"
#: mferror.mc:515
#: mferror.mc:599
#, fuzzy
#| msgid "The device is not connected.\n"
msgid "Stream descriptor is not selected.\n"
msgstr "O dispositivo está ligado.\n"
#: mferror.mc:522
#: mferror.mc:606
#, fuzzy
#| msgid "Index is missing.\n"
msgid "Source is missing.\n"
msgstr "Índice em falta.\n"
#: mferror.mc:529
#: mferror.mc:613
msgid "Topology loader does not support sink activates.\n"
msgstr ""
#: mferror.mc:536
#: mferror.mc:620
msgid "Clock has no time source set.\n"
msgstr ""
#: mferror.mc:543
#: mferror.mc:627
#, fuzzy
#| msgid "Class already exists.\n"
msgid "Clock state was already set.\n"

View File

@ -7002,62 +7002,111 @@ msgid "No events available.\n"
msgstr "INFUORMAZIUN.\n"
#: mferror.mc:445
msgid "Shutdown() was called.\n"
msgid "Invalid media source state transition\n"
msgstr ""
#: mferror.mc:452
msgid "Optional node is invalid.\n"
msgid "End of media stream has been reached\n"
msgstr ""
#: mferror.mc:459
msgid "Cannot find decryptor.\n"
msgid "Shutdown() was called.\n"
msgstr ""
#: mferror.mc:466
msgid "Codec was not found.\n"
msgid "Media stream has no duration set\n"
msgstr ""
#: mferror.mc:473
msgid "Cannot connect topology nodes.\n"
msgid "Media format was recognized but is invalid\n"
msgstr ""
#: mferror.mc:480
msgid "Topology request is not supported.\n"
msgid "Property wasn't found\n"
msgstr ""
#: mferror.mc:487
msgid "Invalid topology time attributes.\n"
msgid "Property is read-only\n"
msgstr ""
#: mferror.mc:494
msgid "Found loops in topology.\n"
msgid "Property is not allowed\n"
msgstr ""
#: mferror.mc:501
msgid "Presentation descriptor is missing.\n"
msgid "Media source is not started\n"
msgstr ""
#: mferror.mc:508
msgid "Stream descriptor is missing.\n"
msgstr ""
#, fuzzy
msgid "Unsupported media format\n"
msgstr "INFUORMAZIUN"
#: mferror.mc:515
msgid "Stream descriptor is not selected.\n"
msgid "Media source is in wrong state\n"
msgstr ""
#: mferror.mc:522
msgid "Source is missing.\n"
msgid "No media streams were selected\n"
msgstr ""
#: mferror.mc:529
msgid "Topology loader does not support sink activates.\n"
msgid "Unsupported media source characteristics\n"
msgstr ""
#: mferror.mc:536
msgid "Clock has no time source set.\n"
msgid "Optional node is invalid.\n"
msgstr ""
#: mferror.mc:543
msgid "Cannot find decryptor.\n"
msgstr ""
#: mferror.mc:550
msgid "Codec was not found.\n"
msgstr ""
#: mferror.mc:557
msgid "Cannot connect topology nodes.\n"
msgstr ""
#: mferror.mc:564
msgid "Topology request is not supported.\n"
msgstr ""
#: mferror.mc:571
msgid "Invalid topology time attributes.\n"
msgstr ""
#: mferror.mc:578
msgid "Found loops in topology.\n"
msgstr ""
#: mferror.mc:585
msgid "Presentation descriptor is missing.\n"
msgstr ""
#: mferror.mc:592
msgid "Stream descriptor is missing.\n"
msgstr ""
#: mferror.mc:599
msgid "Stream descriptor is not selected.\n"
msgstr ""
#: mferror.mc:606
msgid "Source is missing.\n"
msgstr ""
#: mferror.mc:613
msgid "Topology loader does not support sink activates.\n"
msgstr ""
#: mferror.mc:620
msgid "Clock has no time source set.\n"
msgstr ""
#: mferror.mc:627
msgid "Clock state was already set.\n"
msgstr ""

View File

@ -7201,80 +7201,143 @@ msgid "No events available.\n"
msgstr "Nu mai sunt date disponibile.\n"
#: mferror.mc:445
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Invalid media source state transition\n"
msgstr "Tip fără suport.\n"
#: mferror.mc:452
#, fuzzy
#| msgid "Registry has been recovered.\n"
msgid "End of media stream has been reached\n"
msgstr "Registrul a fost recuperat.\n"
#: mferror.mc:459
msgid "Shutdown() was called.\n"
msgstr ""
#: mferror.mc:452
#: mferror.mc:466
msgid "Media stream has no duration set\n"
msgstr ""
#: mferror.mc:473
msgid "Media format was recognized but is invalid\n"
msgstr ""
#: mferror.mc:480
#, fuzzy
msgid "Property wasn't found\n"
msgstr "PATH negăsită.\n"
#: mferror.mc:487
#, fuzzy
#| msgid "Directory is not empty.\n"
msgid "Property is read-only\n"
msgstr "Dosarul nu este gol.\n"
#: mferror.mc:494
#, fuzzy
msgid "Property is not allowed\n"
msgstr "Destinația pentru GOTO nu a fost găsită.\n"
#: mferror.mc:501
#, fuzzy
#| msgid "Resource in use.\n"
msgid "Media source is not started\n"
msgstr "Resursă în folosire.\n"
#: mferror.mc:508
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media format\n"
msgstr "Tip fără suport.\n"
#: mferror.mc:515
msgid "Media source is in wrong state\n"
msgstr ""
#: mferror.mc:522
#, fuzzy
msgid "No media streams were selected\n"
msgstr "Buclă detectată.\n"
#: mferror.mc:529
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media source characteristics\n"
msgstr "Tip fără suport.\n"
#: mferror.mc:536
#, fuzzy
#| msgid "Connection invalid.\n"
msgid "Optional node is invalid.\n"
msgstr "Conexiune nevalidă.\n"
#: mferror.mc:459
#: mferror.mc:543
#, fuzzy
#| msgid "Cannot find the printer."
msgid "Cannot find decryptor.\n"
msgstr "Nu pot găsi imprimanta."
#: mferror.mc:466
#: mferror.mc:550
#, fuzzy
#| msgid "Module not found.\n"
msgid "Codec was not found.\n"
msgstr "Modul negăsit.\n"
#: mferror.mc:473
#: mferror.mc:557
msgid "Cannot connect topology nodes.\n"
msgstr ""
#: mferror.mc:480
#: mferror.mc:564
#, fuzzy
#| msgid "Request not supported.\n"
msgid "Topology request is not supported.\n"
msgstr "Cerere nesusținută.\n"
#: mferror.mc:487
#: mferror.mc:571
#, fuzzy
#| msgid "Invalid timeout value.\n"
msgid "Invalid topology time attributes.\n"
msgstr "Valoare temporizare nevalidă.\n"
#: mferror.mc:494
#: mferror.mc:578
msgid "Found loops in topology.\n"
msgstr ""
#: mferror.mc:501
#: mferror.mc:585
#, fuzzy
#| msgid "Installation source is missing.\n"
msgid "Presentation descriptor is missing.\n"
msgstr "Lipsește sursa de instalare.\n"
#: mferror.mc:508
#: mferror.mc:592
#, fuzzy
#| msgid "Index is missing.\n"
msgid "Stream descriptor is missing.\n"
msgstr "Indicele lipsește.\n"
#: mferror.mc:515
#: mferror.mc:599
#, fuzzy
#| msgid "The device is not connected.\n"
msgid "Stream descriptor is not selected.\n"
msgstr "Dispozitivul nu este conectat.\n"
#: mferror.mc:522
#: mferror.mc:606
#, fuzzy
#| msgid "Index is missing.\n"
msgid "Source is missing.\n"
msgstr "Indicele lipsește.\n"
#: mferror.mc:529
#: mferror.mc:613
msgid "Topology loader does not support sink activates.\n"
msgstr ""
#: mferror.mc:536
#: mferror.mc:620
msgid "Clock has no time source set.\n"
msgstr ""
#: mferror.mc:543
#: mferror.mc:627
#, fuzzy
#| msgid "Class already exists.\n"
msgid "Clock state was already set.\n"

View File

@ -7042,62 +7042,128 @@ msgid "No events available.\n"
msgstr "Нет доступных событий.\n"
#: mferror.mc:445
#, fuzzy
#| msgid "Unsupported state transition.\n"
msgid "Invalid media source state transition\n"
msgstr "Данный смена состояний не поддерживается.\n"
#: mferror.mc:452
#, fuzzy
#| msgid "Registry has been recovered.\n"
msgid "End of media stream has been reached\n"
msgstr "Реестр был восстановлен.\n"
#: mferror.mc:459
msgid "Shutdown() was called.\n"
msgstr "Был вызван метод Shutdown().\n"
#: mferror.mc:452
#: mferror.mc:466
msgid "Media stream has no duration set\n"
msgstr ""
#: mferror.mc:473
msgid "Media format was recognized but is invalid\n"
msgstr ""
#: mferror.mc:480
#, fuzzy
#| msgid "Property set not found.\n"
msgid "Property wasn't found\n"
msgstr "Набор свойств не найден.\n"
#: mferror.mc:487
#, fuzzy
#| msgid "Property is empty.\n"
msgid "Property is read-only\n"
msgstr "Пустое свойство\n"
#: mferror.mc:494
#, fuzzy
#| msgid "Property type is not allowed.\n"
msgid "Property is not allowed\n"
msgstr "Некорректный тип свойства.\n"
#: mferror.mc:501
#, fuzzy
#| msgid "Resource in use.\n"
msgid "Media source is not started\n"
msgstr "Ресурс занят.\n"
#: mferror.mc:508
#, fuzzy
#| msgid "Unsupported time format.\n"
msgid "Unsupported media format\n"
msgstr "Данный формат времени не поддерживается.\n"
#: mferror.mc:515
msgid "Media source is in wrong state\n"
msgstr ""
#: mferror.mc:522
#, fuzzy
#| msgid "No data detected.\n"
msgid "No media streams were selected\n"
msgstr "Данные не обнаружены.\n"
#: mferror.mc:529
#, fuzzy
#| msgid "Unsupported time format.\n"
msgid "Unsupported media source characteristics\n"
msgstr "Данный формат времени не поддерживается.\n"
#: mferror.mc:536
msgid "Optional node is invalid.\n"
msgstr "Некорректный опциональный элемент.\n"
#: mferror.mc:459
#: mferror.mc:543
msgid "Cannot find decryptor.\n"
msgstr "Не удалось найти модуль расшифровки.\n"
#: mferror.mc:466
#: mferror.mc:550
msgid "Codec was not found.\n"
msgstr "Кодек не найден.\n"
#: mferror.mc:473
#: mferror.mc:557
msgid "Cannot connect topology nodes.\n"
msgstr "Не удалось подключить элементы графа.\n"
#: mferror.mc:480
#: mferror.mc:564
msgid "Topology request is not supported.\n"
msgstr ""
#: mferror.mc:487
#: mferror.mc:571
msgid "Invalid topology time attributes.\n"
msgstr "Заданы неверные временные атрибуты для графа.\n"
#: mferror.mc:494
#: mferror.mc:578
msgid "Found loops in topology.\n"
msgstr "Граф содержит петли.\n"
#: mferror.mc:501
#: mferror.mc:585
msgid "Presentation descriptor is missing.\n"
msgstr "Не задан дескриптор воспроизведения.\n"
#: mferror.mc:508
#: mferror.mc:592
msgid "Stream descriptor is missing.\n"
msgstr "Отсутствует дескриптор потока.\n"
#: mferror.mc:515
#: mferror.mc:599
msgid "Stream descriptor is not selected.\n"
msgstr "Дескриптор потока не выбран.\n"
#: mferror.mc:522
#: mferror.mc:606
msgid "Source is missing.\n"
msgstr "Отсутствует источник.\n"
#: mferror.mc:529
#: mferror.mc:613
msgid "Topology loader does not support sink activates.\n"
msgstr ""
#: mferror.mc:536
#: mferror.mc:620
msgid "Clock has no time source set.\n"
msgstr "Не задан источник времени для часов.\n"
#: mferror.mc:543
#: mferror.mc:627
msgid "Clock state was already set.\n"
msgstr "Состояние часов уже установлено.\n"

100
po/si.po
View File

@ -7001,63 +7001,123 @@ msgid "No events available.\n"
msgstr "සිද්ධීන් ලද හැකි නැහැ.\n"
#: mferror.mc:445
#, fuzzy
#| msgid "Unsupported state transition.\n"
msgid "Invalid media source state transition\n"
msgstr "තත්වය සංක්‍රාන්තිය සහාය නොදක්වයි.\n"
#: mferror.mc:452
msgid "End of media stream has been reached\n"
msgstr ""
#: mferror.mc:459
msgid "Shutdown() was called.\n"
msgstr "Shutdown() කෝල් කරා.\n"
#: mferror.mc:452
msgid "Optional node is invalid.\n"
msgstr "විකල්පයකි නෝඩය වලංගු නැහැ.\n"
#: mferror.mc:459
msgid "Cannot find decryptor.\n"
msgstr "විසංයුක්ත කරන්නා සොයාගන්න බැහැ.\n"
#: mferror.mc:466
msgid "Codec was not found.\n"
msgstr "කොඩෙක් එක හම්බු උනේ නැහැ.\n"
msgid "Media stream has no duration set\n"
msgstr ""
#: mferror.mc:473
msgid "Cannot connect topology nodes.\n"
msgid "Media format was recognized but is invalid\n"
msgstr ""
#: mferror.mc:480
#, fuzzy
#| msgid "Codec was not found.\n"
msgid "Property wasn't found\n"
msgstr "කොඩෙක් එක හම්බු උනේ නැහැ.\n"
#: mferror.mc:487
#, fuzzy
#| msgid "Property is empty.\n"
msgid "Property is read-only\n"
msgstr "ගුණාංගය හිස්.\n"
#: mferror.mc:494
#, fuzzy
#| msgid "Another version is installed.\n"
msgid "Property is not allowed\n"
msgstr "වෙන අනුවාදයක් ස්ථාපන කරලා තියෙනවා.\n"
#: mferror.mc:501
msgid "Media source is not started\n"
msgstr ""
#: mferror.mc:508
#, fuzzy
#| msgid "Unsupported time format.\n"
msgid "Unsupported media format\n"
msgstr "වෙලාව ආකෘතිය සහාය නොදක්වයි.\n"
#: mferror.mc:515
msgid "Media source is in wrong state\n"
msgstr ""
#: mferror.mc:522
msgid "No media streams were selected\n"
msgstr ""
#: mferror.mc:529
#, fuzzy
#| msgid "Unsupported time format.\n"
msgid "Unsupported media source characteristics\n"
msgstr "වෙලාව ආකෘතිය සහාය නොදක්වයි.\n"
#: mferror.mc:536
msgid "Optional node is invalid.\n"
msgstr "විකල්පයකි නෝඩය වලංගු නැහැ.\n"
#: mferror.mc:543
msgid "Cannot find decryptor.\n"
msgstr "විසංයුක්ත කරන්නා සොයාගන්න බැහැ.\n"
#: mferror.mc:550
msgid "Codec was not found.\n"
msgstr "කොඩෙක් එක හම්බු උනේ නැහැ.\n"
#: mferror.mc:557
msgid "Cannot connect topology nodes.\n"
msgstr ""
#: mferror.mc:564
msgid "Topology request is not supported.\n"
msgstr ""
#: mferror.mc:487
#: mferror.mc:571
#, fuzzy
msgid "Invalid topology time attributes.\n"
msgstr "අවලංගු"
#: mferror.mc:494
#: mferror.mc:578
msgid "Found loops in topology.\n"
msgstr ""
#: mferror.mc:501
#: mferror.mc:585
msgid "Presentation descriptor is missing.\n"
msgstr ""
#: mferror.mc:508
#: mferror.mc:592
msgid "Stream descriptor is missing.\n"
msgstr ""
#: mferror.mc:515
#: mferror.mc:599
msgid "Stream descriptor is not selected.\n"
msgstr ""
#: mferror.mc:522
#: mferror.mc:606
msgid "Source is missing.\n"
msgstr "මූලය නැහැ.\n"
#: mferror.mc:529
#: mferror.mc:613
msgid "Topology loader does not support sink activates.\n"
msgstr ""
#: mferror.mc:536
#: mferror.mc:620
msgid "Clock has no time source set.\n"
msgstr "ඔරලෝසුවට කාල මූලයක් නැහැ.\n"
#: mferror.mc:543
#: mferror.mc:627
msgid "Clock state was already set.\n"
msgstr "ඔරලෝසුවේ තත්වය සකස් කරල තිබුනේ.\n"

View File

@ -7134,70 +7134,129 @@ msgid "No events available.\n"
msgstr "Nie je k dispozícii; .\n"
#: mferror.mc:445
msgid "Shutdown() was called.\n"
msgstr ""
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Invalid media source state transition\n"
msgstr "Nepodporovaný typ.\n"
#: mferror.mc:452
msgid "Optional node is invalid.\n"
msgid "End of media stream has been reached\n"
msgstr ""
#: mferror.mc:459
msgid "Shutdown() was called.\n"
msgstr ""
#: mferror.mc:466
msgid "Media stream has no duration set\n"
msgstr ""
#: mferror.mc:473
msgid "Media format was recognized but is invalid\n"
msgstr ""
#: mferror.mc:480
#, fuzzy
msgid "Property wasn't found\n"
msgstr "Súbor nenájdený.\n"
#: mferror.mc:487
#, fuzzy
msgid "Property is read-only\n"
msgstr "Súbor nenájdený.\n"
#: mferror.mc:494
#, fuzzy
msgid "Property is not allowed\n"
msgstr "Súbor nenájdený.\n"
#: mferror.mc:501
#, fuzzy
#| msgid "Resource in use.\n"
msgid "Media source is not started\n"
msgstr "Zdroj sa používa.\n"
#: mferror.mc:508
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media format\n"
msgstr "Nepodporovaný typ.\n"
#: mferror.mc:515
msgid "Media source is in wrong state\n"
msgstr ""
#: mferror.mc:522
msgid "No media streams were selected\n"
msgstr ""
#: mferror.mc:529
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media source characteristics\n"
msgstr "Nepodporovaný typ.\n"
#: mferror.mc:536
msgid "Optional node is invalid.\n"
msgstr ""
#: mferror.mc:543
#, fuzzy
#| msgid "Cannot find the printer."
msgid "Cannot find decryptor.\n"
msgstr "Nemožno nájsť tlačiareň."
#: mferror.mc:466
#: mferror.mc:550
#, fuzzy
#| msgid "Module not found.\n"
msgid "Codec was not found.\n"
msgstr "Modul nenájdený.\n"
#: mferror.mc:473
#: mferror.mc:557
msgid "Cannot connect topology nodes.\n"
msgstr ""
#: mferror.mc:480
#: mferror.mc:564
msgid "Topology request is not supported.\n"
msgstr ""
#: mferror.mc:487
#: mferror.mc:571
msgid "Invalid topology time attributes.\n"
msgstr ""
#: mferror.mc:494
#: mferror.mc:578
msgid "Found loops in topology.\n"
msgstr ""
#: mferror.mc:501
#: mferror.mc:585
msgid "Presentation descriptor is missing.\n"
msgstr ""
#: mferror.mc:508
#: mferror.mc:592
msgid "Stream descriptor is missing.\n"
msgstr ""
#: mferror.mc:515
#: mferror.mc:599
#, fuzzy
#| msgid "The device is not connected.\n"
msgid "Stream descriptor is not selected.\n"
msgstr "Zariadenie je nepripojené.\n"
#: mferror.mc:522
#: mferror.mc:606
#, fuzzy
#| msgid "Resource in use.\n"
msgid "Source is missing.\n"
msgstr "Zdroj sa používa.\n"
#: mferror.mc:529
#: mferror.mc:613
msgid "Topology loader does not support sink activates.\n"
msgstr ""
#: mferror.mc:536
#: mferror.mc:620
msgid "Clock has no time source set.\n"
msgstr ""
#: mferror.mc:543
#: mferror.mc:627
#, fuzzy
#| msgid "File already exists.\n"
msgid "Clock state was already set.\n"

View File

@ -7220,82 +7220,148 @@ msgid "No events available.\n"
msgstr "Strežniki prijave niso na voljo.\n"
#: mferror.mc:445
#, fuzzy
#| msgid "Unsupported authorization level.\n"
msgid "Invalid media source state transition\n"
msgstr "Nepodprta raven overitve.\n"
#: mferror.mc:452
#, fuzzy
#| msgid "Registry has been recovered.\n"
msgid "End of media stream has been reached\n"
msgstr "Register je bil obnovljen.\n"
#: mferror.mc:459
msgid "Shutdown() was called.\n"
msgstr ""
#: mferror.mc:452
#: mferror.mc:466
msgid "Media stream has no duration set\n"
msgstr ""
#: mferror.mc:473
msgid "Media format was recognized but is invalid\n"
msgstr ""
#: mferror.mc:480
#, fuzzy
#| msgid "Property set not found.\n"
msgid "Property wasn't found\n"
msgstr "Nastavljene lastnosti ni mogoče najti.\n"
#: mferror.mc:487
#, fuzzy
#| msgid "Directory is not empty.\n"
msgid "Property is read-only\n"
msgstr "Mapa ni prazna.\n"
#: mferror.mc:494
#, fuzzy
#| msgid "Hook type not allowed.\n"
msgid "Property is not allowed\n"
msgstr "Vrsta kljuke ni dovoljena.\n"
#: mferror.mc:501
#, fuzzy
#| msgid "Resource in use.\n"
msgid "Media source is not started\n"
msgstr "Sredstvo je v uporabi.\n"
#: mferror.mc:508
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media format\n"
msgstr "Nepodprta vrsta.\n"
#: mferror.mc:515
msgid "Media source is in wrong state\n"
msgstr ""
#: mferror.mc:522
#, fuzzy
#| msgid "No data detected.\n"
msgid "No media streams were selected\n"
msgstr "Ni zaznanih podatkov.\n"
#: mferror.mc:529
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media source characteristics\n"
msgstr "Nepodprta vrsta.\n"
#: mferror.mc:536
#, fuzzy
#| msgid "Connection invalid.\n"
msgid "Optional node is invalid.\n"
msgstr "Povezava ni veljavna.\n"
#: mferror.mc:459
#: mferror.mc:543
#, fuzzy
#| msgid "Cannot find the printer."
msgid "Cannot find decryptor.\n"
msgstr "Tiskalnika ni mogoče najti."
#: mferror.mc:466
#: mferror.mc:550
#, fuzzy
#| msgid "Module not found.\n"
msgid "Codec was not found.\n"
msgstr "Modula ni mogoče najti.\n"
#: mferror.mc:473
#: mferror.mc:557
#, fuzzy
#| msgid "Cannot get call handle.\n"
msgid "Cannot connect topology nodes.\n"
msgstr "Ročnika klica ni mogoče dobiti.\n"
#: mferror.mc:480
#: mferror.mc:564
#, fuzzy
#| msgid "Request not supported.\n"
msgid "Topology request is not supported.\n"
msgstr "Zahteva ni podprta.\n"
#: mferror.mc:487
#: mferror.mc:571
#, fuzzy
#| msgid "Invalid group attributes.\n"
msgid "Invalid topology time attributes.\n"
msgstr "Neveljavni atributi skupine.\n"
#: mferror.mc:494
#: mferror.mc:578
msgid "Found loops in topology.\n"
msgstr ""
#: mferror.mc:501
#: mferror.mc:585
#, fuzzy
#| msgid "Installation source is missing.\n"
msgid "Presentation descriptor is missing.\n"
msgstr "Vir namestitve manjka.\n"
#: mferror.mc:508
#: mferror.mc:592
#, fuzzy
#| msgid "Index is missing.\n"
msgid "Stream descriptor is missing.\n"
msgstr "Kazalo manjka.\n"
#: mferror.mc:515
#: mferror.mc:599
#, fuzzy
#| msgid "The device is not connected.\n"
msgid "Stream descriptor is not selected.\n"
msgstr "Naprava ni povezana.\n"
#: mferror.mc:522
#: mferror.mc:606
#, fuzzy
#| msgid "Index is missing.\n"
msgid "Source is missing.\n"
msgstr "Kazalo manjka.\n"
#: mferror.mc:529
#: mferror.mc:613
msgid "Topology loader does not support sink activates.\n"
msgstr ""
#: mferror.mc:536
#: mferror.mc:620
msgid "Clock has no time source set.\n"
msgstr ""
#: mferror.mc:543
#: mferror.mc:627
#, fuzzy
#| msgid "Class already exists.\n"
msgid "Clock state was already set.\n"

View File

@ -7375,72 +7375,128 @@ msgid "No events available.\n"
msgstr "Недоступно; .\n"
#: mferror.mc:445
#, fuzzy
msgid "Invalid media source state transition\n"
msgstr "Неисправна синтакса.\n"
#: mferror.mc:452
msgid "End of media stream has been reached\n"
msgstr ""
#: mferror.mc:459
msgid "Shutdown() was called.\n"
msgstr ""
#: mferror.mc:452
#: mferror.mc:466
msgid "Media stream has no duration set\n"
msgstr ""
#: mferror.mc:473
msgid "Media format was recognized but is invalid\n"
msgstr ""
#: mferror.mc:480
#, fuzzy
msgid "Property wasn't found\n"
msgstr "Датотека није пронађена.\n"
#: mferror.mc:487
#, fuzzy
msgid "Property is read-only\n"
msgstr "Датотека није пронађена.\n"
#: mferror.mc:494
#, fuzzy
msgid "Property is not allowed\n"
msgstr "Датотека није пронађена.\n"
#: mferror.mc:501
#, fuzzy
msgid "Media source is not started\n"
msgstr "Неуспеси ресурса.\n"
#: mferror.mc:508
#, fuzzy
#| msgid "Support Information"
msgid "Unsupported media format\n"
msgstr "Подршка"
#: mferror.mc:515
msgid "Media source is in wrong state\n"
msgstr ""
#: mferror.mc:522
#, fuzzy
msgid "No media streams were selected\n"
msgstr "Пронађена је петља.\n"
#: mferror.mc:529
msgid "Unsupported media source characteristics\n"
msgstr ""
#: mferror.mc:536
#, fuzzy
msgid "Optional node is invalid.\n"
msgstr "LAN веза.\n"
#: mferror.mc:459
#: mferror.mc:543
#, fuzzy
#| msgid "Cannot find the printer."
msgid "Cannot find decryptor.\n"
msgstr "Штампач није пронађен."
#: mferror.mc:466
#: mferror.mc:550
#, fuzzy
msgid "Codec was not found.\n"
msgstr "Датотека није пронађена.\n"
#: mferror.mc:473
#: mferror.mc:557
msgid "Cannot connect topology nodes.\n"
msgstr ""
#: mferror.mc:480
#: mferror.mc:564
#, fuzzy
msgid "Topology request is not supported.\n"
msgstr "Начин потврде идентитета није подржан.\n"
#: mferror.mc:487
#: mferror.mc:571
#, fuzzy
msgid "Invalid topology time attributes.\n"
msgstr "Неисправна синтакса.\n"
#: mferror.mc:494
#: mferror.mc:578
msgid "Found loops in topology.\n"
msgstr ""
#: mferror.mc:501
#: mferror.mc:585
#, fuzzy
msgid "Presentation descriptor is missing.\n"
msgstr "недостаје инсталација.\n"
#: mferror.mc:508
#: mferror.mc:592
#, fuzzy
msgid "Stream descriptor is missing.\n"
msgstr "недостаје инсталација.\n"
#: mferror.mc:515
#: mferror.mc:599
#, fuzzy
msgid "Stream descriptor is not selected.\n"
msgstr "Датотека није пронађена.\n"
#: mferror.mc:522
#: mferror.mc:606
#, fuzzy
msgid "Source is missing.\n"
msgstr "недостаје инсталација.\n"
#: mferror.mc:529
#: mferror.mc:613
msgid "Topology loader does not support sink activates.\n"
msgstr ""
#: mferror.mc:536
#: mferror.mc:620
msgid "Clock has no time source set.\n"
msgstr ""
#: mferror.mc:543
#: mferror.mc:627
#, fuzzy
msgid "Clock state was already set.\n"
msgstr "Порт %s већ постоји.\n"

View File

@ -7471,72 +7471,128 @@ msgid "No events available.\n"
msgstr "Nedostupno; .\n"
#: mferror.mc:445
#, fuzzy
msgid "Invalid media source state transition\n"
msgstr "Neispravna sintaksa.\n"
#: mferror.mc:452
msgid "End of media stream has been reached\n"
msgstr ""
#: mferror.mc:459
msgid "Shutdown() was called.\n"
msgstr ""
#: mferror.mc:452
#: mferror.mc:466
msgid "Media stream has no duration set\n"
msgstr ""
#: mferror.mc:473
msgid "Media format was recognized but is invalid\n"
msgstr ""
#: mferror.mc:480
#, fuzzy
msgid "Property wasn't found\n"
msgstr "Datoteka nije pronađena.\n"
#: mferror.mc:487
#, fuzzy
msgid "Property is read-only\n"
msgstr "Datoteka nije pronađena.\n"
#: mferror.mc:494
#, fuzzy
msgid "Property is not allowed\n"
msgstr "Datoteka nije pronađena.\n"
#: mferror.mc:501
#, fuzzy
msgid "Media source is not started\n"
msgstr "Neuspesi resursa.\n"
#: mferror.mc:508
#, fuzzy
#| msgid "Support Information"
msgid "Unsupported media format\n"
msgstr "Podrška"
#: mferror.mc:515
msgid "Media source is in wrong state\n"
msgstr ""
#: mferror.mc:522
#, fuzzy
msgid "No media streams were selected\n"
msgstr "Pronađena je petlja.\n"
#: mferror.mc:529
msgid "Unsupported media source characteristics\n"
msgstr ""
#: mferror.mc:536
#, fuzzy
msgid "Optional node is invalid.\n"
msgstr "LAN veza.\n"
#: mferror.mc:459
#: mferror.mc:543
#, fuzzy
#| msgid "Cannot find the printer."
msgid "Cannot find decryptor.\n"
msgstr "Štampač nije pronađen."
#: mferror.mc:466
#: mferror.mc:550
#, fuzzy
msgid "Codec was not found.\n"
msgstr "Datoteka nije pronađena.\n"
#: mferror.mc:473
#: mferror.mc:557
msgid "Cannot connect topology nodes.\n"
msgstr ""
#: mferror.mc:480
#: mferror.mc:564
#, fuzzy
msgid "Topology request is not supported.\n"
msgstr "Način potvrde identiteta nije podržan.\n"
#: mferror.mc:487
#: mferror.mc:571
#, fuzzy
msgid "Invalid topology time attributes.\n"
msgstr "Neispravna sintaksa.\n"
#: mferror.mc:494
#: mferror.mc:578
msgid "Found loops in topology.\n"
msgstr ""
#: mferror.mc:501
#: mferror.mc:585
#, fuzzy
msgid "Presentation descriptor is missing.\n"
msgstr "nedostaje instalacija.\n"
#: mferror.mc:508
#: mferror.mc:592
#, fuzzy
msgid "Stream descriptor is missing.\n"
msgstr "nedostaje instalacija.\n"
#: mferror.mc:515
#: mferror.mc:599
#, fuzzy
msgid "Stream descriptor is not selected.\n"
msgstr "Datoteka nije pronađena.\n"
#: mferror.mc:522
#: mferror.mc:606
#, fuzzy
msgid "Source is missing.\n"
msgstr "nedostaje instalacija.\n"
#: mferror.mc:529
#: mferror.mc:613
msgid "Topology loader does not support sink activates.\n"
msgstr ""
#: mferror.mc:536
#: mferror.mc:620
msgid "Clock has no time source set.\n"
msgstr ""
#: mferror.mc:543
#: mferror.mc:627
#, fuzzy
msgid "Clock state was already set.\n"
msgstr "Port %s već postoji.\n"

View File

@ -7156,82 +7156,148 @@ msgid "No events available.\n"
msgstr "Inga inloggningsservrar tillgängliga.\n"
#: mferror.mc:445
#, fuzzy
#| msgid "Unsupported authorization level.\n"
msgid "Invalid media source state transition\n"
msgstr "Ostödd auktoriseringsnivå.\n"
#: mferror.mc:452
#, fuzzy
#| msgid "Registry has been recovered.\n"
msgid "End of media stream has been reached\n"
msgstr "Registret har återskapats.\n"
#: mferror.mc:459
msgid "Shutdown() was called.\n"
msgstr ""
#: mferror.mc:452
#: mferror.mc:466
msgid "Media stream has no duration set\n"
msgstr ""
#: mferror.mc:473
msgid "Media format was recognized but is invalid\n"
msgstr ""
#: mferror.mc:480
#, fuzzy
#| msgid "Property set not found.\n"
msgid "Property wasn't found\n"
msgstr "Egenskapsmängden hittades inte.\n"
#: mferror.mc:487
#, fuzzy
#| msgid "Directory is not empty.\n"
msgid "Property is read-only\n"
msgstr "Katalogen är ej tom.\n"
#: mferror.mc:494
#, fuzzy
#| msgid "Hook type not allowed.\n"
msgid "Property is not allowed\n"
msgstr "Hook-typen ej tillåten.\n"
#: mferror.mc:501
#, fuzzy
#| msgid "Resource in use.\n"
msgid "Media source is not started\n"
msgstr "Resursen används.\n"
#: mferror.mc:508
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media format\n"
msgstr "Ej stödd typ.\n"
#: mferror.mc:515
msgid "Media source is in wrong state\n"
msgstr ""
#: mferror.mc:522
#, fuzzy
#| msgid "No data detected.\n"
msgid "No media streams were selected\n"
msgstr "Ingen data upptäckt.\n"
#: mferror.mc:529
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media source characteristics\n"
msgstr "Ej stödd typ.\n"
#: mferror.mc:536
#, fuzzy
#| msgid "Connection invalid.\n"
msgid "Optional node is invalid.\n"
msgstr "Anslutningen ogiltig.\n"
#: mferror.mc:459
#: mferror.mc:543
#, fuzzy
#| msgid "Cannot find the printer."
msgid "Cannot find decryptor.\n"
msgstr "Kan inte hitta skrivare."
#: mferror.mc:466
#: mferror.mc:550
#, fuzzy
#| msgid "Module not found.\n"
msgid "Codec was not found.\n"
msgstr "Modulen hittades inte.\n"
#: mferror.mc:473
#: mferror.mc:557
#, fuzzy
#| msgid "Cannot get call handle.\n"
msgid "Cannot connect topology nodes.\n"
msgstr "Kan inte erhålla anropsreferens.\n"
#: mferror.mc:480
#: mferror.mc:564
#, fuzzy
#| msgid "Request not supported.\n"
msgid "Topology request is not supported.\n"
msgstr "Förfrågan ej stödd.\n"
#: mferror.mc:487
#: mferror.mc:571
#, fuzzy
#| msgid "Invalid group attributes.\n"
msgid "Invalid topology time attributes.\n"
msgstr "Ogiltiga gruppattribut.\n"
#: mferror.mc:494
#: mferror.mc:578
msgid "Found loops in topology.\n"
msgstr ""
#: mferror.mc:501
#: mferror.mc:585
#, fuzzy
#| msgid "Installation source is missing.\n"
msgid "Presentation descriptor is missing.\n"
msgstr "Installationskälla saknas.\n"
#: mferror.mc:508
#: mferror.mc:592
#, fuzzy
#| msgid "Index is missing.\n"
msgid "Stream descriptor is missing.\n"
msgstr "Index saknas.\n"
#: mferror.mc:515
#: mferror.mc:599
#, fuzzy
#| msgid "The device is not connected.\n"
msgid "Stream descriptor is not selected.\n"
msgstr "Enheten är ej ansluten.\n"
#: mferror.mc:522
#: mferror.mc:606
#, fuzzy
#| msgid "Index is missing.\n"
msgid "Source is missing.\n"
msgstr "Index saknas.\n"
#: mferror.mc:529
#: mferror.mc:613
msgid "Topology loader does not support sink activates.\n"
msgstr ""
#: mferror.mc:536
#: mferror.mc:620
msgid "Clock has no time source set.\n"
msgstr ""
#: mferror.mc:543
#: mferror.mc:627
#, fuzzy
#| msgid "Class already exists.\n"
msgid "Clock state was already set.\n"

View File

@ -6907,62 +6907,110 @@ msgid "No events available.\n"
msgstr ""
#: mferror.mc:445
msgid "Shutdown() was called.\n"
msgid "Invalid media source state transition\n"
msgstr ""
#: mferror.mc:452
msgid "Optional node is invalid.\n"
msgid "End of media stream has been reached\n"
msgstr ""
#: mferror.mc:459
msgid "Cannot find decryptor.\n"
msgid "Shutdown() was called.\n"
msgstr ""
#: mferror.mc:466
msgid "Codec was not found.\n"
msgid "Media stream has no duration set\n"
msgstr ""
#: mferror.mc:473
msgid "Cannot connect topology nodes.\n"
msgid "Media format was recognized but is invalid\n"
msgstr ""
#: mferror.mc:480
msgid "Topology request is not supported.\n"
msgid "Property wasn't found\n"
msgstr ""
#: mferror.mc:487
msgid "Invalid topology time attributes.\n"
msgid "Property is read-only\n"
msgstr ""
#: mferror.mc:494
msgid "Found loops in topology.\n"
msgid "Property is not allowed\n"
msgstr ""
#: mferror.mc:501
msgid "Presentation descriptor is missing.\n"
msgid "Media source is not started\n"
msgstr ""
#: mferror.mc:508
msgid "Stream descriptor is missing.\n"
msgid "Unsupported media format\n"
msgstr ""
#: mferror.mc:515
msgid "Stream descriptor is not selected.\n"
msgid "Media source is in wrong state\n"
msgstr ""
#: mferror.mc:522
msgid "Source is missing.\n"
msgid "No media streams were selected\n"
msgstr ""
#: mferror.mc:529
msgid "Topology loader does not support sink activates.\n"
msgid "Unsupported media source characteristics\n"
msgstr ""
#: mferror.mc:536
msgid "Clock has no time source set.\n"
msgid "Optional node is invalid.\n"
msgstr ""
#: mferror.mc:543
msgid "Cannot find decryptor.\n"
msgstr ""
#: mferror.mc:550
msgid "Codec was not found.\n"
msgstr ""
#: mferror.mc:557
msgid "Cannot connect topology nodes.\n"
msgstr ""
#: mferror.mc:564
msgid "Topology request is not supported.\n"
msgstr ""
#: mferror.mc:571
msgid "Invalid topology time attributes.\n"
msgstr ""
#: mferror.mc:578
msgid "Found loops in topology.\n"
msgstr ""
#: mferror.mc:585
msgid "Presentation descriptor is missing.\n"
msgstr ""
#: mferror.mc:592
msgid "Stream descriptor is missing.\n"
msgstr ""
#: mferror.mc:599
msgid "Stream descriptor is not selected.\n"
msgstr ""
#: mferror.mc:606
msgid "Source is missing.\n"
msgstr ""
#: mferror.mc:613
msgid "Topology loader does not support sink activates.\n"
msgstr ""
#: mferror.mc:620
msgid "Clock has no time source set.\n"
msgstr ""
#: mferror.mc:627
msgid "Clock state was already set.\n"
msgstr ""

View File

@ -6949,62 +6949,113 @@ msgid "No events available.\n"
msgstr ""
#: mferror.mc:445
msgid "Shutdown() was called.\n"
msgid "Invalid media source state transition\n"
msgstr ""
#: mferror.mc:452
msgid "Optional node is invalid.\n"
msgid "End of media stream has been reached\n"
msgstr ""
#: mferror.mc:459
msgid "Cannot find decryptor.\n"
msgid "Shutdown() was called.\n"
msgstr ""
#: mferror.mc:466
msgid "Codec was not found.\n"
msgid "Media stream has no duration set\n"
msgstr ""
#: mferror.mc:473
msgid "Cannot connect topology nodes.\n"
msgid "Media format was recognized but is invalid\n"
msgstr ""
#: mferror.mc:480
msgid "Topology request is not supported.\n"
msgstr ""
#, fuzzy
msgid "Property wasn't found\n"
msgstr "సమాచారము (&o)"
#: mferror.mc:487
msgid "Invalid topology time attributes.\n"
msgstr ""
#, fuzzy
msgid "Property is read-only\n"
msgstr "సమాచారము (&o)"
#: mferror.mc:494
msgid "Found loops in topology.\n"
msgstr ""
#, fuzzy
msgid "Property is not allowed\n"
msgstr "సమాచారము (&o)"
#: mferror.mc:501
msgid "Presentation descriptor is missing.\n"
msgid "Media source is not started\n"
msgstr ""
#: mferror.mc:508
msgid "Stream descriptor is missing.\n"
msgid "Unsupported media format\n"
msgstr ""
#: mferror.mc:515
msgid "Stream descriptor is not selected.\n"
msgid "Media source is in wrong state\n"
msgstr ""
#: mferror.mc:522
msgid "Source is missing.\n"
msgid "No media streams were selected\n"
msgstr ""
#: mferror.mc:529
msgid "Topology loader does not support sink activates.\n"
msgid "Unsupported media source characteristics\n"
msgstr ""
#: mferror.mc:536
msgid "Clock has no time source set.\n"
msgid "Optional node is invalid.\n"
msgstr ""
#: mferror.mc:543
msgid "Cannot find decryptor.\n"
msgstr ""
#: mferror.mc:550
msgid "Codec was not found.\n"
msgstr ""
#: mferror.mc:557
msgid "Cannot connect topology nodes.\n"
msgstr ""
#: mferror.mc:564
msgid "Topology request is not supported.\n"
msgstr ""
#: mferror.mc:571
msgid "Invalid topology time attributes.\n"
msgstr ""
#: mferror.mc:578
msgid "Found loops in topology.\n"
msgstr ""
#: mferror.mc:585
msgid "Presentation descriptor is missing.\n"
msgstr ""
#: mferror.mc:592
msgid "Stream descriptor is missing.\n"
msgstr ""
#: mferror.mc:599
msgid "Stream descriptor is not selected.\n"
msgstr ""
#: mferror.mc:606
msgid "Source is missing.\n"
msgstr ""
#: mferror.mc:613
msgid "Topology loader does not support sink activates.\n"
msgstr ""
#: mferror.mc:620
msgid "Clock has no time source set.\n"
msgstr ""
#: mferror.mc:627
msgid "Clock state was already set.\n"
msgstr ""

View File

@ -7103,66 +7103,119 @@ msgid "No events available.\n"
msgstr "ใช้ไม่ได้ตอนนี้; .\n"
#: mferror.mc:445
msgid "Shutdown() was called.\n"
msgid "Invalid media source state transition\n"
msgstr ""
#: mferror.mc:452
msgid "Optional node is invalid.\n"
msgid "End of media stream has been reached\n"
msgstr ""
#: mferror.mc:459
msgid "Shutdown() was called.\n"
msgstr ""
#: mferror.mc:466
msgid "Media stream has no duration set\n"
msgstr ""
#: mferror.mc:473
msgid "Media format was recognized but is invalid\n"
msgstr ""
#: mferror.mc:480
#, fuzzy
msgid "Property wasn't found\n"
msgstr "ไม่พบแฟ้ม.\n"
#: mferror.mc:487
#, fuzzy
msgid "Property is read-only\n"
msgstr "ไม่พบแฟ้ม.\n"
#: mferror.mc:494
#, fuzzy
msgid "Property is not allowed\n"
msgstr "ไม่พบแฟ้ม.\n"
#: mferror.mc:501
#, fuzzy
msgid "Media source is not started\n"
msgstr "ไม่พบแฟ้ม.\n"
#: mferror.mc:508
#, fuzzy
msgid "Unsupported media format\n"
msgstr "รายละเอียด"
#: mferror.mc:515
msgid "Media source is in wrong state\n"
msgstr ""
#: mferror.mc:522
msgid "No media streams were selected\n"
msgstr ""
#: mferror.mc:529
msgid "Unsupported media source characteristics\n"
msgstr ""
#: mferror.mc:536
msgid "Optional node is invalid.\n"
msgstr ""
#: mferror.mc:543
#, fuzzy
#| msgid "Cannot find the printer."
msgid "Cannot find decryptor.\n"
msgstr "ไม่พบเครื่องพิมพ์"
#: mferror.mc:466
#: mferror.mc:550
#, fuzzy
msgid "Codec was not found.\n"
msgstr "ไม่พบแฟ้ม.\n"
#: mferror.mc:473
#: mferror.mc:557
msgid "Cannot connect topology nodes.\n"
msgstr ""
#: mferror.mc:480
#: mferror.mc:564
msgid "Topology request is not supported.\n"
msgstr ""
#: mferror.mc:487
#: mferror.mc:571
msgid "Invalid topology time attributes.\n"
msgstr ""
#: mferror.mc:494
#: mferror.mc:578
msgid "Found loops in topology.\n"
msgstr ""
#: mferror.mc:501
#: mferror.mc:585
msgid "Presentation descriptor is missing.\n"
msgstr ""
#: mferror.mc:508
#: mferror.mc:592
msgid "Stream descriptor is missing.\n"
msgstr ""
#: mferror.mc:515
#: mferror.mc:599
#, fuzzy
msgid "Stream descriptor is not selected.\n"
msgstr "ไม่พบแฟ้ม.\n"
#: mferror.mc:522
#: mferror.mc:606
msgid "Source is missing.\n"
msgstr ""
#: mferror.mc:529
#: mferror.mc:613
msgid "Topology loader does not support sink activates.\n"
msgstr ""
#: mferror.mc:536
#: mferror.mc:620
msgid "Clock has no time source set.\n"
msgstr ""
#: mferror.mc:543
#: mferror.mc:627
#, fuzzy
msgid "Clock state was already set.\n"
msgstr "ไม่พบแฟ้ม.\n"

View File

@ -7131,82 +7131,148 @@ msgid "No events available.\n"
msgstr "Kullanılabilir oturum sunucusu yok.\n"
#: mferror.mc:445
#, fuzzy
#| msgid "Unsupported authorization level.\n"
msgid "Invalid media source state transition\n"
msgstr "Desteklenmeyen yetkilendirme seviyesi.\n"
#: mferror.mc:452
#, fuzzy
#| msgid "Registry has been recovered.\n"
msgid "End of media stream has been reached\n"
msgstr "Kayıt defteri kurtarıldı.\n"
#: mferror.mc:459
msgid "Shutdown() was called.\n"
msgstr ""
#: mferror.mc:452
#: mferror.mc:466
msgid "Media stream has no duration set\n"
msgstr ""
#: mferror.mc:473
msgid "Media format was recognized but is invalid\n"
msgstr ""
#: mferror.mc:480
#, fuzzy
#| msgid "Property set not found.\n"
msgid "Property wasn't found\n"
msgstr "Özellik ayarı bulunamadı.\n"
#: mferror.mc:487
#, fuzzy
#| msgid "Directory is not empty.\n"
msgid "Property is read-only\n"
msgstr "Dizin boş değil.\n"
#: mferror.mc:494
#, fuzzy
#| msgid "Hook type not allowed.\n"
msgid "Property is not allowed\n"
msgstr "Yönlendirme türüne izin verilmiyor.\n"
#: mferror.mc:501
#, fuzzy
#| msgid "Resource in use.\n"
msgid "Media source is not started\n"
msgstr "Kaynak kullanımda.\n"
#: mferror.mc:508
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media format\n"
msgstr "Desteklenmeyen tür.\n"
#: mferror.mc:515
msgid "Media source is in wrong state\n"
msgstr ""
#: mferror.mc:522
#, fuzzy
#| msgid "No data detected.\n"
msgid "No media streams were selected\n"
msgstr "Veri tespit edilemedi.\n"
#: mferror.mc:529
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media source characteristics\n"
msgstr "Desteklenmeyen tür.\n"
#: mferror.mc:536
#, fuzzy
#| msgid "Connection invalid.\n"
msgid "Optional node is invalid.\n"
msgstr "Bağlantı geçersiz.\n"
#: mferror.mc:459
#: mferror.mc:543
#, fuzzy
#| msgid "Cannot find the printer."
msgid "Cannot find decryptor.\n"
msgstr "Yazıcı bulunamıyor."
#: mferror.mc:466
#: mferror.mc:550
#, fuzzy
#| msgid "Module not found.\n"
msgid "Codec was not found.\n"
msgstr "Modül bulunamadı.\n"
#: mferror.mc:473
#: mferror.mc:557
#, fuzzy
#| msgid "Cannot get call handle.\n"
msgid "Cannot connect topology nodes.\n"
msgstr "Çağrı işlemesi alınamıyor.\n"
#: mferror.mc:480
#: mferror.mc:564
#, fuzzy
#| msgid "Request not supported.\n"
msgid "Topology request is not supported.\n"
msgstr "İstek desteklenmiyor.\n"
#: mferror.mc:487
#: mferror.mc:571
#, fuzzy
#| msgid "Invalid group attributes.\n"
msgid "Invalid topology time attributes.\n"
msgstr "Geçersiz grup özellikleri.\n"
#: mferror.mc:494
#: mferror.mc:578
msgid "Found loops in topology.\n"
msgstr ""
#: mferror.mc:501
#: mferror.mc:585
#, fuzzy
#| msgid "Installation source is missing.\n"
msgid "Presentation descriptor is missing.\n"
msgstr "Kurulum kaynağı yok.\n"
#: mferror.mc:508
#: mferror.mc:592
#, fuzzy
#| msgid "Index is missing.\n"
msgid "Stream descriptor is missing.\n"
msgstr "Dizin yok.\n"
#: mferror.mc:515
#: mferror.mc:599
#, fuzzy
#| msgid "The device is not connected.\n"
msgid "Stream descriptor is not selected.\n"
msgstr "Aygıt bağlı değil.\n"
#: mferror.mc:522
#: mferror.mc:606
#, fuzzy
#| msgid "Index is missing.\n"
msgid "Source is missing.\n"
msgstr "Dizin yok.\n"
#: mferror.mc:529
#: mferror.mc:613
msgid "Topology loader does not support sink activates.\n"
msgstr ""
#: mferror.mc:536
#: mferror.mc:620
msgid "Clock has no time source set.\n"
msgstr ""
#: mferror.mc:543
#: mferror.mc:627
#, fuzzy
#| msgid "Class already exists.\n"
msgid "Clock state was already set.\n"

View File

@ -7136,80 +7136,146 @@ msgid "No events available.\n"
msgstr "Даних більше немає.\n"
#: mferror.mc:445
#, fuzzy
#| msgid "Unsupported name syntax.\n"
msgid "Invalid media source state transition\n"
msgstr "Непідтримуваний синтаксис імені.\n"
#: mferror.mc:452
#, fuzzy
#| msgid "Registry has been recovered.\n"
msgid "End of media stream has been reached\n"
msgstr "Реєстр відновлено.\n"
#: mferror.mc:459
msgid "Shutdown() was called.\n"
msgstr ""
#: mferror.mc:452
#: mferror.mc:466
msgid "Media stream has no duration set\n"
msgstr ""
#: mferror.mc:473
msgid "Media format was recognized but is invalid\n"
msgstr ""
#: mferror.mc:480
#, fuzzy
#| msgid "Property set not found.\n"
msgid "Property wasn't found\n"
msgstr "Набір властивостей не знайдено.\n"
#: mferror.mc:487
#, fuzzy
#| msgid "Directory is not empty.\n"
msgid "Property is read-only\n"
msgstr "Каталог не порожній.\n"
#: mferror.mc:494
#, fuzzy
#| msgid "Hook type not allowed.\n"
msgid "Property is not allowed\n"
msgstr "Недозволений тип гачка.\n"
#: mferror.mc:501
#, fuzzy
#| msgid "Resource in use.\n"
msgid "Media source is not started\n"
msgstr "Ресурс використовується.\n"
#: mferror.mc:508
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media format\n"
msgstr "Непідтримуваний тип.\n"
#: mferror.mc:515
msgid "Media source is in wrong state\n"
msgstr ""
#: mferror.mc:522
#, fuzzy
#| msgid "No data detected.\n"
msgid "No media streams were selected\n"
msgstr "Даних не виявлено.\n"
#: mferror.mc:529
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media source characteristics\n"
msgstr "Непідтримуваний тип.\n"
#: mferror.mc:536
#, fuzzy
#| msgid "Connection invalid.\n"
msgid "Optional node is invalid.\n"
msgstr "Невірне з'єднання.\n"
#: mferror.mc:459
#: mferror.mc:543
#, fuzzy
#| msgid "Cannot find the printer."
msgid "Cannot find decryptor.\n"
msgstr "Не вдалось знайти принтер."
#: mferror.mc:466
#: mferror.mc:550
#, fuzzy
#| msgid "Module not found.\n"
msgid "Codec was not found.\n"
msgstr "Модуль не знайдено.\n"
#: mferror.mc:473
#: mferror.mc:557
msgid "Cannot connect topology nodes.\n"
msgstr ""
#: mferror.mc:480
#: mferror.mc:564
#, fuzzy
#| msgid "Request not supported.\n"
msgid "Topology request is not supported.\n"
msgstr "Запит не підтримується.\n"
#: mferror.mc:487
#: mferror.mc:571
#, fuzzy
#| msgid "Invalid oplock message received.\n"
msgid "Invalid topology time attributes.\n"
msgstr "Отримане невірне oplock-повідомлення.\n"
#: mferror.mc:494
#: mferror.mc:578
msgid "Found loops in topology.\n"
msgstr ""
#: mferror.mc:501
#: mferror.mc:585
#, fuzzy
#| msgid "Installation source is missing.\n"
msgid "Presentation descriptor is missing.\n"
msgstr "Джерело встановлення втрачене.\n"
#: mferror.mc:508
#: mferror.mc:592
#, fuzzy
#| msgid "Index is missing.\n"
msgid "Stream descriptor is missing.\n"
msgstr "Індекс загублений.\n"
#: mferror.mc:515
#: mferror.mc:599
#, fuzzy
#| msgid "The device is not connected.\n"
msgid "Stream descriptor is not selected.\n"
msgstr "Пристрій не під'єднаний.\n"
#: mferror.mc:522
#: mferror.mc:606
#, fuzzy
#| msgid "Index is missing.\n"
msgid "Source is missing.\n"
msgstr "Індекс загублений.\n"
#: mferror.mc:529
#: mferror.mc:613
msgid "Topology loader does not support sink activates.\n"
msgstr ""
#: mferror.mc:536
#: mferror.mc:620
msgid "Clock has no time source set.\n"
msgstr ""
#: mferror.mc:543
#: mferror.mc:627
#, fuzzy
#| msgid "Class already exists.\n"
msgid "Clock state was already set.\n"

View File

@ -7040,63 +7040,115 @@ msgid "No events available.\n"
msgstr ""
#: mferror.mc:445
msgid "Shutdown() was called.\n"
msgid "Invalid media source state transition\n"
msgstr ""
#: mferror.mc:452
msgid "Optional node is invalid.\n"
msgid "End of media stream has been reached\n"
msgstr ""
#: mferror.mc:459
msgid "Cannot find decryptor.\n"
msgid "Shutdown() was called.\n"
msgstr ""
#: mferror.mc:466
msgid "Media stream has no duration set\n"
msgstr ""
#: mferror.mc:473
msgid "Media format was recognized but is invalid\n"
msgstr ""
#: mferror.mc:480
#, fuzzy
msgid "Property wasn't found\n"
msgstr "'%s' pout nén esse trové."
#: mferror.mc:487
#, fuzzy
msgid "Property is read-only\n"
msgstr "'%s' pout nén esse trové."
#: mferror.mc:494
#, fuzzy
msgid "Property is not allowed\n"
msgstr "'%s' pout nén esse trové."
#: mferror.mc:501
msgid "Media source is not started\n"
msgstr ""
#: mferror.mc:508
#, fuzzy
msgid "Unsupported media format\n"
msgstr "Informåcion"
#: mferror.mc:515
msgid "Media source is in wrong state\n"
msgstr ""
#: mferror.mc:522
msgid "No media streams were selected\n"
msgstr ""
#: mferror.mc:529
msgid "Unsupported media source characteristics\n"
msgstr ""
#: mferror.mc:536
msgid "Optional node is invalid.\n"
msgstr ""
#: mferror.mc:543
msgid "Cannot find decryptor.\n"
msgstr ""
#: mferror.mc:550
#, fuzzy
msgid "Codec was not found.\n"
msgstr "'%s' pout nén esse trové."
#: mferror.mc:473
#: mferror.mc:557
msgid "Cannot connect topology nodes.\n"
msgstr ""
#: mferror.mc:480
#: mferror.mc:564
msgid "Topology request is not supported.\n"
msgstr ""
#: mferror.mc:487
#: mferror.mc:571
msgid "Invalid topology time attributes.\n"
msgstr ""
#: mferror.mc:494
#: mferror.mc:578
msgid "Found loops in topology.\n"
msgstr ""
#: mferror.mc:501
#: mferror.mc:585
msgid "Presentation descriptor is missing.\n"
msgstr ""
#: mferror.mc:508
#: mferror.mc:592
msgid "Stream descriptor is missing.\n"
msgstr ""
#: mferror.mc:515
#: mferror.mc:599
msgid "Stream descriptor is not selected.\n"
msgstr ""
#: mferror.mc:522
#: mferror.mc:606
msgid "Source is missing.\n"
msgstr ""
#: mferror.mc:529
#: mferror.mc:613
msgid "Topology loader does not support sink activates.\n"
msgstr ""
#: mferror.mc:536
#: mferror.mc:620
msgid "Clock has no time source set.\n"
msgstr ""
#: mferror.mc:543
#: mferror.mc:627
msgid "Clock state was already set.\n"
msgstr ""

View File

@ -6902,62 +6902,110 @@ msgid "No events available.\n"
msgstr ""
#: mferror.mc:445
msgid "Shutdown() was called.\n"
msgid "Invalid media source state transition\n"
msgstr ""
#: mferror.mc:452
msgid "Optional node is invalid.\n"
msgid "End of media stream has been reached\n"
msgstr ""
#: mferror.mc:459
msgid "Cannot find decryptor.\n"
msgid "Shutdown() was called.\n"
msgstr ""
#: mferror.mc:466
msgid "Codec was not found.\n"
msgid "Media stream has no duration set\n"
msgstr ""
#: mferror.mc:473
msgid "Cannot connect topology nodes.\n"
msgid "Media format was recognized but is invalid\n"
msgstr ""
#: mferror.mc:480
msgid "Topology request is not supported.\n"
msgid "Property wasn't found\n"
msgstr ""
#: mferror.mc:487
msgid "Invalid topology time attributes.\n"
msgid "Property is read-only\n"
msgstr ""
#: mferror.mc:494
msgid "Found loops in topology.\n"
msgid "Property is not allowed\n"
msgstr ""
#: mferror.mc:501
msgid "Presentation descriptor is missing.\n"
msgid "Media source is not started\n"
msgstr ""
#: mferror.mc:508
msgid "Stream descriptor is missing.\n"
msgid "Unsupported media format\n"
msgstr ""
#: mferror.mc:515
msgid "Stream descriptor is not selected.\n"
msgid "Media source is in wrong state\n"
msgstr ""
#: mferror.mc:522
msgid "Source is missing.\n"
msgid "No media streams were selected\n"
msgstr ""
#: mferror.mc:529
msgid "Topology loader does not support sink activates.\n"
msgid "Unsupported media source characteristics\n"
msgstr ""
#: mferror.mc:536
msgid "Clock has no time source set.\n"
msgid "Optional node is invalid.\n"
msgstr ""
#: mferror.mc:543
msgid "Cannot find decryptor.\n"
msgstr ""
#: mferror.mc:550
msgid "Codec was not found.\n"
msgstr ""
#: mferror.mc:557
msgid "Cannot connect topology nodes.\n"
msgstr ""
#: mferror.mc:564
msgid "Topology request is not supported.\n"
msgstr ""
#: mferror.mc:571
msgid "Invalid topology time attributes.\n"
msgstr ""
#: mferror.mc:578
msgid "Found loops in topology.\n"
msgstr ""
#: mferror.mc:585
msgid "Presentation descriptor is missing.\n"
msgstr ""
#: mferror.mc:592
msgid "Stream descriptor is missing.\n"
msgstr ""
#: mferror.mc:599
msgid "Stream descriptor is not selected.\n"
msgstr ""
#: mferror.mc:606
msgid "Source is missing.\n"
msgstr ""
#: mferror.mc:613
msgid "Topology loader does not support sink activates.\n"
msgstr ""
#: mferror.mc:620
msgid "Clock has no time source set.\n"
msgstr ""
#: mferror.mc:627
msgid "Clock state was already set.\n"
msgstr ""

View File

@ -7074,82 +7074,148 @@ msgid "No events available.\n"
msgstr "无可用的登录服务器。\n"
#: mferror.mc:445
#, fuzzy
#| msgid "Unsupported authorization level.\n"
msgid "Invalid media source state transition\n"
msgstr "不支持的认证级别。\n"
#: mferror.mc:452
#, fuzzy
#| msgid "Registry has been recovered.\n"
msgid "End of media stream has been reached\n"
msgstr "注册表已恢复。\n"
#: mferror.mc:459
msgid "Shutdown() was called.\n"
msgstr ""
#: mferror.mc:452
#: mferror.mc:466
msgid "Media stream has no duration set\n"
msgstr ""
#: mferror.mc:473
msgid "Media format was recognized but is invalid\n"
msgstr ""
#: mferror.mc:480
#, fuzzy
#| msgid "Property set not found.\n"
msgid "Property wasn't found\n"
msgstr "找不到属性集。\n"
#: mferror.mc:487
#, fuzzy
#| msgid "Directory is not empty.\n"
msgid "Property is read-only\n"
msgstr "目录非空。\n"
#: mferror.mc:494
#, fuzzy
#| msgid "Hook type not allowed.\n"
msgid "Property is not allowed\n"
msgstr "不允许的钩子类型。\n"
#: mferror.mc:501
#, fuzzy
#| msgid "Resource in use.\n"
msgid "Media source is not started\n"
msgstr "资源已被占用。\n"
#: mferror.mc:508
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media format\n"
msgstr "不支持的类型。\n"
#: mferror.mc:515
msgid "Media source is in wrong state\n"
msgstr ""
#: mferror.mc:522
#, fuzzy
#| msgid "No data detected.\n"
msgid "No media streams were selected\n"
msgstr "未检测到数据。\n"
#: mferror.mc:529
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media source characteristics\n"
msgstr "不支持的类型。\n"
#: mferror.mc:536
#, fuzzy
#| msgid "Connection invalid.\n"
msgid "Optional node is invalid.\n"
msgstr "连接无效。\n"
#: mferror.mc:459
#: mferror.mc:543
#, fuzzy
#| msgid "Cannot find the printer."
msgid "Cannot find decryptor.\n"
msgstr "找不到打印机。"
#: mferror.mc:466
#: mferror.mc:550
#, fuzzy
#| msgid "Module not found.\n"
msgid "Codec was not found.\n"
msgstr "找不到模块。\n"
#: mferror.mc:473
#: mferror.mc:557
#, fuzzy
#| msgid "Cannot get call handle.\n"
msgid "Cannot connect topology nodes.\n"
msgstr "无法获取调用句柄。\n"
#: mferror.mc:480
#: mferror.mc:564
#, fuzzy
#| msgid "Request not supported.\n"
msgid "Topology request is not supported.\n"
msgstr "请求不被支持。\n"
#: mferror.mc:487
#: mferror.mc:571
#, fuzzy
#| msgid "Invalid group attributes.\n"
msgid "Invalid topology time attributes.\n"
msgstr "无效的组属性。\n"
#: mferror.mc:494
#: mferror.mc:578
msgid "Found loops in topology.\n"
msgstr ""
#: mferror.mc:501
#: mferror.mc:585
#, fuzzy
#| msgid "Installation source is missing.\n"
msgid "Presentation descriptor is missing.\n"
msgstr "安装源不存在。\n"
#: mferror.mc:508
#: mferror.mc:592
#, fuzzy
#| msgid "Index is missing.\n"
msgid "Stream descriptor is missing.\n"
msgstr "缺少索引。\n"
#: mferror.mc:515
#: mferror.mc:599
#, fuzzy
#| msgid "The device is not connected.\n"
msgid "Stream descriptor is not selected.\n"
msgstr "设备未连接。\n"
#: mferror.mc:522
#: mferror.mc:606
#, fuzzy
#| msgid "Index is missing.\n"
msgid "Source is missing.\n"
msgstr "缺少索引。\n"
#: mferror.mc:529
#: mferror.mc:613
msgid "Topology loader does not support sink activates.\n"
msgstr ""
#: mferror.mc:536
#: mferror.mc:620
msgid "Clock has no time source set.\n"
msgstr ""
#: mferror.mc:543
#: mferror.mc:627
#, fuzzy
#| msgid "Class already exists.\n"
msgid "Clock state was already set.\n"

View File

@ -7128,82 +7128,148 @@ msgid "No events available.\n"
msgstr "沒有可用的登錄伺服器。\n"
#: mferror.mc:445
#, fuzzy
#| msgid "Unsupported authorization level.\n"
msgid "Invalid media source state transition\n"
msgstr "不受支援的授權等級。\n"
#: mferror.mc:452
#, fuzzy
#| msgid "Registry has been recovered.\n"
msgid "End of media stream has been reached\n"
msgstr "註冊表已復原。\n"
#: mferror.mc:459
msgid "Shutdown() was called.\n"
msgstr ""
#: mferror.mc:452
#: mferror.mc:466
msgid "Media stream has no duration set\n"
msgstr ""
#: mferror.mc:473
msgid "Media format was recognized but is invalid\n"
msgstr ""
#: mferror.mc:480
#, fuzzy
#| msgid "Property set not found.\n"
msgid "Property wasn't found\n"
msgstr "找不到屬性集。\n"
#: mferror.mc:487
#, fuzzy
#| msgid "Directory is not empty.\n"
msgid "Property is read-only\n"
msgstr "目錄不是空的。\n"
#: mferror.mc:494
#, fuzzy
#| msgid "Hook type not allowed.\n"
msgid "Property is not allowed\n"
msgstr "不允許攔截型態。\n"
#: mferror.mc:501
#, fuzzy
#| msgid "Resource in use.\n"
msgid "Media source is not started\n"
msgstr "資源使用中。\n"
#: mferror.mc:508
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media format\n"
msgstr "不受支援的型態。\n"
#: mferror.mc:515
msgid "Media source is in wrong state\n"
msgstr ""
#: mferror.mc:522
#, fuzzy
#| msgid "No data detected.\n"
msgid "No media streams were selected\n"
msgstr "偵測不到資料。\n"
#: mferror.mc:529
#, fuzzy
#| msgid "Unsupported type.\n"
msgid "Unsupported media source characteristics\n"
msgstr "不受支援的型態。\n"
#: mferror.mc:536
#, fuzzy
#| msgid "Connection invalid.\n"
msgid "Optional node is invalid.\n"
msgstr "連線無效。\n"
#: mferror.mc:459
#: mferror.mc:543
#, fuzzy
#| msgid "Cannot find the printer."
msgid "Cannot find decryptor.\n"
msgstr "找不到印表機。"
#: mferror.mc:466
#: mferror.mc:550
#, fuzzy
#| msgid "Module not found.\n"
msgid "Codec was not found.\n"
msgstr "找不到模組。\n"
#: mferror.mc:473
#: mferror.mc:557
#, fuzzy
#| msgid "Cannot get call handle.\n"
msgid "Cannot connect topology nodes.\n"
msgstr "無法提取呼叫控柄。\n"
#: mferror.mc:480
#: mferror.mc:564
#, fuzzy
#| msgid "Request not supported.\n"
msgid "Topology request is not supported.\n"
msgstr "要求不受支援。\n"
#: mferror.mc:487
#: mferror.mc:571
#, fuzzy
#| msgid "Invalid group attributes.\n"
msgid "Invalid topology time attributes.\n"
msgstr "無效的群組屬性。\n"
#: mferror.mc:494
#: mferror.mc:578
msgid "Found loops in topology.\n"
msgstr ""
#: mferror.mc:501
#: mferror.mc:585
#, fuzzy
#| msgid "Installation source is missing.\n"
msgid "Presentation descriptor is missing.\n"
msgstr "本功能的安裝來源不存在。\n"
#: mferror.mc:508
#: mferror.mc:592
#, fuzzy
#| msgid "Index is missing.\n"
msgid "Stream descriptor is missing.\n"
msgstr "索引遺失。\n"
#: mferror.mc:515
#: mferror.mc:599
#, fuzzy
#| msgid "The device is not connected.\n"
msgid "Stream descriptor is not selected.\n"
msgstr "裝置未連接。\n"
#: mferror.mc:522
#: mferror.mc:606
#, fuzzy
#| msgid "Index is missing.\n"
msgid "Source is missing.\n"
msgstr "索引遺失。\n"
#: mferror.mc:529
#: mferror.mc:613
msgid "Topology loader does not support sink activates.\n"
msgstr ""
#: mferror.mc:536
#: mferror.mc:620
msgid "Clock has no time source set.\n"
msgstr ""
#: mferror.mc:543
#: mferror.mc:627
#, fuzzy
#| msgid "Class already exists.\n"
msgid "Clock state was already set.\n"