From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- l10n-ur/dom/chrome/layout/layout_errors.properties | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 l10n-ur/dom/chrome/layout/layout_errors.properties (limited to 'l10n-ur/dom/chrome/layout/layout_errors.properties') diff --git a/l10n-ur/dom/chrome/layout/layout_errors.properties b/l10n-ur/dom/chrome/layout/layout_errors.properties new file mode 100644 index 0000000000..d02a9f48a1 --- /dev/null +++ b/l10n-ur/dom/chrome/layout/layout_errors.properties @@ -0,0 +1,34 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +ImageMapRectBoundsError= ٹیگ کا "coords" وصف "left,top,right,bottom" وضع میں نہیں ہے۔ +ImageMapCircleWrongNumberOfCoords= ٹیگ کا "coords" وصف "center-x,center-y,radius" وضع میں نہیں ہے۔ +ImageMapCircleNegativeRadius= ٹیگ کے "coords" وصف کا منفی نصف قطر ہے۔ +ImageMapPolyWrongNumberOfCoords= ٹیگ کا "coords" وصف "x1,y1,x2,y2 ..." وضع میں نہیں ہے۔ +ImageMapPolyOddNumberOfCoords= ٹیگ کے "coords" وصف کا آخری "y" معدد غائب ہے (صحیح وضع "x1,y1,x2,y2 ..." ہے)۔ + +## LOCALIZATION NOTE(CompositorAnimationWarningContentTooLargeArea): +## %1$S is an integer value of the area of the frame +## %2$S is an integer value of the area of a limit based on the viewport size +## LOCALIZATION NOTE(CompositorAnimationWarningContentTooLarge2): +## (%1$S, %2$S) is a pair of integer values of the frame size +## (%3$S, %4$S) is a pair of integer values of a limit based on the viewport size +## (%5$S, %6$S) is a pair of integer values of an absolute limit +CompositorAnimationWarningContentTooLarge2=کمپوزیڑر پر حرکت اندازی نہیں چل سکتے کیونکہ فریم کی سائز (%1$S, %2$S) بہت بڈی ہے ویوپورٹ کی سائز(larger than (%3$S, %4$S)) کے مقابلے یا فر اجازت سے زیادہ سائز کے (%5$S, %6$S) +## LOCALIZATION NOTE(CompositorAnimationWarningTransformBackfaceVisibilityHidden): +## 'backface-visibility: hidden' is a CSS property, don't translate it. +CompositorAnimationWarningTransformBackfaceVisibilityHidden=حرکت اندازی کے ' باکفاسی رویت: پوشیدہ ' تبدیل شدہ مقداروں کو کمپوزیٹر پر نہیں چلا جا سکتا +## LOCALIZATION NOTE(CompositorAnimationWarningTransformSVG, +## CompositorAnimationWarningTransformWithGeometricProperties, +## CompositorAnimationWarningTransformWithSyncGeometricAnimations, +## CompositorAnimationWarningTransformFrameInactive, +## CompositorAnimationWarningOpacityFrameInactive): +## 'transform' and 'opacity' mean CSS property names, don't translate it. +CompositorAnimationWarningTransformSVG=SVG تبادلوں کے ساتھ عناصر پر 'تبدیل' کی انیمیشن کمپوزیٹر پر چلا نہیں کیا جا سکتا +CompositorAnimationWarningTransformWithGeometricProperties=حرکت اندازی 'ہیئت' کی کمپوزیٹر پر چلت نہیں ہو سکتی جب ہندسی خواص اسی عنصر پر ایک ہی وقت میں متحرک ہیں +CompositorAnimationWarningTransformWithSyncGeometricAnimations=‘transform’ کی حرکت اندازی کمپوزیٹر پر نہیں چلایا جا سکتا کیونکہ وہ ہم وقت ساز ہونا چاہئیں ہندسی خاصیت کی حرکت اندازی سے جو کی ایک ہی وقت میں شروع ہوئی تھی +CompositorAnimationWarningTransformFrameInactive=فریم 'تبدیل' حرکت پذیری کے لئے فعال نہیں نشان لگا دیا گیا تھا کیونکہ حرکت اندازی کمپوزیٹر پر چلایا نہیں جا سکتا +CompositorAnimationWarningOpacityFrameInactive=فریم 'دھندلاپن' حرکت پذیری کے لئے فعال نہیں نشان لگا دیا گیا تھا کیونکہ حرکت اندازی کمپوزیٹر پر چلایا نہیں جا سکتا +CompositorAnimationWarningHasRenderingObserver=عنصر انجام مبصرین (-moz-element or SVG clipping/masking) ہے کیونکہ انیمیشن کمپوزیٹر پر چلا نہیں کیا جا سکتا + -- cgit v1.2.3