summaryrefslogtreecommitdiffstats
path: root/l10n-my/dom/chrome/layout
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-my/dom/chrome/layout')
-rw-r--r--l10n-my/dom/chrome/layout/HtmlForm.properties35
-rw-r--r--l10n-my/dom/chrome/layout/MediaDocument.properties21
-rw-r--r--l10n-my/dom/chrome/layout/css.properties41
-rw-r--r--l10n-my/dom/chrome/layout/htmlparser.properties53
-rw-r--r--l10n-my/dom/chrome/layout/layout_errors.properties31
-rw-r--r--l10n-my/dom/chrome/layout/printing.properties56
-rw-r--r--l10n-my/dom/chrome/layout/xmlparser.properties48
-rw-r--r--l10n-my/dom/chrome/layout/xul.properties5
8 files changed, 290 insertions, 0 deletions
diff --git a/l10n-my/dom/chrome/layout/HtmlForm.properties b/l10n-my/dom/chrome/layout/HtmlForm.properties
new file mode 100644
index 0000000000..30b02bae11
--- /dev/null
+++ b/l10n-my/dom/chrome/layout/HtmlForm.properties
@@ -0,0 +1,35 @@
+# 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/.
+
+Reset=ပြန်ချိန်ပါ
+Submit=မေးမြန်းချက် တင်သွင်းပါ
+Browse=လှော်​လှန်ပါ...
+FileUpload=ဖိုင် တင်ပို့ပါ
+DirectoryUpload=တင်ပို့ရန် ဖိုဒါ အားရွေးပါ
+DirectoryPickerOkButtonLabel=တင်ပါ
+ForgotPostWarning=Form contains enctype=%S, but does not contain method=post. Submitting normally with method=GET and no enctype instead.
+ForgotFileEnctypeWarning=ဖြည့်စွတ်ပုံစံမှာ ထည့်သွင်း ဖိုင်တခု ပါရှိတယ်၊ ဒါပေမဲ့ ​ဖြည့်စွတ်ပုံစံပေါ်မှာmethod=POST နဲ့ enctype=multipart/form-data ပျောက်ဆုံးနေတယ်။ ဖိုင်ကို ပို့လို့ မရဘူး။
+# LOCALIZATION NOTE (DefaultFormSubject): %S will be replaced with brandShortName
+DefaultFormSubject=%S မှ ဖြည့်စွတ် ပေးပို့ချက်
+CannotEncodeAllUnicode=A form was submitted in the %S encoding which cannot encode all Unicode characters, so user input may get corrupted. To avoid this problem, the page should be changed so that the form is submitted in the UTF-8 encoding either by changing the encoding of the page itself to UTF-8 or by specifying accept-charset=utf-8 on the form element.
+AllSupportedTypes=အထောက်အပံ့ ပေးသော အမျိုးအစား အားလုံး
+# LOCALIZATION NOTE (NoFileSelected): this string is shown on a
+# <input type='file'> when there is no file selected yet.
+NoFileSelected=တစ်ဖိုင်မှမရွေးရသေးပါ
+# LOCALIZATION NOTE (NoFilesSelected): this string is shown on a
+# <input type='file' multiple> when there is no file selected yet.
+NoFilesSelected=တစ်ဖိုင်မှမရွေးရသေးပါ
+# LOCALIZATION NOTE (NoDirSelected): this string is shown on a
+# <input type='file' directory/webkitdirectory> when there is no directory
+# selected yet.
+NoDirSelected=မည်သည့် လမ်းကြောင်းမှ မရွေးထားပါ
+# LOCALIZATION NOTE (XFilesSelected): this string is shown on a
+# <input type='file' multiple> when there are more than one selected file.
+# %S will be a number greater or equal to 2.
+XFilesSelected=ဖိုင်ပေါင်း %S ဖိုင်ရွေးပြီး
+ColorPicker=အရောင်ရွေးပါ
+# LOCALIZATION NOTE (DefaultSummary): this string is shown on a <details> when
+# it has no direct <summary> child. Google Chrome should already have this
+# string translated.
+DefaultSummary=အသေးစိတ်များ
diff --git a/l10n-my/dom/chrome/layout/MediaDocument.properties b/l10n-my/dom/chrome/layout/MediaDocument.properties
new file mode 100644
index 0000000000..7f65e4be87
--- /dev/null
+++ b/l10n-my/dom/chrome/layout/MediaDocument.properties
@@ -0,0 +1,21 @@
+# 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/.
+
+#LOCALIZATION NOTE (ImageTitleWithDimensions2AndFile): first %S is filename, second %S is type, third %S is width and fourth %S is height
+#LOCALIZATION NOTE (ImageTitleWithoutDimensions): first %S is filename, second %S is type
+#LOCALIZATION NOTE (ImageTitleWithDimensions2): first %S is type, second %S is width and third %S is height
+#LOCALIZATION NOTE (ImageTitleWithNeitherDimensionsNorFile): first %S is type
+#LOCALIZATION NOTE (MediaTitleWithFile): first %S is filename, second %S is type
+#LOCALIZATION NOTE (MediaTitleWithNoInfo): first %S is type
+ImageTitleWithDimensions2AndFile=%S (%S ရုပ်ပုံ, %S × %S pixels)
+ImageTitleWithoutDimensions=%S (%S ရုပ်ပုံ)
+ImageTitleWithDimensions2=(%S ရုပ်ပုံ, %S × %S pixels)
+ImageTitleWithNeitherDimensionsNorFile=(%S ရုပ်ပုံ)
+MediaTitleWithFile=%S (%S ၀တ္ထု)
+MediaTitleWithNoInfo=(%S ၀တ္ထု)
+
+InvalidImage=ရုပ်ပုံ “%S” ကို ၄င်းမှာ အမှား​များ ပါတဲ့အတွက် ပြသလို့ မရဘူး။
+ScaledImage=အချိုးကျသော (%S%%)
+
+TitleWithStatus=%S - %S
diff --git a/l10n-my/dom/chrome/layout/css.properties b/l10n-my/dom/chrome/layout/css.properties
new file mode 100644
index 0000000000..928c606d07
--- /dev/null
+++ b/l10n-my/dom/chrome/layout/css.properties
@@ -0,0 +1,41 @@
+# 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/.
+
+MimeNotCss=stylesheet %1$S ဟာ ၄င်းရဲ့ MIME အမျိုးအစား - "text/css", ဟာ "%2$S" မဟုတ်ဘူး - ကြောင့် ဖွင့်လို့ ​မရဘူး။
+MimeNotCssWarn=stylesheet %1$S ဟာ ၄င်းရဲ့ MIME အမျိုးအစား - "text/css", ဟာ "%2$S" မဟုတ်ဘူး - ဖြစ်နေပေမဲ့ CSS လို ဖွင့်ပေးတယ်။
+
+PEDeclDropped=ကြေညာချက် ရုပ်သိမ်းပြီ။
+PEDeclSkipped=နောက်ထပ် ကြေညာချက်ဆီ ခုန်သွားပါ။
+PEUnknownProperty=အမည်မသိ ဂုဏ်အင်္ဂါရပ် '%1$S'။
+PEValueParsingError='%1$S' ဖေါ်ပြတဲ့ တန်ဖိုး မှားနေတယ်။
+PEUnknownAtRule=Unrecognized at-rule or error parsing at-rule '%1$S'.
+PEAtNSUnexpected=@namespace ထဲမှ မမျှော်လင့်ထားတဲ့ အမှတ်အသား '%1$S'.
+PEKeyframeBadName=@keyframes စည်းမျဉ်းအမည်အတွက် identifier ကို မျှော်မှန်းထားသည်။
+PEBadSelectorRSIgnored=ဆိုးတဲ့ ရွေးချယ်သူကြောင့် စည်းကမ်း ချမှတ်ချက်ကို ​လျစ်လျူရှုထားတယ်။
+PEBadSelectorKeyframeRuleIgnored=selector အမှားကြောင့် Keyframe စည်းမျဉ်းကို လျစ်လျူရှုထားသည်။
+PESelectorGroupNoSelector=မျှော်လင့်ထားတဲ့ ရွေးချယ်သူ။
+PESelectorGroupExtraCombinator=တွဲလွဲကျ ပေါင်းစပ်ပေးသူ။
+PEClassSelNotIdent=အမျိုးအစား ​ရွေးချယ်သူ အတွက် ထုတ်ဖေါ်သူကို မျှော်လင့်ထားပေမဲ့ '%1$S' ကို တွေ့ရှိတယ်။
+PETypeSelNotType=Expected element name or '*' but found '%1$S'.
+PEUnknownNamespacePrefix=အမည်မသိ အမည်ပေးစနစ် ရှေ့ဆက် '%1$S'။
+PEAttributeNameExpected=ပင်ကိုယ်အရည်အသွေး အမည်အတွက် ထုတ်ဖေါ်သူကို မျှော်လင့်ထားပေမဲ့ '%1$S' ကို တွေ့​ရှိတယ်။
+PEAttributeNameOrNamespaceExpected=ပင်ကိုယ်အရည်အသွေး အမည် (သို့) အမည်ပေးစနစ်ကို မျှော်လင့်ထားပေမဲ့ '%1$S' ကို တွေ့​ရှိတယ်။
+PEAttSelNoBar='|' ကို မျှော်လင့်ထားပေမဲ့ '%1$S' ကို တွေ့​ရှိတယ်။
+PEAttSelUnexpected=ပင်ကိုယ်အရည်အသွေး ရွေးချယ်​သူဆီမှ မမျှော်လင့်ထားတဲ့ အမှတ်အသား - : '%1$S'။
+PEAttSelBadValue=Expected identifier or string for value in attribute selector but found '%1$S'.
+PEPseudoSelBadName=pseudo-class (သို့) pseudo-element အတွက် ထုတ်ဖေါ်သူကို မျှော်လင့်ထားပေမဲ့ '%1$S' ကို တွေ့ရှိတယ်။
+PEPseudoSelEndOrUserActionPC=pseudo-element ၏ နောက်တွင် selector သို့မဟုတ် user action pseudo-class ၏ အပိတ်ကို မျှော်မှန်းထားသော်လည်း ‘%1$S’ ကိုသာ တွေ့ရသည်။
+PEPseudoSelUnknown=အမည်မသိ pseudo-class or pseudo-element '%1$S'။
+PEPseudoClassArgNotIdent=pseudo-class အကန့်အသတ် အတွက် ထုတ်ဖေါ်သူကို မျှော်လင့်ထားပေမဲ့ '%1$S' ကို တွေ့ရှိတယ်။
+PEColorNotColor=အရောင်ကို မျှော်လင့်ထားပေမဲ့ '%1$S' ကို တွေ့ရှိတယ်။
+PEParseDeclarationDeclExpected=ကြေ​ညာချက်ကို မျှော်လင့်ထားပေမဲ့ '%1$S' ကို တွေ့ရှိတယ်။
+PEUnknownFontDesc=@font-face စည်းကမ်းထဲမှ အမည်မသိ ဖေါ်ပြကိရိယာ '%1$S'။
+PEMQExpectedFeatureName=မီဒီယာ အင်္ဂါရပ်အမည်ကို မျှော်လင့်ထားပေမဲ့ '%1$S' ကို တွေ့ရှိတယ်။
+PEMQNoMinMaxWithoutValue=အနည်း- (သို့) အများ- တန်ဖိုး တခု ရှိနေရမဲ့ မီဒီယာ အင်္ဂါရပ်များ
+PEMQExpectedFeatureValue=မီဒီယာ အင်္ဂါရပ်အတွက် မမှန်တဲ့ တန်ဖိုးကို တွေ့ရှိတယ်။
+PEExpectedNoneOrURL=Expected ',' or '{' but found '%1$S'.
+PEExpectedNoneOrURLOrFilterFunction=‘none’၊ URL သို့မဟုတ် filter function ကို မျှော်မှန်းထားသော်လည်း ‘%1$S’ ကို တွေ့ရှိခဲ့သည်။
+
+TooLargeDashedRadius=Border radius is too large for ‘dashed’ style (the limit is 100000px). Rendering as solid.
+TooLargeDottedRadius=Border radius is too large for ‘dotted’ style (the limit is 100000px). Rendering as solid.
diff --git a/l10n-my/dom/chrome/layout/htmlparser.properties b/l10n-my/dom/chrome/layout/htmlparser.properties
new file mode 100644
index 0000000000..589889c083
--- /dev/null
+++ b/l10n-my/dom/chrome/layout/htmlparser.properties
@@ -0,0 +1,53 @@
+# 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/.
+
+# Encoding warnings and errors
+EncNoDeclarationFrame=ဘောင်အတွင်းရှိစာတမ်းတွင် အက္ခရာအန်ကုဒ်ဒင်းကို မဖော်ပြထားပါ။ ဘောင်မပါပဲ စာတမ်းကို ကြည့်ပါက ၎င်းစာတမ်းသည် မတူညီပဲ ဖော်ပြပါလိမ့်မည်။
+EncMetaUnsupported=HTML စာတမ်းအတွက် meta တက်ဂ်ကို အသုံးပြုပြီး အထောက်အပံ့မပြုထားသည့် အက္ခရာအန်ကုဒ်ဒင်းကို ကြေငြာထားသည်။ ကြေငြာချက်ကို လျစ်လျူရှုထားသည်။
+EncProtocolUnsupported=transfer protocol နေရာတွင် အထောက်အပံ့မပြုထားသည့် အက္ခရာအန်ကုဒ်ဒင်းကို ကြေငြာထားသည်။ ကြေငြာချက်ကို လျစ်လျူရှုထားသည်။
+EncMetaUtf16=character encoding အား UTF-16 အဖြစ်ကြေညာရန်အတွက် meta tag တစ်ခုအား သုံးထားသှ်။၎င်းအား UTF-8 အဖြစ်သာ ယူဆထားပါသှ်။
+
+# The bulk of the messages below are derived from
+# https://hg.mozilla.org/projects/htmlparser/file/1f633cef7de7/src/nu/validator/htmlparser/impl/ErrorReportingTokenizer.java
+# which is available under the MIT license.
+
+# The bulk of the messages below are derived from
+# https://hg.mozilla.org/projects/htmlparser/file/1f633cef7de7/src/nu/validator/htmlparser/impl/ErrorReportingTokenizer.java
+# which is available under the MIT license.
+
+# Tokenizer errors
+errGarbageAfterLtSlash=“</” နောက်တွင် အချည်းနှီးဖြစ်နေသော တန်ဖိုး။
+errCharRefLacksSemicolon=စာလုံးအညွှန်းကို semicolon ဖြင့် မပိတ်ရပါ။
+errNoDigitsInNCR=No digits in numeric character reference
+errGtInSystemId=စနစ်သတ်မှတ်ချက်ရှိ “>”။
+errGtInPublicId=အများဆိုင်သတ်မှတ်ချက်ရှိ “>”။
+errNamelessDoctype=အမည်မဲ့ စာတမ်းအမျိုးအစား။
+errBogusComment=မှတ်ချက်အမှား။
+errSlashNotFollowedByGt=မျဉ်းစောင်းသည် “>” နောက်တွင် ကပ်လျက် ရှိမနေပါ။
+errNoSpaceBetweenAttributes=တန်ဖိုးနှစ်ခုကြားတွင် ကွက်လပ်မရှိရပါ။
+errAttributeValueMissing=တန်ဖိုးမဖြည့်ထားပါ။
+errExpectedPublicId=အများဆိုင် identifier ကို မျှော်မှန်းထားသော်လည်း doctype နှင့် အဆုံးသတ်ထားသည်။
+errBogusDoctype=စာတမ်းအမျိုးအစား အမှား။
+maybeErrAttributesOnEndTag=တက်ဂ်အဆုံးတွင် အတ္ထရိဗြုတန်ဖိုးများ ရှိသည်။
+errEofInPublicId=အများဆိုင်အိုင်ဒန်တီဖိုင်ယာအတွင်းရှိ ဖိုင်အဆုံးသင်္ကေတ။
+errEofInComment=မှတ်ချက်အတွင်းရှိ ဖိုင်အဆုံးသင်္ကေတ။
+errEofInDoctype=စာတမ်းအမျိုးအစားထဲရှိ ဖိုင်အဆုံးသင်္ကေတ။
+errEofAfterLt=“<” နောက်ရှိ ဖိုင်အဆုံးသင်္ကေတ။
+errDuplicateAttribute=တန်ဖိုးရှိပြီးဖြစ်နေသည်။
+errEofInSystemId=စနစ်သတ်မှတ်ချက် အတွင်းရှိ ဖိုင်အဆုံးသင်္ကေတ။
+errMissingSpaceBeforeDoctypeName=စာတမ်းအမျိုးအစား အမည် မတိုင်မီ ကွက်လပ်ရှိနေရပါမည်။
+
+# Tree builder errors
+errStrayStartTag2=မှားနေသော အဖွင့်တက်ဂ် “%1$S”။
+errStrayEndTag=မှားနေသော အပိတ်တက်ဂ် “%1$S”။
+errStrayDoctype=မှားယွင်းနေသော စာတမ်းအမျိုးအစား။
+errNonSpaceAfterFrameset=“frameset” နောက်တွင် ကွက်လပ်မရှိရပါ။
+errNonSpaceInFrameset=“frameset” တွင် ကွက်လပ်မပါဝင်ရပါ။
+errNonSpaceAfterBody=စာကိုယ်နောက်တွင် ကွက်လပ်မဟုတ်သော စာလုံး ဖြစ်ရပါမည်။
+errFramesetStart=“frameset” အစတက်ဂ်ကို တွေ့ခဲ့ရသည်။
+errNoCellToClose=ပိတ်ရန် ဆဲလ်ကွက် မရှိပါ။
+errStartTagInTable=အစတက်ဂ် “%1$S” ကို “table” ထဲတွင် တွေ့ခဲ့ရသည်။
+errStartTagInTableBody=ဇယားကွက်စာကိုယ်ထဲရှိ “%1$S” အဖွင့်တက်ဂ်။
+errEndTagBr=အပိတ်တက်ဂ် “br”။
+errNoTableRowToClose=ပိတ်ရန် ဇယားကွက်အတန်း မရှိပါ။
diff --git a/l10n-my/dom/chrome/layout/layout_errors.properties b/l10n-my/dom/chrome/layout/layout_errors.properties
new file mode 100644
index 0000000000..4ae9a014e3
--- /dev/null
+++ b/l10n-my/dom/chrome/layout/layout_errors.properties
@@ -0,0 +1,31 @@
+# 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=<area shape="rect"> စာအမှတ်ရဲ့ "coords" တွက်ချက်မှုဟာ "left,top,right,bottom" အမျိုးအစားထဲမှာ မပါဘူး။
+ImageMapCircleWrongNumberOfCoords=<area shape="circle"> စာအမှတ်ရဲ့ "coords" တွက်ချက်မှုဟာ "center-x,center-y,radius" အမျိုးအစားထဲမှာ မပါဘူး။
+ImageMapCircleNegativeRadius=<area shape="circle"> စာအမှတ်ရဲ့ "coords" တွက်ချက်မှုမှာ ဆန့်ကျင်ဖက် အချင်း၀က်တခု ရှိတယ်။
+ImageMapPolyWrongNumberOfCoords=<area shape="poly"> စာအမှတ်ရဲ့ "coords" တွက်ချက်မှုဟာ "x1,y1,x2,y2 …" အမျိုးအစားထဲမှာ မရှိဘူး။
+ImageMapPolyOddNumberOfCoords=<area shape="poly"> စာအမှတ်ရဲ့ "coords" တွက်ချက်မှုမှာ နောက်ဆုံး "y" ဆုံချက် ပျောက်ဆုံးနေတယ် (အမျိုးအစား အမှန်က "x1,y1,x2,y2 …" ဖြစ်တယ်)။
+
+## 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=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)
+## LOCALIZATION NOTE(CompositorAnimationWarningTransformBackfaceVisibilityHidden):
+## 'backface-visibility: hidden' is a CSS property, don't translate it.
+CompositorAnimationWarningTransformBackfaceVisibilityHidden=‘backface-visibility: hidden’ ကို အသုံးပြုထားသည့် သက်ဝင်ပြောင်းလဲမှုများသည် ကွန်ပိုစစ်တာပေါ်တွင် မဆောင်ရွက်နိုင်ပါ။
+## LOCALIZATION NOTE(CompositorAnimationWarningTransformSVG,
+## CompositorAnimationWarningTransformWithGeometricProperties,
+## CompositorAnimationWarningTransformWithSyncGeometricAnimations,
+## CompositorAnimationWarningTransformFrameInactive,
+## CompositorAnimationWarningOpacityFrameInactive):
+## 'transform' and 'opacity' mean CSS property names, don't translate it.
+CompositorAnimationWarningTransformSVG=SVG နှင့်အတူ အယ်လိမန့်များပေါ် ‘transform’ ကို အသုံးပြုထားသော သက်ဝင်ပြောင်းလဲမှုများသည် ကွန်ပိုစစ်တာပေါ်တွင် မဆောင်ရွက်နိုင်ပါ။
+CompositorAnimationWarningTransformWithGeometricProperties=ဂျီဩမေတြီတန်ဖိုးများ အသုံးပြုပြီး တူညီသော အယ်လိမန့်တွင် တစ်ချိန်တည်း သက်ဝင်လှုပ်ရှားမှု ပြုသောအခါ ‘transform’ ကို အသုံးပြုထားသော သက်ဝင်လှုပ်ရှားမှုများသည် ကွန်ပိုစစ်တာပေါ်တွင် မဆောင်ရွက်နိုင်ပါ။
+CompositorAnimationWarningTransformWithSyncGeometricAnimations=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
+CompositorAnimationWarningTransformFrameInactive=လှုပ်ရှားမှုသည် ကွန်ပိုစစ်တာပေါ်တွင် မဆောင်ရွက်နိုင်ပါ။ အဘယ့်ကြောင့်ဆိုသော် ‘transform’ ကို အသုံးပြုထားသော လှုပ်ရှားမှုအတွက် ယခုဘောင်သည် အသုံးပြုနေသည်ဟု မမှတ်သားထားသောကြောင့် ဖြစ်သည်။
+CompositorAnimationWarningOpacityFrameInactive=လှုပ်ရှားမှုသည် ကွန်ပိုစစ်တာပေါ်တွင် မဆောင်ရွက်နိုင်ပါ။ အဘယ့်ကြောင့်ဆိုသော် ‘opacity’ ကို အသုံးပြုထားသော လှုပ်ရှားမှုအတွက် ယခုဘောင်သည် အသုံးပြုနေသည်ဟု မမှတ်သားထားသောကြောင့် ဖြစ်သည်။
+CompositorAnimationWarningHasRenderingObserver=လှုပ်ရှားမှုသည် ကွန်ပိုစစ်တာပေါ်တွင် မဆောင်ရွက်နိုင်ပါ။ အဘယ့်ကြောင့်ဆိုသော် အယ်လိမန့်သည် လေ့လာစောင့်ကြည့်အရာများ (-moz-element သို့မဟုတ် SVG clipping/masking) ကို ချယ်မှုန်းထားသောကြောင့် ဖြစ်သည်။
+
diff --git a/l10n-my/dom/chrome/layout/printing.properties b/l10n-my/dom/chrome/layout/printing.properties
new file mode 100644
index 0000000000..88afc24577
--- /dev/null
+++ b/l10n-my/dom/chrome/layout/printing.properties
@@ -0,0 +1,56 @@
+# 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/.
+
+# Page number formatting
+## @page_number The current page number
+#LOCALIZATION NOTE (pageofpages): Do not translate %ld in the following line.
+# Place the word %ld where the page number and number of pages should be
+# The first %ld will receive the the page number
+pagenumber=%1$d
+
+# Page number formatting
+## @page_number The current page number
+## @page_total The total number of pages
+#LOCALIZATION NOTE (pageofpages): Do not translate %ld in the following line.
+# Place the word %ld where the page number and number of pages should be
+# The first %ld will receive the the page number
+# the second %ld will receive the total number of pages
+pageofpages=%2$d ရဲ့ %1$d
+
+PrintToFile=ဖိုင်ကို ပုံနှိုပ်ပါ
+print_error_dialog_title=ပုံနှိုပ်စက် အမှား
+printpreview_error_dialog_title=ပုံနှိုပ်ရန် အစမ်းမြင်ကွင်း အမှား
+
+# Printing error messages.
+#LOCALIZATION NOTE: Some of these messages come in pairs, one
+# for printing and one for print previewing. You can remove that
+# distinction in your language by removing the entity with the _PP
+# suffix; then the entity without a suffix will be used for both.
+# You can also add that distinction to any of the messages that don't
+# already have it by adding a new entity with a _PP suffix.
+#
+# For instance, if you delete PERR_GFX_PRINTER_DOC_IS_BUSY_PP, then
+# the PERR_GFX_PRINTER_DOC_IS_BUSY message will be used for that error
+# condition when print previewing as well as when printing. If you
+# add PERR_FAILURE_PP, then PERR_FAILURE will only be used when
+# printing, and PERR_FAILURE_PP will be used under the same conditions
+# when print previewing.
+#
+PERR_FAILURE=ပုံနှိပ်နေစဉ်အတွင်းမှားယွင်းမှုတစ်စုံတစ်ရာဖြစ်ပေါ်ခဲ့တယ်
+
+PERR_ABORT=ပုံနှိုပ်တဲ့အလုပ်ကို ဖျက်သိမ်း (သို့) ပယ်ဖျက်လိုက်တယ်။
+PERR_NOT_AVAILABLE=ပုံနှိပ်မှုတွင်ပါဝင်သောလုပ်ဆောင်ချက်အချို့အားယခုလောလောဆယ်တွင်မရရှိနိုင်သေးပါ
+PERR_NOT_IMPLEMENTED=အချို့ ပုံနှိုပ်ခြင်း လုပ်ဆောင်ချက်ကို အသုံးမပြုသေးဘူး။
+PERR_OUT_OF_MEMORY=ပုံနှိပ်ရန်အတွက်မန်မိုရီလုံလောက်မှုမရှိပါ
+PERR_UNEXPECTED=မမျှော်လင့် သောပြဿနာပုံနှိပ်နေစဉ်ဖြစ်ပွားခဲ့သည်
+
+PERR_GFX_PRINTER_NO_PRINTER_AVAILABLE=ပုံနှိပ်စက်မရှိပါ
+PERR_GFX_PRINTER_NO_PRINTER_AVAILABLE_PP=ပုံနှိပ်စက်မရှိသည့် အတွက်နမူနာပြသနိုင်ခြင်းမရှိပါ
+PERR_GFX_PRINTER_NAME_NOT_FOUND=ရွေးထားသောပုံနှိပ်စက်အားရှာမတွေ့ပါ
+PERR_GFX_PRINTER_COULD_NOT_OPEN_FILE=ထွက်လာသောဖိုင်အား ဖိုင်မှပုံနှိပ်ထုတ်ရန် မရပါ
+PERR_GFX_PRINTER_STARTDOC=စာမျက်နှာကို စတင်တဲ့အခါ ပုံနှိုပ်ခြင်း ပျက်သွားတယ်။
+PERR_GFX_PRINTER_ENDDOC=ပုံနှိပ်ရန်ပြင်နေစဉ်အတွင်းပျက်သွားသည်
+PERR_GFX_PRINTER_STARTPAGE=စာမျက်နှာအသစ်တစ်ခုအားပုံနှိပ်နေစဉ်ပျက်သွားသှ်
+PERR_GFX_PRINTER_DOC_IS_BUSY=ယခုစာရွက်စာတမ်းအား ပုံနှိပ်မရသေးပါ ၊ ၎င်းအားရယူနေစဉ်ဖြစ်နေသှ် ။
+PERR_GFX_PRINTER_DOC_IS_BUSY_PP=ပုံနှိပ်အစမ်းကြည့်မြင်ကွင်းအားယခု စာရွက်စာတမ်းအတွက်မရသေးပါ ၊ ဖိုင်ရယူနေတုန်းဖြစ်သှ်။
diff --git a/l10n-my/dom/chrome/layout/xmlparser.properties b/l10n-my/dom/chrome/layout/xmlparser.properties
new file mode 100644
index 0000000000..ad81faeec9
--- /dev/null
+++ b/l10n-my/dom/chrome/layout/xmlparser.properties
@@ -0,0 +1,48 @@
+# 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/.
+
+# Map Expat error codes to error strings
+1 = မှတ်ဉာဏ် ကုန်သွားတယ်
+2 = ဝါကျဖွဲ့ထုံး အမှား
+3 = အစိတ်အပိုင်း မတွေ့ရဘူး
+4 = ကောင်းကောင်း မဖွဲ့စည်းထားဘူး
+5 = ဖွင့်ထားတဲ့ အမှတ်အသား
+6 = စရိုက် တပိုင်းတစ
+7 = မကိုက်ညီတဲ့ စာအမှတ်
+8 = ပုံတူပွားတဲ့ အရည်အသွေး
+9 = စာရွတ်စာတမ်း အစိတ်အပိုင်း နောက်မှ မလိုအပ်မှု
+10 = တရားမ၀င် အကန့်အသတ် ရပ်တည်မှု ကိုးကားချက်
+11 = သတ်မှတ်မထားတဲ့ ရပ်တည်မှု
+12 = ထပ်ဆင့် ရပ်တည်မှု ကိုးကားချက်
+13 = asynchronous ရပ်တည်မှု
+14 = မမှန်ကန်တဲ့ အက္ခရာ နံပါတ်ကို ကိုးကားချက်
+15 = ဒွိစုံကိန်း ရပ်တည်မှုကို ကိုးကားချက်
+16 = အရေအသွေးထဲမှ ပြင်ပဆိုင်ရာ ရပ်တည်မှုကို ကိုးကားချက်
+17 = XML (သို့) စာသား ကြေညာချက်ကို ရပ်တည်မှုအစမှာ မလုပ်ဘူး
+18 = အမည်မသိ စာဝုက် ရေးသားခြင်း
+19 = XML ကြေညာချက်မှာ သတ်မှတ်ထားတဲ့ စာဝှက် ရေးသားခြင်းဟာ မမှန်ကန်ဘူး
+20 = ဖွင့်ထားတဲ့ CDATA အပိုင်း
+21 = ပြင်ပ ရပ်တည်မှု ကိုးကားချက် လုပ်ဆောင်နေစဉ် အမှား
+22 = စာရွတ်စာတမ်းက တည်းခြားရပ်တည်တာ မဟုတ်ဘူး
+23 = မမျှော်လင့်တဲ့ ခွဲခြားဖေါ်ပြမှု အခြေအနေ
+24 = အကန့်အသတ် ရပ်တည်မှုထဲ ဖေါ်ပြထားတဲ့ ရပ်တည်မှု
+27 = အမည်ပေးစနစ် တခုနဲ့ မဆိုင်တဲ့ ရှေ့ဆက်
+28 = ရှေ့ဆက်ကို မပိတ်ပင်ရဘူး
+29 = အကန့်အသတ် ရပ်တည်မှုထဲမှ မပြည့်စုံတဲ့ မြှင့်တင်မှု
+30 = XML ကြေညာချက် ကောင်းကောင်း ဖွဲ့စည်းမထားဘူး
+31 = စာသား ကြေညာချက် ကောင်းကောင်း ဖွဲ့စည်းမထားဘူး
+32 = မမှန်ကန်တဲ့ အက္ခရာများ(s)
+38 = reserved prefix (xml) must not be undeclared or bound to another namespace name
+39 = reserved prefix (xmlns) must not be declared or undeclared
+40 = ရှေ့ဆက်ကို ထိန်းသိမ်းထားတဲ့ အမည်ပေးစနစ် အမည်များထဲမှ တခုနဲ့ မသက်ဆိုင်စေရဘူး
+
+# %1$S is replaced by the Expat error string, may be followed by Expected (see below)
+# %2$S is replaced by URL
+# %3$u is replaced by line number
+# %4$u is replaced by column number
+XMLParsingError = XML အမှား ခွဲခြား ဖေါ်ပြခြင်း - %1$S\nတည်နေရာ - %2$S\nလိုင်း အရေအတွက် %3$u, ကော်လံ %4$u:
+
+# %S is replaced by a tag name.
+# This gets appended to the error string if the error is mismatched tag.
+Expected = ။ မျှော်လင့်ထားချက် - </%S>.
diff --git a/l10n-my/dom/chrome/layout/xul.properties b/l10n-my/dom/chrome/layout/xul.properties
new file mode 100644
index 0000000000..2166620aff
--- /dev/null
+++ b/l10n-my/dom/chrome/layout/xul.properties
@@ -0,0 +1,5 @@
+# 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/.
+
+PINotInProlog=<?%1$S?> လုပ်ဆောင်နေတဲ့ ညွှန်ကြားချက်မှာ ရှေ့ပြေးအပြင် တခြား သက်ရောက်မှု မရှိတော့ဘူ။ (ကြည်ရှုရန် bug 360119)။