Transvision

Displaying 200 results out of 691:

Entity en-US bg
Entity # all locales browser • browser • aboutPolicies.ftl
errors-tab
en-US
Errors
bg
Грешки
Entity # all locales browser • browser • aboutPolicies.ftl
policy-errors
en-US
Policy Errors
bg
Грешки във файла с политиките
Entity # all locales devtools • client • debugger.properties
variablesViewErrorStacktrace
en-US
Stack trace:
bg
Следа в стека:
Entity # all locales devtools • client • webconsole.properties
webconsole.errorsFilterButton.label
en-US
Errors
bg
Грешки
Entity # all locales devtools • shared • screenshot.properties
screenshotErrorSavingToFile
en-US
Error saving to %1$S
bg
Грешка при запазване на %1$S
Entity # all locales dom • chrome • layout • layout_errors.properties
CompositorAnimationWarningContentTooLarge2
en-US
Animation cannot be run on the compositor because the frame size (%1$S, %2$S) is too large relative to the viewport (larger than (%3$S, %4$S)) or larger than the maximum allowed value (%5$S, %6$S)
bg
Анимацията не може да бъде пусната в сглобяването, защото размерът на рамката (%1$S, %2$S) е по-голям съотнесено към видимата част на екрана (по-голям от (%3$S, %4$S)) или по голям от максималната допустима стойност (%5$S, %6$S)
Entity # all locales dom • chrome • layout • layout_errors.properties
CompositorAnimationWarningContentTooLargeArea
en-US
Animation cannot be run on the compositor because the area of the frame (%1$S) is too large relative to the viewport (larger than %2$S)
bg
Анимация не може да бъде изпълнена в композитора, защото размерът на рамката (%1$S) е по-голям съотнесено към видимата част на екрана (по-голям от %2$S)
Entity # all locales dom • chrome • layout • layout_errors.properties
CompositorAnimationWarningHasCurrentColor
en-US
Animations of ‘background-color’ cannot be run on the compositor with ‘current-color’ keyframe.
bg
Warning: Missing string
Entity # all locales dom • chrome • layout • layout_errors.properties
CompositorAnimationWarningHasRenderingObserver
en-US
Animation cannot be run on the compositor because the element has rendering observers (-moz-element or SVG clipping/masking)
bg
Анимацията не може да бъде пусната в сглобяването, защото елементът има слушатели за изчертаване (-moz-element или SVG clipping/masking)
Entity # all locales dom • chrome • layout • layout_errors.properties
CompositorAnimationWarningOpacityFrameInactive
en-US
Animation cannot be run on the compositor because the frame was not marked active for ‘opacity’ animation
bg
Анимацията не може да бъде пусната в сглобяването, защото рамката не е отбелязана като активна за анимация на „opacity“
Entity # all locales dom • chrome • layout • layout_errors.properties
CompositorAnimationWarningTransformBackfaceVisibilityHidden
en-US
Animations of ‘backface-visibility: hidden’ transforms cannot be run on the compositor
bg
Анимациите на трансформациите „backface-visibility: hidden“ не могат да бъдат пуснати в сглобяването
Entity # all locales dom • chrome • layout • layout_errors.properties
CompositorAnimationWarningTransformFrameInactive
en-US
Animation cannot be run on the compositor because the frame was not marked active for ‘transform’ animation
bg
Анимацията не може да бъде пусната в сглобяването, защото рамката не е отбелязана като активна за анимация на „transform“
Entity # all locales dom • chrome • layout • layout_errors.properties
CompositorAnimationWarningTransformIsBlockedByImportantRules
en-US
Transform animation cannot be run on the compositor because transform-related properties are overridden by !important rules
bg
Warning: Missing string
Entity # all locales dom • chrome • layout • layout_errors.properties
CompositorAnimationWarningTransformSVG
en-US
Animations of ‘transform’ on elements with SVG transforms cannot be run on the compositor
bg
Анимациите на „transform“ върху елементи с трансофрмация в SVG не могат да бъдат пуснати в сглобяването
Entity # all locales dom • chrome • layout • layout_errors.properties
CompositorAnimationWarningTransformWithGeometricProperties
en-US
Animations of ‘transform’ cannot be run on the compositor when geometric properties are animated on the same element at the same time
bg
Анимациите на „transform“ не могат да бъдат пуснати в сглобяването, когато геометричните свойства на същия елемент са анимирани в същия момент от време
Entity # all locales dom • chrome • layout • layout_errors.properties
CompositorAnimationWarningTransformWithSyncGeometricAnimations
en-US
Animation of ‘transform’ cannot be run on the compositor because it should be synchronized with animations of geometric properties that started at the same time
bg
Анимациите на „transform“ не могат да бъдат пуснати в сглобяването, защото трябва да бъдат в синхрон с анимиране на геометричните свойства на същия елемент в същия момент от време
Entity # all locales dom • chrome • layout • layout_errors.properties
ForcedLayoutStart
en-US
Layout was forced before the page was fully loaded. If stylesheets are not yet loaded this may cause a flash of unstyled content.
bg
Warning: Missing string
Entity # all locales dom • chrome • layout • layout_errors.properties
ImageMapCircleNegativeRadius
en-US
The “coords” attribute of the <area shape="circle"> tag has a negative radius.
bg
Атрибутът „coords“ на етикета <area shape="circle"> има отрицателен радиус.
Entity # all locales dom • chrome • layout • layout_errors.properties
ImageMapCircleWrongNumberOfCoords
en-US
The “coords” attribute of the <area shape="circle"> tag is not in the “center-x,center-y,radius” format.
bg
Атрибутът „coords“ на етикета <area shape="circle"> не е във формата „център-x,център-y,радиус“.
Entity # all locales dom • chrome • layout • layout_errors.properties
ImageMapPolyOddNumberOfCoords
en-US
The “coords” attribute of the <area shape="poly"> tag is missing the last “y” coordinate (the correct format is “x1,y1,x2,y2 ”).
bg
Атрибутът „coords“ на етикета <area shape="poly"> има липсваща координата „y“ (правилният формат е „x1,y1,x2,y2“).
Entity # all locales dom • chrome • layout • layout_errors.properties
ImageMapPolyWrongNumberOfCoords
en-US
The “coords” attribute of the <area shape="poly"> tag is not in the “x1,y1,x2,y2 ” format.
bg
Атрибутът „coords“ на етикета <area shape="poly"> не е във формата „x1,y1,x2,y2“.
Entity # all locales dom • chrome • layout • layout_errors.properties
ImageMapRectBoundsError
en-US
The “coords” attribute of the <area shape="rect"> tag is not in the “left,top,right,bottom” format.
bg
Атрибутът „coords“ на етикета <area shape="rect"> не е във формата „ляво,горе,дясно,долу“.
Entity # all locales dom • chrome • layout • layout_errors.properties
PrincipalWritingModePropagationWarning
en-US
When rendering the <html> element, the used values of CSS properties “writing-mode”, “direction”, and “text-orientation” on the <html> element are taken from the computed values of the <body> element, not from the <html> element’s own values. Consider setting these properties on the :root CSS pseudo-class. For more information see “The Principal Writing Mode” in https://www.w3.org/TR/css-writing-modes-3/#principal-flow
bg
Warning: Missing string
Entity # all locales dom • chrome • layout • layout_errors.properties
ScrollAnchoringDisabledInContainer
en-US
Scroll anchoring was disabled in a scroll container because of too many consecutive adjustments (%1$S) with too little total distance (%2$S px average, %3$S px total).
bg
Warning: Missing string
Entity # all locales dom • chrome • layout • layout_errors.properties
ScrollLinkedEffectFound3
en-US
This site appears to use a scroll-linked positioning effect. This may not work well with asynchronous panning; see https://firefox-source-docs.mozilla.org/performance/scroll-linked_effects.html for further details and to join the discussion on related tools and features!
bg
Warning: Missing string
Entity # all locales dom • chrome • layout • layout_errors.properties
ZoomPropertyWarning
en-US
This page uses the non standard property “zoom”. Consider using calc() in the relevant property values, or using “transform” along with “transform-origin: 0 0”.
bg
Warning: Missing string
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
MOZILLA_PKIX_ERROR_ADDITIONAL_POLICY_CONSTRAINT_FAILED
en-US
An additional policy constraint failed when validating this certificate.
bg
При проверката на сертификата е установено нарушение на ограничение, наложено от допълнителна политика.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
MOZILLA_PKIX_ERROR_CA_CERT_USED_AS_END_ENTITY
en-US
The server uses a certificate with a basic constraints extension identifying it as a certificate authority. For a properly-issued certificate, this should not be the case.
bg
Сървърът използва сертификат с разширение за основни ограничения, определящи го като удостоверител на сертификати (CA). Това не може да е така при правилно издаден сертификат.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
MOZILLA_PKIX_ERROR_EMPTY_ISSUER_NAME
en-US
The server presented a certificate with an empty issuer distinguished name.
bg
Сървърът предостави сертификат с празно име на издателя.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
MOZILLA_PKIX_ERROR_INADEQUATE_KEY_SIZE
en-US
The server presented a certificate with a key size that is too small to establish a secure connection.
bg
Сървърът предостави сертификат с дължина на ключ, която е твърде малка за осигуряване на сигурна връзка.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
MOZILLA_PKIX_ERROR_INVALID_INTEGER_ENCODING
en-US
The server presented a certificate that contains an invalid encoding of an integer. Common causes include negative serial numbers, negative RSA moduli, and encodings that are longer than necessary.
bg
Сървърът представи сертификат, съдържащ невалидно кодиране на цяло число. Разпространени причини за това са отрицателен сериен номер, отрицателен RSA moduli и кодиране, по-дълги от нужното.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
MOZILLA_PKIX_ERROR_KEY_PINNING_FAILURE
en-US
The server uses key pinning (HPKP) but no trusted certificate chain could be constructed that matches the pinset. Key pinning violations cannot be overridden.
bg
Сървърът използва закотвяне на ключове (HPKP), но не може да се построи доверена верига от сертификати, която да съвпада със закотвянето (pinset). Нарушенията при закотвяне на ключове не могат да бъдат пренебрегнати.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
MOZILLA_PKIX_ERROR_NOT_YET_VALID_CERTIFICATE
en-US
The server presented a certificate that is not yet valid.
bg
Сървърът предостави сертификат, който все още не е валиден.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
MOZILLA_PKIX_ERROR_NOT_YET_VALID_ISSUER_CERTIFICATE
en-US
A certificate that is not yet valid was used to issue the server’s certificate.
bg
За издаване на сървърския сертификат е използван все още невалиден сертификат.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
MOZILLA_PKIX_ERROR_OCSP_RESPONSE_FOR_CERT_MISSING
en-US
The OCSP response does not include a status for the certificate being verified.
bg
Отговорът от OCSP не съдържа състоянието на проверявания сертификат.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
MOZILLA_PKIX_ERROR_REQUIRED_TLS_FEATURE_MISSING
en-US
A required TLS feature is missing.
bg
Липсва задължителна възможност на TLS.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
MOZILLA_PKIX_ERROR_SELF_SIGNED_CERT
en-US
The certificate is not trusted because it is self-signed.
bg
Няма увереност в сертификата, защото е самоподписан.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
MOZILLA_PKIX_ERROR_SIGNATURE_ALGORITHM_MISMATCH
en-US
The signature algorithm in the signature field of the certificate does not match the algorithm in its signatureAlgorithm field.
bg
Подписващият алгоритъм в полето с подпис на сертификата не съвпада с алгоритъма в неговото поле signatureAlgorithm.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
MOZILLA_PKIX_ERROR_V1_CERT_USED_AS_CA
en-US
An X.509 version 1 certificate that is not a trust anchor was used to issue the server’s certificate. X.509 version 1 certificates are deprecated and should not be used to sign other certificates.
bg
За издаване на сървърния сертификат е използван сертификат X.509 версия 1, който не е доверена опора. Сертификатите X.509 версия 1 са излезли от употреба и не трябва да се използват за подписване на други сертификати.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
MOZILLA_PKIX_ERROR_VALIDITY_TOO_LONG
en-US
The server presented a certificate that is valid for too long.
bg
Сървърът предостави сертификат, който е валиден от твърде много време насам.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_ADDING_CERT
en-US
Error adding certificate to database.
bg
Грешка при добавяне на сертификат към база данни.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_BAD_CRL_DP_URL
en-US
Invalid or unsupported URL in CRL distribution point name.
bg
Невалиден или неподдържан URL в име на точка за разпространение на CRL.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_BAD_DATA
en-US
security library: received bad data.
bg
библиотека по сигурност: получени грешни данни.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_BAD_DATABASE
en-US
security library: bad database.
bg
библиотека по сигурност: лоша база данни.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_BAD_DER
en-US
security library: improperly formatted DER-encoded message.
bg
библиотека по сигурност: неправилно форматирано съобщение, кодирано с DER.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_BAD_EXPORT_ALGORITHM
en-US
Required algorithm is not allowed.
bg
Не е позволен задължителен алгоритъм.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_BAD_HTTP_RESPONSE
en-US
Server returned bad HTTP response
bg
Сървърът върна грешен отговор по HTTP
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_BAD_INFO_ACCESS_LOCATION
en-US
Bad information access location in cert extension
bg
Грешно местоположение за достъп до информация в разширение на сертификата
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_BAD_INFO_ACCESS_METHOD
en-US
Unknown information access method in certificate extension.
bg
Неизвестен метод за достъп до информация в разширение на сертификата.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_BAD_KEY
en-US
Peer’s public key is invalid.
bg
Публичният ключ на партньора е невалиден.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_BAD_LDAP_RESPONSE
en-US
Server returned bad LDAP response
bg
Сървърът върна грешен отговор по LDAP
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_BAD_NICKNAME
en-US
Certificate nickname already in use.
bg
Съкратеното име на сертификата вече се използва.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_BAD_PASSWORD
en-US
The security password entered is incorrect.
bg
Въведената парола по сигурността е грешна.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_BAD_SIGNATURE
en-US
Peer’s certificate has an invalid signature.
bg
Сертификатът на партньора има невалиден подпис.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_BAD_TEMPLATE
en-US
Could not decode ASN.1 data. Specified template was invalid.
bg
Не може да се декодират данни ASN.1. Зададеният шаблон е невалиден.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_BAGGAGE_NOT_CREATED
en-US
error while creating baggage object
bg
грешка при създаване на временен обект
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_BUSY
en-US
NSS could not shutdown. Objects are still in use.
bg
NSS не можа да се изключи. Все още се използват някои обекти.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_CANNOT_MOVE_SENSITIVE_KEY
en-US
A sensitive key cannot be moved to the slot where it is needed.
bg
Конфиденциален ключ не можа да бъде преместен в слота, където е нужен.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_CA_CERT_INVALID
en-US
Issuer certificate is invalid.
bg
Сертификатът на издателя е невалиден.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_CERT_ADDR_MISMATCH
en-US
Address in signing certificate does not match address in message headers.
bg
Адресът в подписващия сертификат не съвпада с адреса в заглавките на съобщението.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_CERT_BAD_ACCESS_LOCATION
en-US
The location for the certificate status server has invalid format.
bg
Местоположението на сървъра за състояние на сертификата е с невалиден формат.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_CERT_NICKNAME_COLLISION
en-US
A certificate with the same nickname already exists.
bg
Сертификат със същото име вече съществува.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_CERT_NOT_IN_NAME_SPACE
en-US
The Certifying Authority for this certificate is not permitted to issue a certificate with this name.
bg
Не е позволено на удостоверителя на сертификати (CA) за този сертификат да издава сертификат с такова име.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_CERT_NOT_VALID
en-US
This certificate is not valid.
bg
Сертификатът не е валиден.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_CERT_NO_RESPONSE
en-US
Cert Library: No Response
bg
Библиотека за сертификати: Няма отговор
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_CERT_SIGNATURE_ALGORITHM_DISABLED
en-US
The certificate was signed using a signature algorithm that is disabled because it is not secure.
bg
Сертификатът е подписан с подписващ алгоритъм, който е деактивиран, понеже не е сигурен.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_CERT_USAGES_INVALID
en-US
Certificate usages field is invalid.
bg
Полето за употреби за сертификата е невалидно.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_CERT_VALID
en-US
This certificate is valid.
bg
Сертификатът е валиден.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_CKL_CONFLICT
en-US
New CKL has different issuer than current CKL. Delete current CKL.
bg
Новото CKL има различен издател от текущото CKL. Изтрийте текущото CKL.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_CRL_ALREADY_EXISTS
en-US
CRL already exists.
bg
CRL вече съществува.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_CRL_BAD_SIGNATURE
en-US
The CRL for the certificate’s issuer has an invalid signature.
bg
CRL на издателя на сертификата е с невалиден подпис.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_CRL_EXPIRED
en-US
The CRL for the certificate’s issuer has expired. Update it or check your system date and time.
bg
CRL на издателя на сертификата е с изтекъл срок на валидност. Обновете го или проверете датата и часа на вашата система.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_CRL_IMPORT_FAILED
en-US
Error attempting to import a CRL.
bg
Грешка при опит за внасяне на CRL.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_CRL_INVALID
en-US
New CRL has an invalid format.
bg
Новият CRL е с невалиден формат.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_CRL_INVALID_VERSION
en-US
Issuer’s Certificate Revocation List has an unknown version number.
bg
Анулиращият списък от сертификати (CRL) на издателя има неизвестен номер на версия.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_CRL_NOT_FOUND
en-US
No matching CRL was found.
bg
Не е намерен съвпадащ CRL.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_CRL_NOT_YET_VALID
en-US
The certificate revocation list for this certificate is not yet valid.
bg
Списъкът за анулиране на сертификати на този сертификат все още не е валиден.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_CRL_UNKNOWN_CRITICAL_EXTENSION
en-US
Issuer’s V2 Certificate Revocation List has an unknown critical extension.
bg
Анулиращият списък от сертификати V2 (CRL) на издателя има неизвестно критично разширение.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_CRL_V1_CRITICAL_EXTENSION
en-US
Issuer’s V1 Certificate Revocation List has a critical extension.
bg
Анулиращият списък от сертификати V1 (CRL) на издателя има критично разширение.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_DECRYPTION_DISALLOWED
en-US
Cannot decrypt: encrypted using a disallowed algorithm or key size.
bg
Не може да се дешифрова: шифровано с непозволен алгоритъм или дължина на ключ.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_DIGEST_NOT_FOUND
en-US
The CMS or PKCS #7 Digest was not found in signed message.
bg
Не е намерен CMS или PKCS #7 Digest в подписано съобщение.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_DUPLICATE_CERT
en-US
Certificate already exists in your database.
bg
Сертификатът вече съществува във вашата база данни.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_DUPLICATE_CERT_NAME
en-US
Downloaded certificate’s name duplicates one already in your database.
bg
Името на изтегления сертификат се дублира със съществуващ сертификат от вашата база от данни.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_EXPIRED_CERTIFICATE
en-US
Peer’s Certificate has expired.
bg
Сертификатът на партньора е с изтекъл срок на валидност.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_EXPIRED_ISSUER_CERTIFICATE
en-US
The certificate issuer’s certificate has expired. Check your system date and time.
bg
Сертификатът на издателя на сертификата е с изтекъл срок на валидност. Проверете датата и часа на вашата система.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_EXPIRED_PASSWORD
en-US
The password expired.
bg
Паролата е с изтекъл срок на валидност.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_EXPORTING_CERTIFICATES
en-US
Error attempting to export certificates.
bg
Грешка при опит за изнасяне на сертификати.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_EXTENSION_NOT_FOUND
en-US
Certificate extension not found.
bg
Не е намерено разширение в сертификата.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_EXTENSION_VALUE_INVALID
en-US
Certificate extension value is invalid.
bg
Стойност на разширение в сертификата е невалидно.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_EXTRA_INPUT
en-US
DER-encoded message contained extra unused data.
bg
Кодирано с DER съобщение съдържа допълнителни неизползвани данни.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_FAILED_TO_ENCODE_DATA
en-US
Failed to encode data with ASN1 encoder
bg
Грешка при кодиране на данни с кодиране ASN1
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_FILING_KEY
en-US
Error refiling the key for this certificate.
bg
Грешка при попълване на ключа за този сертификат.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_IMPORTING_CERTIFICATES
en-US
Error attempting to import certificates.
bg
Грешка при опит за внасяне на сертификати.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_INADEQUATE_CERT_TYPE
en-US
Certificate type not approved for application.
bg
Този вид сертификати не е одобрен за приложението.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_INADEQUATE_KEY_USAGE
en-US
Certificate key usage inadequate for attempted operation.
bg
Използването на ключа на сертификата е неадекватно за пробваната операция.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_INCOMPATIBLE_PKCS11
en-US
PKCS #11 driver violates the spec in an incompatible way.
bg
Драйвер за PKCS #11 нарушава спецификацията по несъвместим начин.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_INPUT_LEN
en-US
security library has experienced an input length error.
bg
библиотеката по сигурност получи грешка във големината на входа.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_INVALID_ALGORITHM
en-US
security library: invalid algorithm.
bg
библиотека по сигурност: невалиден алгоритъм.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_INVALID_ARGS
en-US
security library: invalid arguments.
bg
библиотека по сигурност: невалидни аргументи.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_INVALID_AVA
en-US
security library: invalid AVA.
bg
библиотека по сигурност: невалиден AVA.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_INVALID_KEY
en-US
The key does not support the requested operation.
bg
Ключът не поддържа исканата операция.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_INVALID_PASSWORD
en-US
Password entered is invalid. Please pick a different one.
bg
Въведената парола е невалидна. Моля, изберете друга.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_INVALID_POLICY_MAPPING
en-US
Policy mapping contains anypolicy
bg
Съпоставянето на правила за пропускане (policy mapping) съдържа anypolicy
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_INVALID_TIME
en-US
Improperly formatted time string.
bg
Неправилно форматиран низ за време.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_IO
en-US
An I/O error occurred during security authorization.
bg
Получи се входно-изходна грешка по време на удостоверяване по сигурността.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_JS_ADD_MOD_FAILURE
en-US
Unable to add module
bg
Добавяне на модул е невъзможно
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_JS_DEL_MOD_FAILURE
en-US
Unable to delete module
bg
Грешка при изтриване на модула
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_JS_INVALID_DLL
en-US
Invalid module path/filename
bg
Невалидно име на файл на модул
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_JS_INVALID_MODULE_NAME
en-US
Invalid module name.
bg
Невалидно име на модул.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_KEYGEN_FAIL
en-US
Unable to generate public/private key pair.
bg
Грешка при генериране на двойка ключове публичен/частен.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_KEY_NICKNAME_COLLISION
en-US
A key with the same nickname already exists.
bg
Ключ със същото съкратено име вече съществува.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_KRL_BAD_SIGNATURE
en-US
The KRL for this site’s certificate has an invalid signature.
bg
KRL за сертификата на сайта е с невалиден подпис.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_KRL_EXPIRED
en-US
The KRL for this site’s certificate has expired.
bg
KRL за сертификата на сайта е с изтекъл срок на валидност.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_KRL_INVALID
en-US
New KRL has an invalid format.
bg
Новият KRL е с невалиден формат.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_KRL_NOT_YET_VALID
en-US
The key revocation list for this certificate is not yet valid.
bg
Списъкът за анулиране на ключове на този сертификат все още не е валиден.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_LIBPKIX_INTERNAL
en-US
Libpkix internal error occurred during cert validation.
bg
Вътрешна грешка в libpkix при валидиране на сертификат.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_LIBRARY_FAILURE
en-US
security library failure.
bg
грешка в библиотеката по сигурност.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_LOCKED_PASSWORD
en-US
The password is locked.
bg
Паролата е заключена.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_MESSAGE_SEND_ABORTED
en-US
Message not sent.
bg
Съобщението не е изпратено.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_MODULE_STUCK
en-US
PKCS #11 module could not be removed because it is still in use.
bg
Модул за PKCS #11 не може да бъде премахнат, тъй като все още се използва.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_NEED_RANDOM
en-US
security library: need random data.
bg
библиотека по сигурност: нужни са случайни данни.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_NOT_A_RECIPIENT
en-US
Cannot decrypt: you are not a recipient, or matching certificate and private key not found.
bg
Не може да се дешифрова: не сте получател или не е намерен съвпадащ сертификат и частен ключ.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_NOT_FORTEZZA_ISSUER
en-US
Peer FORTEZZA chain has a non-FORTEZZA Certificate.
bg
Веригата FORTEZZA на партньора съдържа не-FORTEZZA сертификат.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_NOT_INITIALIZED
en-US
NSS is not initialized.
bg
NSS не е инициализиран.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_NO_EMAIL_CERT
en-US
Not encrypted or signed: you do not yet have an email certificate.
bg
Не е шифровано или подписано: все още нямате сертификат за имейл.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_NO_EVENT
en-US
No new slot event is available at this time.
bg
За момента няма наличен нов слот за събитие.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_NO_KEY
en-US
The private key for this certificate cannot be found in key database
bg
Частният ключ за този сертификат не може да бъде намерен в базата от данни от ключове
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_NO_KRL
en-US
No KRL for this site’s certificate has been found.
bg
Не е намерен KRL за сертификата на сайта.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_NO_MEMORY
en-US
security library: memory allocation failure.
bg
библиотека по сигурност: грешка при заделяне на памет.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_NO_MODULE
en-US
security library: no security module can perform the requested operation.
bg
библиотека по сигурност: няма модул по сигурността, който да изпълни исканата операция.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_NO_NODELOCK
en-US
security library: no nodelock.
bg
библиотека по сигурност: няма nodeblock.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_NO_RECIPIENT_CERTS_QUERY
en-US
Not encrypted: you do not have certificates for each of the recipients.
bg
Не е шифровано: нямате сертификати за всеки от получателите.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_NO_SLOT_SELECTED
en-US
No slot or token was selected.
bg
Не е избран слот или токен.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_NO_TOKEN
en-US
The security card or token does not exist, needs to be initialized, or has been removed.
bg
Сигурната карта или токенът не съществува, трябва да бъде инициализиран или е изваден.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_OCSP_BAD_HTTP_RESPONSE
en-US
The OCSP server returned unexpected/invalid HTTP data.
bg
Съръвърът за OCSP върна неочаквани/невалидни данни по HTTP.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_OCSP_BAD_SIGNATURE
en-US
OCSP response has an invalid signature.
bg
Отговорът от OCSP е с невалиден подпис.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_OCSP_FUTURE_RESPONSE
en-US
The OCSP response is not yet valid (contains a date in the future).
bg
Отговорът на OCSP все още не е валиден, защото съдържа дата в бъдещето.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_OCSP_INVALID_SIGNING_CERT
en-US
Invalid OCSP signing certificate in OCSP response.
bg
Невалиден подписващ сертификат на OCSP в отговор от OCSP.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_OCSP_MALFORMED_REQUEST
en-US
The OCSP server found the request to be corrupted or improperly formed.
bg
Съръвърът за OCSP прецени заявката като развалена или неправилно формирана.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_OCSP_MALFORMED_RESPONSE
en-US
The response from the OCSP server was corrupted or improperly formed.
bg
Отговорът от сървъра на OCSP беше развален или неправилно формиран.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_OCSP_NOT_ENABLED
en-US
You must enable OCSP before performing this operation.
bg
Трябва да активирате OCSP преди извършването на тази операция.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_OCSP_NO_DEFAULT_RESPONDER
en-US
You must set the OCSP default responder before performing this operation.
bg
Трябва да зададете подразбиращ се отговарящ OCSP преди извършването на тази операция.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_OCSP_OLD_RESPONSE
en-US
The OCSP response contains out-of-date information.
bg
Отговорът на OCSP съдържа неактуална информация.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_OCSP_REQUEST_NEEDS_SIG
en-US
The OCSP server requires a signature on this request.
bg
Съръвърът за OCSP изисква подпис за тази заявка.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_OCSP_RESPONDER_CERT_INVALID
en-US
Configured OCSP responder’s certificate is invalid.
bg
Настроеният сертификат на отговорника по OCSP е невалиден.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_OCSP_SERVER_ERROR
en-US
The OCSP server experienced an internal error.
bg
Съръвърът за OCSP докладва своя вътрешна грешка.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_OCSP_TRY_SERVER_LATER
en-US
The OCSP server suggests trying again later.
bg
Съръвърът за OCSP предлага да се опита по-късно.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_OCSP_UNAUTHORIZED_REQUEST
en-US
The OCSP server has refused this request as unauthorized.
bg
Съръвърът за OCSP отказа тази заявка като неудостоверена.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_OCSP_UNAUTHORIZED_RESPONSE
en-US
The signer of the OCSP response is not authorized to give status for this certificate.
bg
Подписалият отговора на OCSP не е удостоверен да дава състояние за този сертификат.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_OCSP_UNKNOWN_CERT
en-US
The OCSP server has no status for the certificate.
bg
Съръвърът за OCSP няма състояние за сертификата.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_OCSP_UNKNOWN_RESPONSE_STATUS
en-US
The OCSP server returned an unrecognizable status.
bg
Съръвърът за OCSP върна неразпознаваемо състояние.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_OCSP_UNKNOWN_RESPONSE_TYPE
en-US
The OCSP response cannot be fully decoded; it is of an unknown type.
bg
Отговорът от OCSP не може да бъде напълно декодиран; от неизвестен вид е.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_OLD_CRL
en-US
New CRL is not later than the current one.
bg
Новото CRL не е направено по-късно от сегашното CRL.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_OLD_KRL
en-US
New KRL is not later than the current one.
bg
Новото KRL не е направено по-късно от сегашното CRL.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_OUTPUT_LEN
en-US
security library: output length error.
bg
библиотека по сигурност: грешка в големината на изхода.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_OUT_OF_SEARCH_LIMITS
en-US
Cert validation search is out of search limits
bg
Валидиращото търсене на сертификат е извън обхвата на търсенето
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_PATH_LEN_CONSTRAINT_INVALID
en-US
Certificate path length constraint is invalid.
bg
Ограничение за дължина на пътя на сертификата е невалидно.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_PKCS11_DEVICE_ERROR
en-US
A PKCS #11 module returned CKR_DEVICE_ERROR, indicating that a problem has occurred with the token or slot.
bg
Модул на PKCS #11 върна CKR_DEVICE_ERROR, показвайки, че се е получил проблем с токена или слота.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_PKCS11_FUNCTION_FAILED
en-US
A PKCS #11 module returned CKR_FUNCTION_FAILED, indicating that the requested function could not be performed. Trying the same operation again might succeed.
bg
Модул на PKCS #11 върна CKR_FUNCTION_ERROR, показвайки, че исканата функционалност не може да бъде извършена. Опитването отново на същата операция може и да успее.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_PKCS11_GENERAL_ERROR
en-US
A PKCS #11 module returned CKR_GENERAL_ERROR, indicating that an unrecoverable error has occurred.
bg
Модул на PKCS #11 върна CKR_GENERAL_ERROR, показвайки, че се е случила непоправима грешка.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_PKCS12_CERT_COLLISION
en-US
Unable to import. Same nickname already exists in database.
bg
Грешка при внасяне. В базата данни вече има такова съкратено име.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_PKCS12_CORRUPT_PFX_STRUCTURE
en-US
Unable to import. File structure is corrupt.
bg
Грешка при внасяне. Файловата структура е повредена.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_PKCS12_DECODING_PFX
en-US
Unable to import. Decoding error. File not valid.
bg
Грешка при внасяне. Грешка при декодиране. Файлът не е валиден.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_PKCS12_DUPLICATE_DATA
en-US
Not imported, already in database.
bg
Не е внесен, вече е в базата данни.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_PKCS12_IMPORTING_CERT_CHAIN
en-US
Unable to import. Error attempting to import certificate chain.
bg
Грешка при внасяне. Грешка при опит за внасяне на верига сертификати.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_PKCS12_INVALID_MAC
en-US
Unable to import. Invalid MAC. Incorrect password or corrupt file.
bg
Грешка при внасяне. Невалиден MAC. Неправилна парола или развален файл.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_PKCS12_KEY_DATABASE_NOT_INITIALIZED
en-US
Unable to export. Key database corrupt or deleted.
bg
Грешка при изнасяне. Базата данни с ключове е повредена или изтрита.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_PKCS12_PRIVACY_PASSWORD_INCORRECT
en-US
Unable to import. Incorrect privacy password.
bg
Грешка при внасяне. Невярна поверителна парола.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_PKCS12_UNABLE_TO_EXPORT_KEY
en-US
Unable to export. Private Key could not be located and exported.
bg
Грешка при изнасяне. Частният ключ не можа да бъде намерен или изнесен.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_PKCS12_UNABLE_TO_IMPORT_KEY
en-US
Unable to import. Error attempting to import private key.
bg
Грешка при внасяне. Грешка при опит за внасяне на частен ключ.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_PKCS12_UNABLE_TO_LOCATE_OBJECT_BY_NAME
en-US
Unable to export. Unable to locate certificate or key by nickname.
bg
Грешка при изнасяне. Не можа да се намери сертификата или ключа по съкратено име.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_PKCS12_UNABLE_TO_READ
en-US
Unable to import. Unable to read the import file.
bg
Грешка при внасяне. Грешка при четене от файл.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_PKCS12_UNABLE_TO_WRITE
en-US
Unable to export. Unable to write the export file.
bg
Грешка при изнасяне. Грешка при запис във файл.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_PKCS12_UNSUPPORTED_MAC_ALGORITHM
en-US
Unable to import. MAC algorithm not supported.
bg
Грешка при внасяне. Неподдържан алгоритъм за MAC.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_PKCS12_UNSUPPORTED_PBE_ALGORITHM
en-US
Unable to import. Encryption algorithm not supported.
bg
Грешка при внасяне. Неподдържан алгоритъм за шифроване.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_PKCS12_UNSUPPORTED_TRANSPORT_MODE
en-US
Unable to import. Only password integrity and privacy modes supported.
bg
Грешка при внасяне. Поддържани са само цялост с пароли или поверителни режими.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_PKCS12_UNSUPPORTED_VERSION
en-US
Unable to import. File version not supported.
bg
Грешка при внасяне. Неподдържана версия на файл.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_PKCS7_BAD_SIGNATURE
en-US
Signature verification failed: no signer found, too many signers found, or improper or corrupted data.
bg
Грешка при проверка на подпис: подписалият не е намерен, твърде много подписали или неправилни или развалени данни.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_PKCS7_KEYALG_MISMATCH
en-US
Cannot decrypt: key encryption algorithm does not match your certificate.
bg
Не може да се дешифрова: алгоритъмът за шифроване на ключа не съвпада с вашия сертификат.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_POLICY_VALIDATION_FAILED
en-US
Cert chain fails policy validation
bg
Веригата сертификати не отговаря на валидиращите правила за пропускане (policy)
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_READ_ONLY
en-US
security library: read-only database.
bg
библиотека по сигурност: база данни само за четене.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_RETRY_OLD_PASSWORD
en-US
Old password entered incorrectly. Please try again.
bg
Старата парола е въведена неправилно. Моля, опитайте отново.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_RETRY_PASSWORD
en-US
New password entered incorrectly. Please try again.
bg
Новата парола е въведена неправилно. Моля, опитайте отново.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_REUSED_ISSUER_AND_SERIAL
en-US
You are attempting to import a cert with the same issuer/serial as an existing cert, but that is not the same cert.
bg
Опитвате се да внесете сертификат със същия издател и сериен номер както съществуващ сертификат, но това не е същия сертификат.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_REVOKED_CERTIFICATE
en-US
Peer’s Certificate has been revoked.
bg
Сертификатът на партньора е анулиран.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_REVOKED_CERTIFICATE_CRL
en-US
Certificate is revoked in issuer’s certificate revocation list.
bg
Сертификатът е анулиран в анулиращия списък от сертификати (CRL) на издателя.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_REVOKED_CERTIFICATE_OCSP
en-US
Issuer’s OCSP responder reports certificate is revoked.
bg
Отговарящият OCSP на издателя докладва, че сертификатът е анулиран.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_REVOKED_KEY
en-US
The key for this site’s certificate has been revoked.
bg
Ключът за сертификата на сайта е анулиран.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_SAFE_NOT_CREATED
en-US
error while creating safe object
bg
грешка при създаване на безопасен обект
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_TOKEN_NOT_LOGGED_IN
en-US
The operation failed because the PKCS#11 token is not logged in.
bg
Операцията се провали, защото токенът на PKCS #11 не е вписан.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_UNKNOWN_AIA_LOCATION_TYPE
en-US
Unknown location type in cert AIA extension
bg
Неизвестен вид местоположение в разширение AIA
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_UNKNOWN_CERT
en-US
The requested certificate could not be found.
bg
Исканият сертификат не можа да бъде намерен.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_UNKNOWN_CRITICAL_EXTENSION
en-US
Certificate contains unknown critical extension.
bg
Сертификатът съдържа неизвестно критично разширение.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_UNKNOWN_ISSUER
en-US
Peer’s Certificate issuer is not recognized.
bg
Издателят на сертификата на партньора е непознат.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_UNKNOWN_OBJECT_TYPE
en-US
Unknown object type specified.
bg
Подаден е непознат вид обект.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_UNKNOWN_PKCS11_ERROR
en-US
Unknown PKCS #11 error.
bg
Неизвестна грешка на PKCS #11.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_UNKNOWN_SIGNER
en-US
The signer’s certificate could not be found.
bg
Сертификатът на подписалия не може да бъде намерен.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_UNRECOGNIZED_OID
en-US
Unrecognized Object Identifier.
bg
Неразпознат идентификатор на обект (OI).
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_UNSUPPORTED_EC_POINT_FORM
en-US
Unsupported elliptic curve point form.
bg
Неподдържана точкова форма на елиптични криви.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_UNSUPPORTED_ELLIPTIC_CURVE
en-US
Unsupported elliptic curve.
bg
Неподдържани елиптични криви.
Please enable JavaScript. Some features won't be available without it.